2006-04-23 [colin] 2.1.1cvs23
[claws.git] / ChangeLog
1 2006-04-23 [colin]      2.1.1cvs23
2
3         * src/etpan/imap-thread.c
4                 Better logging (line-per-line, hide data in fetch)
5                 Fix a const warning
6         * src/gtk/logwindow.c
7         * src/gtk/logwindow.h
8                 Better logging (color for input/output)
9
10 2006-04-21 [colin]      2.1.1cvs22
11
12         * src/gtk/quicksearch.c
13                 On gtk+-2.8, use stock buttons in quicksearch
14                 Based on a patch by Fabien and a design by Paul
15
16 2006-04-21 [colin]      2.1.1cvs21
17
18         * src/folderview.c
19         * src/mainwindow.c
20                 Fix occasional flicker in folderview
21         * src/common/utils.c
22                 Fix bug #943 (Incorrectly parsed email address 
23                 list in short headers on message view and in 
24                 printouts)
25
26 2006-04-20 [colin]      2.1.1cvs20
27
28         * src/imap.c
29         * src/imap.h
30         * src/prefs_account.c
31                 Add ANONYMOUS auth for IMAP
32
33 2006-04-20 [paul]       2.1.1cvs19
34
35         * src/main.c
36                 proper fix for 2.1.1cvs18
37                 Thanks to Colin
38
39 2006-04-20 [paul]       2.1.1cvs18
40
41         * src/main.c
42                 fix build warnings
43
44 2006-04-20 [paul]       2.1.1cvs17
45
46         * src/gtk/quicksearch.c
47                 fix standard, non-extended Quick search,
48                 was broken in 2.1.1cvs15.
49                 Thanks to Colin.
50
51 2006-04-20 [colin]      2.1.1cvs16
52
53         * src/prefs_matcher.c
54                 Fix values when reselecting a ~test
55                 rule
56
57 2006-04-19 [colin]      2.1.1cvs15
58
59         * src/compose.c
60         * src/compose.h
61         * src/gtk/gtkaspell.c
62         * src/gtk/gtkaspell.h
63                 Put back Options menu in Spelling/
64         * src/gtk/quicksearch.c
65                 Don't search, and show error, if the
66                 advanced search has a syntax error
67
68 2006-04-18 [colin]      2.1.1cvs14
69
70         * src/textview.c
71                 Fix gdk warnings on set_cursor when textview
72                 isn't visible
73
74 2006-04-18 [colin]      2.1.1cvs13
75
76         * src/gtk/gtksctree.c
77                 Remove seemingly useless refresh that causes
78                 flicker - watch this commit in case of 
79                 problems before planned backport to stable
80
81 2006-04-18 [colin]      2.1.1cvs12
82
83         * src/imap.c
84                 Factorize get/set_xml code
85         * src/compose.c
86         * src/prefs_account.c
87         * src/prefs_account.h
88         * src/procmsg.c
89                 Add Encrypt to self option
90
91 2006-04-17 [colin]      2.1.1cvs11
92
93         * configure.ac
94                 Fix search on encrpyt function on dragonfly
95                 Patch by Jonathan Buschmann <jonthn@agmact.com>
96
97 2006-04-17 [colin]      2.1.1cvs10
98
99         * src/prefs_account.c
100                 Be safe by default: remove mails from POP3
101                 after 7 days, not immediately
102
103 2006-04-17 [colin]      2.1.1cvs9
104
105         * src/etpan/imap-thread.c
106                 Fix build on DragonFly - patch by 
107                 Jonathan Buschmann <jonthn@agmact.com>
108
109 2006-04-17 [colin]      2.1.1cvs8
110
111         * src/imap.c
112                 Save uidnext between sessions
113
114 2006-04-17 [colin]      2.1.1cvs7
115
116         * src/imap.c
117                 scan is required when uid validity changes
118
119 2006-04-17 [colin]      2.1.1cvs6
120
121         * src/folderview.c
122                 Don't scan if not necessary, apart in current
123                 folder and INBOX to fetch flags.
124         * src/imap.c
125                 Scan is necessary if unread count changes
126
127 2006-04-17 [colin]      2.1.1cvs5
128
129         * src/imap.c
130                 ...But always fetch ANSWERED and DELETED flags for
131                 INBOX, as filtering can happen on these flags.
132
133 2006-04-17 [colin]      2.1.1cvs4
134
135         * src/imap.c
136                 Don't fetch REPLIED and DELETED flags when synchronising
137                 flags with a closed folder. We only need UNSEEN and FLAGGED
138                 to update the folderview.
139
140 2006-04-17 [colin]      2.1.1cvs3
141
142         * src/imap.c
143                 Faster flag search when there are new mails 
144                 in a folder. We can do a full search if the 
145                 folder contains less messages than the new
146                 list.
147
148 2006-04-17 [colin]      2.1.1cvs2
149
150         * po/cs.po
151         * po/de.po
152         * po/fr.po
153         * po/nl.po
154         * po/pt_BR.po
155                 Update translations from stable branch
156
157 2006-04-17 [colin]      2.1.1cvs1
158
159         * configure.ac
160                 Bump version to follow stable release
161
162 2006-04-16 [mones]      2.1.0cvs50
163
164         * po/es.po
165                 Updated for release
166
167 2006-04-16 [colin]      2.1.0cvs49
168
169         * src/textview.c
170                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
171                 with gtk < 2.8. Thanks to Fabien Vantard.
172
173 2006-04-15 [colin]      2.1.0cvs48
174
175         * src/etpan/imap-thread.c
176                 Fix bug #919 (libetpan: SEGV when connecting 
177                 using command)
178
179 2006-04-14 [colin]      2.1.0cvs47
180
181         * src/main.c
182                 Fix race on --select (should be done better)
183
184 2006-04-14 [wwp]        2.1.0cvs46
185
186         * src/send_message.c
187                 enforce a check for domain in account prefs (a sending
188                 error could be faced if domain was checked but no value set),
189                 thanks to Colin.
190
191 2006-04-14 [colin]      2.1.0cvs45
192
193         * src/codeconv.c
194                 when converting from unknown to unknown, if the
195                 string is UTF8, don't convert it to the locale
196                 (which breaks it)
197
198 2006-04-14 [colin]      2.1.0cvs44
199
200         * src/compose.c
201                 Don't try to use ASCII for converting headers
202                 (as done in body)
203
204 2006-04-14 [paul]       2.1.0cvs43
205
206         * src/crash.c
207                 add locale/charset info to crash report
208         * src/gtk/about.c
209                 add wwp to doc team
210                 replace 'e-mail' with preferred 'email'
211         * src/gtk/authors.h
212                 ensure contributors list is in alphabetical
213                 order
214
215 2006-04-13 [colin]      2.1.0cvs42
216
217         * src/textview.c
218                 Prevent gdk warnings
219
220 2006-04-13 [colin]      2.1.0cvs41
221
222         * src/common/ssl_certificate.c
223         * src/common/ssl_certificate.h
224         * src/gtk/sslcertwindow.c
225                 Warn on expired certs, and display the expiration date
226
227 2006-04-13 [colin]      2.1.0cvs40
228
229         * src/plugins/spamassassin/spamassassin_gtk.c
230                 Fix missing set_text on unix socket
231
232 2006-04-13 [wwp]        2.1.0cvs39
233
234         * manual/fr/advanced.xml
235         * manual/fr/glossary.xml
236                 applied new spam/ham/email lexicon (pourriel, courriel)
237
238 2006-04-13 [paul]       2.1.0cvs38
239
240         * src/plugins/pgpmime/plugin.c
241                 remove the mention of S/MIME from the
242                 description. This is now handled by the
243                 S/MIME plugin.
244
245 2006-04-13 [paul]       2.1.0cvs37
246
247         * src/prefs_msg_colors.c
248                 rework dialog
249         * src/prefs_folder_item.c
250         * src/prefs_spelling.c
251                 add a tooltip to the colour selector buttons
252
253 2006-04-13 [wwp]        2.1.0cvs36
254
255         * manual/advanced.xml
256         * manual/glossary.xml
257         * manual/handling.xml
258         * manual/keyboard.xml
259         * manual/plugins.xml
260         * manual/starting.xml
261         * manual/fr/account.xml
262         * manual/fr/ack.xml
263         * manual/fr/addrbook.xml
264         * manual/fr/advanced.xml
265         * manual/fr/faq.xml
266         * manual/fr/glossary.xml
267         * manual/fr/gpl.xml
268         * manual/fr/handling.xml
269         * manual/fr/intro.xml
270         * manual/fr/keyboard.xml
271         * manual/fr/plugins.xml
272         * manual/fr/starting.xml
273         * manual/fr/sylpheed-claws-manual.xml
274                 fixes to the manuals:
275                  - summaryview -> Message List (same in French)
276                  - translate key names
277                  - fix French punctuation, use non-breakable spaces when
278                    necessary, don't use &thinsp; which is not portable
279                  - tell what maildir and mbox formats we support
280
281 2006-04-12 [wwp]        2.1.0cvs35
282
283         * src/prefs_toolbar.c
284                 unified a replace button more,
285                 patch by Fabien Vantard <fzzzzz@gmail.com>.
286
287 2006-04-12 [wwp]        2.1.0cvs34
288
289         * src/prefs_common.c
290         * src/prefs_msg_colors.c
291                 make default color labels translatable,
292                 patch from Fabien Vantard <fzzzzz@gmail.com>,
293                 thanks to Tim <timbrain@post.cz> for reporting.
294
295 2006-04-12 [wwp]        2.1.0cvs33
296
297         * manual/glossary.xml
298         * manual/intro.xml
299         * manual/plugins.xml
300         * manual/starting.xml
301         * manual/sylpheed-claws-manual.xml
302         * manual/fr/.cvsignore
303         * manual/fr/account.xml
304         * manual/fr/ack.xml
305         * manual/fr/addrbook.xml
306         * manual/fr/advanced.xml
307         * manual/fr/faq.xml
308         * manual/fr/glossary.xml
309         * manual/fr/handling.xml
310         * manual/fr/intro.xml
311         * manual/fr/keyboard.xml
312         * manual/fr/plugins.xml
313         * manual/fr/starting.xml
314         * manual/fr/sylpheed-claws-manual.xml
315                 various fixes: typos, missing .fr translations, punctuation,
316                 capitalization, links, accents and some bad French more.
317
318 2006-04-12 [wwp]        2.1.0cvs32
319
320         * src/prefs_gtk.c
321                 fix for bug #935: always store prefs files in UTF-8 (thanks
322                 to Colin).
323
324 2006-04-11 [colin]      2.1.0cvs31
325
326         * src/compose.c
327                 Fix inserting files not in utf8 when locale is utf8
328
329 2006-04-11 [colin]      2.1.0cvs30
330
331         * src/inc.c
332                 Don't show error dialog when cancelling connection
333                 Patch by Pawel
334
335 2006-04-11 [cleroy]     2.1.0cvs29
336
337         * src/compose.c
338                 Implement multiple quote levels
339         * src/prefs_common.c
340                 Change a little bit the quote bgcolor for 2nd level
341
342 2006-04-11 [colin]      2.1.0cvs28
343
344         * src/gtk/about.c
345                 Add locale and charset in the label
346
347 2006-04-10 [colin]      2.1.0cvs27
348
349         * src/compose.c
350         * src/prefs_common.c
351         * src/prefs_common.h
352         * src/prefs_msg_colors.c
353         * src/textview.c
354                 Allow optional background color in quotes
355                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
356                 GTK+-2.8.x feature
357
358 2006-04-10 [colin]      2.1.0cvs26
359
360         * src/main.c
361         * src/mainwindow.c
362         * src/mainwindow.h
363                 Implement --select
364
365 2006-04-10 [colin]      2.1.0cvs25
366
367         * manual/plugins.xml
368         * manual/fr/plugins.xml
369                 Document libcurl's proxy variables
370
371 2006-04-09 [colin]      2.1.0cvs24
372
373         * src/prefs_common.c
374                 gettext() returns statically allocated stuff. We have
375                 to strdup it in order to be able to free it.
376
377 2006-04-09 [colin]      2.1.0cvs23
378
379         * AUTHORS
380         * src/gtk/authors.h
381                 Add Alexei
382
383 2006-04-09 [colin]      2.1.0cvs22
384
385         * src/mainwindow.c
386         * src/gtk/quicksearch.c
387                 Fix bug #859 (problems with cyrilic input in 
388                 search panel) - Patch by Alexey Illarionov 
389                 <littlesavage@rambler.ru>
390
391 2006-04-09 [colin]      2.1.0cvs21
392
393         * src/prefs_customheader.c
394                 I prefer removing then freeing rather than the contrary
395                 (even if it doesn't change anything ;-)
396         * src/prefs_account.c
397                 Fix bug #933 (Crash re-entering the custom headers list 
398                 dialog in accounts prefs)
399                 The problem happened when cancelling the Account 
400                 Preferences' dialogs - in which case we didn't do 
401                 anything to the PrefsAccount * struct. In case of applying,
402                 the old ac_prefs was replaced with the tmp_ac_prefs we were
403                 working with in this dialog. The problem is that 
404                 prefs_customheader.c, working on this tmp_ac_prefs, always
405                 changes the ->customhdr_list pointer, even when cancelled. 
406                 So in case of cancelling the prefs_account dialog, we still
407                 have to update ->customhdr_list in the real account.
408
409 2006-04-08 [colin]      2.1.0cvs20
410
411         * manual/fr/glossary.xml
412         * manual/fr/keyboard.xml
413                 Forgot some headers :)
414
415 2006-04-08 [colin]      2.1.0cvs19
416
417         * manual/Makefile.am
418         * manual/fr/Makefile.am
419         * manual/fr/account.xml
420         * manual/fr/ack.xml
421         * manual/fr/addrbook.xml
422         * manual/fr/advanced.xml
423         * manual/fr/faq.xml
424         * manual/fr/glossary.xml
425         * manual/fr/gpl.xml
426         * manual/fr/handling.xml
427         * manual/fr/intro.xml
428         * manual/fr/keyboard.xml
429         * manual/fr/plugins.xml
430         * manual/fr/starting.xml
431         * manual/fr/sylpheed-claws-manual.xml
432         * manual/fr/dist/.cvsignore
433         * manual/fr/dist/Makefile.am
434         * manual/fr/dist/html/.cvsignore
435         * manual/fr/dist/html/Makefile.am
436         * manual/fr/dist/pdf/.cvsignore
437         * manual/fr/dist/pdf/Makefile.am
438         * manual/fr/dist/ps/.cvsignore
439         * manual/fr/dist/ps/Makefile.am
440         * manual/fr/dist/txt/.cvsignore
441         * manual/fr/dist/txt/Makefile.am
442                 Add the french translation of the manual. Thanks to
443                 Olivier Delhomme <olivier.delhomme@free.fr> for 
444                 account.xml, ack.xml, addrbook.xml and advanced.xml
445
446 2006-04-08 [colin]      2.1.0cvs18
447
448         * manual/plugins.xml
449         * manual/starting.xml
450                 More fixes
451
452 2006-04-07 [colin]      2.1.0cvs17
453
454         * manual/faq.xml
455         * manual/intro.xml
456         * manual/keyboard.xml
457                 Little fixes
458
459 2006-04-07 [colin]      2.1.0cvs16
460
461         * README
462         * src/compose.c
463         * src/prefs_common.c
464         * src/prefs_common.h
465                 Add hidden compose_no_markup pref
466
467 2006-04-07 [wwp]        2.1.0cvs15
468
469         * src/summary_search.c
470         * .cvsignore
471                 Bugfix: stop button was sticky when searching in an empty folder.
472                 Applied curly brackets code style to the whole file (summary_search.c).
473                 More files to ignore.
474
475 2006-04-07 [wwp]        2.1.0cvs14
476
477         * src/message_search.c
478         * src/summary_search.c
479                 changed default button when search bumps at file/folder
480                 beginning or end, for convenience (thanks to Colin).
481
482 2006-04-07 [paul]       2.1.0cvs13
483
484         * src/plugins/dillo_viewer/dillo_prefs.c
485                 avoid future potential for namespace collision
486                 Patch by Colin
487
488 2006-04-06 [wwp]        2.1.0cvs12
489
490         * src/summary_search.c
491                 Unify extended/advanced searches names (and thus factorize labels),
492                 patch by Fabien Vantard <fzzzzz@gmail.com>.
493
494 2006-04-06 [wwp]        2.1.0cvs11
495
496         * src/folderview.c
497         * src/prefs_themes.c
498         * src/summaryview.c
499                 Fixed some compilation warnings.
500
501 2006-04-06 [colin]      2.1.0cvs10
502
503         * manual/advanced.xml
504                 Document the wizard template and how to deploy
505                 Sylpheed-Claws effectively
506
507 2006-04-06 [colin]      2.1.0cvs9
508
509         * src/folderview.c
510                 gettext patch to tell translators about _("#"),
511                 by Maxim Britov
512
513 2006-04-06 [colin]      2.1.0cvs8
514
515         * src/textview.c
516                 Fix invalid GtkTextBIter after clicking "Display as text"
517
518 2006-04-06 [mones]      2.1.0cvs7
519
520         * src/addr_compl.c
521         * src/addrindex.c
522         * src/addritem.c
523         * src/codeconv.c
524         * src/compose.c
525         * src/filtering.c
526         * src/folder.c
527         * src/folder_item_prefs.c
528         * src/folderview.c
529         * src/localfolder.c
530         * src/matcher.c
531         * src/mimeview.c
532         * src/prefs_msg_colors.c
533         * src/prefs_spelling.c
534         * src/prefs_themes.c
535         * src/procmime.c
536         * src/procmsg.c
537         * src/stock_pixmap.c
538         * src/summaryview.c
539         * src/textview.c
540         * src/toolbar.c
541         * src/common/mgutils.c
542         * src/common/prefs.c
543         * src/common/ssl_certificate.c
544         * src/gtk/colorlabel.c
545         * src/gtk/quicksearch.c
546         * src/plugins/pgpmime/pgpmime.c
547         * src/plugins/spamassassin/spamassassin.c
548                 Removed redundant NULL checks for g_free() calls.
549                 Patch by Pawel Pekala.
550
551 2006-04-06 [mones]      2.1.0cvs6
552
553         * src/prefs_actions.c
554         * src/prefs_filtering.c
555         * src/prefs_filtering_action.c
556         * src/prefs_matcher.c
557         * src/prefs_template.c
558         * src/gtk/gtkutils.c
559         * src/gtk/gtkutils.h
560                 Have a nice replace button. Patch by Pawel Pekala
561
562 2006-04-06 [colin]      2.1.0cvs5
563
564         * src/addressbook.c
565                 Fix crash with empty columns
566
567 2006-04-05 [colin]      2.1.0cvs4
568
569         * src/wizard.c
570         * src/prefs_gtk.c
571                 Allow wizard customization with pre-filled values
572
573 2006-04-05 [colin]      2.1.0cvs3
574
575         * src/textview.c
576         * src/mimeview.c
577         * src/mimeview.h
578                 Nicer messages in mimeview
579
580 2006-04-05 [colin]      2.1.0cvs2
581
582         * src/addressbook.c
583         * src/prefs_summaries.c
584                 i18n fix
585
586 2006-04-05 [colin]      2.1.0cvs1
587
588         * src/plugins/pgpcore/plugin.c
589         * src/plugins/pgpcore/select-keys.c
590         * src/plugins/pgpcore/select-keys.h
591         * src/plugins/pgpcore/sgpgme.c
592         * src/plugins/pgpcore/sgpgme.h
593         * src/plugins/pgpinline/pgpinline.c
594         * src/plugins/pgpinline/plugin.c
595         * src/plugins/pgpmime/pgpmime.c
596         * src/plugins/pgpmime/plugin.c
597                 Factorize and generalize a bit 
598                 Drop S/MIME signature verification from PGP/MIME
599                 (adding it as another, more complete plugin)
600
601 2006-04-05 [paul]       2.1.0
602
603         2.1.0 released
604
605 2006-04-05 [paul]       2.0.0cvs186
606
607         * manual/advanced.xml
608                 add info on colour labels
609
610 2006-04-05 [paul]       2.0.0cvs185
611
612         * po/bg.po
613         * po/cs.po
614         * po/de.po
615         * po/el.po
616         * po/en_GB.po
617         * po/fi.po
618         * po/fr.po
619         * po/it.po
620         * po/nl.po
621         * po/pl.po
622         * po/pt_BR.po
623         * po/sr.po
624         * po/zh_CN.po
625                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
626                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
627                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
628                 Guimaraes, Aleksandar Urosevic, Ralgh Young
629         * src/gtk/authors.h
630         * tools/claws.i18n.status.pl
631                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
632                 and new Czech translator, Tim <timbrain@post.cz>
633
634 2006-04-05 [mones]      2.0.0cvs184
635
636         * po/es.po
637                 Updated translation
638
639 2006-04-05 [colin]      2.0.0cvs183
640
641         * src/gtk/quicksearch.c
642                 Fix bug #929 (unnecessary reload in quick search bar)
643
644 2006-04-05 [colin]      2.0.0cvs182
645
646         * src/compose.c
647                 Fix crash on Reply with no From:
648                 Show signature and conversion error on queuing 
649                 (but not sending)
650         * src/mainwindow.c
651         * src/summaryview.c
652         * src/summaryview.h
653                 Factorize threading code and make sure msginfo 
654                 is not null when it comes from a GtkCTreeRow's 
655                 data
656         * src/gtk/gtkaspell.c
657                 Check for necessary things
658         * src/gtk/gtksctree.c
659         * src/gtk/gtksctree.h
660                 Reset anchor if necessary when removing node
661
662 2006-03-29 [colin]      2.0.0cvs181
663
664         * src/folderview.c
665                 Warn for disabled IMAP accounts (due to lack of
666                 libetpan). Breaks string-freeze - sorry - but it
667                 is kind of important ;)
668
669 2006-03-28 [colin]      2.0.0cvs180
670
671         * src/gtk/gtkutils.c
672         * src/gtk/gtkutils.h
673                 Add a gtkut_get_link_btn() function that
674                 creates a button which acts like an URI
675         * src/prefs_themes.c
676         * src/gtk/about.c
677                 Use this function (factorizes codes)
678         * src/common/defs.h
679         * src/gtk/pluginwindow.c
680                 Add a "Get more..." in the plugins window
681
682 2006-03-28 [colin]      2.0.0cvs179
683
684         * src/common/smtp.c
685         * src/common/passcrypt.c
686         * src/undo.c
687                 Warning fixes. Patch by Pawel Pekala
688
689 2006-03-27 [colin]      2.0.0cvs178
690
691         * src/undo.c
692                 Fix undoing by blocks with spaces
693
694 2006-03-27 [colin]      2.0.0cvs177
695
696         * src/textview.c
697                 Set margin to 3px for headers
698
699 2006-03-27 [paul]
700
701         2.1.0-rc2 released
702
703 2006-03-27 [wwp]        2.0.0cvs176
704
705         * src/summaryview.c
706                 don't reset quicksearch when updating the message list.
707                 Thanks to Colin.
708
709 2006-03-26 [wwp]        2.0.0cvs175
710
711         * src/compose.c
712                 use a unified border width ('other' tab in the compose window,
713                 patch by Pawel Pekala).
714
715
716 2006-03-26 [wwp]        2.0.0cvs174
717
718         * src/common/quoted-printable.c
719         * src/addressbook.c
720                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
721
722 2006-03-26 [colin]      2.0.0cvs173
723
724         * src/quote_fmt_parse.y
725                 Fix non-UTF8 date formats messing up the whole quote a 
726                 little bit
727
728 2006-03-26 [colin]      2.0.0cvs172
729
730         * src/procheader.c
731                 Make sure the date is UTF8 valid, or try to make it
732                 so. IncrediMail is really IncrediStupid.
733         * src/compose.c
734                 Fix possible conversions. 
735                 
736
737 2006-03-26 [colin]      2.0.0cvs171
738
739         * src/matcher.c
740                 Fix corner cases in body search. This is still a
741                 hack... It seems impossible to make it good and 
742                 reasonably fast at the same time.
743
744 2006-03-26 [colin]      2.0.0cvs170
745
746         * src/summaryview.c
747                 I think I killed the twilight zone bug!
748                 summary_select_node() flushes GTK events in order
749                 to be able to center the view. But this also 
750                 flushes keypresses like Ctrl-Alt-U, so this can
751                 call summary_show from summary_select_node (itself
752                 called from summary_show, etc.). And the summaryview
753                 has to be unlocked in this function. So just locking
754                 while processing GTK events, and bailing if locked, 
755                 should fix it.
756                 Fixes bug #927 (SIGSEGV during Update Summary)
757
758 2006-03-25 [colin]      2.0.0cvs169
759
760         * src/matcher.c
761                 Fix search in QP-encoded bodies
762                 Fix utf-8 searches in bodies encoded in the
763                 locale's encoding
764         * src/common/quoted-printable.c
765         * src/common/quoted-printable.h
766                 Add a decode function that doesn't overwrite
767                 the original pointer
768                 
769
770 2006-03-24 [colin]      2.0.0cvs168
771
772         * src/action.c
773         * src/summaryview.c
774         * src/summaryview.h
775                 Update message cache after action
776                 Patch by H. Merijn Brand
777         * src/prefs_msg_colors.c
778                 Factorize label 
779                 Patch by Fabien Vantard
780         * src/plugins/spamassassin/spamassassin_gtk.c
781                 Remove useless translation
782                 Patch by Fabien Vantard
783
784 2006-03-23 [colin]      2.0.0cvs167
785
786         * src/common/ssl.c
787                 Let 30 seconds to SSL_connect
788
789 2006-03-23 [wwp]        2.0.0cvs166
790
791         * src/summaryview.c
792         * src/gtk/description_window.c
793                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
794                 and headers are translated; adjust description windows' width to fit their
795                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
796
797 2006-03-23 [paul]       2.0.0cvs165
798
799         * src/common/utils.c
800                 fix highlighting of URIs containing "()"
801                 (2.0.0cvs164's reversal fixed)
802                 Thanks to Colin.
803
804 2006-03-23 [paul]       2.0.0cvs164
805
806         * src/common/utils.c
807                 revert patch, (postponing a fix), at 2.0.0cvs120
808                 as it breaks more URIs than it fixes.
809                 Allow '-' to be a terminating character in a URI
810
811 2006-03-22 [colin]      2.0.0cvs163
812
813         * configure.ac
814                 Require libetpan 0.45
815                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
816
817 2006-03-22 [paul]       2.0.0cvs162
818
819         * src/editgroup.c
820                 replace '<-' and '->' buttons with GTK_STOCK graphical
821                 buttons
822         * src/summary_search.c
823                 don't offer '...' for translation
824                 add a tooltip to advanced search '...' button
825         * src/gtk/quicksearch.c
826                 don't offer '...' for translation
827
828 2006-03-21 [colin]      2.0.0cvs161
829
830         * src/compose.c
831                 Fix middle-click pasting (insert at click
832                 position instead of cursor position, don't
833                 remove existing selection and allow pasting
834                 our own selection)
835         * src/addressbook.c
836                 "LDAP Server" -> "LDAP servers"
837
838 2006-03-21 [wwp]        2.0.0cvs160
839
840         * src/etpan/imap-thread.c
841                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
842
843 2006-03-20 [colin]      2.0.0cvs159
844
845         * src/summaryview.c
846                 Don't reload summaryview after an execute with no
847                 move action
848
849 2006-03-19 [colin]      2.0.0cvs158
850
851         * src/addressbook.c
852                 and put groups at the top, always
853
854 2006-03-19 [colin]      2.0.0cvs157
855
856         * src/addressbook.c
857                 Order groups before names, as previously
858
859 2006-03-19 [colin]      2.0.0cvs156
860
861         * src/addressbook.c
862                 - Sort case-unsensitive
863                 - Put the sort arrow at opening too
864
865 2006-03-19 [wwp]        2.0.0cvs155
866
867         * src/addressbook.c
868                 allow sorting by name/email/remarks, ensure that right-pane's contents
869                 matches the left-pane selection (cleared when appropriate).
870                 Patch by Pawel Pekala <c0rn@o2.pl>.
871
872 2006-03-18 [colin]      2.0.0cvs154
873
874         * src/textview.c
875                 Fix text cursor ;)
876
877 2006-03-18 [colin]      2.0.0cvs153
878
879         * src/gtk/filesel.c
880                 Make sure we hide the preview if we didn't get
881                 a filename
882
883 2006-03-18 [colin]      2.0.0cvs152
884
885         * src/summaryview.c
886                 Set cursor to watch for execution (fixes lack
887                 of watch-cursor when dnd'ing hundreds of mails)
888         * src/gtk/filesel.c
889                 Check that mime type is 'image/*' before updating
890                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
891
892 2006-03-18 [colin]      2.0.0cvs151
893
894         * src/mainwindow.c
895         * src/textview.c
896         * src/textview.h
897                 Put a watch cursor in textview too when the mainwindow's
898                 cursor in a watch
899
900 2006-03-18 [colin]      2.0.0cvs150
901
902         * src/folder.c
903                 Change wrong asserts to simple tests
904
905 2006-03-17 [colin]      2.0.0cvs149
906
907         * src/mainwindow.c
908         * src/mainwindow.h
909         * src/prefs_msg_colors.c
910         * src/summaryview.c
911         * src/summaryview.h
912         * src/gtk/colorlabel.c
913         * src/gtk/colorlabel.h
914                 Add a color label menu in the main menubar
915                 Add (fixed) accels Ctrl-{0-7} to change the color
916                 They have to be fixed because the menu's dynamic,
917                 the items are complex widgets, hence we can't use
918                 a GtkItemFactory.
919
920
921 2006-03-17 [wwp]        2.0.0cvs148
922
923         * src/compose.c
924                 rollback few lines from my previous commit (those lines come from
925                 a pending patch, accidentally commited, even if neutral as they are
926                 commented out).
927
928 2006-03-17 [wwp]        2.0.0cvs147
929
930         * src/compose.c
931                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
932                 applied code style/indentation to the modified function.
933
934 2006-03-17 [wwp]        2.0.0cvs146
935
936         * src/procmsg.c
937         * src/compose.c
938                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
939
940 2006-03-17 [paul]
941
942         2.1.0-rc1 released
943
944 2006-03-17 [paul]       2.0.0cvs145
945
946         * src/main.c
947                 addressbook_read_file() was called twice
948         * src/textview.c
949                 X-Mailer highlighting
950
951 2006-03-16 [colin]      2.0.0cvs144
952
953         * src/sourcewindow.c
954         * src/sourcewindow.h
955                 And the last one, in source window.
956
957 2006-03-16 [colin]      2.0.0cvs143
958
959         * src/compose.c
960         * src/compose.h
961                 Fix the same stuff in compose
962
963 2006-03-16 [colin]      2.0.0cvs142
964
965         * src/messageview.c
966                 Complete the previous messageview crash fix
967
968 2006-03-16 [colin]      2.0.0cvs141
969
970         * src/procmsg.h
971         * src/procmsg.c
972         * src/folder.c
973                 Fix POSTPROCESSING hook
974                 Patch by H. Merijn Brand
975
976         * src/procmime.c
977         * src/procmime.h
978                 Parse Content-Location
979
980         * src/toolbar.c
981         * src/messageview.c
982         * src/messageview.h
983                 Don't crash when a top-level MessageView has
984                 been closed on us. Same problematic than
985                 yesterday's quicksearch issue.
986
987 2006-03-15 [colin]      2.0.0cvs140
988
989         * src/gtk/quicksearch.c
990                 Fix a bitchy race we didn't think about when we
991                 added quicksearch cancellation:
992                 If the search is not on cached fields, for example
993                 body_part matchcase "stuff"
994                 the matcher code has to get the whole message. If
995                 we're on IMAP, that can be slow, and in order to
996                 be non-blocking, the IMAP code idle loop processes
997                 gtk events too. So it is possible to cancel a
998                 quicksearch while the matcher is getting the mail's
999                 body. After matcher got its body, it will start to
1000                 iterate over the matcher list that the Quicksearch's
1001                 clear_search_cb() just freed via prepare_matcher().
1002                 SIGSEGV ensues.
1003                 The fix consists of guarding the matcherlist_match()
1004                 call with a boolean 'matching'. If we reset the
1005                 quicksearch while matching is TRUE, we don't free
1006                 the matcherlist anymore like we did, but we set
1007                 another new flag, deferred_free, to TRUE. Then,
1008                 in quicksearch_match(), just after returning from
1009                 matcherlist_match() and unsetting the matching flag,
1010                 we check the deferred_free flag and do the
1011                 prepare_matcher() (which does the matcherlist_free)
1012                 for real, so we free the matcherlist once it's not
1013                 used anymore.
1014                 As all of this runs via the glib main loop, we
1015                 luckily don't need a mutex.
1016         * src/summaryview.c
1017                 Also, show progress while searching.
1018
1019
1020 2006-03-14 [colin]      2.0.0cvs139
1021
1022         * src/alertpanel.c
1023                 Make alertpanel_is_open non-static
1024
1025 2006-03-14 [colin]      2.0.0cvs138
1026
1027         * src/prefs_spelling.c
1028                 Cleanups - Fabien Vantard
1029
1030 2006-03-14 [wwp]        2.0.0cvs137
1031
1032         * src/main.c
1033                 code style normalization (curly braces, indentation).
1034
1035 2006-03-14 [wwp]        2.0.0cvs137
1036
1037         * src/main.c
1038                 code style (braces, indentation)
1039
1040 2006-03-12 [paul]       2.0.0cvs136
1041
1042         * src/prefs_common.c
1043                 trans_hdr defaults to FALSE to be RFC-savvy
1044         * src/prefs_summaries.c
1045                 add a tooltip to the trans_hdr option
1046                 
1047
1048 2006-03-12 [paul]       2.0.0cvs135
1049
1050         * src/prefs_matcher.c
1051                 give a little more width to the combos
1052         * src/prefs_display_header.c
1053         * src/textview.c
1054                 translate headers if prefs_common.trans_hdr
1055                 is TRUE
1056
1057         Patches by Pawel Pekala
1058
1059 2006-03-12 [paul]       2.0.0cvs134
1060
1061         * src/plugins/clamav/clamav_plugin.c
1062         * src/plugins/dillo_viewer/dillo_viewer.c
1063         * src/plugins/pgpcore/plugin.c
1064         * src/plugins/pgpinline/plugin.c
1065         * src/plugins/pgpmime/plugin.c
1066         * src/plugins/spamassassin/spamassassin.c
1067                 update/add to descriptions
1068         * src/plugins/spamassassin/spamassassin_gtk.c
1069                 fixes to the english, remove superfluous
1070                 tooltips, clean up a little
1071
1072 2006-03-12 [paul]       2.0.0cvs133
1073
1074         * src/compose.c
1075                 fix Bug 924, 'Account combo box shows up wrong 
1076                 if & is in account name'
1077
1078 2006-03-11 [colin]      2.0.0cvs132
1079
1080         * src/summaryview.c
1081                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
1082                 messed up shift-selection because is slows down
1083                 moving around summaryview. thanks -users
1084
1085 2006-03-10 [colin]      2.0.0cvs131
1086
1087         * src/plugins/spamassassin/spamassassin_gtk.c
1088                 Put back Paul's engrish fixes
1089
1090 2006-03-10 [colin]      2.0.0cvs130
1091
1092         * src/plugins/spamassassin/spamassassin.c
1093         * src/plugins/spamassassin/spamassassin.h
1094         * src/plugins/spamassassin/spamassassin_gtk.c
1095                 Cleanup SA prefs page (more)
1096                 Patch by Fabien Vantard
1097
1098 2006-03-10 [paul]       2.0.0cvs129
1099
1100         * src/prefs_msg_colors.c
1101         * src/prefs_spelling.c
1102                 widget sensitivity
1103
1104 2006-03-09 [mones]      2.0.0cvs128
1105
1106         * po/es.po
1107                 Update for next RC
1108
1109 2006-03-09 [wwp]        2.0.0cvs127
1110
1111         * configure.ac
1112                 revert accidental commit (requirement for libetpan 0.43), this time
1113                 not in HEAD.
1114
1115 2006-03-09 [wwp]        2.0.0cvs125
1116
1117         * configure.ac
1118                 revert accidental commit (requirement for libetpan 0.43)
1119
1120 2006-03-09 [paul]       2.0.0cvs126
1121
1122         * src/prefs_receive.c
1123                 remove useless frame
1124                 replace 'incorporation' with 'receiving'
1125         * src/plugins/clamav/clamav_plugin_gtk.c
1126         * src/plugins/spamassassin/spamassassin_gtk.c
1127                 improve widget sensitivity
1128                 fix a bit his engrish
1129
1130 2006-03-09 [wwp]        2.0.0cvs125
1131
1132         * src/addressadd.c
1133         * src/foldersel.c
1134         * src/prefs_common.c
1135         * src/prefs_common.h
1136                 remember some more windows' sizes (add to addressbook and
1137                 select folder).
1138
1139 2006-03-09 [paul]       2.0.0cvs124
1140
1141         * src/plugins/pgpcore/prefs_gpg.c
1142                 normalise construction of dialogue
1143
1144 2006-03-09 [paul]       2.0.0cvs123
1145
1146         * src/plugins/trayicon/Makefile.am
1147                 add missing slash
1148
1149 2006-03-08 [colin]      2.0.0cvs122
1150
1151         * src/plugins/trayicon/Makefile.am
1152                 Fix build in separate dir 
1153                 Patch by Bamanzi <bamanzi@gmail.com>
1154
1155 2006-03-08 [colin]      2.0.0cvs121
1156
1157         * src/procmsg.c
1158                 Batch move and copies from summaryview with delayed execution
1159                 too
1160
1161 2006-03-07 [paul]       2.0.0cvs120
1162
1163         * src/common/utils.c
1164                 fix highlighting of URIs containing "()"
1165                 Patch by Pawel Pekala
1166
1167 2006-03-07 [paul]       2.0.0cvs119
1168
1169         * src/folder.c
1170         * src/folder.h
1171         * src/folderview.c
1172                 immediately do alphabetical resort when
1173                 changing a folder's name
1174                 Patch by Pawel Pekala
1175
1176 2006-03-07 [paul]       2.0.0cvs118
1177
1178         * src/news.c
1179         * src/news_gtk.c
1180                 when unsubscribing a newsgroup, remove the
1181                 folder and msgs in .sylpheed-claws/newscache
1182                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1183
1184 2006-03-07 [paul]       2.0.0cvs117
1185
1186         * src/textview.c
1187                 fix wrong Fake URL Warning
1188                 Thanks to Hiro
1189
1190 2006-03-07 [colin]      2.0.0cvs116
1191
1192         * src/imap.c
1193                 Return immediately when password dialog was
1194                 cancelled
1195         * src/gtk/inputdialog.c
1196                 Allow empty strings for passwords
1197
1198
1199 2006-03-06 [colin]      2.0.0cvs115
1200
1201         * src/imap.c
1202                 Prevent double-timeouts when connection fails
1203
1204 2006-03-06 [colin]
1205
1206         2.0.1-rc1 released
1207
1208 2006-03-06 [colin]      2.0.0cvs114
1209
1210         * src/imap.c
1211                 Refresh session during potentially long
1212                 operations
1213
1214 2006-03-06 [wwp]        2.0.0cvs113
1215
1216         * src/prefs_msg_colors.h
1217                 forgot that one (custom color labels).
1218
1219 2006-03-06 [wwp]        2.0.0cvs112
1220
1221         * src/prefs_common.c
1222         * src/prefs_common.h
1223         * src/prefs_msg_colors.c
1224         * src/summaryview.c
1225         * src/summaryview.h
1226         * src/gtk/colorlabel.c
1227         * src/gtk/colorlabel.h
1228                 colors in messages list are now customizable. Color values and names can
1229                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
1230                 Thanks to Paul and Colin for their help with this longstanding patch!
1231
1232 2006-03-06 [wwp]        2.0.0cvs111
1233
1234         * src/textview.c
1235                 don't crash if (x)face is bad.
1236
1237 2006-03-05 [paul]       2.0.0cvs110
1238
1239         * AUTHORS
1240         * configure.ac
1241         * src/Makefile.am
1242         * src/common/Makefile.am
1243         * src/common/utils.h
1244         * src/etpan/imap-thread.c
1245         * src/gtk/authors.h
1246         * src/plugins/clamav/Makefile.am
1247         * src/plugins/demo/Makefile.am
1248         * src/plugins/dillo_viewer/Makefile.am
1249         * src/plugins/pgpcore/Makefile.am
1250         * src/plugins/pgpcore/passphrase.c
1251         * src/plugins/pgpinline/Makefile.am
1252         * src/plugins/pgpmime/Makefile.am
1253         * src/plugins/spamassassin/Makefile.am
1254         * src/plugins/trayicon/Makefile.am
1255                 fix builiding on cygwin
1256                 Patch by Ralgh Young <bamanzi@gmail.com>
1257
1258 2006-03-04 [wwp]        2.0.0cvs109
1259
1260         * manual/keyboard.xml
1261                 fix mixed up/down keys.
1262
1263 2006-03-04 [wwp]        2.0.0cvs108
1264
1265         * README
1266         * INSTALL
1267                 updated links to SpamAssassin.
1268
1269 2006-03-04 [wwp]        2.0.0cvs107
1270
1271         * manual/plugins.xml
1272         * src/plugins/spamassassin/README
1273                 updated SpamAssassin plugin docs to reflect new functional additions
1274                 (also fix/update/documents few technical stuff more, see the README).
1275
1276 2006-03-04 [wwp]        2.0.0cvs106
1277
1278         * src/prefs_message.c
1279                 normalized capitalization of message-prefs paths.
1280
1281 2006-03-04 [wwp]        2.0.0cvs105
1282
1283         * manual/advanced.xml
1284                 typo.
1285
1286 2006-03-03 [colin]      2.0.0cvs104
1287
1288         * src/plugins/clamav/clamav_plugin_gtk.c
1289                 Rework prefs page, patch by Fabien 
1290
1291 2006-03-03 [colin]      2.0.0cvs103
1292
1293         * src/plugins/clamav/clamav_plugin.c
1294                 Set error on all errors
1295
1296 2006-03-03 [colin]      2.0.0cvs102
1297
1298         * src/common/plugin.c
1299                 Initialize error to avoid crashing when a plugin fails
1300                 without setting error
1301
1302 2006-03-02 [wwp]        2.0.0cvs101
1303
1304         * configure.ac
1305                 fixed linker flags for libetpan support on Cygwin
1306                 (thanks to H.Merijn Brand).
1307
1308 2006-03-02 [wwp]        2.0.0cvs100
1309
1310         * src/addressbook.c
1311                 fix some AB error messages: one for punctuation and
1312                 one wrongly duplicate (thanks, maxbritov).
1313
1314 2006-03-02 [wwp]        2.0.0cvs99
1315
1316         * src/plugins/spamassassin/spamassassin.c
1317                 make sync calls to sa-learn/spamc to prevent
1318                 system (whatever local or client/server) overload.
1319
1320 2006-03-02 [colin]      2.0.0cvs98
1321
1322         * src/summaryview.c
1323                 Put the spam icon in the status column instead of the
1324                 mark one
1325
1326 2006-03-01 [colin]      2.0.0cvs97
1327
1328         * src/plugins/spamassassin/spamassassin.c
1329                 Fix segfault (g_file_set_contents fails for some 
1330                 reason and err==0x2f. Can't find out why with
1331                 valgrind, using working function :-)
1332
1333 2006-03-01 [colin]      2.0.0cvs96
1334
1335         * src/inc.c
1336                 Offline overriding: let 'No' be cached only 3 seconds
1337
1338 2006-03-01 [colin]      2.0.0cvs95
1339
1340         * src/addr_compl.c
1341         * src/addrbook.c
1342         * src/addressbook.c
1343         * src/addrindex.c
1344         * src/folder_item_prefs.c
1345         * src/headerview.c
1346         * src/imap.c
1347         * src/inc.c
1348         * src/ldif.c
1349         * src/mainwindow.c
1350         * src/mh.c
1351         * src/msgcache.c
1352         * src/prefs_common.h
1353         * src/prefs_msg_colors.c
1354         * src/procheader.c
1355         * src/procheader.h
1356         * src/procmime.c
1357         * src/procmsg.c
1358         * src/procmsg.h
1359         * src/send_message.h
1360         * src/simple-gettext.c
1361         * src/summaryview.c
1362         * src/summaryview.h
1363         * src/syldap.c
1364         * src/textview.c
1365         * src/undo.c
1366         * src/common/ssl_certificate.c
1367         * src/common/utils.c
1368         * src/gtk/colorsel.c
1369         * src/gtk/gtksctree.c
1370         * src/gtk/gtkshruler.c
1371         * src/plugins/trayicon/trayicon.c
1372                 #if 0 goes to /dev/null
1373
1374 2006-03-01 [colin]      2.0.0cvs94
1375
1376         * src/compose.c
1377         * src/imap.c
1378         * src/inc.c
1379         * src/inc.h
1380         * src/messageview.c
1381         * src/news.c
1382         * src/plugins/spamassassin/spamassassin.c
1383                 Allow to add information in the "working offline"
1384                 window
1385
1386 2006-03-01 [wwp]        2.0.0cvs93
1387
1388         * src/plugins/spamassassin/spamassassin.c
1389                 fixed spamc invocation: use a tricky temporary mini shell wrapper
1390                 'cause it seems that calling `spamc ... < inputfile` with
1391                 g_spawn_(a)sync simply.. erm doesn't work :-).
1392
1393 2006-03-01 [wwp]        2.0.0cvs92
1394
1395         * src/toolbar.c
1396         * src/toolbar.h
1397                 simplify the adding of spam/ham button to the messageview toolbar
1398                 (it gets more clear now that the same button will be "Mark as spam"
1399                 or "Mark as ham" according to the current message status,
1400                 thanks to Colin).
1401
1402 2006-03-01 [wwp]        2.0.0cvs91
1403
1404         * src/messageview.c
1405         * src/procmsg.c
1406         * src/procmsg.h
1407         * src/summaryview.c
1408         * src/plugins/spamassassin/spamassassin.c
1409         * src/plugins/spamassassin/spamassassin.h
1410                 make learner callbacks return a status (0 for ok),
1411                 handle it in main code to avoid setting flags when learning failed,
1412                 don't learn on TCP if offline in spamassassin,
1413                 thanks to Colin.
1414
1415                 
1416
1417 2006-03-01 [wwp]        2.0.0cvs90
1418
1419         * src/compose.c
1420                 some work around the compose window's account menu,
1421                 patch by Fabien Vantard.
1422
1423 2006-03-01 [wwp]        2.0.0cvs89
1424
1425         * src/plugins/spamassassin/spamassassin.c
1426                 fixed bad logics, was using spamc in local mode and sa-learn
1427                 in remote mode (thanks, Colin).
1428
1429 2006-03-01 [wwp]        2.0.0cvs88
1430
1431         * src/plugins/spamassassin/spamassassin.c
1432         * src/plugins/spamassassin/spamassassin.h
1433         * src/plugins/spamassassin/spamassassin_gtk.c
1434                 made processing of emails w/ sa-plugin an option (default is TRUE),
1435                 fixed Engrish some tooltips, capitalization of some debug messages
1436                 and warnings. The spamassassin plugin now provides two separate
1437                 services: process emails upon incorporation and spamd training.
1438                 Both services (un)register independently but use some common
1439                 plugin settings (transport settings, spam storage location).
1440
1441 2006-02-28 [wwp]        2.0.0cvs87
1442
1443         * src/plugins/spamassassin/spamassassin.c
1444                 fix async flag to spamc cmdline execution (batch exec should
1445                 be asynchronous).
1446
1447 2006-02-27 [wwp]        2.0.0cvs86
1448
1449         * src/plugins/spamassassin/spamassassin.c
1450         * src/plugins/spamassassin/spamassassin.h
1451         * src/plugins/spamassassin/spamassassin_gtk.c
1452                 - added the ability to learn a remote spamassassin server (spamd),
1453                 using spamc.
1454                 - added the spamassassin option 'username', that applies to all
1455                 spamassassin operations (filtering, learning, local or remote).
1456                 The default username is the current unix user (if left blank
1457                 from gtk prefs or config file).
1458                 - commented out some unused code (notebook widget), removed unused
1459                 layout (hbox1).
1460                 - make more widgets sensitive to the transport type.
1461
1462 2006-02-27 [colin]      2.0.0cvs85
1463
1464         * src/plugins/spamassassin/spamassassin.c
1465                 Fix sa-learn call when offline
1466
1467 2006-02-27 [colin]      2.0.0cvs84
1468
1469         * configure.ac
1470         * src/Makefile.am
1471         * src/mainwindow.c
1472         * src/mainwindow.h
1473         * src/messageview.c
1474         * src/messageview.h
1475         * src/prefs_toolbar.c
1476         * src/procmsg.c
1477         * src/stock_pixmap.c
1478         * src/stock_pixmap.h
1479         * src/summaryview.c
1480         * src/toolbar.c
1481         * src/toolbar.h
1482         * src/pixmaps/ham_btn.xpm
1483         * src/pixmaps/spam.xpm
1484         * src/pixmaps/spam_btn.xpm
1485         * src/plugins/spamassassin/spamassassin.c
1486                 Add button in toolbar for spam learning
1487                 Fix a few bugs from the last related commit
1488                 Revert 1.9.6cvs23 which messed up shift-selection
1489
1490 2006-02-24 [colin]      2.0.0cvs83
1491
1492         * src/procmsg.c
1493         * src/summaryview.c
1494         * src/summaryview.h
1495         * src/plugins/spamassassin/spamassassin.c
1496         * src/plugins/spamassassin/spamassassin.h
1497         * src/plugins/spamassassin/spamassassin_gtk.c
1498                 Unregister learner when spamassassin is either
1499                 disabled or over tcp
1500
1501 2006-02-24 [colin]      2.0.0cvs82
1502
1503         * src/Makefile.am
1504         * src/mainwindow.c
1505         * src/mainwindow.h
1506         * src/procmsg.c
1507         * src/procmsg.h
1508         * src/stock_pixmap.c
1509         * src/stock_pixmap.h
1510         * src/summaryview.c
1511         * src/summaryview.h
1512         * src/gtk/icon_legend.c
1513         * src/pixmaps/spam.xpm  ** NEW FILE **
1514         * src/plugins/spamassassin/spamassassin.c
1515         * src/plugins/spamassassin/spamassassin_gtk.c
1516                 Add spam learning interface (Mark/Mark as 
1517                 (spam|ham) menus)
1518
1519 2006-02-24 [wwp]        2.0.0cvs81
1520
1521         * src/compose.c
1522         * src/compose.h
1523         * src/filtering.c
1524                 hide compose window when sending message in batch mode
1525                 (filtering: forward and redirect). Also fixed a wrong
1526                 value returned when sending failed, neutral anyway.
1527                 (Colin, me) 
1528
1529 2006-02-24 [wwp]        2.0.0cvs80
1530
1531         * src/mainwindow.c
1532                 use GTK+'s stock quit button. Patch by Fabien Vantard.
1533
1534 2006-02-24 [paul]       2.0.0cvs79
1535
1536         * src/news.c
1537         * src/news.h
1538         * src/news_gtk.c
1539                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
1540                 Thanks to Colin
1541
1542 2006-02-23 [colin]      2.0.0cvs78
1543
1544         * src/alertpanel.c
1545                 Change OK to Close in alertpanel with View log
1546                 button; add accel to View log. Patch by Fabien
1547                 Vantard
1548
1549 2006-02-23 [wwp]        2.0.0cvs77
1550
1551         * src/compose.c
1552                 silly me, there were much more tests to perform, since toolbars can
1553                 really have down to 1 element only.
1554
1555 2006-02-23 [wwp]        2.0.0cvs76
1556
1557         * commitHelper
1558                 fixed indentation from my previous commit. Fallback to VISUAL if
1559                 EDITOR is not set (and to vi, at last resort).
1560
1561 2006-02-23 [wwp]        2.0.0cvs75
1562
1563         * commitHelper
1564                 improved error detection (Colin, me).
1565
1566 2006-02-23 [wwp]        2.0.0cvs74
1567
1568         * src/prefs_toolbar.c
1569                 simplify and fix prefs/toolbars layouting. Combos' contents can
1570                 now be really displayed.
1571
1572 2006-02-23 [wwp]        2.0.0cvs73
1573         simplifies and fix prefs/toolbars layouting. Combos' contents can now
1574         be really displayed.
1575
1576 2006-02-22 [wwp]        2.0.0cvs72
1577
1578         * src/compose.c
1579                 fix a typo in my previous commit (sorry!).
1580
1581 2006-02-22 [wwp]        2.0.0cvs71
1582
1583         * src/prefs_toolbar.c
1584                 fix a crash when adding separators to toolbars,
1585                 also fix some separator item information.
1586
1587 2006-02-22 [wwp]        2.0.0cvs70
1588
1589         * src/compose.c
1590                 fix a crash when redirecting (for instance) when compose window's
1591                 toolbar contents has been customized (when some buttons have been
1592                 removed in fact).
1593
1594 2006-02-21 [wwp]        2.0.0cvs69
1595
1596         * src/summaryview.c
1597         * src/gtk/pluginwindow.c
1598         * src/plugins/pgpcore/prefs_gpg.c
1599                 fix some compilation warnings (feat. remains of removed code).
1600
1601 2006-02-21 [wwp]        2.0.0cvs68
1602
1603         * src/gtk/gtkutils.c
1604                 fix two compilation issues, thanks to Stephan Sachse.
1605
1606 2006-02-20 [colin]      2.0.0cvs67
1607
1608         * src/mainwindow.c
1609                 Don't reselect displayed mail on refocus
1610                 This fixes actions misbehaving 
1611
1612 2006-02-20 [wwp]        2.0.0cvs66
1613
1614         * src/summaryview.c
1615         * src/gtk/gtksctree.c
1616         * src/gtk/gtkshruler.c
1617                 changed more runtime typecast checks.
1618
1619 2006-02-20 [wwp]        2.0.0cvs65
1620
1621         * src/summary_search.c
1622                 find all - summaryview refresh issue fixed, thanks to Colin.
1623
1624 2006-02-20 [wwp]        2.0.0cvs64
1625
1626         * src/gtk/gtkutils.c
1627                 better runtime typecast checks.
1628
1629 2006-02-20 [wwp]        2.0.0cvs63
1630
1631         * src/summary_search.c
1632                 enhancements to the summary search:
1633                         - add the ability to stop the running search
1634                           (upon ESC-key press, new Stop button or when Clear button is pressed)
1635                         - don't search if no criteria (From/To/Subject/Body) is set
1636                         - ensure that a busy mouse pointer is always shown when searching,
1637                           show it even a bit earlier
1638
1639 2006-02-19 [colin]      2.0.0cvs62
1640
1641         * src/compose.c
1642         * src/imap.c
1643         * src/etpan/imap-thread.c
1644         * src/etpan/imap-thread.h
1645                 (Future) IMAP speed improvement on sending
1646                 Will require a libetpan update
1647         * src/summaryview.c
1648         * src/gtk/quicksearch.c
1649                 Make quicksearch clearable while running.
1650
1651 2006-02-17 [colin]      2.0.0cvs61
1652
1653         * src/imap.c
1654         * src/etpan/imap-thread.c
1655         * src/etpan/imap-thread.h
1656                 Check for IMAP certificates
1657                 ** Requires libetpan-0.42-cvs4 
1658                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
1659
1660 2006-02-17 [colin]      2.0.0cvs60
1661
1662         * src/messageview.c
1663         * src/prefs_common.c
1664         * src/prefs_common.h
1665         * src/prefs_message.c
1666                 Add pref to display HTML-only mails with plugin, 
1667                 if possible (defaulting to FALSE of course).
1668
1669 2006-02-16 [colin]      2.0.0cvs59
1670
1671         * src/main.c
1672         * src/common/plugin.c
1673         * src/common/plugin.h
1674         * src/gtk/pluginwindow.c
1675                 Keep track of requested (but unloaded) plugins
1676                 in some error cases.
1677
1678 2006-02-16 [wwp]        2.0.0cvs58
1679
1680         * src/gtk/gtkaspell.c
1681         * src/gtk/gtkaspell.h
1682         * src/prefs_spelling.c
1683         * src/compose.c
1684         * src/prefs_common.c
1685         * src/prefs_common.h
1686                 implemented new optional spellchecker behaviour: re-check message when
1687                 dictionary got changed (from compose-window/context-menu/Change dictionary).
1688
1689 2006-02-16 [wwp]        2.0.0cvs57
1690
1691         * src/quote_fmt_parse.y
1692                 pclose popen'ed pipe.
1693
1694 2006-02-15 [colin]      2.0.0cvs56
1695
1696         * src/mimeview.c
1697         * src/mimeview.h
1698                 Let MimeViewers know which MimeView they
1699                 depend of.
1700         * src/summaryview.c
1701                 Swap From/To columns in Sent/Queue/Drafts
1702                 folders
1703         * src/etpan/imap-thread.c
1704                 Use mailstream_low_tls_open() for STARTTLS
1705                 instead of mailstream_low_ssl_open()
1706                 ** REQUIRES libetpan 0.42cvs3 **
1707
1708 2006-02-15 [wwp]        2.0.0cvs55
1709
1710         * src/compose.c
1711         * src/compose.h
1712         * src/message_search.c
1713         * src/message_search.h
1714         * src/textview.c
1715         * src/gtk/gtkutils.c
1716         * src/gtk/gtkutils.h
1717                 added the ability to Find text in the compose window (and a bit
1718                 of code factorization).
1719
1720 2006-02-15 [wwp]        2.0.0cvs54
1721
1722         * src/prefs_gtk.c
1723                 yet another one file was missing (fix for some widgets' sensitivity).
1724                 Thanks Colin!
1725
1726 2006-02-15 [wwp]        2.0.0cvs53
1727
1728         * src/prefs_gtk.h
1729                 oops forgot that file (fix for some widgets' sensitivity).
1730
1731 2006-02-15 [wwp]        2.0.0cvs52
1732
1733         * src/summary_search.c
1734                 implemented advanced summary search options (added the ability
1735                 to use matcher conditions in an advanced search mode).
1736
1737 2006-02-15 [wwp]        2.0.0cvs51
1738
1739         * src/plugins/pgpcore/prefs_gpg.c
1740         * src/prefs_account.c
1741                 fix some widget sensitivity, mostly around some labels in
1742                 account prefs.
1743
1744 2006-02-15 [paul]       2.0.0cvs50
1745
1746         * manual/advanced.xml
1747                 improve Templates info
1748                 written by wwp
1749
1750 2006-02-14 [colin]      2.0.0cvs49
1751
1752         * src/pixmaps/address_book.xpm
1753         * src/pixmaps/preferences.xpm
1754         * src/pixmaps/properties.xpm
1755                 Fix pixmap size - patch by Fabien Vantard
1756
1757 2006-02-13 [colin]      2.0.0cvs48
1758
1759         * src/procmime.c
1760                 Add missing fclose()s on error
1761         * src/textview.c
1762                 Remove unused code
1763         * src/common/utils.c
1764                 Fix temp files not being deleted on windows
1765         Patches by Thomas Gilgin
1766
1767 2006-02-13 [colin]      2.0.0cvs47
1768
1769         * src/mainwindow.c
1770                 Fix exit crash
1771
1772 2006-02-13 [wwp]        2.0.0cvs46
1773
1774         * src/plugins/pgpcore/prefs_gpg.c
1775                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
1776
1777 2006-02-12 [colin]      2.0.0cvs45
1778
1779         * src/folderview.c
1780         * src/main.c
1781         * src/mainwindow.c
1782                 Fix "stuff" when quitting
1783
1784 2006-02-12 [wwp]        2.0.0cvs44
1785
1786         * src/prefs_themes.c
1787                 fix typos in debug messages.
1788
1789 2006-02-11 [colin]      2.0.0cvs43
1790
1791         * src/summaryview.c
1792                 don't allow drag/drop from ourself
1793
1794 2006-02-10 [wwp]        2.0.0cvs42
1795
1796         * src/exporthtml.c
1797         * src/html.c
1798         * src/html.h
1799         * src/procmime.c
1800         * src/textview.c
1801                 renamed html_ prefixed functions and data structures to avoid
1802                 namespace clashes w/ other software (gtkhtml2 for instance).
1803                 Closes bug #907.
1804
1805
1806 2006-02-09 [colin]      2.0.0cvs41
1807
1808         * src/summaryview.c
1809                 Fix shitty logic messed up. Thanks Ticho for the hint!
1810
1811 2006-02-09 [wwp]        2.0.0cvs40
1812
1813         * src/gtk/about.c
1814         * src/compose.c
1815         * src/prefs_account.c
1816         * src/prefs_gtk.h
1817         * src/editaddress.c
1818                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
1819                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
1820                 Browse buttons in accounts prefs.
1821
1822 2006-02-09 [colin]      2.0.0cvs39
1823
1824         * src/matcher.c
1825                 Check for pointer before using its members
1826         * src/gtk/gtksourceprintjob.c
1827                 Fix a wrong warning
1828
1829 2006-02-09 [wwp]        2.0.0cvs38
1830
1831         * src/gtk/filesel.c
1832                 fix few compiler warnings (type mismatch).
1833
1834 2006-02-09 [paul]       2.0.0cvs37
1835
1836         * po/fr.po
1837                 updated by Fabien Vantard
1838
1839 2006-02-08 [colin]      2.0.0cvs36
1840
1841         * src/prefs_common.c
1842         * src/common/defs.h
1843         * src/common/plugin.c
1844                 allow windows and linux configurations to coexist
1845                 patch by Thomas Gilgin
1846
1847 2006-02-08 [colin]      2.0.0cvs35
1848
1849         * src/filtering.c
1850         * src/matcher.c
1851         * src/matcher.h
1852         * src/matcher_parser_parse.y
1853         * src/prefs_filtering_action.c
1854         * src/prefs_matcher.c
1855                 Add the "Ignore thread" filtering
1856                 action
1857
1858 2006-02-08 [colin]      2.0.0cvs34
1859
1860         * src/compose.c
1861         * src/procmime.c
1862         * src/procmime.h
1863                 Fix bug #905 (damaged attachment)
1864                 text files with raw \0's aren't really text files
1865         FOR_STABLE
1866
1867 2006-02-08 [colin]      2.0.0cvs33
1868
1869         * src/summaryview.c
1870                 Fix crasher introduced yesterday
1871
1872 2006-02-08 [wwp]        2.0.0cvs32
1873
1874         * src/compose.c
1875         * src/compose.h
1876                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
1877
1878 2006-02-08 [wwp]        2.0.0cvs31
1879
1880         * src/prefs_template.c
1881                 templates enhancement: allow address completion for Cc and Bcc fields
1882                 (it was currently possible for the To field only)
1883
1884 2006-02-08 [colin]      2.0.0cvs30
1885
1886         * src/compose.c
1887                 Don't unblock if not blocked
1888         FOR_STABLE
1889
1890 2006-02-07 [colin]      2.0.0cvs29
1891
1892         * src/action.c
1893                 Forgot to refresh summaryview
1894
1895 2006-02-07 [colin]      2.0.0cvs28
1896
1897         * src/action.c
1898                 Freeze/thaw message list and folder list while
1899                 processing %as{} actions 
1900         * src/compose.c
1901                 Fix auto-wrap disabling after a middle-click
1902                 paste - FOR_STABLE
1903
1904 2006-02-07 [paul]       2.0.0cvs27
1905
1906         * src/folder.c
1907                 fix freeing of uninitialised pointers
1908                 Thanks to Colin
1909
1910 2006-02-06 [colin]      2.0.0cvs26
1911
1912         * src/folder.c
1913                 Use g_slist_prepend in potentially big list
1914
1915 2006-02-06 [colin]      2.0.0cvs25
1916
1917         * src/folder.c
1918                 Completely skip processing if it doesn't 
1919                 exist (faster!)
1920
1921 2006-02-06 [colin]      2.0.0cvs24
1922
1923         * src/folder.c
1924         * src/summaryview.c
1925                 Batch filtering in summaryview (from Tools menu)
1926                 and pre/post//-processing too
1927
1928 2006-02-06 [colin]      2.0.0cvs23
1929
1930         * src/procmsg.h
1931         * src/filtering.c
1932                 Use a special field for batch filtering instead
1933                 of stepping on deferred execution's toes
1934
1935 2006-02-06 [colin]      2.0.0cvs22
1936
1937         * src/action.c
1938         * src/filtering.c
1939         * src/filtering.h
1940         * src/folder.c
1941         * src/summaryview.c
1942                 Fix filtering via menus and actions
1943
1944 2006-02-06 [colin]      2.0.0cvs21
1945
1946         * src/imap.c
1947                 Put the added file directly to cache if possible (will work
1948                 with next libetpan)
1949         * src/filtering.c
1950         * src/filtering.h
1951         * src/inc.c
1952         * src/folder.c
1953         * src/mbox.c
1954         * src/procmsg.h
1955                 Move and copy filtered messages by batches instead of one
1956                 by one - faster on IMAP
1957         * src/procmsg.c
1958                 Add a function that'll possibly be useful later
1959
1960 2006-02-06 [colin]      2.0.0cvs20
1961
1962         * src/addressbook.c
1963                 Use internal mime-type instead of text/plain for d'n'd
1964         * src/compose.c
1965                 Allow attaching files from mimeview's icon list via d'n'd
1966         * src/folderview.c
1967         * src/folderview.h
1968                 Use internal mime-type instead of text/plain for d'n'd
1969                 Don't try to selected opened folder if none is
1970                 Factorize d'n'd from other apps code
1971         * src/headerview.c
1972         * src/textview.c
1973         * src/gtk/gtkutils.c
1974         * src/gtk/gtkutils.h
1975                 Factorize Face/X-Face stuff
1976         * src/mimeview.c
1977                 Fix d'n'd to other apps
1978         * src/prefs_message.c
1979                 Let the XFace pref be usable without libcompface as it also
1980                 applies to Face
1981         * src/summaryview.c
1982                 Fix d'n'd to other apps
1983                 Factorize d'n'd from other apps code
1984
1985 2006-02-06 [wwp]        2.0.0cvs19
1986
1987         * po/it.po
1988                 Italian translation fixes by Andrea Spadaccini (no more confusion
1989                 between filtering and processing, and few changes in the About
1990                 dialog).
1991
1992
1993 2006-02-06 [mones]      2.0.0cvs18
1994
1995         * src/gtk/icon_legend.c
1996                 Improved descriptions allowing better translations
1997
1998 2006-02-05 [colin]      2.0.0cvs17
1999
2000         * src/imap.c
2001                 Add the f*cking missing expunge that caused imap_fetch_env
2002                 to fail after an add_msgs ! :-///
2003         * src/etpan/imap-thread.c
2004                 Add a bit of debug
2005         FOR_STABLE
2006
2007 2006-02-05 [colin]      2.0.0cvs16
2008
2009         * src/common/utils.c
2010                 Don't check for return-path (or we can't put
2011                 back non-sent mails)
2012
2013 2006-02-05 [colin]      2.0.0cvs15
2014
2015         * src/textview.c
2016                 Don't try to display Face header in textview
2017                 when teh headerview's active
2018
2019 2006-02-05 [colin]      2.0.0cvs14
2020
2021         * tools/tbird2syl.py
2022         * tools/Makefile.am
2023                 Add script to import Thunderbird mails
2024
2025 2006-02-05 [colin]      2.0.0cvs13
2026
2027         * src/headerview.c
2028         * src/procheader.c
2029         * src/procmsg.c
2030         * src/procmsg.h
2031         * src/textview.c
2032                 Show Face headers - patch partially by Klaus Flittner
2033
2034 2006-02-05 [colin]      2.0.0cvs12
2035
2036         * src/folderview.c
2037         * src/summaryview.c
2038         * src/common/utils.c
2039         * src/common/utils.h
2040                 Let dnd work from mime icons to summaryview
2041                 and to folderview too
2042                 Add a crude test to avoid trying to add files
2043                 drag'n'dropped when they're not mails
2044
2045 2006-02-04 [colin]      2.0.0cvs11
2046
2047         * src/summaryview.c
2048         * src/mimeview.c
2049                 Fix utf8 conversion
2050
2051 2006-02-04 [colin]      2.0.0cvs10
2052
2053         * src/compose.c
2054         * src/folderview.c
2055         * src/mimeview.c
2056         * src/summaryview.c
2057         * src/summaryview.h
2058                 Added various drag and drop capas:
2059                 From                    To
2060                 summaryview             other apps
2061                 mimeview icons          other apps
2062                 other apps              summaryview
2063                 other apps              folderview
2064
2065                 This shouldn't have broken the existing:
2066                 From                    To
2067                 summaryview             folderview
2068                 folderview              folderview
2069                 summaryview             compose's attachments
2070
2071         Tests welcomed.
2072
2073 2006-02-02 [paul]       2.0.0cvs9
2074
2075         * src/mainwindow.c
2076                 move global option 'Set displayed columns...' out
2077                 of folder option grouping.
2078                 fix sensitivity of 'harvest addresses'
2079         FOR_STABLE
2080
2081 2006-02-01 [colin]      2.0.0cvs8
2082
2083         * src/mimeview.c
2084                 Revert the alertpanel patch, it sucks (intrusive
2085                 and gets in the way of "open")
2086
2087 2006-02-01 [colin]      2.0.0cvs7
2088
2089         * src/compose.c
2090         * src/prefs_account.c
2091         * src/prefs_common.c
2092         * src/common/defs.h
2093         * src/common/utils.c
2094         * src/common/utils.h
2095                 Add ability to edit the signature file
2096                 from the account preferences, and use
2097                 a default for the text editor.
2098                 Patch by Fabien Vantard
2099
2100 2006-02-01 [colin]      2.0.0cvs6
2101
2102         * src/mimeview.c
2103                 Try to get mime type by extension if it is
2104                 application/octet-stream
2105                 Display a window with possible choices when
2106                 encountering unknown mime types
2107         * src/gtk/filesel.c
2108         * src/gtk/filesel.h
2109                 Add preview
2110                 Allow multiple selection in filtered filesel
2111                 (patch by Fabien Vantard)
2112         * src/gtk/pluginwindow.c
2113                 Use it (patch by Fabien Vantard)
2114
2115 2006-02-01 [paul]       2.0.0cvs5
2116
2117         * src/jpilot.c
2118                 fix crash on creating jpilot address book
2119                 Thanks to Colin - FOR_STABLE
2120         * src/prefs_summaries.c
2121         * src/prefs_wrapping.c
2122         * src/gtk/icon_legend.c
2123         * src/gtk/quicksearch.c
2124                 string fixes and additions
2125
2126 2006-02-01 [paul]       2.0.0cvs4
2127
2128         * src/compose.c
2129         * src/mainwindow.c
2130         * src/messageview.c
2131         * src/prefs_send.c
2132                 add Arabic encoding option
2133                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2134
2135 2006-01-31 [colin]      2.0.0cvs3
2136
2137         * src/plugins/pgpcore/passphrase.c
2138                 Convert passphrase to locale encoding
2139         * src/compose.c
2140                 Fix drafting on IMAP. Crappy bug sneaked in
2141                 the release :-/
2142         FOR_STABLE
2143
2144 2006-01-30 [paul]       2.0.0cvs2
2145
2146         * src/gtk/icon_legend.c
2147                 show the new entries
2148
2149 2006-01-30 [colin]      2.0.0cvs1
2150
2151         * src/manual.c
2152                 Check for the file to be present before 
2153                 enabling the menu - FOR_STABLE
2154         * src/gtk/icon_legend.c
2155                 Add folders icons (not all of them, there
2156                 are too much, but the most intriguing ones)
2157
2158 2006-01-30 [paul]       2.0.0
2159
2160         version 2.0.0 released
2161
2162 2006-01-30 [paul]       1.9.100cvs200
2163
2164         * manual/faq.xml
2165         * manual/gpl.xml
2166         * manual/intro.xml
2167         * manual/starting.xml
2168         * manual/sylpheed-claws-manual.xml
2169                 fixes, additions
2170
2171 2006-01-29 [mones]      1.9.100cvs199
2172
2173         * manual/account.xml
2174         * manual/advanced.xml
2175         * manual/glossary.xml
2176                 Some typos fixed, added LDIF term to glossary
2177         * po/es.po
2178                 Fixed leading plus symbol
2179
2180 2006-01-29 [paul]       1.9.100cvs198
2181
2182         * po/fi.po
2183         * po/sk.po
2184                 updated by Tommi Pirinen and Andrej Kacian
2185
2186 2006-01-29 [paul]       1.9.100cvs197
2187
2188         * src/gtk/authors.h
2189                 remove duplicates
2190
2191 2006-01-29 [paul]       1.9.100cvs196
2192
2193         * AUTHORS
2194         * po/nl.po
2195         * src/gtk/authors.h
2196         * tools/claws.i18n.status.pl
2197                 nl translation updated by Tim Dijkstra
2198
2199 2006-01-29 [paul]       1.9.100cvs195
2200
2201         * po/sr.po
2202         * po/sv.po
2203                 updated by Aleksandar Urosevic and Anders Troback
2204
2205 2006-01-28 [colin]      1.9.100cvs194
2206
2207         * src/gtk/gtksourceprintjob.c
2208                 Don't fiddle with PangoLayout when we
2209                 have an image
2210
2211 2006-01-28 [paul]       1.9.100cvs193
2212
2213         * AUTHORS
2214         * po/el.po
2215         * po/zh_CN.po
2216         * src/gtk/authors.h
2217         * tools/claws.i18n.status.pl
2218                 updated translations submitted by Stavros Giannouris
2219                 and Ralgh Young
2220
2221 2006-01-27 [colin]      1.9.100cvs192
2222
2223         * src/summaryview.c
2224         * src/gtk/gtksourceprintjob.c
2225                 Add image printing 
2226                 (libgnomeprint only, of course)
2227
2228 2006-01-27 [paul]       1.9.100cvs191
2229
2230         * po/fr.po
2231         * po/it.po
2232                 updated by Fabien Vantard and Andrea Spadaccini
2233
2234 2006-01-26 [colin]      1.9.100cvs190
2235
2236         * manual/Makefile.am
2237         * configure.ac
2238                 Make building the manual optional 
2239                 (--disable-manual)
2240
2241 2006-01-26 [paul]       1.9.100cvs189
2242
2243         * manual/glossary.xml
2244         * manual/plugins.xml
2245                 edited
2246         * po/en_GB.po
2247                 updated
2248
2249 2006-01-26 [paul]       1.9.100cvs188
2250
2251         * src/prefs_display_header.c
2252         * src/prefs_folder_column.c
2253         * src/prefs_msg_colors.c
2254         * src/prefs_summaries.c
2255         * src/prefs_summary_column.c
2256                 HIGify
2257
2258 2006-01-25 [colin]      1.9.100cvs187
2259
2260         * src/imap.c
2261                 Don't allow moving/copying mails between
2262                 queue/drafts and non-queue/drafts folders
2263                 Fixes bug #897 (message header is resetted 
2264                 if one is copied to Drafts)
2265
2266 2006-01-25 [colin]      1.9.100cvs186
2267
2268         * src/folder.c
2269         * src/mainwindow.c
2270                 Fix subscribed folders not found
2271         * src/compose.c
2272                 Don't try to encode as original mail's charset
2273                 if it's ascii 
2274
2275 2006-01-25 [paul]       1.9.100cvs185
2276
2277         * AUTHORS
2278         * po/Makevars
2279                 updated
2280         * po/de.po
2281         * po/pl.po
2282         * po/pt_BR.po
2283         * po/sr.po
2284                 updates submitted by Stephan Sachse, Emilian Nowak
2285                 and Quar, Frederico Goncalves Guimaraes, and
2286                 Aleksandar Urosevic
2287                 Fix Bug 896, 'PT_BR locale broken'.
2288         * src/gtk/authors.h
2289                 updated
2290
2291 2006-01-24 [mones]      1.9.100cvs184
2292
2293         * manual/glossary.xml
2294                 All current terms finished. Reviewers welcome ;-)
2295         * manual/keyboard.xml
2296                 Fixed column width for pdf output.
2297         * po/es.po
2298                 Updated
2299
2300 2006-01-24 [paul]       1.9.100cvs183
2301
2302         * manual/glossary.xml
2303                 fix id name
2304         * manual/dist/html/Makefile.am
2305         * manual/dist/pdf/Makefile.am
2306         * manual/dist/ps/Makefile.am
2307         * manual/dist/txt/Makefile.am
2308                 fix make deps
2309                 Thanks to Colin
2310
2311 2006-01-24 [mones]      1.9.100cvs182
2312
2313         * manual/glossary.xml
2314                 Nearly finished, some terms missing.
2315
2316 2006-01-23 [paul]       1.9.100cvs181
2317
2318         * manual/dist/html/Makefile.am
2319         * manual/dist/pdf/Makefile.am
2320         * manual/dist/ps/Makefile.am
2321         * manual/dist/txt/Makefile.am
2322         * src/mainwindow.c
2323                 re-enable manual
2324                 Thanks to Colin
2325
2326 2006-01-22 [colin]      1.9.100cvs180
2327
2328         * src/compose.c
2329         * src/gtk/gtkaspell.c
2330                 Don't deselect stuff before right-clicking, with aspell.
2331                 (This prevented right-click Copy, for example).
2332                 Thanks to Clo!
2333
2334 2006-01-22 [paul]       1.9.100cvs179
2335
2336         * src/summary_search.c
2337                 don't fix the widget size as it causes problems
2338                 under localisation.
2339                 Thanks to Emilian Nowak
2340
2341 2006-01-21 [paul]       1.9.100cvs178
2342
2343         * src/prefs_themes.c
2344                 fix broken underlining of label text
2345                 with some translations
2346
2347 2006-01-21 [colin]      1.9.100cvs177
2348
2349         * po/fr.po
2350                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
2351
2352 2006-01-20 [colin]      1.9.100cvs176
2353
2354         * configure.ac
2355         * Makefile.am
2356         * manual/Makefile
2357         * manual/dist/html/.cvsignore
2358         * manual/dist/html/Makefile.am
2359         * manual/dist/pdf/.cvsignore
2360         * manual/dist/pdf/Makefile.am
2361         * manual/dist/ps/.cvsignore
2362         * manual/dist/ps/Makefile.am
2363         * manual/dist/txt/.cvsignore
2364         * manual/dist/txt/Makefile.am
2365                 Autotool-ize manual
2366
2367 2006-01-20 [paul]       1.9.100cvs175
2368
2369         * manual/handling.xml
2370                 make Filtering and Searching entries easier to find
2371         * manual/keyboard.xml
2372                 add the remaining default keybinds
2373         * src/prefs_summaries.c
2374                 update the default keybinds
2375
2376 2006-01-20 [paul]       1.9.100cvs174
2377
2378         * src/addressbook.c
2379         * src/addrgather.c
2380         * src/addrharvest.c
2381         * src/editaddress.c
2382         * src/editgroup.c
2383         * src/exphtmldlg.c
2384         * src/expldifdlg.c
2385         * src/exporthtml.c
2386         * src/exportldif.c
2387         * src/ldif.c
2388                 replace 'e-mail' with 'email'
2389         * src/summary_search.c
2390                 add mnemonic to "Find all" button
2391
2392 2006-01-20 [wwp]        1.9.100cvs173
2393
2394         * src/export.c
2395         * src/import.c
2396                 touched mbox import/export buttons for HIG-compliance
2397
2398 2006-01-19 [paul]       1.9.100cvs172
2399
2400         * manual/account.xml
2401         * manual/addrbook.xml
2402         * manual/advanced.xml
2403         * manual/faq.xml
2404         * manual/handling.xml
2405         * manual/intro.xml
2406         * manual/plugins.xml
2407         * manual/starting.xml
2408                 more editing
2409
2410 2006-01-19 [paul]       1.9.100cvs171
2411
2412         * src/toolbar.c
2413                 allow use of trash button while receiving
2414                 Thanks to Colin
2415
2416 2006-01-19 [wwp]        1.9.100cvs170
2417
2418         * src/gtk/quicksearch.c
2419         * src/compose.c
2420                 force text color to black when yellow background is set
2421
2422 2006-01-19 [colin]      1.9.100cvs169
2423
2424         * src/plugins/trayicon/trayicon.c
2425                 Gray out Get Mail when already getting mail
2426
2427 2006-01-18 [paul]       1.9.100cvs168
2428
2429         * src/compose.c
2430                 give widget yellow background was To is
2431                 set via folder prefs
2432         * src/gtk/quicksearch.c
2433                 give widget yellow background when quick
2434                 search is active.
2435                 Thanks to Colin
2436
2437 2006-01-18 [paul]       1.9.100cvs167
2438
2439         * doc/man/sylpheed-claws.1
2440                 add --subscribe option
2441
2442 2006-01-18 [paul]       1.9.100cvs166
2443
2444         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2445         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2446                 use %U instead of %F (%F is broken for user installed
2447                 files in kde 3.5)
2448
2449 2006-01-18 [colin]      1.9.100cvs165
2450
2451         * src/summaryview.c
2452                 Default to Yes in "No more * messages" dialogs
2453
2454 2006-01-17 [colin]      1.9.100cvs164
2455
2456         * src/compose.c
2457                 Possibly fix an invalid iterator causing
2458                 crash
2459
2460 2006-01-17 [colin]      1.9.100cvs163
2461
2462         * src/mimeview.c
2463                 Fix crash when the image disappears under the
2464                 image viewer
2465
2466 2006-01-16 [colin]      1.9.100cvs162
2467
2468         * src/compose.c
2469                 Fix reenabling autowrap
2470
2471 2006-01-16 [colin]      1.9.100cvs161
2472
2473         * src/compose.c
2474                 reset quote_len before getting quote_str
2475
2476 2006-01-16 [colin]      1.9.100cvs160
2477
2478         * src/account.c
2479         * src/account.h
2480         * src/folder.c
2481         * src/imap_gtk.c
2482         * src/mh_gtk.c
2483                 Fix bug #883 (default inbox does not track folder move)
2484
2485 2006-01-16 [colin]      1.9.100cvs159
2486
2487         * src/compose.c
2488         * src/plugins/pgpcore/passphrase.c
2489                 More buttons fixes
2490
2491 2006-01-16 [paul]       1.9.100cvs158
2492
2493         * src/prefs_actions.c
2494         * src/prefs_filtering_action.c
2495         * src/prefs_matcher.c
2496         * src/quote_fmt.c
2497         * src/gtk/description_window.c
2498         * src/gtk/description_window.h
2499         * src/gtk/quicksearch.c
2500                 description window cleanups
2501
2502 2006-01-15 [colin]      1.9.100cvs157
2503
2504         * src/addressbook.c
2505         * src/prefs_filtering.c
2506                 Same here
2507
2508 2006-01-15 [colin]      1.9.100cvs156
2509
2510         * src/folderview.c
2511         * src/mainwindow.c
2512                 Same for "Empty trash"
2513
2514 2006-01-15 [colin]      1.9.100cvs155
2515
2516         * src/inc.c
2517                 Override offline dialog had Yes by default
2518
2519 2006-01-15 [colin]      1.9.100cvs154
2520
2521         * src/summaryview.c
2522                 Delete selected messages? previously had Yes the default
2523
2524 2006-01-15 [colin]      1.9.100cvs153
2525
2526         * src/folder.c
2527         * src/folder.h
2528         * src/main.c
2529                 Check if a mailbox is loaded after all
2530                 plugins are loaded.
2531
2532 2006-01-15 [colin]      1.9.100cvs152
2533
2534         * src/folder.c
2535                 Don't start wizard when there are unloaded folders (will help
2536                 people with only mbox or maildir mailboxes)
2537
2538 2006-01-14 [colin]      1.9.100cvs151
2539
2540         * src/addressbook.c
2541         * src/expldifdlg.c
2542         * src/importldif.c
2543         * src/importmutt.c
2544         * src/importpine.c
2545         * src/mh_gtk.c
2546                 More HIG compliance and fixes
2547
2548 2006-01-14 [colin]      1.9.100cvs150
2549
2550         * src/prefs_filtering_action.c
2551         * src/foldersel.c
2552                 Two forgotten button order changes
2553
2554 2006-01-14 [colin]      1.9.100cvs149
2555
2556         * src/account.c
2557         * src/addressbook.c
2558         * src/compose.c
2559         * src/folderview.c
2560         * src/imap_gtk.c
2561         * src/mainwindow.c
2562         * src/mh_gtk.c
2563         * src/news_gtk.c
2564         * src/prefs_actions.c
2565         * src/prefs_customheader.c
2566         * src/prefs_filtering.c
2567         * src/prefs_matcher.c
2568         * src/prefs_template.c
2569         * src/ssl_manager.c
2570         * src/summaryview.c
2571         * src/textview.c
2572         * src/toolbar.c
2573                 All deletion confirmations are now "Cancel, Delete" 
2574                 instead of "No, Yes"
2575                 Clarified most of the other "No, Yes" to 
2576                 "Cancel, Descriptive_action"
2577                 Rechanged the "Entry not saved" alerts to have 
2578                 "Close, Continue editing"
2579
2580
2581 2006-01-14 [paul]
2582
2583         * 2.0.0-rc4 released
2584
2585 2006-01-14 [paul]       1.9.100cvs148
2586
2587         * src/account.c
2588         * src/addressadd.c
2589         * src/addressbook.c
2590         * src/compose.c
2591         * src/editaddress.c
2592         * src/editbook.c
2593         * src/editgroup.c
2594         * src/editjpilot.c
2595         * src/editldap.c
2596         * src/editvcard.c
2597         * src/exphtmldlg.c
2598         * src/expldifdlg.c
2599         * src/folderview.c
2600         * src/grouplistdialog.c
2601         * src/imap_gtk.c
2602         * src/importmutt.c
2603         * src/importpine.c
2604         * src/inc.c
2605         * src/main.c
2606         * src/mainwindow.c
2607         * src/message_search.c
2608         * src/messageview.c
2609         * src/mh_gtk.c
2610         * src/mimeview.c
2611         * src/news_gtk.c
2612         * src/prefs_actions.c
2613         * src/prefs_customheader.c
2614         * src/prefs_filtering.c
2615         * src/prefs_matcher.c
2616         * src/prefs_template.c
2617         * src/prefs_themes.c
2618         * src/ssl_manager.c
2619         * src/summary_search.c
2620         * src/summaryview.c
2621         * src/textview.c
2622         * src/toolbar.c
2623         * src/gtk/foldersort.c
2624         * src/gtk/gtkaspell.c
2625         * src/gtk/inputdialog.c
2626         * src/gtk/prefswindow.c
2627         * src/plugins/pgpcore/select-keys.c
2628         * src/plugins/trayicon/trayicon.c
2629                 HIG compliant button order
2630
2631 2006-01-14 [mones]      1.9.100cvs147
2632
2633         * po/es.po
2634                 Updated translation
2635
2636 2006-01-13 [paul]       1.9.100cvs146
2637
2638         * AUTHORS
2639         * ChangeLog
2640         * src/gtk/authors.h
2641                 add Joshua M. Kwan to contributors list
2642
2643 2006-01-13 [colin]      1.9.100cvs145
2644
2645         * src/gtk/quicksearch.c
2646                 Don't refocus quick search after executing (Esc or Enter)
2647                 Allows to '/'search something then move up/down in 
2648                 summaryview, and to Esc a search and be back in the 
2649                 summaryview
2650
2651 2006-01-13 [paul]       1.9.100cvs144
2652
2653         * src/plugins/pgpinline/pgpinline.c
2654                 support Content-Type 'application/pgp'
2655                 patch by Joshua M. Kwan <joshuak@users.sf.net>
2656
2657 2006-01-13 [paul]       1.9.100cvs143
2658
2659         * manual/account.xml
2660                 make mention of partial retrieval
2661                 thanks to Colin
2662
2663 2006-01-13 [paul]       1.9.100cvs142
2664
2665         * src/account.c
2666         * src/account.h
2667         * src/action.c
2668         * src/action.h
2669         * src/adbookbase.h
2670         * src/addr_compl.c
2671         * src/addr_compl.h
2672         * src/addrbook.c
2673         * src/addrcache.c
2674         * src/addrcache.h
2675         * src/addrcindex.c
2676         * src/addrcindex.h
2677         * src/addrclip.c
2678         * src/addrclip.h
2679         * src/addrdefs.h
2680         * src/addressadd.c
2681         * src/addressadd.h
2682         * src/addressbook.c
2683         * src/addressbook.h
2684         * src/addrgather.c
2685         * src/addrgather.h
2686         * src/addrharvest.c
2687         * src/addrharvest.h
2688         * src/addrindex.c
2689         * src/addrindex.h
2690         * src/addritem.c
2691         * src/addritem.h
2692         * src/addrquery.c
2693         * src/addrquery.h
2694         * src/addrselect.c
2695         * src/addrselect.h
2696         * src/alertpanel.c
2697         * src/alertpanel.h
2698         * src/browseldap.c
2699         * src/browseldap.h
2700         * src/codeconv.c
2701         * src/codeconv.h
2702         * src/compose.c
2703         * src/compose.h
2704         * src/customheader.c
2705         * src/customheader.h
2706         * src/displayheader.c
2707         * src/displayheader.h
2708         * src/editaddress.c
2709         * src/editaddress.h
2710         * src/editbook.c
2711         * src/editbook.h
2712         * src/editgroup.c
2713         * src/editgroup.h
2714         * src/editjpilot.c
2715         * src/editjpilot.h
2716         * src/editldap.c
2717         * src/editldap.h
2718         * src/editldap_basedn.c
2719         * src/editldap_basedn.h
2720         * src/editvcard.c
2721         * src/editvcard.h
2722         * src/exphtmldlg.c
2723         * src/exphtmldlg.h
2724         * src/expldifdlg.c
2725         * src/expldifdlg.h
2726         * src/export.h
2727         * src/exporthtml.c
2728         * src/exporthtml.h
2729         * src/exportldif.c
2730         * src/exportldif.h
2731         * src/filtering.c
2732         * src/filtering.h
2733         * src/folder.c
2734         * src/folder.h
2735         * src/folder_item_prefs.c
2736         * src/folder_item_prefs.h
2737         * src/foldersel.c
2738         * src/foldersel.h
2739         * src/folderutils.c
2740         * src/folderutils.h
2741         * src/folderview.c
2742         * src/folderview.h
2743         * src/grouplistdialog.c
2744         * src/grouplistdialog.h
2745         * src/headerview.c
2746         * src/html.c
2747         * src/html.h
2748         * src/image_viewer.c
2749         * src/image_viewer.h
2750         * src/imap.c
2751         * src/imap.h
2752         * src/imap_gtk.c
2753         * src/imap_gtk.h
2754         * src/import.h
2755         * src/importldif.c
2756         * src/importldif.h
2757         * src/importmutt.c
2758         * src/importmutt.h
2759         * src/importpine.c
2760         * src/importpine.h
2761         * src/inc.c
2762         * src/inc.h
2763         * src/jpilot.c
2764         * src/jpilot.h
2765         * src/ldapctrl.c
2766         * src/ldapctrl.h
2767         * src/ldaplocate.c
2768         * src/ldaplocate.h
2769         * src/ldapquery.c
2770         * src/ldapquery.h
2771         * src/ldapserver.c
2772         * src/ldapserver.h
2773         * src/ldaputil.c
2774         * src/ldaputil.h
2775         * src/ldif.c
2776         * src/ldif.h
2777         * src/main.c
2778         * src/main.h
2779         * src/mainwindow.c
2780         * src/mainwindow.h
2781         * src/manual.c
2782         * src/manual.h
2783         * src/mbox.c
2784         * src/mbox.h
2785         * src/message_search.c
2786         * src/message_search.h
2787         * src/messageview.c
2788         * src/messageview.h
2789         * src/mh.c
2790         * src/mh.h
2791         * src/mh_gtk.c
2792         * src/mh_gtk.h
2793         * src/mimeview.c
2794         * src/mimeview.h
2795         * src/msgcache.c
2796         * src/msgcache.h
2797         * src/mutt.c
2798         * src/mutt.h
2799         * src/news.c
2800         * src/news.h
2801         * src/news_gtk.c
2802         * src/news_gtk.h
2803         * src/partial_download.c
2804         * src/partial_download.h
2805         * src/pine.c
2806         * src/pine.h
2807         * src/pop.c
2808         * src/pop.h
2809         * src/prefs_account.c
2810         * src/prefs_account.h
2811         * src/prefs_actions.c
2812         * src/prefs_actions.h
2813         * src/prefs_common.c
2814         * src/prefs_common.h
2815         * src/prefs_compose_writing.c
2816         * src/prefs_compose_writing.h
2817         * src/prefs_customheader.c
2818         * src/prefs_customheader.h
2819         * src/prefs_display_header.c
2820         * src/prefs_display_header.h
2821         * src/prefs_filtering.c
2822         * src/prefs_filtering.h
2823         * src/prefs_filtering_action.c
2824         * src/prefs_filtering_action.h
2825         * src/prefs_folder_column.c
2826         * src/prefs_folder_column.h
2827         * src/prefs_folder_item.c
2828         * src/prefs_folder_item.h
2829         * src/prefs_fonts.c
2830         * src/prefs_fonts.h
2831         * src/prefs_gtk.c
2832         * src/prefs_gtk.h
2833         * src/prefs_image_viewer.c
2834         * src/prefs_image_viewer.h
2835         * src/prefs_matcher.c
2836         * src/prefs_matcher.h
2837         * src/prefs_message.c
2838         * src/prefs_msg_colors.c
2839         * src/prefs_msg_colors.h
2840         * src/prefs_other.c
2841         * src/prefs_quote.c
2842         * src/prefs_receive.c
2843         * src/prefs_send.c
2844         * src/prefs_spelling.c
2845         * src/prefs_spelling.h
2846         * src/prefs_summaries.c
2847         * src/prefs_summaries.h
2848         * src/prefs_summary_column.c
2849         * src/prefs_summary_column.h
2850         * src/prefs_template.c
2851         * src/prefs_template.h
2852         * src/prefs_themes.c
2853         * src/prefs_themes.h
2854         * src/prefs_toolbar.c
2855         * src/prefs_toolbar.h
2856         * src/prefs_wrapping.c
2857         * src/prefs_wrapping.h
2858         * src/privacy.c
2859         * src/privacy.h
2860         * src/procheader.c
2861         * src/procheader.h
2862         * src/procmime.c
2863         * src/procmime.h
2864         * src/procmsg.c
2865         * src/procmsg.h
2866         * src/quote_fmt.c
2867         * src/quote_fmt_parse.y
2868         * src/recv.c
2869         * src/recv.h
2870         * src/remotefolder.c
2871         * src/remotefolder.h
2872         * src/send_message.c
2873         * src/send_message.h
2874         * src/setup.c
2875         * src/setup.h
2876         * src/sourcewindow.c
2877         * src/sourcewindow.h
2878         * src/ssl_manager.c
2879         * src/ssl_manager.h
2880         * src/statusbar.c
2881         * src/statusbar.h
2882         * src/stock_pixmap.c
2883         * src/stock_pixmap.h
2884         * src/summary_search.c
2885         * src/summary_search.h
2886         * src/summaryview.c
2887         * src/summaryview.h
2888         * src/syldap.c
2889         * src/syldap.h
2890         * src/textview.c
2891         * src/textview.h
2892         * src/toolbar.c
2893         * src/toolbar.h
2894         * src/undo.c
2895         * src/undo.h
2896         * src/unmime.c
2897         * src/unmime.h
2898         * src/vcard.c
2899         * src/vcard.h
2900         * src/wizard.c
2901         * src/wizard.h
2902         * src/common/base64.c
2903         * src/common/base64.h
2904         * src/common/defs.h
2905         * src/common/hooks.c
2906         * src/common/hooks.h
2907         * src/common/log.c
2908         * src/common/log.h
2909         * src/common/mgutils.c
2910         * src/common/mgutils.h
2911         * src/common/nntp.c
2912         * src/common/nntp.h
2913         * src/common/passcrypt.c
2914         * src/common/passcrypt.h.in
2915         * src/common/plugin.c
2916         * src/common/plugin.h
2917         * src/common/prefs.c
2918         * src/common/prefs.h
2919         * src/common/progressindicator.c
2920         * src/common/progressindicator.h
2921         * src/common/quoted-printable.c
2922         * src/common/quoted-printable.h
2923         * src/common/session.c
2924         * src/common/session.h
2925         * src/common/smtp.c
2926         * src/common/smtp.h
2927         * src/common/socket.c
2928         * src/common/socket.h
2929         * src/common/ssl.c
2930         * src/common/ssl.h
2931         * src/common/ssl_certificate.c
2932         * src/common/ssl_certificate.h
2933         * src/common/stringtable.c
2934         * src/common/stringtable.h
2935         * src/common/sylpheed.c
2936         * src/common/sylpheed.h
2937         * src/common/template.c
2938         * src/common/template.h
2939         * src/common/timing.h
2940         * src/common/utils.c
2941         * src/common/utils.h
2942         * src/common/version.h.in
2943         * src/common/xml.c
2944         * src/common/xml.h
2945         * src/common/xmlprops.c
2946         * src/common/xmlprops.h
2947         * src/gtk/colorlabel.c
2948         * src/gtk/colorsel.c
2949         * src/gtk/colorsel.h
2950         * src/gtk/description_window.c
2951         * src/gtk/description_window.h
2952         * src/gtk/filesel.c
2953         * src/gtk/filesel.h
2954         * src/gtk/foldersort.c
2955         * src/gtk/foldersort.h
2956         * src/gtk/gtkutils.c
2957         * src/gtk/gtkutils.h
2958         * src/gtk/inputdialog.c
2959         * src/gtk/inputdialog.h
2960         * src/gtk/logwindow.c
2961         * src/gtk/logwindow.h
2962         * src/gtk/manage_window.c
2963         * src/gtk/manage_window.h
2964         * src/gtk/menu.c
2965         * src/gtk/menu.h
2966         * src/gtk/pluginwindow.c
2967         * src/gtk/pluginwindow.h
2968         * src/gtk/prefswindow.c
2969         * src/gtk/prefswindow.h
2970         * src/gtk/progressdialog.c
2971         * src/gtk/progressdialog.h
2972         * src/gtk/sslcertwindow.c
2973         * src/gtk/sslcertwindow.h
2974         * src/plugins/clamav/clamav_plugin.c
2975         * src/plugins/clamav/clamav_plugin.h
2976         * src/plugins/clamav/clamav_plugin_gtk.c
2977         * src/plugins/demo/demo.c
2978         * src/plugins/dillo_viewer/dillo_prefs.c
2979         * src/plugins/dillo_viewer/dillo_prefs.h
2980         * src/plugins/dillo_viewer/dillo_viewer.c
2981         * src/plugins/pgpcore/passphrase.c
2982         * src/plugins/pgpcore/passphrase.h
2983         * src/plugins/pgpcore/plugin.c
2984         * src/plugins/pgpcore/select-keys.c
2985         * src/plugins/pgpcore/select-keys.h
2986         * src/plugins/pgpcore/sgpgme.c
2987         * src/plugins/pgpcore/sgpgme.h
2988         * src/plugins/pgpinline/pgpinline.c
2989         * src/plugins/pgpinline/pgpinline.h
2990         * src/plugins/pgpinline/plugin.c
2991         * src/plugins/pgpmime/pgpmime.c
2992         * src/plugins/pgpmime/pgpmime.h
2993         * src/plugins/pgpmime/plugin.c
2994         * src/plugins/spamassassin/spamassassin.c
2995         * src/plugins/spamassassin/spamassassin.h
2996         * src/plugins/spamassassin/spamassassin_gtk.c
2997         * src/plugins/trayicon/trayicon.c
2998                 update copyright header
2999
3000 2006-01-13 [paul]       1.9.100cvs141
3001
3002         * src/account.c
3003         * src/export.c
3004         * src/import.c
3005         * src/mainwindow.c
3006         * src/prefs_account.c
3007         * src/prefs_display_header.c
3008         * src/prefs_receive.c
3009         * src/prefs_send.c
3010         * src/prefs_summaries.c
3011         * src/prefs_themes.c
3012         * src/prefs_toolbar.c
3013         * src/gtk/about.c
3014                 various cleanups
3015
3016 2006-01-12 [colin]      1.9.100cvs140
3017
3018         * src/folder.c
3019         * src/folder.h
3020         * src/main.c
3021                 Add --subscribe option
3022                 Let sylpheed-claws email@domain.com equivalent to --compose
3023                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3024
3025 2006-01-12 [paul]       1.9.100cvs139
3026
3027         * src/mainwindow.c
3028                 append 'Change folder order' label with '...'
3029         * src/prefs_actions.c
3030                 allow reordering of actions list by dnd
3031         * src/gtk/foldersort.c
3032                 make the dialog nicer
3033
3034 2006-01-11 [colin]      1.9.100cvs138
3035
3036         * src/compose.c
3037                 Allow templates without text
3038
3039 2006-01-11 [paul]       1.9.100cvs137
3040
3041         * tools/README
3042         * tools/filter_conv_new.pl
3043                 add info to README
3044                 also check .sylpheed for filter.xml
3045                 be a bit informative to the user
3046
3047 2006-01-11 [colin]      1.9.100cvs136
3048
3049         * src/textview.c
3050                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3051
3052 2006-01-10 [paul]       1.9.100cvs135
3053
3054         * tools/Makefile.am
3055         * tools/filter_conv_new.pl
3056                 add script to convert new style Sylpheed
3057                 filter rules (Sylpheed >= 0.9.99) to
3058                 Claws filtering rules
3059
3060 2006-01-10 [colin]      1.9.100cvs134
3061
3062         * src/compose.c
3063                 Fix broken line joins in certain conditions
3064                 (between two quoted lines: <enter><enter><up>
3065                  <type a wrapped sentence><go in the first line>
3066                  <insert more text><watch as line joining failed>)
3067
3068 2006-01-10 [paul]       1.9.100cvs133
3069
3070         * src/compose.c
3071                 don't report success in error dialog
3072                 thanks to Colin
3073         * src/common/utils.c
3074                 include some trailing punctuations as URI
3075                 thanks to Hiro
3076
3077 2006-01-10 [paul]       1.9.100cvs132
3078
3079         * src/mimeview.c
3080                 fix incompatible pointer type
3081                 warning
3082
3083 2006-01-10 [paul]       1.9.100cvs131
3084
3085         * src/compose.c
3086                 change Subject in window title
3087                 instantaneously
3088
3089 2006-01-09 [colin]      1.9.100cvs130
3090
3091         * src/addressbook.c
3092         * src/headerview.c
3093         * src/mainwindow.c
3094         * src/messageview.c
3095         * src/mimeview.c
3096         * src/noticeview.c
3097         * src/summaryview.c
3098                 Fix possible crashes on exit and in addressbook
3099
3100 2006-01-09 [paul]       1.9.100cvs129
3101
3102         * src/prefs_msg_colors.c
3103                 some cleanups that I forgot last time
3104
3105 2006-01-09 [paul]       1.9.100cvs128
3106
3107         * README
3108         * src/folderview.c
3109         * src/prefs_msg_colors.c
3110                 add previously hidden option, color_new, to
3111                 the gui
3112                 move the page to Display/
3113                 rework the gui
3114
3115 2006-01-09 [wwp]        1.9.100cvs127
3116
3117         * src/prefs_themes.c
3118                 made the prefs/display/themes layouts spacing less condensed
3119                 (and so they match other prefs/pages' look).
3120
3121 2006-01-09 [paul]       1.9.100cvs126
3122
3123         * src/compose.c
3124         * src/prefs_common.c
3125         * src/prefs_common.h
3126         * src/prefs_wrapping.c
3127                 remove 'wrap at send' option
3128
3129 2006-01-06 [colin]      1.9.100cvs125
3130
3131         * src/compose.c
3132                 Just make completely sure we don't insert "manual line breaks" 
3133                 when wrapping... 
3134
3135 2006-01-04 [paul]
3136
3137         * 2.0.0-rc3 released
3138
3139 2006-01-04 [paul]       1.9.100cvs124
3140
3141         * src/folderview.c
3142                 fix bug 882, 'quick scroll in folder list
3143                 displays wrong folder contents'
3144
3145 2006-01-04 [paul]       1.9.100cvs123
3146
3147         * src/plugins/pgpmime/pgpmime.c
3148                 better debug information when signing
3149                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3150
3151 2006-01-03 [colin]      1.9.100cvs122
3152
3153         * configure.ac
3154                 We need to recheck for gpgme 1.0.0 after checking
3155                 for 1.1.1, because if 1.1.1 isn't available, 
3156                 GPGME_LIBS and friends are blanked out by the 
3157                 second check.
3158
3159 2006-01-03 [colin]      1.9.100cvs121
3160
3161         * src/common/prefs.c
3162                 Windows unlink-before rename fix
3163         * src/plugins/pgpcore/sgpgme.c
3164                 Add support for PKA info if available
3165                 Both patches by Werner Koch
3166
3167 2006-01-03 [paul]       1.9.100cvs120
3168
3169         * src/messageview.c
3170                 fix bug 884, 'Send receipt' button visible in queue
3171                 Thanks to Colin
3172
3173 2006-01-02 [colin]      1.9.100cvs119
3174
3175         * src/compose.c
3176         * src/imap.c
3177                 Fix autosave on IMAP and more generally try to
3178                 return the correct ID on a newly added IMAP message
3179
3180 2006-01-02 [paul]       1.9.100cvs118
3181
3182         * manual/keyboard.xml
3183                 edited
3184
3185 2006-01-01 [paul]       1.9.100cvs117
3186
3187         * src/gtk/authors.h
3188                 alphabetical order
3189
3190 2005-12-30 [colin]      1.9.100cvs116
3191
3192         * manual/advanced.xml
3193                 Explain Pre/Post-processing differences.
3194
3195 2005-12-30 [colin]      1.9.100cvs115
3196
3197         * src/mh.c
3198                 Implement copy_msgs for a little optimization
3199         * src/imap.c
3200                 Finish yesterday's fix
3201
3202 2005-12-29 [colin]      1.9.100cvs114
3203
3204         * src/imap.c
3205                 Fix occasional failure in fetching a mail over
3206                 IMAP
3207
3208 2005-12-29 [colin]      1.9.100cvs113
3209
3210         * src/compose.c
3211                 Don't remove a draft when sending it, if it is 
3212                 locked.
3213
3214 2005-12-28 [colin]      1.9.100cvs112
3215
3216         * src/summaryview.c
3217                 Fix leak for real
3218
3219 2005-12-28 [wwp]        1.9.100cvs111
3220
3221         * doc/faq/.cvsignore
3222         * doc/faq/de/.cvsignore
3223         * doc/faq/en/.cvsignore
3224         * doc/faq/es/.cvsignore
3225         * doc/faq/fr/.cvsignore
3226         * doc/faq/it/.cvsignore
3227         * doc/manual/.cvsignore
3228         * doc/manual/de/.cvsignore
3229         * doc/manual/en/.cvsignore
3230         * doc/manual/es/.cvsignore
3231         * doc/manual/fr/.cvsignore
3232         * doc/manual/ja/.cvsignore
3233         * src/plugins/mathml_viewer/.cvsignore
3234                 rollback revival of those files (my bad, sorry for the noise).
3235
3236 2005-12-28 [wwp]        1.9.100cvs110
3237
3238         * src/compose.c
3239                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
3240
3241 2005-12-28 [wwp]        1.9.100cvs109
3242
3243         * doc/faq/.cvsignore
3244         * doc/faq/de/.cvsignore
3245         * doc/faq/en/.cvsignore
3246         * doc/faq/es/.cvsignore
3247         * doc/faq/fr/.cvsignore
3248         * doc/faq/it/.cvsignore
3249         * doc/manual/.cvsignore
3250         * doc/manual/de/.cvsignore
3251         * doc/manual/en/.cvsignore
3252         * doc/manual/es/.cvsignore
3253         * doc/manual/fr/.cvsignore
3254         * doc/manual/ja/.cvsignore
3255         * src/plugins/mathml_viewer/.cvsignore
3256         * po/.cvsignore
3257                 more files to ignore.
3258
3259 2005-12-24 [colin]      1.9.100cvs108
3260
3261         * AUTHORS
3262         * src/gtk/authors.h
3263                 Update for Werner
3264
3265 2005-12-24 [colin]      1.9.100cvs107
3266
3267         * src/procmsg.c
3268                 Allow NULL src_msginfo in 
3269                 procmsg_msginfo_new_from_mimeinfo
3270
3271 2005-12-23 [paul]       1.9.100cvs106
3272
3273         * src/plugins/pgpinline/mypgpcore.def
3274                 add this forgotten file
3275
3276 2005-12-23 [colin]      1.9.100cvs105
3277
3278         * src/mainwindow.c
3279                 Fix missing break
3280
3281 2005-12-23 [colin]      1.9.100cvs104
3282
3283         * autogen.sh
3284         * src/folder.c
3285         * src/mh.c
3286         * src/common/plugin.c
3287         * src/common/socket.c
3288         * src/common/socket.h
3289         * src/common/utils.c
3290         * src/common/utils.h
3291         * src/gtk/pluginwindow.c
3292         * src/plugins/pgpcore/plugin.def
3293         * src/plugins/pgpcore/sylpheed.def
3294         * src/plugins/pgpinline/Makefile.am
3295         * src/plugins/pgpinline/plugin.def
3296         * src/plugins/pgpinline/sylpheed.def
3297         * src/plugins/pgpmime/plugin.def
3298         * src/plugins/pgpmime/sylpheed.def
3299                 Various w32 fixes by Werner Koch
3300
3301 2005-12-22 [paul]       1.9.100cvs103
3302
3303         * src/wizard.c
3304                 don't offer IMAP as 'server type' if
3305                 libetpan isn't built in
3306
3307 2005-12-22 [paul]       1.9.100cvs102
3308
3309         * AUTHORS
3310         * src/mainwindow.c
3311         * src/mainwindow.h
3312         * src/toolbar.c
3313         * src/gtk/authors.h
3314                 support GTK_TOOLBAR_BOTH_HORIZ (text
3315                 next to icon) Patch by Marien Zwart
3316                 marienz@users.sf.net
3317                 Also reword the text
3318
3319 2005-12-21 [colin]      1.9.100cvs101
3320
3321         * configure.ac
3322                 Fix DATADIRNAME
3323         * COPYING
3324                 Fix missing section and explicit the exception better
3325         * src/compose.c
3326                 Prevent mail from being lost without notice when an
3327                 SMTP error happens on trying to send an unmodified
3328                 drafted mail.
3329         * src/send_message.c
3330         * src/common/smtp.c
3331                 Fix password remembering when wrong, and add return
3332                 value checks where they should have been
3333         * src/plugins/pgpcore/sylpheed.def
3334         * src/plugins/pgpinline/sylpheed.def
3335         * src/plugins/pgpmime/sylpheed.def
3336                 Add a few symbols needed
3337
3338 2005-12-21 [paul]       1.9.100cvs100
3339
3340         * m4/codeset.m4
3341         * m4/glibc21.m4
3342         * m4/intdiv0.m4
3343         * m4/inttypes-pri.m4
3344         * m4/inttypes.m4
3345         * m4/inttypes_h.m4
3346         * m4/isc-posix.m4
3347         * m4/lcmessage.m4
3348         * m4/stdint_h.m4
3349         * m4/uintmax_t.m4
3350                 gettextization
3351                 thanks to Colin
3352
3353 2005-12-21 [paul]       1.9.100cvs99
3354
3355         * po/sv.po
3356                 fixed by Colin
3357
3358 2005-12-20 [paul]       1.9.100cvs98
3359
3360         * po/sv.po
3361                 updated by Anders Trobäck
3362
3363 2005-12-20 [colin]      1.9.100cvs97
3364
3365         * ABOUT-NLS
3366         * Makefile.am
3367         * autogen.sh
3368         * configure.ac
3369         * config/config.rpath
3370         * config/mkinstalldirs
3371         * m4/Makefile.am
3372         * m4/glibc2.m4
3373         * m4/gnupg.m4
3374         * m4/gpgme.m4
3375         * m4/intmax.m4
3376         * m4/longdouble.m4
3377         * m4/longlong.m4
3378         * m4/printf-posix.m4
3379         * m4/signed.m4
3380         * m4/size_max.m4
3381         * m4/ulonglong.m4
3382         * m4/wchar_t.m4
3383         * m4/wint_t.m4
3384         * m4/xsize.m4
3385         * po/Makefile.in.in
3386         * po/Makevars
3387         * po/bg.po
3388         * po/ca.po
3389         * po/cs.po
3390         * po/de.po
3391         * po/el.po
3392         * po/en_GB.po
3393         * po/es.po
3394         * po/fi.po
3395         * po/fr.po
3396         * po/hr.po
3397         * po/hu.po
3398         * po/it.po
3399         * po/ja.po
3400         * po/ko.po
3401         * po/nb.po
3402         * po/nl.po
3403         * po/pl.po
3404         * po/pt_BR.po
3405         * po/ru.po
3406         * po/sk.po
3407         * po/sr.po
3408         * po/stamp-po
3409         * po/sv.po
3410         * po/zh_CN.po
3411         * po/zh_TW.po
3412         * src/Makefile.am
3413         * src/codeconv.c
3414         * src/compose.c
3415         * src/exporthtml.c
3416         * src/exportldif.c
3417         * src/folder.c
3418         * src/main.c
3419         * src/manual.c
3420         * src/mh.c
3421         * src/mimeview.c
3422         * src/send_message.c
3423         * src/common/Makefile.am
3424         * src/common/fnmatch.c
3425         * src/common/fnmatch.h
3426         * src/common/fnmatch_loop.c
3427         * src/common/nntp.c
3428         * src/common/plugin.c
3429         * src/common/smtp.c
3430         * src/common/socket.c
3431         * src/common/string_match.c
3432         * src/common/sylpheed.c
3433         * src/common/utils.c
3434         * src/common/utils.h
3435         * src/common/w32_dirent.c
3436         * src/common/w32_reg.c
3437         * src/common/w32_signal.c
3438         * src/common/w32_stat.c
3439         * src/common/w32_stdio.c
3440         * src/common/w32_stdlib.c
3441         * src/common/w32_string.c
3442         * src/common/w32_time.c
3443         * src/common/w32_unistd.c
3444         * src/common/w32_wait.c
3445         * src/common/w32lib.h
3446         * src/etpan/Makefile.am
3447         * src/gtk/Makefile.am
3448         * src/plugins/clamav/Makefile.am
3449         * src/plugins/demo/Makefile.am
3450         * src/plugins/dillo_viewer/Makefile.am
3451         * src/plugins/pgpcore/Makefile.am
3452         * src/plugins/pgpcore/passphrase.c
3453         * src/plugins/pgpcore/plugin.def
3454         * src/plugins/pgpcore/sgpgme.c
3455         * src/plugins/pgpcore/sylpheed.def
3456         * src/plugins/pgpcore/version.rc
3457         * src/plugins/pgpinline/Makefile.am
3458         * src/plugins/pgpinline/plugin.def
3459         * src/plugins/pgpinline/sylpheed.def
3460         * src/plugins/pgpinline/version.rc
3461         * src/plugins/pgpmime/Makefile.am
3462         * src/plugins/pgpmime/mypgpcore.def
3463         * src/plugins/pgpmime/plugin.def
3464         * src/plugins/pgpmime/sylpheed.def
3465         * src/plugins/pgpmime/version.rc
3466         * src/plugins/spamassassin/Makefile.am
3467                 Very little ;-) patch from Werner Koch, providing
3468                 infrastructure for cross-compiling to Win32
3469
3470 2005-12-20 [paul]       1.9.100cvs96
3471
3472         * src/account.c
3473         * src/account.h
3474         * src/mainwindow.c
3475         * src/mainwindow.h
3476         * src/toolbar.c
3477         * src/toolbar.h
3478                 add a combo to the Get All button, allowing
3479                 quick retrieval from any account
3480                 Patch by Fabien Vantard, slightly modified
3481                 by Colin
3482         * src/gtk/about.c
3483                 i18n fix. Patch by Fabien Vantard
3484
3485 2005-12-19 [colin]      1.9.100cvs95
3486
3487         * src/compose.c
3488         * src/compose.h
3489                 Don't automatically join lines when they've 
3490                 been separated by the user and not automatically
3491
3492 2005-12-19 [paul]       1.9.100cvs94
3493
3494         * src/gtk/pluginwindow.c
3495                 i18n fix.
3496                 Patch by Fabien Vantard
3497
3498 2005-12-15 [paul]       1.9.100cvs93
3499
3500         * src/common/plugin.c
3501         * src/common/plugin.h
3502         * src/gtk/pluginwindow.c
3503         * src/plugins/clamav/clamav_plugin.c
3504         * src/plugins/demo/demo.c
3505         * src/plugins/dillo_viewer/dillo_viewer.c
3506         * src/plugins/pgpcore/plugin.c
3507         * src/plugins/pgpinline/plugin.c
3508         * src/plugins/pgpmime/plugin.c
3509         * src/plugins/spamassassin/spamassassin.c
3510         * src/plugins/trayicon/trayicon.c
3511                 add plugin_version()
3512
3513 2005-12-15 [colin]      1.9.100cvs92
3514
3515         * src/compose.c
3516                 Further fix bug #875
3517
3518 2005-12-15 [paul]       1.9.100cvs91
3519
3520         * src/gtk/filesel.c
3521                 fix attach_load_dir getting set to
3522                 PLUGINDIR on plugin load
3523
3524 2005-12-14 [mones]      1.9.100cvs90
3525
3526         * manual/ack.xml
3527         * manual/keyboard.xml
3528                 Initial draft and some shortcuts added
3529                 
3530         * po/es.po
3531                 Updated translation
3532
3533 2005-12-14 [colin]      1.9.100cvs89
3534
3535         * src/compose.c
3536         * src/imap.c
3537         * src/summaryview.c
3538         * src/gtk/gtkaspell.c
3539                 More leaks fixed
3540         * src/prefs_folder_item.c
3541                 Fix recursive prefs apply
3542
3543
3544 2005-12-14 [colin]      1.9.100cvs88
3545
3546         * src/compose.c
3547                 Fix bug #875 (Freeze On Inline Forward of 
3548                 Large Message)
3549
3550 2005-12-13 [colin]      1.9.100cvs87
3551
3552         * src/compose.c
3553                 Uniq-ify and sort the mimetypes list
3554                 Patch by Fabien Vantard
3555
3556 2005-12-13 [colin]      1.9.100cvs86
3557
3558         * src/imap.c
3559         * src/etpan/imap-thread.c
3560                 Fix leaks (patch by Hoa)
3561         * src/news.c
3562         * src/common/plugin.c
3563                 Fix leaks
3564
3565 2005-12-12 [colin]
3566
3567         * 2.0.0-rc2 released
3568
3569 2005-12-12 [colin]      1.9.100cvs85
3570
3571         * src/matcher.c
3572                 Fix a leak
3573
3574 2005-12-12 [wwp]        1.9.100cvs84
3575
3576         * src/gtk/icon_legend.c
3577                 fix misbehaviour and crash when closing the legend window
3578         using the Esc key (patch by Fabien Vantard).
3579
3580 2005-12-12 [paul]       1.9.100cvs83
3581
3582         * src/browseldap.c
3583         * src/foldersel.c
3584         * src/prefs_actions.c
3585         * src/prefs_filtering.c
3586         * src/prefs_matcher.c
3587         * src/prefs_spelling.glade      ** REMOVED **
3588         * src/prefs_template.c
3589         * src/gtk/foldersort.glade      ** REMOVED **
3590         * src/gtk/pluginwindow.c
3591         * src/gtk/pluginwindow.glade    ** REMOVED **
3592         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
3593                 cleanups
3594
3595 2005-12-11 [paul]       1.9.100cvs82
3596
3597         * src/gtk/filesel.c
3598                 fix attach_load_dir crasher (double free)
3599
3600 2005-12-09 [paul]       1.9.100cvs81
3601
3602         * po/POTFILES.in
3603         * src/mainwindow.c
3604         * src/gtk/Makefile.am
3605         * src/gtk/icon_legend.c
3606         * src/gtk/icon_legend.h
3607                 add icon legend
3608         * src/manual.c
3609                 cleanup
3610
3611 2005-12-09 [paul]       1.9.100cvs80
3612
3613         * src/plugins/pgpcore/passphrase.c
3614                 wrap the label in the dialog
3615
3616 2005-12-09 [colin]      1.9.100cvs79
3617
3618         * src/plugins/pgpcore/sgpgme.c
3619                 Display (untrusted) on not trusted signatures
3620                 Patch by Michal Èihaø <michal@cihar.com>
3621                 Closes bug #867 (Report also key trust)
3622
3623 2005-12-09 [colin]      1.9.100cvs78
3624
3625         * src/common/plugin.c
3626                 Update licence check, following Eben Moglen's advice
3627
3628 2005-12-08 [colin]      1.9.100cvs77
3629
3630         * src/folder.c
3631                 Fix the occasionnal item->cache != NULL 
3632                 assertion failure. 
3633
3634 2005-12-08 [colin]      1.9.100cvs76
3635
3636         * src/mimeview.c
3637         * src/plugins/pgpcore/sgpgme.c
3638                 Print key id when unable to check it
3639                 Closes bug #866 (Show key id when missing)
3640
3641 2005-12-08 [paul]       1.9.100cvs75
3642
3643         * src/prefs_common.c
3644         * src/prefs_common.h
3645         * src/gtk/filesel.c
3646                 remember load attachment dir
3647
3648 2005-12-07 [colin]      1.9.100cvs74
3649
3650         * src/prefs_toolbar.c
3651                 Gtk fixes, patch by Fabien Vantard
3652
3653 2005-12-07 [colin]      1.9.100cvs73
3654
3655         * src/action.c
3656         * src/compose.c
3657         * src/compose.h
3658                 Fix bug #839 (Quoted text isn't colored after 
3659                 executing an action)
3660         * src/common/plugin.c
3661                 Require plugins to declare their licence in plugin_licence()
3662                 Refuse to load non-GPL plugins as they'd be illegal (as 
3663                 derived works of Sylpheed-Claws, they must be GPL).
3664         * src/plugins/clamav/clamav_plugin.c
3665         * src/plugins/demo/demo.c
3666         * src/plugins/dillo_viewer/dillo_viewer.c
3667         * src/plugins/pgpcore/plugin.c
3668         * src/plugins/pgpinline/plugin.c
3669         * src/plugins/pgpmime/plugin.c
3670         * src/plugins/spamassassin/spamassassin.c
3671         * src/plugins/trayicon/trayicon.c
3672                 Add plugin_licence()
3673
3674 2005-12-07 [paul]       1.9.100cvs72
3675
3676         * configure.ac
3677         * src/mainwindow.c
3678         * src/manual.c
3679         * src/manual.h
3680         * src/common/defs.h
3681                 clean up after local FAQ removal and
3682                 temporary manual removal
3683
3684 2005-12-06 [colin]      1.9.100cvs71
3685
3686         * configure.ac
3687         * doc/Makefile.am
3688         * doc/faq/.cvsignore
3689         * doc/faq/Makefile.am
3690         * doc/faq/de/.cvsignore
3691         * doc/faq/de/Makefile.am
3692         * doc/faq/de/sylpheed-faq-1.html
3693         * doc/faq/de/sylpheed-faq-2.html
3694         * doc/faq/de/sylpheed-faq-3.html
3695         * doc/faq/de/sylpheed-faq.html
3696         * doc/faq/en/.cvsignore
3697         * doc/faq/en/Makefile.am
3698         * doc/faq/en/sylpheed-faq-1.html
3699         * doc/faq/en/sylpheed-faq-2.html
3700         * doc/faq/en/sylpheed-faq-3.html
3701         * doc/faq/en/sylpheed-faq-4.html
3702         * doc/faq/en/sylpheed-faq.html
3703         * doc/faq/es/.cvsignore
3704         * doc/faq/es/Makefile.am
3705         * doc/faq/es/sylpheed-faq-1.html
3706         * doc/faq/es/sylpheed-faq-2.html
3707         * doc/faq/es/sylpheed-faq-3.html
3708         * doc/faq/es/sylpheed-faq-4.html
3709         * doc/faq/es/sylpheed-faq.html
3710         * doc/faq/fr/.cvsignore
3711         * doc/faq/fr/Makefile.am
3712         * doc/faq/fr/sylpheed-faq-1.html
3713         * doc/faq/fr/sylpheed-faq-2.html
3714         * doc/faq/fr/sylpheed-faq-3.html
3715         * doc/faq/fr/sylpheed-faq.html
3716         * doc/faq/it/.cvsignore
3717         * doc/faq/it/Makefile.am
3718         * doc/faq/it/sylpheed-faq-1.html
3719         * doc/faq/it/sylpheed-faq-2.html
3720         * doc/faq/it/sylpheed-faq-3.html
3721         * doc/faq/it/sylpheed-faq.html
3722         * doc/manual/.cvsignore
3723         * doc/manual/Makefile.am
3724         * doc/manual/de/.cvsignore
3725         * doc/manual/de/Makefile.am
3726         * doc/manual/de/sylpheed-1.html
3727         * doc/manual/de/sylpheed-10.html
3728         * doc/manual/de/sylpheed-11.html
3729         * doc/manual/de/sylpheed-12.html
3730         * doc/manual/de/sylpheed-13.html
3731         * doc/manual/de/sylpheed-14.html
3732         * doc/manual/de/sylpheed-15.html
3733         * doc/manual/de/sylpheed-16.html
3734         * doc/manual/de/sylpheed-17.html
3735         * doc/manual/de/sylpheed-18.html
3736         * doc/manual/de/sylpheed-19.html
3737         * doc/manual/de/sylpheed-2.html
3738         * doc/manual/de/sylpheed-20.html
3739         * doc/manual/de/sylpheed-3.html
3740         * doc/manual/de/sylpheed-4.html
3741         * doc/manual/de/sylpheed-5.html
3742         * doc/manual/de/sylpheed-6.html
3743         * doc/manual/de/sylpheed-7.html
3744         * doc/manual/de/sylpheed-8.html
3745         * doc/manual/de/sylpheed-9.html
3746         * doc/manual/de/sylpheed.html
3747         * doc/manual/en/.cvsignore
3748         * doc/manual/en/Makefile.am
3749         * doc/manual/en/sylpheed-1.html
3750         * doc/manual/en/sylpheed-10.html
3751         * doc/manual/en/sylpheed-11.html
3752         * doc/manual/en/sylpheed-12.html
3753         * doc/manual/en/sylpheed-13.html
3754         * doc/manual/en/sylpheed-14.html
3755         * doc/manual/en/sylpheed-15.html
3756         * doc/manual/en/sylpheed-16.html
3757         * doc/manual/en/sylpheed-17.html
3758         * doc/manual/en/sylpheed-18.html
3759         * doc/manual/en/sylpheed-19.html
3760         * doc/manual/en/sylpheed-2.html
3761         * doc/manual/en/sylpheed-20.html
3762         * doc/manual/en/sylpheed-21.html
3763         * doc/manual/en/sylpheed-22.html
3764         * doc/manual/en/sylpheed-3.html
3765         * doc/manual/en/sylpheed-4.html
3766         * doc/manual/en/sylpheed-5.html
3767         * doc/manual/en/sylpheed-6.html
3768         * doc/manual/en/sylpheed-7.html
3769         * doc/manual/en/sylpheed-8.html
3770         * doc/manual/en/sylpheed-9.html
3771         * doc/manual/en/sylpheed.html
3772         * doc/manual/es/.cvsignore
3773         * doc/manual/es/Makefile.am
3774         * doc/manual/es/sylpheed-1.html
3775         * doc/manual/es/sylpheed-10.html
3776         * doc/manual/es/sylpheed-11.html
3777         * doc/manual/es/sylpheed-12.html
3778         * doc/manual/es/sylpheed-13.html
3779         * doc/manual/es/sylpheed-14.html
3780         * doc/manual/es/sylpheed-15.html
3781         * doc/manual/es/sylpheed-16.html
3782         * doc/manual/es/sylpheed-17.html
3783         * doc/manual/es/sylpheed-18.html
3784         * doc/manual/es/sylpheed-19.html
3785         * doc/manual/es/sylpheed-2.html
3786         * doc/manual/es/sylpheed-20.html
3787         * doc/manual/es/sylpheed-3.html
3788         * doc/manual/es/sylpheed-4.html
3789         * doc/manual/es/sylpheed-5.html
3790         * doc/manual/es/sylpheed-6.html
3791         * doc/manual/es/sylpheed-7.html
3792         * doc/manual/es/sylpheed-8.html
3793         * doc/manual/es/sylpheed-9.html
3794         * doc/manual/es/sylpheed.html
3795         * doc/manual/fr/.cvsignore
3796         * doc/manual/fr/Makefile.am
3797         * doc/manual/fr/sylpheed-1.html
3798         * doc/manual/fr/sylpheed-10.html
3799         * doc/manual/fr/sylpheed-11.html
3800         * doc/manual/fr/sylpheed-12.html
3801         * doc/manual/fr/sylpheed-13.html
3802         * doc/manual/fr/sylpheed-14.html
3803         * doc/manual/fr/sylpheed-15.html
3804         * doc/manual/fr/sylpheed-16.html
3805         * doc/manual/fr/sylpheed-17.html
3806         * doc/manual/fr/sylpheed-18.html
3807         * doc/manual/fr/sylpheed-19.html
3808         * doc/manual/fr/sylpheed-2.html
3809         * doc/manual/fr/sylpheed-20.html
3810         * doc/manual/fr/sylpheed-3.html
3811         * doc/manual/fr/sylpheed-4.html
3812         * doc/manual/fr/sylpheed-5.html
3813         * doc/manual/fr/sylpheed-6.html
3814         * doc/manual/fr/sylpheed-7.html
3815         * doc/manual/fr/sylpheed-8.html
3816         * doc/manual/fr/sylpheed-9.html
3817         * doc/manual/fr/sylpheed.html
3818         * doc/manual/ja/.cvsignore
3819         * doc/manual/ja/Makefile.am
3820         * doc/manual/ja/sylpheed-1.html
3821         * doc/manual/ja/sylpheed-10.html
3822         * doc/manual/ja/sylpheed-11.html
3823         * doc/manual/ja/sylpheed-12.html
3824         * doc/manual/ja/sylpheed-13.html
3825         * doc/manual/ja/sylpheed-14.html
3826         * doc/manual/ja/sylpheed-15.html
3827         * doc/manual/ja/sylpheed-16.html
3828         * doc/manual/ja/sylpheed-17.html
3829         * doc/manual/ja/sylpheed-18.html
3830         * doc/manual/ja/sylpheed-19.html
3831         * doc/manual/ja/sylpheed-2.html
3832         * doc/manual/ja/sylpheed-20.html
3833         * doc/manual/ja/sylpheed-3.html
3834         * doc/manual/ja/sylpheed-4.html
3835         * doc/manual/ja/sylpheed-5.html
3836         * doc/manual/ja/sylpheed-6.html
3837         * doc/manual/ja/sylpheed-7.html
3838         * doc/manual/ja/sylpheed-8.html
3839         * doc/manual/ja/sylpheed-9.html
3840         * doc/manual/ja/sylpheed.html
3841         * doc/manual/ja/sylpheed.sgml
3842         * src/mainwindow.c
3843                 Remove outdated manual and faq. Noisy, eh?
3844
3845 2005-12-06 [colin]      1.9.100cvs70
3846
3847         * src/compose.c
3848         * src/quote_fmt_parse.y
3849         * src/undo.c
3850         * src/undo.h
3851                 Allow %X to position cursor at 0 
3852                 (no %X = before signature)
3853                 Fix paste as quotation putting the cursor at 0
3854                 Fix undo offsets when pasting
3855                 Insert the quote_fmt at once instead of line 
3856                 by line
3857                 Fix [Edited] when starting to reply/forward
3858
3859 2005-12-06 [paul]       1.9.100cvs69
3860
3861         * src/plugins/clamav/clamav_plugin_gtk.c
3862                 add another tooltip
3863         * src/plugins/spamassassin/spamassassin_gtk.c
3864                 rework spamassassin_create_widget_func()
3865
3866 2005-12-05 [colin]      1.9.100cvs68
3867
3868         * po/POTFILES.in
3869                 Fix make release ;-)
3870
3871 2005-12-05 [colin]      1.9.100cvs67
3872
3873         * src/compose.c
3874         * src/compose.h
3875                 Fix cursor positioning (not obeying %X)
3876
3877 2005-12-05 [paul]       1.9.100cvs66
3878
3879         * src/plugins/dillo_viewer/dillo_prefs.c
3880                 fix compilation warning
3881
3882 2005-12-05 [paul]       1.9.100cvs65
3883
3884         * src/prefs_spelling.c
3885         * src/plugins/trayicon/trayicon.c
3886                 cleanups - remove unused stuff
3887
3888 2005-12-05 [paul]       1.9.100cvs64
3889
3890         * README
3891         * manual/plugins.xml
3892                 remove info about removed mathml_viewer plugin
3893
3894 2005-12-05 [paul]       1.9.100cvs63
3895
3896         * configure.ac
3897         * src/plugins/Makefile.am
3898         * src/plugins/mathml_viewer/.cvsignore
3899         * src/plugins/mathml_viewer/Makefile.am
3900         * src/plugins/mathml_viewer/mathml_viewer.c
3901                 remove unmaintained mathml_viewer plugin
3902
3903 2005-12-05 [paul]       1.9.100cvs62
3904
3905         * src/summaryview.c
3906                 obey prefs_common.always_show_msg when
3907                 moving a msg
3908                 Thanks to Colin
3909
3910 2005-12-05 [paul]       1.9.100cvs61
3911
3912         * src/compose.c
3913         * src/prefs_account.c
3914         * src/prefs_filtering.c
3915         * src/prefs_quote.c
3916         * src/prefs_spelling.c
3917         * src/prefs_toolbar.c
3918         * src/summaryview.c
3919         * src/gtk/gtkutils.c
3920         * src/gtk/quicksearch.c
3921         * src/plugins/dillo_viewer/dillo_prefs.c
3922                 dialog cleanups
3923
3924 2005-12-04 [paul]       1.9.100cvs60
3925
3926         * src/inc.c
3927         * src/prefs_account.c
3928         * src/prefs_account.h
3929                 allow a Local account to specify a
3930                 default inbox
3931                 (closes bug 843 'Inbox cannot be changed for local
3932                  mailboxes')
3933
3934 2005-12-04 [colin]      1.9.100cvs59
3935
3936         * src/plugins/trayicon/trayicon.c
3937                 Remove Get, rename Get All to Get Mail in order to
3938                 be consistent with the default main toolbar
3939
3940 2005-12-03 [colin]      1.9.100cvs58
3941
3942         * manual/gpl.xml
3943         * manual/sylpheed-claws-manual.xml
3944                 Add GPL appendix
3945
3946 2005-12-03 [paul]       1.9.100cvs57
3947
3948         * AUTHORS
3949         * po/sv.po
3950         * src/gtk/authors.h
3951                 new (partially complete) Swedish translation
3952                 by Anders Troback <sylpheed@troback.com>
3953
3954 2005-12-02 [paul]       1.9.100cvs56
3955
3956         * configure.ac
3957                 libetpan 0.41 required
3958
3959 2005-12-02 [paul]       1.9.100cvs55
3960
3961         * src/plugins/clamav/clamav_plugin.c
3962         * src/plugins/clamav/clamav_plugin.h
3963         * src/plugins/clamav/clamav_plugin_gtk.c
3964         * src/plugins/spamassassin/spamassassin.c
3965         * src/plugins/spamassassin/spamassassin.h
3966         * src/plugins/spamassassin/spamassassin_gtk.c
3967                 unregister prefs pages on unloading, thus
3968                 preventing a crash
3969                 (thanks to Colin for the hint)
3970
3971 2005-12-02 [wwp]        1.9.100cvs54
3972
3973         * src/quote_fmt.h
3974         * src/quote_fmt_parse.y
3975                 fix misuse of gboolean*, use gboolean instead
3976                 (thanks to Paul, Colin, for pointing out that scaring one)
3977
3978 2005-12-02 [paul]       1.9.100cvs53
3979
3980         * src/plugins/clamav/clamav_plugin.c
3981                 int no --> unsigned int no
3982         * src/plugins/clamav/clamav_plugin_gtk.c
3983                 rework config page
3984
3985 2005-12-02 [wwp]        1.9.100cvs52
3986
3987         * src/compose.c
3988         * src/prefs_template.c
3989         * src/quote_fmt.h
3990         * src/quote_fmt_parse.y
3991                 prevent from executing |f and |p templates commands when
3992                 adding or replacing templates in prefs (avoids annoying and
3993                 potentially dangerous behaviours)
3994
3995 2005-12-02 [paul]       1.9.100cvs51
3996
3997         * src/prefs_common.c
3998                 allow translation of some default values
3999                 Patch by Fabien Vantard
4000
4001 2005-12-02 [paul]       1.9.100cvs50
4002
4003         * src/codeconv.c
4004         * src/codeconv.h
4005         * src/prefs_common.c
4006         * src/prefs_common.h
4007         * src/prefs_message.c
4008         * src/textview.c
4009                 remove obsolete 'convert_mb_alnum' option
4010                 and related stuff
4011         * src/gtk/about.c
4012                 remove unused 'about_textview_visibility_notify'
4013
4014 2005-12-02 [paul]       1.9.100cvs49
4015
4016         * src/prefs_account.c
4017         * src/prefs_compose_writing.c
4018         * src/prefs_fonts.c
4019         * src/prefs_gtk.h
4020         * src/prefs_image_viewer.c
4021         * src/prefs_message.c
4022         * src/prefs_other.c
4023         * src/prefs_receive.c
4024         * src/prefs_send.c
4025         * src/prefs_spelling.c
4026         * src/prefs_summaries.c
4027         * src/prefs_wrapping.c
4028         * src/plugins/dillo_viewer/dillo_prefs.c
4029         * src/plugins/pgpcore/prefs_gpg.c
4030                 several cleanups to the prefs dialogs
4031                 (slightly modified) patch by Fabien Vantard
4032
4033 2005-12-02 [paul]       1.9.100cvs48
4034
4035         * src/main.c
4036                 --exit means exit
4037         * src/send_message.c
4038                 fix crash on send when connection fails
4039
4040         Thanks to Colin
4041
4042 2005-12-01 [colin]      1.9.100cvs47
4043
4044         * src/html.c
4045                 Translate &hellip; to "..."
4046
4047 2005-11-30 [colin]      1.9.100cvs46
4048
4049         * src/matcher.c
4050         * src/matcher.h
4051                 Optimize back yesterday's fix.
4052
4053 2005-11-30 [paul]       1.9.100cvs45
4054
4055         * manual/faq.xml
4056                 standardised
4057         * manual/intro.xml
4058                 written by Colin, edited by me
4059
4060 2005-11-29 [colin]      1.9.100cvs44
4061
4062         * src/matcher.c
4063                 Skip headers unconditionnaly in match_body if the
4064                 rule is not message or ~message
4065
4066 2005-11-29 [colin]      1.9.100cvs43
4067
4068         * src/matcher.c
4069                 Fix body_part and such, not skipping headers 
4070                 if the matchcriteria wasn't the first in the rule
4071
4072 2005-11-29 [colin]      1.9.100cvs42
4073
4074         * src/compose.c
4075                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
4076                 option missing from message view window)
4077                 Fix double text D'n'D with gtk-2.8
4078         * src/matcher.c
4079                 Fix ~message, ~headers_part, ~body_part rules
4080         * src/messageview.c
4081                 Add Windows-1252 (Closes bug #863)
4082                 Fix accels
4083         * src/gtk/gtkaspell.c
4084                 Properly destroy accels in all menus
4085
4086 2005-11-29 [mones]      1.9.100cvs41
4087
4088         * po/es.po
4089                 Updated.
4090
4091 2005-11-27 [colin]      1.9.100cvs40
4092
4093         * src/mh_gtk.c
4094                 "/Remove mailbox" -> "/Remove mailbox..."
4095
4096 2005-11-27 [paul]       1.9.100cvs39
4097
4098         * AUTHORS
4099         * po/de.po
4100         * src/gtk/authors.h
4101                 updated by new maintainer, Stephan Sachse
4102
4103 2005-11-27 [paul]       1.9.100cvs38
4104
4105         * manual/faq.xml
4106                 written by Colin, edited by me
4107
4108 2005-11-27 [paul]       1.9.100cvs37
4109
4110         * src/prefs_common.c
4111         * src/prefs_common.h
4112         * src/prefs_receive.c
4113         * src/prefs_summaries.c
4114                 move 'go to inbox after receiving new mail'
4115                 option from display/sumamaries to mail
4116                 handling/receive, and rework prefs_summaries
4117                 dialog a little
4118
4119 2005-11-25 [martin]     1.9.100cvs36
4120
4121         * po/de.po
4122             fixed windows-1252 translation;
4123             translated some new and fuzzy strings
4124
4125 2005-11-25 [paul]       1.9.100cvs35
4126
4127         * src/plugins/clamav/clamav_plugin.c
4128                 complete the update done in cvs34
4129
4130 2005-11-25 [paul]       1.9.100cvs34
4131
4132         * src/plugins/clamav/clamav_plugin.c
4133                 reflect upstream changes
4134
4135 2005-11-25 [paul]       1.9.100cvs33
4136
4137         * manual/ack.xml
4138         * manual/plugins.xml
4139         * manual/sylpheed-claws-manual.xml
4140                 written/updated by Colin, edited by me
4141         * tools/acroread2sylpheed.pl
4142                 update binary name
4143
4144 2005-11-24 [colin]      1.9.100cvs32
4145
4146         * src/compose.c
4147                 Fix bug #856 (reediting messages forgets Request
4148                 Return Receipt)
4149
4150 2005-11-24 [paul]       1.9.100cvs31
4151
4152         * manual/addrbook.xml
4153         * manual/starting.xml
4154                 written by Colin, proofread, edited, adapted by me
4155         * manual/advanced.xml
4156                 add some Actions examples
4157         * src/importldif.c
4158                 use a Save button instead of a Close button
4159         * src/wizard.c
4160                 indicate mandatory fields
4161                 fix page display
4162                 Thanks to Colin
4163
4164 2005-11-23 [colin]      1.9.100cvs30
4165
4166         * src/addressbook.c
4167                 Rename menu item, fix possible crash after
4168                 deletion of books
4169         * src/addrindex.c
4170                 Allow searching for '*' in ldap
4171         * src/browseldap.c
4172                 Fix "Browse Entry" (did anyone use it?)
4173         * src/wizard.c
4174                 Add guards for mandatory information
4175
4176 2005-11-23 [paul]       1.9.100cvs29
4177
4178         * manual/advanced.xml
4179                 corrections to the English
4180
4181 2005-11-23 [colin]      1.9.100cvs28
4182
4183         * src/mimeview.c
4184                 Fix possible crash at exit. After the call to
4185                 gtk_container_remove(), the Viewer's widget has no
4186                 more parent so gtk+ automatically frees it and its
4187                 sons. If destroy_viewer() then try to access it,
4188                 problems ensue.
4189
4190 2005-11-22 [colin]      1.9.100cvs27
4191
4192         * src/compose.c
4193         * src/gtk/gtkaspell.c
4194                 Fix right-clicking on a misspelled word
4195                 Fix More... in suggestions menu
4196
4197 2005-11-22 [wwp]        1.9.100cvs26
4198
4199         * src/prefs_template.c
4200                 templates works: re-sort templates list when adding or replacing,
4201                 prevent from adding or replacing when the template name is empty
4202
4203 2005-11-21 [colin]      1.9.100cvs25
4204
4205         * src/addressbook.c
4206                 Fix some addressbook suckage (dnd, select all)
4207         * src/compose.c
4208         * src/gtk/gtkaspell.c
4209         * src/gtk/gtkaspell.h
4210                 Make the spellchecker menu work with the 
4211                 GtkTextView one instead of overriding it
4212
4213 2005-11-20 [paul]       1.9.100cvs24
4214
4215         * manual/handling.xml
4216                 proofread and corrected
4217
4218 2005-11-20 [paul]       1.9.100cvs23
4219
4220         * manual/Makefile
4221                 generate html as one file
4222         * manual/advanced.xml
4223                 fix output generation
4224                 reformat hidden options list
4225         * manual/manual.xml     ** REMOVED **
4226         * manual/sylpheed-claws-manual.xml      ** ADDED **
4227                 renamed
4228
4229 2005-11-18 [colin]      1.9.100cvs22
4230
4231         * src/prefs_account.c
4232                 Fix layout in news and mbox accounts
4233         * manual/account.xml
4234         * manual/advanced.xml
4235                 New contents for Paul to check :)
4236
4237 2005-11-18 [wwp]        1.9.100cvs21
4238
4239         * src/gtk/quicksearch.c
4240                 don't update extended quicksearch buttons twice
4241
4242 2005-11-18 [paul]       1.9.100cvs20
4243
4244         * src/textview.c
4245                 complete 1.9.100cvs19
4246
4247 2005-11-18 [paul]       1.9.100cvs19
4248
4249         * src/compose.c
4250                 cosmetic improvements
4251         * src/textview.c
4252                 also list text/* attachments
4253
4254 2005-11-18 [colin]      1.9.100cvs18
4255
4256         * src/summaryview.c
4257                 Use column 0 instead of -1 in 
4258                 gtk_ctree_node_moveto, in a naive
4259                 hope it'll fix the gtk-related crashes
4260
4261 2005-11-18 [colin]      1.9.100cvs17
4262
4263         * src/gtk/inputdialog.c
4264                 Fix icon staying the first one
4265
4266 2005-11-17 [wwp]        1.9.100cvs16
4267                 fix possible problem showing some quicksearch buttons, and a bad
4268                 call to g_return_if_fail in a function that returns a value (both
4269                 fixes by Fabien Vantard)
4270
4271 2005-11-15 [wwp]        1.9.100cvs15
4272
4273         * src/gtk/quicksearch.c
4274                 added a tooltip to that obscure ... quicksearch button
4275
4276 2005-11-15 [wwp]        1.9.100cvs14
4277
4278         * src/gtk/quicksearch.c
4279                 add a quicksearch helper to filtering expression users: the ... button
4280                 raises the condition expr window. condition expressions set up w/ this
4281                 window are used by the quicksearch if the user closes it pressing OK.
4282
4283 2005-11-14 [paul]       1.9.100cvs13
4284
4285         * src/plugins/clamav/clamav_plugin.c
4286         * src/plugins/spamassassin/spamassassin.c
4287                 change plugin type following recent merging
4288
4289 2005-11-14 [wwp]        1.9.100cvs12
4290
4291         * src/folder.c
4292                 prevent from crashing when copying/moving message(s) from and
4293                 to the same folder
4294
4295 2005-11-14 [paul]       1.9.100cvs11
4296
4297         * src/plugins/clamav/Makefile.am
4298         * src/plugins/clamav/clamav_plugin.c
4299         * src/plugins/clamav/clamav_plugin.h
4300         * src/plugins/clamav/clamav_plugin_gtk.c
4301                 also merge clamav and clamav_gtk plugins
4302
4303 2005-11-13 [colin]      1.9.100cvs10
4304
4305         * configure.ac
4306         * src/plugins/spamassassin/Makefile.am
4307         * src/plugins/spamassassin/spamassassin.c
4308         * src/plugins/spamassassin/spamassassin.h
4309         * src/plugins/spamassassin/spamassassin_gtk.c
4310                 Merge spamassassin and spamassassin_gtk plugins,
4311                 and build it by default.
4312
4313 2005-11-12 [colin]      1.9.100cvs9
4314
4315         * src/etpan/imap-thread.c
4316                 Fix gcc warning
4317
4318 2005-11-12 [colin]      1.9.100cvs8
4319
4320         * src/procmime.c
4321                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
4322
4323 2005-11-10 [colin]      1.9.100cvs7
4324
4325         * src/main.c
4326                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
4327                 minimised state)
4328
4329 2005-11-10 [wwp]        1.9.100cvs6
4330
4331         * src/gtk/description_window.c
4332                 fix a crash when closing description windows using the WM's [X] button
4333
4334 2005-11-09 [colin]      1.9.100cvs5
4335
4336         * src/common/ssl.c
4337                 Update libetpan call to follow upstream
4338                 (yes, this requires libetpan-0.40cvs3)
4339
4340 2005-11-08 [colin]      1.9.100cvs4
4341
4342         * src/compose.c
4343         * src/textview.c
4344         * src/common/utils.c
4345         * src/common/utils.h
4346                 Enhance the email parser
4347
4348 2005-11-08 [colin]      1.9.100cvs3
4349
4350         * src/procmime.c
4351                 Fix what looks like an off-by-one (fixes 
4352                 attachments from the Bat)
4353
4354 2005-11-08 [wwp]        1.9.100cvs2
4355
4356         * src/main.c
4357                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
4358
4359 2005-11-08 [wwp]        1.9.100cvs1
4360
4361         * src/main.c
4362                 allow exiting Sylpheed-Claws from command-line
4363
4364 2005-11-08 [paul]       1.9.100
4365
4366         1.9.100 released
4367
4368 2005-11-07 [colin]      1.9.99cvs17
4369
4370         * src/addritem.c
4371         * src/ldif.c
4372                 Fix import of base-64 encoded items
4373
4374 2005-11-07 [colin]      1.9.99cvs16
4375
4376         * src/send_message.c
4377                 Fix bug #314 (Queue does not empty under certain 
4378                 circumstances)
4379
4380 2005-11-07 [paul]       1.9.99cvs15
4381
4382         * src/mutt.c
4383         * src/pine.c
4384                 fix buffer overflows
4385                 Thanks to Colin
4386
4387 2005-11-07 [paul]       1.9.99cvs14
4388
4389         * doc/man/Makefile.am
4390         * doc/man/sylpheed-claws.1      ** ADDED **
4391         * doc/man/sylpheed.1            ** DELETED **
4392                 rename and update the man file
4393
4394 2005-11-06 [colin]      1.9.99cvs13
4395
4396         * src/ldif.c
4397                 Fix ldif_get_line() that returned empty strings
4398                 (Didn't understand why). Also fix a possible
4399                 buffer overflow.
4400
4401 2005-11-06 [wwp]        1.9.99cvs12
4402
4403         * src/textview.c
4404         * src/gtk/about.c
4405         * src/gtk/gtkutils.c
4406         * src/gtk/gtkutils.h
4407                 fix a compilation warning,
4408                 make links sensitive in the about dialog
4409
4410 2005-11-04 [wwp]        1.9.99cvs11
4411
4412         * src/gtk/about.c
4413                 don't wrap or translate URIs, and a bit text format cleanup
4414
4415 2005-11-04 [wwp]        1.9.99cvs10
4416
4417         * src/gtk/about.c
4418                 better textview tagging implementation (no more use of marks for
4419                 postponed tagging)
4420
4421 2005-11-02 [colin]      1.9.99cvs9
4422
4423         * src/common/ssl.c
4424                 Forgot an ifdef
4425
4426 2005-11-02 [colin]      1.9.99cvs8
4427
4428         * configure.ac
4429                 Require libetpan-0.40 due to upstream fix
4430         * src/common/ssl.c
4431                 Tell libetpan not to call SSL_Library_Init,
4432                 as we do it ourselves.
4433
4434 2005-11-02 [colin]      1.9.99cvs7
4435
4436         * po/POTFILES.in
4437                 Add missing files (thanks to Fabien Vantard)
4438
4439 2005-11-02 [colin]      1.9.99cvs6
4440
4441         * src/summaryview.c
4442                 Fix totals when read messages are hidden or quicksearch
4443                 is on
4444         * src/ssl_manager.c
4445         * src/ssl_manager.h
4446         * src/common/ssl_certificate.c
4447         * src/common/ssl_certificate.h
4448         * src/gtk/sslcertwindow.c
4449         * src/gtk/sslcertwindow.h
4450                 Fix copyright on my stuff
4451
4452 2005-11-02 [wwp]        1.9.99cvs5
4453
4454         * src/prefs_themes.c
4455                 fix directory name checking (theme installation/removal),
4456                 made related error a bit more verbose
4457
4458 2005-11-02 [colin]      1.9.99cvs4
4459
4460         * src/summaryview.c
4461                 Fix typo (probably fixes bug #841 (Sort by the From 
4462                 field doesn't work)
4463
4464 2005-11-02 [paul]       1.9.99cvs3
4465
4466         * po/ko.po
4467         * po/nb.po
4468                 updated by SungHyun Nam, Geir Helland
4469         * src/wizard.c
4470                 fix typo in welcome message. spotted by
4471                 Andrea Spadaccini
4472
4473 2005-11-01 [colin]      1.9.99cvs2
4474
4475         * src/compose.c
4476                 Fix replying to ml wen confirming subscription
4477         * src/messageview.c
4478         * src/mimeview.c
4479         * src/mimeview.h
4480         * src/privacy.h
4481         * src/summaryview.c
4482                 Make key check non blocking
4483
4484 2005-10-31 [paul]       1.9.99cvs1
4485
4486         * tools/claws.i18n.status.pl
4487                 updated for ChangeLog
4488
4489 2005-10-31 [paul]       1.9.99
4490
4491         1.9.99 released
4492
4493 2005-10-31 [paul]       1.9.15cvs131
4494
4495         * .cvsignore
4496         * ChangeLog
4497         * ChangeLog.claws       ** REMOVED **
4498         * ChangeLog-gtk2.claws  ** REMOVED **
4499         * ChangeLog.gtk1        ** ADDED **
4500         * INSTALL
4501         * Makefile.am
4502         * NEWS
4503         * README
4504         * README.claws          ** REMOVED **
4505         * README.jp             ** REMOVED **
4506         * RELEASE_NOTES         ** ADDED **
4507         * RELEASE_NOTES.claws   ** REMOVED **
4508         * commitHelper
4509         * configure.ac
4510         * sylpheed.spec.in      ** REMOVED **
4511                 tidy up and update the default docs:
4512                 ChangeLog.claws is renamed ChangeLog.gtk1
4513                 ChangeLog-gtk2.claws is renamed ChangeLog
4514                 README.claws is renamed README
4515                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
4516
4517 2005-10-31 [paul]       1.9.15cvs130
4518
4519         * po/it.po
4520                 fix errors
4521
4522 2005-10-31 [paul]       1.9.15cvs129
4523
4524         * po/ca.po
4525         * po/de.po
4526         * po/en_GB.po
4527         * po/fr.po
4528         * po/it.po
4529         * po/pt_BR.po
4530         * po/sk.po
4531         * po/sr.po
4532         * po/zh_CN.po
4533                 updated by Miquel Oliete, Stephan Sachse and
4534                 Thomas Gilgin, me, Fabien Vantard, Andrea
4535                 Spadaccini, Frederico Goncalves Guimaraes,
4536                 Andrej Kacian, Aleksandar Urosevic, and
4537                 Ralgh Young.
4538
4539 2005-10-31 [mones]      1.9.15cvs128
4540
4541         * manual/faq.xml
4542                 More questions.
4543         
4544         * po/es.po
4545                 Updated for release.
4546
4547 2005-10-30 [colin]      1.9.15cvs127
4548
4549         * src/compose.c
4550                 Place cursor before rewrapping (fixes cursor
4551                 pos if quotation gets rewrapped)
4552
4553 2005-10-29 [paul]       1.9.15cvs126
4554
4555         * src/crash.c
4556         * src/foldersel.c
4557         * src/main.c
4558         * src/messageview.c
4559         * src/toolbar.c
4560         * src/gtk/authors.h
4561                 corrections to text items
4562
4563 2005-10-28 [colin]      1.9.15cvs125
4564
4565         * src/messageview.c
4566                 Make "hit 'C' to check sig" work from extern 
4567                 messageviews
4568
4569 2005-10-27 [colin]      1.9.15cvs124
4570
4571         * src/summaryview.c
4572                 Add a hack to avoid segfaulting when hammering 
4573                 on gtk's events
4574
4575 2005-10-27 [wwp]        1.9.15cvs123
4576
4577         * src/prefs_themes.c
4578                 sort list of themes names in themes prefs
4579
4580 2005-10-27 [paul]       1.9.15cvs122
4581
4582         * src/folder.c
4583         * src/prefs_account.c
4584                 fix building on Solaris
4585                 Patch by Alex Moore
4586
4587 2005-10-27 [wwp]        1.9.15cvs121
4588
4589         * src/summaryview.c
4590         * src/gtk/gtksctree.c
4591                 speed up unselecting messages in summary view (thanks to Colin)
4592
4593 2005-10-27 [paul]       1.9.15cvs120
4594
4595         * src/mainwindow.c
4596                 fix a compilation warning
4597         * src/summaryview.c
4598                 fix updating of 'n items selected' count
4599                 when deselecting
4600
4601 2005-10-27 [martin]     1.9.15cvs119
4602
4603         * src/action.c
4604                 ignore actions with a leading '/' in the action menu name
4605                 fixes a crash on menu creation
4606         * src/prefs_actions.c
4607                 do not allow a leading '/' in the action menu name
4608
4609 2005-10-27 [paul]       1.9.15cvs118
4610
4611         * src/main.c
4612                 fix compilation warning
4613
4614 2005-10-27 [paul]       1.9.15cvs117
4615
4616         * src/procmime.c
4617                 add #if HAVE_LOCALE_H
4618
4619 2005-10-27 [paul]       1.9.15cvs116
4620
4621         * src/plugins/clamav/clamav_plugin.c
4622         * src/plugins/dillo_viewer/dillo_viewer.c
4623         * src/plugins/mathml_viewer/mathml_viewer.c
4624         * src/plugins/pgpcore/plugin.c
4625         * src/plugins/pgpinline/plugin.c
4626         * src/plugins/pgpmime/plugin.c
4627         * src/plugins/spamassassin/spamassassin.c
4628         * src/plugins/trayicon/trayicon.c
4629                 plugin_init() : make error messages more
4630                 informative
4631
4632 2005-10-26 [wwp]        1.9.15cvs115
4633
4634         * src/prefs_matcher.c
4635                 enlarge boolean op widget width a bit (wasn't always showing text contents)
4636
4637 2005-10-26 [wwp]        1.9.15cvs114
4638
4639         * src/procmime.c
4640         * src/gtk/gtksctree.c
4641         * src/plugins/spamassassin/libspamc.c
4642         * src/plugins/spamassassin/spamassassin.c
4643                 fix some compilation warnings more
4644
4645 2005-10-26 [mones]      1.9.15cvs113
4646
4647         * po/es.po
4648                 Updated translation
4649
4650 2005-10-26 [paul]       1.9.15cvs112
4651
4652         * src/prefs_message.c
4653                 give all display_xface stuff the
4654                 #if HAVE_LIBCOMPFACE treatment, thus
4655                 preventing a crash
4656                 (Thanks to Wolfgang Enderlein)
4657
4658 2005-10-26 [colin]      1.9.15cvs111
4659
4660         * src/gedit-print.c
4661                 Fix date format
4662         * src/imap_gtk.c
4663         * src/news_gtk.c
4664                 Remove context menu items that should not be there
4665         * src/jpilot.c
4666                 Fix encoding
4667         * src/main.c
4668         * src/mainwindow.c
4669                 Don't show the mainwindow too soon
4670
4671 2005-10-26 [wwp]        1.9.15cvs110
4672
4673         * src/folder.c
4674         * src/manual.c
4675         * src/summaryview.c
4676                 fix uninitialized pointers in the folder updating hook
4677                 (thanks to Colin)
4678
4679 2005-10-25 [mones]      1.9.15cvs109
4680
4681         * manual/faq.xml
4682                 General information subsection completed. 
4683                 Removed archaic references.
4684                 
4685         * manual/Makefile
4686         * manual/dtd/manual.dsl
4687                 Added customization stylesheet for getting paragraphs
4688                 fully justified in PDF output (as suggested by Colin).
4689
4690 2005-10-25 [colin]      1.9.15cvs108
4691
4692         * src/compose.c
4693                 Fix a second leak
4694
4695 2005-10-25 [colin]      1.9.15cvs107
4696
4697         * src/addrbook.c
4698         * src/addrindex.c
4699                 Fix leak (xml_get_element() allocates memory)
4700         * src/compose.c
4701                 Fix leak + dead code (shame!)
4702         * src/procmime.c
4703                 Fix leak
4704
4705 2005-10-25 [colin]      1.9.15cvs106
4706
4707         * src/mimeview.c
4708                 Fix encoding issue in Save all and in 
4709                 overwrite-confirmation alertpanel
4710
4711 2005-10-25 [colin]      1.9.15cvs105
4712
4713         * src/common/socket.c
4714                 Fix a leak - Thanks to Christopher Aillon
4715                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
4716
4717 2005-10-25 [paul]       1.9.15cvs104
4718
4719         * src/wizard.c
4720                 Always guess servers from the right-hand
4721                 email part and guess username from the
4722                 left-hand part. (Thanks to Colin)
4723                 add an X-Face to the welcome message
4724
4725 2005-10-25 [paul]       1.9.15cvs103
4726
4727         * manual/handling.xml
4728                 written by Colin, edited by me
4729
4730 2005-10-25 [wwp]        1.9.15cvs102
4731
4732         * src/folderview.c
4733         * src/grouplistdialog.c
4734         * src/imap.c
4735         * src/noticeview.c
4736                 fix some compilation warnings
4737
4738 2005-10-24 [paul]
4739
4740         1.9.99-rc3 released
4741
4742 2005-10-24 [paul]       1.9.15cvs101
4743
4744         * src/gtk/about.c
4745                 fix window sizing
4746
4747 2005-10-24 [paul]       1.9.15cvs100
4748
4749         * src/pixmaps/offline.xpm
4750         * src/pixmaps/online.xpm
4751                 replace with last default versions
4752
4753 2005-10-24 [colin]      1.9.15cvs99
4754
4755         * src/imap.c
4756                 Fix bug when moving a folder
4757         * src/imap_gtk.c
4758         * src/mh_gtk.c
4759                 "Delete folder" pops up a window, so it 
4760                 should be suffixed with "..."
4761         * src/plugins/pgpcore/sgpgme.c
4762                 Include locale.h
4763
4764 2005-10-24 [mones]      1.9.15cvs98
4765
4766         * manual/Makefile
4767         * manual/account.xml
4768         * manual/ack.xml
4769         * manual/addrbook.xml
4770         * manual/advanced.xml
4771         * manual/faq.xml
4772         * manual/glossary.xml
4773         * manual/gpl.xml
4774         * manual/handling.xml
4775         * manual/intro.xml
4776         * manual/keyboard.xml
4777         * manual/manual.xml
4778         * manual/plugins.xml
4779         * manual/starting.xml
4780         * manual/dtd/sdocbook.dtd
4781                 Initial manual structure and some content.
4782
4783 2005-10-23 [wwp]        1.9.15cvs97
4784
4785         * src/gtk/about.c
4786                 fix a typo
4787
4788 2005-10-23 [wwp]        1.9.15cvs96
4789
4790         * src/gtk/about.c
4791         * src/gtk/authors.h
4792                 rework of the about window (main work by Paul), also featuring a few
4793                 fixes for typos and duplicate names
4794
4795 2005-10-23 [wwp]        1.9.15cvs95
4796
4797         * src/.cvsignore
4798                 Ignore the right binary name (sylpheed-claws now)
4799
4800 2005-10-23 [paul]       1.9.15cvs94
4801
4802         * src/compose.c
4803                 when using Folder Pref 'Default To for
4804                 replies' make the entry in the Compose
4805                 window bold
4806                 Patch by Fabien Vantard
4807
4808 2005-10-22 [colin]      1.9.15cvs93
4809
4810         * src/codeconv.c
4811                 Fix leak
4812
4813 2005-10-22 [colin]      1.9.15cvs92
4814
4815         * src/codeconv.c
4816                 try to convert using locale (apart utf8) if necessary
4817
4818 2005-10-22 [colin]      1.9.15cvs91
4819
4820         * src/pixmaps/new.xpm
4821         * src/pixmaps/unread.xpm
4822                 Make the unread envelope blue again and
4823                 saturate the new one a bit more.
4824
4825 2005-10-22 [colin]      1.9.15cvs90
4826
4827         * src/compose.c
4828                 When replying to a mail sent by one of our accounts,
4829                 use the original list of recipients. Let 'Reply All'
4830                 and 'Reply to sender' work like previously.
4831
4832 2005-10-21 [colin]      1.9.15cvs89
4833
4834         * src/prefs_filtering.c
4835                 Clear fields after add and replace
4836         * src/textview.c
4837                 Display xface differently (better)
4838         * src/plugins/pgpinline/pgpinline.c
4839                 Fix crappy encodings/recodings
4840
4841 2005-10-21 [paul]       1.9.15cvs88
4842
4843         * src/compose.c
4844         * src/prefs_folder_item.c
4845         * src/toolbar.c
4846                 fix news folder Folder Properties
4847                 (thanks to Colin)
4848         * src/folderview.c
4849                 update folderview after Themes change
4850                 keep selected folder selected
4851                 (thanks to Colin)
4852
4853 2005-10-21 [paul]       1.9.15cvs87
4854
4855         * tools/Makefile.am
4856         * tools/OOo2sylpheed.pl
4857         * tools/README
4858         * tools/README.sylprint
4859         * tools/asus_mailled.sh         ** REMOVED **
4860         * tools/filter_conv.pl
4861         * tools/freshmeat_search.pl
4862         * tools/google_search.pl
4863         * tools/gpg-sign-syl            ** REMOVED **
4864         * tools/kmail2sylpheed.pl
4865         * tools/kmail2sylpheed_v2.pl
4866         * tools/multiwebsearch.pl
4867         * tools/nautilus2sylpheed.sh
4868         * tools/newscache_clean.pl
4869         * tools/outlook2sylpheed.pl
4870         * tools/sylpheed-switcher       ** REMOVED **
4871         * tools/sylprint.pl
4872         * tools/sylprint.rc
4873         * tools/tb2sylpheed
4874         * tools/vcard2xml.py
4875         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4876                 update default config dir
4877                 update binary name (thanks to Fabien Vantard)
4878                 remove obsolete scripts
4879
4880 2005-10-21 [colin]      1.9.15cvs86
4881
4882         * src/inc.c
4883                 Fix possible leak and units. Based on a patch by
4884                 Fabien Vantard.
4885
4886 2005-10-20 [colin]      1.9.15cvs85
4887
4888         * src/textview.c
4889                 Clear xface when clearing textview
4890
4891 2005-10-20 [colin]      1.9.15cvs84
4892
4893         * configure.ac
4894         * src/folderview.c
4895         * src/headerview.c
4896         * src/main.c
4897         * src/prefs_common.c
4898         * src/prefs_common.h
4899         * src/prefs_message.c
4900         * src/textview.c
4901         * src/textview.h
4902         * src/common/defs.h
4903         * src/common/utils.c
4904         * src/common/utils.h
4905         * src/gtk/gtkutils.c
4906         * src/gtk/gtkutils.h
4907                 Migrate config to .sylpheed-claws (Automatically)
4908                 Add a way to get the Xface in the TextView
4909
4910 2005-10-20 [colin]      1.9.15cvs83
4911
4912         * src/gtk/Makefile.am
4913         * src/gtk/about.c
4914         * src/gtk/authors.h
4915                 Make the about dialog *grooovy*
4916
4917 2005-10-20 [colin]      1.9.15cvs82
4918
4919         * src/mimeview.c
4920                 Use "Open with" on double click if no command
4921                 was found
4922
4923 2005-10-20 [colin]      1.9.15cvs81
4924
4925         * src/imap.c
4926         * src/etpan/imap-thread.c
4927                 Fix possible crash.
4928
4929 2005-10-20 [paul]       1.9.15cvs80
4930
4931         * src/folder.c
4932                 don't show clipkey icon if the only
4933                 attachment is the signature
4934                 Patch by Colin
4935
4936 2005-10-20 [paul]       1.9.15cvs79
4937
4938         * AUTHORS
4939         * src/plugins/pgpmime/pgpmime.c
4940                 name the PGP/MIME signature 'signature.asc'
4941                 Patch by Andrew Nelson <freeandy@gmail.com>
4942
4943 2005-10-19 [colin]      1.9.15cvs78
4944
4945         * src/plugins/pgpmime/pgpmime.c
4946                 Oops, no need to double-check though
4947
4948 2005-10-19 [colin]      1.9.15cvs77
4949
4950         * src/plugins/pgpinline/pgpinline.c
4951         * src/plugins/pgpmime/pgpmime.c
4952                 Check that my_tmpfile() doesn't 
4953                 return NULL
4954
4955 2005-10-19 [colin]      1.9.15cvs76
4956
4957         * src/common/utils.c
4958                 Use shorter mime boundaries to avoid having
4959                 MTAs rewrapping our headers, breaking the
4960                 PGP signature in the process 
4961         * src/compose.c
4962         * src/plugins/pgpmime/pgpmime.c
4963                 Check for boundary uniqueness to be sure
4964                 it won't happen, instead of hoping for the
4965                 best
4966
4967 2005-10-19 [colin]      1.9.15cvs75
4968
4969         * sylpheed-claws.desktop
4970         * src/Makefile.am
4971         * src/main.c
4972                 Ship a sylpheed-claws binary instead
4973                 of a sylpheed one. Change the socket
4974                 name, too
4975         * src/folderview.c
4976                 Update folder only if it changed
4977         * src/wizard.c
4978                 Fix i18n in welcome mail, patch by
4979                 Fabien Vantard
4980
4981 2005-10-19 [paul]
4982
4983         1.9.99-rc2 released
4984
4985 2005-10-19 [paul]       1.9.15cvs74
4986
4987         * src/folder.c
4988         * src/folderview.c
4989                 fix summaryview update
4990                 Patch by Colin
4991
4992 2005-10-18 [colin]      1.9.15cvs73
4993
4994         * src/plugins/pgpcore/passphrase.c
4995                 Don't XGrabServer, and try a bit more to 
4996                 sync everything before grabbing mouse/keyboard
4997
4998 2005-10-18 [colin]      1.9.15cvs72
4999
5000         * src/Makefile.am
5001         * src/addressadd.c
5002         * src/addressbook.c
5003         * src/folderview.c
5004         * src/grouplistdialog.c
5005         * src/mimeview.c
5006         * src/stock_pixmap.c
5007         * src/stock_pixmap.h
5008         * src/summaryview.c
5009         * src/gtk/gtksctree.c
5010         * src/gtk/gtksctree.h
5011         * src/pixmaps/empty.xpm
5012                 Implement a wrapper call for gtk_ctree_set_node_info
5013                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5014                 pixmap instead of a NULL one. This works around some
5015                 memory problems deep inside gtk, revealed by valgrind,
5016                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5017                 as locked crashes sylpheed.), as well as, probably, 
5018                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5019
5020 2005-10-17 [colin]      1.9.15cvs71
5021
5022         * src/mimeview.c
5023                 Provide visual feedback when checking
5024                 signature
5025
5026 2005-10-17 [colin]      1.9.15cvs70
5027
5028         * src/main.c
5029                 Keep the folder list frozen while checking caches...
5030
5031 2005-10-17 [colin]      1.9.15cvs69
5032
5033         * src/addr_compl.c
5034                 Fi bug #833 (Autocompleting from addressbook 
5035                 fails with extended chars)
5036         * src/imap.c
5037                 Fix 'adding messages' staying in statusbar
5038                 after an error
5039
5040 2005-10-17 [wwp]        1.9.15cvs68
5041
5042         * src/ssl_manager.c
5043                 Fix buttons' layout resizing when window size changes
5044
5045 2005-10-17 [wwp]        1.9.15cvs67
5046
5047         * src/account.c
5048         * src/prefs_account.c
5049         * src/prefs_common.c
5050         * src/prefs_common.h
5051         * src/prefs_folder_item.c
5052         * src/prefs_gtk.c
5053         * src/gtk/logwindow.c
5054         * src/gtk/pluginwindow.c
5055         * src/gtk/prefswindow.c
5056         * src/gtk/prefswindow.h
5057                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5058
5059 2005-10-17 [paul]       1.9.15cvs66
5060
5061         * configure.ac
5062                 fix missing libetpan message
5063         * po/en_GB.po
5064                 updated
5065         * src/crash.c
5066         * src/manual.c
5067         * src/prefs_themes.c
5068         * src/common/defs.h
5069                 add some new URI defines, change some
5070                 others
5071         * src/wizard.c
5072                 make welcome message translatable
5073                 small improvements to english
5074                 other tweaks
5075         * src/gtk/menu.c
5076                 fix warnings
5077
5078 2005-10-17 [paul]       1.9.15cvs65
5079
5080         * src/summaryview.c
5081                 fix column titles
5082
5083 2005-10-16 [mones]      1.9.15cvs64
5084
5085         * po/es.po
5086                 Updated translation
5087
5088 2005-10-16 [colin]
5089
5090         1.9.99-rc1 released
5091
5092 2005-10-16 [colin]      1.9.15cvs63
5093
5094         * src/wizard.c
5095                 Fix whitespace
5096
5097 2005-10-16 [colin]      1.9.15cvs62
5098
5099         * src/toolbar.c
5100                 s/Get All/Get Mail/
5101         * src/wizard.c
5102                 Real welcome mail text, thanks Paul
5103
5104 2005-10-16 [colin]      1.9.15cvs61
5105
5106         * src/editldap.c
5107         * src/exporthtml.c
5108         * src/main.c
5109         * src/mainwindow.c
5110         * src/prefs_themes.c
5111         * src/prefs_toolbar.c
5112         * src/plugins/demo/demo.c
5113         * src/plugins/trayicon/trayicon.c
5114                 s/Sylpheed/Sylpheed-Claws/
5115
5116 2005-10-16 [colin]      1.9.15cvs60
5117
5118         * src/wizard.c
5119                 Add a welcome email in the first empty mailbox
5120         * src/prefs_common.c
5121                 Change one more default
5122
5123 2005-10-16 [colin]      1.9.15cvs59
5124
5125         * src/wizard.c
5126                 Remove printf
5127
5128 2005-10-16 [colin]      1.9.15cvs58
5129
5130         * src/toolbar.c
5131         * src/prefs_common.c
5132                 Change some defaults
5133
5134 2005-10-16 [colin]      1.9.15cvs57
5135
5136         * src/toolbar.c
5137         * src/prefs_common.c
5138                 Change some defaults
5139
5140 2005-10-16 [colin]      1.9.15cvs56
5141
5142         * src/wizard.c
5143                 By default, initialize fonts to have
5144                 the same size as normal GtkWidgets
5145
5146 2005-10-16 [colin]      1.9.15cvs55
5147
5148         * src/mimeview.c
5149                 Fix message a bit more
5150
5151 2005-10-16 [colin]      1.9.15cvs54
5152
5153         * src/addressbook.c
5154                 Second attempt at flicker fixing
5155
5156 2005-10-16 [colin]      1.9.15cvs53
5157
5158         * src/addressbook.c
5159                 Fix flicker
5160
5161 2005-10-16 [wwp]        1.9.15cvs52
5162
5163         * src/addressbook.c
5164         * src/editaddress.c
5165         * src/prefs_common.c
5166         * src/prefs_common.h
5167                 Remember window sizes (address book)
5168
5169 2005-10-16 [wwp]        1.9.15cvs51
5170
5171         * src/plugins/clamav/clamav_plugin_gtk.c
5172         * src/plugins/spamassassin/spamassassin_gtk.c
5173                 Fix compilation warnings (missing #include).
5174
5175 2005-10-16 [colin]      1.9.15cvs50
5176
5177         * src/mimeview.c
5178         * src/summaryview.c
5179         * src/textview.c
5180                 Make 'c' check signature, and forward
5181                 c, l, y, t from summaryview to mimeview
5182
5183 2005-10-16 [colin]      1.9.15cvs49
5184
5185         * src/addressbook.c
5186                 Put border around buttons
5187         * src/mainwindow.c
5188         * src/summaryview.c
5189                 Rework menus (Patch based on a patch
5190                 by Paul)
5191
5192 2005-10-15 [wwp]        1.9.15cvs48
5193
5194         * src/editjpilot.c
5195         * src/editldap.c
5196         * src/editvcard.c
5197         * src/exphtmldlg.c
5198         * src/expldifdlg.c
5199         * src/export.c
5200         * src/import.c
5201         * src/importldif.c
5202         * src/importmutt.c
5203         * src/importpine.c
5204         * src/prefs_account.c
5205         * src/prefs_spelling.c
5206         * src/gtk/gtkutils.c
5207         * src/gtk/gtkutils.h
5208         * src/plugins/clamav/clamav_plugin_gtk.c
5209         * src/plugins/spamassassin/spamassassin_gtk.c
5210                 use nicer browse-for-file/dir buttons than the "..." ones,
5211                 code factorizing more.
5212
5213 2005-10-14 [colin]      1.9.15cvs47
5214
5215         * src/mainwindow.c
5216                 set relief on the account switcher so that people see it
5217                 grey out Create processing rules when no message is selected
5218         * src/prefs_filtering.c
5219                 ask before closing if the rule has not been modified, even if
5220                 it's not valid
5221         * src/prefs_matcher.c
5222                 fix sensitivity when entering the dialog
5223         * src/gtk/inputdialog.c
5224                 display a better icon on password ask
5225         * src/plugins/pgpcore/passphrase.c
5226                 make the dialog look better
5227
5228 2005-10-14 [paul]       1.9.15cvs46
5229
5230         * src/folderview.c
5231                 indicate presense of marked msgs in
5232                 unexpanded subfolders
5233
5234 2005-10-14 [paul]       1.9.15cvs45
5235
5236         * src/prefs_actions.c
5237         * src/prefs_common.c
5238         * src/prefs_common.h
5239         * src/prefs_filtering_action.c
5240         * src/prefs_matcher.c
5241         * src/prefs_template.c
5242                 remember window sizes
5243                 fix Info button size
5244
5245         Patches by wwp
5246
5247 2005-10-13 [colin]      1.9.15cvs44
5248
5249         * src/mimeview.c
5250         * src/noticeview.c
5251         * src/noticeview.h
5252                 Add a tooltip on the icon (optional) 
5253                 Get rid of the signature buttons and only
5254                 use the icon+tooltip
5255
5256 2005-10-13 [colin]      1.9.15cvs43
5257
5258         * src/noticeview.c
5259         * src/noticeview.h
5260                 Add hand cursor for hovering over icon
5261
5262 2005-10-13 [colin]      1.9.15cvs42
5263
5264         * src/summaryview.c
5265                 Fix crash when quicksearch's hidden 
5266                 at startup
5267
5268 2005-10-13 [colin]      1.9.15cvs41
5269
5270         * src/compose.c
5271                 Set subject when forwarding multiple mails
5272                 Check that other recipient than the default Cc or Bcc
5273                 have been set before sending.
5274
5275 2005-10-13 [colin]      1.9.15cvs40
5276
5277         * src/imap.c
5278                 Batch per-folder
5279                 Introduce locking, but don't use it yet
5280
5281 2005-10-13 [colin]      1.9.15cvs39
5282
5283         * src/gtk/quicksearch.c
5284                 Reset quicksearch when hiding it
5285                 Make sticky a real pref
5286
5287 2005-10-13 [colin]      1.9.15cvs38
5288
5289         * src/summaryview.c
5290                 Faster prefs apply
5291
5292 2005-10-13 [colin]      1.9.15cvs37
5293
5294         * src/mimeview.c
5295         * src/noticeview.c
5296         * src/noticeview.h
5297         * src/plugins/pgpcore/sgpgme.c
5298                 Make privacy icon clickable
5299                 Move Trust field in Full info
5300                 When trust is less than full, don't display
5301                 a warning icon
5302
5303 2005-10-13 [colin]      1.9.15cvs36
5304
5305         * src/folder.c
5306                 Batch on flags sync
5307         * src/folderview.c
5308                 Revert speed hack which is dangerous in fact
5309                 Apply prefs faster
5310
5311 2005-10-13 [colin]      1.9.15cvs35
5312
5313         * src/folder_item_prefs.c
5314                 Fix pref corruption on folder move. Patch
5315                 by wwp
5316
5317 2005-10-13 [paul]       1.9.15cvs34
5318
5319         * src/export.c
5320         * src/import.c
5321                 fix typos in g_warnings
5322         * src/prefs_account.c
5323                 add a file selector for Signature file
5324
5325         Patches by wwp
5326
5327 2005-10-12 [colin]      1.9.15cvs33
5328
5329         * src/mimeview.c
5330                 Provide a quick way to go back from a
5331                 signature's full info to the email part
5332
5333 2005-10-12 [colin]      1.9.15cvs32
5334
5335         * src/compose.c
5336                 Remove old hack of encoding signed mails with base64.
5337                 QP works equally well.
5338
5339 2005-10-12 [colin]      1.9.15cvs31
5340
5341         * src/crash.c
5342                 Replace deprecated GtkText with GtkTextView
5343         * src/imap.c
5344                 Fix a logic bug about counts in imap_select
5345                 (previously un-triggered)
5346         * src/mainwindow.c
5347         * src/summaryview.c
5348         * src/news.c
5349                 Allow local deletion of news posts
5350         * src/mimeview.c
5351                 Show GPG noticeview on the message/rfc822 part
5352                 in addition to the text/plain one
5353         * src/prefs_image_viewer.c
5354           src/plugins/pgpcore/prefs_gpg.c
5355                 Polish (set the label as part of the checkbox)
5356         * src/wizard.c
5357                 Don't sit there doing nothing after destroying
5358                 the window - return err
5359
5360 2005-10-11 [colin]      1.9.15cvs30
5361
5362         * src/folderview.c
5363                 Apply processing rules before showing folders.
5364                 Early folder show (before flags sync) will only
5365                 be done when there are no processing rules (nor
5366                 pre- or post- ones)
5367         * src/imap.c
5368                 Fix stuff related to mail subdir, creation and 
5369                 deletion of folders 
5370         * src/imap_gtk.c
5371                 Don't allow creation of folders in NoInferior
5372                 folders, as it won't work
5373
5374 2005-10-10 [colin]      1.9.15cvs29
5375
5376         * src/compose.c
5377                 Reselect "None" Privacy system when selecting an
5378                 account with no privacy system defined
5379
5380 2005-10-10 [colin]      1.9.15cvs28
5381
5382         * src/mainwindow.c
5383                 Add Windows-1252 encoding
5384         * src/prefs_common.c
5385                 Rework some defaults:
5386                 - autosave to draft by default
5387                 - don't show header pane (it's already in the textview)
5388                 - Select first new or unread mail on entry
5389                 - Assume 'Yes' to change folder when there's no more
5390                   unread message
5391         * src/prefs_matcher.c
5392                 Fix a gtk assertion failure
5393         * src/gtk/colorlabel.c
5394                 Workaround bad repainting on selection
5395         * src/main.c
5396                 Freeze/thaw (a bit faster on ssh -X)
5397         * src/msgcache.c
5398                 Get rid of StrdupConverter that just adds an
5399                 extra strdup/free 
5400         * src/etpan/imap_thread.c
5401                 memset buf to 0
5402
5403 2005-10-10 [colin]      1.9.15cvs27
5404
5405         * src/export.c
5406         * src/import.c
5407                 Fix compile on gtk 2.4. Patch by wwp
5408
5409 2005-10-09 [colin]      1.9.15cvs26
5410
5411         * src/mainwindow.c
5412         * src/messageview.c
5413         * src/summaryview.c
5414                 Clarify forward menus. Patch by wwp
5415
5416 2005-10-09 [colin]      1.9.15cvs25
5417
5418         * src/compose.c
5419         * src/compose.h
5420                 Fix bug #829 (Non-working "Encrypt message by 
5421                 default when replying to an encrypted message")
5422
5423 2005-10-08 [colin]      1.9.15cvs24
5424
5425         * src/wizard.c
5426                 Fix bug #827 ("Welcome" setup wizard after a 
5427                 permission error gives up & forgets itself.)
5428
5429 2005-10-08 [colin]      1.9.15cvs23
5430
5431         * src/procmime.c
5432                 Fix bug #828 (Ignoring headers with spaces around = sign)
5433
5434 2005-10-08 [colin]      1.9.15cvs22
5435
5436         * src/export.c
5437                 Warning fix by wwp
5438
5439 2005-10-08 [colin]      1.9.15cvs21
5440
5441         * src/folder.c
5442         * src/folder.h
5443                 Add a processing_pending indicator, set on 
5444                 folder_item_open and cleared after 
5445                 folder_item_process_open
5446         * src/folderview.c
5447         * src/summaryview.c
5448                 wrap procmsg_msginfo_*_flags, and in the
5449                 wrapper check that there's no folder processing 
5450                 pending. If there is, defer the flags change until 
5451                 processing is done to avoid stepping over each
5452                 other's toes.
5453                 Freeze during processing, but not during scanning.
5454
5455 2005-10-07 [colin]      1.9.15cvs20
5456
5457         * src/plugins/pgpcore/passphrase.c
5458                 Fix bug #826 (X-Server hangs when 
5459                 right-clicking a PGP encrypted message)
5460
5461 2005-10-07 [paul]       1.9.15cvs19
5462
5463         * src/compose.c
5464                 fix compose_entries[]
5465                 patch by Fabien Vantard
5466
5467 2005-10-06 [colin]      1.9.15cvs18
5468
5469         * src/pixmaps/address.xpm
5470         * src/pixmaps/address_book.xpm
5471         * src/pixmaps/book.xpm
5472         * src/pixmaps/check_spelling.xpm
5473         * src/pixmaps/checkbox_off.xpm
5474         * src/pixmaps/checkbox_on.xpm
5475         * src/pixmaps/close.xpm
5476         * src/pixmaps/complete.xpm
5477         * src/pixmaps/continue.xpm
5478         * src/pixmaps/deleted.xpm
5479         * src/pixmaps/down_arrow.xpm
5480         * src/pixmaps/exec.xpm
5481         * src/pixmaps/forwarded.xpm
5482         * src/pixmaps/group.xpm
5483         * src/pixmaps/ignorethread.xpm
5484         * src/pixmaps/interface.xpm
5485         * src/pixmaps/jpilot.xpm
5486         * src/pixmaps/ldap.xpm
5487         * src/pixmaps/linewrap.xpm
5488         * src/pixmaps/linewrapcurrent.xpm
5489         * src/pixmaps/mail.xpm
5490         * src/pixmaps/mail_attach.xpm
5491         * src/pixmaps/mail_compose.xpm
5492         * src/pixmaps/mail_forward.xpm
5493         * src/pixmaps/mail_receive.xpm
5494         * src/pixmaps/mail_receive_all.xpm
5495         * src/pixmaps/mail_reply.xpm
5496         * src/pixmaps/mail_reply_to_all.xpm
5497         * src/pixmaps/mail_reply_to_author.xpm
5498         * src/pixmaps/mail_send.xpm
5499         * src/pixmaps/mail_send_queue.xpm
5500         * src/pixmaps/mime_application.xpm
5501         * src/pixmaps/mime_audio.xpm
5502         * src/pixmaps/mime_image.xpm
5503         * src/pixmaps/mime_message.xpm
5504         * src/pixmaps/mime_text_enriched.xpm
5505         * src/pixmaps/mime_text_html.xpm
5506         * src/pixmaps/mime_text_plain.xpm
5507         * src/pixmaps/mime_unknown.xpm
5508         * src/pixmaps/new.xpm
5509         * src/pixmaps/news_compose.xpm
5510         * src/pixmaps/offline.xpm
5511         * src/pixmaps/online.xpm
5512         * src/pixmaps/paste.xpm
5513         * src/pixmaps/preferences.xpm
5514         * src/pixmaps/privacy_emblem_encrypted.xpm
5515         * src/pixmaps/privacy_expired.xpm
5516         * src/pixmaps/privacy_failed.xpm
5517         * src/pixmaps/privacy_passed.xpm
5518         * src/pixmaps/privacy_signed.xpm
5519         * src/pixmaps/privacy_unknown.xpm
5520         * src/pixmaps/privacy_warn.xpm
5521         * src/pixmaps/properties.xpm
5522         * src/pixmaps/replied.xpm
5523         * src/pixmaps/search.xpm
5524         * src/pixmaps/unread.xpm
5525         * src/pixmaps/up_arrow.xpm
5526         * src/pixmaps/vcard.xpm
5527                 Modernize internal theme, with icons from the 
5528                 Gnomaws theme. Keep some of the old ones where
5529                 they were better.
5530
5531 2005-10-06 [colin]      1.9.15cvs17
5532
5533         * src/summaryview.c
5534                 Little optimisations + bugfix
5535         * src/toolbar.c
5536                 Remove default useless items - useless being defined
5537                 by the default relevant prefs
5538         * src/wizard.c
5539                 include config.h to make gettext work
5540         * src/prefs_themes.c
5541                 Fix selection of current theme in prefs
5542
5543 2005-10-06 [colin]      1.9.15cvs16
5544
5545         * src/prefs_common.c
5546         * src/prefs_common.h
5547         * src/prefs_summaries.c
5548         * src/folderview.c
5549                 Add a warning dialog on Mark all read 
5550                 (with pref to get rid of it)
5551
5552 2005-10-06 [paul]       1.9.15cvs15
5553
5554         * po/nb.po
5555         * po/pt_BR.po
5556                 updated by Geir Helland and Frederico
5557                 Goncalves Guimaraes
5558
5559 2005-10-05 [colin]      1.9.15cvs14
5560
5561         * src/folder.c
5562         * src/folder.h
5563         * src/folderview.c
5564         * src/folderview.h
5565         * src/imap_gtk.c
5566         * src/mh_gtk.c
5567         * src/mainwindow.c
5568         * src/setup.c
5569                 add a way to rescan without rebuilding
5570                 make moving a bit faster (less folders changes)
5571                 don't lock the tree on Get 
5572         * src/imap.c
5573                 Don't re-delete deleted messages before expunging
5574         * src/summaryview.c
5575                 Set batch mode when deleting mails
5576
5577 2005-10-05 [paul]       1.9.15cvs13
5578
5579         * src/mainwindow.c
5580         * src/mainwindow.h
5581                 fix disabled Execute menu item
5582         * src/toolbar.c
5583                 match the change in 1.9.15cvs10: use Compose
5584                 instead of News by default
5585
5586 2005-10-04 [colin]      1.9.15cvs12
5587
5588         * src/compose.c
5589                 When replying to an ML post with Reply-To set
5590                 to the poster's email, honor it (as before),
5591                 but also honor our user's request to reply to
5592                 the mailing list: set the ML address in the To
5593                 field and the Reply-To address in the Cc: 
5594                 field.
5595
5596 2005-10-04 [colin]      1.9.15cvs11
5597
5598         * src/plugins/trayicon/trayicon.c
5599                 Finish cosmetic change - thanks to wwp
5600
5601 2005-10-04 [colin]      1.9.15cvs10
5602
5603         * src/toolbar.c
5604                 Use Compose instead of Email by default.
5605                 Spotted by wwp.
5606
5607 2005-10-04 [colin]      1.9.15cvs9
5608
5609         * src/folder.c
5610         * src/folder.h
5611         * src/folderview.c
5612         * src/imap.c
5613         * src/etpan/imap-thread.c
5614         * src/etpan/imap-thread.h
5615                 Try to make IMAP faster, by simplifying SEARCH
5616                 commands, avoiding sending two STATUS in a row,
5617                 and deferring flags sync and processing just
5618                 after displaying the folder. 
5619                 This will update the SummaryView in certain
5620                 cases (new mails not already fetched, flags
5621                 changed from another client) but in a non-
5622                 blocking manner.
5623
5624 2005-10-04 [colin]      1.9.15cvs8
5625
5626         * src/plugins/trayicon/trayicon.c
5627                 Relabel "Offline" to "Work offline"
5628
5629 2005-10-04 [colin]      1.9.15cvs7
5630
5631         * src/export.c
5632         * src/import.c
5633         * src/mbox.c
5634                 Fix mbox import/export buglets
5635                 Patch by wwp
5636         * src/plugins/trayicon/trayicon.c
5637                 Add offline swithc
5638                 Patch by wwp
5639
5640 2005-10-04 [colin]      1.9.15cvs6
5641
5642         * src/folder.c
5643         * src/folderview.c
5644         * src/summaryview.c
5645                 Better fix (don't break mark all read) for cvs2
5646
5647 2005-10-03 [colin]      1.9.15cvs5
5648
5649         * src/folder.c
5650                 Use a sane sort by default
5651
5652 2005-10-03 [colin]      1.9.15cvs4
5653
5654         * src/inc.c
5655                 Add a 'Only once' button for overriding offline mode
5656         * src/prefs_account.c
5657         * src/wizard.c
5658                 Add Local mbox to the wizard
5659                 Add IMAP subdir to the wizard (or the wizard is useless
5660                 for such accounts, or even worse than useless)
5661                 Move IMAP subdir from Advanced to Receive tab, as it's
5662                 not that uncommon
5663
5664 2005-10-03 [colin]      1.9.15cvs3
5665
5666         * src/send_message.c
5667                 Forgot this one in cvs1
5668
5669 2005-10-03 [colin]      1.9.15cvs2
5670
5671         * src/folder.c
5672                 Faster close when leaving a folder with lots
5673                 of new mails. Idea by David Relson.
5674
5675 2005-10-03 [colin]      1.9.15cvs1
5676
5677         * src/compose.c
5678         * src/imap.c
5679         * src/inc.c
5680         * src/main.c
5681         * src/messageview.c
5682         * src/news.c
5683         * src/summaryview.c
5684         * src/gtk/sslcertwindow.c
5685         * src/plugins/trayicon/trayicon.c
5686                 Add accels to every AlertPanel. Patch by Fabien 
5687                 Vantard
5688
5689 2005-10-03 [paul]       1.9.15
5690
5691         1.9.15 released
5692
5693 2005-10-03 [paul]       1.9.14cvs68
5694
5695         * po/ca.po
5696         * po/de.po
5697         * po/es.po
5698         * po/fi.po
5699         * po/fr.po
5700         * po/sk.po
5701         * po/sr.po
5702         * po/zh_CN.po
5703                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
5704                 Mones Lastra, Tommi Pirinen, Fabien vantard,
5705                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
5706
5707 2005-10-03 [paul]       1.9.14cvs67
5708
5709         * src/send_message.c
5710                 prevent hang on Cancel
5711                 patch by Colin
5712
5713 2005-10-03 [paul]       1.9.14cvs66
5714
5715         * src/main.c
5716                 fix crash in IMAP caused by discrepancy
5717                 between check_at_startup and offline mode
5718                 Patch by Colin
5719
5720 2005-10-01 [paul]       1.9.14cvs65
5721
5722         * src/inc.c
5723                 fix engrish
5724
5725 2005-10-01 [paul]       1.9.14cvs64
5726         * src/export.c
5727         * src/import.c
5728                 synchronise import_mbox() and export_mbox()
5729         * src/mbox.c
5730                 proc_mbox(): add alert if file cannot be opened
5731                 export_list_to_mbox(): test if dest file exists,
5732                 prompt user to overwrite if it does. add alert
5733                 if file cannot be created
5734                                                                 
5735         Patch by wwp
5736                                                                                                                 
5737
5738 2005-09-30 [paul]       1.9.14cvs63
5739
5740         * src/addressbook.c
5741                 Fix sensitivity of a menu
5742         * src/codeconv.c
5743                 Respect hidden pref for mails with no encoding
5744         * src/common/xml.c
5745                 Fix memory corruption
5746         * src/plugins/pgpcore/sgpgme.c
5747                 Fix segfault on incomplete sigs, and display
5748                 of S/Mime UIDs
5749
5750         Patches by Colin
5751
5752 2005-09-30 [colin]      1.9.14cvs62
5753
5754         * src/partial_download.c
5755                 Little logic fix in almost-dead code
5756         * src/pop.c
5757                 Fix partial download when there's no new mail
5758
5759 2005-09-29 [paul]       1.9.14cvs61
5760
5761         * src/plugins/pgpinline/pgpinline.c
5762                 fix bug 819, 'crash accessing sign message'
5763                 Patch by Colin
5764
5765 2005-09-28 [martin]     1.9.14cvs60
5766
5767         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5768                 fix bug #790 (Crash when restarting window manager (fluxbox))
5769
5770 2005-09-28 [paul]       1.9.14cvs59
5771
5772         * src/gtk/gtkaspell.c
5773                 fix off-by-one typo
5774
5775 2005-09-27 [colin]      1.9.14cvs58
5776
5777         * src/plugins/pgpcore/sgpgme.c
5778                 Report error when there's one, instead of
5779                 "Signature unchecked" 
5780
5781 2005-09-27 [colin]      1.9.14cvs57
5782
5783         * src/prefs_quote.c
5784                 Fix bug #816 (Weird quotation with spaces)
5785
5786 2005-09-27 [colin]      1.9.14cvs56
5787
5788         * src/codeconv.c
5789         * src/compose.c
5790         * src/compose.h
5791                 Put subject in compose's title
5792                 Fix Automatic encoding so that it's really automatic:
5793                 first try default locale's charset, then charset of the replied mail, 
5794                 then utf-8
5795                 Fix encoding of headers (must be in strict mode too)
5796
5797 2005-09-26 [colin]      1.9.14cvs55
5798
5799         * src/gtk/gtkaspell.c
5800                 Fix previous patch - don't color the space,
5801                 just uncolor it :)
5802
5803 2005-09-26 [colin]      1.9.14cvs54
5804
5805         * src/gtk/gtkaspell.c
5806                 Unmark space if possible
5807
5808 2005-09-26 [colin]      1.9.14cvs53
5809
5810         * src/imap.c
5811                 log_error instead of alertpanel according to the pref
5812         * src/etpan/imap-thread.c
5813                 Print connect status, copy only necessary size to 
5814                 logger
5815         * src/plugins/pgpmime/pgpmime.c
5816                 Handle S/Mime signatures (verification only). Patch based
5817                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
5818
5819 2005-09-26 [paul]       1.9.14cvs52
5820
5821         * src/common/passcrypt.c
5822                 this 'workaround' not necessary on NetBSD.
5823                 Thanks to Daniel Gustafson
5824
5825 2005-09-26 [paul]
5826
5827         1.9.15-rc4 released
5828
5829 2005-09-26 [paul]       1.9.14cvs51
5830
5831         * src/summaryview.c
5832                 Skip currently selected message when
5833                 looking for next new or unread message
5834                 in current folder. Patch by Colin
5835         * src/common/passcrypt.c
5836                 eliminate warnings on *BSD. Patch by
5837                 Daniel Gustafson
5838
5839 2005-09-26 [colin]      1.9.14cvs50
5840
5841         * src/procmsg.c
5842                 Call postfiltering hook anyway
5843
5844 2005-09-22 [colin]      1.9.14cvs49
5845
5846         * src/codeconv.c
5847         * src/codeconv.h
5848                 Add a strict mode that doesn't replace with _
5849         * src/compose.c
5850         * src/compose.h
5851                 Use strict conversion while sending
5852                 Fix race when drafting while sending (happens
5853                 on IMAP)
5854                 Fix d'n'd of messages from summaryview
5855         * src/prefs_common.c
5856         * src/prefs_common.h
5857                 add hidden utf8_instead_of_locale_for_broken_mail 
5858                 pref for people that preferred the default charset 
5859                 to be utf8 for broken mails
5860         * src/quote_fmt_parse.y
5861                 fix bug #815 (No quote insert if "From:" fied 
5862                 contained Russian letters)
5863         * src/summaryview.c
5864                 Fix d'n'd of messages to compose
5865
5866 2005-09-22 [paul]       1.9.14cvs48
5867
5868         * src/compose.c
5869                 fix bug where attachments Name entry
5870                 would display Path instead
5871
5872 2005-09-21 [paul]       1.9.14cvs47
5873
5874         * README
5875         * README.jp
5876         * configure.ac
5877         * config/config.rpath
5878         * doc/manual/en/sylpheed-20.html
5879         * doc/manual/es/sylpheed-20.html
5880         * po/bg.po
5881         * po/ca.po
5882         * po/de.po
5883         * po/es.po
5884         * po/fr.po
5885         * po/it.po
5886         * po/pt_BR.po
5887         * po/sk.po
5888         * po/zh_TW.po
5889         * src/account.c
5890         * src/account.h
5891         * src/action.c
5892         * src/action.h
5893         * src/adbookbase.h
5894         * src/addr_compl.c
5895         * src/addr_compl.h
5896         * src/addrbook.c
5897         * src/addrbook.h
5898         * src/addrcache.c
5899         * src/addrcache.h
5900         * src/addrcindex.c
5901         * src/addrcindex.h
5902         * src/addrclip.c
5903         * src/addrclip.h
5904         * src/addrdefs.h
5905         * src/addressadd.c
5906         * src/addressadd.h
5907         * src/addressbook.c
5908         * src/addressbook.h
5909         * src/addressitem.h
5910         * src/addrgather.c
5911         * src/addrgather.h
5912         * src/addrharvest.c
5913         * src/addrharvest.h
5914         * src/addrindex.c
5915         * src/addrindex.h
5916         * src/addritem.c
5917         * src/addritem.h
5918         * src/addrquery.c
5919         * src/addrquery.h
5920         * src/addrselect.c
5921         * src/addrselect.h
5922         * src/alertpanel.c
5923         * src/alertpanel.h
5924         * src/browseldap.c
5925         * src/browseldap.h
5926         * src/codeconv.c
5927         * src/codeconv.h
5928         * src/compose.c
5929         * src/compose.h
5930         * src/crash.c
5931         * src/crash.h
5932         * src/customheader.c
5933         * src/customheader.h
5934         * src/displayheader.c
5935         * src/displayheader.h
5936         * src/editaddress.c
5937         * src/editaddress.h
5938         * src/editbook.c
5939         * src/editbook.h
5940         * src/editgroup.c
5941         * src/editgroup.h
5942         * src/editjpilot.c
5943         * src/editjpilot.h
5944         * src/editldap.c
5945         * src/editldap.h
5946         * src/editldap_basedn.c
5947         * src/editldap_basedn.h
5948         * src/editvcard.c
5949         * src/editvcard.h
5950         * src/enriched.c
5951         * src/enriched.h
5952         * src/exphtmldlg.c
5953         * src/exphtmldlg.h
5954         * src/expldifdlg.c
5955         * src/expldifdlg.h
5956         * src/export.c
5957         * src/export.h
5958         * src/exporthtml.c
5959         * src/exporthtml.h
5960         * src/exportldif.c
5961         * src/exportldif.h
5962         * src/filtering.c
5963         * src/filtering.h
5964         * src/folder.c
5965         * src/folder.h
5966         * src/folder_item_prefs.c
5967         * src/folder_item_prefs.h
5968         * src/foldersel.c
5969         * src/foldersel.h
5970         * src/folderutils.c
5971         * src/folderutils.h
5972         * src/folderview.c
5973         * src/folderview.h
5974         * src/grouplistdialog.c
5975         * src/grouplistdialog.h
5976         * src/headerview.c
5977         * src/headerview.h
5978         * src/html.c
5979         * src/html.h
5980         * src/image_viewer.c
5981         * src/image_viewer.h
5982         * src/imap.c
5983         * src/imap.h
5984         * src/imap_gtk.c
5985         * src/imap_gtk.h
5986         * src/import.c
5987         * src/import.h
5988         * src/importldif.c
5989         * src/importldif.h
5990         * src/importmutt.c
5991         * src/importmutt.h
5992         * src/importpine.c
5993         * src/importpine.h
5994         * src/inc.c
5995         * src/inc.h
5996         * src/jpilot.c
5997         * src/jpilot.h
5998         * src/ldapctrl.c
5999         * src/ldapctrl.h
6000         * src/ldaplocate.c
6001         * src/ldaplocate.h
6002         * src/ldapquery.c
6003         * src/ldapquery.h
6004         * src/ldapserver.c
6005         * src/ldapserver.h
6006         * src/ldaputil.c
6007         * src/ldaputil.h
6008         * src/ldif.c
6009         * src/ldif.h
6010         * src/localfolder.c
6011         * src/localfolder.h
6012         * src/main.c
6013         * src/main.h
6014         * src/mainwindow.c
6015         * src/mainwindow.h
6016         * src/manual.c
6017         * src/manual.h
6018         * src/matcher.c
6019         * src/matcher.h
6020         * src/matcher_parser.h
6021         * src/matcher_parser_lex.l
6022         * src/matcher_parser_parse.y
6023         * src/mbox.c
6024         * src/mbox.h
6025         * src/message_search.c
6026         * src/message_search.h
6027         * src/messageview.c
6028         * src/messageview.h
6029         * src/mh.c
6030         * src/mh.h
6031         * src/mh_gtk.c
6032         * src/mh_gtk.h
6033         * src/mimeview.c
6034         * src/mimeview.h
6035         * src/msgcache.c
6036         * src/msgcache.h
6037         * src/mutt.c
6038         * src/mutt.h
6039         * src/news.c
6040         * src/news.h
6041         * src/news_gtk.c
6042         * src/news_gtk.h
6043         * src/noticeview.c
6044         * src/noticeview.h
6045         * src/partial_download.c
6046         * src/partial_download.h
6047         * src/pine.c
6048         * src/pine.h
6049         * src/pop.c
6050         * src/pop.h
6051         * src/prefs_account.c
6052         * src/prefs_account.h
6053         * src/prefs_actions.c
6054         * src/prefs_actions.h
6055         * src/prefs_common.c
6056         * src/prefs_common.h
6057         * src/prefs_compose_writing.c
6058         * src/prefs_compose_writing.h
6059         * src/prefs_customheader.c
6060         * src/prefs_customheader.h
6061         * src/prefs_display_header.c
6062         * src/prefs_display_header.h
6063         * src/prefs_ext_prog.c
6064         * src/prefs_ext_prog.h
6065         * src/prefs_filtering.c
6066         * src/prefs_filtering.h
6067         * src/prefs_filtering_action.c
6068         * src/prefs_filtering_action.h
6069         * src/prefs_folder_column.c
6070         * src/prefs_folder_column.h
6071         * src/prefs_folder_item.c
6072         * src/prefs_folder_item.h
6073         * src/prefs_fonts.c
6074         * src/prefs_fonts.h
6075         * src/prefs_gtk.c
6076         * src/prefs_gtk.h
6077         * src/prefs_image_viewer.c
6078         * src/prefs_image_viewer.h
6079         * src/prefs_matcher.c
6080         * src/prefs_matcher.h
6081         * src/prefs_message.c
6082         * src/prefs_message.h
6083         * src/prefs_msg_colors.c
6084         * src/prefs_msg_colors.h
6085         * src/prefs_other.c
6086         * src/prefs_other.h
6087         * src/prefs_quote.c
6088         * src/prefs_quote.h
6089         * src/prefs_receive.c
6090         * src/prefs_receive.h
6091         * src/prefs_send.c
6092         * src/prefs_send.h
6093         * src/prefs_spelling.c
6094         * src/prefs_spelling.h
6095         * src/prefs_summaries.c
6096         * src/prefs_summaries.h
6097         * src/prefs_summary_column.c
6098         * src/prefs_summary_column.h
6099         * src/prefs_template.c
6100         * src/prefs_template.h
6101         * src/prefs_themes.c
6102         * src/prefs_themes.h
6103         * src/prefs_toolbar.c
6104         * src/prefs_toolbar.h
6105         * src/prefs_wrapping.c
6106         * src/prefs_wrapping.h
6107         * src/privacy.c
6108         * src/privacy.h
6109         * src/procheader.c
6110         * src/procheader.h
6111         * src/procmime.c
6112         * src/procmime.h
6113         * src/procmsg.c
6114         * src/procmsg.h
6115         * src/quote_fmt.c
6116         * src/quote_fmt_parse.y
6117         * src/recv.c
6118         * src/recv.h
6119         * src/remotefolder.c
6120         * src/remotefolder.h
6121         * src/send_message.c
6122         * src/send_message.h
6123         * src/setup.c
6124         * src/setup.h
6125         * src/simple-gettext.c
6126         * src/sourcewindow.c
6127         * src/sourcewindow.h
6128         * src/ssl_manager.c
6129         * src/ssl_manager.h
6130         * src/statusbar.c
6131         * src/statusbar.h
6132         * src/stock_pixmap.c
6133         * src/stock_pixmap.h
6134         * src/summary_search.c
6135         * src/summary_search.h
6136         * src/summaryview.c
6137         * src/summaryview.h
6138         * src/syldap.c
6139         * src/syldap.h
6140         * src/textview.c
6141         * src/textview.h
6142         * src/toolbar.c
6143         * src/toolbar.h
6144         * src/undo.c
6145         * src/undo.h
6146         * src/unmime.c
6147         * src/unmime.h
6148         * src/vcard.c
6149         * src/vcard.h
6150         * src/wizard.c
6151         * src/wizard.h
6152         * src/common/base64.c
6153         * src/common/base64.h
6154         * src/common/defs.h
6155         * src/common/hooks.c
6156         * src/common/hooks.h
6157         * src/common/log.c
6158         * src/common/log.h
6159         * src/common/md5.c
6160         * src/common/md5.h
6161         * src/common/mgutils.c
6162         * src/common/mgutils.h
6163         * src/common/nntp.c
6164         * src/common/nntp.h
6165         * src/common/passcrypt.c
6166         * src/common/passcrypt.h.in
6167         * src/common/plugin.c
6168         * src/common/plugin.h
6169         * src/common/prefs.c
6170         * src/common/prefs.h
6171         * src/common/progressindicator.c
6172         * src/common/progressindicator.h
6173         * src/common/quoted-printable.c
6174         * src/common/quoted-printable.h
6175         * src/common/session.c
6176         * src/common/session.h
6177         * src/common/smtp.c
6178         * src/common/smtp.h
6179         * src/common/socket.c
6180         * src/common/socket.h
6181         * src/common/ssl.c
6182         * src/common/ssl.h
6183         * src/common/ssl_certificate.c
6184         * src/common/ssl_certificate.h
6185         * src/common/string_match.c
6186         * src/common/string_match.h
6187         * src/common/stringtable.c
6188         * src/common/sylpheed.c
6189         * src/common/sylpheed.h
6190         * src/common/template.c
6191         * src/common/template.h
6192         * src/common/timing.h
6193         * src/common/utils.c
6194         * src/common/utils.h
6195         * src/common/uuencode.c
6196         * src/common/uuencode.h
6197         * src/common/version.h.in
6198         * src/common/xml.c
6199         * src/common/xml.h
6200         * src/common/xmlprops.c
6201         * src/common/xmlprops.h
6202         * src/gtk/about.c
6203         * src/gtk/about.h
6204         * src/gtk/colorlabel.c
6205         * src/gtk/colorlabel.h
6206         * src/gtk/colorsel.c
6207         * src/gtk/colorsel.h
6208         * src/gtk/description_window.c
6209         * src/gtk/description_window.h
6210         * src/gtk/filesel.c
6211         * src/gtk/filesel.h
6212         * src/gtk/foldersort.c
6213         * src/gtk/foldersort.h
6214         * src/gtk/gtkutils.c
6215         * src/gtk/gtkutils.h
6216         * src/gtk/inputdialog.c
6217         * src/gtk/inputdialog.h
6218         * src/gtk/logwindow.c
6219         * src/gtk/logwindow.h
6220         * src/gtk/manage_window.c
6221         * src/gtk/manage_window.h
6222         * src/gtk/menu.c
6223         * src/gtk/menu.h
6224         * src/gtk/pluginwindow.c
6225         * src/gtk/pluginwindow.h
6226         * src/gtk/prefswindow.c
6227         * src/gtk/prefswindow.h
6228         * src/gtk/progressdialog.c
6229         * src/gtk/progressdialog.h
6230         * src/gtk/quicksearch.c
6231         * src/gtk/quicksearch.h
6232         * src/gtk/sslcertwindow.c
6233         * src/gtk/sslcertwindow.h
6234         * src/plugins/clamav/clamav_plugin.c
6235         * src/plugins/clamav/clamav_plugin.h
6236         * src/plugins/clamav/clamav_plugin_gtk.c
6237         * src/plugins/demo/demo.c
6238         * src/plugins/dillo_viewer/dillo_prefs.c
6239         * src/plugins/dillo_viewer/dillo_prefs.h
6240         * src/plugins/dillo_viewer/dillo_viewer.c
6241         * src/plugins/mathml_viewer/mathml_viewer.c
6242         * src/plugins/pgpcore/passphrase.c
6243         * src/plugins/pgpcore/passphrase.h
6244         * src/plugins/pgpcore/plugin.c
6245         * src/plugins/pgpcore/prefs_gpg.c
6246         * src/plugins/pgpcore/prefs_gpg.h
6247         * src/plugins/pgpcore/select-keys.c
6248         * src/plugins/pgpcore/select-keys.h
6249         * src/plugins/pgpcore/sgpgme.c
6250         * src/plugins/pgpcore/sgpgme.h
6251         * src/plugins/pgpinline/pgpinline.c
6252         * src/plugins/pgpinline/pgpinline.h
6253         * src/plugins/pgpinline/plugin.c
6254         * src/plugins/pgpmime/pgpmime.c
6255         * src/plugins/pgpmime/pgpmime.h
6256         * src/plugins/pgpmime/plugin.c
6257         * src/plugins/spamassassin/spamassassin.c
6258         * src/plugins/spamassassin/spamassassin.h
6259         * src/plugins/spamassassin/spamassassin_gtk.c
6260         * src/plugins/trayicon/trayicon.c
6261         * tools/OOo2sylpheed.pl
6262         * tools/acroread2sylpheed.pl
6263         * tools/asus_mailled.sh
6264         * tools/filter_conv.pl
6265         * tools/freshmeat_search.pl
6266         * tools/google_search.pl
6267         * tools/kmail2sylpheed.pl
6268         * tools/kmail2sylpheed_v2.pl
6269         * tools/maildir2sylpheed.pl
6270         * tools/multiwebsearch.pl
6271         * tools/newscache_clean.pl
6272         * tools/outlook2sylpheed.pl
6273         * tools/sylpheed-switcher
6274         * tools/update-po
6275         * tools/vcard2xml.py
6276         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6277                 update FSF address
6278
6279 2005-09-21 [colin]      1.9.14cvs46
6280
6281         * src/gedit-print.c
6282         * src/procmsg.c
6283         * src/procmsg.h
6284         * src/textview.c
6285         * src/summaryview.c
6286                 Remove some printing hacks (deselection/reselection),
6287                 which by the way fix printing the currently 
6288                 displayed mime part (still only text)
6289                 Plus a little optimisation of summary_show
6290
6291
6292 2005-09-20 [colin]      1.9.14cvs45
6293
6294         * src/mainwindow.c
6295         * src/messageview.c
6296                 GUI fixups: add accels, set message
6297                 view title to displayed mail's subject
6298         * src/prefs_spelling.c
6299         * src/gtk/gtkaspell.c
6300                 GUI fixups: allow underlining misspelled
6301                 words instead of coloring them (a11y!)
6302
6303 2005-09-19 [colin]
6304
6305         1.9.15rc3 released
6306
6307 2005-09-19 [colin]      1.9.14cvs44
6308
6309         * src/compose.c
6310                 Fix draft message
6311         * src/gtk/gtkaspell.c
6312                 Fix wrong test ;-)
6313
6314 2005-09-19 [colin]      1.9.14cvs43
6315
6316         * src/addressbook.c
6317                 Fix sensitivity of Delete button
6318         * src/compose.c
6319                 Warn if the requested Privacy system
6320                 is not available
6321         * src/exphtmldlg.c
6322         * src/expldifdlg.c
6323         * src/importldif.c
6324         * src/importmutt.c
6325         * src/importpine.c
6326                 Fix crappy UI
6327         * src/
6328         * src/ssl.h
6329         * src/prefs_account.h
6330         * src/prefs_account.c
6331                 Save SSL prefs even in builds that have
6332                 SSL support disable
6333         * src/imap.c
6334         * src/inc.c
6335         * src/news.c
6336         * src/send_message.c
6337                 Warn if connection should be secure, but
6338                 SSL support isn't compiled in
6339         * src/gtkaspell.c
6340                 Fix word separation on UTF-8 systems
6341                 Fixes bug #812 (Strange inline spellchecking)
6342         * src/compose.c
6343                 Warn if the requested Privacy system
6344                 is not available
6345                 Factorize offline warning
6346         * src/imap.c
6347         * src/imap_gtk.c
6348         * src/imap_gtk.h
6349         * src/inc.h
6350         * src/news_gtk.c
6351         * src/news_gtk.h
6352         * src/messageview.c
6353                 Factorize offline warning
6354
6355 2005-09-19 [paul]
6356
6357         1.9.15-rc2 released
6358
6359 2005-09-18 [colin]      1.9.14cvs42
6360
6361         * src/codeconv.c
6362         * src/codeconv.h
6363         * src/procmime.c
6364                 Add a way to get locale's charset ignoring utf-8,
6365                 and use that as default encoding for broken mails
6366
6367 2005-09-18 [colin]      1.9.14cvs41
6368
6369         * src/gtk/logwindow.c
6370                 Translate string. Patch by Fabien Vantard
6371
6372 2005-09-18 [colin]      1.9.14cvs40
6373
6374         * configure.ac
6375                 Fix bug #803 (IMAP/SSL support breaks with 
6376                 GnuTLS libetpan 0.38)
6377
6378 2005-09-18 [colin]      1.9.14cvs39
6379
6380         * src/codeconv.c
6381         * src/compose.c
6382         * src/procmime.c
6383                 More charsets fixes. Fixes bug #806 (non
6384                 ascii characters in subject line)
6385
6386 2005-09-17 [paul]       1.9.14cvs38
6387
6388         * src/folderview.c
6389         * src/mainwindow.c
6390                 fix gcc-2.95 issues
6391                 Patch by Pawel Pekala
6392
6393 2005-09-17 [colin]      1.9.14cvs37
6394
6395         * src/addrindex.c
6396                 bugfix for NO-USE LDAP compilation, patch 
6397                 by Fabien Vantard
6398
6399 2005-09-17 [colin]      1.9.14cvs36
6400
6401         * src/prefs_actions.c
6402         * src/prefs_customheader.c
6403         * src/prefs_display_header.c
6404         * src/prefs_filtering_action.c
6405         * src/prefs_matcher.c
6406         * src/prefs_toolbar.c
6407                 Fix strange casts (less elegant but
6408                 works better)
6409
6410 2005-09-16 [colin]      1.9.14cvs35
6411
6412         * src/jpilot.c
6413                 Missed that one
6414
6415 2005-09-16 [colin]      1.9.14cvs34
6416
6417         * configure.ac
6418         * src/Makefile.am
6419         * src/addr_compl.c
6420         * src/addrindex.c
6421         * src/browseldap.c
6422         * src/editldap.c
6423         * src/ldaplocate.c
6424         * src/ldapquery.c
6425         * src/ldapquery.h
6426         * src/ldapserver.c
6427         * src/ldapserver.h
6428         * src/main.c
6429         * src/matcher_parser_parse.y
6430         * src/prefs_themes.c
6431         * src/etpan/Makefile.am
6432         * src/gtk/description_window.c
6433         * src/plugins/clamav/Makefile.am
6434         * src/plugins/clamav/clamav_plugin.c
6435         * src/plugins/dillo_viewer/Makefile.am
6436         * src/plugins/pgpcore/Makefile.am
6437         * src/plugins/pgpinline/Makefile.am
6438         * src/plugins/pgpmime/Makefile.am
6439         * src/plugins/trayicon/Makefile.am
6440                 Fix 100% cpu usage in address completion list
6441                 Fix little bugs (return with no values etc)
6442                 Fix all warnings (with common CFLAGS)
6443
6444 2005-09-15 [colin]      1.9.14cvs33
6445
6446         * src/addressbook.c
6447                 Fix bug where sometimes a group's email list is empty,
6448                 force its refresh (probably fixes "Re: how to create a 
6449                 distribution list")
6450         * src/ldapquery.c
6451                 Don't return to the callback in the main thread from the
6452                 fetch thread (or face segs!)
6453
6454 2005-09-15 [paul]       1.9.14cvs32
6455
6456         * src/prefs_matcher.c
6457                 forgotten in last commit
6458
6459 2005-09-15 [paul]       1.9.14cvs31
6460
6461         * src/prefs_actions.c
6462         * src/prefs_filtering_action.c
6463         * src/prefs_quote.c
6464         * src/quote_fmt.c
6465         * src/summaryview.c
6466         * src/gtk/description_window.c
6467         * src/gtk/description_window.h
6468         * src/gtk/quicksearch.c
6469                 allow interaction with the called
6470                 description window
6471                 Patch by Anders Hammar
6472
6473 2005-09-14 [paul]       1.9.14cvs30
6474
6475         * src/compose.c
6476                 fix a little annoyance when pasting with 3rd button 
6477                 with wrap_pastes=0 and wrap_input=1
6478                 Patch by Colin
6479
6480 2005-09-14 [paul]       1.9.14cvs29
6481
6482         * src/prefs_account.c
6483                 disable 'Filter messages on receiving' for
6484                 SMTP-only accounts
6485                 Patch  by Anders Hammar
6486
6487 2005-09-14 [paul]       1.9.14cvs28
6488
6489         * po/sk.po
6490                 fix crash
6491                 updated by Andrej Kacian
6492
6493 2005-09-14 [paul]
6494
6495         1.9.15-rc1 released
6496
6497 2005-09-14 [paul]       1.9.14cvs27
6498
6499         * po/es.po
6500                 updated by Ricardo Mones Lastra
6501         * src/compose.c
6502         * src/compose.h
6503                 associate no_wrap_tags to Compose windows
6504                 instead of using a static one
6505                 Patch by Colin
6506         * src/mbox.c
6507                 fix proc_mbox()
6508                 Patch by wwp
6509         * src/textview.c
6510                 remove unneeded printf()
6511
6512 2005-09-14 [paul]       1.9.14cvs26
6513
6514         * src/addrcache.c
6515         * src/codeconv.h
6516         * src/folder.h
6517         * src/mainwindow.h
6518         * src/mh.c
6519         * src/mimeview.h
6520         * src/partial_download.c
6521         * src/pop.c
6522         * src/prefs_account.c
6523         * src/prefs_account.h
6524         * src/prefs_actions.c
6525         * src/prefs_customheader.c
6526         * src/prefs_display_header.c
6527         * src/prefs_filtering_action.c
6528         * src/prefs_matcher.c
6529         * src/prefs_toolbar.c
6530         * src/privacy.h
6531         * src/procmime.c
6532         * src/procmime.h
6533         * src/procmsg.h
6534         * src/textview.c
6535         * src/undo.h
6536         * src/common/plugin.c
6537         * src/common/session.h
6538         * src/common/socket.c
6539         * src/common/socket.h
6540         * src/common/template.c
6541         * src/gtk/gtkaspell.c
6542         * src/gtk/quicksearch.h
6543         * src/plugins/pgpcore/passphrase.c
6544         * src/plugins/pgpcore/prefs_gpg.h
6545         * src/plugins/pgpcore/select-keys.c
6546         * src/plugins/pgpcore/select-keys.h
6547         * src/plugins/pgpcore/sgpgme.c
6548         * src/plugins/pgpinline/pgpinline.c
6549         * src/plugins/pgpmime/pgpmime.c
6550         * src/plugins/trayicon/trayicon.c
6551                 fix compilation warnings
6552                 Patch by Daniel Gustafson
6553
6554 2005-09-14 [paul]       1.9.14cvs25
6555
6556         * src/addressbook.c
6557                 add missing column header, and other small
6558                 bug fixes
6559                 Patch by Anders Hammar
6560
6561 2005-09-13 [colin]      1.9.14cvs24
6562
6563         * src/gtk/gtkaspell.c
6564                 Fix non-utf8 in menu
6565                 Fix little leaks
6566                 Nullify struct members after free()s
6567
6568 2005-09-13 [colin]      1.9.14cvs23
6569
6570         * src/compose.c
6571                 Test utf8 compliance before inserting to 
6572                 buffer, and try to convert if necessary
6573         * src/procmime.c
6574                 If no charset is present, use the locale 
6575                 one instead of us-ascii
6576         * src/procmsg.c
6577                 Add Sender, List-Post and To in the checked 
6578                 headers for automatic rules creation 
6579                 (thanks to wwp)
6580         * src/prefs_themes.c
6581         * src/gtk/gtkaspell.c
6582                 Remove deprecated functions. 
6583                 patch by Daniel Gustafson
6584
6585 2005-09-12 [colin]      1.9.14cvs22
6586
6587         * src/compose.c
6588                 Fix bug #448 (Scrolling/Redraw issue with 
6589                 address-fields in Header)
6590         * src/mainwindow.c
6591         * src/summaryview.c
6592         * src/summaryview.h
6593                 Fix loss of MSG_MARKED on move/copy
6594                 Fix bug #804 (Quicksearch togglebutton doesn't 
6595                 get depressed after '/' key is pressed)
6596
6597 2005-09-12 [paul]       1.9.14cvs21
6598
6599         * AUTHORS
6600         * src/gtk/logwindow.c
6601                 add 'Clear Log' to popup menu
6602                 Patch by Anders Hammar <anders.hammar@telia.com>
6603
6604 2005-09-12 [paul]       1.9.14cvs20
6605
6606         * src/compose.c
6607                 set correct sensitivity on attachments
6608                 popup menu
6609         * src/folder.c
6610                 fix typo
6611         * src/prefs_spelling.c
6612                 fix crash when no LANG env is set
6613         * src/common/xml.c
6614                 fix crash in wizard
6615                 don't use memeory after free
6616
6617         All patches by Daniel Gustafson
6618
6619 2005-09-12 [paul]       1.9.14cvs19
6620
6621         * src/prefs_themes.c
6622                 make theme info selectable
6623         * src/gtk/description_window.c
6624                 make window non-modal
6625         * tools/README
6626                 add details of asus_mailed.sh
6627         * tools/claws.i18n.status.pl
6628                 update for new zh_TW translator
6629                 widen the output
6630                 create alternate coloured lines
6631                 improve readability
6632
6633 2005-09-10 [colin]      1.9.14cvs18
6634
6635         * src/plugins/pgpcore/select-keys.c
6636                 Better order for the buttons
6637
6638 2005-09-10 [colin]      1.9.14cvs17
6639
6640         * src/compose.c
6641         * src/plugins/pgpcore/select-keys.c
6642         * src/plugins/pgpcore/select-keys.h
6643         * src/plugins/pgpcore/sgpgme.c
6644                 Add a "Don't encrypt" button to the key
6645                 selection dialog. Fixes bug #177 (There should be a 
6646                 'Don't encrypt button in the Select Keys dialog)
6647
6648 2005-09-10 [colin]      1.9.14cvs16
6649
6650         * src/compose.c
6651                 Fix bug #572 (%X option does not work with templates)
6652
6653 2005-09-10 [colin]      1.9.14cvs15
6654
6655         * src/toolbar.c 
6656                 Remove g_print
6657
6658 2005-09-10 [colin]      1.9.14cvs14
6659
6660         * src/imap.c
6661                 Fix a possible crash
6662
6663 2005-09-09 [colin]      1.9.14cvs13
6664
6665         * src/imap.c
6666         * src/etpan/imap-thread.c
6667         * src/etpan/imap-thread.h
6668                 Fix moving from queue or drafts to normal folders
6669                 Fix bug #794 (No way to delete without expunging)
6670                 Take flags unset by other mailers into account
6671                 Take deleted flag set by other mailers into account
6672                 Fix unsetting REPLIED flag
6673                 Fix crash when capabilities can't be retrieved
6674         * src/mainwindow.c
6675         * src/mainwindow.h
6676                 Add M_DELAYED_FLAGS condition, and let the user use
6677                 Execute in order to be able to expunge deleted mails,
6678                 even if he's not in delayed execute mode
6679         * src/prefs_spelling.c
6680                 Use 'en' dictionary by default if LANG is POSIX or C
6681         * src/gtk/prefswindow.c
6682                 Fix bug #767 (Preferences windows expanding) by making
6683                 the window a bit larger when the resolution is greater
6684                 than 640x480, and by putting the prefs in a
6685                 GtkScrolledWindow.
6686
6687 2005-09-09 [paul]       1.9.14cvs12
6688
6689         * AUTHORS
6690         * configure.ac
6691         * po/zh_TW.Big5.po      ** REMOVED **
6692         * po/zh_TW.po           ** ADDED **
6693                 updated by Wei-Lun Chao
6694
6695 2005-09-09 [paul]       1.9.14cvs11
6696
6697         * src/mainwindow.c
6698                 fix asserts
6699         * src/common/xml.c
6700                 delay memory allocation until file is
6701                 opened successfully
6702                 Patch by Daniel Gustafson
6703
6704 2005-09-09 [colin]      1.9.14cvs10
6705
6706         * src/imap.c
6707                 Add guards
6708
6709 2005-09-08 [colin]      1.9.14cvs9
6710
6711         * src/compose.c
6712                 Alert when we can't save draft
6713                 Fix various wrap/color issues
6714                 Add mid-click pasting respecting wrap_paste option
6715         * src/folder.c
6716         * src/folder.h
6717         * src/folder_item_prefs.c
6718         * src/folder_item_prefs.h
6719         * src/imap.c
6720         * src/imap_gtk.c
6721         * src/imap_gtk.h
6722         * src/main.c
6723         * src/mainwindow.c
6724         * src/mainwindow.h
6725         * src/news.c
6726         * src/news_gtk.c
6727         * src/news_gtk.h
6728         * src/prefs_folder_item.c
6729                 Fix the impossibility to synchronise folders for
6730                 offline use (IMAP and NNTP are concerned)
6731
6732 2005-09-08 [colin]      1.9.14cvs8
6733
6734         * configure.ac
6735                 Build LDAP and JPilot by default if available
6736         * src/textview.c
6737                 Fix use after free
6738
6739 2005-09-08 [paul]       1.9.14cvs7
6740
6741         * doc/manual/en/sylpheed-1.html
6742         * doc/manual/en/sylpheed-18.html
6743         * doc/manual/en/sylpheed-19.html
6744         * doc/manual/en/sylpheed-4.html
6745         * doc/manual/en/sylpheed-6.html
6746         * doc/manual/en/sylpheed.html
6747                 a few minor updates, plus include some
6748                 details about plugins and their requirements
6749         * src/mainwindow.c
6750                 minor changes to English in /View/Sort
6751
6752 2005-09-07 [colin]      1.9.14cvs6
6753
6754         * doc/manual/en/sylpheed-1.html
6755         * doc/manual/en/sylpheed-10.html
6756         * doc/manual/en/sylpheed-11.html
6757         * doc/manual/en/sylpheed-12.html
6758         * doc/manual/en/sylpheed-13.html
6759         * doc/manual/en/sylpheed-14.html
6760         * doc/manual/en/sylpheed-15.html
6761         * doc/manual/en/sylpheed-16.html
6762         * doc/manual/en/sylpheed-17.html
6763         * doc/manual/en/sylpheed-18.html
6764         * doc/manual/en/sylpheed-19.html
6765         * doc/manual/en/sylpheed-2.html
6766         * doc/manual/en/sylpheed-20.html
6767         * doc/manual/en/sylpheed-21.html
6768         * doc/manual/en/sylpheed-22.html
6769         * doc/manual/en/sylpheed-3.html
6770         * doc/manual/en/sylpheed-4.html
6771         * doc/manual/en/sylpheed-5.html
6772         * doc/manual/en/sylpheed-6.html
6773         * doc/manual/en/sylpheed-7.html
6774         * doc/manual/en/sylpheed-8.html
6775         * doc/manual/en/sylpheed-9.html
6776         * doc/manual/en/sylpheed.html
6777                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
6778
6779 2005-09-07 [colin]      1.9.14cvs5
6780
6781         * src/mainwindow.c
6782                 Make labels more to-the-point
6783
6784 2005-09-07 [colin]      1.9.14cvs4
6785
6786         * doc/manual/en/sylpheed-1.html
6787         * doc/manual/en/sylpheed-12.html
6788         * doc/manual/en/sylpheed-13.html
6789         * doc/manual/en/sylpheed-14.html
6790         * doc/manual/en/sylpheed-15.html
6791         * doc/manual/en/sylpheed-16.html
6792         * doc/manual/en/sylpheed-17.html
6793         * doc/manual/en/sylpheed-18.html
6794         * doc/manual/en/sylpheed-19.html
6795         * doc/manual/en/sylpheed-2.html
6796         * doc/manual/en/sylpheed-20.html
6797         * doc/manual/en/sylpheed-21.html
6798         * doc/manual/en/sylpheed-22.html
6799         * doc/manual/en/sylpheed-4.html
6800         * doc/manual/en/sylpheed-5.html
6801         * doc/manual/en/sylpheed-6.html
6802         * doc/manual/en/sylpheed-7.html
6803         * doc/manual/en/sylpheed-8.html
6804         * doc/manual/en/sylpheed-9.html
6805         * doc/manual/en/sylpheed.html
6806                 Update manual
6807
6808 2005-09-07 [colin]      1.9.14cvs3
6809
6810         * doc/faq/en/sylpheed-faq-1.html
6811         * doc/faq/en/sylpheed-faq-2.html
6812         * doc/faq/en/sylpheed-faq-3.html
6813         * doc/faq/en/sylpheed-faq.html
6814                 Update FAQ
6815
6816 2005-09-07 [colin]      1.9.14cvs2
6817
6818         * src/folderview.c
6819         * src/procmsg.c
6820         * src/summaryview.c
6821         * src/toolbar.c
6822                 Fix special subfolders:
6823                 - Inherit parent's icon
6824                 - sent contents of queues subfolders
6825                 - empty subfolders of trashes
6826         * src/mainwindow.c
6827                 Remove outdated manual and faq entries
6828         * src/common/utils.c
6829                 Add quotes around %s coming from mailcap
6830
6831 2005-09-07 [colin]      1.9.14cvs1
6832
6833         * src/compose.c
6834                 After saving draft, set modified to FALSE
6835         * src/mimeview.c
6836         * src/common/utils.c
6837         * src/common/utils.h
6838                 Try to open mime parts using what is 
6839                 indicated in ~/.mailcap or /etc/mailcap,
6840                 if possible.
6841
6842 2005-09-05 [paul]       1.9.14
6843
6844         1.9.14 released
6845
6846         * po/sk.po
6847                 updated by Andrej Kacian
6848
6849 2005-09-05 [paul]       1.9.13cvs83
6850
6851         * po/de.po
6852         * po/es.po
6853         * po/fi.po
6854         * po/fr.po
6855         * po/nb.po
6856         * po/pt_BR.po
6857         * po/sr.po
6858                 updated translations by Thomas Gilgin, Ricardo Mones
6859                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
6860                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
6861
6862 2005-09-04 [paul]       1.9.13cvs82
6863
6864         * src/compose.c
6865                 only warn about exceeded line length limit
6866                 on send
6867
6868 2005-09-04 [paul]       1.9.13cvs81
6869
6870         * src/compose.c
6871                 fix crash in 'line length exceeded' dialogue
6872
6873 2005-09-02 [paul]       1.9.13cvs80
6874
6875         * src/imap.c
6876                 fix bug 795, 'Connection lost IMAP'
6877                 and add statusbar prints
6878                 Patch by Colin
6879
6880 2005-09-02 [paul]       1.9.13cvs79
6881
6882         * src/compose.c
6883                 compose_wrap_paragraph() becomes
6884                 compose_beautify_paragraph()
6885                 Patch by Colin
6886
6887 2005-09-02 [colin]      1.9.13cvs78
6888
6889         * src/folderview.c
6890                 Micro-fix
6891
6892 2005-09-01 [colin]      1.9.13cvs77
6893
6894         * src/imap.c
6895                 Maybe fix bug #795 (Connection lost IMAP)
6896                 Don't try to send logout when we're disconnected.
6897         * src/summaryview.c
6898                 Include locked and marked emails in HRM
6899                 view. Fixes bug #800 (Locked messages no longer 
6900                 show up when hide read messages is used)
6901
6902 2005-09-01 [paul]       1.9.13cvs76
6903
6904         * src/prefs_common.c
6905                 fix bad cutting
6906
6907 2005-08-31 [colin]      1.9.13cvs75
6908
6909         * src/folderview.c
6910         * src/folderview.h
6911         * src/prefs_summaries.c
6912         * src/summaryview.c
6913                 Fix "go to next new", fix preference
6914                 (Open unread/next swapped)
6915
6916 2005-08-31 [paul]       1.9.13cvs74
6917
6918         * src/compose.c
6919         * src/folderview.c
6920         * src/headerview.c
6921         * src/headerview.h
6922         * src/mainwindow.c
6923         * src/prefs_common.c
6924         * src/prefs_common.h
6925         * src/prefs_fonts.c
6926         * src/summaryview.c
6927         * src/textview.c
6928         * src/common/defs.h
6929                 remove obsolete BOLD_FONT setting
6930                 fix font update in headerview and textview
6931                 headers after prefs change
6932                 Patch By Colin
6933
6934 2005-08-31 [paul]
6935
6936         1.9.14-rc4 released
6937
6938 2005-08-30 [colin]      1.9.13cvs73
6939
6940         * src/summaryview.c
6941                 When Hide read messages is selected and we
6942                 refresh the summaryview, don't remove the 
6943                 currently displayed message. Fixes bug #797
6944                 (Summary view reloads when new mail is 
6945                 downloaded in 1.9.14 rc)
6946
6947 2005-08-30 [colin]      1.9.13cvs72
6948
6949         * src/folderview.c
6950                 Fix flickering
6951         * src/mainwindow.c
6952                 Remove useless callback
6953         * src/mimeview.c
6954         * src/gtk/filesel.c
6955         * src/gtk/filesel.h
6956                 Add a filesel_select_file_save_folder() - used by Save All
6957
6958 2005-08-29 [paul]       1.9.13cvs71
6959
6960         * AUTHORS
6961         * src/matcher_parser_parse.y
6962         * src/etpan/imap-thread.c
6963                 fix building on FreeBSD
6964                 Patch by Daniel Gustafson <daniel@hobbit.se>
6965
6966 2005-08-29 [paul]       1.9.13cvs70
6967
6968         * src/plugins/pgpinline/pgpinline.c
6969                 only initialise sig result if it's been handled
6970                 Patch by Colin
6971
6972 2005-08-29 [paul]       1.9.13cvs69
6973         
6974         Patches by Colin:
6975
6976         * src/imap.c
6977         * src/common.utils.c
6978         * src/common/utils.h
6979                 optimisation
6980         * src/stock_pixmap.h
6981                 fix wrong icon reference
6982         * src/pixmaps/trash_btn.xpm
6983                 replace with nicer image
6984
6985 2005-08-28 [colin]      1.9.13cvs68
6986
6987         * src/Makefile.am
6988         * src/stock_pixmap.c
6989         * src/stock_pixmap.h
6990         * src/toolbar.c
6991         * src/pixmaps/trash_btn.xpm
6992                 Add a specific trash xpm for the button
6993
6994 2005-08-28 [colin]      1.9.13cvs67
6995
6996         * src/imap.c
6997                 Fix leak
6998
6999 2005-08-27 [colin]      1.9.13cvs66
7000
7001         * src/imap.c
7002         * src/procmime.c
7003                 Correctly fix "Problem with replies", fixes
7004                 pgpmime encryption too. 
7005
7006 2005-08-27 [colin]      1.9.13cvs65
7007
7008         * src/folder.c
7009         * src/procmsg.c
7010         * src/procmsg.h
7011         * src/summaryview.c
7012                 Fix bug #517 (messages removed from summaryview 
7013                 when moving fails)
7014
7015 2005-08-27 [colin]      1.9.13cvs64
7016
7017         * tools/Makefile.am
7018         * tools/asus_mailled.sh
7019                 Add a script to blink ASUS laptops' mail LED where there
7020                 is unread mail.
7021
7022 2005-08-27 [colin]      1.9.13cvs63
7023
7024         * src/imap.c
7025         * src/etpan/imap-thread.c
7026         * src/etpan/imap-thread.h
7027                 Implement automatic choosing of login method
7028                 Fixes bug #791
7029         * src/gtk/.cvsignore
7030                 Add sylpheed-marshal.[ch]
7031
7032 2005-08-27 [colin]      1.9.13cvs62
7033
7034         * src/common/utils.c
7035                 Fix confusing perror
7036
7037 2005-08-27 [colin]      1.9.13cvs61
7038
7039         * src/toolbar.c
7040         * src/toolbar.h
7041                 Remove A_DELETE, replace it with 
7042                 A_TRASH and A_DELETE_REAL. Automatically
7043                 rewrite config files to replace A_DELETE
7044                 with A_TRASH (no functionality change).
7045                 Fixes half of #794
7046
7047 2005-08-26 [colin]      1.9.13cvs60
7048
7049         * src/procmime.c
7050                 Previous "Problem with replies" fix brought other
7051                 problems, fixing them
7052
7053 2005-08-26 [colin]      1.9.13cvs59
7054
7055         * src/procmime.c
7056                 Fix "Problem with replies". This happened only
7057                 on IMAP...
7058         * src/procmsg.c
7059                 Factorize code a bit
7060         * src/compose.c
7061                 Speed improvement on very long messages (wrapping)
7062                 Fix signature color on Reedit and Redirect
7063                 On Reedit, don't attach pgp-signatures parts, but
7064                 set signing to On.
7065
7066 2005-08-24 [paul]       1.9.13cvs58
7067
7068         * src/compose.c
7069                 don't claim success when clicking
7070                 Cancel on the passphrase box.
7071                 Patch by Colin
7072
7073 2005-08-24 [paul]       1.9.13cvs57
7074
7075         * src/main.c
7076                 fix misplaced sylpheed.log
7077         * src/common/defs.h
7078                 define UIDL_DIR
7079
7080 2005-08-24 [paul]       1.9.13cvs56
7081
7082         * src/imap.c
7083         * src/etpan/imap-thread.c
7084         * src/etpan/imap-thread.h
7085                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
7086                 Patch by Colin
7087         * src/gtk/sylpheed-marshal.c    ** REMOVED **
7088         * src/gtk/sylpheed-marshal.h    ** REMOVED **
7089                 remove autogenerated files
7090         * tools/kdeservicemenu/README
7091         * tools/kdeservicemenu/install.sh
7092         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7093         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7094                 use Claws icon, use 'Sylpheed-Claws' in menu,
7095                 use kdialog, and other cleanups
7096
7097 2005-08-23 [paul]       1.9.13cvs55
7098
7099         * src/compose.c
7100                 fix paste/wrap crash
7101                 Patch by Colin
7102
7103 2005-08-23 [paul]       1.9.13cvs54
7104
7105         * src/main.c
7106                 fix crash recovery
7107                 Patch by Colin
7108
7109 2005-08-23 [paul]       1.9.13cvs53
7110
7111         * src/addressbook.c
7112         * src/editaddress.c
7113                 view all data of LDAP contacts
7114                 Patch by Colin
7115
7116 2005-08-23 [paul]       1.9.13cvs52
7117
7118         * src/addressbook.c
7119                 fix issues with the Search field
7120                 Patch by Colin
7121
7122 2005-08-22 [paul]       1.9.13cvs51
7123
7124         * src/folderview.c
7125                 put name of folder in processing dialog
7126                 title
7127         * src/prefs_folder_item.c
7128                 improve english usage
7129
7130 2005-08-22 [paul]       1.9.13cvs50
7131
7132         * src/filtering.c
7133         * src/filtering.h
7134         * src/matcher.c
7135         * src/matcher_parser_lex.l
7136         * src/matcher_parser_parse.y
7137         * src/prefs_filtering.c
7138                 add Filtering/Processing rule names feature.
7139                 (the incompatible old matcherrc is saved as
7140                 matcherrc.pre_names).
7141                 Patch by Colin
7142
7143 2005-08-22 [paul]       1.9.13cvs49
7144
7145         * src/procmsg.c
7146                 fix colour labelling
7147                 Patch by Colin
7148
7149 2005-08-22 [paul]       1.9.13cvs48
7150
7151         * src/textview.c
7152                 fix open_image_cb()
7153
7154 2005-08-22 [paul]       1.9.13cvs47
7155
7156         * src/imap.c
7157                 fix bug 789, 'SC crashes with imap (CVS ver)'
7158                 Patch by Colin
7159
7160 2005-08-22 [paul]       1.9.13cvs46
7161
7162         * src/mimeview.c
7163         * src/prefs_common.c
7164         * src/common/defs.h
7165                 define reused defaults in defs.h
7166         * src/textview.c
7167                 add 'Open image' to image popup menu
7168
7169 2005-08-21 [colin]      1.9.13cvs45
7170
7171         * src/summaryview.c
7172                 Fix bug #788 (Bogus "From" address displayed)
7173
7174 2005-08-20 [colin]      1.9.13cvs44
7175
7176         * src/folder.c
7177                 Fix buf #787 (multilevel delete causes SIGSEGV)
7178
7179 2005-08-19 [colin]      1.9.13cvs43
7180
7181         * src/inc.c
7182         * src/prefs_common.c
7183         * src/prefs_common.h
7184                 Add an hidden pref to allow modifying the
7185                 update stepping in incorporation.
7186                 Patch by wwp.
7187
7188 2005-08-19 [colin]      1.9.13cvs42
7189
7190         * src/compose.c
7191         * src/procmime.c
7192                 Workaround for broken MUAs: encode 
7193                 Content-type: name: as ASCII and 
7194                 Content-Disposition: filename: as
7195                 per rfc2231
7196         * src/prefs_account.c
7197                 Fix invisible-ness of SMTP SSL prefs
7198                 in NNTP accounts
7199
7200 2005-08-19 [paul]       1.9.13cvs41
7201
7202         * src/compose.c
7203         * src/prefs_common.c
7204         * src/prefs_common.h
7205         * src/prefs_wrapping.c
7206                 paste with or without wrapping.
7207                 patch by Colin
7208
7209 2005-08-19 [paul]       1.9.13cvs40
7210
7211         * src/prefs_common.c
7212         * src/prefs_common.h
7213         * src/summaryview.c
7214                 reintroduce enable_swap_from as a
7215                 hidden pref. patch by Colin
7216         * src/quote_fmt_parse.y
7217         * src/plugins/clamav/clamav_plugin.c
7218         * src/plugins/dillo_viewer/dillo_viewer.c
7219         * src/plugins/mathml_viewer/mathml_viewer.c
7220         * src/plugins/pgpcore/sgpgme.c
7221         * src/plugins/pgpinline/pgpinline.c
7222         * src/plugins/pgpmime/pgpmime.c
7223                 tidy up. patch by Colin
7224
7225 2005-08-19 [paul]       1.9.13cvs39
7226
7227         * configure.ac
7228                 complete cvs38's sync
7229         * src/editaddress.c
7230         * src/gedit-print.c
7231         * src/mutt.c
7232         * src/etpan/etpan-log.c
7233         * src/etpan/imap-thread.c
7234         * src/gtk/gtksourceprintjob.c
7235                 fix compilation warnings
7236                 (patch by Colin)
7237
7238 2005-08-19 [paul]       1.9.13cvs38
7239
7240         sync with main:
7241
7242         * src/account.c
7243         * src/action.c
7244         * src/addrbook.c
7245         * src/addrcache.c
7246         * src/addrharvest.c
7247         * src/addrindex.c
7248         * src/codeconv.c
7249         * src/compose.c
7250         * src/crash.c
7251         * src/exporthtml.c
7252         * src/exportldif.c
7253         * src/folder.c
7254         * src/image_viewer.c
7255         * src/inc.c
7256         * src/inc.h
7257         * src/jpilot.c
7258         * src/ldif.c
7259         * src/main.c
7260         * src/matcher.c
7261         * src/mbox.c
7262         * src/messageview.c
7263         * src/mh.c
7264         * src/mimeview.c
7265         * src/msgcache.c
7266         * src/mutt.c
7267         * src/news.c
7268         * src/partial_download.c
7269         * src/pine.c
7270         * src/pop.c
7271         * src/prefs_actions.c
7272         * src/prefs_common.c
7273         * src/prefs_customheader.c
7274         * src/prefs_display_header.c
7275         * src/prefs_gtk.c
7276         * src/prefs_themes.c
7277         * src/procheader.c
7278         * src/procmime.c
7279         * src/procmsg.c
7280         * src/recv.c
7281         * src/send_message.c
7282         * src/simple-gettext.c
7283         * src/sourcewindow.c
7284         * src/textview.c
7285         * src/vcard.c
7286         * src/common/defs.h
7287         * src/common/log.c
7288         * src/common/plugin.c
7289         * src/common/prefs.c
7290         * src/common/session.c
7291         * src/common/session.h
7292         * src/common/socket.c
7293         * src/common/socket.h
7294         * src/common/ssl_certificate.c
7295         * src/common/template.c
7296         * src/common/utils.c
7297         * src/common/utils.h
7298         * src/common/xml.c
7299         * src/gtk/about.c
7300         added wrappers for C library function that
7301                 take pathname arguments.
7302                 enabled compilation with MinGW.
7303                 use GDir instead of directly using opendir().
7304                 added rename_force().
7305
7306 2005-08-19 [paul]       1.9.13cvs37
7307         
7308         patches by Colin:
7309         * src/compose.c
7310                 fix privacy settings on re-editing
7311                 a sent message
7312         * src/jpilot.c
7313                 fix encoding bug
7314         * src/folder.c
7315         * src/procmsg.c
7316         * src/procmsg.h
7317         * src/summaryview.c
7318                 flag changing optimisation
7319
7320 2005-08-18 [martin]     1.9.13cvs36
7321
7322         * commitHelper
7323             added my login
7324         * src/addrcache.c
7325         * src/addrharvest.c
7326         * src/addrindex.c
7327         * src/compose.c
7328         * src/grouplistdialog.c
7329         * src/main.c
7330         * src/mainwindow.c
7331         * src/msgcache.c
7332         * src/mutt.c
7333         * src/pine.c
7334         * src/prefs_account.c
7335         * src/prefs_themes.c
7336         * src/stock_pixmap.c
7337         * src/summaryview.c
7338         * src/gtk/about.c
7339         * src/gtk/logwindow.c
7340             removed deprecated glib and gdk stuff
7341         * src/plugins/pgpcore/select-keys.c
7342             convert attributes from locale to utf8
7343
7344 2005-08-17 [paul]       1.9.13cvs35
7345
7346         * src/account.c
7347         * src/addressbook.c
7348                 use new GTK_STOCK_ icons if available
7349         * src/summaryview.c
7350         * src/gtk/gtksctree.c
7351         * src/gtk/gtksctree.h
7352                 faster range select. patch by Colin
7353
7354 2005-08-17 [paul]       1.9.13cvs34
7355
7356         patches by colin:
7357         * src/addressbook.c
7358         * src/addressitem.h
7359                 Add an edit button for contacts, fix selections
7360                 of gtksctree items
7361         * src/editaddress.c
7362                 Change labels, let Save be always possible in the
7363                 email and user atributes tabs
7364         * src/folderview.c
7365                 fix sort issues
7366         * src/summaryview.c
7367                 select next item instead of the displayed one
7368                 after deletion
7369
7370         * src/gtk/progressdialog.c
7371                 use prefs_common.enable_rules_hint
7372
7373 2005-08-13 [hoa]        1.9.13cvs33
7374
7375         * src/etpan/imap-thread.c
7376                 fixed build on Solaris.
7377
7378 2005-08-10 [colin]      1.9.13cvs32
7379
7380         * src/procmsg.c
7381                 Fix cvs31 (missing fclose before reading
7382                 the file)
7383
7384 2005-08-10 [colin]      1.9.13cvs31
7385
7386         * src/procmsg.c
7387                 Fix procmsg_msginfo_new_from_mimeinfo() when
7388                 the MimeInfo isn't stored in memory. This fixes
7389                 replying to an attached message.
7390
7391 2005-08-10 [colin]      1.9.13cvs30
7392
7393         * src/mainwindow.c
7394                 Fix slowness in account changing
7395
7396 2005-08-10 [colin]      1.9.13cvs29
7397
7398         * src/folder.c
7399         * src/folderutils.c
7400         * src/folderview.c
7401         * src/imap_gtk.c
7402         * src/mainwindow.c
7403         * src/mh_gtk.c
7404         * src/procmsg.c
7405         * src/summaryview.c
7406                 Optimize folder_has_parent_of_type
7407                 Prevent moving special sub-folders from contextual menus
7408                 Rework message a bit ("Empty all messages" -> "Delete all
7409                 messages")
7410                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
7411                 and "Deleted Items" folders)
7412
7413 2005-08-08 [colin]      1.9.13cvs28
7414
7415         * src/summaryview.c
7416         * src/prefs_summaries.c
7417                 Make "Select first unread|new" more flexible
7418                 (just prioritize new or unread)
7419
7420 2005-08-08 [colin]      1.9.13cvs27
7421
7422         * src/summaryview.c
7423                 If "select first new" is selected and there only
7424                 are unread messages, fallback to "select first
7425                 unread".
7426
7427 2005-08-08 [colin]      1.9.13cvs26
7428
7429         * src/folder.c
7430                 Fix shameful bugs (and bug #779)
7431
7432 2005-08-08 [colin]      1.9.13cvs25
7433
7434         * src/folder.c
7435         * src/folder.h
7436                 Cache parents' type to make folder_has_parent_of_type
7437                 faster
7438         * src/folderview.c
7439                 Forbid DnD of special sub-folders
7440         * src/procmsg.c
7441         * src/procmsg.h
7442                 Add MAIL_POSTFILTERING_HOOK
7443         * src/summaryview.c
7444                 Revert over-zealous deletion of the use_addr_book 
7445                 code
7446
7447 2005-08-07 [colin]      1.9.13cvs24
7448
7449         * src/folder.c
7450                 Fix big mistake (passing MsgInfo instead 
7451                 of FolderItem)
7452
7453 2005-08-07 [colin]      1.9.13cvs23
7454
7455         * src/compose.c
7456         * src/folder.c
7457         * src/folder.h
7458         * src/foldersel.c
7459         * src/folderutils.c
7460         * src/folderview.c
7461         * src/imap.c
7462         * src/mainwindow.c
7463         * src/messageview.c
7464         * src/mh.c
7465         * src/msgcache.c
7466         * src/procmime.c
7467         * src/summaryview.c
7468                 Make subfolders of Drafts, Queue, Outbox, Trash
7469                 work like their parents. 
7470                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
7471
7472 2005-08-07 [colin]      1.9.13cvs22
7473
7474         * src/addressbook.c
7475                 Fix bug #771 (Dragged contacts not saved)
7476
7477 2005-08-07 [paul]       1.9.13cvs21
7478
7479         * src/summaryview.c
7480                 fix bug 32 'Search Doesn't display results
7481                 if "Hide Read Messages" is chosen'
7482                 be more literal in interpreting 'Hide read
7483                 messages'
7484
7485 2005-08-07 [colin]      1.9.13cvs20
7486
7487         * src/folderview.c
7488                 Add debug
7489         * src/summaryview.c
7490                 Faster 'unthread_for_execution'
7491
7492 2005-08-06 [paul]       1.9.13cvs19
7493
7494         * src/mainwindow.c
7495                 add mnemonics to Set displayed columns
7496                 fix bug where msgview_visible option was
7497                 overwritten as TRUE on startup
7498
7499 2005-08-06 [paul]       1.9.13cvs18
7500
7501         * src/mainwindow.c
7502                 refer to 'displayed columns in folder/message
7503                 list' not 'displayed items in summary/message view'
7504         * src/prefs_display_header.c
7505                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
7506                 be consistent with similar dialogues
7507         * src/prefs_folder_column.c
7508         * src/prefs_summary_column.c
7509                 'columns' not 'items', and folder and message lists,
7510                 instead of folder and summary views;
7511                 Use 'Hidden columns' as list heading not 'Available
7512                 items';
7513                 move the 'Remove' button to the right hand side;
7514                 top-align the buttons;
7515                 remove unneeded vbox
7516         * src/prefs_summaries.c
7517                 put the 2 column prefs buttons in a frame to reduce
7518                 overall width; refer to columns not items &c.
7519
7520 2005-08-05 [colin]      1.9.13cvs17
7521
7522         * src/prefs_common.c
7523         * src/prefs_common.h
7524         * src/mainwindow.c
7525         * src/compose.c
7526         * src/messageview.c
7527                 Add an hidden toolbar_detachable pref, so
7528                 that I can get rid of these painful handles
7529                 in the toolbars. Defaults to TRUE to avoid
7530                 changing the GUI on unsuspecting people...
7531
7532 2005-08-05 [colin]      1.9.13cvs16
7533
7534         * src/Makefile.am
7535         * src/prefs_folder_column.c
7536         * src/prefs_folder_column.h
7537                 Add prefs for folder columns
7538         * src/folderview.c
7539         * src/folderview.h
7540         * src/mainwindow.c
7541         * src/mainwindow.h
7542         * src/prefs_common.c
7543         * src/prefs_common.h
7544         * src/prefs_summaries.c
7545                 Use them
7546         * src/prefs_summary_column.c
7547         * src/summaryview.c
7548         * src/summaryview.h
7549                 Add a To column
7550         * src/textview.c
7551         * src/common/utils.c
7552         * src/common/utils.h
7553                 Move uri colourisation functions
7554                 to utils
7555         * src/compose.c
7556                 Colourise URIs
7557         * src/imap.c
7558                 Fix bug with LIST where we'd try
7559                 to get Folder//////[...]/// 
7560
7561 2005-08-05 [paul]       1.9.13cvs15
7562
7563         * src/prefs_summaries.c
7564                 improve the English usage
7565         * src/summaryview.c
7566                 set font on column change
7567                 thanks to Colin
7568
7569 2005-08-05 [paul]       1.9.13cvs14
7570
7571         * src/prefs_common.c
7572         * src/prefs_common.h
7573         * src/prefs_summaries.c
7574         * src/summaryview.c
7575                 replace 'open_unread_on_enter' option with
7576                 'select_on_entry' option. opening/not opening
7577                 is now exclusively controlled by 'always_show_msg'
7578
7579 2005-08-04 [colin]      1.9.13cvs13
7580
7581         * src/compose.c
7582                 Remove dead code
7583                 Add colourisation of quotes and signatures
7584         * src/folderview.c
7585                 Fix possible crashes
7586         * src/messageview.c
7587                 Change an assert that is no problem
7588         * src/news.c
7589         * src/news_gtk.c
7590         * src/news_gtk.h
7591                 Fix offline mode
7592         * src/gtk/quicksearch.c
7593                 Fix a possible crash
7594
7595 2005-08-03 [colin]      1.9.13cvs12
7596
7597         * src/prefs_account.c
7598                 Fix bug #777 (Sylpheed crash in account configuration)
7599
7600 2005-08-03 [colin]      1.9.13cvs11
7601
7602         * src/addressbook.c
7603         * src/editaddress.c
7604         * src/editgroup.c
7605                 Fixing addressbook, round 2
7606         * src/textview.c
7607                 Fix emphasis color on rechecking 'Colorize messages'
7608
7609 2005-08-03 [paul]       1.9.13cvs10
7610
7611         sync with main
7612
7613         * src/addr_compl.c
7614         * src/compose.c
7615         * src/main.c
7616         * src/pop.c
7617         * src/prefs_account.c
7618         * src/procmime.c
7619         * src/procmsg.c
7620         * src/quote_fmt_parse.y
7621         * src/textview.c
7622         * src/common/quoted-printable.c
7623         * src/common/utils.c
7624         * src/common/utils.h
7625         * src/common/xml.c
7626                 replaced incorrect locale-independent
7627                 ctype functions with GLib's. Corrected
7628                 signedness mismatch.
7629         * src/headerview.c
7630                 headerview_create(): added spacing for vbox.
7631         * src/gtk/about.c
7632                 set focus to the OK button.
7633
7634 2005-08-03 [colin]      1.9.13cvs9
7635
7636         * src/folderview.c
7637                 Fix possible crash
7638
7639 2005-08-02 [colin]      1.9.13cvs8
7640
7641         * src/mainwindow.c
7642                 Fix cast
7643         * src/addressbook.c
7644         * src/addressitem.h
7645                 Fix a cast and more generally, try to make the
7646                 GUI more intuitive and consistent (round 1)
7647
7648 2005-08-02 [paul]       1.9.13cvs7
7649
7650         * src/folder.h
7651                 missing in 1.9.13cvs6
7652
7653 2005-08-02 [colin]      1.9.13cvs6
7654
7655         * src/folder.c
7656                 Fix one more leak
7657
7658 2005-08-02 [colin]      1.9.13cvs5
7659
7660         * src/folder.c
7661         * src/folderview.c
7662         * src/imap.c
7663         * src/main.c
7664         * src/mbox.c
7665         * src/procmsg.c
7666         * src/summaryview.c
7667                 Fix a number of folder_item_get_msg_list()-related
7668                 leaks (missing procmsg_msginfo_free()s)
7669
7670 2005-08-01 [colin]      1.9.13cvs4
7671
7672         * src/folderview.c
7673         * src/folderview.h
7674         * src/mainwindow.c
7675         * src/prefs_fonts.c
7676         * src/prefs_summaries.c
7677         * src/prefs_themes.c
7678         * src/summaryview.c
7679         * src/summaryview.h
7680         * src/textview.c
7681         * src/textview.h
7682                 Fix instant-apply of summary and folderview-related prefs
7683                 Fix erroneous g_free and alertpanels in prefs_theme
7684                 Add instant-apply for fonts
7685                 Defer applying of prefs a little bit so it's done only
7686                 once even if requested by multiples prefs pages
7687
7688 2005-08-01 [paul]       1.9.13cvs3
7689
7690         * src/main.c
7691                 fix bug 776 'S.C. crashes on close'
7692                 thanks to Colin
7693         * src/etpan/etpan-thread-manager-types.h
7694                 add missing include
7695                 thanks to Hoa
7696
7697 2005-07-25 [paul]       1.9.13cvs2
7698
7699         * src/summaryview.c
7700                 fix typos. spotted by Fabien Vantard
7701
7702 2005-07-24 [paul]       1.9.13cvs1
7703
7704         * doc/man/sylpheed.1
7705                 update man page, incorporating fix of
7706                 bug 769 'Typo in manpage'
7707         * src/etpan/imap-thread.c
7708                 fix NetBSD openssl dependencies. patch by
7709                 George Michaelson <ggm@apnic.net>
7710         * po/pt_BR.po
7711                 updated by Frederico Goncalves Guimaraes
7712
7713 2005-07-22 [paul]       1.9.13
7714
7715         1.9.13 release
7716
7717 2005-07-22 [paul]       1.9.12cvs91
7718
7719         * AUTHORS
7720         * INSTALL
7721         * README.claws
7722         * RELEASE_NOTES.claws
7723                 updated for release
7724         * configure.ac
7725         * po/nb.po
7726         * tools/claws.i18n.status.pl
7727                 add Norwegian translation. submiited by
7728                 Geir Helland <pjallabais@users.sourceforge.net>
7729         * po/ca.po
7730         * po/de.po
7731         * po/es.po
7732         * po/fi.po
7733         * po/fr.po
7734         * po/it.po
7735         * po/sk.po
7736         * po/sr.po
7737         * po/zh_CN.po
7738                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7739                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
7740                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
7741                 Yang Guilong
7742         * src/plugins/clamav/clamav_plugin_gtk.c
7743         * src/plugins/spamassassin/spamassassin_gtk.c
7744                 replace outdated description strings
7745
7746 2005-07-21 [colin]      1.9.12cvs90
7747
7748         * src/folder.c
7749                 Set folder to batch mode when scanning it. Makes deletion
7750                 of unread mails on IMAP much faster (due to the UNREAD 
7751                 flag unsetting)
7752
7753 2005-07-21 [darko]      1.9.12cvs89
7754
7755         * configure.ac
7756                 link against libresolv if necessary (patch by Paul)
7757         * src/msgcache.c
7758                 use glib's portable macros to determine endianness
7759
7760 2005-07-21 [paul]       1.9.12cvs88
7761
7762         * src/crash.c
7763         * src/gtk/about.c
7764                 update compiled-in features list
7765
7766 2005-07-20 [colin]      1.9.12cvs87
7767
7768         * src/folder.c
7769         * src/textview.c
7770                 Gcc 2.9x compilation fixes, thanks to Darko
7771         * src/plugins/clamav/clamav_plugin.c
7772                 Little optimisation: load virus database only once
7773         * src/plugins/spamassassin/spamassassin.c
7774                 Big optimisation: filtering one mail took at least 1 second,
7775                 now it takes at least 50ms. Doesn't speed up spamassassin 
7776                 itself, but should already be much more tolerable.
7777
7778 2005-07-20 [colin]      1.9.12cvs86
7779
7780         * src/summaryview.c
7781                 Fix performance issue
7782
7783 2005-07-19 [colin]      1.9.12cvs85
7784
7785         * src/plugins/pgpinline/plugin.c
7786                 Fix warning
7787
7788 2005-07-19 [colin]      1.9.12cvs84
7789
7790         * configure.ac
7791         * src/plugins/Makefile.am
7792         * src/plugins/pgpinline/.cvsignore
7793         * src/plugins/pgpinline/Makefile.am
7794         * src/plugins/pgpinline/pgpinline.c
7795         * src/plugins/pgpinline/pgpinline.deps
7796         * src/plugins/pgpinline/pgpinline.h
7797         * src/plugins/pgpinline/plugin.c
7798                 Put pgpinline in the main tree
7799
7800 2005-07-19 [paul]       1.9.12cvs83
7801
7802         * src/prefs_actions.c
7803                 prevent '//' in menu names, which cause a crash
7804                 thanks to Colin
7805
7806 2005-07-19 [paul]       1.9.12cvs82
7807
7808         * configure.ac
7809                 be generally more informative in configure output.
7810                 OpenSSL: correction: '[ --enable-openssl ...' -> 
7811                 '[ --disable-openssl ...', as --enable-openssl is default
7812                 PGP/MIME: don't check for GPGME again, check for
7813                 pgpcore instead. Therefore prevent the possibility of
7814                 attempting to build pgpmime if pgpcore dependencies are
7815                 not met
7816                 ClamAV: use pkgconfig to check for lib
7817                 libgnomeprint: revert logic on inner test to match
7818                 everything else
7819         * src/plugins/pgpcore/sgpgme.c
7820                 add missing include
7821
7822 2005-07-19 [colin]      1.9.12cvs81
7823
7824         * src/summaryview.c
7825                 Fix slow thread rebuilding in particular
7826                 cases
7827
7828 2005-07-19 [paul]       1.9.12cvs80
7829
7830         * sylpheed-claws.desktop
7831                 fix typo, spotted by Stephan Sachse
7832         * src/account.c
7833                 replace GTK_STOCK_ADD with
7834                 GTK_STOCK_NEW button
7835
7836 2005-07-18 [colin]      1.9.12cvs79
7837
7838         * src/etpan/imap-thread.c
7839                 Fix return value (Thanks Hoa)
7840
7841 2005-07-18 [colin]      1.9.12cvs78
7842
7843         * src/imap.c
7844                 Allow empty passwords
7845                 Create drafts/queue/outbox if necessary
7846         * src/summaryview.c
7847                 Remove old code
7848         * src/etpan/imap-thread.c
7849                 Fix STARTTLS (Thanks to Hoa)
7850
7851 2005-07-18 [paul]       1.9.12cvs77
7852
7853         * ChangeLog-gtk2.jp
7854         * ChangeLog.jp
7855                 removed
7856         * Makefile.am
7857                 updated to reflect additions and removals
7858         * TODO
7859                 updated to be claws-specific
7860         * TODO-gtk2
7861         * TODO-gtk2.jp
7862         * TODO.jp
7863         * sylpheed-128x128.png
7864         * sylpheed-64x64.png
7865                 removed
7866         * sylpheed-claws-128x128.png
7867         * sylpheed-claws-64x64.png
7868         * sylpheed-claws.desktop
7869         * sylpheed-claws.png
7870                 added
7871         * sylpheed.desktop
7872         * sylpheed.png
7873                 removed
7874
7875 2005-07-17 [paul]       1.9.12cvs76
7876
7877         * src/account.c
7878         * src/addressbook.c
7879         * src/alertpanel.c
7880         * src/alertpanel.h
7881         * src/compose.c
7882         * src/exphtmldlg.c
7883         * src/expldifdlg.c
7884         * src/folderview.c
7885         * src/imap_gtk.c
7886         * src/inc.c
7887         * src/message_search.c
7888         * src/messageview.c
7889         * src/mh_gtk.c
7890         * src/news_gtk.c
7891         * src/prefs_actions.c
7892         * src/prefs_filtering.c
7893         * src/prefs_matcher.c
7894         * src/prefs_template.c
7895         * src/prefs_themes.c
7896         * src/ssl_manager.c
7897         * src/summary_search.c
7898         * src/textview.c
7899         * src/toolbar.c
7900         * src/gtk/sslcertwindow.c
7901         * src/plugins/pgpcore/sgpgme.c
7902                 rework alertpanels
7903
7904 2005-07-17 [colin]      1.9.12cvs75
7905
7906         * src/privacy.c
7907                 add a PrivacySystem accessor that checks that
7908                 the system cached in a MimeInfo's privacydata
7909                 is still registered. Use this accessor instead
7910                 of directly using data->system. Fixes crashes
7911                 after unloading pgp plugins.
7912
7913 2005-07-17 [colin]      1.9.12cvs74
7914
7915         * src/alertpanel.c
7916                 Change geometry hints to a simple default size.
7917                 Fixes the certs dialogs.
7918
7919 2005-07-17 [colin]      1.9.12cvs73
7920
7921         * src/gtk/sslcertwindow.c
7922                 Use a gtkExpander
7923
7924 2005-07-17 [colin]      1.9.12cvs72
7925
7926         * src/plugins/pgpcore/Makefile.am
7927         * src/plugins/pgpmime/Makefile.am
7928                 Add gpgme libs
7929
7930 2005-07-17 [paul]       1.9.12cvs71
7931
7932         * configure.ac
7933                 add --disable-gnomeprint option
7934                 modified version of patch by Marius Mauch
7935
7936 2005-07-17 [paul]       1.9.12cvs70
7937
7938         * src/common/defs.h
7939                 update urls
7940         * src/account.c
7941         * src/action.c
7942         * src/addressbook.c
7943         * src/compose.c
7944         * src/foldersel.c
7945         * src/folderview.c
7946         * src/html.c
7947         * src/imap_gtk.c
7948         * src/main.c
7949         * src/mainwindow.c
7950         * src/messageview.c
7951         * src/mh_gtk.c
7952         * src/mimeview.c
7953         * src/news_gtk.c
7954         * src/prefs_account.c
7955         * src/prefs_send.c
7956         * src/prefs_summaries.c
7957         * src/procmsg.c
7958         * src/summaryview.c
7959         * src/common/utils.c
7960         * src/common/xml.c
7961         * src/plugins/pgpcore/passphrase.c
7962         * src/plugins/pgpcore/select-keys.c
7963                 replace inappropriately used backticks
7964                 with single quotes
7965
7966 2005-07-16 [colin]      1.9.12cvs69
7967
7968         * src/image_viewer.c
7969                 Add extra paranoid checks
7970
7971 2005-07-16 [colin]      1.9.12cvs68
7972
7973         * src/plugins/pgpcore/prefs_gpg.c
7974                 Don't auto-check sigs by default, as it
7975                 can be really slow.
7976
7977 2005-07-16 [colin]      1.9.12cvs67
7978
7979         * src/plugins/pgpcore/sgpgme.c
7980                 Make messages a bit better.
7981
7982 2005-07-16 [colin]      1.9.12cvs66
7983
7984         * src/imap.c
7985                 Remove pseudo-log
7986         * src/etpan/imap-thread.c
7987                 Add real log
7988
7989 2005-07-16 [colin]      1.9.12cvs65
7990
7991         * src/main.c
7992         * src/prefs_other.c
7993                 And now, fix build with libetpan :-/
7994
7995 2005-07-15 [colin]      1.9.12cvs64
7996
7997         * src/prefs_other.c
7998                 Continue fixing build without libetpan.
7999
8000 2005-07-15 [colin]      1.9.12cvs63
8001
8002         * src/main.c
8003                 Fix build with --disable-libetpan
8004
8005 2005-07-15 [colin]      1.9.12cvs62
8006
8007         * configure.ac
8008                 Bump libetpan's version
8009
8010 2005-07-15 [colin]      1.9.12cvs61
8011
8012         * src/etpan/imap-thread.c
8013                 Actually stop logging :)
8014
8015 2005-07-15 [colin]      1.9.12cvs60
8016
8017         * src/addressbook.c
8018                 Fix dnd of multiple addresses.
8019
8020 2005-07-15 [hoa]        1.9.12cvs59
8021
8022         * src/etpan/imap-thread.c
8023             disable login of IMAP password in libetpan log file.
8024
8025 2005-07-15 [paul]       1.9.12cvs58
8026
8027         * src/account.c
8028                 don't automatically sort
8029                 do allow drag n drop
8030
8031 2005-07-15 [paul]       1.9.12cvs57
8032
8033         * src/account.c
8034         * src/ssl_manager.c
8035                 alphabetical listing
8036
8037 2005-07-15 [paul]       1.9.12cvs56
8038
8039         * src/gtk/pluginwindow.c
8040                 sort plugin list alphabetically
8041
8042 2005-07-15 [paul]       1.9.12cvs55
8043
8044         * src/prefs_spelling.c
8045         * src/prefs_wrapping.c
8046                 unify English usage
8047
8048 2005-07-15 [colin]      1.9.12cvs54
8049
8050         * src/wizard.c
8051                 Typo fix
8052
8053 2005-07-15 [paul]       1.9.12cvs53
8054
8055         * src/prefs_message.c
8056                 make 'show cursor' a hidden option
8057
8058 2005-07-14 [colin]      1.9.12cvs52
8059
8060         * src/plugins/spamassassin/Makefile.am
8061         * src/plugins/clamav/Makefile.am
8062                 Fix double EXTRA_DISTs
8063
8064 2005-07-14 [colin]      1.9.12cvs51
8065
8066         * src/plugins/clamav/Makefile.am
8067         * src/plugins/clamav/clamav_plugin_gtk.deps
8068         * src/plugins/spamassassin/Makefile.am
8069         * src/plugins/spamassassin/spamassassin_gtk.deps
8070                 Make $plugin_gtk depend on $plugin
8071
8072 2005-07-14 [hoa]        1.9.12cvs50
8073
8074         * src/etpan/imap-thread.c
8075                 enable debug log of libetpan when running with --debug
8076
8077 2005-07-14 [colin]      1.9.12cvs49
8078
8079         * configure.ac
8080         * src/common/Makefile.am
8081         * src/common/plugin.c
8082         * src/common/plugin.h
8083                 Add a little plugin dependancy system.
8084                 Plugins can ship a $plugin_name.deps file
8085                 (near them in PLUGINDIR) so that their
8086                 dependancies are loaded if possible.
8087         * src/plugins/Makefile.am
8088         * src/plugins/pgpcore/Makefile.am
8089         * src/plugins/pgpcore/passphrase.c
8090         * src/plugins/pgpcore/passphrase.h
8091         * src/plugins/pgpcore/plugin.c
8092         * src/plugins/pgpcore/prefs_gpg.c
8093         * src/plugins/pgpcore/prefs_gpg.h
8094         * src/plugins/pgpcore/select-keys.c
8095         * src/plugins/pgpcore/select-keys.h
8096         * src/plugins/pgpcore/sgpgme.c
8097         * src/plugins/pgpcore/sgpgme.h
8098                 Introduce pgpcore, used by pgpmime and
8099                 pgpinline
8100         * src/plugins/pgpmime/Makefile.am
8101         * src/plugins/pgpmime/passphrase.c
8102         * src/plugins/pgpmime/passphrase.h
8103         * src/plugins/pgpmime/pgpmime.c
8104         * src/plugins/pgpmime/pgpmime.deps
8105         * src/plugins/pgpmime/plugin.c
8106         * src/plugins/pgpmime/prefs_gpg.c
8107         * src/plugins/pgpmime/prefs_gpg.h
8108         * src/plugins/pgpmime/select-keys.c
8109         * src/plugins/pgpmime/select-keys.h
8110         * src/plugins/pgpmime/sgpgme.c
8111         * src/plugins/pgpmime/sgpgme.h
8112                 Remove the core from pgpmime and add the
8113                 dependancy to pgpcore.
8114
8115 2005-07-14 [paul]       1.9.12cvs48
8116
8117         * src/stock_pixmap.c
8118                 forgot this in last commit
8119
8120 2005-07-14 [paul]       1.9.12cvs47
8121
8122         * src/account.c
8123         * src/addressbook.c
8124                 add accelerators for the buttons (sync with main)
8125         * src/compose.c
8126         * src/compose.h
8127                 add accelerators for the buttons.
8128                 fix editing with external editor.
8129                 replace gdk_input_*() with GIOChannel;
8130                 (sync with main)
8131         * src/foldersel.c
8132                 display folder names with new/unread
8133                 representation (sync with main)
8134         * src/main.c
8135                 specify default window icon (sync with main)
8136         * src/prefs_common.c
8137                 use_addr_book default to FALSE
8138         * src/summaryview.c
8139         * src/textview.c
8140                 add accelerators for the buttons (sync with main)
8141         * src/gtk/menu.c
8142                 fix typos
8143         * src/pixmaps/sylpheed_icon.xpm
8144                 updated
8145
8146 2005-07-13 [paul]       1.9.12cvs46
8147
8148         * src/plugins/pgpmime/pgpmime.c
8149         * src/plugins/pgpmime/sgpgme.c
8150                 (temporarily) use deprecated gpgme_data_rewind()
8151                 while largefile support is not present
8152                 (as suggested by Colin)
8153
8154 2005-07-13 [paul]       1.9.12cvs45
8155
8156         * configure.ac
8157                 remove large file support (for now):
8158                 it breaks too many things
8159
8160 2005-07-13 [paul]       1.9.12cvs44
8161
8162         * configure.ac
8163                 add large file support
8164         * src/html.c
8165                 fix bug #763 where href attribute was not
8166                 the very first attribute of a link
8167                 patch by Thomas Gilgin
8168
8169 2005-07-13 [colin]      1.9.12cvs43
8170
8171         * src/gtk/pluginwindow.c
8172                 Little portability fix
8173
8174 2005-07-13 [colin]      1.9.12cvs42
8175
8176         * src/plugins/pgpmime/sgpgme.c
8177                 Fix crasher.
8178
8179 2005-07-13 [colin]      1.9.12cvs41
8180
8181         * src/plugins/pgpmime/pgpmime.c
8182         * src/plugins/pgpmime/sgpgme.c
8183                 Use gpgme_data_release_and_get_mem instead
8184                 of gpgme_data_read.
8185
8186 2005-07-13 [colin]      1.9.12cvs40
8187
8188         * configure.ac
8189         * src/plugins/pgpmime/passphrase.c
8190         * src/plugins/pgpmime/passphrase.h
8191         * src/plugins/pgpmime/pgpmime.c
8192         * src/plugins/pgpmime/plugin.c
8193         * src/plugins/pgpmime/select-keys.c
8194         * src/plugins/pgpmime/select-keys.h
8195         * src/plugins/pgpmime/sgpgme.c
8196         * src/plugins/pgpmime/sgpgme.h
8197                 Port pgpmime to gpgme-1.0.
8198
8199 2005-07-12 [paul]       1.9.12cvs39
8200
8201         * AUTHORS
8202         * src/toolbar.c
8203         * src/toolbar.h
8204                 add a 'Go to Prev' button to the toolbar.
8205                 correct tooltip text of go to buttons.
8206                 based on patch by Yang Guilong <bamanzi@gmail.com>
8207
8208 2005-07-12 [colin]      1.9.12cvs38
8209
8210         * src/statusbar.c
8211                 Fix progress bar showing stuff at startup.
8212
8213 2005-07-12 [paul]       1.9.12cvs37
8214
8215         * src/editjpilot.c
8216                 fix building with jpilot support
8217
8218 2005-07-11 [colin]      1.9.12cvs36
8219
8220         * src/inc.c
8221                 Add visual indication that filtering is running
8222         * src/textview.c
8223                 Make {}[] uri delimiters
8224         * src/summaryview.c
8225                 Remove useless (and slow) calls
8226
8227 2005-07-11 [paul]       1.9.12cvs35
8228
8229         * src/plugins/clamav/clamav_plugin_gtk.c
8230         * src/plugins/dillo_viewer/dillo_prefs.c
8231         * src/plugins/pgpmime/prefs_gpg.c
8232         * src/plugins/spamassassin/spamassassin_gtk.c
8233                 gather plugins prefs together under their
8234                 own 'Plugins' heading
8235
8236 2005-07-11 [paul]       1.9.12cvs34
8237
8238         sync with main
8239
8240         * src/account.c
8241                 account_delete(): modified alert dialog
8242         * src/editjpilot.c
8243         * src/editvcard.c
8244                 fixed a crash when cancelling file selection
8245                 dialog by Escape key. Made non-ascii filename
8246                 selectable.
8247         * src/prefs_template.c
8248                 prefs_template_window_create(): make scrolled
8249                 window policy AUTOMATIC
8250
8251 2005-07-10 [hoa]        1.9.12cvs33
8252
8253         * src/etpan/imap-thread.c
8254                 workaround for old Courier IMAP servers.
8255
8256 2005-07-10 [colin]      1.9.12cvs32
8257
8258         * src/folder.c
8259         * src/statusbar.c
8260         * src/statusbar.h
8261                 Add visual progress indicator on filtering/processing
8262                 Factorize the progress bar code
8263         * src/imap.c
8264         * src/imap.h
8265         * src/etpan/imap-thread.c
8266                 Add a reference counter to avoid destroying the Folder
8267                 while it's in use by another callback.
8268
8269 2005-07-09 [hoa]        1.9.12cvs31
8270
8271         * src/imap.c
8272         * src/etpan/imap-thread.c
8273                 fixed deadlock when removing IMAP account.
8274
8275 2005-07-08 [colin]      1.9.12cvs30
8276
8277         * src/textview.c
8278         * src/unmime.c
8279                 Fix again problems decoding broken headers
8280         * src/gtk/inputdialog.c
8281                 Fix local variable shadowing a global one
8282
8283 2005-07-08 [colin]      1.9.12cvs29
8284
8285         * src/msgcache.c
8286                 Make the cache/mark files platform-agnostic by writing
8287                 them in little-endian format. Reading them is also done
8288                 in little-endian format, of course; however, in order
8289                 to avoid trashing mark data on big-endian machines, the
8290                 files are, at first, read from the native format if the
8291                 little-endian one doesn't exist. This is easy to deter-
8292                 mine by trying to open a file with a swapped data_ver
8293                 and seeing if it's the wanted version.
8294                 Little-endian using users should see absolutely no
8295                 difference, Big-endian users may get a very little
8296                 performance drop due to byte-swapping.
8297                 Tested on i386 and ppc32. 
8298                 Fixes bug #159 (The index file, in the mailboxes, is 
8299                 hardware depending).
8300
8301                 To have the cache/mark files updated to the new little-
8302                 endian format, "Check for new messages" or even
8303                 "Rebuild folder tree" aren't enough. Files will be
8304                 updated as soon as a folder has been opened/closed.
8305                 To update everything, just select all folders by
8306                 selecting them one by one.
8307
8308 2005-07-07 [colin]      1.9.12cvs28
8309
8310         * src/imap.c
8311                 Remember the folder separator per IMAPFolder
8312                 instead of globally.
8313                 Revive the Session on noop; fixes bug #761
8314                 (mark a bunch of unread messages as read takes 
8315                 forever)
8316
8317 2005-07-07 [darko]      1.9.12cvs27
8318
8319         * src/common/template.c
8320                 Sort templates alphabetically
8321
8322 2005-07-06 [colin]      1.9.12cvs26
8323
8324         * src/imap.c
8325                 Try to use the correct separator in
8326                 most cases. Possibly fixes bug #759
8327                 (only creates the INBOX folder when 
8328                 setting up new IMAP account) and 
8329                 bug #760 (Can't retrieve messages)
8330
8331 2005-07-06 [colin]      1.9.12cvs25
8332
8333         * src/imap.c
8334                 Use real_path in status command. This will
8335                 help later, when namespaces will be used.
8336
8337 2005-07-06 [colin]      1.9.12cvs24
8338
8339         * configure.ac
8340         * src/account.c
8341         * src/folder.c
8342         * src/imap.c
8343         * src/etpan/etpan-log.c
8344         * src/etpan/etpan-thread-manager.c
8345         * src/etpan/imap-thread.c
8346                 Add a --disable-libetpan parameter. With this,
8347                 users that don't want IMAP4 support can avoid
8348                 the new dependancy (and have no IMAP support).
8349                 Users that have IMAP4 accounts and use this
8350                 parameter won't lose their configuration, their
8351                 IMAP accounts will just be invisible and not
8352                 used.
8353         * src/textview.c
8354                 Make the "Copy ..." contextual menu items 
8355                 copy to both the X clipboard and the gtk 
8356                 clipboard - as most other apps do.
8357         * src/gtk/about.c
8358                 Add a notice about OpenSSL usage, in order to
8359                 comply with OpenSSL's license (point 6):
8360                 http://www.openssl.org/source/license.html
8361
8362 2005-07-06 [colin]      1.9.12cvs23
8363
8364         * src/alertpanel.c
8365                 Fix a minimum size for alertpanels
8366         * src/compose.c
8367                 Show 'No space left on device' type errors
8368                 when queuing/sending
8369         * src/imap_gtk.c
8370         * src/mh_gtk.c
8371                 Rework folder's deletion message (remove 
8372                 extra \n)
8373
8374 2005-07-05 [colin]      1.9.12cvs22
8375
8376         * src/imap.c
8377                 Add an alertpanel on auth error
8378                 Add pseudo-log
8379                 Remove pthread-related stuff
8380
8381 2005-07-05 [colin]      1.9.12cvs21
8382
8383         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8384                 Fix crash on plugin reloading (with a hack)
8385
8386 2005-07-05 [colin]      1.9.12cvs20
8387
8388         * src/prefs_account.c
8389         * src/prefs_account.h
8390                 Fix typo
8391         * src/gtk/filesel.c
8392         * src/gtk/filesel.h
8393                 Add a way to filter the view
8394         * src/gtk/pluginwindow.c
8395                 Filter loadable stuff
8396         * src/plugins/pgpmime/prefs_gpg.c
8397                 Fix missing unregistration
8398         * .cvsignore
8399         * src/etpan/.cvsignore
8400         * src/plugins/spamassassin/.cvsignore
8401                 Add more stuff to cvs ignored files
8402
8403 2005-07-04 [colin]      1.9.12cvs19
8404
8405         * src/imap.c
8406                 Fix scan_required returning FALSE when it
8407                 shouldn't. Maybe fix #760 (Can't retrieve
8408                 messages)
8409
8410 2005-07-04 [colin]      1.9.12cvs18
8411
8412         * src/summaryview.c
8413                 Fix always_show_msg pref
8414
8415 2005-07-04 [paul]       1.9.12cvs17
8416
8417         sync with main (forgotten in last commit)
8418         
8419         * src/common/utils.c
8420         * src/common/utils.h
8421                 check_line_length(): new.
8422                 is_dir_exist()
8423                 is_file_entry_exist()
8424                 dirent_is_regular_file()
8425                 dirent_is_directory(): use g_file_test() instead of stat().
8426
8427 2005-07-04 [paul]       1.9.12cvs16
8428
8429         sync with main:
8430
8431         * src/compose.c
8432                 compose_write_to_file(): check for line
8433                 length limit and display warning if exceeds
8434         * src/jpilot.c
8435                 use get_home_dir() instead of g_get_home_dir()
8436         * src/procheader.c
8437                 removed warning about invalid date
8438         * src/vcard.c
8439                 use get_home_dir() instead of g_get_home_dir()
8440
8441 2005-07-04 [paul]       1.9.12cvs15
8442
8443         * src/stock_pixmap.c
8444                 fix new pixmap naming errors
8445                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
8446
8447 2005-07-04 [colin]      1.9.12cvs14
8448
8449         * src/imap.c
8450                 Fix debugging string with a warning
8451
8452 2005-07-04 [colin]      1.9.12cvs13
8453
8454         * configure.ac
8455                 Add a check for libetpan's version (>= 0.37)
8456
8457 2005-07-04 [hoa]        1.9.12cvs12
8458
8459         * commitHelper
8460         * src/imap.c
8461         * src/etpan/imap-thread.c
8462         * src/etpan/imap-thread.h
8463                 fixed IMAP implementation of check of mails.
8464
8465 2005-07-03 [hoa]        1.9.12cvs11
8466
8467         * src/etpan/Makefile.am
8468         * src/etpan/etpan-errors.h
8469         * src/etpan/etpan-log.[ch]
8470         * src/etpan/etpan-thread-manager-types.h
8471         * src/etpan/etpan-thread-manager.[ch]
8472         * src/etpan/imap-thread.[ch]
8473         * src/Makefile.am
8474         * src/imap.c
8475         * src/main.c
8476         * src/prefs_other.c
8477         * configure.ac
8478             merged imap branch.
8479             dependency on libetpan 0.37 is now added.
8480
8481 2005-07-01 [colin]      1.9.12cvs10
8482
8483         * src/Makefile.am
8484         * src/folder.c
8485         * src/folder.h
8486         * src/folderview.c
8487         * src/stock_pixmap.c
8488         * src/stock_pixmap.h
8489         * src/plugins/trayicon/trayicon.c
8490                 Add marked symbol on folders containing
8491                 marked messages
8492         * src/procmsg.c
8493         * src/procmsg.h
8494         * src/toolbar.c
8495         * src/prefs_common.c
8496         * src/prefs_common.h
8497         * src/prefs_send.c
8498                 Add an optional confirmation dialog on queue
8499                 sending. Patch by wwp.
8500         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
8501         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
8502         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
8503         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
8504         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
8505         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
8506         * src/pixmaps/inbox_mark.xpm            ** ADDED **
8507         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
8508         * src/pixmaps/outbox_mark.xpm           ** ADDED **
8509         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
8510         * src/pixmaps/trash_mark.xpm            ** ADDED **
8511                 New pixmaps
8512
8513 2005-07-01 [colin]      1.9.12cvs9
8514
8515         * src/summaryview.c
8516                 Fix a little threading bug
8517         * src/addrgather.c
8518         * src/mainwindow.c
8519                 A little bit of HIG normality never hurts
8520
8521 2005-07-01 [colin]      1.9.12cvs8
8522
8523         * src/compose.c
8524         * src/msgcache.c
8525         * src/pop.c
8526         * src/procmime.c
8527         * src/recv.c
8528         * src/common/log.c
8529         * src/common/template.c
8530         * src/common/utils.c
8531         * src/common/utils.h
8532                 Reverted the fwrite_atomic stuff. In fact
8533                 it is already atomic.
8534
8535 2005-06-30 [colin]      1.9.12cvs7
8536
8537         * src/common/utils.c
8538         * src/common/utils.h
8539                 Add an fwrite_atomic() function to make
8540                 sure we write everything: fwrite can make
8541                 short writes.
8542         * src/compose.c
8543         * src/msgcache.c
8544         * src/pop.c
8545         * src/procmime.c
8546         * src/recv.c
8547         * src/common/log.c
8548         * src/common/template.c
8549                 Use that (and fix swapping of size and nmemb).
8550                 Thanks to Rich Coe for the heads up.
8551
8552 2005-06-30 [colin]      1.9.12cvs6
8553
8554         * src/addressbook.c
8555                 Optimize addressbook opening 
8556
8557 2005-06-30 [colin]      1.9.12cvs5
8558
8559         * src/summaryview.c
8560                 Remove calls to summary_step after move/copy
8561
8562 2005-06-28 [paul]       1.9.12cvs4
8563
8564         * src/alertpanel.c
8565                 wrap and make the error msg selectable
8566
8567 2005-06-28 [paul]       1.9.12cvs3
8568
8569         * src/ssl_manager.c
8570                 replace the OK button with a Close button
8571         * src/gtk/foldersort.c
8572                 use GTK_STOCK_ icons/buttons
8573
8574 2005-06-28 [colin]      1.9.12cvs2
8575
8576         * src/gedit-print.c             ** ADDED **
8577         * src/gedit-print.h             ** ADDED **
8578         * src/gtk/gtksourceprintjob.c   ** ADDED **
8579         * src/gtk/gtksourceprintjob.h   ** ADDED **
8580                 I can't believe no one had enough time to tell
8581                 me I forgot the `cvs add`
8582
8583 2005-06-27 [colin]      1.9.12cvs1
8584
8585         * src/Makefile.am
8586         * src/gtk/Makefile.am
8587         * src/messageview.c
8588         * src/procmsg.c
8589         * src/summaryview.c
8590         * configure.ac
8591                 Add optional libgnomeprint-based printing
8592         * src/mainwindow.c
8593         * src/gtk/quicksearch.c
8594                 Add an Edit/Quick search menu item to show
8595                 and focus the quicksearch
8596
8597 2005-06-27 [paul]       1.9.12
8598
8599         1.9.12 release
8600
8601         * po/ca.po
8602         * po/de.po
8603         * po/es.po
8604         * po/fr.po
8605         * po/it.po
8606         * po/ko.po
8607         * po/pt_BR.po
8608         * po/sk.po
8609         * po/zh_CN.po
8610                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8611                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
8612                 SungHyun Nam, Frederico Goncalves Guimaraes,
8613                 Andrej Kacian, and Yang Guilong
8614 2005-06-26 [colin]      1.9.11cvs106
8615
8616         * src/imap_gtk.c
8617                 Forgot one file for previous fix
8618
8619 2005-06-26 [colin]      1.9.11cvs105
8620
8621         * src/folder.c
8622         * src/imap.c
8623                 Fix problems with folder operations in no_select
8624                 imap folders. it applies only to mails, and 
8625                 creation/deletion/move/renaming of folders 
8626                 should be possible
8627
8628 2005-06-26 [paul]       1.9.11cvs104
8629
8630         * src/prefs_filtering.c
8631                 replace one more GTK_STOCK_REMOVE
8632                 with GTK_STOCK_DELETE
8633
8634 2005-06-25 [colin]      1.9.11cvs103
8635
8636         * src/imap.c
8637                 Optimize get_seq_set_from_seq_list
8638                 (Patch by Ricardo) 
8639
8640 2005-06-25 [colin]      1.9.11cvs102
8641
8642         * src/mh.c
8643                 If the directory exists, but not in the
8644                 correct encoding, rename it. This should
8645                 handle old-versions-induced bugs.
8646
8647 2005-06-25 [colin]      1.9.11cvs101
8648
8649         * src/mh.c
8650                 Fix path access with extended dir names
8651                 Fixes bug #589 (SC segfaults with wrong locale
8652                 settings)
8653
8654 2005-06-25 [colin]      1.9.11cvs100
8655
8656         * src/prefs_account.c
8657         * src/prefs_account.h
8658         * src/compose.c
8659                 Add an option to encrypt replies to
8660                 encrypted messages
8661
8662 2005-06-25 [colin]      1.9.11cvs99
8663
8664         * src/compose.c
8665         * src/quote_fmt_parse.y
8666                 ... And make it work with pgpinline.
8667
8668 2005-06-25 [colin]      1.9.11cvs98
8669
8670         * src/compose.c
8671         * src/procmime.c
8672         * src/procmime.h
8673         * src/quote_fmt_parse.y
8674                 o Make reedition of encrypted messages possible
8675                   (as long as it is encrypted to self too, no
8676                    magic there)
8677                 o Make replying with quote (and without selecting
8678                   text) possible for encrypted messages.
8679                 Closes bug #550 (Not possible to "reply with quote"
8680                 to gnupg encrypted messages)
8681
8682 2005-06-24 [paul]       1.9.11cvs97
8683
8684         * src/imap.c
8685                 add missing include
8686
8687 2005-06-24 [paul]       1.9.11cvs96
8688
8689         * src/editldap.c
8690                 made bind password entry invisible
8691                 (sync with main)
8692         * src/send_message.c
8693                 send_message_local(): check exit status
8694                 to detect errors (sync with main)
8695         * src/textview.c
8696                 use main's less ambiguous popup menu
8697                 wording
8698
8699 2005-06-24 [paul]       1.9.11cvs95
8700
8701         * src/prefs_actions.c
8702         * src/prefs_customheader.c
8703         * src/prefs_display_header.c
8704         * src/prefs_filtering_action.c
8705         * src/prefs_matcher.c
8706         * src/prefs_template.c
8707         * src/prefs_toolbar.c
8708                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
8709         * src/gtk/description_window.c
8710                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
8711
8712 2005-06-23 [colin]      1.9.11cvs94
8713
8714         * src/summaryview.c
8715                 Fix rough edges (be sure to call status_show whenever
8716                 necessary).
8717
8718 2005-06-23 [colin]      1.9.11cvs93
8719
8720         * src/summaryview.c
8721                 Optimize Select All
8722                 Before, in a 5K mails folder: 11s
8723                 After, in the same folder: 58000µs
8724                 The joys of locking... gtk_clist_select_all() fires a 
8725                 tree-select-row event for each selected row, which in 
8726                 summaryview, callbacks summary_selected which in turn,
8727                 calls summary_status_show, which walks the selected
8728                 rows. Hence, calling gtk_clist_select_all was 
8729                 exponential. Locking the summaryview makes 
8730                 summary_selected return early.
8731
8732 2005-06-23 [colin]      1.9.11cvs92
8733
8734         * src/imap.c
8735                 Move mutex at the important place to avoid
8736                 deadlocks
8737         * src/summaryview.c
8738                 Fix Del key deleting directly instead of
8739                 moving to trash
8740
8741 2005-06-22 [colin]      1.9.11cvs91
8742
8743         * src/plugins/spamassassin/libspamc.c
8744                 As we do spagetti code with assignations in multiple
8745                 places (see _message_read_raw where out = msg = raw),
8746                 let's be sure we don't free the same pointer twice.
8747                 Should fix bug #683 (Crash in libpam at 
8748                 message_cleanup).
8749
8750 2005-06-22 [colin]      1.9.11cvs90
8751
8752         * src/compose.c
8753         * src/messageview.c
8754         * src/toolbar.c
8755                 Make toolbar's delete use the move to trash stuff;
8756                 Add gtk_widget_realize to be sure pixmaps can get
8757                 created (that may fix an old worksforme bug which
8758                 I can't find back...)
8759
8760 2005-06-22 [colin]      1.9.11cvs89
8761
8762         * src/summaryview.c
8763         * src/summaryview.h
8764         * src/mainwindow.c
8765                 Rename "Message/Delete" to "Message/Move to trash"
8766                 Add "Message/Delete..." that directly destroys the
8767                 selected messages after asking for a confirmation.
8768
8769 2005-06-22 [colin]      1.9.11cvs88
8770
8771         * src/imap.c
8772                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
8773                 o Fix a deadlock (thanks Darko)
8774
8775 2005-06-22 [colin]      1.9.11cvs87
8776
8777         * src/gtk/foldersort.c
8778                 Add missing include for the i18n;
8779                 patch by Fabien Vantard
8780
8781 2005-06-21 [colin]      1.9.11cvs86
8782
8783         * src/folder.c
8784         * src/folderview.c
8785                 Respect the no_select flag
8786         * src/imap.c
8787                 Fix recursive deletion
8788         * src/imap_gtk.c
8789         * src/mh_gtk.c
8790                 Make the folder deletion's warning
8791                 more explicit
8792
8793 2005-06-21 [colin]      1.9.11cvs85
8794
8795         * src/textview.c
8796                 Prevent email addresses from spanning accross
8797                 lines - fixes bug # 646 (newline-chars in 
8798                 email addresses)
8799
8800 2005-06-20 [colin]      1.9.11cvs84
8801
8802         * src/folder.c
8803                 Be sure not to remove source if copy failed
8804
8805 2005-06-20 [colin]      1.9.11cvs83
8806
8807         * src/folderview.c
8808         * src/imap_gtk.c
8809                 remove summaryview's lock
8810         * src/imap.c
8811                 introduce threads to avoid problems when foreground tasks
8812                 interfere with background tasks
8813         * src/mh.c
8814                 prevent moving to drafts/queue
8815         * src/mimeview.c
8816                 fix leak
8817
8818 2005-06-19 [colin]      1.9.11cvs82
8819
8820         * src/imap_gtk.c
8821                 Remember that the user doesn't want to override
8822                 offline mode, for 3 seconds. It avoid presenting
8823                 him with N popups in a really short time.
8824
8825 2005-06-17 [colin]      1.9.11cvs81
8826
8827         * src/imap.c
8828                 Fix IMAP breaking on folders containing '('
8829                 (Probably won't be enough)
8830
8831 2005-06-17 [colin]      1.9.11cvs80
8832
8833         Forgotten files on 1.9.11cvs79
8834         * src/summaryview.c
8835                 Fix stepping when not immediately executing
8836         * src/imap.c
8837                 Really prevent UID FETCH 0
8838         * src/codeconv.c
8839                 Fix outgoing charset never set to utf-8
8840         * src/mh.c
8841                 Fix leak
8842
8843 2005-06-16 [colin]      1.9.11cvs79
8844
8845         * src/compose.c
8846                 Fix bug #707 (Dash splits rows)
8847                 Only wrap if we're on a line break position and
8848                 the previous one was a "white" (space) char.
8849                 Pango stuff is weird.
8850
8851 2005-06-16 [colin]      1.9.11cvs78
8852
8853         * src/imap_gtk.c
8854                 Lock summaryview while downloading messages
8855                 on user demand
8856         * src/procheader.c
8857         * src/unmime.c
8858         * src/common/utils.c
8859         * src/common/utils.h
8860                 Replace \r and \n with spaces in From and
8861                 Subject headers
8862
8863 2005-06-16 [paul]       1.9.11cvs77
8864
8865         * src/procmime.c
8866                 liberalise the mime parser
8867         * src/gtk/about.c
8868                 add text wrapping
8869
8870 2005-06-16 [paul]       1.9.11cvs76
8871
8872         * src/gtk/about.c
8873                 reworked
8874
8875 2005-06-15 [colin]      1.9.11cvs75
8876
8877         * src/compose.c
8878                 Finish header encoding fix
8879         * src/summaryview.c
8880                 Fix segfault
8881         * src/headerview.c
8882                 Fix compilation (Thanks Stephan
8883                 Sachse)
8884
8885 2005-06-15 [colin]      1.9.11cvs74
8886
8887         * Makefile.am
8888                 Install gnome2 stuff rather than gnome1, 
8889                 if both are present
8890         * src/codeconv.c
8891         * src/codeconv.h
8892         * src/compose.c
8893                 Fix headers encoding
8894         * src/folder.c
8895                 Visual progress when fetching all messages
8896         * src/folderview.c
8897         * src/summaryview.c
8898         * src/summaryview.h
8899                 Prevent changing current message while
8900                 incorporating
8901
8902 2005-06-15 [paul]       1.9.11cvs73
8903
8904         * src/gtk/gtkaspell.c
8905         * src/gtk/gtkaspell.h
8906                 fix build warnings
8907
8908 2005-06-15 [paul]       1.9.11cvs72
8909
8910         * src/prefs_filtering.c
8911                 allow reordering of filter rules by
8912                 drag n drop
8913
8914 2005-06-15 [paul]       1.9.11cvs71
8915
8916         * COPYING
8917                 updated
8918         * src/codeconv.c
8919                 replace deprecated function
8920         * src/inc.c
8921         * src/send_message.c
8922         * src/gtk/progressdialog.c
8923         * src/gtk/progressdialog.h
8924                 salvage and reuse parts of reverted sync
8925
8926 2005-06-15 [paul]       1.9.11cvs70
8927
8928         * src/inc.c
8929         * src/send_message.c
8930         * src/gtk/progressdialog.c
8931         * src/gtk/progressdialog.h
8932                 revert yesterday's sync with main
8933                 it contains deprecated functions
8934
8935 2005-06-15 [colin]      1.9.11cvs69
8936
8937         * src/headerview.c
8938                 Fix bug #670 (multi user to: will corrupt message 
8939                 headers display)
8940
8941 2005-06-15 [colin]      1.9.11cvs68
8942
8943         * src/compose.c
8944                 Fix bug #421 (Fix undo on wrapping)
8945
8946 2005-06-15 [colin]      1.9.11cvs67
8947
8948         * src/folder.c
8949                 Provide visual feedback while processing
8950                 folder's rules.
8951         * src/imap.c
8952                 Provide visual feedback while getting
8953                 short headers (for uncached messages)
8954
8955
8956 2005-06-14 [paul]       1.9.11cvs66
8957
8958         * src/account.c
8959                 change a couple stock icons
8960         * src/inc.c
8961         * src/send_message.c
8962         * src/gtk/progressdialog.c
8963         * src/gtk/progressdialog.h
8964                 sync main's GtkTreeView implementation
8965
8966 2005-06-14 [colin]      1.9.11cvs65
8967
8968         * src/imap.c
8969                 Various little fixes, mainly on error paths
8970
8971 2005-06-13 [colin]      1.9.11cvs64
8972
8973         * matcher.c
8974         * procmsg.c
8975         * procmsg.h
8976                 Add a way to fetch only headers. This speeds
8977                 up filtering on headers for IMAP. Fixes:
8978                 bug #481 extraneous imap commands slow down 
8979                         imap filtering
8980                 bug #522 Sylpheed downloads all messages 
8981                         when opening mailbox (IMAP)
8982                 bug #677 IMAP fetch is soooooooooooooo slow
8983         * src/folder.c
8984         * src/folder.h
8985                 Add a folder set_batch method so that
8986                 implementations can speed up flags changes
8987         * src/folderutils.c
8988         * src/summaryview.c
8989                 Use that in mark as (un)read and mark all read
8990                 Refix bug #679
8991         * src/imap.c
8992                 Implement set_batch - brings back deferred
8993                 flags in a less buggy manner. Fixes:
8994                 bug #729 IMAP immediate expunge of deleted messages
8995                 bug #191 remove list of messages with one command
8996                 Fix login with strange chars
8997                 Implement fetch_msg_full
8998                 Fix copy (wrong counts)
8999
9000 2005-06-12 [colin]      1.9.11cvs63
9001
9002         * src/folder.c
9003                 lock incorporation during long operations.
9004                 Avoids fucking up the IMAP socket.
9005
9006 2005-06-12 [colin]      1.9.11cvs62
9007
9008         * src/imap.c
9009                 Fix harmful typo
9010                 Factorize remove_all_msg
9011                 Thread-ize expunge
9012         * src/summaryview.c
9013                 Don't update partial-download status if unnecessary
9014         * src/folder.c
9015                 Use remove_msgs everywhere possible
9016
9017 2005-06-12 [colin]      1.9.11cvs61
9018
9019         * src/folder.c
9020         * src/folder.h
9021                 Add a remove_msgs function to remove a 
9022                 list of messages
9023         * src/imap.c
9024                 Implement that.
9025
9026 2005-06-12 [colin]      1.9.11cvs60
9027
9028         * src/imap.c
9029                 Remove flags-processing deferring... Too hard
9030                 to get it to work in all cases.
9031
9032 2005-06-11 [colin]      1.9.11cvs59
9033
9034         * src/imap.c
9035                 printf -> debug_print
9036
9037 2005-06-11 [colin]      1.9.11cvs58
9038
9039         * src/imap.c
9040                 o Fix build without USE_PTHREAD
9041                 o Factorize imap_open
9042                 o Alertpanel in case of impossible connection
9043                 o Alertpanel in case of impossible login
9044                 o Fix deferred flags processing to force a 
9045                   flush before adding some more flags to process,
9046                   but in another folder.
9047
9048 2005-06-10 [colin]      1.9.11cvs57
9049
9050         * src/imap.c
9051                 o Fix a format string error
9052                 o init ssl socket outside of the thread 
9053                   (it possibly invokes gtk calls)
9054         * src/procmime.c
9055                 o Put back the buffer to its necessary size
9056                 o Fix changing a file pointer without keeping
9057                   track of it (thanks Valgrind)
9058         * src/common/smtp.c
9059                 o Fix automatic STARTTLS if login should be done
9060                   and the server only allows it after starting TLS
9061         * src/gtk/gtkinputdialog.c
9062                 o Eat GDK_Return so that the combo popup doesn't 
9063                   appear when we press Enter to validate the combo
9064                   input dialog (as seen in the Open with... dialog)
9065
9066 2005-06-10 [colin]      1.9.11cvs56
9067
9068         * src/imap.c
9069                 o A bit less debug
9070                 o Fix a crash on deletion
9071                 o Threadize imap_select (it's called outside of 
9072                   threads)
9073                 o Defer treatment of DELETED flags
9074
9075
9076 2005-06-09 [colin]      1.9.11cvs55
9077
9078         * src/imap.c
9079                 Make sure we check imap_gtk_should_override(), which
9080                 potentially calls gtk stuff, before creating thread.
9081                 That way it should't be called via imap_get_session()
9082                 inside a thread.
9083
9084 2005-06-09 [colin]      1.9.11cvs54
9085
9086         * src/imap.c
9087                 o add a bit of status output
9088                 o remove some dead code
9089                 o threadize get_list_of_uids
9090                 o threadize imap_get_flags
9091                 o defer flag changing by 500ms so that they
9092                   can be batched
9093
9094
9095 2005-06-08 [colin]      1.9.11cvs53
9096
9097         * src/imap.c
9098                 Thread-ize imap_cmd_fetch
9099
9100 2005-06-08 [colin]      1.9.11cvs52
9101
9102         * src/main.c
9103                 Mmh, that broke POP3...
9104
9105 2005-06-08 [colin]      1.9.11cvs51
9106
9107         * src/main.c
9108                 Stabilize IMAP patch (thanks to Hoa)
9109
9110 2005-06-08 [colin]      1.9.11cvs50
9111
9112         * src/imap.c
9113                 Test patch to speed up imap. 
9114
9115 2005-06-08 [colin]      1.9.11cvs49
9116
9117         * src/imap_gtk.c
9118                 Warning fix
9119         * src/procmime.c
9120                 Apply patch from gentoo to use /usr/share/mime/globs if 
9121                 available, after un-breaking it
9122         * src/common/log.c
9123         * src/common/log.h
9124                 Use g_timeout for invoking hooks that possibly use gtk
9125                 calls. This should leave gtk calls in the main thread.
9126
9127 2005-06-08 [paul]       1.9.11cvs48
9128
9129         * src/codeconv.c
9130                 conv_get_outgoing_charset_str(): don't
9131                 use prefs_common setting
9132         * src/compose.c
9133         * src/compose.h
9134                 add /Options/Character encoding/... to
9135                 temporarily change the outgoing encoding
9136
9137         (belated sync with main)
9138
9139 2005-06-08 [paul]       1.9.11cvs47
9140
9141         * src/compose.c
9142                 correction to/completion of last
9143                 sync with main
9144
9145 2005-06-08 [paul]       1.9.11cvs46
9146
9147         sync with main:
9148         
9149         * src/codeconv.c
9150         * src/codeconv.h
9151                 always enabled Japanese auto-detection
9152                 if the first letters of locale string
9153                 is "ja"
9154         * src/compose.c
9155                 don't use "destroy" signal to destroy
9156                 Compose object (fix rare crashes on discard?)
9157         * src/mainwindow.c
9158         * src/messageview.c
9159         * src/prefs_send.c
9160                 added Hebrew encodings
9161         * src/sourcewindow.c
9162                 don't use "destroy" signal to destroy
9163                 objects
9164
9165 2005-06-07 [colin]      1.9.11cvs45
9166
9167         * src/summaryview.c
9168                 Add missing unlocks/locks
9169
9170 2005-06-07 [paul]       1.9.11cvs44
9171
9172         * src/summaryview.c
9173                 restore bug #749 fix
9174
9175 2005-06-06 [colin]      1.9.11cvs43
9176
9177         * src/summaryview.c
9178                 Fix selection bug when prefs_common.open_unread 
9179                 is FALSE
9180
9181 2005-06-06 [colin]      1.9.11cvs42
9182
9183         * src/common/md5.c
9184                 Fix a warning
9185         * src/summaryview.c
9186         * src/folderview.c
9187                 Factorize long operations beginning and end
9188                 (locking, freezing/thawing, cursor, ...)
9189                 Check selection->data member in selection-
9190                 related loops; this avoids dying an awful
9191                 death if the selection changes on us while
9192                 we're marking a whole IMAP folder unread, 
9193                 for example.
9194
9195 2005-06-06 [paul]       1.9.11cvs41
9196
9197         * src/textview.c
9198                 don't g_free() a static gchar buffer
9199
9200 2005-06-05 [colin]      1.9.11cvs40
9201
9202         * src/mainwindow.c
9203         * src/messageview.c
9204         * src/summaryview.c
9205                 Fix bug #749 (Show all headers should be
9206                 sticky as the GUI suggests)
9207
9208 2005-06-03 [paul]       1.9.11cvs39
9209
9210         * src/compose.c
9211                 don't allow editing of mail while sending.
9212                 patch by Colin
9213
9214 2005-06-03 [paul]       1.9.11cvs38
9215
9216         * src/folderview.c
9217                 add a freeze/thaw to speed up 'mark all read'
9218
9219 2005-06-03 [paul]       1.9.11cvs37
9220
9221         * src/prefs_message.c
9222                 reflect changes immediately
9223
9224 2005-06-02 [colin]      1.9.11cvs36
9225
9226         * po/POTFILES.in
9227                 Patch by Fabien Vantard.
9228
9229 2005-06-02 [colin]      1.9.11cvs35
9230
9231         * src/imap.c
9232                 Use a non-blocking imap_getline() if possible.
9233                 This should completely prevent the interface
9234                 from freezin on imap operations, although it
9235                 may do strange stuff in case of folder switching
9236                 while a big imap operation is taking place...
9237
9238                 In addition, fix a leak in the case thread
9239                 creation fails on connection.
9240
9241 2005-06-02 [colin]      1.9.11cvs34
9242
9243         * src/crash.c
9244         * src/prefs_common.h
9245                 Fix build (prefs_common_init() doesn't exist
9246                 anymore)
9247
9248 2005-06-02 [colin]      1.9.11cvs33
9249
9250         * src/prefs_account.c
9251                 Fix bug #245 (filtering rules broken when
9252                 renaming a remote account (imap4 or nntp)
9253
9254 2005-06-02 [colin]      1.9.11cvs32
9255
9256         * src/imap.c
9257                 Try to fix IMAP shortcomings: 
9258                 o Multithread imap_open()
9259                 o allow offline-mode overriding instead of
9260                   just returning NULL
9261         * src/imap_gtk.c
9262         * src/imap_gtk.h
9263                 Add a function to ask whether we want to
9264                 override offline-mode for 10 minutes (one-shot
9265                 asking was painful)
9266         * src/procheader.c
9267                 Fix segfault when imap parser isn't happy about
9268                 a missing {
9269
9270 2005-06-01 [colin]      1.9.11cvs31
9271
9272         * src/addrharvest.c
9273         * src/compose.c
9274         * src/mbox.c
9275         * src/mbox.h
9276         * src/mh.c
9277         * src/msgcache.c
9278         * src/send_message.c
9279         * src/setup.c
9280         * src/undo.c
9281         * src/common/hooks.c
9282         * src/common/prefs.c
9283         * src/common/template.c
9284         * src/common/utils.c
9285         * src/gtk/gtkutils.c
9286         * src/gtk/inputdialog.c
9287         * src/gtk/menu.c
9288         * src/gtk/pluginwindow.c
9289         * src/gtk/prefswindow.c
9290         * src/plugins/pgpmime/passphrase.c
9291         * src/plugins/pgpmime/prefs_gpg.c
9292                 More -Wall fixes
9293
9294         * src/common/Makefile.am
9295         * src/common/timing.h
9296                 Add basic timing code
9297
9298         * src/summaryview.c
9299                 Fix a bug with unread messages when 
9300                 re-sorting folders, and by the way
9301                 fix a big performance hit when 
9302                 re-sorting (10k mails: before 5s,
9303                 after .5s)
9304
9305         * src/prefs_compose_writing.c
9306         * src/prefs_compose_writing.h
9307         * src/prefs_message.c
9308         * src/prefs_message.h
9309         * src/prefs_other.c
9310         * src/prefs_other.h
9311         * src/prefs_quote.c
9312         * src/prefs_quote.h
9313         * src/prefs_receive.c
9314         * src/prefs_receive.h
9315         * src/prefs_send.c
9316         * src/prefs_send.h
9317         * src/prefs_summaries.c
9318         * src/prefs_summaries.h
9319                 Fix copyright banner
9320
9321 2005-06-01 [paul]       1.9.11cvs30
9322
9323         * po/fi.po
9324                 updated by Flammie Pirinen
9325         * src/procmime.c
9326                 fix 'Bad BASE64 content' output
9327
9328 2005-05-31 [colin]      1.9.11cvs29
9329
9330         * src/procmime.c
9331                 Oops, where did my hunk go.
9332
9333 2005-05-31 [colin]      1.9.11cvs28
9334
9335         * src/Makefile.am
9336         * src/account.c
9337         * src/action.c
9338         * src/addr_compl.c
9339         * src/addressbook.c
9340         * src/codeconv.c
9341         * src/compose.c
9342         * src/export.c
9343         * src/folder.c
9344         * src/folderview.c
9345         * src/image_viewer.c
9346         * src/main.c
9347         * src/mainwindow.c
9348         * src/messageview.c
9349         * src/mimeview.c
9350         * src/msgcache.c
9351         * src/prefs_account.c
9352         * src/prefs_actions.c
9353         * src/prefs_common.c
9354         * src/prefs_compose_writing.c
9355         * src/prefs_customheader.c
9356         * src/prefs_ext_prog.c
9357         * src/prefs_filtering.c
9358         * src/prefs_filtering_action.c
9359         * src/prefs_fonts.c
9360         * src/prefs_image_viewer.c
9361         * src/prefs_message.c
9362         * src/prefs_message.h
9363         * src/prefs_msg_colors.c
9364         * src/prefs_other.c
9365         * src/prefs_other.h
9366         * src/prefs_quote.c
9367         * src/prefs_receive.c
9368         * src/prefs_receive.h
9369         * src/prefs_send.c
9370         * src/prefs_send.h
9371         * src/prefs_spelling.c
9372         * src/prefs_summaries.c
9373         * src/prefs_summary_column.c
9374         * src/prefs_template.c
9375         * src/prefs_themes.c
9376         * src/prefs_toolbar.c
9377         * src/prefs_wrapping.c
9378         * src/procmime.c
9379         * src/procmsg.c
9380         * src/send_message.h
9381         * src/ssl_manager.c
9382         * src/summary_search.c
9383         * src/summaryview.c
9384         * src/textview.c
9385         * src/wizard.c
9386         * src/common/smtp.c
9387         * src/common/smtp.h
9388         * src/gtk/gtkutils.h
9389                 o Move the rest of Common prefs to new style
9390                 o Lots of -Wall warning fixes
9391                 o fix FIXME in cache memusage calculation
9392                 o Let return receipts be sent from any account
9393                 o Little cache optimisation (read)
9394                 o Fix bug #746 (don't treat commas as separators
9395                   when inside a quoted string)
9396
9397 2005-05-31 [paul]       1.9.11cvs27
9398
9399         * src/prefs_common.c
9400                 fix 'off-by-one' typo
9401
9402 2005-05-31 [paul]       1.9.11cvs26
9403
9404         * src/account.c
9405         * src/addr_compl.c
9406         * src/compose.c
9407         * src/foldersel.c
9408         * src/prefs_actions.c
9409         * src/prefs_common.c
9410         * src/prefs_common.h
9411         * src/prefs_customheader.c
9412         * src/prefs_display_header.c
9413         * src/prefs_filtering.c
9414         * src/prefs_filtering_action.c
9415         * src/prefs_matcher.c
9416         * src/prefs_summaries.c
9417         * src/prefs_summary_column.c
9418         * src/prefs_template.c
9419         * src/prefs_toolbar.c
9420         * src/ssl_manager.c
9421         * src/gtk/pluginwindow.c
9422         * src/gtk/prefswindow.c
9423         * src/gtk/progressdialog.c
9424                 add hidden prefs 'enable_rules_hint'
9425                 for gtk_tree_view_set_rules_hint()
9426                 (sync with main)
9427                 
9428
9429 2005-05-31 [colin]      1.9.11cvs25
9430
9431         * src/Makefile.am
9432         * src/main.c
9433         * src/prefs_common.c
9434         * src/prefs_summaries.c ** ADDED **
9435         * src/prefs_summaries.h ** ADDED **
9436                 Common/Display -> Display/Summaries
9437
9438 2005-05-31 [colin]      1.9.11cvs24
9439
9440         * src/Makefile.am
9441         * src/main.c
9442         * src/prefs_quote.c ** ADDED **
9443         * src/prefs_quote.h ** ADDED **
9444                 Move Common/Quote to Compose/Quoting
9445         * src/prefs_common.c
9446         * src/prefs_common.h
9447                 Remove old quote stuff, add
9448                 convenience functions for GtkTextView prefs
9449         * src/gtk/prefswindow.c
9450                 Set default height higher
9451
9452 2005-05-30 [colin]      1.9.11cvs23
9453
9454         * src/Makefile.am
9455         * src/main.c
9456         * src/prefs_common.c
9457         * src/prefs_compose_writing.c ** ADDED **
9458         * src/prefs_compose_writing.h ** ADDED **
9459                 Move Common/Compose prefs to Compose/Writing
9460
9461 2005-05-30 [colin]      1.9.11cvs22
9462
9463         * src/common/utils.c
9464                 Fix bug #651 (Confused Attract by Subject)
9465                 Patch by M. Benkmann <haferfrost@web.de>
9466         * AUTHORS
9467
9468 2005-05-30 [colin]      1.9.11cvs21
9469
9470         * src/compose.c
9471                 Fix concatenation of different headers of
9472                 the same type (bug #645)
9473         * src/prefs_folder_item.c
9474                 Fix bug #699 (setting color to black doesn't
9475                 work immediately)
9476         * src/procmime.c
9477                 Print out decoding error only once per
9478                 block
9479
9480 2005-05-30 [paul]       1.9.11cvs20
9481
9482         * src/common/template.c
9483                 fix Bcc
9484
9485 2005-05-30 [paul]       1.9.11cvs19
9486
9487         * doc/src/rfc2368.txt   **NEW FILE**
9488         * src/compose.c
9489                 compose_entries_set(): don't interpret Bcc
9490                 header field (conform to RFC 2368)
9491                 (sync with main)
9492
9493 2005-05-29 [colin]      1.9.11cvs18
9494
9495         * src/prefs_common.c
9496                 Let the default reply format respect
9497                 netiquette by cutting the signature.
9498
9499 2005-05-29 [colin]      1.9.11cvs17
9500
9501         * src/summaryview.c
9502                 Don't let always_show_msg override
9503                 open_unread_on_enter when opening a new
9504                 directory.
9505
9506 2005-05-27 [paul]       1.9.11cvs16
9507
9508         sync with main:
9509
9510         * src/main.c
9511                 app_will_exit(): cleanup tmp directory when exit
9512         * src/message_search.c
9513                 improved the interface and made code cleanup.
9514                 removed Clear button
9515         * src/send_message.c
9516                 send_message_local(): use GSpawn, and detect errors
9517         * src/summary_search.c
9518                 improved the interface and made code cleanup
9519         * src/textview.c
9520                 textview_write_link(): also skip non-ascii space
9521                  at the head of link strings (phishing check
9522                  didn't work at the case)
9523         * src/common/utils.c
9524                 get_command_output(): use g_spawn_command_line_sync()
9525                 instead of popen()
9526
9527 2005-05-26 [colin]      1.9.11cvs15
9528
9529         * src/folder.c
9530                 remove printf
9531
9532 2005-05-26 [colin]      1.9.11cvs14
9533
9534         * src/common/nntp.c
9535                 Fix nntp mode reader (bug #611)
9536                 Patch by Florian Mickler <florian@mickler.org>
9537
9538 2005-05-26 [colin]      1.9.11cvs13
9539
9540         * src/plugins/pgpmime/passphrase.c
9541                 Fix mouse grabbing (bug #557)
9542
9543 2005-05-26 [colin]      1.9.11cvs12
9544
9545         * src/prefs_themes.c
9546                 Fix g_warning (bug #541)
9547
9548 2005-05-26 [colin]      1.9.11cvs11
9549
9550         * src/prefs_actions.c
9551         * src/prefs_template.c
9552                 Fix bug #506 (no warning if action/template
9553                 is not saved)
9554         * src/common/template.c
9555                 Fix a possible crash
9556
9557 2005-05-26 [colin]      1.9.11cvs10
9558
9559         * src/folder.c
9560         * src/folderview.c
9561         * src/procmsg.c
9562         * src/summaryview.c
9563                 Forbid locked messages to be moved or
9564                 deleted. Locked messages in trashes 
9565                 still get deleted, for performance
9566                 reason (mh.c::mh_remove_all_msgs)
9567
9568 2005-05-25 [colin]      1.9.11cvs9
9569
9570         * src/procmime.c
9571                 Use correct encoding when sending mails
9572                 with attachments that have accentued 
9573                 chars in their name
9574
9575 2005-05-24 [colin]      1.9.11cvs8
9576
9577         * src/summaryview.c
9578                 Fix bug #688 f) read/unread marker not
9579                 changed on first click
9580                 Also, optimize summary_status_show()
9581                 calls
9582         * src/folder.c
9583         * src/inc.c
9584         * src/procmime.c
9585                 Fix bug #688 b) and c) wrt message
9586                 attachments and signature
9587         * src/stock_pixmap.c
9588         * src/stock_pixmap.h
9589         * src/stock_pixmap.c
9590         * src/stock_pixmap.h
9591         * src/Makefile.am
9592         * src/pixmaps/clip_gpg_signed.xpm
9593                 Add clip/signed icon
9594
9595 2005-05-24 [colin]      1.9.11cvs7
9596
9597         * src/folder_item_prefs.c
9598                 whitespace fix
9599
9600 2005-05-24 [colin]      1.9.11cvs6
9601
9602         * src/folderview.c
9603         * src/prefs_common.c
9604         * src/prefs_common.h
9605                 Add a confirmation to folder drag and drop
9606                 fixes bug #156
9607         * src/alertpanel.c
9608         * src/alertpanel.h
9609                 fix _with_disable parameters so that
9610                 the buttons labels are specifiable too
9611         * src/plugins/pgpmime/sgpgme.c
9612                 reflect said change
9613                 
9614
9615 2005-05-24 [colin]      1.9.11cvs5
9616
9617         * src/folderview.c
9618                 Uncollapse/collapse folders on double-click
9619                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
9620                 closes bug #108
9621
9622 2005-05-23 [colin]      1.9.11cvs4
9623
9624         * src/common/socket.c
9625                 Check another special SSL_peek() error.
9626                 Should help wrt bug #728
9627
9628 2005-05-23 [colin]      1.9.11cvs3
9629
9630         * src/plugins/pgpmime/pgpmime.c
9631                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
9632                 breaking menu accelerators and stuff. Users will have to
9633                 reselect "PGP MIME" instead of "PGP/MIME" in their 
9634                 account's privacy preferences if needed.
9635
9636 2005-05-22 [paul]
9637
9638         * tools/kdeservicemenu/install.sh
9639                 use kdesu to prompt for root password if doing
9640                 global install/uninstall
9641
9642 2005-05-20 [colin]      1.9.11cvs2
9643
9644         * src/procmsg.c
9645                 Fix another compilation error with gcc-2.9x
9646                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
9647         * src/send_message.c
9648                 Don't send QUIT if we aren't connected
9649
9650 2005-05-19 [colin]      1.9.11cvs1
9651
9652         * src/procmsg.c
9653                 Fix compilation with gcc 2.9x
9654
9655 2005-05-19 [paul]       1.9.11
9656
9657         1.9.11 released
9658
9659 2005-05-19 [paul]       1.9.9cvs14
9660
9661         * src/gtk/inputdialog.c
9662                 prevent gettext warning
9663
9664 2005-05-19 [paul]       1.9.9cvs13
9665
9666         * src/mainwindow.c
9667         * src/prefs_common.c
9668         * src/prefs_common.h
9669         * src/textview.c
9670         * src/textview.h
9671                 add an option to toggle cursor in message
9672                 view (sync with main)
9673
9674 2005-05-18 [colin]      1.9.9cvs12
9675
9676         * src/compose.c
9677                 Dereference freed pointer
9678         * src/gtk/gtkaspell.c
9679                 Fix duplication of dictionaries (is it an aspell issue?)
9680
9681 2005-05-18 [colin]      1.9.9cvs11
9682
9683         * src/gtk/inputdialog.c
9684         * src/gtk/gtkaspell.c
9685                 HIGuify dialogs
9686         * src/alertpanel.c
9687                 Remove a double call
9688
9689 2005-05-17 [colin]      1.9.9cvs10
9690
9691         * src/gtk/gtkaspell.c
9692                 Fix dialogs, Ctrl-Enter accel
9693
9694 2005-05-17 [colin]      1.9.9cvs9
9695
9696         * src/gtk/gtkaspell.c
9697                 Fix some accelerators, escape in replace-window
9698
9699 2005-05-16 [colin]      1.9.9cvs8
9700
9701         * src/gtk/gtkaspell.c
9702                 Revert last commit, it was a mistake.
9703
9704 2005-05-16 [colin]      1.9.9cvs7
9705
9706         * src/gtk/gtkaspell.c
9707                 Remove buggy code while we're at it. It's a 
9708                 dead code path anyway.
9709
9710 2005-05-16 [colin]      1.9.9cvs6
9711
9712         * src/gtk/gtkaspell.c
9713                 Missed some gtk_menu_popup where deactivate
9714                 signal should be handled. Should fix bug
9715                 #629 a bit more.
9716
9717 2005-05-16 [colin]      1.9.9cvs5
9718
9719         * src/gtk/gtkaspell.c
9720                 Remove debug printf()s
9721
9722 2005-05-16 [colin]      1.9.9cvs4
9723
9724         * src/gtk/gtkaspell.c
9725                 Fix a bit aspell problems
9726                 (see bug #629)
9727
9728 2005-05-13 [colin]      1.9.9cvs3
9729
9730         * src/folderview.c
9731                 Fix the + appearing even when no subfolders
9732                 have unread messages. Thanks to wwp for the
9733                 bug report.
9734
9735 2005-05-11 [paul]       1.9.9cvs2
9736
9737         * src/folderview.c
9738                 correction to 1.9.9cvs1, only colour folders that
9739                 have new msgs (not unread msgs)
9740
9741 2005-05-10 [colin]      1.9.9cvs1
9742
9743         * src/folderview.c
9744         * src/summaryview.c
9745                 Try to fix bolding bugs again.
9746
9747 2005-05-09 [paul]
9748
9749         * tools/claws.i18n.status.pl
9750                 add Ricardo Mones Lastra's script that has been providing
9751                 the i18n status page for many months
9752
9753 2005-05-09 [paul]       1.9.9
9754
9755         1.9.9 release
9756
9757 2005-05-09 [paul]       1.9.6cvs58
9758
9759         * AUTHORS
9760         * INSTALL
9761         * README.claws
9762                 updated
9763         * Makefile.am 
9764         * RELEASE_NOTES.claws
9765                 add release notes to cvs to simplify release
9766                 procedure
9767         * configure.ac
9768                 add ca and fi to ALL_LINGUAS
9769         * po/Makefile.in.in
9770                 workaround for missing Makevars
9771         * po/ca.po
9772         * po/fi.po
9773                 add new Catalan and Finnish translations
9774                 submitted by Miquel Oliete and Flammie Pirinen
9775         * po/de.po
9776         * po/es.po
9777         * po/fr.po
9778         * po/it.po
9779         * po/pl.po
9780         * po/ru.po
9781         * po/sk.po
9782         * po/sr.po
9783         * po/zh_CN.po
9784                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
9785                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
9786                 Urke MMI, and Hansom Young
9787         * src/main.c
9788                 Fix drafting when quitting. compose_draft() closes the
9789                 compose windows, which modifies the compose_list GSList.
9790                 We have to refresh this list after echo drafting to avoid a
9791                 segfault
9792         * src/partial_download.c
9793                 fix segfault on exit
9794
9795 2005-05-06 [paul]       1.9.6cvs57
9796
9797         * src/grouplistdialog.c
9798                 quick fix/workaround for unresizeable newsgroup
9799                 name column 
9800
9801 2005-05-06 [paul]       1.9.6cvs56
9802
9803         * src/inc.c
9804         * src/mainwindow.c
9805                 use gettext plural forms
9806         * src/imap_gtk.c
9807         * src/mh_gtk.c
9808         * src/toolbar.c
9809                 small improvement to english usage
9810
9811 2005-05-05 [thorsten]   1.9.6cvs55
9812
9813         * src/folder.c
9814                 fix possible crash
9815
9816 2005-05-05 [paul]       1.9.6cvs54
9817         
9818         sync with HEAD
9819
9820         * AUTHORS
9821         * src/compose.c
9822                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
9823                 patch by Tim Mann
9824
9825 2005-05-05 [paul]       1.9.6cvs53
9826
9827         * src/mainwindow.c
9828                 fix resizing of separate message and
9829                 folder views
9830
9831 2005-05-05 [paul]       1.9.6cvs52
9832
9833         * src/account.c
9834         * src/addrgather.c
9835         * src/browseldap.c
9836         * src/exphtmldlg.c
9837         * src/expldifdlg.c
9838         * src/importmutt.c
9839         * src/importpine.c
9840         * src/main.c
9841         * src/mainwindow.c
9842         * src/noticeview.c
9843         * src/prefs_filtering.c
9844         * src/prefs_filtering_action.c
9845         * src/prefs_matcher.c
9846         * src/prefs_spelling.c
9847         * src/prefs_toolbar.c
9848         * src/toolbar.c
9849         * src/wizard.c
9850         * src/gtk/description_window.c
9851         * src/gtk/gtkvscrollbutton.c
9852         * src/gtk/progressdialog.c
9853         * src/gtk/quicksearch.c
9854         * src/plugins/pgpmime/prefs_gpg.c
9855         * src/plugins/spamassassin/spamassassin_gtk.c
9856                 replace deprecated gtk_widget_set_usize
9857
9858 2005-05-04 [colin]      1.9.6cvs51
9859
9860         * src/common/utils.c
9861                 Fix crash when subst_for_filename is called
9862                 with a NULL parameter
9863
9864 2005-05-04 [colin]      1.9.6cvs50
9865
9866         * src/partial_download.c
9867         * src/pop.c
9868                 Escape login when writing uidl file
9869                 fixes bug #736
9870
9871 2005-05-03 [colin]      1.9.6cvs49
9872
9873         * src/procmime.c
9874                 Fix possible DOS in mime parser
9875                 (see bug #634)
9876
9877 2005-05-02 [colin]      1.9.6cvs48
9878
9879         * src/compose.c
9880                 Try to fix the copy/paste mess once again.
9881
9882
9883 2005-04-30 [colin]      1.9.6cvs47
9884
9885         * src/prefs_account.h
9886         * src/procmsg.c
9887         * src/send_message.c
9888         * src/common/smtp.c
9889         * src/common/smtp.h
9890                 Try to batch sending mails (per account) instead of
9891                 reconnecting to server every time.
9892
9893 2005-04-29 [colin]      1.9.6cvs46
9894
9895         * src/messageview.c
9896                 Fix window resizing that refused to size down
9897         * src/prefs_common.c
9898         * src/prefs_common.h
9899         * src/prefs_filtering.c
9900                 Save Filtering's window size
9901
9902 2005-04-21 [paul]       1.9.6cvs45
9903
9904         * ChangeLog-gtk2.claws
9905         * src/setup.c
9906                 correction to sync
9907
9908 2005-04-21 [paul]       1.9.6cvs44
9909
9910         sync with main:
9911
9912         * src/setup.c
9913         * src/statusbar.c
9914         * src/statusbar.h
9915                 use gtkut_widget_draw_now(). Improved performance
9916                 of the update of statusbar
9917         * src/textview.c
9918                 textview_smooth_scroll_do(): redraw it after scroll
9919                 is done (fixed incorrect display when a part of the
9920                 view is hidden).
9921         * src/gtk/gtkutils.c
9922         * src/gtk/gtkutils.h
9923                 gtkut_widget_draw_now(): use gdk_window_process_updates()
9924                 to force update of widgets.
9925                 Removed gtkut_widget_wait_for_draw() which had a big
9926                 overhead  because of waiting for all events processed 
9927
9928 2005-04-20 [paul]       1.9.6cvs43
9929
9930         * src/codeconv.c
9931                 complete 1.9.6cvs42's sync:
9932                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
9933
9934 2005-04-19 [paul]       1.9.6cvs42
9935
9936         sync with main:
9937
9938         * src/action.c
9939                 catch_output(): correctly select the insert text
9940                 (fix invalid iterator warnings).
9941         * src/codeconv.c
9942         * src/codeconv.h
9943         * src/mainwindow.c
9944         * src/messageview.c
9945         * src/prefs_common.c
9946                 support GBK encoding.
9947         * src/common/session.c
9948         * src/common/session.h
9949                 use separate buffer for large data to be sent,
9950                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
9951
9952 2005-04-18 [paul]       1.9.6cvs41
9953
9954         * src/jpilot.c
9955                 convert unsigned long into guint32
9956                 patch by Paul LeoNerd Evans 
9957
9958 2005-04-17 [colin]      1.9.6cvs40
9959
9960         * src/compose.c
9961                 Fix 'Request return receipt' from folder
9962                 properties (bug #708)
9963
9964 2005-04-17 [colin]      1.9.6cvs39
9965
9966         * src/mainwindow.c
9967                 Fix duplicate hotkeys in Mainwindow's menu
9968
9969 2005-04-17 [colin]      1.9.6cvs38
9970
9971         * src/folderview.c
9972                 Fix duplicate hotkeys in Folderview's contextual
9973                 menu
9974
9975 2005-04-15 [colin]      1.9.6cvs37
9976
9977         * src/summaryview.c
9978                 Fix 'Save as...' with non-ascii filenames
9979
9980 2005-04-15 [colin]      1.9.6cvs36
9981
9982         * src/plugins/pgpmime/pgpmime.c
9983                 Fix bus error on 64bit. Spotted by 
9984                 macallan1888@gmail.com
9985
9986 2005-04-15 [colin]      1.9.6cvs35
9987
9988         * src/prefs_account.c
9989                 Fix cvs34.
9990
9991 2005-04-12 [colin]      1.9.6cvs34
9992
9993         * src/prefs_account.c
9994                 Fix smtp auth type off-by-one. We forgot to
9995                 add PLAIN in the prefs-to-gui setter func and
9996                 as a result, the selected auth when opening
9997                 account prefs was not the correct one.
9998
9999 2005-04-12 [paul]       1.9.6cvs33
10000
10001         * src/inc.c
10002                 if the recv dialog is visible, Cancel only
10003                 cancels the current account
10004
10005
10006 2005-04-10 [colin]      1.9.6cvs32
10007
10008         * src/filtering.c
10009                 Copy score when copying FilteringActions
10010                 Fix bug #674
10011
10012 2005-04-10 [colin]      1.9.6cvs31
10013
10014         * src/inc.c
10015                 Make Message -> Receive -> Cancel cancel 
10016                 incorporation on all accounts. Fixes
10017                 bug #693
10018
10019 2005-04-10 [colin]      1.9.6cvs30
10020
10021         * src/prefs_account.c
10022                 Update Privacy checkbuttons status based
10023                 on the selected privacy system
10024         * src/compose.c
10025                 Always connect the "None" privacy system; the
10026                 static boolean was probably there to avoid
10027                 reconnecting twice in the same compose window,
10028                 but as the parent function is only called once
10029                 per compose, it's only a bug - as a static is
10030                 initialized once per application instance.
10031                 Also, don't uncheck Sign and Encrypt when
10032                 selecting None as privacy system; just ignore
10033                 them when sending/queuing.
10034                 Should fix bug #695
10035
10036 2005-04-08 [colin]      1.9.6cvs29
10037
10038         * src/account.c
10039         * src/prefs_account.c
10040         * src/prefs_account.h
10041                 Add account preference to queue message in a certain
10042                 folder.
10043
10044 2005-04-06 [colin]      1.9.6cvs28
10045
10046         * src/prefs_account.c
10047                 Update old inbox path syntax
10048
10049 2005-04-06 [paul]       1.9.6cvs27
10050
10051         sync with main:
10052
10053         * configure.ac
10054                 changed -traditional-cpp to -no-cpp-precomp for newer
10055                 Mac OS X support
10056         * src/foldersel.c
10057                 made column resize automatically
10058         * src/send_message.c
10059                 send_message_smtp(): consider EOF right after QUIT
10060                 successful (workaround for Gmail SMTP server)
10061         * src/common/socket.c
10062                 ssl_read(), ssl_peek(): check EOF which violates the
10063                 SSL protocol
10064         * src/gtk/colorlabel.c
10065                 removed warnings when displaying colorlabel menu
10066                 (don't use GtkAlignment)
10067
10068 2005-04-05 [paul]       1.9.6cvs26
10069
10070         * src/plugins/trayicon/trayicon.c
10071                 fix clipping of icon under KDE3 
10072
10073 2005-04-05 [paul]       1.9.6cvs25
10074
10075         * src/summaryview.c
10076                 hide display of threading
10077                 patch by Alfons
10078
10079 2005-04-04 [thorsten]   1.9.6cvs24
10080
10081         * src/mh.c
10082                 marks lost on filesystems with different stat() results on
10083                 summer-/wintertime
10084
10085 2005-04-03 [colin]      1.9.6cvs23
10086
10087         * src/summaryview.c
10088                 Don't handle up/down. Patch by Alfons
10089
10090 2005-04-02 [colin]      1.9.6cvs22
10091
10092         * src/summaryview.c
10093                 Make scrolling faster. Patch by Alfons.
10094
10095 2005-04-01 [colin]      1.9.6cvs21
10096
10097         * src/Makefile.am
10098         * src/stock_pixmap.c
10099         * src/pixmaps/dir-noselect.xpm ** REMOVED **
10100         * src/pixmaps/dir_noselect.xpm ** ADDED **
10101                 Fix pixmap name mismatch (Thanks Stephan Sachse)
10102
10103 2005-04-01 [colin]      1.9.6cvs20
10104
10105         * src/image_viewer.c
10106         * src/image_viewer.h
10107         * src/procmime.c
10108         * src/procmime.h
10109         * src/textview.c
10110         * src/textview.h
10111                 Implement inline image resizing and right-clicking
10112
10113 2005-04-01 [paul]       1.9.6cvs19
10114
10115         * AUTHORS
10116         * Makefile.am
10117         * configure.ac
10118                 check for gnome2
10119                 patch by Luca Cavalli <loopback<AT>slackit.org>
10120         * po/ru.po
10121                 updated by Pavlo Bohmat
10122
10123 2005-03-31 [colin]      1.9.6cvs18
10124
10125         * src/news.c
10126                 Fix parsing references
10127         * src/msgcache.c
10128                 don't put nulls in the references list
10129         * src/procheader.c
10130                 commit that forgotten file in 1.9.6cvs14
10131
10132 2005-03-31 [colin]      1.9.6cvs17
10133
10134         * src/compose.c
10135                 Fix joining of signature separator again. 
10136                 Maybe Hiro could put it in main too...
10137
10138 2005-03-31 [colin]      1.9.6cvs16
10139
10140         * src/Makefile.am
10141         * src/foldersel.c
10142         * src/stock_pixmap.c
10143         * src/stock_pixmap.h
10144         * src/pixmaps/dir-noselect.xpm
10145                 Update foldersel.c (sync from main, patch by Alfons)
10146
10147 2005-03-30 [colin]      1.9.6cvs15
10148
10149         * src/imap.c
10150                 Fix handling of imap folders containing [] in 
10151                 their name. Thanks to Nahuel Angelinetti for
10152                 the detailed bugreport.
10153
10154 2005-03-30 [colin]      1.9.6cvs14
10155
10156         * src/common/utils.h
10157         * src/common/utils.c
10158         * src/common/defs.h
10159         * src/matcher.c
10160         * src/msgcache.c
10161         * src/news.c
10162         * src/procmsg.c
10163         * src/procmsg.h
10164         * src/quote_fmt_parse.y
10165         * src/summaryview.c
10166                 Update references system. Patch by Alfons
10167
10168 2005-03-30 [colin]      1.9.6cvs13
10169
10170         * src/common/socket.c
10171                 Force the glibc to read resolv.conf again when 
10172                 it has changed. Should fix issues when changing
10173                 networks on a laptop and not restarting sylpheed. 
10174
10175 2005-03-30 [paul]       1.9.6cvs12
10176
10177         partial sync with main:
10178
10179         * src/action.c
10180                 create_io_dialog(): use user-defined text font
10181                 (thanks to Alfons), and modified its appearance.
10182         * src/addrgather.c
10183         * src/addrharvest.c
10184         * src/browseldap.c
10185                 replace old code
10186         * src/compose.c
10187                 don't join (presumably) itemized lines on line-wrapping
10188                 fixed wrapping of quote when auto-wrapping is enabled
10189                 compose_destroy(): destroy paned only if it's not
10190                 attached to window. Fixed memory leak of popup menu.
10191         * src/exphtmldlg.c
10192         * src/expldifdlg.c
10193                 replace old code
10194         * src/html.c
10195         * src/html.h
10196         * src/importmutt.c
10197         * src/importpine.c
10198                 replace old code
10199         * src/main.c
10200                 removed redundant code
10201         * src/mainwindow.c
10202                 changed 'Code set' (which is rather incorrect)
10203                 in the menu to 'Character encoding'
10204                 main_window_set_widgets(): request size first
10205                 to prevent window size becoming wrong
10206                 fixed remembering of the state of the visibility
10207                 of MessageView
10208         * src/messageview.c
10209                 changed 'Code set' (which is rather incorrect)
10210                 in the menu to 'Character encoding'
10211         * src/prefs_common.c
10212         * src/prefs_common.h
10213                 added an option whether to render HTML as text or not
10214                 added separators to outgoing encoding menu
10215         * src/procheader.c
10216                 procheader_scan_date_string(): support header
10217                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
10218         * src/summaryview.c
10219         * src/summaryview.h
10220                 minor code cleanup
10221         * src/textview.c
10222                 textview_show_html(): force output of newline
10223                 added an option whether to render HTML as text or not
10224         * src/common/utils.c
10225                 strncpy2(): optimized based on Alfons' code
10226         * src/gtk/gtkutils.c
10227         * src/gtk/gtkutils.h
10228                 removed non-used code
10229         * src/plugins/pgpmime/passphrase.c
10230                 partially fixed grab input of passphrase dialog
10231                 Confine pointer to window
10232
10233 2005-03-30 [colin]      1.9.6cvs11
10234
10235         * src/msgcache.c
10236         * src/msgcache.h
10237                 Read/write 32bit ints from cache & marks
10238                 From main.
10239
10240 2005-03-29 [paul]       1.9.6cvs10
10241
10242         * AUTHORS
10243         * ChangeLog.claws
10244         * src/compose.c
10245         * src/gtk/gtkaspell.c
10246                 sync with HEAD (don't pass NULL pointers) 
10247
10248 2005-03-24 [paul]
10249
10250         * tools/Makefile.am
10251         * tools/README
10252         * tools/acroread2sylpheed.pl
10253                 sync with HEAD (add script to send pdfs as
10254                 attachments from Adobe Reader 7)
10255
10256 2005-03-21 [paul]       1.9.6cvs9
10257
10258         * configure.ac
10259         * po/POTFILES.in
10260         * src/Makefile.am
10261         * src/crash.c
10262         * src/image_viewer.c ** ADDED **
10263         * src/image_viewer.h ** ADDED **
10264         * src/main.c
10265         * src/prefs_common.c
10266         * src/prefs_common.h
10267         * src/prefs_image_viewer.c ** ADDED **
10268         * src/prefs_image_viewer.h ** ADDED **
10269         * src/textview.c
10270         * src/gtk/about.c
10271         * src/pixmaps/sylpheed_logo.xpm
10272         * src/plugins/Makefile.am
10273         * src/plugins/image_viewer/.cvsignore ** REMOVED **
10274         * src/plugins/image_viewer/Makefile.am ** REMOVED **
10275         * src/plugins/image_viewer/plugin.c ** REMOVED **
10276         * src/plugins/image_viewer/viewer.c ** REMOVED **
10277         * src/plugins/image_viewer/viewer.glade ** REMOVED **
10278         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
10279         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
10280         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
10281         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
10282                 as gdk-pixbuf is now built-in
10283                 remove image_viewer plugin and put code back into
10284                 main codebase
10285                 implement inline image display (sync with main)
10286
10287                 replace logo with newer, nicer, larger version  
10288
10289 2005-03-21 [paul]       1.9.6cvs8
10290
10291         * src/gtk/about.c
10292                 cosmetic improvement
10293
10294 2005-03-21 [holger]     1.9.6cvs7
10295
10296         * src/plugins/spamassassin/spamassassin.c
10297                 Sync with HEAD
10298                 (unregister hook on failed plugin init)
10299
10300 2005-03-20 [colin]      1.9.6cvs6
10301
10302         * src/common/plugin.c
10303                 Check that plugin isn't already loaded
10304                 Patch by Alfons
10305
10306 2005-03-20 [thorsten]   1.9.6cvs5
10307
10308         * src/compose.c
10309                 use a more compatible syntax
10310
10311 2005-03-20 [thorsten]   1.9.6cvs4
10312
10313         * src/prefs_toolbar.c
10314                 fix crash when selecting toolbar item (uninitialized pointer)
10315
10316 2005-03-20 [thorsten]   1.9.6cvs3
10317
10318         * src/procmime.c
10319                 fix mimetype detection (referenced free()d string)
10320
10321 2005-03-20 [paul]       1.9.6cvs2
10322
10323         * src/compose.c
10324                 sync with HEAD (1.0.3cvs5)
10325                 neglect Reply-To header if empty
10326                 Patch by Alfons 
10327
10328 2005-03-19 [holger]     1.9.6cvs1
10329
10330         * src/summaryview.c
10331         * src/summaryview.h
10332                 Sync with HEAD
10333
10334 2005-03-18 [paul]       1.9.6
10335
10336         initial GTK2 release
10337
10338 2005-03-18 [paul]       1.0.3cvs3.1
10339
10340         * AUTHORS
10341         * ChangeLog.claws
10342         * configure.ac
10343         * src/gtk/about.c
10344         * src/pixmaps/sylpheed_logo.xpm
10345                 sync with HEAD
10346
10347 2005-03-18 [colin]      1.0.3cvs2.6
10348
10349         * src/summaryview.c
10350                 Remove call to summary_step in summary_copy_selected_to
10351                 Can't see its purpose, and this causes bug when copying
10352                 a message if the next one is unread: it reads it.
10353
10354 2005-03-18 [paul]       1.0.3cvs2.5
10355
10356         * src/foldersel.c
10357                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
10358
10359 2005-03-18 [paul]       1.0.3cvs2.4
10360
10361         * src/addrharvest.c
10362         * src/codeconv.c
10363         * src/codeconv.h
10364         * src/compose.c
10365         * src/news.c
10366         * src/procheader.c
10367         * src/procmime.c
10368         * src/unmime.c
10369         * src/unmime.h
10370                 fix buffer overflow, CAN-2005-0667, see
10371                 http://secunia.com/advisories/14491/
10372                 Patch by Alfons
10373
10374 2005-03-17 [colin]      1.0.3cvs2.3
10375
10376         * src/prefs_fonts.c
10377         * src/summaryview.c
10378                 Fix font bugs (both lists now officialy share 
10379                 the same font)
10380                 
10381
10382 2005-03-17 [paul]       1.0.3cvs2.2
10383
10384         * src/gtk/pluginwindow.c
10385                 make plugin descriptions uneditable
10386
10387 2005-03-11 [paul]       1.0.3cvs2.1
10388
10389         * ChangeLog.claws
10390         * configure.ac
10391         * po/POTFILES.in
10392         * src/plugins/trayicon/trayicon.c
10393                 sync with HEAD
10394                 add src/wizard.c to POTFILES.in
10395
10396 2005-03-11 [paul]       1.0.3cvs1.1
10397
10398         * ChangeLog
10399         * ChangeLog.claws
10400         * configure.ac
10401         * po/de.po
10402         * po/es.po
10403         * po/fr.po
10404         * po/it.po
10405         * po/pt_BR.po
10406         * po/ru.po
10407         * po/sk.po
10408         * po/sr.po
10409         * po/zh_CN.po
10410                 sync with HEAD
10411
10412 2005-03-04 [colin]      1.0.1cvs22.2
10413
10414         * src/compose.c
10415                 Fix signatures with accentued chars in it
10416
10417 2005-03-04 [colin]      1.0.1cvs22.1
10418
10419         * src/common/smtp.c
10420         * src/common/smtp.h
10421                 Don't use SIZE param in MAIL FROM: if server 
10422                 doesn't support it. Patch by Eugen Freiter
10423                 <eugen_f@users.sf.net>
10424
10425 2005-02-27 [paul]       1.0.1cvs20.1
10426
10427         * ChangeLog.claws
10428         * configure.ac
10429         * src/messageview.c
10430                 sync with HEAD
10431
10432 2005-02-27 [colin]      1.0.1cvs19.4
10433
10434         * src/procheader.c
10435         * src/procheader.h
10436                 Fix prototypes. Patch by Alfons
10437
10438 2005-02-27 [colin]      1.0.1cvs19.3
10439
10440         * src/compose.c
10441                 Don't auto-join the signature separator.
10442
10443 2005-02-26 [colin]      1.0.1cvs19.2
10444
10445         * src/summaryview.c
10446                 Fix 'mark all read' with collapsed threads.
10447                 Patch by Alfons.
10448
10449 2005-02-25 [paul]       1.0.1cvs19.1
10450
10451         * ChangeLog.claws
10452         * configure.ac
10453         * src/prefs_account.c
10454         * src/prefs_folder_item.c
10455         * src/gtk/prefswindow.c
10456         * src/gtk/prefswindow.h
10457                 sync with HEAD
10458
10459 2005-02-25 [paul]       1.0.1cvs15.12
10460
10461         * src/alertpanel.c
10462         * src/codeconv.c
10463         * src/compose.c
10464         * src/textview.c
10465         * src/gtk/gtkutils.c
10466         * src/gtk/gtkutils.h
10467         * src/gtk/logwindow.c
10468         * src/gtk/progressdialog.c
10469                 sync with main (revision 127)
10470                 and fix logwindow clipping
10471
10472 2005-02-24 [colin]      1.0.1cvs15.11
10473
10474         * src/plugins/pgpmime/passphrase.c
10475                 Disable input grabbing; it doesn't work yet.
10476
10477 2005-02-24 [colin]      1.0.1cvs15.10
10478
10479         * src/messageview.c
10480                 Don't send out receipts if offline. Ask.
10481
10482 2005-02-23 [colin]      1.0.1cvs15.9
10483
10484         * src/summaryview.c     
10485                 Fix expanding
10486
10487 2005-02-23 [colin]      1.0.1cvs15.8
10488
10489         * src/summaryview.c
10490                 Really fix Bug 568 by removing useless
10491                 calls. summary_thread_init() now called
10492                 in summary_sort(). This should please
10493                 Alfons as it should be faster than 
10494                 previously.
10495
10496 2005-02-23 [colin]      1.0.1cvs15.7
10497
10498         * src/compose.c
10499                 Encode parts as QP or B64 if signing
10500
10501 2005-02-23 [colin]      1.0.1cvs15.6
10502
10503         * src/compose.c
10504                 Fix Mimeinfo leakage (including tmp files)
10505         * src/procmsg.c
10506                 Fix tmp file leakage (spotted by Ivan Rayner)
10507
10508 2005-02-22 [colin]      1.0.1cvs15.5
10509
10510         * src/expldifdlg.c
10511                 Fix keyboard input. Patch by Alfons.
10512
10513 2005-02-21 [colin]      1.0.1cvs15.4
10514
10515         * src/compose.c
10516                 Fix Sign/Encrypt when unselecting privacy
10517                 system
10518         * src/prefs_common.c
10519                 Change default message font to Monospace
10520         * src/summaryview.c
10521                 More freezing during potentially large operations
10522
10523 2005-02-21 [paul]       1.0.1cvs15.3
10524
10525         * src/main.c
10526                 fix --help output
10527
10528 2005-02-21 [paul]       1.0.1cvs15.2
10529
10530         * po/Makefile.in.in
10531         * src/compose.c
10532         * src/summaryview.c
10533         * src/textview.c
10534         * src/common/utils.c
10535         * src/common/utils.h
10536                 sync with main (revision 117)
10537
10538 2005-02-20 [colin]      1.0.1cvs15.1
10539
10540         * src/common/defs.h
10541                 Change cache file to .sylpheed_claws_cache, as
10542                 suggested by Alfons. Allows people to switch
10543                 between Sylpheed and Sylpheed-Claws. it is
10544                 a good idea to "Check for new messages" at next
10545                 startup.
10546
10547
10548 2005-02-18 [colin]      1.0.1cvs14.1
10549
10550         * src/quote_fmt_lex.l
10551         * src/quote_fmt_parse.y
10552                 Fix parser initialisation. Patch by Ivan.
10553
10554 2005-02-18 [colin]      1.0.1cvs11.6
10555
10556         * src/folderview.c
10557                 Fix scrolldown (bug 662)
10558
10559 2005-02-17 [colin]      1.0.1cvs11.5
10560
10561         * src/codeconv.c
10562                 conv_filename_to_utf8: return clean 7bit instead
10563                 of broken utf8 if needed
10564         * src/mimeview.c
10565                 Fix display of parts with unclean 8bit names
10566
10567 2005-02-17 [paul]       1.0.1cvs11.4
10568
10569         * src/compose.c
10570         * src/exportldif.c
10571         * src/matcher_parser_parse.y
10572         * src/procmime.c
10573         * src/sourcewindow.c
10574         * src/common/Makefile.am
10575         * src/common/intl.h             ** REMOVED **
10576         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10577                 sync with main (revision 109)
10578                 and clean up
10579
10580 2005-02-16 [colin]      1.0.1cvs11.3
10581
10582         * src/summaryview.c
10583                 Fix collapsed thread not highlighting when new
10584                 messages in it (Bug 568) Patch by Stephan Sachse.
10585                 Fix messed up selection when reaching bounds (Bug 632)
10586         * src/prefs_themes.c
10587                 Fix theme installing (Bug 684)
10588
10589 2005-02-16 [colin]      1.0.1cvs11.2
10590
10591         * src/messageview.c
10592                 Fix messageview_select_all
10593
10594 2005-02-16 [colin]      1.0.1cvs11.1
10595
10596         * src/mh.c
10597                 Sync with HEAD (MH scan required function)
10598
10599 2005-02-15 [colin]      1.0.1cvs8.1
10600
10601         * src/mimeview.c
10602         * src/common/utils.c
10603                 Sync with HEAD (filename chars substitution)
10604
10605 2005-02-15 [colin]      1.0.1cvs7.3
10606
10607         * src/gtk/pluginwindow.c
10608                 Fix button spacing
10609
10610 2005-02-15 [colin]      1.0.1cvs7.2
10611
10612         * src/mimeview.c
10613                 Fix mime icons not reset across message when
10614                 scrolled down
10615
10616 2005-02-15 [colin]      1.0.1cvs7.1
10617
10618         * src/compose.c
10619         * src/procmime.c
10620                 Sync with HEAD (optimisation of cvs6)
10621
10622 2005-02-14 [colin]      1.0.1cvs6.1
10623
10624         * src/compose.c
10625         * src/procmime.c
10626                 Sync with HEAD (encode "From " at line beginning)
10627
10628 2005-02-14 [colin]      1.0.1cvs5.3
10629
10630         * src/compose.c
10631                 Fix wrapping with accentued chars.
10632
10633 2005-02-13 [colin]      1.0.1cvs5.2
10634
10635         * src/textview.c
10636                 Fix email informative part parsing with
10637                 accentued chars in it. ispunct() returns
10638                 true for them in utf8...
10639
10640 2005-02-12 [colin]      1.0.1cvs5.1
10641
10642         * src/filtering.c
10643                 Sync with HEAD (remove wrong use of compose after send)
10644
10645 2005-02-12 [paul]       1.0.1cvs4.5
10646
10647         * src/textview.c
10648                 remove unnecessary code (thanks to Alfons)
10649
10650 2005-02-12 [paul]       1.0.1cvs4.4
10651
10652         * src/textview.c
10653                 add 'Copy' to contextual menu on emails
10654
10655 2005-02-11 [colin]      1.0.1cvs4.3
10656
10657         * src/compose.c
10658                 revert 1.0.0cvs28.2, it doesn't work that well.
10659
10660 2005-02-11 [paul]       1.0.1cvs4.2
10661
10662         * po/Makefile.in.in
10663                 fix 'make release'
10664
10665 2005-02-10 [paul]       1.0.1cvs4.1
10666
10667         * ChangeLog
10668         * ChangeLog.claws
10669         * ChangeLog.jp
10670         * configure.ac
10671         * src/compose.c
10672                 sync with HEAD (sync with main)
10673
10674 2005-02-10 [paul]       1.0.1cvs3.2
10675
10676         * AUTHORS
10677         * Makefile.am
10678         * autogen.sh
10679         * configure.ac
10680         * config/mkinstalldirs
10681         * intl/.cvsignore
10682         * intl/ChangeLog
10683         * intl/VERSION
10684         * intl/bindtextdom.c
10685         * intl/config.charset
10686         * intl/dcgettext.c
10687         * intl/dcigettext.c
10688         * intl/dcngettext.c
10689         * intl/dgettext.c
10690         * intl/dngettext.c
10691         * intl/eval-plural.h
10692         * intl/explodename.c
10693         * intl/finddomain.c
10694         * intl/gettext.c
10695         * intl/gettextP.h
10696         * intl/gmo.h
10697         * intl/hash-string.h
10698         * intl/intl-compat.c
10699         * intl/l10nflist.c
10700         * intl/libgnuintl.h.in
10701         * intl/loadinfo.h
10702         * intl/loadmsgcat.c
10703         * intl/localcharset.c
10704         * intl/localcharset.h
10705         * intl/locale.alias
10706         * intl/localealias.c
10707         * intl/localename.c
10708         * intl/log.c
10709         * intl/ngettext.c
10710         * intl/os2compat.c
10711         * intl/os2compat.h
10712         * intl/osdep.c
10713         * intl/plural-exp.c
10714         * intl/plural-exp.h
10715         * intl/plural.c
10716         * intl/plural.y
10717         * intl/ref-add.sin
10718         * intl/ref-del.sin
10719         * intl/relocatable.c
10720         * intl/relocatable.h
10721         * intl/textdomain.c
10722         * m4/Makefile.am
10723         * po/Makefile.in.in
10724         * src/Makefile.am
10725         * src/account.c
10726         * src/action.c
10727         * src/addr_compl.c
10728         * src/addressadd.c
10729         * src/addressbook.c
10730         * src/addrgather.c
10731         * src/addrindex.c
10732         * src/alertpanel.c
10733         * src/browseldap.c
10734         * src/codeconv.c
10735         * src/codeconv.h
10736         * src/compose.c
10737         * src/compose.h
10738         * src/crash.c
10739         * src/editaddress.c
10740         * src/editbook.c
10741         * src/editgroup.c
10742         * src/editjpilot.c
10743         * src/editldap.c
10744         * src/editldap_basedn.c
10745         * src/editvcard.c
10746         * src/exphtmldlg.c
10747         * src/expldifdlg.c
10748         * src/export.c
10749         * src/exporthtml.c
10750         * src/filtering.c
10751         * src/folder.c
10752         * src/folder_item_prefs.c
10753         * src/foldersel.c
10754         * src/folderview.c
10755         * src/grouplistdialog.c
10756         * src/headerview.c
10757         * src/imap.c
10758         * src/imap_gtk.c
10759         * src/import.c
10760         * src/importldif.c
10761         * src/importmutt.c
10762         * src/importpine.c
10763         * src/inc.c
10764         * src/ldif.c
10765         * src/main.c
10766         * src/mainwindow.c
10767         * src/matcher.c
10768         * src/mbox.c
10769         * src/message_search.c
10770         * src/messageview.c
10771         * src/mh.c
10772         * src/mh_gtk.c
10773         * src/mimeview.c
10774         * src/msgcache.c
10775         * src/news.c
10776         * src/news_gtk.c
10777         * src/noticeview.c
10778         * src/partial_download.c
10779         * src/pop.c
10780         * src/prefs_account.c
10781         * src/prefs_actions.c
10782         * src/prefs_common.c
10783         * src/prefs_customheader.c
10784         * src/prefs_display_header.c
10785         * src/prefs_ext_prog.c
10786         * src/prefs_filtering.c
10787         * src/prefs_filtering_action.c
10788         * src/prefs_folder_item.c
10789         * src/prefs_fonts.c
10790         * src/prefs_gtk.c
10791         * src/prefs_matcher.c
10792         * src/prefs_msg_colors.c
10793         * src/prefs_spelling.c
10794         * src/prefs_summary_column.c
10795         * src/prefs_template.c
10796         * src/prefs_themes.c
10797         * src/prefs_toolbar.c
10798         * src/prefs_wrapping.c
10799         * src/privacy.c
10800         * src/procheader.c
10801         * src/procmime.c
10802         * src/procmsg.c
10803         * src/quote_fmt.c
10804         * src/recv.c
10805         * src/send_message.c
10806         * src/setup.c
10807         * src/sourcewindow.c
10808         * src/ssl_manager.c
10809         * src/statusbar.c
10810         * src/summary_search.c
10811         * src/summaryview.c
10812         * src/textview.c
10813         * src/toolbar.c
10814         * src/wizard.c
10815         * src/common/nntp.c
10816         * src/common/plugin.c
10817         * src/common/smtp.c
10818         * src/common/ssl.c
10819         * src/common/ssl_certificate.c
10820         * src/common/string_match.c
10821         * src/common/sylpheed.c
10822         * src/common/template.c
10823         * src/common/utils.c
10824         * src/gtk/about.c
10825         * src/gtk/colorlabel.c
10826         * src/gtk/description_window.c
10827         * src/gtk/filesel.c
10828         * src/gtk/foldersort.c
10829         * src/gtk/gtkaspell.c
10830         * src/gtk/gtkutils.c
10831         * src/gtk/inputdialog.c
10832         * src/gtk/logwindow.c
10833         * src/gtk/menu.c
10834         * src/gtk/pluginwindow.c
10835         * src/gtk/prefswindow.c
10836         * src/gtk/progressdialog.c
10837         * src/gtk/quicksearch.c
10838         * src/gtk/sslcertwindow.c
10839         * src/plugins/clamav/clamav_plugin.c
10840         * src/plugins/clamav/clamav_plugin_gtk.c
10841         * src/plugins/demo/demo.c
10842         * src/plugins/dillo_viewer/dillo_prefs.c
10843         * src/plugins/dillo_viewer/dillo_viewer.c
10844         * src/plugins/image_viewer/plugin.c
10845         * src/plugins/image_viewer/viewer.c
10846         * src/plugins/image_viewer/viewerprefs.c
10847         * src/plugins/mathml_viewer/mathml_viewer.c
10848         * src/plugins/pgpmime/passphrase.c
10849         * src/plugins/pgpmime/plugin.c
10850         * src/plugins/pgpmime/prefs_gpg.c
10851         * src/plugins/pgpmime/select-keys.c
10852         * src/plugins/pgpmime/sgpgme.c
10853         * src/plugins/spamassassin/spamassassin.c
10854         * src/plugins/spamassassin/spamassassin_gtk.c
10855         * src/plugins/trayicon/trayicon.c
10856                 sync with main (revision 104)
10857
10858 2005-02-10 [colin]      1.0.1cvs3.1
10859
10860         * src/mainwindow.c
10861                 Sync with HEAD (fix occasional crasher)
10862
10863 2005-02-10 [colin]      1.0.1cvs2.1
10864
10865         * src/messageview.c
10866                 Synw with HEAD (don't automatically display html)
10867
10868 2005-02-09 [colin]      1.0.1cvs1.3
10869
10870         * src/textview.c
10871         * src/textview.h
10872                 Add contextual menu on emails
10873
10874 2005-02-09 [colin]      1.0.1cvs1.2
10875
10876         * src/codeconv.c
10877                 Fix converting from broken headers and 
10878                 put back the _ in missing places
10879                 (feature broke with cvs24.2 sync, main 
10880                  possibly affected?)
10881
10882 2005-02-09 [colin]      1.0.1cvs1.1
10883
10884         * src/messageview.c
10885         * src/mimeview.c
10886         * src/mimeview.h
10887                 Sync with HEAD (display non text/plain mails with plugin)
10888
10889 2005-02-08 [colin]      1.0.1.1
10890
10891         * ChangeLog.claws
10892         * po/pt_BR.po
10893                 Sync with HEAD
10894         * configure.ac
10895                 Make default configuration directory 
10896                 be .sylpheed-gtk2
10897
10898 2005-02-08 [colin]      1.0.0cvs29.1
10899
10900         * po/de.po
10901         * po/es.po
10902         * po/fr.po
10903         * po/it.po
10904         * po/sk.po
10905         * po/sr.po
10906                 Sync translations with HEAD
10907
10908 2005-02-06 [colin]      1.0.0cvs28.3
10909
10910         * src/compose.c
10911                 Make compose a bit faster - patch by Alfons.
10912
10913 2005-02-06 [colin]      1.0.0cvs28.2
10914
10915         * src/compose.c
10916                 Make pasting via middle-click more reliable
10917
10918 2005-02-05 [paul]       1.0.0cvs28.1
10919
10920         * ChangeLog
10921         * ChangeLog.claws
10922         * ChangeLog.jp
10923         * configure.ac
10924         * src/compose.c
10925                 sync with HEAD
10926                 (fix bug 682 'redirect is broken'
10927
10928 2005-02-05 [torte]      1.0.0cvs27.1
10929
10930         * ChangeLog.claws
10931         * configure.ac
10932         * src/partial_download.c
10933                 Sync with HEAD (fix buf overflow)
10934
10935 2005-02-03 [colin]      1.0.0cvs26.1
10936
10937         * src/common/plugin.c
10938                 Sync with HEAD (avoid plugin mismatches)
10939
10940 2005-02-03 [paul]       1.0.0cvs25.3
10941
10942         * src/folderview.c
10943         * src/headerview.c
10944         * src/summaryview.c
10945         * src/textview.c
10946         * src/gtk/colorlabel.c
10947                 third and final part of initial sync with main-gtk2
10948
10949 2005-02-03 [paul]       1.0.0cvs25.2
10950
10951         * src/jpilot.c
10952                 fix building with jpilot support
10953
10954 2005-02-02 [colin]      1.0.0cvs25.1
10955
10956         * src/messageview.c
10957                 Sync with HEAD (fix dangerous typo)
10958
10959 2005-02-01 [colin]      1.0.0cvs24.3
10960
10961         * src/common/xml.c
10962                 Write file as advertised (UTF-8)
10963
10964 2005-02-01 [paul]       1.0.0cvs24.2
10965
10966         * src/addrbook.c
10967         * src/addrindex.c
10968         * src/alertpanel.h
10969         * src/codeconv.c
10970         * src/codeconv.h
10971         * src/compose.c
10972         * src/export.c
10973         * src/folder_item_prefs.c
10974         * src/html.c
10975         * src/imap.c
10976         * src/import.c
10977         * src/jpilot.c
10978         * src/mainwindow.c
10979         * src/matcher_parser_lex.l
10980         * src/messageview.c
10981         * src/mh.c
10982         * src/prefs_account.c
10983         * src/prefs_actions.c
10984         * src/prefs_common.c
10985         * src/prefs_gtk.c
10986         * src/prefs_gtk.h
10987         * src/prefs_themes.c
10988         * src/procheader.c
10989         * src/procmime.c
10990         * src/sourcewindow.c
10991         * src/statusbar.c
10992         * src/summaryview.c
10993         * src/textview.c
10994         * src/toolbar.c
10995         * src/unmime.c
10996         * src/common/template.c
10997         * src/common/utils.c
10998         * src/common/xml.c
10999         * src/common/xml.h
11000         * src/gtk/gtkaspell.c
11001         * src/plugins/clamav/clamav_plugin.c
11002         * src/plugins/dillo_viewer/dillo_prefs.c
11003         * src/plugins/image_viewer/viewerprefs.c
11004         * src/plugins/pgpmime/passphrase.c
11005         * src/plugins/pgpmime/prefs_gpg.c
11006         * src/plugins/pgpmime/select-keys.c
11007         * src/plugins/spamassassin/spamassassin.c
11008                 second part of initial sync with main-gtk2
11009                 (more to follow)
11010
11011 2005-01-31 [colin]      1.0.0cvs24.1
11012
11013         * src/compose.c
11014                 Sync with HEAD
11015
11016 2005-01-29 [paul]       1.0.0cvs23.2
11017
11018         * src/account.c
11019         * src/action.c
11020         * src/addressadd.c
11021         * src/addressbook.c
11022         * src/alertpanel.c
11023         * src/compose.c
11024         * src/editaddress.c
11025         * src/editbook.c
11026         * src/editgroup.c
11027         * src/editjpilot.c
11028         * src/editldap.c
11029         * src/editldap_basedn.c
11030         * src/editvcard.c
11031         * src/export.c
11032         * src/foldersel.c
11033         * src/grouplistdialog.c
11034         * src/import.c
11035         * src/importldif.c
11036         * src/inc.c
11037         * src/main.c
11038         * src/mainwindow.c
11039         * src/message_search.c
11040         * src/messageview.c
11041         * src/mimeview.c
11042         * src/prefs_actions.c
11043         * src/prefs_common.c
11044         * src/prefs_common.h
11045         * src/prefs_customheader.c
11046         * src/prefs_display_header.c
11047         * src/prefs_filtering.c
11048         * src/prefs_filtering_action.c
11049         * src/prefs_gtk.c
11050         * src/prefs_matcher.c
11051         * src/prefs_summary_column.c
11052         * src/prefs_template.c
11053         * src/sourcewindow.c
11054         * src/summary_search.c
11055         * src/summaryview.c
11056         * src/textview.c
11057         * src/gtk/about.c
11058         * src/gtk/description_window.c
11059         * src/gtk/gtkshruler.c
11060         * src/gtk/gtkutils.c
11061         * src/gtk/gtkutils.h
11062         * src/gtk/inputdialog.c
11063         * src/gtk/logwindow.c
11064         * src/gtk/prefswindow.c
11065         * src/gtk/progressdialog.c
11066         * src/gtk/progressdialog.h
11067                 first part of initial sync with main-gtk2
11068                 (more to follow)
11069
11070 2005-01-28 [colin]      1.0.0cvs23.1
11071
11072         * src/folderview.c
11073                 Sync with HEAD
11074
11075 2005-01-27 [colin]      1.0.0cvs21.1
11076
11077         * src/folder.c
11078         * src/folderview.c
11079                 Sync with HEAD
11080
11081 2005-01-27 [colin]      1.0.0cvs19.1
11082
11083         * src/procmime.c
11084                 Sync with HEAD
11085
11086 2005-01-27 [colin]      1.0.0cvs18.1
11087
11088         * src/messageview.c
11089         * src/summaryview.c
11090         * src/mainwindow.c
11091         * src/compose.c
11092         * src/compose.h
11093         * src/procmsg.c
11094         * src/procmsg.h
11095         * src/toolbar.c
11096                 Sync with HEAD
11097
11098 2005-01-26 [paul]       1.0.0cvs15.2
11099
11100         * src/compose.c
11101                 compose_entries_set(): convert subject and body to
11102                 utf8 if necessary. patch by Felix Eckhofer
11103
11104 2005-01-26 [paul]       1.0.0cvs15.1
11105
11106         * configure.ac
11107         * src/common/template.c
11108                 sync with HEAD (fix memory leak)
11109
11110 2005-01-25 [paul]       1.0.0cvs14.1
11111
11112         * configure.ac
11113         * src/compose.c
11114                 sync with HEAD
11115
11116 2005-01-24 [colin]      1.0.0cvs13.1
11117
11118         * src/summaryview.c
11119                 Sync with HEAD
11120
11121 2005-01-24 [paul]       1.0.0cvs12.1
11122
11123         * configure.ac
11124         * src/messageview.c
11125         * src/mh.c
11126         * src/common/utils.c
11127                 sync with HEAD
11128
11129 2005-01-24 [colin]      1.0.0cvs11.1
11130
11131         * src/procheader.c
11132                 Sync with HEAD
11133
11134 2005-01-24 [colin]      1.0.0cvs10.1
11135
11136         * src/folderview.c
11137                 Sync with HEAD
11138
11139 2005-01-23 [colin]      1.0.0cvs9.1
11140
11141         * src/crash.c
11142                 Sync with HEAD
11143
11144 2005-01-22 [colin]      1.0.0cvs8.1
11145
11146         * src/summaryview.c
11147         * src/gtk/quicksearch.c
11148                 Sync with HEAD
11149
11150 2005-01-21 [colin]      1.0.0cvs7.1
11151
11152         * src/summaryview.c
11153                 Sync with HEAD
11154
11155 2005-01-21 [colin]      1.0.0cvs6.1
11156
11157         * src/summaryview.c
11158                 Sync with HEAD
11159
11160 2005-01-21 [colin]      1.0.0cvs5.1
11161
11162         * src/gtk/quicksearch.c
11163         * src/prefs_common.c
11164         * src/prefs_common.h
11165                 Sync with HEAD (recurse option)
11166
11167 2005-01-21 [colin]      1.0.0cvs4.1
11168
11169         * src/folder.h
11170         * src/folderview.c
11171         * src/folderview.h
11172         * src/summaryview.c
11173         * src/gtk/quicksearch.c
11174         * src/gtk/quicksearch.h
11175                 Sync with HEAD (recursive quicksearch)
11176
11177 2005-01-20 [colin]      1.0.0cvs3.4
11178
11179         * src/ssl_manager.c
11180                 Remove useless code
11181
11182 2005-01-20 [colin]      1.0.0cvs3.3
11183
11184         * src/ssl_manager.c
11185                 Fix leak, thanks to Alfons.
11186
11187 2005-01-20 [colin]      1.0.0cvs3.2
11188
11189         * src/ssl_manager.c
11190                 Port SSL certificate window to GTK2.
11191
11192 2005-01-20 [paul]       1.0.0cvs3.1
11193
11194         * ChangeLog.claws
11195         * configure.ac
11196         * src/addrindex.c
11197         * src/addrindex.h
11198                 sync with HEAD
11199
11200 2005-01-19 [colin]      1.0.0cvs2.2
11201
11202         * src/plugins/trayicon/trayicon.c
11203                 Fix freeze with gtk-2.6, the easy way
11204                 (signal blocking helpless there...)
11205                 Closes bug #668.
11206
11207 2005-01-19 [colin]      1.0.0cvs2.1
11208
11209         * src/mbox.c
11210         * src/mbox.h
11211         * src/mainwindow.c
11212         * src/summaryview.c
11213         * src/summaryview.h
11214                 Sync with HEAD
11215
11216 2005-01-19 [paul]       1.0.0cvs1.1
11217
11218         * configure.ac
11219         * po/de.po
11220         * po/es.po
11221         * po/fr.po
11222         * po/hr.po
11223         * po/it.po
11224         * po/ja.po
11225         * po/ko.po
11226         * po/pt_BR.po
11227         * po/ru.po
11228         * po/sk.po
11229         * po/sr.po
11230                 sync with HEAD (update translations)
11231
11232 2005-01-18 [colin]      1.0.0cvs0.1
11233
11234         * src/foldersel.c
11235                 Specify search column - patch by Alfons
11236
11237 2005-01-18 [colin]      0.9.13cvs36.3
11238
11239         * src/prefs_toolbar.c
11240                 Change Delete to Remove
11241         * src/prefs_fonts.c
11242                 GTK2 version and leak fixes
11243         * src/prefs_actions.c
11244                 Add stock buttons.
11245                 All patches by Alfons
11246
11247 2005-01-17 [colin]      0.9.13cvs36.2
11248
11249         * src/compose.c
11250                 Fix DnD inserting twice. While at it,
11251                 add DnD support for text/plain in the
11252                 body, and add support in the headers.
11253
11254 2005-01-16 [colin]      0.9.13cvs36.1
11255
11256         * ChangeLog
11257         * ChangeLog.jp
11258         * ChangeLog.claws
11259                 Sync with HEAD (nothing applicable)
11260
11261 2005-01-16 [colin]      0.9.13cvs33.2
11262
11263         * src/prefs_toolbar.c
11264                 GTK2ize prefs_toolbar, by Alfons.
11265
11266 2005-01-14 [colin]      0.9.13cvs33.1
11267
11268         * src/html.c
11269         * src/msgcache.c
11270                 Sync with HEAD
11271
11272 2005-01-14 [colin]      0.9.13cvs32.1
11273
11274         * src/html.c
11275         * src/html.h
11276         * src/msgcache.c
11277         * AUTHORS
11278         * tools/calypso_convert.pl
11279                 Sync with HEAD
11280
11281 2005-01-08 [colin]      0.9.13cvs29.2
11282
11283         * src/prefs_filtering_action.c
11284         * src/prefs_filtering.c
11285                 2 more gtk2 patches by Alfons
11286
11287 2005-01-07 [paul]       0.9.13cvs29.1
11288
11289         * ChangeLog
11290         * ChangeLog.claws
11291         * ChangeLog.jp
11292         * configure.ac
11293         * src/pop.c
11294         * src/pop.h
11295                 sync with HEAD
11296
11297 2005-01-07 [colin]      0.9.13cvs28.3
11298
11299         * src/gtk/progressdialog.c
11300         * src/gtk/progressdialog.h
11301         * src/inc.c
11302         * src/send_message.c
11303                 GTK2 for the incorporation dialog. The CList isn't dead
11304                 yet, for a more smooth migration. Patch by Alfons.
11305
11306 2005-01-06 [colin]      0.9.13cvs28.2
11307
11308         * src/prefs_display_header.c
11309                 GTK2 conversion by Alfons
11310         * src/prefs_actions.c
11311         * src/prefs_matcher.c
11312                 Fix 2 leaks - patch by Alfons
11313
11314 2005-01-06 [colin]      0.9.13cvs28.1
11315
11316         * src/prefs_matcher.c
11317                 Sync with HEAD
11318
11319 2005-01-06 [colin]      0.9.13cvs27.4
11320
11321         * src/prefs_matcher.c
11322                 Fix double-free. Patch by Alfons
11323
11324 2005-01-06 [colin]      0.9.13cvs27.3
11325
11326         * src/prefs_matcher.c
11327                 GTK2 widgets + memleak
11328                 Patch by Alfons
11329
11330 2005-01-05 [colin]      0.9.13cvs27.2
11331
11332         * src/account.c
11333         * src/addr_compl.c
11334         * src/foldersel.c
11335         * src/stock_pixmap.c
11336         * src/stock_pixmap.h
11337                 3 more GTK2 patches by Alfons.
11338
11339 2005-01-04 [colin]      0.9.13cvs27.1
11340
11341         * src/folderview.c
11342         * src/imap_gtk.c
11343         * src/news_gtk.c
11344                 Sync with HEAD
11345
11346 2005-01-04 [colin]      0.9.13cvs25.9
11347
11348         * src/compose.c
11349                 Fix Show Ruler menuitem
11350         * src/prefs_template.c
11351                 Convert to GTK2
11352         * src/common/utils.c
11353                 Make auto pointer stuff handles NULLs
11354                 Patches by Alfons.
11355
11356 2005-01-04 [colin]      0.9.13cvs25.8
11357
11358         * src/compose.c
11359                 Move the attachment list to gtk2
11360                 Patch by Alfons.
11361
11362 2005-01-04 [colin]      0.9.13cvs25.7
11363
11364         * src/textview.c
11365                 Make some keys work again
11366                 Patch by SungHyun Nam <namsh@kldp.org>
11367
11368 2005-01-04 [colin]      0.9.13cvs25.6
11369
11370         * src/gtk/gtkshruler.c
11371                 Move the ruler to GTK2
11372                 Patch by Alfons
11373
11374 2005-01-03 [colin]      0.9.13cvs25.5
11375
11376         * src/compose.c
11377                 Fix my broken patch apply 
11378
11379 2005-01-03 [colin]      0.9.13cvs25.4
11380
11381         * src/common/utils.c
11382         * src/common/utils.h
11383         * src/gtk/prefswindow.c
11384                 Move auto pointer stuff to utils.c
11385                 Patch by Alfons again :)
11386
11387 2005-01-03 [colin]      0.9.13cvs25.3
11388
11389         * src/compose.c
11390         * src/prefs_gtk.c
11391         * src/prefs_template.c
11392         * src/textview.c
11393                 Empty text widgets with empty strings, not NULL char
11394                 Patch by SungHyun Nam <namsh@kldp_org>
11395
11396 2005-01-03 [colin]      0.9.13cvs25.2
11397
11398         * src/main.c
11399         * AUTHORS
11400                 Sync with HEAD
11401
11402 2005-01-03 [colin]      0.9.13cvs25.1
11403
11404         * src/pop.c
11405         * src/pop.h
11406                 Sync with HEAD
11407
11408 2005-01-03 [colin]      0.9.13cvs24.3
11409
11410         * src/account.c
11411                 Two patches from Alfons and Alex S Moore:
11412                 fix images, fix return value.
11413
11414 2005-01-01 [colin]      0.9.13cvs24.2
11415
11416         * src/prefs_actions.c
11417                 Fix over-zealous assertion. Patch by Alfons
11418
11419 2005-01-01 [colin]      0.9.13cvs24.1
11420
11421         * src/procmime.c
11422                 Sync with HEAD (leak fix)
11423
11424 2004-12-31 [colin]      0.9.13cvs23.2
11425
11426         * src/prefs_common.c
11427                 GTK2 widgets + stock buttons - patch by Alfons
11428
11429 2004-12-31 [paul]       0.9.13cvs23.1
11430
11431         * configure.ac
11432                 bump up EXTRA_VERSION to match (sync'ed) HEAD
11433         * src/gtk/pluginwindow.c
11434                 use GTK2 widgets and plug memory leaks,
11435                 patches by Alfons
11436
11437 2004-12-30 [colin]      0.9.13cvs22.4
11438
11439         * src/account.c
11440         * src/action.c
11441         * src/export.c
11442         * src/foldersel.c
11443         * src/import.c
11444         * src/message_search.c
11445         * src/prefs_actions.c
11446         * src/prefs_common.c
11447         * src/prefs_customheader.c
11448         * src/prefs_filtering.c
11449         * src/prefs_summary_column.c
11450         * src/summary_search.c
11451         * src/gtk/about.c
11452         * src/gtk/description_window.c
11453         * src/gtk/gtkutils.c
11454         * src/gtk/gtkutils.h
11455         * src/gtk/inputdialog.c
11456         * src/gtk/prefswindow.c
11457                 Use GTK2 stock buttons. Patches by Alfons.
11458
11459 2004-12-30 [colin]      0.9.13cvs22.3
11460
11461         * src/account.c
11462                 Sync with HEAD
11463         * src/prefs_actions.c
11464         * src/prefs_customheader.c
11465         * src/prefs_filtering.c
11466         * src/prefs_msg_colors.c
11467         * src/prefs_summary_column.c
11468         * src/gtk/prefswindow.c
11469                 Use GtkTreeView instead of deprecated 
11470                 widgets. Patches by Alfons.
11471
11472 2004-12-30 [paul]       0.9.13cvs22.2
11473
11474         * src/foldersel.c
11475                 use GTK 2 Tree View
11476                 patch by Alfons, with root folder sorting fix
11477                 by Stephan Sachse
11478
11479 2004-12-30 [paul]       0.9.13cvs22.1
11480
11481         * ChangeLog
11482         * ChangeLog.claws
11483         * ChangeLog.jp
11484         * NEWS
11485         * configure.ac
11486         * src/account.c
11487                 sync with HEAD
11488
11489 2004-12-22 [martin]     0.9.13cvs21.2
11490
11491         * src/action.c
11492                 free the command line after its use
11493
11494 2004-12-18 [paul]       0.9.13cvs21.1
11495
11496         * AUTHORS
11497         * ChangeLog
11498         * ChangeLog.claws
11499         * ChangeLog.jp
11500         * NEWS
11501         * configure.ac
11502         * src/action.c
11503         * src/compose.c
11504         * src/syldap.c
11505                 sync with HEAD
11506
11507 2004-12-17 [martin]     0.9.13cvs17.2
11508
11509         * src/action.c
11510                 convert actions input to locale
11511         * src/inc.c
11512                 convert notification command to locale
11513         * src/plugins/pgpmime/select-keys.c
11514                 convert attributes to utf8
11515
11516 2004-12-14 [colin]      0.9.13cvs17.1
11517
11518         * ChangeLog
11519         * ChangeLog.jp
11520         * ChangeLog.claws
11521         * src/action.c
11522         * src/common/utils.c
11523         * src/gtk/prefswindow.c
11524         * src/gtk/gtkutils.c
11525         * src/gtk/gtkutils.h
11526         * src/plugins/spamassassin/libspamc.c
11527                 Sync with HEAD
11528
11529 2004-12-13 [colin]      0.9.13cvs14.1
11530
11531         * src/quote_fmt_parse.y
11532                 Sync with HEAD
11533
11534 2004-12-10 [colin]      0.9.13cvs12.1
11535
11536         * src/prefs_themes.c
11537         * src/mainwindow.c
11538         * src/messageview.c
11539                 Sync with HEAD
11540
11541 2004-12-09 [colin]      0.9.13cvs10.1
11542
11543         * src/procmime.c
11544                 Sync with HEAD (fix B64 encoding from memory)
11545
11546 2004-12-08 [colin]      0.9.13cvs9.1
11547
11548         * src/gtk/colorlabel.c
11549                 Sync with HEAD
11550
11551 2004-12-08 [paul]       0.9.13cvs8.2
11552
11553         * src/gtk/pluginwindow.c
11554                 fix window resizing oddities
11555
11556 2004-12-08 [colin]      0.9.13cvs8.1
11557
11558         * src/quote_fmt_parse.y
11559                 Sync with HEAD
11560
11561 2004-12-08 [colin]      0.9.13cvs7.1
11562
11563         * src/matcher_parser_parse.y
11564         * src/msgcache.c
11565         * src/prefs_matcher.c
11566         * src/procheader.c
11567         * src/matcher.c
11568         * src/common/defs.h
11569         * po/sr.po
11570                 Sync with HEAD
11571
11572 2004-12-08 [colin]      0.9.13cvs6.1
11573
11574         * src/quote_fmt_parse.y
11575         * src/textview.c
11576                 Sync with HEAD
11577         * src/gtk/prefswindow.c
11578         * src/gtk/pluginwindow.c
11579                 Fix G_CALLBACKS protos (thanks to Alfons)
11580
11581 2004-12-07 [torte]      0.9.13cvs2.2
11582
11583         * src/procmime.c
11584                 [Bug 650] reply button causes crash
11585                 Thanks to David Relson and Christoph
11586
11587 2004-12-07 [colin]      0.9.13cvs2.1
11588
11589         * ChangeLog.claws
11590         * AUTHORS
11591         * po/sk.po
11592         * src/procmime.c
11593         * src/prefs_account.c
11594         * src/common/smtp.c
11595         * src/common/smtp.h
11596                 Sync with HEAD
11597
11598 2004-12-06 [colin]      0.9.12cvs187.1
11599
11600         * ChangeLog.claws
11601         * INSTALL
11602         * Makefile.am
11603         * README.claws
11604         * TODO.claws
11605         * configure.ac
11606         * po/bg.po
11607         * po/cs.po
11608         * po/el.po
11609         * po/en_GB.po
11610         * po/es.po
11611         * po/fr.po
11612         * po/hr.po
11613         * po/hu.po
11614         * po/it.po
11615         * po/ja.po
11616         * po/ko.po
11617         * po/nl.po
11618         * po/pl.po
11619         * po/pt_BR.po
11620         * po/ru.po
11621         * po/sk.po
11622         * po/sr.po
11623         * po/sv.po
11624         * po/zh_CN.po
11625         * po/zh_TW.Big5.po
11626         * src/compose.c
11627         * tools/Makefile.am
11628         * tools/README
11629         * tools/filter_conv.pl
11630         * tools/kdeservicemenu/README
11631         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11632         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11633                 Sync with HEAD
11634
11635 2004-12-04 [colin]      0.9.12cvs183.1
11636
11637         * src/compose.c
11638                 Sync with HEAD (compose window position saving)
11639
11640 2004-12-04 [paul]       0.9.12cvs182.3
11641
11642         * src/messageview.c
11643         * src/mimeview.c
11644         * src/prefs_customheader.c
11645         * src/gtk/quicksearch.c
11646                 replace some forgotten GTK_SIGNAL_FUNCs
11647
11648 2004-12-04 [paul]       0.9.12cvs182.2
11649
11650         * src/Makefile.am
11651                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
11652                 committed in error      
11653
11654 2004-12-04 [paul]       0.9.12cvs182.1
11655
11656         * ChangeLog
11657         * ChangeLog.claws
11658         * ChangeLog.jp
11659         * INSTALL
11660         * NEWS
11661         * README
11662         * README.jp
11663         * configure.ac
11664         * doc/manual/ja/Makefile.am
11665         * doc/manual/ja/sylpheed-1.html
11666         * doc/manual/ja/sylpheed-10.html
11667         * doc/manual/ja/sylpheed-11.html
11668         * doc/manual/ja/sylpheed-12.html
11669         * doc/manual/ja/sylpheed-13.html
11670         * doc/manual/ja/sylpheed-14.html
11671         * doc/manual/ja/sylpheed-15.html
11672         * doc/manual/ja/sylpheed-16.html
11673         * doc/manual/ja/sylpheed-17.html
11674         * doc/manual/ja/sylpheed-18.html
11675         * doc/manual/ja/sylpheed-19.html
11676         * doc/manual/ja/sylpheed-2.html
11677         * doc/manual/ja/sylpheed-20.html
11678         * doc/manual/ja/sylpheed-3.html
11679         * doc/manual/ja/sylpheed-4.html
11680         * doc/manual/ja/sylpheed-5.html
11681         * doc/manual/ja/sylpheed-6.html
11682         * doc/manual/ja/sylpheed-7.html
11683         * doc/manual/ja/sylpheed-8.html
11684         * doc/manual/ja/sylpheed-9.html
11685         * doc/manual/ja/sylpheed.html
11686         * doc/manual/ja/sylpheed.sgml
11687         * po/de.po
11688         * src/Makefile.am
11689         * src/compose.c
11690         * src/procmime.c
11691         * src/pixmaps/regular.xpm **REMOVED**
11692         * src/plugins/pgpmime/pgpmime.c
11693         * src/plugins/pgpmime/plugin.c
11694         * src/plugins/pgpmime/prefs_gpg.c
11695                 sync with HEAD
11696
11697 2004-12-03 [paul]       0.9.12cvs180.1
11698
11699         * ChangeLog
11700         * ChangeLog.claws
11701         * ChangeLog.jp
11702         * configure.ac
11703         * src/Makefile.am
11704         * src/pop.c
11705         * src/common/utils.c
11706         * src/common/utils.h
11707         * src/pixmaps/continue.xpm
11708         * src/pixmaps/dir_close.xpm
11709         * src/pixmaps/dir_open.xpm
11710         * src/pixmaps/drafts_close.xpm
11711         * src/pixmaps/drafts_open.xpm
11712         * src/pixmaps/folder.xpm **REMOVED**
11713         * src/pixmaps/group.xpm
11714         * src/pixmaps/unread.xpm
11715                 sync with HEAD
11716
11717 2004-12-02 [colin]      0.9.12cvs179.1
11718
11719         * src/compose.c
11720                 Sync with HEAD (non-duplicated reedition)
11721
11722 2004-12-02 [colin]      0.9.12cvs178.1
11723
11724         * src/compose.c
11725                 Sync with HEAD (linewrap_quote fix)
11726
11727 2004-12-01 [colin]      0.9.12cvs177.3
11728
11729         * src/addrharvest.c
11730                 Replace sizeof with strlen
11731
11732 2004-12-01 [paul]       0.9.12cvs177.2
11733
11734         * src/addrharvest.c
11735                 fix 'harvest addresses'
11736
11737 2004-11-30 [colin]      0.9.12cvs177.1
11738
11739         * src/gtk/prefswindow.c
11740         * src/gtk/pluginwindow.c
11741                 Sync with HEAD
11742
11743 2004-11-29 [colin]      0.9.12cvs176.1
11744
11745         * src/folderview.c
11746                 sync with HEAD (Fix disappearing separators in folderview's popup)
11747
11748 2004-11-29 [colin]      0.9.12cvs175.1
11749
11750         * src/procmime.c
11751                 Sync with head (another format fix)
11752
11753 2004-11-29 [colin]      0.9.12cvs174.1
11754
11755         * src/pop.c
11756                 Sync with HEAD (format string fix)
11757
11758 2004-11-26 [colin]      0.9.12cvs173.1
11759
11760         * src/common/smtp.c
11761         * src/common/smtp.h
11762                 Sync with HEAD
11763
11764 2004-11-24 [colin]      0.9.12cvs172.1
11765
11766         * src/plugins/pgpmime/pgpmime.c
11767                 Sync with HEAD
11768
11769 2004-11-24 [colin]      0.9.12cvs171.1
11770
11771         * src/plugins/pgpmime/pgpmime.c
11772                 Sync with head (gpgmectx leaks)
11773
11774 2004-11-24 [colin]      0.9.12cvs169.1
11775
11776         * src/plugins/pgpmime/plugin.c
11777         * src/plugins/trayicon/Makefile.am
11778         * src/plugins/trayicon/newmarkedmail.xpm
11779         * src/plugins/trayicon/trayicon.c
11780         * src/plugins/trayicon/unreadmarkedmail.xpm
11781                 Sync with HEAD
11782
11783 2004-11-23 [colin]      0.9.12cvs168.1
11784
11785         * src/partial_download.c
11786         * src/partial_download.h
11787         * src/plugins/pgpmime/plugin.c
11788                 Sync with HEAD
11789
11790 2004-11-23 [colin]      0.9.12cvs166.1
11791
11792         * src/Makefile.am
11793         * src/codeconv.c
11794         * src/compose.c
11795         * src/folderview.c
11796         * src/main.c
11797         * src/partial_download.c
11798         * src/partial_download.h
11799         * src/prefs_account.c
11800         * src/prefs_account.h
11801         * src/privacy.c
11802         * src/privacy.h
11803         * src/procmime.c
11804         * src/common/Makefile.am
11805         * src/common/base64.h
11806         * src/common/partial_download.c
11807         * src/common/partial_download.h
11808         * src/gtk/prefswindow.c
11809         * src/gtk/prefswindow.h
11810         * src/plugins/pgpmime/pgpmime.c
11811         * src/plugins/pgpmime/prefs_gpg.c
11812         * src/plugins/pgpmime/prefs_gpg.h
11813         * src/plugins/pgpmime/sgpgme.c
11814         * src/plugins/pgpmime/sgpgme.h
11815                 Sync with HEAD
11816
11817 2004-11-23 [colin]      0.9.12cvs163.1
11818
11819         * src/main.c
11820                 Sync with HEAD (cursor optimization)
11821
11822 2004-11-23 [colin]      0.9.12cvs162.1
11823
11824         * src/prefs_common.c
11825         * src/prefs_themes.c
11826         * src/procmsg.c
11827                 Sync with HEAD
11828
11829 2004-11-23 [colin]      0.9.12cvs158.9
11830
11831         * src/compose.c
11832                 Fix double-free when forwarding
11833         * src/msgcache.c
11834                 Fix leak on error path
11835                 
11836
11837 2004-11-23 [colin]      0.9.12cvs158.8
11838
11839         * src/compose.c
11840                 Fix possible double-free
11841                 Spotted by Alfons
11842
11843 2004-11-23 [colin]      0.9.12cvs158.7
11844
11845         * src/compose.c
11846                 Fix some signal handlers' prototypes
11847                 Spotted by Alfons
11848
11849 2004-11-22 [colin]      0.9.12cvs158.6
11850
11851         * src/compose.c
11852                 Remove unneeded code and duplicated
11853                 wrapping - patch by Alfons
11854
11855 2004-11-22 [colin]      0.9.12cvs158.5
11856
11857         * src/prefs_themes.c
11858                 Fix oversized selector
11859
11860 2004-11-22 [colin]      0.9.12cvs158.4
11861
11862         * src/compose.c
11863                 fix dump_text()
11864                 patch by Alfons
11865
11866 2004-11-19 [colin]      0.9.12cvs158.3
11867
11868         * src/textview.c
11869                 Add a context menu on links (open, copy)
11870
11871 2004-11-18 [paul]       0.9.12cvs158.2
11872
11873         * src/addrgather.c
11874         * src/exphtmldlg.c
11875         * src/expldifdlg.c
11876         * src/mimeview.c
11877         * src/prefs_common.c
11878         * src/plugins/image_viewer/viewer.c
11879         * src/plugins/spamassassin/spamassassin_gtk.c
11880                 replace deprecated gtk_notebook_set_page
11881                 and gtk_notebook_current_page
11882
11883 2004-11-18 [paul]       0.9.12cvs158.1
11884
11885         * configure.ac
11886         * src/compose.c
11887         * src/mainwindow.c
11888         * src/messageview.c
11889         * src/prefs_common.c
11890         * src/common/utils.c
11891         * src/common/utils.h
11892                 sync with HEAD
11893
11894 2004-11-17 [colin]      0.9.12cvs156.1
11895
11896         * src/prefs_account.c
11897         * src/prefs_account.h
11898         * src/procmsg.c
11899                 Sync with HEAD (add pref to store encrypted mails encrypted)
11900
11901 2004-11-17 [paul]       0.9.12cvs155.1
11902
11903         * ChangeLog
11904         * ChangeLog.claws
11905         * ChangeLog.jp
11906         * NEWS
11907         * configure.ac
11908         * src/compose.c
11909         * src/jpilot.c
11910         * src/privacy.c
11911         * src/procmime.c
11912         * src/procmime.h
11913         * src/procmsg.c
11914         * src/toolbar.c
11915         * src/pixmaps/error.xpm
11916                 sync with HEAD
11917
11918 2004-11-17 [colin]      0.9.12cvs151.1
11919
11920         * src/plugins/pgpmime/pgpmime.c
11921                 Sync with HEAD (remove debug printf)
11922
11923 2004-11-17 [colin]      0.9.12cvs150.1
11924
11925         * src/plugins/pgpmime/pgpmime.c
11926                 Sync with HEAD (off-by-one fix)
11927
11928 2004-11-17 [colin]      0.9.12cvs149.1
11929
11930         * src/procmsg.c
11931                 Sync with HEAD (coding style fixes)
11932
11933 2004-11-16 [colin]      0.9.12cvs148.1
11934
11935         * src/procmsg.c
11936                 Sync with head (Fix the fix)
11937
11938 2004-11-16 [colin]      0.9.12cvs147.1
11939
11940         * src/procmsg.c
11941                 Sync with Main (leak fix)
11942
11943 2004-11-16 [colin]      0.9.12cvs146.14
11944
11945         * src/compose.c
11946                 Remove useless chunk of code
11947                 Patch by Alfons
11948
11949 2004-11-15 [colin]      0.9.12cvs146.13
11950
11951         * src/compose.c
11952                 Fix drafting after insertion
11953                 Patch by Alfons
11954
11955 2004-11-15 [colin]      0.9.12cvs146.12
11956
11957         * src/compose.c
11958         * src/prefs_filtering.c
11959         * src/prefs_filtering_action.c
11960         * src/prefs_toolbar.c
11961                 Fix some const-correctness
11962
11963 2004-11-15 [colin]      0.9.12cvs146.11
11964
11965         * src/summaryview.c
11966         * src/prefs_themes.c
11967         * src/messageview.c
11968                 Fix some leaks
11969
11970 2004-11-15 [colin]      0.9.12cvs146.10
11971
11972         * src/codeconv.c
11973                 More unreadable locale fixes
11974
11975 2004-11-14 [colin]      0.9.12cvs146.9
11976
11977         * src/textview.c
11978                 Fix uri_security_check
11979                 Patch by Alfons
11980
11981 2004-11-13 [paul]       0.9.12cvs146.8
11982
11983         * src/folder.c
11984         * src/procmime.c
11985                 fix 2 bugs introduced in last commit
11986
11987 2004-11-13 [paul]       0.9.12cvs146.7
11988
11989         * src/compose.c
11990         * src/exporthtml.c
11991         * src/exportldif.c
11992         * src/folder.c
11993         * src/imap.c
11994         * src/imap_gtk.c
11995         * src/main.c
11996         * src/mainwindow.c
11997         * src/messageview.c
11998         * src/mh_gtk.c
11999         * src/prefs_themes.c
12000         * src/procmime.c
12001         * src/setup.c
12002         * src/summaryview.c
12003                 replace deprecated g_basename
12004
12005 2004-11-13 [paul]       0.9.12cvs146.6
12006
12007         * src/compose.c
12008         * src/imap.c
12009         * src/matcher_parser.h
12010         * src/matcher_parser_parse.y
12011         * src/prefs_filtering.c
12012         * src/prefs_filtering_action.c
12013         * src/prefs_themes.c
12014         * src/prefs_toolbar.c
12015         * src/common/utils.c
12016                 various small fixes/cleanups
12017
12018 2004-11-12 [colin]      0.9.12cvs146.5
12019
12020         * src/textview.c
12021                 Validate event's origin on visibility notify
12022                 Patch by Alfons.
12023
12024 2004-11-12 [paul]       0.9.12cvs146.4
12025
12026         * src/exporthtml.c
12027         * src/exportldif.c
12028         * src/imap.c
12029         * src/mh.c
12030         * src/mimeview.c
12031         * src/prefs_spelling.c
12032         * src/prefs_themes.c
12033                 replace deprecated g_dirname    
12034
12035 2004-11-12 [colin]      0.9.12cvs146.3
12036
12037         * src/textview.c
12038                 Some coding style fixes
12039
12040 2004-11-12 [colin]      0.9.12cvs146.2
12041
12042         * src/codeconv.c
12043                 We want to replace _all_ extended chars in
12044                 conv_unreadable_*, because any string containing
12045                 extended chars not parsing as UTF8 is 
12046                 undisplayed on gtk2.
12047
12048 2004-11-12 [paul]       0.9.12cvs146.1
12049
12050         * ChangeLog
12051         * ChangeLog.claws
12052         * ChangeLog.jp
12053         * NEWS
12054         * configure.ac
12055         * src/account.c
12056         * src/folderview.c
12057         * src/folderview.h
12058         * src/imap.c
12059         * src/imap_gtk.c
12060         * src/inc.c
12061         * src/mainwindow.c
12062         * src/mh_gtk.c
12063         * src/news_gtk.c
12064         * src/pop.c
12065         * src/prefs_account.c
12066         * src/prefs_account.h
12067         * src/prefs_ext_prog.c
12068         * src/procmime.c
12069         * src/procmime.h
12070         * src/procmsg.c
12071         * src/procmsg.h
12072         * src/summary_search.c
12073         * src/summaryview.c
12074         * src/textview.c
12075         * src/common/defs.h
12076         * src/common/utils.c
12077         * src/common/utils.h
12078         * src/gtk/menu.c
12079         * src/gtk/menu.h
12080                 sync with HEAD
12081
12082 2004-11-11 [colin]      0.9.12cvs144.2
12083
12084         * src/textview.c
12085                 Fix URI range selection (patch by Alfons)
12086
12087 2004-11-09 [colin]      0.9.12cvs144.1
12088
12089         * ChangeLog.claws
12090         * src/compose.c
12091         * src/folder.c
12092         * src/folder_item_prefs.c
12093         * src/prefs_account.c
12094         * src/prefs_account.h
12095         * src/plugins/pgpmime/pgpmime.c
12096                 Sync with HEAD
12097
12098 2004-11-08 [colin]      0.9.12cvs143.1
12099
12100         * src/summaryview.c
12101                 Sync with HEAD (optimize quicksearch)
12102
12103 2004-11-08 [colin]      0.9.12cvs142.2
12104
12105         * src/compose.c
12106                 Don't wrap when Edit/Auto wrapping is disabled
12107
12108 2004-11-08 [colin]      0.9.12cvs142.1
12109
12110         * src/textview.c
12111                 Sync with HEAD
12112
12113 2004-11-08 [colin]      0.9.12cvs141.1
12114
12115         * src/textview.c
12116                 Sync with HEAD (fix some mail URIs)
12117
12118 2004-11-08 [colin]      0.9.12cvs140.3
12119
12120         * src/textview.c
12121                 o Use text cursor instead of arrow when
12122                   not on a link
12123                 o Fix handling of contiguous links (as in
12124                   "colin@colino.net" <colin@colino.net>)
12125                   This one unveils a bug in get_email_part()
12126
12127 2004-11-07 [colin]      0.9.12cvs140.2
12128
12129         * src/textview.c
12130                 Fix memleak. Patch by Alfons.
12131
12132 2004-11-06 [colin]      0.9.12cvs140.1
12133
12134         * src/compose.c
12135                 Sync with HEAD (don't ask passphrase
12136                 when drafting)
12137
12138 2004-11-06 [paul]       0.9.12cvs139.2
12139
12140         * AUTHORS
12141         * src/textview.c
12142         * src/textview.h
12143                 textview URI handling. hovering over a 
12144                 link displays it in the status bar,
12145                 and changes the mouse pointer to a hand 
12146                 cursor. a link is activated with a single 
12147                 click. (Modified from the) patch by Jean-Yves 
12148                 Lefort <jylefort@users.sourceforge.net>
12149                 
12150
12151 2004-11-05 [colin]      0.9.12cvs139.1
12152
12153         * src/compose.c
12154         * src/procmime.c
12155                 Sync with HEAD again ^^
12156
12157 2004-11-05 [colin]      0.9.12cvs139.1
12158
12159         * src/compose.c
12160         * src/procmime.c
12161                 Sync with HEAD
12162
12163 2004-11-03 [paul]       0.9.12cvs138.1
12164
12165         * ChangeLog.claws
12166         * configure.ac
12167         * po/POTFILES.in
12168         * src/prefs_ext_prog.c
12169         * src/procmime.c
12170         * tools/kdeservicemenu/README
12171         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12172         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12173                 sync with HEAD
12174
12175 2004-11-01 [christoph]  0.9.12cvs136.2
12176
12177         * src/procmime.c
12178                 convert MIME parameters to UTF-8
12179
12180 2004-10-29 [colin]      0.9.12cvs136.1
12181
12182         * src/common/utils.c
12183                 Sync with HEAD (don't use '=' in mime boundary)
12184
12185 2004-10-29 [paul]       0.9.12cvs135.1
12186
12187         * configure.ac
12188         * doc/src/rfc2231.txt
12189         * src/procmime.c
12190         * src/common/quoted-printable.c
12191         * src/common/utils.c
12192         * src/common/utils.h
12193                 sync with HEAD
12194
12195 2004-10-27 [paul]       0.9.12cvs134.1
12196
12197         * configure.ac
12198         * src/main.c
12199         * src/procmime.c
12200         * src/plugins/pgpmime/pgpmime.c
12201                 sync with HEAD
12202
12203 2004-10-26 [paul]       0.9.12cvs132.3
12204
12205         * src/account.c
12206         * src/addressbook.c
12207         * src/addrgather.c
12208         * src/addrharvest.c
12209         * src/codeconv.c
12210         * src/compose.c
12211         * src/customheader.c
12212         * src/editaddress.c
12213         * src/editgroup.c
12214         * src/enriched.c
12215         * src/expldifdlg.c
12216         * src/exporthtml.c
12217         * src/exportldif.c
12218         * src/folder.c
12219         * src/foldersel.c
12220         * src/folderview.c
12221         * src/grouplistdialog.c
12222         * src/html.c
12223         * src/imap.c
12224         * src/jpilot.c
12225         * src/ldapserver.c
12226         * src/ldif.c
12227         * src/mimeview.c
12228         * src/news.c
12229         * src/news_gtk.c
12230         * src/pop.c
12231         * src/prefs_display_header.c
12232         * src/prefs_gtk.c
12233         * src/prefs_msg_colors.c
12234         * src/prefs_toolbar.c
12235         * src/procheader.c
12236         * src/procmime.c
12237         * src/summaryview.c
12238         * src/textview.c
12239         * src/toolbar.c
12240         * src/vcard.c
12241         * src/common/mgutils.c
12242         * src/common/nntp.c
12243         * src/common/smtp.c
12244         * src/common/template.c
12245         * src/common/utils.c
12246         * src/common/xmlprops.c
12247         * src/plugins/pgpmime/pgpmime.c
12248         * src/plugins/pgpmime/select-keys.c
12249         * src/plugins/pgpmime/sgpgme.c
12250                 replace deprecated g_strcasecmp(), g_strncasecmp(),
12251                 g_string_sprintfa(), gtk_notebook_current_page()
12252
12253 2004-10-26 [colin]      0.9.12cvs132.2
12254
12255         * src/prefs_folder_item.c
12256                 Fix default-account selection
12257
12258 2004-10-21 [colin]      0.9.12cvs133
12259
12260         * src/compose.c
12261                 Sync with HEAD (Remove extra separator in compose's Options)
12262         * src/textview.c
12263                 Set wrapping to char
12264
12265 2004-10-21 [paul]       0.9.12cvs131.2
12266
12267         * src/compose.c
12268         * src/sourcewindow.c
12269                 fix wrapping
12270                 fix window shrinking 
12271
12272 2004-10-21 [colin]      0.9.12cvs131.1
12273
12274         * ChangeLog.claws
12275         * src/compose.c
12276                 Sync with HEAD
12277
12278 2004-10-21 [paul]       0.9.12cvs130.2
12279
12280         * src/prefs_folder_item.c
12281                 sync with HEAD (Apply to subfolders)
12282
12283 2004-10-19 [colin]      0.9.12cvs130.1
12284
12285         * ChangeLog.claws
12286         * src/compose.c
12287         * src/common/utils.c
12288         * src/gtk/menu.c
12289                 Sync with HEAD
12290
12291 2004-10-19 [colin]      0.9.12cvs128.1
12292
12293         * src/addrbook.c
12294         * src/addrcache.c
12295         * src/addressbook.c
12296         * src/codeconv.c
12297         * src/compose.c
12298         * src/customheader.c
12299         * src/editaddress.c
12300         * src/editgroup.c
12301         * src/exporthtml.c
12302         * src/folder.c
12303         * src/folderview.c
12304         * src/imap.c
12305         * src/jpilot.c
12306         * src/main.c
12307         * src/matcher_parser_parse.y
12308         * src/mbox.c
12309         * src/pop.c
12310         * src/prefs_account.c
12311         * src/prefs_gtk.c
12312         * src/prefs_msg_colors.c
12313         * src/procheader.c
12314         * src/procmime.c
12315         * src/procmime.h
12316         * src/procmsg.c
12317         * src/summaryview.c
12318         * src/textview.c
12319         * src/common/base64.c
12320         * src/common/partial_download.c
12321         * src/common/socket.c
12322         * src/common/sylpheed.c
12323         * src/common/utils.c
12324         * src/common/utils.h
12325         * src/gtk/pluginwindow.c
12326         * src/gtk/quicksearch.c
12327         * src/plugins/clamav/clamav_plugin.c
12328         * src/plugins/clamav/clamav_plugin.h
12329         * src/plugins/clamav/clamav_plugin_gtk.c
12330         * src/plugins/pgpmime/passphrase.c
12331         * src/plugins/pgpmime/pgpmime.c
12332         * src/plugins/pgpmime/plugin.c
12333         * src/plugins/pgpmime/prefs_gpg.c
12334         * src/plugins/pgpmime/prefs_gpg.h
12335         * src/plugins/pgpmime/select-keys.c
12336         * src/plugins/pgpmime/sgpgme.c
12337         * src/plugins/spamassassin/libspamc.c
12338         * src/plugins/spamassassin/spamassassin.c
12339         * src/plugins/spamassassin/spamassassin.h
12340         * src/plugins/spamassassin/spamassassin_gtk.c
12341         * src/plugins/trayicon/trayicon.c
12342         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
12343                 Sync with HEAD
12344
12345 2004-10-14 [colin]      0.9.12cvs126.2
12346
12347         * src/codeconv.c
12348         * src/textview.c
12349                 Fix conv_unreadable_locale
12350
12351 2004-10-13 [colin]      0.9.12cvs126.1
12352
12353         * src/compose.c
12354                 Sync with HEAD (don't convert charset for 
12355                 drafted messages, minor cleanup)
12356
12357 2004-10-13 [colin]      0.9.12cvs125.1
12358
12359         * po/POTFILES.in
12360                 Sync with HEAD (POTFILES fix)
12361
12362 2004-10-12 [colin]      0.9.12cvs124.3
12363
12364         * src/compose.c
12365                 Fix encoding bug from latest sync
12366
12367 2004-10-12 [paul]       0.9.12cvs124.2
12368
12369         * src/plugins/pgpmime/prefs_gpg.c
12370         * src/plugins/pgpmime/prefs_gpg.h
12371                 forgotten in last commit        
12372
12373 2004-10-12 [paul]       0.9.12cvs124.1
12374
12375         * ChangeLog.claws
12376         * configure.ac
12377         * m4/spamassassin.m4
12378         * src/Makefile.am
12379         * src/account.c
12380         * src/compose.c
12381         * src/compose.h
12382         * src/crash.c
12383         * src/main.c
12384         * src/mimeview.c
12385         * src/passphrase.c
12386         * src/passphrase.h
12387         * src/prefs_account.c
12388         * src/prefs_account.h
12389         * src/prefs_common.c
12390         * src/privacy.c
12391         * src/privacy.h
12392         * src/procmime.c
12393         * src/procmime.h
12394         * src/procmsg.c
12395         * src/rfc2015.c
12396         * src/rfc2015.h
12397         * src/select-keys.c
12398         * src/select-keys.h
12399         * src/textview.c
12400         * src/common/utils.c
12401         * src/common/utils.h
12402         * src/gtk/about.c
12403         * src/plugins/pgpmime/Makefile.am
12404         * src/plugins/pgpmime/passphrase.c
12405         * src/plugins/pgpmime/passphrase.h
12406         * src/plugins/pgpmime/pgpmime.c
12407         * src/plugins/pgpmime/plugin.c
12408         * src/plugins/pgpmime/select-keys.c
12409         * src/plugins/pgpmime/select-keys.h
12410         * src/plugins/pgpmime/sgpgme.c
12411         * src/plugins/pgpmime/sgpgme.h
12412                 sync with HEAD
12413
12414 2004-10-04 [colin]      0.9.12cvs122.1
12415
12416         * src/mainwindow.c
12417         * src/messageview.c
12418         * src/messageview.h
12419         * src/textview.c
12420                 Sync with HEAD
12421
12422 2004-10-04 [colin]      0.9.12cvs121.1
12423
12424         * src/summaryview.c
12425                 Sync with HEAD
12426
12427 2004-10-04 [paul]       0.9.12cvs120.1
12428
12429         * configure.ac
12430                 sync with HEAD [don't try to build 
12431                 pgpmime plugin when gpgme is disabled]
12432
12433 2004-10-03 [colin]      0.9.12cvs119.3
12434
12435         * src/gtk/gtksctree.c
12436                 Lots of side effects. Put back as before 117.2.
12437         * src/summaryview.c
12438                 Fix bug #602
12439
12440 2004-10-03 [colin]      0.9.12cvs119.2
12441
12442         * src/gtk/gtksctree.c
12443                 Revert 608 fix that doesn't work that good
12444
12445 2004-10-02 [colin]      0.9.12cvs119.1
12446
12447         * src/mainwindow.c
12448         * src/messageview.c
12449         * src/prefs_common.h
12450         * src/procmime.c
12451         * src/procmime.h
12452         * src/textview.c
12453                 Sync with HEAD
12454         * src/gtk/gtksctree.c
12455                 Close bug #608
12456
12457 2004-10-01 [colin]      0.9.12cvs118.1
12458
12459         * src/mimeview.c
12460                 Sync with HEAD (better Save All fix)
12461
12462 2004-10-01 [colin]      0.9.12cvs117.2
12463
12464         * src/gtk/gtksctree.c
12465                 Faster on selection
12466
12467 2004-10-01 [colin]      0.9.12cvs117.1
12468
12469         * src/mimeview.c
12470                 Sync with HEAD (Save All: only attachments)
12471
12472 2004-10-01 [paul]       0.9.12cvs116.1
12473
12474         * ChangeLog.claws
12475         * configure.ac
12476         * src/account.c
12477         * src/prefs_common.c
12478         * src/gtk/colorlabel.c
12479                 sync with HEAD
12480
12481 2004-09-30 [colin]      0.9.12cvs115.1
12482
12483         * src/stock_pixmap.c
12484         * src/stock_pixmap.h
12485         * src/folderview.c
12486         * src/Makefile.am
12487         * src/pixmaps/read.xpm
12488                 Sync with HEAD (new pixmap)
12489
12490 2004-09-29 [colin]      0.9.12cvs114.1
12491
12492         * src/compose.c
12493                 Sync with HEAD
12494                 Fix focus handling in headers
12495
12496 2004-09-29 [paul]       0.9.12cvs113.1
12497
12498         * src/quote_fmt_parse.y
12499                 sync with HEAD
12500  
12501
12502 2004-09-28 [colin]      0.9.12cvs112.1
12503
12504         * src/folderview.c
12505         * src/mainwindow.c
12506                 Sync with HEAD
12507
12508 2004-09-28 [colin]      0.9.12cvs110.1
12509
12510         * src/folderview.c
12511                 Sync with HEAD (Contextual Empty trash menu)
12512
12513 2004-09-28 [colin]      0.9.12cvs108.1
12514
12515         * src/addressbook.c
12516                 Sync with HEAD (addressbook edit on double-click)
12517
12518 2004-09-28 [colin]      0.9.12cvs106.1
12519
12520         * src/inc.c
12521                 Sync with HEAD (folder_item freeze on inc)
12522
12523 2004-09-27 [colin]      0.9.12cvs105.1
12524
12525         * src/folderview.c
12526                 Sync with HEAD (right-align new and unread column)
12527
12528 2004-09-27 [colin]      0.9.12cvs104.1
12529
12530         * src/main.c
12531                 Sync with HEAD (revert 0.9.12cvs101)
12532
12533 2004-09-24 [colin]      0.9.12cvs103.2
12534
12535         * src/wizard.c
12536                 Fix gtk warnings and use domain part of the email address 
12537                 when domain detection fails (no dot in domain name)
12538
12539 2004-09-23 [colin]      0.9.12cvs103.1
12540
12541         * src/plugins/spamassassin/libspamc.c
12542         * src/plugins/spamassassin/libspamc.h
12543         * src/plugins/spamassassin/utils.c
12544         * src/plugins/spamassassin/utils.h
12545                 Sync with HEAD (Update spamassassin to 3.0)
12546
12547 2004-09-21 [colin]      0.9.12cvs102.3
12548
12549         * src/action.c
12550                 Add horizontal scrollbar in action io dialog as needed
12551                 Patch by Alfons.
12552
12553 2004-09-20 [colin]      0.9.12cvs102.2
12554
12555         * src/plugins/image_viewer/viewer.c
12556                 Remove imlib stuff
12557                 use gtk_pixmap_set when clearing
12558                 (would be better to use gtkImages, but causes size-allocate 
12559                 signals storm)
12560
12561 2004-09-17 [paul]       0.9.12cvs102.1
12562
12563         * ChangeLog
12564         * ChangeLog.claws
12565         * ChangeLog.jp
12566         * configure.ac
12567         * src/inc.c
12568                 sync with HEAD
12569
12570
12571 2004-09-17 [colin]      0.9.12cvs101.1
12572
12573         * ChangeLog.claws
12574         * src/main.c
12575                 Sync with HEAD (fix segs at exit)
12576
12577 2004-09-14 [colin]      0.9.12cvs99.5
12578
12579         * src/common/socket.c
12580         * AUTHORS
12581                 Fix send error on 64bit platforms
12582                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
12583
12584 2004-09-14 [colin]      0.9.12cvs99.4
12585
12586         * src/action.c
12587                 Fix action output with utf8 
12588                 Patch by Alfons.
12589
12590 2004-09-14 [colin]      0.9.12cvs99.3
12591
12592         * ChangeLog.claws
12593         * src/folder.c
12594                 Sync with HEAD
12595
12596 2004-09-09 [colin]      0.9.12cvs99.2
12597
12598         * src/action.c
12599                 Fix progress bar (displaying "Completed %v/%u")
12600                 Patch by Alfons.
12601
12602 2004-09-08 [colin]      0.9.12cvs99.1
12603
12604         * src/account.c
12605         * src/folder.c
12606         * src/procmsg.c
12607         * src/procmsg.h
12608         * src/plugins/pgpmime/pgpmime.c
12609                 Sync with HEAD
12610
12611 2004-09-08 [colin]      0.9.12cvs97.2
12612
12613         * src/summaryview.c
12614                 Don't select mails in collapsed threads 
12615                 when navigating with up/down
12616
12617 2004-09-07 [colin]      0.9.12cvs97.1
12618
12619         * src/inc.c
12620                 Sync with HEAD (meaningful error messages)
12621
12622 2004-09-06 [colin]      0.9.12cvs96.1
12623
12624         * src/toolbar.c
12625                 Sync with HEAD (fix Redirect graying out)
12626
12627 2004-09-06 [colin]      0.9.12cvs95.1
12628
12629         * src/summaryview.c
12630         * src/mimeview.c
12631                 Sync with HEAD (fix dropped URIs)
12632
12633 2004-09-06 [colin]      0.9.12cvs94.1
12634
12635         * src/addressbook.c
12636         * src/addressitem.h
12637         * src/addritem.c
12638         * src/addritem.h
12639                 Sync with HEAD (addressbook DnD)
12640
12641 2004-09-03 [colin]      0.9.12cvs93.1
12642
12643         * src/summaryview.c
12644                 Sync with HEAD (next/prev unread)
12645
12646 2004-09-03 [colin]      0.9.12cvs92.1
12647
12648         * src/prefs_common.c
12649         * src/prefs_common.h
12650         * src/summaryview.c
12651                 Sync with HEAD ('mark_as_read_delay' pref)
12652
12653 2004-09-02 [colin]      0.9.12cvs91.2
12654
12655         * src/common/xml.c
12656                 Fix leak
12657
12658 2004-09-02 [colin]      0.9.12cvs91.1
12659
12660         * src/gtk/menu.c
12661                 Sync with HEAD (menu accel don't work, but whatever)
12662
12663 2004-09-02 [colin]      0.9.12cvs90.1
12664
12665         * src/account.c
12666                 Sync with HEAD (fix bug 582)
12667
12668 2004-09-02 [colin]      0.9.12cvs89.1
12669
12670         * src/addrindex.c
12671                 Sync with HEAD (free deleted queries)
12672
12673 2004-09-02 [colin]      0.9.12cvs88.1
12674
12675         * src/ldapquery.c
12676                 Sync with HEAD (fix LDAP freezes)
12677
12678 2004-09-02 [colin]      0.9.12cvs87.1
12679
12680         * src/prefs_spelling.c
12681                 Sync with HEAD (add default dictionary)
12682
12683 2004-09-01 [colin]      0.9.12cvs86.1
12684
12685         * src/filtering.c
12686         * src/folderview.c
12687         * src/imap.c
12688         * src/prefs_matcher.c
12689         * src/stock_pixmap.c
12690         * src/summary_search.c
12691         * src/summaryview.c
12692         * src/wizard.c
12693         * src/wizard.h
12694                 Sync with HEAD (uninitialized vars fixes)
12695                 + gtk2 specific warning fixes
12696
12697 2004-08-31 [colin]      0.9.12cvs85.1
12698
12699         * src/folder.c
12700                 Sync with HEAD (Fix memory corruption due to 
12701                 uninitialized var)
12702
12703 2004-08-31 [colin]      0.9.12cvs84.4
12704
12705         * src/summary_search.c
12706                 Fix segfaults when searching in folders with broken headers
12707
12708 2004-08-31 [colin]      0.9.12cvs84.3
12709
12710         * src/compose.c
12711         * src/textview.c
12712                 Fix some more encoding/decoding issues
12713
12714 2004-08-30 [colin]      0.9.12cvs84.2
12715
12716         * src/mimeview.c
12717         * src/prefs_themes.c
12718         * src/gtk/filesel.c
12719         * src/gtk/filesel.h
12720                 Add a folder-mode selection (fixes mimeview's "Save all")
12721
12722 2004-08-29 [colin]      0.9.12cvs84.1
12723
12724         * src/mimeview.c
12725                 Sync with HEAD (don't escape saved filenames)
12726
12727 2004-08-27 [colin]      0.9.12cvs83.1
12728
12729         * ChangeLog
12730         * ChangeLog.claws
12731         * ChangeLog.jp
12732         * src/mh.c
12733         * src/procheader.c
12734         * src/procmsg.c
12735         * src/procmsg.h
12736         * src/common/utils.c
12737         * src/gtk/menu.h
12738         * po/
12739                 Sync with HEAD 0.9.12cvs83 (sync with main)
12740
12741 2004-08-26 [colin]      0.9.12cvs82.4
12742
12743         * src/codeconv.c
12744                 Fix strange stack corruption
12745                 Convert to utf8 after unmime, not before
12746
12747 2004-08-26 [colin]      0.9.12cvs82.3
12748
12749         * src/main.c
12750         * src/wizard.c
12751                 Fix account folders duplication
12752
12753 2004-08-25 [colin]      0.9.12cvs82.2
12754
12755         * src/wizard.c
12756                 Remove ports
12757                 Add SSL selection
12758                 Use login@server as account name
12759
12760 2004-08-25 [colin]      0.9.12cvs82.1
12761
12762         * src/plugins/pgpmime/pgpmime.c
12763                 Sync with HEAD (leak fix).
12764
12765 2004-08-25 [colin]      0.9.12cvs81.1
12766
12767         * src/plugins/pgpmime/pgpmime.c
12768         * src/plugins/pgpmime/sgpgme.c
12769         * src/plugins/pgpmime/sgpgme.h
12770                 Sync with HEAD (Handle combined messages).
12771
12772 2004-08-24 [colin]      0.9.12cvs80.3
12773
12774         * src/wizard.c
12775                 Fix full name, ports, and imap
12776
12777 2004-08-24 [colin]      0.9.12cvs80.2
12778
12779         * src/Makefile.am
12780         * src/main.c
12781         * src/setup.c
12782         * src/setup.h
12783         * src/stock_pixmap.c
12784         * src/stock_pixmap.h
12785         * src/wizard.c ** ADDED **
12786         * src/wizard.h ** ADDED ** 
12787         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
12788                 Add a setup wizard 
12789
12790 2004-08-24 [colin]      0.9.12cvs80.1
12791
12792         * src/folder.c
12793                 Sync with HEAD (set mimeflags on all messages)
12794
12795 2004-08-24 [colin]      0.9.12cvs79.3
12796
12797         * src/matcher_parser_lex.l
12798                 Fix 8bits strings not in utf8
12799
12800 2004-08-24 [colin]      0.9.12cvs79.2
12801
12802         * src/compose.c
12803                 Check conversion result before replacing buffer
12804
12805 2004-08-23 [colin]      0.9.12cvs79.1
12806
12807         * src/compose.c
12808                 Sync with HEAD (create message header in memory)
12809
12810 2004-08-23 [colin]      0.9.12cvs78.1
12811
12812         * src/rfc2015.c
12813         * src/rfc2015.h
12814                 Sync with HEAD (fix bug 197 again)
12815
12816 2004-08-23 [colin]      0.9.12cvs77.3
12817
12818         * src/compose.c
12819                 Fix again inline gpg signing (which outputs utf8
12820                 in gtk2). Not syncing this fix to HEAD as this 
12821                 code is meant to die.
12822
12823 2004-08-23 [colin]      0.9.12cvs77.2
12824
12825         * src/prefs_account.h
12826                 Remove useless include
12827
12828 2004-08-23 [colin]      0.9.12cvs77.1
12829
12830         * src/imap.c
12831         * po/es.po
12832         * po/fr.po
12833         * po/it.po
12834         * po/pl.po
12835         * po/pt_BR.po
12836         * po/sk.po
12837         * po/sr.po
12838                 Sync with HEAD (fix bug 577)
12839
12840 2004-08-22 [colin]      0.9.12cvs76.1
12841
12842         * src/plugins/trayicon/trayicon.c
12843                 Sync with HEAD (fix formatting bug)
12844
12845 2004-08-21 [colin]      0.9.12cvs74.2
12846
12847         * src/gtk/colorsel.c
12848                 Fix bug 564 (Folder color selection window exits on any
12849                 keypress)
12850
12851 2004-08-21 [colin]      0.9.12cvs74.1
12852
12853         * ChangeLog.claws
12854         * src/compose.c
12855         * src/summaryview.c
12856         * src/toolbar.c
12857                 Sync with HEAD (fix bug 576)
12858
12859 2004-08-21 [colin]      0.9.12cvs70.1
12860
12861         * src/compose.c
12862         * src/mainwindow.c
12863                 Sync with HEAD
12864                 
12865
12866 2004-08-21 [paul]       0.9.12cvs66.4
12867
12868         * src/mainwindow.c
12869         * src/messageview.c
12870         * src/gtk/menu.c
12871         * src/plugins/spamassassin/spamassassin_gtk.c
12872                 remove some deprecated gtk1 functions
12873
12874
12875 2004-08-21 [colin]      0.9.12cvs66.3
12876
12877         * src/compose.c
12878         * src/codeconv.c
12879                 Fix warnings
12880                 Remove encoding hacks
12881                 Fix bug 575 (Strange character messes up message)
12882                 Don't display conversion error when drafting
12883
12884 2004-08-21 [paul]       0.9.12cvs66.2
12885
12886         * src/prefs_account.c
12887                 fix GnuPG mode bugs
12888
12889
12890 2004-08-20 [colin]      0.9.12cvs66.1
12891
12892         * src/codeconv.c
12893                 Sync with HEAD 0.9.12cvs66
12894
12895 2004-08-20 [paul]
12896
12897         * src/plugins/pgpmime/plugin.c
12898                 modify PGP/MIME plugin's description
12899
12900 2004-08-17 [colin]      0.9.12cvs65.1
12901
12902         * src/common/ssl.c
12903         * src/plugins/pgpmime/plugin.c
12904                 Sync with HEAD
12905
12906 2004-08-14 [colin]      0.9.12cvs60.3
12907
12908         * src/plugins/trayicon/trayicon.c
12909                 Put back resize callback, on size-request signal
12910                 rather than size-allocate to avoid infinite 
12911                 callback loop
12912
12913 2004-08-13 [colin]      0.9.12cvs60.2
12914
12915         * src/common/defs.h
12916                 Cache versions have been fixed
12917
12918 2004-08-13 [colin]      0.9.12cvs60.1
12919
12920         * src/folderutils.c
12921                 Sync with HEAD
12922
12923 2004-08-12 [colin]      0.9.12cvs59.1
12924
12925         * src/plugins/trayicon/trayicon.c
12926                 Sync with HEAD
12927
12928 2004-08-12 [colin]      0.9.12cvs57.5
12929
12930         * sylpheed.desktop
12931         * configure.ac
12932         * src/Makefile.am
12933         * src/main.c
12934                 Add support for Freedesktop.org's startup notification
12935
12936 2004-08-11 [colin]      0.9.12cvs57.4
12937
12938         * src/textview.c
12939                 Fix off-by-one
12940
12941 2004-08-11 [colin]      0.9.12cvs57.3
12942
12943         * src/message_search.c
12944         * src/summary_search.c
12945                 Make searches case insensitive by default
12946         * src/textview.c
12947                 Fix case-insensitive search in message
12948
12949 2004-08-11 [colin]      0.9.12cvs57.2
12950
12951         * src/summary_search.c
12952                 Let case-sensitive be specified
12953
12954 2004-08-10 [colin]      0.9.12cvs55.4
12955
12956         * src/common/socket.c
12957                 Fix the possible race condition
12958
12959 2004-08-09 [paul]       0.9.12cvs55.3
12960
12961         * configure.ac
12962         * src/Makefile.am
12963         * src/common/Makefile.am
12964                 sync with HEAD
12965
12966
12967 2004-08-09 [paul]       0.9.12cvs55.2
12968
12969         * autogen.sh
12970         * po/poconv.sh
12971                 remove unneeded script
12972
12973         * configure.ac
12974                 add forgotten USE_LDAP_TLS (sync with HEAD)
12975
12976
12977 2004-08-09 [colin]      0.9.12cvs55.1
12978
12979         * src/main.c
12980         * src/common/ssl.c
12981         * src/common/sylpheed.c
12982         * src/common/sylpheed.h
12983                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
12984
12985 2004-08-09 [paul]       0.9.12cvs54.1
12986
12987         * ChangeLog
12988         * ChangeLog.claws
12989         * ChangeLog.jp
12990         * configure.ac
12991         * po/POTFILES.in
12992         * src/Makefile.am
12993         * src/folderutils.c
12994         * src/main.c
12995         * src/pgpmime.c
12996         * src/pgpmime.h
12997         * src/sgpgme.c
12998         * src/sgpgme.h
12999         * src/plugins/Makefile.am
13000         * src/plugins/pgpmime/.cvsignore
13001         * src/plugins/pgpmime/Makefile.am
13002         * src/plugins/pgpmime/pgpmime.c
13003         * src/plugins/pgpmime/pgpmime.h
13004         * src/plugins/pgpmime/plugin.c
13005         * src/plugins/pgpmime/sgpgme.c
13006         * src/plugins/pgpmime/sgpgme.h
13007                 sync with HEAD
13008
13009 2004-08-08 [paul]       0.9.12cvs51.1
13010
13011         * configure.ac
13012         * src/folder.c
13013                 sync with HEAD
13014
13015 2004-08-07 [colin]      0.9.12cvs50.1
13016
13017         * src/pop.c
13018         * src/common/partial_download.c
13019                 fix warnings (sync from HEAD)
13020
13021 2004-08-07 [colin]      0.9.12cvs48.1
13022
13023         * src/prefs_folder_item.c
13024                 sync with HEAD 0.9.12cvs48
13025
13026 2004-08-06 [colin]      0.9.12cvs47.1
13027
13028         * src/compose.c
13029                 Sync with HEAD
13030
13031 2004-08-06 [christoph]  0.9.12cvs46.2
13032
13033         * src/main.c
13034         * src/plugins/clamav/clamav_plugin_gtk.c
13035         * src/plugins/dillo_viewer/dillo_viewer.c
13036         * src/plugins/image_viewer/plugin.c
13037         * src/plugins/mathml_viewer/mathml_viewer.c
13038         * src/plugins/spamassassin/spamassassin_gtk.c
13039         * src/plugins/trayicon/trayicon.c
13040                 don't mix GTK1.2 plugin with GTK2 plugins
13041
13042 2004-08-06 [colin]      0.9.12cvs46.1
13043
13044         * ChangeLog
13045         * ChangeLog.claws
13046         * ChangeLog.jp
13047         * configure.ac
13048         * sylpheed-claws.pc.in
13049         * src/folder.c
13050         * src/imap.c
13051         * src/localfolder.c
13052         * src/messageview.c
13053         * src/mimeview.c
13054         * src/mimeview.h
13055         * src/msgcache.c
13056         * src/news.c
13057         * src/prefs_ext_prog.c
13058         * src/prefs_folder_item.c
13059         * src/prefs_fonts.c
13060         * src/prefs_msg_colors.c
13061         * src/prefs_spelling.c
13062         * src/prefs_themes.c
13063         * src/prefs_toolbar.c
13064         * src/prefs_wrapping.c
13065         * src/procmime.h
13066         * src/common/defs.h
13067         * src/common/nntp.c
13068         * src/common/session.c
13069         * src/common/session.h
13070         * src/common/socket.c
13071         * src/common/utils.h
13072         * src/common/xml.c
13073         * src/common/xml.h
13074         * src/gtk/prefswindow.c
13075         * src/gtk/prefswindow.h
13076         * src/plugins/clamav/clamav_plugin_gtk.c
13077         * src/plugins/dillo_viewer/dillo_prefs.c
13078         * src/plugins/image_viewer/viewerprefs.c
13079         * src/plugins/spamassassin/spamassassin_gtk.c
13080         * m4/openssl.m4 *** REMOVED ***
13081                 Sync with HEAD 0.9.12cvs46
13082
13083 2004-08-03 [paul]       0.9.12cvs40.2
13084
13085         * src/action.c
13086         * src/addressadd.c
13087         * src/addressbook.c
13088         * src/addrgather.c
13089         * src/browseldap.c
13090         * src/compose.c
13091         * src/crash.c
13092         * src/editaddress.c
13093         * src/editgroup.c
13094         * src/editldap_basedn.c
13095         * src/foldersel.c
13096         * src/importldif.c
13097         * src/mimeview.c
13098         * src/prefs_common.c
13099         * src/prefs_template.c
13100         * src/sourcewindow.c
13101         * src/summaryview.c
13102         * src/gtk/about.c
13103         * src/gtk/foldersort.c
13104         * src/gtk/logwindow.c
13105         * src/gtk/pluginwindow.c
13106         * src/gtk/prefswindow.c
13107                 change all gtk_scrolled_window_set_policy from 
13108                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13109
13110 2004-08-02 [paul]       0.9.12cvs40.1
13111
13112         * AUTHORS
13113                 update translation team section
13114         * po/pt_BR.po
13115                 updated by Frederico Goncalves Guimaraes
13116                 <fggdebian@yahoo.com.br>
13117
13118 2004-07-31 [colin]      0.9.12cvs39.9
13119
13120         * src/exphtmldlg.c
13121                 Fix compilation
13122
13123 2004-07-31 [colin]      0.9.12cvs39.8
13124
13125         * src/exphtmldlg.c
13126                 Fix an alertpanel type
13127
13128 2004-07-30 [colin]      0.9.12cvs39.7
13129
13130         * src/alertpanel.c
13131                 Fix alertpanel_error_log's icon
13132
13133 2004-07-30 [colin]      0.9.12cvs39.6
13134
13135         * src/pop.c
13136                 Two of them should still be warnings
13137
13138 2004-07-30 [colin]      0.9.12cvs39.5
13139
13140         * src/pop.c
13141                 More warning -> error
13142 2004-07-29 [colin]      0.9.12cvs39.4
13143
13144         * src/pop.c
13145                 Warning -> error
13146
13147 2004-07-29 [colin]      0.9.12cvs39.3
13148
13149         * src/prefs_matcher.c
13150                 Fix segfault
13151
13152 2004-07-29 [colin]      0.9.12cvs39.2
13153
13154         * src/alertpanel.c
13155                 More nice-looking alertpanels
13156
13157 2004-07-29 [colin]      0.9.12cvs39.1
13158
13159         * src/messageview.c
13160                 sync with head
13161                 (inform user when partial mail is deleted on server)
13162
13163 2004-07-29 [colin]      0.9.12cvs38.1
13164
13165         * src/messageview.c
13166                 sync with head
13167
13168 2004-07-28 [paul]       0.9.12cvs37.7
13169
13170         * src/mainwindow.c
13171                 complete the replacement of deprecated gtk_progress_*
13172
13173 2004-07-28 [paul]       0.9.12cvs37.6
13174
13175         * src/action.c
13176         * src/inc.c
13177         * src/mainwindow.c
13178         * src/send_message.c
13179         * src/gtk/progressdialog.c
13180         * src/gtk/progressdialog.h
13181                 replace deprecated gtk_progress_*
13182
13183 2004-07-28 [paul]       0.9.12cvs37.5
13184
13185         * src/gtk/filesel.c
13186                 remove gtk_window_set_wmclass()
13187 2004-07-28 [paul]       0.9.12cvs37.4
13188
13189         * src/addressbook.c
13190         * src/compose.c
13191         * src/foldersel.c
13192         * src/mainwindow.c
13193         * src/messageview.c
13194         * src/sourcewindow.c
13195         * src/gtk/logwindow.c
13196                 remove gtk_window_set_wmclass()
13197                 
13198         * src/prefs_filtering.c
13199         * src/prefs_filtering_action.c
13200         * src/prefs_fonts.c
13201         * src/prefs_gtk.c
13202         * src/prefs_matcher.c
13203         * src/ssl_manager.c
13204         * src/gtk/prefswindow.c
13205                 replace gtk_window_position()
13206
13207 2004-07-28 [colin]      0.9.12cvs37.3
13208
13209         * src/alertpanel.c
13210         * src/alertpanel.h
13211                 Add a way to specify panel type for specific
13212                 panels (alertpanel())
13213         * src/account.c
13214         * src/addressbook.c
13215         * src/compose.c
13216         * src/expldifdlg.c
13217         * src/main.c
13218         * src/messageview.c
13219         * src/summaryview.c
13220         * src/textview.c
13221         * src/gtk/sslcertwindow.c
13222                 Fix alertpanel()s so that their icon match
13223                 their real type
13224
13225 2004-07-28 [paul]       0.9.12cvs37.2
13226
13227         * src/addr_compl.c
13228         * src/addressbook.c
13229         * src/alertpanel.c
13230         * src/compose.c
13231         * src/export.c
13232         * src/foldersel.c
13233         * src/folderview.c
13234         * src/grouplistdialog.c
13235         * src/import.c
13236         * src/mainwindow.c
13237         * src/message_search.c
13238         * src/messageview.c
13239         * src/passphrase.c
13240         * src/prefs_actions.c
13241         * src/prefs_common.c
13242         * src/prefs_customheader.c
13243         * src/prefs_display_header.c
13244         * src/prefs_filtering.c
13245         * src/prefs_filtering_action.c
13246         * src/prefs_gtk.c
13247         * src/prefs_matcher.c
13248         * src/prefs_msg_colors.c
13249         * src/prefs_summary_column.c
13250         * src/prefs_template.c
13251         * src/sourcewindow.c
13252         * src/ssl_manager.c
13253         * src/summary_search.c
13254         * src/gtk/colorsel.c
13255         * src/gtk/description_window.c
13256         * src/gtk/gtkaspell.c
13257         * src/gtk/inputdialog.c
13258         * src/gtk/logwindow.c
13259         * src/gtk/prefswindow.c
13260         * src/gtk/progressdialog.c
13261                 replace deprecated gtk_window_set_policy
13262
13263 2004-07-27 [colin]      0.9.12cvs37.1
13264
13265         * src/msgcache.c
13266                 More fixes (synced for head again)
13267
13268 2004-07-27 [colin]      0.9.12cvs35.3
13269
13270         * src/msgcache.c
13271                 Fix wrong test
13272
13273 2004-07-27 [colin]      0.9.12cvs35.2
13274
13275         * src/mimeview.c
13276                 Fix width a bit (by Paul)
13277         * src/alertpanel.c
13278         * src/alertpanel.h
13279                 Specialize icons, make alertpanel_message()
13280                 private
13281         * src/message_search.c
13282         * src/sgpgme.c
13283         * src/summary_search.c
13284                 Suit alertpanel changes
13285
13286 2004-07-27 [colin]      0.9.12cvs35.1
13287
13288         * src/alertpanel.c
13289                 Add an icon
13290         * src/passphrase.c
13291                 Add debug output - maybe someone will
13292                 want to look at the problem with Grab
13293                 Input :)
13294         Bump version as we're synced with HEAD
13295
13296 2004-07-26 [colin]      0.9.12cvs33.26
13297
13298         * src/pop.c
13299                 Fix uidl-file parsing when not in new
13300                 format
13301
13302 2004-07-26 [colin]      0.9.12cvs33.25
13303
13304         * src/gtk/menu.c
13305                 Move popup menu up if necessary (fixes 
13306                 account selector)
13307         * src/mainwindow.c
13308                 Set account selector's button height to
13309                 minimum
13310
13311 2004-07-26 [colin]      0.9.12cvs33.24
13312
13313         * src/alertpanel.c
13314                 Maybe fix 551 (Truncated font in alert window)
13315
13316 2004-07-26 [colin]      0.9.12cvs33.23
13317
13318         * po/de.po
13319         * po/es.po
13320         * po/fr.po
13321         * po/it.po
13322         * po/ja.po
13323         * po/pl.po
13324         * po/ru.po
13325         * po/sk.po
13326         * po/sr.po
13327         * po/zh_CN.po
13328                 Sync po files with HEAD
13329
13330 2004-07-26 [paul]       0.9.12cvs33.22
13331
13332         * src/compose.c
13333                 fix Bug 556 'Organisation-header is sent even if empty'
13334
13335 2004-07-24 [colin]      0.9.12cvs33.21
13336
13337         * src/compose.c
13338         * src/gtk/gtkaspell.c
13339         * src/gtk/gtkaspell.h
13340                 Fix speller accelerators (require hack)
13341
13342 2004-07-24 [colin]      0.9.12cvs33.20
13343
13344         * src/gtk/gtkaspell.c
13345                 Fix over-eager code deletion breaking
13346                 Check while typing
13347
13348 2004-07-24 [colin]      0.9.12cvs33.19
13349
13350         * src/browseldap.c
13351         * src/ldapctrl.c
13352         * src/ldapctrl.h
13353         * src/ldapserver.h
13354                 Sync ldap with HEAD
13355         (Fixes 546 LDAP completely broken)
13356
13357 2004-07-24 [colin]      0.9.12cvs33.18
13358
13359         * src/prefs_msg_colors.c
13360                 Fix prototype mismatch
13361         (Fixes 547 void function cannot return value)
13362
13363 2004-07-24 [colin]      0.9.12cvs33.17
13364
13365         * src/mainwindow.c
13366                 Fix sort going back to previous sort key
13367                 when changing sort direction
13368
13369 2004-07-24 [colin]      0.9.12cvs33.16
13370
13371         * src/compose.c
13372                 Fix space insertion when re-wrapping at 
13373                 cursor point
13374
13375 2004-07-24 [colin]      0.9.12cvs33.15
13376
13377         * src/gtk/gtkaspell.c
13378                 Don't change cursor position in insert-text
13379                 callback
13380         (Fixes 539 Word wrapping on input transposes letters)
13381
13382 2004-07-24 [colin]      0.9.12cvs33.14
13383
13384         * src/gtk/gtkaspell.c
13385                 Reencode non-ascii chars to dictionary's
13386                 encoding
13387         (Fixes 544 Spell check broken non english locale)
13388
13389 2004-07-24 [colin]      0.9.12cvs33.13
13390
13391         * src/summaryview.c
13392                 Fix Shift+Down, add Home/End/PgUp/PgDown
13393
13394 2004-07-21 [colin]      0.9.12cvs33.12
13395
13396         * src/prefs_common.c
13397                 Fix a gtk warning (Patch by Andrej Kacian)
13398
13399 2004-07-21 [colin]      0.9.12cvs33.11
13400
13401         * src/gtk/filesel.c
13402                 More check
13403
13404 2004-07-21 [colin]      0.9.12cvs33.10
13405
13406         * src/compose.c
13407         * src/crash.c
13408         * src/export.c
13409         * src/import.c
13410         * src/messageview.c
13411         * src/mimeview.c
13412         * src/prefs_spelling.c
13413         * src/prefs_themes.c
13414         * src/summaryview.c
13415         * src/gtk/filesel.c
13416         * src/gtk/filesel.h
13417         * src/gtk/pluginwindow.c
13418                 Untwist open/save mode guessing logic, make
13419                 it explicit
13420
13421 2004-07-20 [colin]      0.9.12cvs33.9
13422
13423         * src/codeconv.c
13424                 conv_encode_header: src_charset is UTF-8 on
13425                 gtk2
13426         * src/compose.c
13427                 Remove double encoding of the headers
13428
13429 2004-07-20 [colin]      0.9.12cvs33.8
13430
13431         * src/codeconv.c
13432                 Fix typo
13433
13434 2004-07-20 [colin]      0.9.12cvs33.7
13435
13436         * src/mainwindow.c
13437                 Set the separated messageview to the saved
13438                 size of Claws' messageview (Patch by Alfons)
13439                 Fix a callback prototype (me)
13440
13441 2004-07-20 [colin]      0.9.12cvs33.6
13442
13443         * src/codeconv.h
13444                 Forgot one hunk in 0.9.12cvs33.4
13445
13446 2004-07-19 [colin]      0.9.12cvs33.5
13447
13448         * src/action.c
13449                 Action output fix
13450                 Patch by Alfons
13451
13452 2004-07-19 [colin]      0.9.12cvs33.4
13453
13454         * src/compose.c
13455                 Fix outgoing charset bug in headers
13456         * src/codeconv.c
13457                 Clean for glib2 - Patch by Alfons
13458
13459 2004-07-19 [colin]      0.9.12cvs33.3
13460
13461         * src/statusbar.c
13462                 Remove grip from the statusbar
13463                 Patch by Alfons
13464
13465 2004-07-19 [colin]      0.9.12cvs33.2
13466
13467         * src/messageview.c
13468         * src/textview.c
13469                 Fix messageview remembering the previous
13470                 scroll position when loading a new message
13471                 Patch by Alfons
13472
13473 2004-07-19 [colin]      0.9.12cvs33.1
13474
13475         * src/folder.h
13476         * src/folderview.c
13477         * src/summaryview.c
13478                 Sync with HEAD
13479
13480 2004-07-18 [colin]      0.9.12cvs32.7
13481
13482         * configure.ac
13483                 Remove useless check for XIM - noticed
13484                 by Alfons
13485
13486 2004-07-18 [colin]      0.9.12cvs32.6
13487
13488         * src/summaryview.c
13489                 Remove non-modified and shift-modified
13490                 accelerators in summaryview's popup
13491                 menu, as that doesn't get catched by
13492                 the accel-activate signal catcher...
13493
13494 2004-07-18 [colin]      0.9.12cvs32.5
13495
13496         * src/prefs_common.c
13497                 Define sensible default prefs for 
13498                 wrapping
13499
13500 2004-07-18 [colin]      0.9.12cvs32.4
13501
13502         * src/compose.c
13503         * src/prefs_common.c
13504         * src/prefs_common.h
13505         * src/prefs_wrapping.c
13506                 Remove Smart Wrapping pref, which does
13507                 nothing on gtk2 branch
13508
13509 2004-07-18 [colin]      0.9.12cvs32.3
13510
13511         * src/sourcewindow.c
13512                 Proper utf8
13513
13514 2004-07-18 [colin]      0.9.12cvs32.2
13515
13516         * src/compose.c
13517                 Save attachment status when drafting
13518
13519 2004-07-18 [colin]      0.9.12cvs32.1
13520
13521         * src/gtk/filesel.c
13522                 Fix erratic folder selection in open mode
13523
13524 2004-07-18 [colin]      0.9.12cvs31.11
13525
13526         * src/pop.c
13527                 Don't let partial messages get deleted
13528                 even with "dowload all"
13529                 (0.9.12cvs31.8 fix extension)
13530 2004-07-18 [colin]      0.9.12cvs31.10
13531
13532         * src/gtk/logwindow.c
13533                 Fix log scrolling
13534
13535 2004-07-18 [colin]      0.9.12cvs31.9
13536
13537         * src/common/utils.c
13538                 Fix non-utf8 strings coming from commands
13539                 and files
13540
13541 2004-07-18 [colin]      0.9.12cvs31.8
13542
13543         * src/pop.c
13544                 Fix partial download bug with Download all
13545                 messages option
13546
13547 2004-07-18 [colin]      0.9.12cvs31.7
13548
13549         * src/textview.c
13550                 Fix bug introduced in 0.9.12cvs31.2
13551                 (blocked in select mode after double click)
13552
13553 2004-07-18 [colin]      0.9.12cvs31.6
13554
13555         * src/compose.c
13556         * src/gtk/menu.c
13557                 More glib-warning fixes
13558
13559 2004-07-18 [colin]      0.9.12cvs31.5
13560
13561         * src/compose.c
13562                 Fix trashing the primary clipboard when moving 
13563                 around with tab
13564         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
13565
13566 2004-07-18 [colin]      0.9.12cvs31.4
13567
13568         * src/codeconv.c
13569                 convert unencoded iso headers to utf8
13570         (Fix Bug 538 Unencoded local characters in subject make it 
13571          disappear)
13572
13573 2004-07-18 [colin]      0.9.12cvs31.3
13574
13575         * src/compose.c
13576                 Fix tab char handling in wrapping
13577         (Fix Bug 537 Line wrap problem - TAB character treated as 
13578          one character instead of 8)
13579
13580 2004-07-18 [colin]      0.9.12cvs31.2
13581
13582         * src/textview.c
13583                 return FALSE on GDK_MOTION_NOTIFY
13584         (Fix Bug 535 Hyperlinks/addresses are not selectable 
13585          (unable to highlight))
13586
13587 2004-07-18 [colin]      0.9.12cvs31.1
13588
13589         * src/folderview.c
13590                 Sync with 0.9.12cvs31
13591
13592 2004-07-18 [colin]      0.9.12cvs30.4
13593
13594         * src/compose.c
13595                 Also block text_inserted when inserting a file
13596
13597 2004-07-18 [colin]      0.9.12cvs30.3
13598
13599         * src/compose.c
13600                 Fix smart wrapping (block text_inserted handler
13601                 while putting quotation to avoid wrap on input,
13602                 don't join lines if next is sig separator)
13603
13604 2004-07-17 [colin]      0.9.12cvs30.2
13605
13606         * src/folderview.c
13607         * src/mainwindow.c
13608         * src/mimeview.c
13609         * src/summaryview.c
13610         * src/gtk/quicksearch.c
13611         * src/gtk/quicksearch.h
13612                 Block key events handlers *and* accels while
13613                 quicksearch is focused
13614         (Fixes Bug 534 quick-search bar not accepting certain letters)
13615
13616 2004-07-17 [colin]      0.9.12cvs30.1
13617
13618         * src/folder.h
13619         * src/folderview.c
13620         * src/summaryview.c
13621                 Sync with 0.9.12cvs30
13622
13623 2004-07-17 [colin]      0.9.12cvs28.2
13624
13625         * src/mimeview.c
13626         * src/procmime.c
13627         * src/summaryview.c
13628         * src/gtk/menu.c
13629                 Squash some compile and glib warnings
13630
13631 2004-07-17 [paul]       0.9.12cvs28.1
13632
13633         * src/mimeview.c
13634                 sync with 0.9.12cvs28 HEAD
13635
13636 2004-07-16 [paul]       0.9.12cvs26.1
13637         
13638         * src/gtk/quicksearch.c
13639         * src/account.c
13640         * src/account.h
13641         * src/compose.c
13642         * src/customheader.c
13643         * src/folder_item_prefs.c
13644         * src/main.c
13645         * src/mainwindow.c
13646         * src/messageview.c
13647         * src/mimeview.c
13648         * src/news.c
13649         * src/pgpmime.c
13650         * src/pop.c
13651         * src/pop.h
13652         * src/prefs_account.c
13653         * src/prefs_account.h
13654         * src/prefs_common.c
13655         * src/prefs_common.h
13656         * src/prefs_display_header.c
13657         * src/prefs_gtk.c
13658         * src/prefs_gtk.h
13659         * src/procheader.c
13660         * src/procmime.c
13661                 sync with 0.9.12cvs26 HEAD      
13662
13663 2004-07-15 [colin]      0.9.12cvs18.14
13664
13665         * src/folder.c
13666                 Disable GPG signature check during
13667                 folder move and scan
13668         (Closes Bug 521 Signature checking slows down Folder-Move)
13669
13670 2004-07-14 [colin]      0.9.12cvs18.13
13671
13672         * src/common/partial_download.c
13673                 update includes
13674
13675 2004-07-14 [colin]      0.9.12cvs18.12
13676
13677         * src/common/partial_download.c
13678         * src/common/partial_download.h
13679                 Move doc at top, add correct copyright
13680
13681 2004-07-14 [colin]      0.9.12cvs18.11
13682
13683         * src/folder.c
13684         * src/messageview.c
13685         * src/pop.c
13686         * src/pop.h
13687         * src/procmsg.c
13688         * src/summaryview.c
13689         * src/common/Makefile.am
13690         * src/common/partial_download.c ** NEW FILES **
13691         * src/common/partial_download.h ** NEW FILES **
13692                 Move partial-download related stuff to its
13693                 own file
13694
13695 2004-07-14 [colin]      0.9.12cvs18.10
13696
13697         * src/send_message.c
13698                 Fix smtp auth when user is null or empty
13699
13700 2004-07-13 [colin]      0.9.12cvs18.9
13701
13702         * src/gtk/quicksearch.c
13703                 Use alphabetic order
13704
13705 2004-07-13 [colin]      0.9.12cvs18.8
13706
13707         * src/pop.c
13708                 Be paranoid on the checks
13709
13710 2004-07-13 [colin]      0.9.12cvs18.7
13711
13712         * src/gtk/quicksearch.c
13713                 Fix Engrish once again
13714
13715 2004-07-13 [colin]      0.9.12cvs18.6
13716
13717         * src/procmsg.c
13718         * src/summaryview.c
13719                 Mark messages for deletion when they are about to
13720                 be removed from trash
13721
13722 2004-07-13 [colin]      0.9.12cvs18.5
13723
13724         * src/matcher.c
13725         * src/matcher.h
13726         * src/matcher_parser_parse.y
13727         * src/prefs_matcher.c
13728         * src/gtk/quicksearch.c
13729                 Add 'partial' ('p') match string to find partially
13730                 downloaded messages
13731
13732 2004-07-13 [colin]      0.9.12cvs18.4
13733
13734         * src/pop.c
13735                 Fix misplaced block
13736
13737 2004-07-13 [colin]      0.9.12cvs18.3
13738
13739         * src/pop.c
13740         * src/pop.h
13741         * src/messageview.c
13742                 Refactor API (to avoid passing 5+ params and code
13743                 duplication)
13744         * src/folder.c
13745         * src/msgcache.c
13746         * src/procheader.c
13747         * src/common/defs.h
13748                 Add planned_download to cache
13749                 Don't mess uidl file when moving partially downloaded
13750                 mails (they change folder, we should change it in the
13751                 uidl list too or we'll remove an incorrect message)
13752                 (this also helps removing hacks when changing 
13753                 planned_download in messageview.c)
13754
13755 2004-07-12 [colin]      0.9.12cvs18.2
13756
13757         * src/gtk/quicksearch.c
13758                 Fix missing status update in quicksearch
13759
13760 2004-07-12 [paul]       0.9.12cvs18.1
13761
13762         * po/POTFILES.in
13763         * src/Makefile.am
13764         * src/account.c
13765         * src/codeconv.c
13766         * src/compose.c
13767         * src/inc.c
13768         * src/main.c
13769         * src/prefs_common.c
13770         * src/procmsg.h
13771         * src/toolbar.c
13772         * src/prefs_msg_colors.[ch]     ** NEW FILES **
13773         * src/prefs_wrapping.[ch]       ** NEW FILES **
13774         * src/common/intl.h
13775         * src/common/utils.[ch]
13776         * src/gtk/quicksearch.[ch]
13777                 sync with 0.9.12cvs18 HEAD
13778
13779 2004-07-12 [colin]      0.9.11cvs17.25
13780
13781         * src/folder.c
13782         * src/folder.h
13783                 Remove unused function added by me in 0.9.11cvs17.10
13784
13785 2004-07-11 [colin]      0.9.11cvs17.24
13786
13787         * src/inc.c
13788         * src/messageview.c
13789         * src/pop.c
13790         * src/pop.h
13791                 Use folderitem and msgnum instead of filename to
13792                 know which mail to delete
13793                 Move old partial mail deletion to pop.c
13794
13795 2004-07-10 [colin]      0.9.11cvs17.23
13796
13797         * src/inc.c
13798                 Add debug
13799         * src/pop.c
13800         * src/pop.h
13801                 Don't re-use same enums for unrelated stuff: it's 
13802                 completely misleading !
13803                 Document a bit
13804
13805 2004-07-09 [colin]      0.9.11cvs17.22
13806
13807         * src/inc.c
13808                 Remove folder-type check and do
13809                 more tests to be sure everything's
13810                 ok
13811         * src/messageview.c
13812                 Punctuation update, remove useless
13813                 code, fix two warnings
13814         * src/noticeview.c
13815                 Layout cleaning, reset 2nd button
13816                 when specifying one
13817
13818 2004-07-09 [colin]      0.9.11cvs17.21
13819
13820         * src/messageview.c
13821         * src/pop.c
13822         * src/pop.h
13823                 Allow user to change his mind
13824                 and postpone decision (by
13825                 unmarking the mail)
13826
13827 2004-07-09 [colin]      0.9.11cvs17.20
13828
13829         * src/messageview.c
13830                 Fix bug with delete state
13831         * src/pop.c
13832         * src/pop.h
13833                 Fix buffer leak (fread doesn't 
13834                 terminate buffers with \0)
13835                 Refactoring (remove magic 
13836                 numbers)
13837
13838 2004-07-09 [colin]      0.9.11cvs17.19
13839
13840         * src/pop.c
13841                 Don't log "Skipping message" if 
13842                 we're going to TOP it two lines
13843                 later
13844
13845 2004-07-09 [colin]      0.9.11cvs17.18
13846
13847         * src/messageview.c
13848                 Fix Engrish
13849
13850 2004-07-09 [colin]      0.9.11cvs17.17
13851
13852         * src/pop.c
13853                 strlen checking...
13854         * src/messageview.c
13855                 refactoring a bit
13856
13857 2004-07-08 [colin]      0.9.11cvs17.16
13858
13859         * src/noticeview.c
13860         * src/noticeview.h
13861                 Add an optional second button
13862         * src/messageview.c
13863         * src/pop.c
13864         * src/pop.h
13865                 Don't delete partially received mails after a certain
13866                 time; rather, let the user decide.
13867
13868 2004-07-08 [colin]      0.9.11cvs17.15
13869
13870         * src/common/smtp.h
13871                 Sync with HEAD
13872
13873 2004-07-08 [colin]      0.9.11cvs17.14
13874
13875         * src/messageview.c
13876         * src/common/smtp.c
13877                 Use to_human_readable() for sizes
13878
13879 2004-07-08 [colin]      0.9.11cvs17.13
13880
13881         * src/inc.c
13882         * src/messageview.c
13883         * src/pop.c
13884         * src/pop.h
13885         * src/procmsg.c
13886                 Fix partial-downloading issues:
13887                         catch unsupported TOP
13888                         don't delete partially downloaded mails before 5 days
13889                         don't update existing with non-MH folders; that'll
13890                         make dups, but it's better than trashing the folder
13891                         free new msginfo parts
13892                 Fix indentation ;-)
13893
13894 2004-07-08 [colin]      0.9.11cvs17.12
13895
13896         * src/common/smtp.c
13897         * src/common/smtp.h
13898                 Sync smtp size verification with HEAD
13899
13900 2004-07-08 [colin]      0.9.11cvs17.11
13901
13902         * src/summaryview.c
13903         * src/prefs_common.c
13904         * src/prefs_common.h
13905         * src/gtk/quicksearch.c
13906         * src/gtk/quicksearch.h
13907                 Sync sticky pref with HEAD
13908
13909 2004-07-08 [colin]      0.9.11cvs17.10
13910
13911         * src/folder.c [1.213.2.6]
13912         * src/folder.h [1.87.2.6]
13913         * src/inc.c [1.149.2.7]
13914         * src/messageview.c [1.94.2.8]
13915         * src/procheader.c [1.47.2.6]
13916         * src/procmsg.c [1.150.2.4]
13917         * src/procmsg.h [1.60.2.5]
13918         * src/pop.c [1.56.2.4]
13919         * src/pop.h [1.17.2.3]
13920                 Let too big messages get downloaded, but truncated
13921                 Add a button to download them completely
13922                 
13923 2004-07-06 [colin]      0.9.11cvs17.9
13924
13925         * src/gtk/quicksearch.c [1.1.2.3]
13926                 Add a Clear button
13927         * commitHelper
13928         * PATCHSETS
13929                 Add a script to help with cvs
13930
13931 2004-07-03 [colin]      0.9.11cvs17.8
13932
13933         * src/plugins/imageviewer/viewer.c
13934                 fix imageviewer (which was staying on the first
13935                 displayed image)
13936
13937 2004-07-03 [colin]      0.9.11cvs17.7
13938
13939         Removed FIXME_GTK2 warnings
13940         * src/gtk/gtkutils.c
13941                 useless #warnings
13942         * src/gtk/menu.c
13943                 useless #warnings (no need to mess with menu rc)
13944         * src/gtk/menu.h
13945                 unused functions
13946         
13947
13948 2004-07-03 [colin]      0.9.11cvs17.6
13949
13950         Removed FIXME_GTK2 warnings
13951         * src/codeconv.c
13952                 useless #warnings (rewrite needed)
13953         * src/compose.c
13954                 useless #warnings (rewrite needed)
13955                 useless #warnings (gtk2 is like that)
13956                 useless #warnings (previously fixed)
13957         * src/main.c
13958                 useless #warnings (previously fixed)
13959         * src/message_search.c
13960                 useless #warnings (gtk2 is like that)
13961                 Made apparent that search is case-sensitive
13962         * src/mimeview.c
13963                 useless #warnings (rewrite needed)
13964                 useless #warnings (gtk2 is like that)
13965                 reimplemented real warnings
13966         * src/prefs_common.c
13967                 Removed block cursor option (not it gtk2)
13968         * src/prefs_gtk.c
13969                 useless #warnings (rewrite needed)
13970         * src/procheader.c
13971                 useless #warnings (rewrite needed)
13972         * src/sourcewindow.c
13973                 useless #warnings (incorrect placing)
13974         * src/summary_search.c
13975                 useless #warnings (gtk2 is like that)
13976                 Made apparent that search is case-sensitive
13977         * src/action.c
13978                 useless #warnings (gtk2 is like that)
13979         * src/textview.c
13980                 useless #warnings (rewrite needed)
13981         * src/toolbar.c
13982                 useless #warnings (rewrite needed)
13983
13984 2004-07-03 [colin]      0.9.11cvs17.5
13985
13986         * src/textview.c
13987                 Fix mismerge which broke URI opening
13988                 
13989 2004-07-01 [colin]      0.9.11cvs17.4
13990
13991         * src/gtk/filesel.c
13992                 Fill filename when saving
13993                 
13994 2004-06-27 [colin]      0.9.11cvs17.3
13995
13996         * src/gtk/filesel.[ch]
13997                 Use the new GTK file selector
13998                 Update prototype to match the reality: multiple file
13999                 selection is open-only          
14000         * src/compose.c
14001                 Match the new prototypes        
14002         * configure.ac
14003                 Match the new requirements (gtk 2.4.0)
14004                         
14005 2004-06-26 [colin]      0.9.11cvs17.2
14006
14007         * src/plugins/trayicon/trayicon.c
14008                 Remove useless signal handler on resize, which causes
14009                 an infinite "loop"
14010         
14011 2004-06-26 [colin]      0.9.11cvs17.1
14012         
14013         * tools/Makefile.am
14014                 remove launch_firebird and add nautilus2sylpheed.sh
14015         * src/quicksearch.c
14016           src/summaryview.c
14017                 Fix show/hide "Extended symbols" button problem
14018                 Fix apparition at startup
14019                 Fix const warnings
14020         * src/plugins/image_viewer/Makefile.am
14021                 Fix configure 
14022         * common/ssl.c
14023                 Re-enable certificate check, as it doesn't seem to
14024                 cause Xlib errors anymore
14025
14026 2004-06-25 [paul]       0.9.11cvs17
14027
14028         * sync with 0.9.11cvs17 HEAD
14029         
14030         NOTE: QuickSearch is broken
14031
14032 2004-06-07 [colin]      0.9.10claws67.10
14033         * src/plugins/trayicon/trayicon.c
14034           src/plugins/trayicon/libeggtrayicon/Makefile.am
14035           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14036                 Fix gettextization in trayicon plugin
14037
14038 2004-06-07 [colin]      0.9.10claws67.9
14039         
14040         * src/summaryview.c
14041           src/gtk/gtksctree.[ch]
14042                 Let Shift+{Up,Down} work in summaryview
14043                 (well, Down "works" and Up works)
14044                 Let the list scroll when using these keys
14045
14046 2004-06-06 [colin]      0.9.10claws67.8
14047
14048         * src/plugins/trayicon/trayicon.c
14049                 Fix pixmap update
14050
14051 2004-06-06 [colin]      0.9.10claws67.7
14052
14053         * src/addressbook.c
14054                 Fix signal handling causing system-wide focus grab
14055
14056 2004-05-25 [paul]       0.9.10claws67.6
14057
14058         * Makefile.am
14059           src/Makefile.am
14060                 clean up
14061
14062 2004-05-25 [paul]       0.9.10claws67.5
14063
14064         * replace deprecated gtk_signal... functions
14065
14066 2004-05-23 [colin]      0.9.10claws67.4
14067
14068         * src/compose.c
14069                 Fix wrapping
14070
14071 2004-05-22 [colin]      0.9.10claws67.3
14072
14073         * src/compose.c
14074                 Re-fix [Edited] in compose.c::compose_reedit()
14075
14076 2004-05-22 [colin]      0.9.10claws67.2
14077
14078         * src/procmime.c
14079                 Fix parsing of multiparts mails
14080
14081 2004-05-22 [colin]      0.9.10claws67.1
14082
14083         * src/summaryview.c
14084                 Fix quicksearch
14085
14086 2004-05-22 [paul]       0.9.10claws67
14087
14088         * sync with 0.9.10claws67 HEAD
14089
14090 2004-05-14 [alfons]
14091
14092         * src/procmime.h
14093                 add forgotton prototype
14094
14095 2004-05-10 [paul]       0.9.10claws57
14096
14097         * sync with 0.9.10claws57 HEAD
14098
14099 2004-05-05 [paul]       0.9.9.claws1
14100
14101         * ChangeLog-gtk2        ** REMOVED **
14102           ChangeLog-gtk2.claws  ** ADDED **
14103                 rename and adopt the normal claws format
14104                 
14105         * configure.ac
14106                 require gtkmathview >= 0.5
14107
14108         * ac/*                          ** REMOVED **
14109           ac/                           ** REMOVED **
14110           intl/Makefile.in              ** REMOVED **
14111           m4/                           ** ADDED **
14112           m4/missing                    ** ADDED **
14113           m4/missing/gdk-pixbuf.m4      ** ADDED **
14114           m4/missing/gettext.m4         ** ADDED **
14115           m4/missing/gpgme.m4           ** ADDED **
14116           m4/missing/imlib.m4           ** ADDED **
14117           m4/.cvsignore                 ** ADDED **
14118           m4/Makefile.am                ** ADDED **
14119           m4/README                     ** ADDED **
14120           m4/aclocal-include.m4         ** ADDED **
14121           m4/aspell.m4                  ** ADDED **
14122           m4/check-type.m4              ** ADDED **
14123           m4/gnupg-check-typedef.m4     ** ADDED **
14124           m4/openssl.m4                 ** ADDED **
14125           m4/spamassassin.m4            ** ADDED **
14126           po/ChangeLog                  ** REMOVED **
14127           po/Makefile.in.in             ** REMOVED **
14128           po/Rules-quot                 ** REMOVED **
14129           po/boldquot.sed               ** REMOVED **
14130           po/en@boldquot.header         ** REMOVED **
14131           po/en@quot.header             ** REMOVED **
14132           po/insert-header.sin          ** REMOVED **
14133           po/quot.sed                   ** REMOVED **
14134           po/remove-potcdate.sed        ** REMOVED **
14135           po/remove-potcdate.sin        ** REMOVED **
14136           po/stamp-po                   ** REMOVED **
14137           Makefile.am
14138           autogen.sh
14139           configure.ac
14140                 enable building with automake 1.8.x
14141                 add 'autopoint --force' to autogen.sh and remove all
14142                 auto-generated files, remove ac/ directory and use
14143                 m4/ directory instead
14144                 
14145         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14146                 fix gettextization
14147
14148 2004-02-28 Colin Leroy <colin@colino.net>
14149         * src/prefs_matcher.c
14150           src/prefs_filtering.c
14151           src/prefs_filtering_action.c
14152                 Fix non-editable GtkEntries
14153
14154 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14155         * src/prefs_themes.c
14156                 utf8 conversion for theme info
14157
14158 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14159         * sync 0.9.9claws
14160
14161 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14162         * src/grouplistdialog.c
14163                 allow multiple selections without ctrl key
14164
14165 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14166         * src/main.c
14167                 enable customizable accelerators
14168
14169 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14170         * src/prefs_common.c
14171                 re-enable different font settings for gtk1/2
14172         * src/prefs_folder_item.c
14173                 fix folder prefs displayed wrong
14174         * src/textview.c
14175                 set 'sunken' shadow type
14176
14177 2004-02-07 Colin Leroy <colin@colino.net>
14178         * src/compose.c
14179                 Fix message being always [Edited]
14180                 Encode headers correctly (utf8 buf)
14181
14182 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14183         * src/socket.c
14184                 remove double g_source_attach()
14185                 (Thanks to Colin Leroy)
14186
14187 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14188         * src/gtk/gtksctree.c
14189                 Fix SSL certificate list not shown
14190         * src/mimeview.c
14191                 Fix clicks in mime tree
14192
14193 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14194         * src/common/socket.c
14195                 Fix SSL receive
14196         * src/compose.c
14197                 Fix clipboard menu hotkeys
14198
14199 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14200         * src/gtk/gtkaspell.[ch]
14201           src/compose.c
14202                 reimplement spellchecker
14203
14204 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14205         * src/gtk/filesel.c
14206                 crash when inserting file in compose window
14207                 (TODO: keep old selection on clicks)
14208         * src/main.c
14209                 use gtkrc-2.0 instead of gtkrc
14210
14211 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14212         * src/messageview.c
14213                 remove orphaned mimeview unref()
14214
14215 2004-01-20 Thorsten Maerz <torte@netztorte.de>
14216         * src/grouplistdialog.c
14217                 expand nodes containing subscribed groups
14218
14219 2004-01-19 Thorsten Maerz <torte@netztorte.de>
14220         * src/textview.c
14221                 textview: hide cursor, restore old click behaviour
14222
14223 2004-01-18 Thorsten Maerz <torte@netztorte.de>
14224         * src/textview.c
14225                 variable names messed up
14226
14227 2004-01-17 Colin Leroy <colin@colino.net>
14228         * src/addr_compl.c
14229                 Fix completion address too thin
14230         * src/compose.c
14231                 Fix tab-to-subject behaviour
14232         * src/summaryview.c
14233                 Implement key up & down in summaryview
14234
14235 2004-01-12 Thorsten Maerz <torte@netztorte.de>
14236
14237         * sync 098claws
14238
14239 2004-01-08 Thorsten Maerz <torte@netztorte.de>
14240         * configure.ac
14241           Makefile.am
14242           doc/.cvsignore
14243           doc/Makefile.am
14244                 faq, man, manual moved to doc/
14245         * ac/aspell.m4
14246           ac/check-type.m4
14247           ac/gnupg-check-typedef.m4
14248           ac/openssl.m4
14249           ac/spamassassin.m4
14250           ac/missing/gdk-pixbuf.m4
14251           ac/missing/gpgme.m4
14252           ac/missing/imlib.m4
14253                 fix automake warnings
14254
14255 2003-12-06 Colin Leroy <colin@colino.net>
14256         * src/summaryview.c
14257                 Fix quicksearch
14258
14259 2003-12-05 Colin Leroy <colin@colino.net>
14260         * src/summaryview.c
14261                 Fix going to next unread folder
14262
14263 2003-12-05 Colin Leroy <colin@colino.net>
14264         * src/crash.c
14265                 Fix gtk2 compilation
14266         * src/session.c
14267                 Remove iotag source handler at disconnection
14268         * src/socket.[ch] 
14269                 Remove source handler when closing socket 
14270                 (fixes another seg)
14271
14272 2003-12-04 Colin Leroy <colin@colino.net>
14273         * src/compose.c
14274           src/prefs_account.c
14275           src/prefs_common.c
14276                 Fix some dropdown menus
14277
14278 2003-12-04 Colin Leroy <colin@colino.net>
14279         * src/compose.c
14280                 Fix event handlers on header fields
14281         * src/common/socket.c
14282           src/common/session.c
14283                 Fix segfault with callback (SSL)
14284                 Fix end of session 
14285
14286 2003-10-06 Thorsten Maerz <torte@netztorte.de>
14287
14288         * Fix compile bug in src/compose.c
14289         * removed src/gtk/gtkstext.[ch]
14290
14291 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
14292
14293         * Convert character set and escape "text" attributes in toolbar setting
14294         files.
14295         * Fixed bug in button-press-event handling.
14296
14297 2003-09-16 Thorsten Maerz <torte@netztorte.de>
14298
14299         * Fixed bug in key-press-event handling.
14300
14301 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
14302
14303         * Enabled to compile tray-icon plugin (Ad-hoc).
14304         * Avoid hang up bug of icon list in mime view (Ad-hoc).
14305
14306 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
14307
14308         * Enabled to compile on sylpheed-claws.
14309         (tray-icon plugin still cannot compile yet.)
14310
14311 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
14312
14313         * Updated to 0.9.5.
14314
14315 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
14316
14317         * Updated to 0.9.4.
14318         * Ported monitoring SSL mechanism to GSource of GLib2
14319         (I don't confirm it)
14320         * Added _gtk2 suffix to key name of font preference to avoid
14321         ovverwriting preference of Gtk+-1.2 version.
14322
14323 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
14324
14325         * Updated to 0.9.2.
14326
14327 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
14328
14329         * Updated to 0.9.1.
14330         * Translate po files into UTF-8 when execute autogen.sh.
14331
14332 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
14333
14334         * Updated to 0.9.0.
14335
14336 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
14337
14338         * Plugged GError related memory leaks.
14339
14340 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
14341
14342         * Changed default size of fonts.
14343         * Enabled to set titile font size of warning dialog.
14344
14345 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
14346
14347         * Embed a sylpheed icon into executable binary on Windows.
14348
14349 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
14350
14351         * I forgot to traslate character set of element string in src/xml.c.
14352
14353 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
14354
14355         * Fixed detecting bind_textdomain_codeset in configure.in.
14356         * The bug in which "Example" of "Date fromat" preference isn't displayed
14357         correctly has been fixed.
14358
14359 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
14360
14361         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
14362           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
14363           glib-gettextize
14364           Removed intl directory.
14365           Translated po files into UTF-8.
14366           (Thanks! Ryuji Abe)
14367
14368 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
14369
14370         * The bug which doesn't unscape string in xml.c has been fixed.
14371
14372 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
14373
14374         * The bug which is failed to translate encoding of file name thorough
14375         file dialog has been fixed.
14376
14377 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
14378
14379         * Modified to translate file names which is used in inporting/expoting
14380         mbox feature and "Save as" feature into locale encoding.
14381         * Translate file names into locale encoding when "Attache file" and
14382         "Insert file".
14383         * Force set G_BROKEN_FILENAMES environment variable.
14384         * Other minor fixes.
14385
14386 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
14387
14388         * Modified to treat MH folder's name as locale encoding.
14389
14390 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
14391
14392         * The bug which clash on switching candidates of auto completion of
14393         addresses, cannot use auto completion in Japanesse is fixed
14394         (Thanks! Tokunaga-san)¡¥
14395
14396 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14397
14398         * The bug which cannot switch key accelerator preference has been fixed
14399         (Thanks! smbd-san)¡¥
14400
14401 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14402
14403         * version 0.8.11-gtk2-20030314
14404
14405 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14406
14407         * The bug in which character set conversion of filtering messages has
14408         been fixed.(Thanks! COCOA-san).
14409
14410 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
14411
14412         * Revived "Leave space on head" preference in "Message" category.
14413         * A bug which clash when put the cursor to end of buffer and execute
14414         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
14415
14416 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
14417
14418         * version 0.8.11-gtk2-20030312
14419
14420 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
14421
14422         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
14423         * Modified to use Pango's API directly for font preference.
14424         * Integrated GtkTextView of textview to one widget.
14425         * Set fonts of header title in textview by "header_title" tag.
14426         * Removed some deprecated codes.
14427
14428 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
14429
14430         * Updated to 0.8.11.
14431         * Merged cygwin patch(Thanks! Sakai-san).
14432
14433 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
14434
14435         * version 0.8.10-gtk2-20030309