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