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