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