2006-05-17 [paul] 2.2.0cvs27
[claws.git] / ChangeLog
1 2006-05-17 [paul]       2.2.0cvs27
2
3         * po/POTFILES.in
4                 add src/mbox.c
5
6 2006-05-17 [wwp]        2.2.0cvs26
7
8         * src/mainwindow.c
9                 fix useless and potentially dangerous buffer walking (thanks to Colin).
10
11 2006-05-17 [wwp]        2.2.0cvs25
12
13         * src/plugins/demo/demo.c
14                 updated product name in plugin demo (many plugins need to be
15                 sync'ed w/ that change).
16
17 2006-05-17 [colin]      2.2.0cvs24
18
19         * src/mh.c
20                 Fix leak
21
22 2006-05-16 [colin]      2.2.0cvs23
23
24         * src/mainwindow.c
25                 Stupid me hit again. Fix cvs22.
26
27 2006-05-16 [colin]      2.2.0cvs22
28
29         * src/mainwindow.c
30                 Fix bug #922 (sylpheed-claws crashed after 
31                 pushing on Inbox folder)
32
33 2006-05-16 [colin]      2.2.0cvs21
34
35         * src/compose.c
36                 Make From header be copy/paste/select-able
37
38 2006-05-16 [wwp]        2.2.0cvs20
39
40         * src/export.c
41         * src/matcher.c
42         * src/summaryview.c
43         * src/etpan/imap-thread.c
44                 fix some compiler warnings (thanks to Colin).
45
46 2006-05-16 [wwp]        2.2.0cvs19
47
48         * src/action.c
49         * src/gedit-print.c
50         * src/inc.c
51         * src/mainwindow.c
52         * src/mh.c
53         * src/statusbar.c
54         * src/send_message.c
55         * src/summaryview.c
56                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
57
58 2006-05-15 [colin]      2.2.0cvs18
59
60         * src/procmsg.c
61                 Fix automatic rule creation with List-Post
62
63 2006-05-15 [paul]       2.2.0cvs17
64
65         * tools/filter_conv_new.pl
66                 updated for rule enabling/disabling
67                 claws version >= 2.3.x required
68
69 2006-05-15 [cleroy]     2.2.0cvs16
70
71         * src/main.c
72                 Revert test
73
74 2006-05-15 [cleroy]     2.2.0cvs15
75
76         * src/main.c
77                 test
78
79 2006-05-15 [wwp]        2.2.0cvs14
80
81         * manual/pl/.cvsignore
82                 ignore generated files.
83
84 2006-05-14 [wwp]        2.3.0-rc1
85
86         * 2.3.0-rc1 released
87
88 2006-05-13 [wwp]        2.2.0cvs13
89
90         * src/filtering.c
91         * src/filtering.h
92         * src/matcher.c
93         * src/matcher_parser_lex.l
94         * src/matcher_parser_parse.y
95         * src/prefs_filtering.c
96                 new feature: provide the ability to disable filtering and processing
97                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
98                 adaptations.
99
100 2006-05-13 [colin]      2.2.0cvs12
101
102         * src/compose.c
103                 Remove useless if (a) b; else b;
104                 Thanks to wwp
105
106 2006-05-13 [wwp]        2.2.0cvs11
107
108         * src/export.c
109         * src/import.c
110         * src/mainwindow.c
111         * src/mbox.c
112         * src/summaryview.c
113         * src/summaryview.h
114                 no more silent failures (or at least less ones) when importing
115                 or exporting from/to mbox. Also start importing/exporting if
116                 the necessary info is set.
117
118 2006-05-13 [wwp]        2.2.0cvs10
119
120         * RELEASE_NOTES
121                 restored up-to-date release notes.
122
123 2006-05-13 [paul]       2.2.0cvs9
124
125         * po/nl.po
126         * po/ru.po
127                 updated by Tim Dijkstra and Pavlo Bohmat
128
129 2006-05-12 [colin]      2.2.0cvs8
130
131         * src/gtk/quicksearch.c
132                 Add "k" as shortcut for "colorlabel". Patch
133                 by ath42@users.sf.net.
134
135 2006-05-12 [paul]       2.2.0cvs7
136
137         * src/prefs_common.h
138         * src/prefs_summaries.c
139         * src/summaryview.c
140                 when entering a folder also allow
141                 going directly to first Marked message
142
143 2006-05-12 [paul]       2.2.0cvs6
144
145         * src/summaryview.c
146                 always obey 'confirm before marking all
147                 mails read' option
148
149 2006-05-12 [paul]       2.2.0cvs5
150
151         * src/textview.c
152                 make Sender fully clickable
153
154 2006-05-12 [colin]      2.2.0cvs4
155
156         * src/compose.c
157         * src/compose.h
158                 Let From be editable
159         * src/main.c
160         * src/mh.c
161                 Full support of .mh_sequences' Unseen seq
162
163 2006-05-12 [colin]      2.2.0cvs3
164
165         * src/folder.c
166         * src/mainwindow.c
167         * src/mainwindow.h
168         * src/messageview.c
169         * src/prefs_spelling.c
170         * src/procheader.c
171         * src/procmsg.c
172         * src/procmsg.h
173         * src/summaryview.c
174         * src/toolbar.c
175         * src/toolbar.h
176                 Add contextual menu on Compose toolbar
177                 button. Fixes bug #944 (Automatic
178                 addresses not applied when changing account
179                 from compose window)
180                 add Mailing List support
181                 based on the old 0.6.5claws25 patch by
182                 Melvin Hadasht, with finishing touches
183                 by Colin
184                 Fix "ignore thread" when mails are threaded by
185                 subject (and weren't ignored although appearing
186                 in the thread).
187                 GUI rework.
188                 Both patches by Pawel.
189
190
191 2006-05-12 [colin]      2.1.1cvs50
192
193         * po/cs.po
194         * po/de.po
195         * po/en_GB.po
196         * po/es.po
197         * po/fi.po
198         * po/fr.po
199         * po/pt_BR.po
200         * po/sr.po
201         * po/zh_CN.po
202                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
203                 Fabien Vantard, Frederico Goncalves Guimaraes,
204                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
205
206 2006-05-05 [colin]      2.1.1cvs49
207
208         * manual/Makefile.am
209         * manual/pl/Makefile.am
210         * manual/pl/account.xml
211         * manual/pl/ack.xml
212         * manual/pl/addrbook.xml
213         * manual/pl/advanced.xml
214         * manual/pl/faq.xml
215         * manual/pl/glossary.xml
216         * manual/pl/gpl.xml
217         * manual/pl/handling.xml
218         * manual/pl/intro.xml
219         * manual/pl/keyboard.xml
220         * manual/pl/plugins.xml
221         * manual/pl/starting.xml
222         * manual/pl/sylpheed-claws-manual.xml
223         * manual/pl/dist/.cvsignore
224         * manual/pl/dist/Makefile.am
225         * manual/pl/dist/html/.cvsignore
226         * manual/pl/dist/html/Makefile.am
227         * manual/pl/dist/pdf/.cvsignore
228         * manual/pl/dist/pdf/Makefile.am
229         * manual/pl/dist/ps/.cvsignore
230         * manual/pl/dist/ps/Makefile.am
231         * manual/pl/dist/txt/.cvsignore
232         * manual/pl/dist/txt/Makefile.am
233                 Add the polish translation of the manual,
234                 Authored by Pawel Pekala.
235
236 2006-05-05 [cleroy]     2.1.1cvs48
237
238         * src/main.c
239                 Re-read matcherrc after loading plugins 
240                 if some of them add folders.
241
242 2006-05-03 [colin]      2.1.1cvs47
243
244         * src/imap.c
245                 I'm idiot
246
247 2006-05-03 [colin]      2.1.1cvs46
248
249         * src/imap.c
250                 Be sure to have a session when
251                 getting separator
252
253 2006-05-03 [colin]      2.1.1cvs45
254
255         * src/imap.c
256         * src/imap.h
257         * src/imap_gtk.c
258                 Fix preventing renaming with namespace 
259                 separator.
260
261 2006-05-01 [colin]      2.1.1cvs44
262
263         * src/action.c
264                 Don't reload messageview when result of
265                 action is piped.
266
267 2006-04-29 [colin]      2.1.1cvs43
268
269         * src/prefs_receive.c
270         * src/plugins/spamassassin/spamassassin_gtk.c
271         * src/plugins/clamav/clamav_plugin_gtk.c
272                 GUI fixes by Pawel
273
274 2006-04-29 [colin]      2.1.1cvs42
275
276         * src/prefs_compose_writing.c
277         * src/prefs_quote.c
278                 Cleanups. Patch by Pawel
279
280 2006-04-28 [paul]       2.1.1cvs41
281
282         * src/matcher.c
283                 fix returned quick search results when search
284                 term contains an underscore.
285                 Thanks to Colin
286
287 2006-04-28 [paul]       2.1.1cvs40
288
289         * src/prefs_message.c
290         * src/prefs_receive.c
291                 GUI cleanups
292                 Patches by Pawel Pekala
293
294 2006-04-27 [colin]      2.1.1cvs39
295
296         * src/wizard.c
297                 Differentiate subject Welcome from
298                 window's title Welcome
299
300 2006-04-27 [paul]
301
302         2.2.0-rc1 released
303
304 2006-04-27 [paul]       2.1.1cvs38
305
306         * manual/advanced.xml
307         * manual/fr/advanced.xml
308                 add info about compose_no_markup hidden pref
309
310 2006-04-27 [paul]       2.1.1cvs37
311
312         * src/prefs_account.c
313                 improve privacy labels
314         * src/prefs_msg_colors.c
315                 change some strings for translators' convenience
316         * src/gtk/gtkutils.c
317                 don't underline the link button text
318
319 2006-04-25 [colin]      2.1.1cvs36
320
321         * src/folder.c
322                 Complete 2.1.1cvs33 (once more ;)
323
324 2006-04-25 [colin]      2.1.1cvs35
325
326         * src/editldap.c
327                 Fix tooltip
328
329 2006-04-25 [cleroy]     2.1.1cvs34
330
331         * src/compose.c
332         * src/gtk/gtkaspell.c
333                 Fix crash on redirect (related to the return 
334                 of the aspell menu in compose's toolbar)
335         * src/image_viewer.c
336         * src/prefs_msg_colors.c
337         * src/gtk/pluginwindow.c
338         * src/gtk/prefswindow.c
339                 Change released signals to clicked (Fabien)
340         * po/POTFILES.in
341         * src/common/socket.c
342         * src/plugins/spamassassin/spamassassin.c
343                 Translate strings (Fabien)
344
345 2006-04-25 [paul]       2.1.1cvs33
346
347         * src/folder.c
348         * src/folder.h
349         * src/folderview.c
350                 complete the fix of bug #912
351                 Thanks to Colin
352
353 2006-04-25 [colin]      2.1.1cvs32
354
355         * src/news.c
356                 Better progress bar
357         * src/mimeview.c
358         * src/summaryview.c
359         * src/summaryview.h
360                 Fix focus chain
361                 Patches by Pawel Pekala
362
363 2006-04-24 [colin]      2.1.1cvs31
364
365         * src/compose.c
366                 Fix compilation warnings (Fabien)
367
368 2006-04-24 [colin]      2.1.1cvs30
369
370         * src/addrindex.c
371         * src/editldap.c
372         * src/editldap_basedn.c
373         * src/editldap_basedn.h
374         * src/ldapctrl.c
375         * src/ldapctrl.h
376         * src/ldapquery.c
377         * src/ldaputil.c
378         * src/ldaputil.h
379                 Fix bug #901 (LDAPS support)
380
381 2006-04-24 [colin]      2.1.1cvs29
382
383         * src/compose.c
384                 Fix logic on error with send dialog on
385         * src/imap.c
386                 Fix compilation without libetpan, thanks
387                 to Fabien
388         * src/summaryview.c
389                 Fix 'context-menu' key
390
391 2006-04-23 [colin]      2.1.1cvs28
392
393         * src/folder.c
394                 Never free current's cache to free up 
395                 memory. Fixes bug #912 (new count 
396                 randomly set to message count)
397
398 2006-04-23 [colin]      2.1.1cvs27
399
400         * src/gtk/quicksearch.c
401                 And remove printf...
402
403 2006-04-23 [colin]      2.1.1cvs26
404
405         * src/gtk/quicksearch.c
406                 Fix replacing in quicksearch, and fix inserting
407                 in the middle of the string. (introduced at 2.1.0cvs22)
408
409 2006-04-23 [colin]      2.1.1cvs25
410
411         * src/imap.c
412                 Make sure uidnext is initialized in get_num_list
413                 (not for stable, related to 2.1.1cvs8 and friends)
414
415 2006-04-23 [colin]      2.1.1cvs24
416
417         * src/imap.c
418                 Output something when login is successful
419                 too
420
421 2006-04-23 [colin]      2.1.1cvs23
422
423         * src/etpan/imap-thread.c
424                 Better logging (line-per-line, hide data in fetch)
425                 Fix a const warning
426         * src/gtk/logwindow.c
427         * src/gtk/logwindow.h
428                 Better logging (color for input/output)
429
430 2006-04-21 [colin]      2.1.1cvs22
431
432         * src/gtk/quicksearch.c
433                 On gtk+-2.8, use stock buttons in quicksearch
434                 Based on a patch by Fabien and a design by Paul
435
436 2006-04-21 [colin]      2.1.1cvs21
437
438         * src/folderview.c
439         * src/mainwindow.c
440                 Fix occasional flicker in folderview
441         * src/common/utils.c
442                 Fix bug #943 (Incorrectly parsed email address 
443                 list in short headers on message view and in 
444                 printouts)
445
446 2006-04-20 [colin]      2.1.1cvs20
447
448         * src/imap.c
449         * src/imap.h
450         * src/prefs_account.c
451                 Add ANONYMOUS auth for IMAP
452
453 2006-04-20 [paul]       2.1.1cvs19
454
455         * src/main.c
456                 proper fix for 2.1.1cvs18
457                 Thanks to Colin
458
459 2006-04-20 [paul]       2.1.1cvs18
460
461         * src/main.c
462                 fix build warnings
463
464 2006-04-20 [paul]       2.1.1cvs17
465
466         * src/gtk/quicksearch.c
467                 fix standard, non-extended Quick search,
468                 was broken in 2.1.1cvs15.
469                 Thanks to Colin.
470
471 2006-04-20 [colin]      2.1.1cvs16
472
473         * src/prefs_matcher.c
474                 Fix values when reselecting a ~test
475                 rule
476
477 2006-04-19 [colin]      2.1.1cvs15
478
479         * src/compose.c
480         * src/compose.h
481         * src/gtk/gtkaspell.c
482         * src/gtk/gtkaspell.h
483                 Put back Options menu in Spelling/
484         * src/gtk/quicksearch.c
485                 Don't search, and show error, if the
486                 advanced search has a syntax error
487
488 2006-04-18 [colin]      2.1.1cvs14
489
490         * src/textview.c
491                 Fix gdk warnings on set_cursor when textview
492                 isn't visible
493
494 2006-04-18 [colin]      2.1.1cvs13
495
496         * src/gtk/gtksctree.c
497                 Remove seemingly useless refresh that causes
498                 flicker - watch this commit in case of 
499                 problems before planned backport to stable
500
501 2006-04-18 [colin]      2.1.1cvs12
502
503         * src/imap.c
504                 Factorize get/set_xml code
505         * src/compose.c
506         * src/prefs_account.c
507         * src/prefs_account.h
508         * src/procmsg.c
509                 Add Encrypt to self option
510
511 2006-04-17 [colin]      2.1.1cvs11
512
513         * configure.ac
514                 Fix search on encrpyt function on dragonfly
515                 Patch by Jonathan Buschmann <jonthn@agmact.com>
516
517 2006-04-17 [colin]      2.1.1cvs10
518
519         * src/prefs_account.c
520                 Be safe by default: remove mails from POP3
521                 after 7 days, not immediately
522
523 2006-04-17 [colin]      2.1.1cvs9
524
525         * src/etpan/imap-thread.c
526                 Fix build on DragonFly - patch by 
527                 Jonathan Buschmann <jonthn@agmact.com>
528
529 2006-04-17 [colin]      2.1.1cvs8
530
531         * src/imap.c
532                 Save uidnext between sessions
533
534 2006-04-17 [colin]      2.1.1cvs7
535
536         * src/imap.c
537                 scan is required when uid validity changes
538
539 2006-04-17 [colin]      2.1.1cvs6
540
541         * src/folderview.c
542                 Don't scan if not necessary, apart in current
543                 folder and INBOX to fetch flags.
544         * src/imap.c
545                 Scan is necessary if unread count changes
546
547 2006-04-17 [colin]      2.1.1cvs5
548
549         * src/imap.c
550                 ...But always fetch ANSWERED and DELETED flags for
551                 INBOX, as filtering can happen on these flags.
552
553 2006-04-17 [colin]      2.1.1cvs4
554
555         * src/imap.c
556                 Don't fetch REPLIED and DELETED flags when synchronising
557                 flags with a closed folder. We only need UNSEEN and FLAGGED
558                 to update the folderview.
559
560 2006-04-17 [colin]      2.1.1cvs3
561
562         * src/imap.c
563                 Faster flag search when there are new mails 
564                 in a folder. We can do a full search if the 
565                 folder contains less messages than the new
566                 list.
567
568 2006-04-17 [colin]      2.1.1cvs2
569
570         * po/cs.po
571         * po/de.po
572         * po/fr.po
573         * po/nl.po
574         * po/pt_BR.po
575                 Update translations from stable branch
576
577 2006-04-17 [colin]      2.1.1cvs1
578
579         * configure.ac
580                 Bump version to follow stable release
581
582 2006-04-16 [mones]      2.1.0cvs50
583
584         * po/es.po
585                 Updated for release
586
587 2006-04-16 [colin]      2.1.0cvs49
588
589         * src/textview.c
590                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
591                 with gtk < 2.8. Thanks to Fabien Vantard.
592
593 2006-04-15 [colin]      2.1.0cvs48
594
595         * src/etpan/imap-thread.c
596                 Fix bug #919 (libetpan: SEGV when connecting 
597                 using command)
598
599 2006-04-14 [colin]      2.1.0cvs47
600
601         * src/main.c
602                 Fix race on --select (should be done better)
603
604 2006-04-14 [wwp]        2.1.0cvs46
605
606         * src/send_message.c
607                 enforce a check for domain in account prefs (a sending
608                 error could be faced if domain was checked but no value set),
609                 thanks to Colin.
610
611 2006-04-14 [colin]      2.1.0cvs45
612
613         * src/codeconv.c
614                 when converting from unknown to unknown, if the
615                 string is UTF8, don't convert it to the locale
616                 (which breaks it)
617
618 2006-04-14 [colin]      2.1.0cvs44
619
620         * src/compose.c
621                 Don't try to use ASCII for converting headers
622                 (as done in body)
623
624 2006-04-14 [paul]       2.1.0cvs43
625
626         * src/crash.c
627                 add locale/charset info to crash report
628         * src/gtk/about.c
629                 add wwp to doc team
630                 replace 'e-mail' with preferred 'email'
631         * src/gtk/authors.h
632                 ensure contributors list is in alphabetical
633                 order
634
635 2006-04-13 [colin]      2.1.0cvs42
636
637         * src/textview.c
638                 Prevent gdk warnings
639
640 2006-04-13 [colin]      2.1.0cvs41
641
642         * src/common/ssl_certificate.c
643         * src/common/ssl_certificate.h
644         * src/gtk/sslcertwindow.c
645                 Warn on expired certs, and display the expiration date
646
647 2006-04-13 [colin]      2.1.0cvs40
648
649         * src/plugins/spamassassin/spamassassin_gtk.c
650                 Fix missing set_text on unix socket
651
652 2006-04-13 [wwp]        2.1.0cvs39
653
654         * manual/fr/advanced.xml
655         * manual/fr/glossary.xml
656                 applied new spam/ham/email lexicon (pourriel, courriel)
657
658 2006-04-13 [paul]       2.1.0cvs38
659
660         * src/plugins/pgpmime/plugin.c
661                 remove the mention of S/MIME from the
662                 description. This is now handled by the
663                 S/MIME plugin.
664
665 2006-04-13 [paul]       2.1.0cvs37
666
667         * src/prefs_msg_colors.c
668                 rework dialog
669         * src/prefs_folder_item.c
670         * src/prefs_spelling.c
671                 add a tooltip to the colour selector buttons
672
673 2006-04-13 [wwp]        2.1.0cvs36
674
675         * manual/advanced.xml
676         * manual/glossary.xml
677         * manual/handling.xml
678         * manual/keyboard.xml
679         * manual/plugins.xml
680         * manual/starting.xml
681         * manual/fr/account.xml
682         * manual/fr/ack.xml
683         * manual/fr/addrbook.xml
684         * manual/fr/advanced.xml
685         * manual/fr/faq.xml
686         * manual/fr/glossary.xml
687         * manual/fr/gpl.xml
688         * manual/fr/handling.xml
689         * manual/fr/intro.xml
690         * manual/fr/keyboard.xml
691         * manual/fr/plugins.xml
692         * manual/fr/starting.xml
693         * manual/fr/sylpheed-claws-manual.xml
694                 fixes to the manuals:
695                  - summaryview -> Message List (same in French)
696                  - translate key names
697                  - fix French punctuation, use non-breakable spaces when
698                    necessary, don't use &thinsp; which is not portable
699                  - tell what maildir and mbox formats we support
700
701 2006-04-12 [wwp]        2.1.0cvs35
702
703         * src/prefs_toolbar.c
704                 unified a replace button more,
705                 patch by Fabien Vantard <fzzzzz@gmail.com>.
706
707 2006-04-12 [wwp]        2.1.0cvs34
708
709         * src/prefs_common.c
710         * src/prefs_msg_colors.c
711                 make default color labels translatable,
712                 patch from Fabien Vantard <fzzzzz@gmail.com>,
713                 thanks to Tim <timbrain@post.cz> for reporting.
714
715 2006-04-12 [wwp]        2.1.0cvs33
716
717         * manual/glossary.xml
718         * manual/intro.xml
719         * manual/plugins.xml
720         * manual/starting.xml
721         * manual/sylpheed-claws-manual.xml
722         * manual/fr/.cvsignore
723         * manual/fr/account.xml
724         * manual/fr/ack.xml
725         * manual/fr/addrbook.xml
726         * manual/fr/advanced.xml
727         * manual/fr/faq.xml
728         * manual/fr/glossary.xml
729         * manual/fr/handling.xml
730         * manual/fr/intro.xml
731         * manual/fr/keyboard.xml
732         * manual/fr/plugins.xml
733         * manual/fr/starting.xml
734         * manual/fr/sylpheed-claws-manual.xml
735                 various fixes: typos, missing .fr translations, punctuation,
736                 capitalization, links, accents and some bad French more.
737
738 2006-04-12 [wwp]        2.1.0cvs32
739
740         * src/prefs_gtk.c
741                 fix for bug #935: always store prefs files in UTF-8 (thanks
742                 to Colin).
743
744 2006-04-11 [colin]      2.1.0cvs31
745
746         * src/compose.c
747                 Fix inserting files not in utf8 when locale is utf8
748
749 2006-04-11 [colin]      2.1.0cvs30
750
751         * src/inc.c
752                 Don't show error dialog when cancelling connection
753                 Patch by Pawel
754
755 2006-04-11 [cleroy]     2.1.0cvs29
756
757         * src/compose.c
758                 Implement multiple quote levels
759         * src/prefs_common.c
760                 Change a little bit the quote bgcolor for 2nd level
761
762 2006-04-11 [colin]      2.1.0cvs28
763
764         * src/gtk/about.c
765                 Add locale and charset in the label
766
767 2006-04-10 [colin]      2.1.0cvs27
768
769         * src/compose.c
770         * src/prefs_common.c
771         * src/prefs_common.h
772         * src/prefs_msg_colors.c
773         * src/textview.c
774                 Allow optional background color in quotes
775                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
776                 GTK+-2.8.x feature
777
778 2006-04-10 [colin]      2.1.0cvs26
779
780         * src/main.c
781         * src/mainwindow.c
782         * src/mainwindow.h
783                 Implement --select
784
785 2006-04-10 [colin]      2.1.0cvs25
786
787         * manual/plugins.xml
788         * manual/fr/plugins.xml
789                 Document libcurl's proxy variables
790
791 2006-04-09 [colin]      2.1.0cvs24
792
793         * src/prefs_common.c
794                 gettext() returns statically allocated stuff. We have
795                 to strdup it in order to be able to free it.
796
797 2006-04-09 [colin]      2.1.0cvs23
798
799         * AUTHORS
800         * src/gtk/authors.h
801                 Add Alexei
802
803 2006-04-09 [colin]      2.1.0cvs22
804
805         * src/mainwindow.c
806         * src/gtk/quicksearch.c
807                 Fix bug #859 (problems with cyrilic input in 
808                 search panel) - Patch by Alexey Illarionov 
809                 <littlesavage@rambler.ru>
810
811 2006-04-09 [colin]      2.1.0cvs21
812
813         * src/prefs_customheader.c
814                 I prefer removing then freeing rather than the contrary
815                 (even if it doesn't change anything ;-)
816         * src/prefs_account.c
817                 Fix bug #933 (Crash re-entering the custom headers list 
818                 dialog in accounts prefs)
819                 The problem happened when cancelling the Account 
820                 Preferences' dialogs - in which case we didn't do 
821                 anything to the PrefsAccount * struct. In case of applying,
822                 the old ac_prefs was replaced with the tmp_ac_prefs we were
823                 working with in this dialog. The problem is that 
824                 prefs_customheader.c, working on this tmp_ac_prefs, always
825                 changes the ->customhdr_list pointer, even when cancelled. 
826                 So in case of cancelling the prefs_account dialog, we still
827                 have to update ->customhdr_list in the real account.
828
829 2006-04-08 [colin]      2.1.0cvs20
830
831         * manual/fr/glossary.xml
832         * manual/fr/keyboard.xml
833                 Forgot some headers :)
834
835 2006-04-08 [colin]      2.1.0cvs19
836
837         * manual/Makefile.am
838         * manual/fr/Makefile.am
839         * manual/fr/account.xml
840         * manual/fr/ack.xml
841         * manual/fr/addrbook.xml
842         * manual/fr/advanced.xml
843         * manual/fr/faq.xml
844         * manual/fr/glossary.xml
845         * manual/fr/gpl.xml
846         * manual/fr/handling.xml
847         * manual/fr/intro.xml
848         * manual/fr/keyboard.xml
849         * manual/fr/plugins.xml
850         * manual/fr/starting.xml
851         * manual/fr/sylpheed-claws-manual.xml
852         * manual/fr/dist/.cvsignore
853         * manual/fr/dist/Makefile.am
854         * manual/fr/dist/html/.cvsignore
855         * manual/fr/dist/html/Makefile.am
856         * manual/fr/dist/pdf/.cvsignore
857         * manual/fr/dist/pdf/Makefile.am
858         * manual/fr/dist/ps/.cvsignore
859         * manual/fr/dist/ps/Makefile.am
860         * manual/fr/dist/txt/.cvsignore
861         * manual/fr/dist/txt/Makefile.am
862                 Add the french translation of the manual. Thanks to
863                 Olivier Delhomme <olivier.delhomme@free.fr> for 
864                 account.xml, ack.xml, addrbook.xml and advanced.xml
865
866 2006-04-08 [colin]      2.1.0cvs18
867
868         * manual/plugins.xml
869         * manual/starting.xml
870                 More fixes
871
872 2006-04-07 [colin]      2.1.0cvs17
873
874         * manual/faq.xml
875         * manual/intro.xml
876         * manual/keyboard.xml
877                 Little fixes
878
879 2006-04-07 [colin]      2.1.0cvs16
880
881         * README
882         * src/compose.c
883         * src/prefs_common.c
884         * src/prefs_common.h
885                 Add hidden compose_no_markup pref
886
887 2006-04-07 [wwp]        2.1.0cvs15
888
889         * src/summary_search.c
890         * .cvsignore
891                 Bugfix: stop button was sticky when searching in an empty folder.
892                 Applied curly brackets code style to the whole file (summary_search.c).
893                 More files to ignore.
894
895 2006-04-07 [wwp]        2.1.0cvs14
896
897         * src/message_search.c
898         * src/summary_search.c
899                 changed default button when search bumps at file/folder
900                 beginning or end, for convenience (thanks to Colin).
901
902 2006-04-07 [paul]       2.1.0cvs13
903
904         * src/plugins/dillo_viewer/dillo_prefs.c
905                 avoid future potential for namespace collision
906                 Patch by Colin
907
908 2006-04-06 [wwp]        2.1.0cvs12
909
910         * src/summary_search.c
911                 Unify extended/advanced searches names (and thus factorize labels),
912                 patch by Fabien Vantard <fzzzzz@gmail.com>.
913
914 2006-04-06 [wwp]        2.1.0cvs11
915
916         * src/folderview.c
917         * src/prefs_themes.c
918         * src/summaryview.c
919                 Fixed some compilation warnings.
920
921 2006-04-06 [colin]      2.1.0cvs10
922
923         * manual/advanced.xml
924                 Document the wizard template and how to deploy
925                 Sylpheed-Claws effectively
926
927 2006-04-06 [colin]      2.1.0cvs9
928
929         * src/folderview.c
930                 gettext patch to tell translators about _("#"),
931                 by Maxim Britov
932
933 2006-04-06 [colin]      2.1.0cvs8
934
935         * src/textview.c
936                 Fix invalid GtkTextBIter after clicking "Display as text"
937
938 2006-04-06 [mones]      2.1.0cvs7
939
940         * src/addr_compl.c
941         * src/addrindex.c
942         * src/addritem.c
943         * src/codeconv.c
944         * src/compose.c
945         * src/filtering.c
946         * src/folder.c
947         * src/folder_item_prefs.c
948         * src/folderview.c
949         * src/localfolder.c
950         * src/matcher.c
951         * src/mimeview.c
952         * src/prefs_msg_colors.c
953         * src/prefs_spelling.c
954         * src/prefs_themes.c
955         * src/procmime.c
956         * src/procmsg.c
957         * src/stock_pixmap.c
958         * src/summaryview.c
959         * src/textview.c
960         * src/toolbar.c
961         * src/common/mgutils.c
962         * src/common/prefs.c
963         * src/common/ssl_certificate.c
964         * src/gtk/colorlabel.c
965         * src/gtk/quicksearch.c
966         * src/plugins/pgpmime/pgpmime.c
967         * src/plugins/spamassassin/spamassassin.c
968                 Removed redundant NULL checks for g_free() calls.
969                 Patch by Pawel Pekala.
970
971 2006-04-06 [mones]      2.1.0cvs6
972
973         * src/prefs_actions.c
974         * src/prefs_filtering.c
975         * src/prefs_filtering_action.c
976         * src/prefs_matcher.c
977         * src/prefs_template.c
978         * src/gtk/gtkutils.c
979         * src/gtk/gtkutils.h
980                 Have a nice replace button. Patch by Pawel Pekala
981
982 2006-04-06 [colin]      2.1.0cvs5
983
984         * src/addressbook.c
985                 Fix crash with empty columns
986
987 2006-04-05 [colin]      2.1.0cvs4
988
989         * src/wizard.c
990         * src/prefs_gtk.c
991                 Allow wizard customization with pre-filled values
992
993 2006-04-05 [colin]      2.1.0cvs3
994
995         * src/textview.c
996         * src/mimeview.c
997         * src/mimeview.h
998                 Nicer messages in mimeview
999
1000 2006-04-05 [colin]      2.1.0cvs2
1001
1002         * src/addressbook.c
1003         * src/prefs_summaries.c
1004                 i18n fix
1005
1006 2006-04-05 [colin]      2.1.0cvs1
1007
1008         * src/plugins/pgpcore/plugin.c
1009         * src/plugins/pgpcore/select-keys.c
1010         * src/plugins/pgpcore/select-keys.h
1011         * src/plugins/pgpcore/sgpgme.c
1012         * src/plugins/pgpcore/sgpgme.h
1013         * src/plugins/pgpinline/pgpinline.c
1014         * src/plugins/pgpinline/plugin.c
1015         * src/plugins/pgpmime/pgpmime.c
1016         * src/plugins/pgpmime/plugin.c
1017                 Factorize and generalize a bit 
1018                 Drop S/MIME signature verification from PGP/MIME
1019                 (adding it as another, more complete plugin)
1020
1021 2006-04-05 [paul]       2.1.0
1022
1023         2.1.0 released
1024
1025 2006-04-05 [paul]       2.0.0cvs186
1026
1027         * manual/advanced.xml
1028                 add info on colour labels
1029
1030 2006-04-05 [paul]       2.0.0cvs185
1031
1032         * po/bg.po
1033         * po/cs.po
1034         * po/de.po
1035         * po/el.po
1036         * po/en_GB.po
1037         * po/fi.po
1038         * po/fr.po
1039         * po/it.po
1040         * po/nl.po
1041         * po/pl.po
1042         * po/pt_BR.po
1043         * po/sr.po
1044         * po/zh_CN.po
1045                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1046                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1047                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1048                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1049         * src/gtk/authors.h
1050         * tools/claws.i18n.status.pl
1051                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1052                 and new Czech translator, Tim <timbrain@post.cz>
1053
1054 2006-04-05 [mones]      2.0.0cvs184
1055
1056         * po/es.po
1057                 Updated translation
1058
1059 2006-04-05 [colin]      2.0.0cvs183
1060
1061         * src/gtk/quicksearch.c
1062                 Fix bug #929 (unnecessary reload in quick search bar)
1063
1064 2006-04-05 [colin]      2.0.0cvs182
1065
1066         * src/compose.c
1067                 Fix crash on Reply with no From:
1068                 Show signature and conversion error on queuing 
1069                 (but not sending)
1070         * src/mainwindow.c
1071         * src/summaryview.c
1072         * src/summaryview.h
1073                 Factorize threading code and make sure msginfo 
1074                 is not null when it comes from a GtkCTreeRow's 
1075                 data
1076         * src/gtk/gtkaspell.c
1077                 Check for necessary things
1078         * src/gtk/gtksctree.c
1079         * src/gtk/gtksctree.h
1080                 Reset anchor if necessary when removing node
1081
1082 2006-03-29 [colin]      2.0.0cvs181
1083
1084         * src/folderview.c
1085                 Warn for disabled IMAP accounts (due to lack of
1086                 libetpan). Breaks string-freeze - sorry - but it
1087                 is kind of important ;)
1088
1089 2006-03-28 [colin]      2.0.0cvs180
1090
1091         * src/gtk/gtkutils.c
1092         * src/gtk/gtkutils.h
1093                 Add a gtkut_get_link_btn() function that
1094                 creates a button which acts like an URI
1095         * src/prefs_themes.c
1096         * src/gtk/about.c
1097                 Use this function (factorizes codes)
1098         * src/common/defs.h
1099         * src/gtk/pluginwindow.c
1100                 Add a "Get more..." in the plugins window
1101
1102 2006-03-28 [colin]      2.0.0cvs179
1103
1104         * src/common/smtp.c
1105         * src/common/passcrypt.c
1106         * src/undo.c
1107                 Warning fixes. Patch by Pawel Pekala
1108
1109 2006-03-27 [colin]      2.0.0cvs178
1110
1111         * src/undo.c
1112                 Fix undoing by blocks with spaces
1113
1114 2006-03-27 [colin]      2.0.0cvs177
1115
1116         * src/textview.c
1117                 Set margin to 3px for headers
1118
1119 2006-03-27 [paul]
1120
1121         2.1.0-rc2 released
1122
1123 2006-03-27 [wwp]        2.0.0cvs176
1124
1125         * src/summaryview.c
1126                 don't reset quicksearch when updating the message list.
1127                 Thanks to Colin.
1128
1129 2006-03-26 [wwp]        2.0.0cvs175
1130
1131         * src/compose.c
1132                 use a unified border width ('other' tab in the compose window,
1133                 patch by Pawel Pekala).
1134
1135
1136 2006-03-26 [wwp]        2.0.0cvs174
1137
1138         * src/common/quoted-printable.c
1139         * src/addressbook.c
1140                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1141
1142 2006-03-26 [colin]      2.0.0cvs173
1143
1144         * src/quote_fmt_parse.y
1145                 Fix non-UTF8 date formats messing up the whole quote a 
1146                 little bit
1147
1148 2006-03-26 [colin]      2.0.0cvs172
1149
1150         * src/procheader.c
1151                 Make sure the date is UTF8 valid, or try to make it
1152                 so. IncrediMail is really IncrediStupid.
1153         * src/compose.c
1154                 Fix possible conversions. 
1155                 
1156
1157 2006-03-26 [colin]      2.0.0cvs171
1158
1159         * src/matcher.c
1160                 Fix corner cases in body search. This is still a
1161                 hack... It seems impossible to make it good and 
1162                 reasonably fast at the same time.
1163
1164 2006-03-26 [colin]      2.0.0cvs170
1165
1166         * src/summaryview.c
1167                 I think I killed the twilight zone bug!
1168                 summary_select_node() flushes GTK events in order
1169                 to be able to center the view. But this also 
1170                 flushes keypresses like Ctrl-Alt-U, so this can
1171                 call summary_show from summary_select_node (itself
1172                 called from summary_show, etc.). And the summaryview
1173                 has to be unlocked in this function. So just locking
1174                 while processing GTK events, and bailing if locked, 
1175                 should fix it.
1176                 Fixes bug #927 (SIGSEGV during Update Summary)
1177
1178 2006-03-25 [colin]      2.0.0cvs169
1179
1180         * src/matcher.c
1181                 Fix search in QP-encoded bodies
1182                 Fix utf-8 searches in bodies encoded in the
1183                 locale's encoding
1184         * src/common/quoted-printable.c
1185         * src/common/quoted-printable.h
1186                 Add a decode function that doesn't overwrite
1187                 the original pointer
1188                 
1189
1190 2006-03-24 [colin]      2.0.0cvs168
1191
1192         * src/action.c
1193         * src/summaryview.c
1194         * src/summaryview.h
1195                 Update message cache after action
1196                 Patch by H. Merijn Brand
1197         * src/prefs_msg_colors.c
1198                 Factorize label 
1199                 Patch by Fabien Vantard
1200         * src/plugins/spamassassin/spamassassin_gtk.c
1201                 Remove useless translation
1202                 Patch by Fabien Vantard
1203
1204 2006-03-23 [colin]      2.0.0cvs167
1205
1206         * src/common/ssl.c
1207                 Let 30 seconds to SSL_connect
1208
1209 2006-03-23 [wwp]        2.0.0cvs166
1210
1211         * src/summaryview.c
1212         * src/gtk/description_window.c
1213                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1214                 and headers are translated; adjust description windows' width to fit their
1215                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1216
1217 2006-03-23 [paul]       2.0.0cvs165
1218
1219         * src/common/utils.c
1220                 fix highlighting of URIs containing "()"
1221                 (2.0.0cvs164's reversal fixed)
1222                 Thanks to Colin.
1223
1224 2006-03-23 [paul]       2.0.0cvs164
1225
1226         * src/common/utils.c
1227                 revert patch, (postponing a fix), at 2.0.0cvs120
1228                 as it breaks more URIs than it fixes.
1229                 Allow '-' to be a terminating character in a URI
1230
1231 2006-03-22 [colin]      2.0.0cvs163
1232
1233         * configure.ac
1234                 Require libetpan 0.45
1235                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1236
1237 2006-03-22 [paul]       2.0.0cvs162
1238
1239         * src/editgroup.c
1240                 replace '<-' and '->' buttons with GTK_STOCK graphical
1241                 buttons
1242         * src/summary_search.c
1243                 don't offer '...' for translation
1244                 add a tooltip to advanced search '...' button
1245         * src/gtk/quicksearch.c
1246                 don't offer '...' for translation
1247
1248 2006-03-21 [colin]      2.0.0cvs161
1249
1250         * src/compose.c
1251                 Fix middle-click pasting (insert at click
1252                 position instead of cursor position, don't
1253                 remove existing selection and allow pasting
1254                 our own selection)
1255         * src/addressbook.c
1256                 "LDAP Server" -> "LDAP servers"
1257
1258 2006-03-21 [wwp]        2.0.0cvs160
1259
1260         * src/etpan/imap-thread.c
1261                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1262
1263 2006-03-20 [colin]      2.0.0cvs159
1264
1265         * src/summaryview.c
1266                 Don't reload summaryview after an execute with no
1267                 move action
1268
1269 2006-03-19 [colin]      2.0.0cvs158
1270
1271         * src/addressbook.c
1272                 and put groups at the top, always
1273
1274 2006-03-19 [colin]      2.0.0cvs157
1275
1276         * src/addressbook.c
1277                 Order groups before names, as previously
1278
1279 2006-03-19 [colin]      2.0.0cvs156
1280
1281         * src/addressbook.c
1282                 - Sort case-unsensitive
1283                 - Put the sort arrow at opening too
1284
1285 2006-03-19 [wwp]        2.0.0cvs155
1286
1287         * src/addressbook.c
1288                 allow sorting by name/email/remarks, ensure that right-pane's contents
1289                 matches the left-pane selection (cleared when appropriate).
1290                 Patch by Pawel Pekala <c0rn@o2.pl>.
1291
1292 2006-03-18 [colin]      2.0.0cvs154
1293
1294         * src/textview.c
1295                 Fix text cursor ;)
1296
1297 2006-03-18 [colin]      2.0.0cvs153
1298
1299         * src/gtk/filesel.c
1300                 Make sure we hide the preview if we didn't get
1301                 a filename
1302
1303 2006-03-18 [colin]      2.0.0cvs152
1304
1305         * src/summaryview.c
1306                 Set cursor to watch for execution (fixes lack
1307                 of watch-cursor when dnd'ing hundreds of mails)
1308         * src/gtk/filesel.c
1309                 Check that mime type is 'image/*' before updating
1310                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1311
1312 2006-03-18 [colin]      2.0.0cvs151
1313
1314         * src/mainwindow.c
1315         * src/textview.c
1316         * src/textview.h
1317                 Put a watch cursor in textview too when the mainwindow's
1318                 cursor in a watch
1319
1320 2006-03-18 [colin]      2.0.0cvs150
1321
1322         * src/folder.c
1323                 Change wrong asserts to simple tests
1324
1325 2006-03-17 [colin]      2.0.0cvs149
1326
1327         * src/mainwindow.c
1328         * src/mainwindow.h
1329         * src/prefs_msg_colors.c
1330         * src/summaryview.c
1331         * src/summaryview.h
1332         * src/gtk/colorlabel.c
1333         * src/gtk/colorlabel.h
1334                 Add a color label menu in the main menubar
1335                 Add (fixed) accels Ctrl-{0-7} to change the color
1336                 They have to be fixed because the menu's dynamic,
1337                 the items are complex widgets, hence we can't use
1338                 a GtkItemFactory.
1339
1340
1341 2006-03-17 [wwp]        2.0.0cvs148
1342
1343         * src/compose.c
1344                 rollback few lines from my previous commit (those lines come from
1345                 a pending patch, accidentally commited, even if neutral as they are
1346                 commented out).
1347
1348 2006-03-17 [wwp]        2.0.0cvs147
1349
1350         * src/compose.c
1351                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1352                 applied code style/indentation to the modified function.
1353
1354 2006-03-17 [wwp]        2.0.0cvs146
1355
1356         * src/procmsg.c
1357         * src/compose.c
1358                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1359
1360 2006-03-17 [paul]
1361
1362         2.1.0-rc1 released
1363
1364 2006-03-17 [paul]       2.0.0cvs145
1365
1366         * src/main.c
1367                 addressbook_read_file() was called twice
1368         * src/textview.c
1369                 X-Mailer highlighting
1370
1371 2006-03-16 [colin]      2.0.0cvs144
1372
1373         * src/sourcewindow.c
1374         * src/sourcewindow.h
1375                 And the last one, in source window.
1376
1377 2006-03-16 [colin]      2.0.0cvs143
1378
1379         * src/compose.c
1380         * src/compose.h
1381                 Fix the same stuff in compose
1382
1383 2006-03-16 [colin]      2.0.0cvs142
1384
1385         * src/messageview.c
1386                 Complete the previous messageview crash fix
1387
1388 2006-03-16 [colin]      2.0.0cvs141
1389
1390         * src/procmsg.h
1391         * src/procmsg.c
1392         * src/folder.c
1393                 Fix POSTPROCESSING hook
1394                 Patch by H. Merijn Brand
1395
1396         * src/procmime.c
1397         * src/procmime.h
1398                 Parse Content-Location
1399
1400         * src/toolbar.c
1401         * src/messageview.c
1402         * src/messageview.h
1403                 Don't crash when a top-level MessageView has
1404                 been closed on us. Same problematic than
1405                 yesterday's quicksearch issue.
1406
1407 2006-03-15 [colin]      2.0.0cvs140
1408
1409         * src/gtk/quicksearch.c
1410                 Fix a bitchy race we didn't think about when we
1411                 added quicksearch cancellation:
1412                 If the search is not on cached fields, for example
1413                 body_part matchcase "stuff"
1414                 the matcher code has to get the whole message. If
1415                 we're on IMAP, that can be slow, and in order to
1416                 be non-blocking, the IMAP code idle loop processes
1417                 gtk events too. So it is possible to cancel a
1418                 quicksearch while the matcher is getting the mail's
1419                 body. After matcher got its body, it will start to
1420                 iterate over the matcher list that the Quicksearch's
1421                 clear_search_cb() just freed via prepare_matcher().
1422                 SIGSEGV ensues.
1423                 The fix consists of guarding the matcherlist_match()
1424                 call with a boolean 'matching'. If we reset the
1425                 quicksearch while matching is TRUE, we don't free
1426                 the matcherlist anymore like we did, but we set
1427                 another new flag, deferred_free, to TRUE. Then,
1428                 in quicksearch_match(), just after returning from
1429                 matcherlist_match() and unsetting the matching flag,
1430                 we check the deferred_free flag and do the
1431                 prepare_matcher() (which does the matcherlist_free)
1432                 for real, so we free the matcherlist once it's not
1433                 used anymore.
1434                 As all of this runs via the glib main loop, we
1435                 luckily don't need a mutex.
1436         * src/summaryview.c
1437                 Also, show progress while searching.
1438
1439
1440 2006-03-14 [colin]      2.0.0cvs139
1441
1442         * src/alertpanel.c
1443                 Make alertpanel_is_open non-static
1444
1445 2006-03-14 [colin]      2.0.0cvs138
1446
1447         * src/prefs_spelling.c
1448                 Cleanups - Fabien Vantard
1449
1450 2006-03-14 [wwp]        2.0.0cvs137
1451
1452         * src/main.c
1453                 code style normalization (curly braces, indentation).
1454
1455 2006-03-14 [wwp]        2.0.0cvs137
1456
1457         * src/main.c
1458                 code style (braces, indentation)
1459
1460 2006-03-12 [paul]       2.0.0cvs136
1461
1462         * src/prefs_common.c
1463                 trans_hdr defaults to FALSE to be RFC-savvy
1464         * src/prefs_summaries.c
1465                 add a tooltip to the trans_hdr option
1466                 
1467
1468 2006-03-12 [paul]       2.0.0cvs135
1469
1470         * src/prefs_matcher.c
1471                 give a little more width to the combos
1472         * src/prefs_display_header.c
1473         * src/textview.c
1474                 translate headers if prefs_common.trans_hdr
1475                 is TRUE
1476
1477         Patches by Pawel Pekala
1478
1479 2006-03-12 [paul]       2.0.0cvs134
1480
1481         * src/plugins/clamav/clamav_plugin.c
1482         * src/plugins/dillo_viewer/dillo_viewer.c
1483         * src/plugins/pgpcore/plugin.c
1484         * src/plugins/pgpinline/plugin.c
1485         * src/plugins/pgpmime/plugin.c
1486         * src/plugins/spamassassin/spamassassin.c
1487                 update/add to descriptions
1488         * src/plugins/spamassassin/spamassassin_gtk.c
1489                 fixes to the english, remove superfluous
1490                 tooltips, clean up a little
1491
1492 2006-03-12 [paul]       2.0.0cvs133
1493
1494         * src/compose.c
1495                 fix Bug 924, 'Account combo box shows up wrong 
1496                 if & is in account name'
1497
1498 2006-03-11 [colin]      2.0.0cvs132
1499
1500         * src/summaryview.c
1501                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
1502                 messed up shift-selection because is slows down
1503                 moving around summaryview. thanks -users
1504
1505 2006-03-10 [colin]      2.0.0cvs131
1506
1507         * src/plugins/spamassassin/spamassassin_gtk.c
1508                 Put back Paul's engrish fixes
1509
1510 2006-03-10 [colin]      2.0.0cvs130
1511
1512         * src/plugins/spamassassin/spamassassin.c
1513         * src/plugins/spamassassin/spamassassin.h
1514         * src/plugins/spamassassin/spamassassin_gtk.c
1515                 Cleanup SA prefs page (more)
1516                 Patch by Fabien Vantard
1517
1518 2006-03-10 [paul]       2.0.0cvs129
1519
1520         * src/prefs_msg_colors.c
1521         * src/prefs_spelling.c
1522                 widget sensitivity
1523
1524 2006-03-09 [mones]      2.0.0cvs128
1525
1526         * po/es.po
1527                 Update for next RC
1528
1529 2006-03-09 [wwp]        2.0.0cvs127
1530
1531         * configure.ac
1532                 revert accidental commit (requirement for libetpan 0.43), this time
1533                 not in HEAD.
1534
1535 2006-03-09 [wwp]        2.0.0cvs125
1536
1537         * configure.ac
1538                 revert accidental commit (requirement for libetpan 0.43)
1539
1540 2006-03-09 [paul]       2.0.0cvs126
1541
1542         * src/prefs_receive.c
1543                 remove useless frame
1544                 replace 'incorporation' with 'receiving'
1545         * src/plugins/clamav/clamav_plugin_gtk.c
1546         * src/plugins/spamassassin/spamassassin_gtk.c
1547                 improve widget sensitivity
1548                 fix a bit his engrish
1549
1550 2006-03-09 [wwp]        2.0.0cvs125
1551
1552         * src/addressadd.c
1553         * src/foldersel.c
1554         * src/prefs_common.c
1555         * src/prefs_common.h
1556                 remember some more windows' sizes (add to addressbook and
1557                 select folder).
1558
1559 2006-03-09 [paul]       2.0.0cvs124
1560
1561         * src/plugins/pgpcore/prefs_gpg.c
1562                 normalise construction of dialogue
1563
1564 2006-03-09 [paul]       2.0.0cvs123
1565
1566         * src/plugins/trayicon/Makefile.am
1567                 add missing slash
1568
1569 2006-03-08 [colin]      2.0.0cvs122
1570
1571         * src/plugins/trayicon/Makefile.am
1572                 Fix build in separate dir 
1573                 Patch by Bamanzi <bamanzi@gmail.com>
1574
1575 2006-03-08 [colin]      2.0.0cvs121
1576
1577         * src/procmsg.c
1578                 Batch move and copies from summaryview with delayed execution
1579                 too
1580
1581 2006-03-07 [paul]       2.0.0cvs120
1582
1583         * src/common/utils.c
1584                 fix highlighting of URIs containing "()"
1585                 Patch by Pawel Pekala
1586
1587 2006-03-07 [paul]       2.0.0cvs119
1588
1589         * src/folder.c
1590         * src/folder.h
1591         * src/folderview.c
1592                 immediately do alphabetical resort when
1593                 changing a folder's name
1594                 Patch by Pawel Pekala
1595
1596 2006-03-07 [paul]       2.0.0cvs118
1597
1598         * src/news.c
1599         * src/news_gtk.c
1600                 when unsubscribing a newsgroup, remove the
1601                 folder and msgs in .sylpheed-claws/newscache
1602                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1603
1604 2006-03-07 [paul]       2.0.0cvs117
1605
1606         * src/textview.c
1607                 fix wrong Fake URL Warning
1608                 Thanks to Hiro
1609
1610 2006-03-07 [colin]      2.0.0cvs116
1611
1612         * src/imap.c
1613                 Return immediately when password dialog was
1614                 cancelled
1615         * src/gtk/inputdialog.c
1616                 Allow empty strings for passwords
1617
1618
1619 2006-03-06 [colin]      2.0.0cvs115
1620
1621         * src/imap.c
1622                 Prevent double-timeouts when connection fails
1623
1624 2006-03-06 [colin]
1625
1626         2.0.1-rc1 released
1627
1628 2006-03-06 [colin]      2.0.0cvs114
1629
1630         * src/imap.c
1631                 Refresh session during potentially long
1632                 operations
1633
1634 2006-03-06 [wwp]        2.0.0cvs113
1635
1636         * src/prefs_msg_colors.h
1637                 forgot that one (custom color labels).
1638
1639 2006-03-06 [wwp]        2.0.0cvs112
1640
1641         * src/prefs_common.c
1642         * src/prefs_common.h
1643         * src/prefs_msg_colors.c
1644         * src/summaryview.c
1645         * src/summaryview.h
1646         * src/gtk/colorlabel.c
1647         * src/gtk/colorlabel.h
1648                 colors in messages list are now customizable. Color values and names can
1649                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
1650                 Thanks to Paul and Colin for their help with this longstanding patch!
1651
1652 2006-03-06 [wwp]        2.0.0cvs111
1653
1654         * src/textview.c
1655                 don't crash if (x)face is bad.
1656
1657 2006-03-05 [paul]       2.0.0cvs110
1658
1659         * AUTHORS
1660         * configure.ac
1661         * src/Makefile.am
1662         * src/common/Makefile.am
1663         * src/common/utils.h
1664         * src/etpan/imap-thread.c
1665         * src/gtk/authors.h
1666         * src/plugins/clamav/Makefile.am
1667         * src/plugins/demo/Makefile.am
1668         * src/plugins/dillo_viewer/Makefile.am
1669         * src/plugins/pgpcore/Makefile.am
1670         * src/plugins/pgpcore/passphrase.c
1671         * src/plugins/pgpinline/Makefile.am
1672         * src/plugins/pgpmime/Makefile.am
1673         * src/plugins/spamassassin/Makefile.am
1674         * src/plugins/trayicon/Makefile.am
1675                 fix builiding on cygwin
1676                 Patch by Ralgh Young <bamanzi@gmail.com>
1677
1678 2006-03-04 [wwp]        2.0.0cvs109
1679
1680         * manual/keyboard.xml
1681                 fix mixed up/down keys.
1682
1683 2006-03-04 [wwp]        2.0.0cvs108
1684
1685         * README
1686         * INSTALL
1687                 updated links to SpamAssassin.
1688
1689 2006-03-04 [wwp]        2.0.0cvs107
1690
1691         * manual/plugins.xml
1692         * src/plugins/spamassassin/README
1693                 updated SpamAssassin plugin docs to reflect new functional additions
1694                 (also fix/update/documents few technical stuff more, see the README).
1695
1696 2006-03-04 [wwp]        2.0.0cvs106
1697
1698         * src/prefs_message.c
1699                 normalized capitalization of message-prefs paths.
1700
1701 2006-03-04 [wwp]        2.0.0cvs105
1702
1703         * manual/advanced.xml
1704                 typo.
1705
1706 2006-03-03 [colin]      2.0.0cvs104
1707
1708         * src/plugins/clamav/clamav_plugin_gtk.c
1709                 Rework prefs page, patch by Fabien 
1710
1711 2006-03-03 [colin]      2.0.0cvs103
1712
1713         * src/plugins/clamav/clamav_plugin.c
1714                 Set error on all errors
1715
1716 2006-03-03 [colin]      2.0.0cvs102
1717
1718         * src/common/plugin.c
1719                 Initialize error to avoid crashing when a plugin fails
1720                 without setting error
1721
1722 2006-03-02 [wwp]        2.0.0cvs101
1723
1724         * configure.ac
1725                 fixed linker flags for libetpan support on Cygwin
1726                 (thanks to H.Merijn Brand).
1727
1728 2006-03-02 [wwp]        2.0.0cvs100
1729
1730         * src/addressbook.c
1731                 fix some AB error messages: one for punctuation and
1732                 one wrongly duplicate (thanks, maxbritov).
1733
1734 2006-03-02 [wwp]        2.0.0cvs99
1735
1736         * src/plugins/spamassassin/spamassassin.c
1737                 make sync calls to sa-learn/spamc to prevent
1738                 system (whatever local or client/server) overload.
1739
1740 2006-03-02 [colin]      2.0.0cvs98
1741
1742         * src/summaryview.c
1743                 Put the spam icon in the status column instead of the
1744                 mark one
1745
1746 2006-03-01 [colin]      2.0.0cvs97
1747
1748         * src/plugins/spamassassin/spamassassin.c
1749                 Fix segfault (g_file_set_contents fails for some 
1750                 reason and err==0x2f. Can't find out why with
1751                 valgrind, using working function :-)
1752
1753 2006-03-01 [colin]      2.0.0cvs96
1754
1755         * src/inc.c
1756                 Offline overriding: let 'No' be cached only 3 seconds
1757
1758 2006-03-01 [colin]      2.0.0cvs95
1759
1760         * src/addr_compl.c
1761         * src/addrbook.c
1762         * src/addressbook.c
1763         * src/addrindex.c
1764         * src/folder_item_prefs.c
1765         * src/headerview.c
1766         * src/imap.c
1767         * src/inc.c
1768         * src/ldif.c
1769         * src/mainwindow.c
1770         * src/mh.c
1771         * src/msgcache.c
1772         * src/prefs_common.h
1773         * src/prefs_msg_colors.c
1774         * src/procheader.c
1775         * src/procheader.h
1776         * src/procmime.c
1777         * src/procmsg.c
1778         * src/procmsg.h
1779         * src/send_message.h
1780         * src/simple-gettext.c
1781         * src/summaryview.c
1782         * src/summaryview.h
1783         * src/syldap.c
1784         * src/textview.c
1785         * src/undo.c
1786         * src/common/ssl_certificate.c
1787         * src/common/utils.c
1788         * src/gtk/colorsel.c
1789         * src/gtk/gtksctree.c
1790         * src/gtk/gtkshruler.c
1791         * src/plugins/trayicon/trayicon.c
1792                 #if 0 goes to /dev/null
1793
1794 2006-03-01 [colin]      2.0.0cvs94
1795
1796         * src/compose.c
1797         * src/imap.c
1798         * src/inc.c
1799         * src/inc.h
1800         * src/messageview.c
1801         * src/news.c
1802         * src/plugins/spamassassin/spamassassin.c
1803                 Allow to add information in the "working offline"
1804                 window
1805
1806 2006-03-01 [wwp]        2.0.0cvs93
1807
1808         * src/plugins/spamassassin/spamassassin.c
1809                 fixed spamc invocation: use a tricky temporary mini shell wrapper
1810                 'cause it seems that calling `spamc ... < inputfile` with
1811                 g_spawn_(a)sync simply.. erm doesn't work :-).
1812
1813 2006-03-01 [wwp]        2.0.0cvs92
1814
1815         * src/toolbar.c
1816         * src/toolbar.h
1817                 simplify the adding of spam/ham button to the messageview toolbar
1818                 (it gets more clear now that the same button will be "Mark as spam"
1819                 or "Mark as ham" according to the current message status,
1820                 thanks to Colin).
1821
1822 2006-03-01 [wwp]        2.0.0cvs91
1823
1824         * src/messageview.c
1825         * src/procmsg.c
1826         * src/procmsg.h
1827         * src/summaryview.c
1828         * src/plugins/spamassassin/spamassassin.c
1829         * src/plugins/spamassassin/spamassassin.h
1830                 make learner callbacks return a status (0 for ok),
1831                 handle it in main code to avoid setting flags when learning failed,
1832                 don't learn on TCP if offline in spamassassin,
1833                 thanks to Colin.
1834
1835                 
1836
1837 2006-03-01 [wwp]        2.0.0cvs90
1838
1839         * src/compose.c
1840                 some work around the compose window's account menu,
1841                 patch by Fabien Vantard.
1842
1843 2006-03-01 [wwp]        2.0.0cvs89
1844
1845         * src/plugins/spamassassin/spamassassin.c
1846                 fixed bad logics, was using spamc in local mode and sa-learn
1847                 in remote mode (thanks, Colin).
1848
1849 2006-03-01 [wwp]        2.0.0cvs88
1850
1851         * src/plugins/spamassassin/spamassassin.c
1852         * src/plugins/spamassassin/spamassassin.h
1853         * src/plugins/spamassassin/spamassassin_gtk.c
1854                 made processing of emails w/ sa-plugin an option (default is TRUE),
1855                 fixed Engrish some tooltips, capitalization of some debug messages
1856                 and warnings. The spamassassin plugin now provides two separate
1857                 services: process emails upon incorporation and spamd training.
1858                 Both services (un)register independently but use some common
1859                 plugin settings (transport settings, spam storage location).
1860
1861 2006-02-28 [wwp]        2.0.0cvs87
1862
1863         * src/plugins/spamassassin/spamassassin.c
1864                 fix async flag to spamc cmdline execution (batch exec should
1865                 be asynchronous).
1866
1867 2006-02-27 [wwp]        2.0.0cvs86
1868
1869         * src/plugins/spamassassin/spamassassin.c
1870         * src/plugins/spamassassin/spamassassin.h
1871         * src/plugins/spamassassin/spamassassin_gtk.c
1872                 - added the ability to learn a remote spamassassin server (spamd),
1873                 using spamc.
1874                 - added the spamassassin option 'username', that applies to all
1875                 spamassassin operations (filtering, learning, local or remote).
1876                 The default username is the current unix user (if left blank
1877                 from gtk prefs or config file).
1878                 - commented out some unused code (notebook widget), removed unused
1879                 layout (hbox1).
1880                 - make more widgets sensitive to the transport type.
1881
1882 2006-02-27 [colin]      2.0.0cvs85
1883
1884         * src/plugins/spamassassin/spamassassin.c
1885                 Fix sa-learn call when offline
1886
1887 2006-02-27 [colin]      2.0.0cvs84
1888
1889         * configure.ac
1890         * src/Makefile.am
1891         * src/mainwindow.c
1892         * src/mainwindow.h
1893         * src/messageview.c
1894         * src/messageview.h
1895         * src/prefs_toolbar.c
1896         * src/procmsg.c
1897         * src/stock_pixmap.c
1898         * src/stock_pixmap.h
1899         * src/summaryview.c
1900         * src/toolbar.c
1901         * src/toolbar.h
1902         * src/pixmaps/ham_btn.xpm
1903         * src/pixmaps/spam.xpm
1904         * src/pixmaps/spam_btn.xpm
1905         * src/plugins/spamassassin/spamassassin.c
1906                 Add button in toolbar for spam learning
1907                 Fix a few bugs from the last related commit
1908                 Revert 1.9.6cvs23 which messed up shift-selection
1909
1910 2006-02-24 [colin]      2.0.0cvs83
1911
1912         * src/procmsg.c
1913         * src/summaryview.c
1914         * src/summaryview.h
1915         * src/plugins/spamassassin/spamassassin.c
1916         * src/plugins/spamassassin/spamassassin.h
1917         * src/plugins/spamassassin/spamassassin_gtk.c
1918                 Unregister learner when spamassassin is either
1919                 disabled or over tcp
1920
1921 2006-02-24 [colin]      2.0.0cvs82
1922
1923         * src/Makefile.am
1924         * src/mainwindow.c
1925         * src/mainwindow.h
1926         * src/procmsg.c
1927         * src/procmsg.h
1928         * src/stock_pixmap.c
1929         * src/stock_pixmap.h
1930         * src/summaryview.c
1931         * src/summaryview.h
1932         * src/gtk/icon_legend.c
1933         * src/pixmaps/spam.xpm  ** NEW FILE **
1934         * src/plugins/spamassassin/spamassassin.c
1935         * src/plugins/spamassassin/spamassassin_gtk.c
1936                 Add spam learning interface (Mark/Mark as 
1937                 (spam|ham) menus)
1938
1939 2006-02-24 [wwp]        2.0.0cvs81
1940
1941         * src/compose.c
1942         * src/compose.h
1943         * src/filtering.c
1944                 hide compose window when sending message in batch mode
1945                 (filtering: forward and redirect). Also fixed a wrong
1946                 value returned when sending failed, neutral anyway.
1947                 (Colin, me) 
1948
1949 2006-02-24 [wwp]        2.0.0cvs80
1950
1951         * src/mainwindow.c
1952                 use GTK+'s stock quit button. Patch by Fabien Vantard.
1953
1954 2006-02-24 [paul]       2.0.0cvs79
1955
1956         * src/news.c
1957         * src/news.h
1958         * src/news_gtk.c
1959                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
1960                 Thanks to Colin
1961
1962 2006-02-23 [colin]      2.0.0cvs78
1963
1964         * src/alertpanel.c
1965                 Change OK to Close in alertpanel with View log
1966                 button; add accel to View log. Patch by Fabien
1967                 Vantard
1968
1969 2006-02-23 [wwp]        2.0.0cvs77
1970
1971         * src/compose.c
1972                 silly me, there were much more tests to perform, since toolbars can
1973                 really have down to 1 element only.
1974
1975 2006-02-23 [wwp]        2.0.0cvs76
1976
1977         * commitHelper
1978                 fixed indentation from my previous commit. Fallback to VISUAL if
1979                 EDITOR is not set (and to vi, at last resort).
1980
1981 2006-02-23 [wwp]        2.0.0cvs75
1982
1983         * commitHelper
1984                 improved error detection (Colin, me).
1985
1986 2006-02-23 [wwp]        2.0.0cvs74
1987
1988         * src/prefs_toolbar.c
1989                 simplify and fix prefs/toolbars layouting. Combos' contents can
1990                 now be really displayed.
1991
1992 2006-02-23 [wwp]        2.0.0cvs73
1993         simplifies and fix prefs/toolbars layouting. Combos' contents can now
1994         be really displayed.
1995
1996 2006-02-22 [wwp]        2.0.0cvs72
1997
1998         * src/compose.c
1999                 fix a typo in my previous commit (sorry!).
2000
2001 2006-02-22 [wwp]        2.0.0cvs71
2002
2003         * src/prefs_toolbar.c
2004                 fix a crash when adding separators to toolbars,
2005                 also fix some separator item information.
2006
2007 2006-02-22 [wwp]        2.0.0cvs70
2008
2009         * src/compose.c
2010                 fix a crash when redirecting (for instance) when compose window's
2011                 toolbar contents has been customized (when some buttons have been
2012                 removed in fact).
2013
2014 2006-02-21 [wwp]        2.0.0cvs69
2015
2016         * src/summaryview.c
2017         * src/gtk/pluginwindow.c
2018         * src/plugins/pgpcore/prefs_gpg.c
2019                 fix some compilation warnings (feat. remains of removed code).
2020
2021 2006-02-21 [wwp]        2.0.0cvs68
2022
2023         * src/gtk/gtkutils.c
2024                 fix two compilation issues, thanks to Stephan Sachse.
2025
2026 2006-02-20 [colin]      2.0.0cvs67
2027
2028         * src/mainwindow.c
2029                 Don't reselect displayed mail on refocus
2030                 This fixes actions misbehaving 
2031
2032 2006-02-20 [wwp]        2.0.0cvs66
2033
2034         * src/summaryview.c
2035         * src/gtk/gtksctree.c
2036         * src/gtk/gtkshruler.c
2037                 changed more runtime typecast checks.
2038
2039 2006-02-20 [wwp]        2.0.0cvs65
2040
2041         * src/summary_search.c
2042                 find all - summaryview refresh issue fixed, thanks to Colin.
2043
2044 2006-02-20 [wwp]        2.0.0cvs64
2045
2046         * src/gtk/gtkutils.c
2047                 better runtime typecast checks.
2048
2049 2006-02-20 [wwp]        2.0.0cvs63
2050
2051         * src/summary_search.c
2052                 enhancements to the summary search:
2053                         - add the ability to stop the running search
2054                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2055                         - don't search if no criteria (From/To/Subject/Body) is set
2056                         - ensure that a busy mouse pointer is always shown when searching,
2057                           show it even a bit earlier
2058
2059 2006-02-19 [colin]      2.0.0cvs62
2060
2061         * src/compose.c
2062         * src/imap.c
2063         * src/etpan/imap-thread.c
2064         * src/etpan/imap-thread.h
2065                 (Future) IMAP speed improvement on sending
2066                 Will require a libetpan update
2067         * src/summaryview.c
2068         * src/gtk/quicksearch.c
2069                 Make quicksearch clearable while running.
2070
2071 2006-02-17 [colin]      2.0.0cvs61
2072
2073         * src/imap.c
2074         * src/etpan/imap-thread.c
2075         * src/etpan/imap-thread.h
2076                 Check for IMAP certificates
2077                 ** Requires libetpan-0.42-cvs4 
2078                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2079
2080 2006-02-17 [colin]      2.0.0cvs60
2081
2082         * src/messageview.c
2083         * src/prefs_common.c
2084         * src/prefs_common.h
2085         * src/prefs_message.c
2086                 Add pref to display HTML-only mails with plugin, 
2087                 if possible (defaulting to FALSE of course).
2088
2089 2006-02-16 [colin]      2.0.0cvs59
2090
2091         * src/main.c
2092         * src/common/plugin.c
2093         * src/common/plugin.h
2094         * src/gtk/pluginwindow.c
2095                 Keep track of requested (but unloaded) plugins
2096                 in some error cases.
2097
2098 2006-02-16 [wwp]        2.0.0cvs58
2099
2100         * src/gtk/gtkaspell.c
2101         * src/gtk/gtkaspell.h
2102         * src/prefs_spelling.c
2103         * src/compose.c
2104         * src/prefs_common.c
2105         * src/prefs_common.h
2106                 implemented new optional spellchecker behaviour: re-check message when
2107                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2108
2109 2006-02-16 [wwp]        2.0.0cvs57
2110
2111         * src/quote_fmt_parse.y
2112                 pclose popen'ed pipe.
2113
2114 2006-02-15 [colin]      2.0.0cvs56
2115
2116         * src/mimeview.c
2117         * src/mimeview.h
2118                 Let MimeViewers know which MimeView they
2119                 depend of.
2120         * src/summaryview.c
2121                 Swap From/To columns in Sent/Queue/Drafts
2122                 folders
2123         * src/etpan/imap-thread.c
2124                 Use mailstream_low_tls_open() for STARTTLS
2125                 instead of mailstream_low_ssl_open()
2126                 ** REQUIRES libetpan 0.42cvs3 **
2127
2128 2006-02-15 [wwp]        2.0.0cvs55
2129
2130         * src/compose.c
2131         * src/compose.h
2132         * src/message_search.c
2133         * src/message_search.h
2134         * src/textview.c
2135         * src/gtk/gtkutils.c
2136         * src/gtk/gtkutils.h
2137                 added the ability to Find text in the compose window (and a bit
2138                 of code factorization).
2139
2140 2006-02-15 [wwp]        2.0.0cvs54
2141
2142         * src/prefs_gtk.c
2143                 yet another one file was missing (fix for some widgets' sensitivity).
2144                 Thanks Colin!
2145
2146 2006-02-15 [wwp]        2.0.0cvs53
2147
2148         * src/prefs_gtk.h
2149                 oops forgot that file (fix for some widgets' sensitivity).
2150
2151 2006-02-15 [wwp]        2.0.0cvs52
2152
2153         * src/summary_search.c
2154                 implemented advanced summary search options (added the ability
2155                 to use matcher conditions in an advanced search mode).
2156
2157 2006-02-15 [wwp]        2.0.0cvs51
2158
2159         * src/plugins/pgpcore/prefs_gpg.c
2160         * src/prefs_account.c
2161                 fix some widget sensitivity, mostly around some labels in
2162                 account prefs.
2163
2164 2006-02-15 [paul]       2.0.0cvs50
2165
2166         * manual/advanced.xml
2167                 improve Templates info
2168                 written by wwp
2169
2170 2006-02-14 [colin]      2.0.0cvs49
2171
2172         * src/pixmaps/address_book.xpm
2173         * src/pixmaps/preferences.xpm
2174         * src/pixmaps/properties.xpm
2175                 Fix pixmap size - patch by Fabien Vantard
2176
2177 2006-02-13 [colin]      2.0.0cvs48
2178
2179         * src/procmime.c
2180                 Add missing fclose()s on error
2181         * src/textview.c
2182                 Remove unused code
2183         * src/common/utils.c
2184                 Fix temp files not being deleted on windows
2185         Patches by Thomas Gilgin
2186
2187 2006-02-13 [colin]      2.0.0cvs47
2188
2189         * src/mainwindow.c
2190                 Fix exit crash
2191
2192 2006-02-13 [wwp]        2.0.0cvs46
2193
2194         * src/plugins/pgpcore/prefs_gpg.c
2195                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2196
2197 2006-02-12 [colin]      2.0.0cvs45
2198
2199         * src/folderview.c
2200         * src/main.c
2201         * src/mainwindow.c
2202                 Fix "stuff" when quitting
2203
2204 2006-02-12 [wwp]        2.0.0cvs44
2205
2206         * src/prefs_themes.c
2207                 fix typos in debug messages.
2208
2209 2006-02-11 [colin]      2.0.0cvs43
2210
2211         * src/summaryview.c
2212                 don't allow drag/drop from ourself
2213
2214 2006-02-10 [wwp]        2.0.0cvs42
2215
2216         * src/exporthtml.c
2217         * src/html.c
2218         * src/html.h
2219         * src/procmime.c
2220         * src/textview.c
2221                 renamed html_ prefixed functions and data structures to avoid
2222                 namespace clashes w/ other software (gtkhtml2 for instance).
2223                 Closes bug #907.
2224
2225
2226 2006-02-09 [colin]      2.0.0cvs41
2227
2228         * src/summaryview.c
2229                 Fix shitty logic messed up. Thanks Ticho for the hint!
2230
2231 2006-02-09 [wwp]        2.0.0cvs40
2232
2233         * src/gtk/about.c
2234         * src/compose.c
2235         * src/prefs_account.c
2236         * src/prefs_gtk.h
2237         * src/editaddress.c
2238                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2239                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2240                 Browse buttons in accounts prefs.
2241
2242 2006-02-09 [colin]      2.0.0cvs39
2243
2244         * src/matcher.c
2245                 Check for pointer before using its members
2246         * src/gtk/gtksourceprintjob.c
2247                 Fix a wrong warning
2248
2249 2006-02-09 [wwp]        2.0.0cvs38
2250
2251         * src/gtk/filesel.c
2252                 fix few compiler warnings (type mismatch).
2253
2254 2006-02-09 [paul]       2.0.0cvs37
2255
2256         * po/fr.po
2257                 updated by Fabien Vantard
2258
2259 2006-02-08 [colin]      2.0.0cvs36
2260
2261         * src/prefs_common.c
2262         * src/common/defs.h
2263         * src/common/plugin.c
2264                 allow windows and linux configurations to coexist
2265                 patch by Thomas Gilgin
2266
2267 2006-02-08 [colin]      2.0.0cvs35
2268
2269         * src/filtering.c
2270         * src/matcher.c
2271         * src/matcher.h
2272         * src/matcher_parser_parse.y
2273         * src/prefs_filtering_action.c
2274         * src/prefs_matcher.c
2275                 Add the "Ignore thread" filtering
2276                 action
2277
2278 2006-02-08 [colin]      2.0.0cvs34
2279
2280         * src/compose.c
2281         * src/procmime.c
2282         * src/procmime.h
2283                 Fix bug #905 (damaged attachment)
2284                 text files with raw \0's aren't really text files
2285         FOR_STABLE
2286
2287 2006-02-08 [colin]      2.0.0cvs33
2288
2289         * src/summaryview.c
2290                 Fix crasher introduced yesterday
2291
2292 2006-02-08 [wwp]        2.0.0cvs32
2293
2294         * src/compose.c
2295         * src/compose.h
2296                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2297
2298 2006-02-08 [wwp]        2.0.0cvs31
2299
2300         * src/prefs_template.c
2301                 templates enhancement: allow address completion for Cc and Bcc fields
2302                 (it was currently possible for the To field only)
2303
2304 2006-02-08 [colin]      2.0.0cvs30
2305
2306         * src/compose.c
2307                 Don't unblock if not blocked
2308         FOR_STABLE
2309
2310 2006-02-07 [colin]      2.0.0cvs29
2311
2312         * src/action.c
2313                 Forgot to refresh summaryview
2314
2315 2006-02-07 [colin]      2.0.0cvs28
2316
2317         * src/action.c
2318                 Freeze/thaw message list and folder list while
2319                 processing %as{} actions 
2320         * src/compose.c
2321                 Fix auto-wrap disabling after a middle-click
2322                 paste - FOR_STABLE
2323
2324 2006-02-07 [paul]       2.0.0cvs27
2325
2326         * src/folder.c
2327                 fix freeing of uninitialised pointers
2328                 Thanks to Colin
2329
2330 2006-02-06 [colin]      2.0.0cvs26
2331
2332         * src/folder.c
2333                 Use g_slist_prepend in potentially big list
2334
2335 2006-02-06 [colin]      2.0.0cvs25
2336
2337         * src/folder.c
2338                 Completely skip processing if it doesn't 
2339                 exist (faster!)
2340
2341 2006-02-06 [colin]      2.0.0cvs24
2342
2343         * src/folder.c
2344         * src/summaryview.c
2345                 Batch filtering in summaryview (from Tools menu)
2346                 and pre/post//-processing too
2347
2348 2006-02-06 [colin]      2.0.0cvs23
2349
2350         * src/procmsg.h
2351         * src/filtering.c
2352                 Use a special field for batch filtering instead
2353                 of stepping on deferred execution's toes
2354
2355 2006-02-06 [colin]      2.0.0cvs22
2356
2357         * src/action.c
2358         * src/filtering.c
2359         * src/filtering.h
2360         * src/folder.c
2361         * src/summaryview.c
2362                 Fix filtering via menus and actions
2363
2364 2006-02-06 [colin]      2.0.0cvs21
2365
2366         * src/imap.c
2367                 Put the added file directly to cache if possible (will work
2368                 with next libetpan)
2369         * src/filtering.c
2370         * src/filtering.h
2371         * src/inc.c
2372         * src/folder.c
2373         * src/mbox.c
2374         * src/procmsg.h
2375                 Move and copy filtered messages by batches instead of one
2376                 by one - faster on IMAP
2377         * src/procmsg.c
2378                 Add a function that'll possibly be useful later
2379
2380 2006-02-06 [colin]      2.0.0cvs20
2381
2382         * src/addressbook.c
2383                 Use internal mime-type instead of text/plain for d'n'd
2384         * src/compose.c
2385                 Allow attaching files from mimeview's icon list via d'n'd
2386         * src/folderview.c
2387         * src/folderview.h
2388                 Use internal mime-type instead of text/plain for d'n'd
2389                 Don't try to selected opened folder if none is
2390                 Factorize d'n'd from other apps code
2391         * src/headerview.c
2392         * src/textview.c
2393         * src/gtk/gtkutils.c
2394         * src/gtk/gtkutils.h
2395                 Factorize Face/X-Face stuff
2396         * src/mimeview.c
2397                 Fix d'n'd to other apps
2398         * src/prefs_message.c
2399                 Let the XFace pref be usable without libcompface as it also
2400                 applies to Face
2401         * src/summaryview.c
2402                 Fix d'n'd to other apps
2403                 Factorize d'n'd from other apps code
2404
2405 2006-02-06 [wwp]        2.0.0cvs19
2406
2407         * po/it.po
2408                 Italian translation fixes by Andrea Spadaccini (no more confusion
2409                 between filtering and processing, and few changes in the About
2410                 dialog).
2411
2412
2413 2006-02-06 [mones]      2.0.0cvs18
2414
2415         * src/gtk/icon_legend.c
2416                 Improved descriptions allowing better translations
2417
2418 2006-02-05 [colin]      2.0.0cvs17
2419
2420         * src/imap.c
2421                 Add the f*cking missing expunge that caused imap_fetch_env
2422                 to fail after an add_msgs ! :-///
2423         * src/etpan/imap-thread.c
2424                 Add a bit of debug
2425         FOR_STABLE
2426
2427 2006-02-05 [colin]      2.0.0cvs16
2428
2429         * src/common/utils.c
2430                 Don't check for return-path (or we can't put
2431                 back non-sent mails)
2432
2433 2006-02-05 [colin]      2.0.0cvs15
2434
2435         * src/textview.c
2436                 Don't try to display Face header in textview
2437                 when teh headerview's active
2438
2439 2006-02-05 [colin]      2.0.0cvs14
2440
2441         * tools/tbird2syl.py
2442         * tools/Makefile.am
2443                 Add script to import Thunderbird mails
2444
2445 2006-02-05 [colin]      2.0.0cvs13
2446
2447         * src/headerview.c
2448         * src/procheader.c
2449         * src/procmsg.c
2450         * src/procmsg.h
2451         * src/textview.c
2452                 Show Face headers - patch partially by Klaus Flittner
2453
2454 2006-02-05 [colin]      2.0.0cvs12
2455
2456         * src/folderview.c
2457         * src/summaryview.c
2458         * src/common/utils.c
2459         * src/common/utils.h
2460                 Let dnd work from mime icons to summaryview
2461                 and to folderview too
2462                 Add a crude test to avoid trying to add files
2463                 drag'n'dropped when they're not mails
2464
2465 2006-02-04 [colin]      2.0.0cvs11
2466
2467         * src/summaryview.c
2468         * src/mimeview.c
2469                 Fix utf8 conversion
2470
2471 2006-02-04 [colin]      2.0.0cvs10
2472
2473         * src/compose.c
2474         * src/folderview.c
2475         * src/mimeview.c
2476         * src/summaryview.c
2477         * src/summaryview.h
2478                 Added various drag and drop capas:
2479                 From                    To
2480                 summaryview             other apps
2481                 mimeview icons          other apps
2482                 other apps              summaryview
2483                 other apps              folderview
2484
2485                 This shouldn't have broken the existing:
2486                 From                    To
2487                 summaryview             folderview
2488                 folderview              folderview
2489                 summaryview             compose's attachments
2490
2491         Tests welcomed.
2492
2493 2006-02-02 [paul]       2.0.0cvs9
2494
2495         * src/mainwindow.c
2496                 move global option 'Set displayed columns...' out
2497                 of folder option grouping.
2498                 fix sensitivity of 'harvest addresses'
2499         FOR_STABLE
2500
2501 2006-02-01 [colin]      2.0.0cvs8
2502
2503         * src/mimeview.c
2504                 Revert the alertpanel patch, it sucks (intrusive
2505                 and gets in the way of "open")
2506
2507 2006-02-01 [colin]      2.0.0cvs7
2508
2509         * src/compose.c
2510         * src/prefs_account.c
2511         * src/prefs_common.c
2512         * src/common/defs.h
2513         * src/common/utils.c
2514         * src/common/utils.h
2515                 Add ability to edit the signature file
2516                 from the account preferences, and use
2517                 a default for the text editor.
2518                 Patch by Fabien Vantard
2519
2520 2006-02-01 [colin]      2.0.0cvs6
2521
2522         * src/mimeview.c
2523                 Try to get mime type by extension if it is
2524                 application/octet-stream
2525                 Display a window with possible choices when
2526                 encountering unknown mime types
2527         * src/gtk/filesel.c
2528         * src/gtk/filesel.h
2529                 Add preview
2530                 Allow multiple selection in filtered filesel
2531                 (patch by Fabien Vantard)
2532         * src/gtk/pluginwindow.c
2533                 Use it (patch by Fabien Vantard)
2534
2535 2006-02-01 [paul]       2.0.0cvs5
2536
2537         * src/jpilot.c
2538                 fix crash on creating jpilot address book
2539                 Thanks to Colin - FOR_STABLE
2540         * src/prefs_summaries.c
2541         * src/prefs_wrapping.c
2542         * src/gtk/icon_legend.c
2543         * src/gtk/quicksearch.c
2544                 string fixes and additions
2545
2546 2006-02-01 [paul]       2.0.0cvs4
2547
2548         * src/compose.c
2549         * src/mainwindow.c
2550         * src/messageview.c
2551         * src/prefs_send.c
2552                 add Arabic encoding option
2553                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2554
2555 2006-01-31 [colin]      2.0.0cvs3
2556
2557         * src/plugins/pgpcore/passphrase.c
2558                 Convert passphrase to locale encoding
2559         * src/compose.c
2560                 Fix drafting on IMAP. Crappy bug sneaked in
2561                 the release :-/
2562         FOR_STABLE
2563
2564 2006-01-30 [paul]       2.0.0cvs2
2565
2566         * src/gtk/icon_legend.c
2567                 show the new entries
2568
2569 2006-01-30 [colin]      2.0.0cvs1
2570
2571         * src/manual.c
2572                 Check for the file to be present before 
2573                 enabling the menu - FOR_STABLE
2574         * src/gtk/icon_legend.c
2575                 Add folders icons (not all of them, there
2576                 are too much, but the most intriguing ones)
2577
2578 2006-01-30 [paul]       2.0.0
2579
2580         version 2.0.0 released
2581
2582 2006-01-30 [paul]       1.9.100cvs200
2583
2584         * manual/faq.xml
2585         * manual/gpl.xml
2586         * manual/intro.xml
2587         * manual/starting.xml
2588         * manual/sylpheed-claws-manual.xml
2589                 fixes, additions
2590
2591 2006-01-29 [mones]      1.9.100cvs199
2592
2593         * manual/account.xml
2594         * manual/advanced.xml
2595         * manual/glossary.xml
2596                 Some typos fixed, added LDIF term to glossary
2597         * po/es.po
2598                 Fixed leading plus symbol
2599
2600 2006-01-29 [paul]       1.9.100cvs198
2601
2602         * po/fi.po
2603         * po/sk.po
2604                 updated by Tommi Pirinen and Andrej Kacian
2605
2606 2006-01-29 [paul]       1.9.100cvs197
2607
2608         * src/gtk/authors.h
2609                 remove duplicates
2610
2611 2006-01-29 [paul]       1.9.100cvs196
2612
2613         * AUTHORS
2614         * po/nl.po
2615         * src/gtk/authors.h
2616         * tools/claws.i18n.status.pl
2617                 nl translation updated by Tim Dijkstra
2618
2619 2006-01-29 [paul]       1.9.100cvs195
2620
2621         * po/sr.po
2622         * po/sv.po
2623                 updated by Aleksandar Urosevic and Anders Troback
2624
2625 2006-01-28 [colin]      1.9.100cvs194
2626
2627         * src/gtk/gtksourceprintjob.c
2628                 Don't fiddle with PangoLayout when we
2629                 have an image
2630
2631 2006-01-28 [paul]       1.9.100cvs193
2632
2633         * AUTHORS
2634         * po/el.po
2635         * po/zh_CN.po
2636         * src/gtk/authors.h
2637         * tools/claws.i18n.status.pl
2638                 updated translations submitted by Stavros Giannouris
2639                 and Ralgh Young
2640
2641 2006-01-27 [colin]      1.9.100cvs192
2642
2643         * src/summaryview.c
2644         * src/gtk/gtksourceprintjob.c
2645                 Add image printing 
2646                 (libgnomeprint only, of course)
2647
2648 2006-01-27 [paul]       1.9.100cvs191
2649
2650         * po/fr.po
2651         * po/it.po
2652                 updated by Fabien Vantard and Andrea Spadaccini
2653
2654 2006-01-26 [colin]      1.9.100cvs190
2655
2656         * manual/Makefile.am
2657         * configure.ac
2658                 Make building the manual optional 
2659                 (--disable-manual)
2660
2661 2006-01-26 [paul]       1.9.100cvs189
2662
2663         * manual/glossary.xml
2664         * manual/plugins.xml
2665                 edited
2666         * po/en_GB.po
2667                 updated
2668
2669 2006-01-26 [paul]       1.9.100cvs188
2670
2671         * src/prefs_display_header.c
2672         * src/prefs_folder_column.c
2673         * src/prefs_msg_colors.c
2674         * src/prefs_summaries.c
2675         * src/prefs_summary_column.c
2676                 HIGify
2677
2678 2006-01-25 [colin]      1.9.100cvs187
2679
2680         * src/imap.c
2681                 Don't allow moving/copying mails between
2682                 queue/drafts and non-queue/drafts folders
2683                 Fixes bug #897 (message header is resetted 
2684                 if one is copied to Drafts)
2685
2686 2006-01-25 [colin]      1.9.100cvs186
2687
2688         * src/folder.c
2689         * src/mainwindow.c
2690                 Fix subscribed folders not found
2691         * src/compose.c
2692                 Don't try to encode as original mail's charset
2693                 if it's ascii 
2694
2695 2006-01-25 [paul]       1.9.100cvs185
2696
2697         * AUTHORS
2698         * po/Makevars
2699                 updated
2700         * po/de.po
2701         * po/pl.po
2702         * po/pt_BR.po
2703         * po/sr.po
2704                 updates submitted by Stephan Sachse, Emilian Nowak
2705                 and Quar, Frederico Goncalves Guimaraes, and
2706                 Aleksandar Urosevic
2707                 Fix Bug 896, 'PT_BR locale broken'.
2708         * src/gtk/authors.h
2709                 updated
2710
2711 2006-01-24 [mones]      1.9.100cvs184
2712
2713         * manual/glossary.xml
2714                 All current terms finished. Reviewers welcome ;-)
2715         * manual/keyboard.xml
2716                 Fixed column width for pdf output.
2717         * po/es.po
2718                 Updated
2719
2720 2006-01-24 [paul]       1.9.100cvs183
2721
2722         * manual/glossary.xml
2723                 fix id name
2724         * manual/dist/html/Makefile.am
2725         * manual/dist/pdf/Makefile.am
2726         * manual/dist/ps/Makefile.am
2727         * manual/dist/txt/Makefile.am
2728                 fix make deps
2729                 Thanks to Colin
2730
2731 2006-01-24 [mones]      1.9.100cvs182
2732
2733         * manual/glossary.xml
2734                 Nearly finished, some terms missing.
2735
2736 2006-01-23 [paul]       1.9.100cvs181
2737
2738         * manual/dist/html/Makefile.am
2739         * manual/dist/pdf/Makefile.am
2740         * manual/dist/ps/Makefile.am
2741         * manual/dist/txt/Makefile.am
2742         * src/mainwindow.c
2743                 re-enable manual
2744                 Thanks to Colin
2745
2746 2006-01-22 [colin]      1.9.100cvs180
2747
2748         * src/compose.c
2749         * src/gtk/gtkaspell.c
2750                 Don't deselect stuff before right-clicking, with aspell.
2751                 (This prevented right-click Copy, for example).
2752                 Thanks to Clo!
2753
2754 2006-01-22 [paul]       1.9.100cvs179
2755
2756         * src/summary_search.c
2757                 don't fix the widget size as it causes problems
2758                 under localisation.
2759                 Thanks to Emilian Nowak
2760
2761 2006-01-21 [paul]       1.9.100cvs178
2762
2763         * src/prefs_themes.c
2764                 fix broken underlining of label text
2765                 with some translations
2766
2767 2006-01-21 [colin]      1.9.100cvs177
2768
2769         * po/fr.po
2770                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
2771
2772 2006-01-20 [colin]      1.9.100cvs176
2773
2774         * configure.ac
2775         * Makefile.am
2776         * manual/Makefile
2777         * manual/dist/html/.cvsignore
2778         * manual/dist/html/Makefile.am
2779         * manual/dist/pdf/.cvsignore
2780         * manual/dist/pdf/Makefile.am
2781         * manual/dist/ps/.cvsignore
2782         * manual/dist/ps/Makefile.am
2783         * manual/dist/txt/.cvsignore
2784         * manual/dist/txt/Makefile.am
2785                 Autotool-ize manual
2786
2787 2006-01-20 [paul]       1.9.100cvs175
2788
2789         * manual/handling.xml
2790                 make Filtering and Searching entries easier to find
2791         * manual/keyboard.xml
2792                 add the remaining default keybinds
2793         * src/prefs_summaries.c
2794                 update the default keybinds
2795
2796 2006-01-20 [paul]       1.9.100cvs174
2797
2798         * src/addressbook.c
2799         * src/addrgather.c
2800         * src/addrharvest.c
2801         * src/editaddress.c
2802         * src/editgroup.c
2803         * src/exphtmldlg.c
2804         * src/expldifdlg.c
2805         * src/exporthtml.c
2806         * src/exportldif.c
2807         * src/ldif.c
2808                 replace 'e-mail' with 'email'
2809         * src/summary_search.c
2810                 add mnemonic to "Find all" button
2811
2812 2006-01-20 [wwp]        1.9.100cvs173
2813
2814         * src/export.c
2815         * src/import.c
2816                 touched mbox import/export buttons for HIG-compliance
2817
2818 2006-01-19 [paul]       1.9.100cvs172
2819
2820         * manual/account.xml
2821         * manual/addrbook.xml
2822         * manual/advanced.xml
2823         * manual/faq.xml
2824         * manual/handling.xml
2825         * manual/intro.xml
2826         * manual/plugins.xml
2827         * manual/starting.xml
2828                 more editing
2829
2830 2006-01-19 [paul]       1.9.100cvs171
2831
2832         * src/toolbar.c
2833                 allow use of trash button while receiving
2834                 Thanks to Colin
2835
2836 2006-01-19 [wwp]        1.9.100cvs170
2837
2838         * src/gtk/quicksearch.c
2839         * src/compose.c
2840                 force text color to black when yellow background is set
2841
2842 2006-01-19 [colin]      1.9.100cvs169
2843
2844         * src/plugins/trayicon/trayicon.c
2845                 Gray out Get Mail when already getting mail
2846
2847 2006-01-18 [paul]       1.9.100cvs168
2848
2849         * src/compose.c
2850                 give widget yellow background was To is
2851                 set via folder prefs
2852         * src/gtk/quicksearch.c
2853                 give widget yellow background when quick
2854                 search is active.
2855                 Thanks to Colin
2856
2857 2006-01-18 [paul]       1.9.100cvs167
2858
2859         * doc/man/sylpheed-claws.1
2860                 add --subscribe option
2861
2862 2006-01-18 [paul]       1.9.100cvs166
2863
2864         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2865         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2866                 use %U instead of %F (%F is broken for user installed
2867                 files in kde 3.5)
2868
2869 2006-01-18 [colin]      1.9.100cvs165
2870
2871         * src/summaryview.c
2872                 Default to Yes in "No more * messages" dialogs
2873
2874 2006-01-17 [colin]      1.9.100cvs164
2875
2876         * src/compose.c
2877                 Possibly fix an invalid iterator causing
2878                 crash
2879
2880 2006-01-17 [colin]      1.9.100cvs163
2881
2882         * src/mimeview.c
2883                 Fix crash when the image disappears under the
2884                 image viewer
2885
2886 2006-01-16 [colin]      1.9.100cvs162
2887
2888         * src/compose.c
2889                 Fix reenabling autowrap
2890
2891 2006-01-16 [colin]      1.9.100cvs161
2892
2893         * src/compose.c
2894                 reset quote_len before getting quote_str
2895
2896 2006-01-16 [colin]      1.9.100cvs160
2897
2898         * src/account.c
2899         * src/account.h
2900         * src/folder.c
2901         * src/imap_gtk.c
2902         * src/mh_gtk.c
2903                 Fix bug #883 (default inbox does not track folder move)
2904
2905 2006-01-16 [colin]      1.9.100cvs159
2906
2907         * src/compose.c
2908         * src/plugins/pgpcore/passphrase.c
2909                 More buttons fixes
2910
2911 2006-01-16 [paul]       1.9.100cvs158
2912
2913         * src/prefs_actions.c
2914         * src/prefs_filtering_action.c
2915         * src/prefs_matcher.c
2916         * src/quote_fmt.c
2917         * src/gtk/description_window.c
2918         * src/gtk/description_window.h
2919         * src/gtk/quicksearch.c
2920                 description window cleanups
2921
2922 2006-01-15 [colin]      1.9.100cvs157
2923
2924         * src/addressbook.c
2925         * src/prefs_filtering.c
2926                 Same here
2927
2928 2006-01-15 [colin]      1.9.100cvs156
2929
2930         * src/folderview.c
2931         * src/mainwindow.c
2932                 Same for "Empty trash"
2933
2934 2006-01-15 [colin]      1.9.100cvs155
2935
2936         * src/inc.c
2937                 Override offline dialog had Yes by default
2938
2939 2006-01-15 [colin]      1.9.100cvs154
2940
2941         * src/summaryview.c
2942                 Delete selected messages? previously had Yes the default
2943
2944 2006-01-15 [colin]      1.9.100cvs153
2945
2946         * src/folder.c
2947         * src/folder.h
2948         * src/main.c
2949                 Check if a mailbox is loaded after all
2950                 plugins are loaded.
2951
2952 2006-01-15 [colin]      1.9.100cvs152
2953
2954         * src/folder.c
2955                 Don't start wizard when there are unloaded folders (will help
2956                 people with only mbox or maildir mailboxes)
2957
2958 2006-01-14 [colin]      1.9.100cvs151
2959
2960         * src/addressbook.c
2961         * src/expldifdlg.c
2962         * src/importldif.c
2963         * src/importmutt.c
2964         * src/importpine.c
2965         * src/mh_gtk.c
2966                 More HIG compliance and fixes
2967
2968 2006-01-14 [colin]      1.9.100cvs150
2969
2970         * src/prefs_filtering_action.c
2971         * src/foldersel.c
2972                 Two forgotten button order changes
2973
2974 2006-01-14 [colin]      1.9.100cvs149
2975
2976         * src/account.c
2977         * src/addressbook.c
2978         * src/compose.c
2979         * src/folderview.c
2980         * src/imap_gtk.c
2981         * src/mainwindow.c
2982         * src/mh_gtk.c
2983         * src/news_gtk.c
2984         * src/prefs_actions.c
2985         * src/prefs_customheader.c
2986         * src/prefs_filtering.c
2987         * src/prefs_matcher.c
2988         * src/prefs_template.c
2989         * src/ssl_manager.c
2990         * src/summaryview.c
2991         * src/textview.c
2992         * src/toolbar.c
2993                 All deletion confirmations are now "Cancel, Delete" 
2994                 instead of "No, Yes"
2995                 Clarified most of the other "No, Yes" to 
2996                 "Cancel, Descriptive_action"
2997                 Rechanged the "Entry not saved" alerts to have 
2998                 "Close, Continue editing"
2999
3000
3001 2006-01-14 [paul]
3002
3003         * 2.0.0-rc4 released
3004
3005 2006-01-14 [paul]       1.9.100cvs148
3006
3007         * src/account.c
3008         * src/addressadd.c
3009         * src/addressbook.c
3010         * src/compose.c
3011         * src/editaddress.c
3012         * src/editbook.c
3013         * src/editgroup.c
3014         * src/editjpilot.c
3015         * src/editldap.c
3016         * src/editvcard.c
3017         * src/exphtmldlg.c
3018         * src/expldifdlg.c
3019         * src/folderview.c
3020         * src/grouplistdialog.c
3021         * src/imap_gtk.c
3022         * src/importmutt.c
3023         * src/importpine.c
3024         * src/inc.c
3025         * src/main.c
3026         * src/mainwindow.c
3027         * src/message_search.c
3028         * src/messageview.c
3029         * src/mh_gtk.c
3030         * src/mimeview.c
3031         * src/news_gtk.c
3032         * src/prefs_actions.c
3033         * src/prefs_customheader.c
3034         * src/prefs_filtering.c
3035         * src/prefs_matcher.c
3036         * src/prefs_template.c
3037         * src/prefs_themes.c
3038         * src/ssl_manager.c
3039         * src/summary_search.c
3040         * src/summaryview.c
3041         * src/textview.c
3042         * src/toolbar.c
3043         * src/gtk/foldersort.c
3044         * src/gtk/gtkaspell.c
3045         * src/gtk/inputdialog.c
3046         * src/gtk/prefswindow.c
3047         * src/plugins/pgpcore/select-keys.c
3048         * src/plugins/trayicon/trayicon.c
3049                 HIG compliant button order
3050
3051 2006-01-14 [mones]      1.9.100cvs147
3052
3053         * po/es.po
3054                 Updated translation
3055
3056 2006-01-13 [paul]       1.9.100cvs146
3057
3058         * AUTHORS
3059         * ChangeLog
3060         * src/gtk/authors.h
3061                 add Joshua M. Kwan to contributors list
3062
3063 2006-01-13 [colin]      1.9.100cvs145
3064
3065         * src/gtk/quicksearch.c
3066                 Don't refocus quick search after executing (Esc or Enter)
3067                 Allows to '/'search something then move up/down in 
3068                 summaryview, and to Esc a search and be back in the 
3069                 summaryview
3070
3071 2006-01-13 [paul]       1.9.100cvs144
3072
3073         * src/plugins/pgpinline/pgpinline.c
3074                 support Content-Type 'application/pgp'
3075                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3076
3077 2006-01-13 [paul]       1.9.100cvs143
3078
3079         * manual/account.xml
3080                 make mention of partial retrieval
3081                 thanks to Colin
3082
3083 2006-01-13 [paul]       1.9.100cvs142
3084
3085         * src/account.c
3086         * src/account.h
3087         * src/action.c
3088         * src/action.h
3089         * src/adbookbase.h
3090         * src/addr_compl.c
3091         * src/addr_compl.h
3092         * src/addrbook.c
3093         * src/addrcache.c
3094         * src/addrcache.h
3095         * src/addrcindex.c
3096         * src/addrcindex.h
3097         * src/addrclip.c
3098         * src/addrclip.h
3099         * src/addrdefs.h
3100         * src/addressadd.c
3101         * src/addressadd.h
3102         * src/addressbook.c
3103         * src/addressbook.h
3104         * src/addrgather.c
3105         * src/addrgather.h
3106         * src/addrharvest.c
3107         * src/addrharvest.h
3108         * src/addrindex.c
3109         * src/addrindex.h
3110         * src/addritem.c
3111         * src/addritem.h
3112         * src/addrquery.c
3113         * src/addrquery.h
3114         * src/addrselect.c
3115         * src/addrselect.h
3116         * src/alertpanel.c
3117         * src/alertpanel.h
3118         * src/browseldap.c
3119         * src/browseldap.h
3120         * src/codeconv.c
3121         * src/codeconv.h
3122         * src/compose.c
3123         * src/compose.h
3124         * src/customheader.c
3125         * src/customheader.h
3126         * src/displayheader.c
3127         * src/displayheader.h
3128         * src/editaddress.c
3129         * src/editaddress.h
3130         * src/editbook.c
3131         * src/editbook.h
3132         * src/editgroup.c
3133         * src/editgroup.h
3134         * src/editjpilot.c
3135         * src/editjpilot.h
3136         * src/editldap.c
3137         * src/editldap.h
3138         * src/editldap_basedn.c
3139         * src/editldap_basedn.h
3140         * src/editvcard.c
3141         * src/editvcard.h
3142         * src/exphtmldlg.c
3143         * src/exphtmldlg.h
3144         * src/expldifdlg.c
3145         * src/expldifdlg.h
3146         * src/export.h
3147         * src/exporthtml.c
3148         * src/exporthtml.h
3149         * src/exportldif.c
3150         * src/exportldif.h
3151         * src/filtering.c
3152         * src/filtering.h
3153         * src/folder.c
3154         * src/folder.h
3155         * src/folder_item_prefs.c
3156         * src/folder_item_prefs.h
3157         * src/foldersel.c
3158         * src/foldersel.h
3159         * src/folderutils.c
3160         * src/folderutils.h
3161         * src/folderview.c
3162         * src/folderview.h
3163         * src/grouplistdialog.c
3164         * src/grouplistdialog.h
3165         * src/headerview.c
3166         * src/html.c
3167         * src/html.h
3168         * src/image_viewer.c
3169         * src/image_viewer.h
3170         * src/imap.c
3171         * src/imap.h
3172         * src/imap_gtk.c
3173         * src/imap_gtk.h
3174         * src/import.h
3175         * src/importldif.c
3176         * src/importldif.h
3177         * src/importmutt.c
3178         * src/importmutt.h
3179         * src/importpine.c
3180         * src/importpine.h
3181         * src/inc.c
3182         * src/inc.h
3183         * src/jpilot.c
3184         * src/jpilot.h
3185         * src/ldapctrl.c
3186         * src/ldapctrl.h
3187         * src/ldaplocate.c
3188         * src/ldaplocate.h
3189         * src/ldapquery.c
3190         * src/ldapquery.h
3191         * src/ldapserver.c
3192         * src/ldapserver.h
3193         * src/ldaputil.c
3194         * src/ldaputil.h
3195         * src/ldif.c
3196         * src/ldif.h
3197         * src/main.c
3198         * src/main.h
3199         * src/mainwindow.c
3200         * src/mainwindow.h
3201         * src/manual.c
3202         * src/manual.h
3203         * src/mbox.c
3204         * src/mbox.h
3205         * src/message_search.c
3206         * src/message_search.h
3207         * src/messageview.c
3208         * src/messageview.h
3209         * src/mh.c
3210         * src/mh.h
3211         * src/mh_gtk.c
3212         * src/mh_gtk.h
3213         * src/mimeview.c
3214         * src/mimeview.h
3215         * src/msgcache.c
3216         * src/msgcache.h
3217         * src/mutt.c
3218         * src/mutt.h
3219         * src/news.c
3220         * src/news.h
3221         * src/news_gtk.c
3222         * src/news_gtk.h
3223         * src/partial_download.c
3224         * src/partial_download.h
3225         * src/pine.c
3226         * src/pine.h
3227         * src/pop.c
3228         * src/pop.h
3229         * src/prefs_account.c
3230         * src/prefs_account.h
3231         * src/prefs_actions.c
3232         * src/prefs_actions.h
3233         * src/prefs_common.c
3234         * src/prefs_common.h
3235         * src/prefs_compose_writing.c
3236         * src/prefs_compose_writing.h
3237         * src/prefs_customheader.c
3238         * src/prefs_customheader.h
3239         * src/prefs_display_header.c
3240         * src/prefs_display_header.h
3241         * src/prefs_filtering.c
3242         * src/prefs_filtering.h
3243         * src/prefs_filtering_action.c
3244         * src/prefs_filtering_action.h
3245         * src/prefs_folder_column.c
3246         * src/prefs_folder_column.h
3247         * src/prefs_folder_item.c
3248         * src/prefs_folder_item.h
3249         * src/prefs_fonts.c
3250         * src/prefs_fonts.h
3251         * src/prefs_gtk.c
3252         * src/prefs_gtk.h
3253         * src/prefs_image_viewer.c
3254         * src/prefs_image_viewer.h
3255         * src/prefs_matcher.c
3256         * src/prefs_matcher.h
3257         * src/prefs_message.c
3258         * src/prefs_msg_colors.c
3259         * src/prefs_msg_colors.h
3260         * src/prefs_other.c
3261         * src/prefs_quote.c
3262         * src/prefs_receive.c
3263         * src/prefs_send.c
3264         * src/prefs_spelling.c
3265         * src/prefs_spelling.h
3266         * src/prefs_summaries.c
3267         * src/prefs_summaries.h
3268         * src/prefs_summary_column.c
3269         * src/prefs_summary_column.h
3270         * src/prefs_template.c
3271         * src/prefs_template.h
3272         * src/prefs_themes.c
3273         * src/prefs_themes.h
3274         * src/prefs_toolbar.c
3275         * src/prefs_toolbar.h
3276         * src/prefs_wrapping.c
3277         * src/prefs_wrapping.h
3278         * src/privacy.c
3279         * src/privacy.h
3280         * src/procheader.c
3281         * src/procheader.h
3282         * src/procmime.c
3283         * src/procmime.h
3284         * src/procmsg.c
3285         * src/procmsg.h
3286         * src/quote_fmt.c
3287         * src/quote_fmt_parse.y
3288         * src/recv.c
3289         * src/recv.h
3290         * src/remotefolder.c
3291         * src/remotefolder.h
3292         * src/send_message.c
3293         * src/send_message.h
3294         * src/setup.c
3295         * src/setup.h
3296         * src/sourcewindow.c
3297         * src/sourcewindow.h
3298         * src/ssl_manager.c
3299         * src/ssl_manager.h
3300         * src/statusbar.c
3301         * src/statusbar.h
3302         * src/stock_pixmap.c
3303         * src/stock_pixmap.h
3304         * src/summary_search.c
3305         * src/summary_search.h
3306         * src/summaryview.c
3307         * src/summaryview.h
3308         * src/syldap.c
3309         * src/syldap.h
3310         * src/textview.c
3311         * src/textview.h
3312         * src/toolbar.c
3313         * src/toolbar.h
3314         * src/undo.c
3315         * src/undo.h
3316         * src/unmime.c
3317         * src/unmime.h
3318         * src/vcard.c
3319         * src/vcard.h
3320         * src/wizard.c
3321         * src/wizard.h
3322         * src/common/base64.c
3323         * src/common/base64.h
3324         * src/common/defs.h
3325         * src/common/hooks.c
3326         * src/common/hooks.h
3327         * src/common/log.c
3328         * src/common/log.h
3329         * src/common/mgutils.c
3330         * src/common/mgutils.h
3331         * src/common/nntp.c
3332         * src/common/nntp.h
3333         * src/common/passcrypt.c
3334         * src/common/passcrypt.h.in
3335         * src/common/plugin.c
3336         * src/common/plugin.h
3337         * src/common/prefs.c
3338         * src/common/prefs.h
3339         * src/common/progressindicator.c
3340         * src/common/progressindicator.h
3341         * src/common/quoted-printable.c
3342         * src/common/quoted-printable.h
3343         * src/common/session.c
3344         * src/common/session.h
3345         * src/common/smtp.c
3346         * src/common/smtp.h
3347         * src/common/socket.c
3348         * src/common/socket.h
3349         * src/common/ssl.c
3350         * src/common/ssl.h
3351         * src/common/ssl_certificate.c
3352         * src/common/ssl_certificate.h
3353         * src/common/stringtable.c
3354         * src/common/stringtable.h
3355         * src/common/sylpheed.c
3356         * src/common/sylpheed.h
3357         * src/common/template.c
3358         * src/common/template.h
3359         * src/common/timing.h
3360         * src/common/utils.c
3361         * src/common/utils.h
3362         * src/common/version.h.in
3363         * src/common/xml.c
3364         * src/common/xml.h
3365         * src/common/xmlprops.c
3366         * src/common/xmlprops.h
3367         * src/gtk/colorlabel.c
3368         * src/gtk/colorsel.c
3369         * src/gtk/colorsel.h
3370         * src/gtk/description_window.c
3371         * src/gtk/description_window.h
3372         * src/gtk/filesel.c
3373         * src/gtk/filesel.h
3374         * src/gtk/foldersort.c
3375         * src/gtk/foldersort.h
3376         * src/gtk/gtkutils.c
3377         * src/gtk/gtkutils.h
3378         * src/gtk/inputdialog.c
3379         * src/gtk/inputdialog.h
3380         * src/gtk/logwindow.c
3381         * src/gtk/logwindow.h
3382         * src/gtk/manage_window.c
3383         * src/gtk/manage_window.h
3384         * src/gtk/menu.c
3385         * src/gtk/menu.h
3386         * src/gtk/pluginwindow.c
3387         * src/gtk/pluginwindow.h
3388         * src/gtk/prefswindow.c
3389         * src/gtk/prefswindow.h
3390         * src/gtk/progressdialog.c
3391         * src/gtk/progressdialog.h
3392         * src/gtk/sslcertwindow.c
3393         * src/gtk/sslcertwindow.h
3394         * src/plugins/clamav/clamav_plugin.c
3395         * src/plugins/clamav/clamav_plugin.h
3396         * src/plugins/clamav/clamav_plugin_gtk.c
3397         * src/plugins/demo/demo.c
3398         * src/plugins/dillo_viewer/dillo_prefs.c
3399         * src/plugins/dillo_viewer/dillo_prefs.h
3400         * src/plugins/dillo_viewer/dillo_viewer.c
3401         * src/plugins/pgpcore/passphrase.c
3402         * src/plugins/pgpcore/passphrase.h
3403         * src/plugins/pgpcore/plugin.c
3404         * src/plugins/pgpcore/select-keys.c
3405         * src/plugins/pgpcore/select-keys.h
3406         * src/plugins/pgpcore/sgpgme.c
3407         * src/plugins/pgpcore/sgpgme.h
3408         * src/plugins/pgpinline/pgpinline.c
3409         * src/plugins/pgpinline/pgpinline.h
3410         * src/plugins/pgpinline/plugin.c
3411         * src/plugins/pgpmime/pgpmime.c
3412         * src/plugins/pgpmime/pgpmime.h
3413         * src/plugins/pgpmime/plugin.c
3414         * src/plugins/spamassassin/spamassassin.c
3415         * src/plugins/spamassassin/spamassassin.h
3416         * src/plugins/spamassassin/spamassassin_gtk.c
3417         * src/plugins/trayicon/trayicon.c
3418                 update copyright header
3419
3420 2006-01-13 [paul]       1.9.100cvs141
3421
3422         * src/account.c
3423         * src/export.c
3424         * src/import.c
3425         * src/mainwindow.c
3426         * src/prefs_account.c
3427         * src/prefs_display_header.c
3428         * src/prefs_receive.c
3429         * src/prefs_send.c
3430         * src/prefs_summaries.c
3431         * src/prefs_themes.c
3432         * src/prefs_toolbar.c
3433         * src/gtk/about.c
3434                 various cleanups
3435
3436 2006-01-12 [colin]      1.9.100cvs140
3437
3438         * src/folder.c
3439         * src/folder.h
3440         * src/main.c
3441                 Add --subscribe option
3442                 Let sylpheed-claws email@domain.com equivalent to --compose
3443                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3444
3445 2006-01-12 [paul]       1.9.100cvs139
3446
3447         * src/mainwindow.c
3448                 append 'Change folder order' label with '...'
3449         * src/prefs_actions.c
3450                 allow reordering of actions list by dnd
3451         * src/gtk/foldersort.c
3452                 make the dialog nicer
3453
3454 2006-01-11 [colin]      1.9.100cvs138
3455
3456         * src/compose.c
3457                 Allow templates without text
3458
3459 2006-01-11 [paul]       1.9.100cvs137
3460
3461         * tools/README
3462         * tools/filter_conv_new.pl
3463                 add info to README
3464                 also check .sylpheed for filter.xml
3465                 be a bit informative to the user
3466
3467 2006-01-11 [colin]      1.9.100cvs136
3468
3469         * src/textview.c
3470                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3471
3472 2006-01-10 [paul]       1.9.100cvs135
3473
3474         * tools/Makefile.am
3475         * tools/filter_conv_new.pl
3476                 add script to convert new style Sylpheed
3477                 filter rules (Sylpheed >= 0.9.99) to
3478                 Claws filtering rules
3479
3480 2006-01-10 [colin]      1.9.100cvs134
3481
3482         * src/compose.c
3483                 Fix broken line joins in certain conditions
3484                 (between two quoted lines: <enter><enter><up>
3485                  <type a wrapped sentence><go in the first line>
3486                  <insert more text><watch as line joining failed>)
3487
3488 2006-01-10 [paul]       1.9.100cvs133
3489
3490         * src/compose.c
3491                 don't report success in error dialog
3492                 thanks to Colin
3493         * src/common/utils.c
3494                 include some trailing punctuations as URI
3495                 thanks to Hiro
3496
3497 2006-01-10 [paul]       1.9.100cvs132
3498
3499         * src/mimeview.c
3500                 fix incompatible pointer type
3501                 warning
3502
3503 2006-01-10 [paul]       1.9.100cvs131
3504
3505         * src/compose.c
3506                 change Subject in window title
3507                 instantaneously
3508
3509 2006-01-09 [colin]      1.9.100cvs130
3510
3511         * src/addressbook.c
3512         * src/headerview.c
3513         * src/mainwindow.c
3514         * src/messageview.c
3515         * src/mimeview.c
3516         * src/noticeview.c
3517         * src/summaryview.c
3518                 Fix possible crashes on exit and in addressbook
3519
3520 2006-01-09 [paul]       1.9.100cvs129
3521
3522         * src/prefs_msg_colors.c
3523                 some cleanups that I forgot last time
3524
3525 2006-01-09 [paul]       1.9.100cvs128
3526
3527         * README
3528         * src/folderview.c
3529         * src/prefs_msg_colors.c
3530                 add previously hidden option, color_new, to
3531                 the gui
3532                 move the page to Display/
3533                 rework the gui
3534
3535 2006-01-09 [wwp]        1.9.100cvs127
3536
3537         * src/prefs_themes.c
3538                 made the prefs/display/themes layouts spacing less condensed
3539                 (and so they match other prefs/pages' look).
3540
3541 2006-01-09 [paul]       1.9.100cvs126
3542
3543         * src/compose.c
3544         * src/prefs_common.c
3545         * src/prefs_common.h
3546         * src/prefs_wrapping.c
3547                 remove 'wrap at send' option
3548
3549 2006-01-06 [colin]      1.9.100cvs125
3550
3551         * src/compose.c
3552                 Just make completely sure we don't insert "manual line breaks" 
3553                 when wrapping... 
3554
3555 2006-01-04 [paul]
3556
3557         * 2.0.0-rc3 released
3558
3559 2006-01-04 [paul]       1.9.100cvs124
3560
3561         * src/folderview.c
3562                 fix bug 882, 'quick scroll in folder list
3563                 displays wrong folder contents'
3564
3565 2006-01-04 [paul]       1.9.100cvs123
3566
3567         * src/plugins/pgpmime/pgpmime.c
3568                 better debug information when signing
3569                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3570
3571 2006-01-03 [colin]      1.9.100cvs122
3572
3573         * configure.ac
3574                 We need to recheck for gpgme 1.0.0 after checking
3575                 for 1.1.1, because if 1.1.1 isn't available, 
3576                 GPGME_LIBS and friends are blanked out by the 
3577                 second check.
3578
3579 2006-01-03 [colin]      1.9.100cvs121
3580
3581         * src/common/prefs.c
3582                 Windows unlink-before rename fix
3583         * src/plugins/pgpcore/sgpgme.c
3584                 Add support for PKA info if available
3585                 Both patches by Werner Koch
3586
3587 2006-01-03 [paul]       1.9.100cvs120
3588
3589         * src/messageview.c
3590                 fix bug 884, 'Send receipt' button visible in queue
3591                 Thanks to Colin
3592
3593 2006-01-02 [colin]      1.9.100cvs119
3594
3595         * src/compose.c
3596         * src/imap.c
3597                 Fix autosave on IMAP and more generally try to
3598                 return the correct ID on a newly added IMAP message
3599
3600 2006-01-02 [paul]       1.9.100cvs118
3601
3602         * manual/keyboard.xml
3603                 edited
3604
3605 2006-01-01 [paul]       1.9.100cvs117
3606
3607         * src/gtk/authors.h
3608                 alphabetical order
3609
3610 2005-12-30 [colin]      1.9.100cvs116
3611
3612         * manual/advanced.xml
3613                 Explain Pre/Post-processing differences.
3614
3615 2005-12-30 [colin]      1.9.100cvs115
3616
3617         * src/mh.c
3618                 Implement copy_msgs for a little optimization
3619         * src/imap.c
3620                 Finish yesterday's fix
3621
3622 2005-12-29 [colin]      1.9.100cvs114
3623
3624         * src/imap.c
3625                 Fix occasional failure in fetching a mail over
3626                 IMAP
3627
3628 2005-12-29 [colin]      1.9.100cvs113
3629
3630         * src/compose.c
3631                 Don't remove a draft when sending it, if it is 
3632                 locked.
3633
3634 2005-12-28 [colin]      1.9.100cvs112
3635
3636         * src/summaryview.c
3637                 Fix leak for real
3638
3639 2005-12-28 [wwp]        1.9.100cvs111
3640
3641         * doc/faq/.cvsignore
3642         * doc/faq/de/.cvsignore
3643         * doc/faq/en/.cvsignore
3644         * doc/faq/es/.cvsignore
3645         * doc/faq/fr/.cvsignore
3646         * doc/faq/it/.cvsignore
3647         * doc/manual/.cvsignore
3648         * doc/manual/de/.cvsignore
3649         * doc/manual/en/.cvsignore
3650         * doc/manual/es/.cvsignore
3651         * doc/manual/fr/.cvsignore
3652         * doc/manual/ja/.cvsignore
3653         * src/plugins/mathml_viewer/.cvsignore
3654                 rollback revival of those files (my bad, sorry for the noise).
3655
3656 2005-12-28 [wwp]        1.9.100cvs110
3657
3658         * src/compose.c
3659                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
3660
3661 2005-12-28 [wwp]        1.9.100cvs109
3662
3663         * doc/faq/.cvsignore
3664         * doc/faq/de/.cvsignore
3665         * doc/faq/en/.cvsignore
3666         * doc/faq/es/.cvsignore
3667         * doc/faq/fr/.cvsignore
3668         * doc/faq/it/.cvsignore
3669         * doc/manual/.cvsignore
3670         * doc/manual/de/.cvsignore
3671         * doc/manual/en/.cvsignore
3672         * doc/manual/es/.cvsignore
3673         * doc/manual/fr/.cvsignore
3674         * doc/manual/ja/.cvsignore
3675         * src/plugins/mathml_viewer/.cvsignore
3676         * po/.cvsignore
3677                 more files to ignore.
3678
3679 2005-12-24 [colin]      1.9.100cvs108
3680
3681         * AUTHORS
3682         * src/gtk/authors.h
3683                 Update for Werner
3684
3685 2005-12-24 [colin]      1.9.100cvs107
3686
3687         * src/procmsg.c
3688                 Allow NULL src_msginfo in 
3689                 procmsg_msginfo_new_from_mimeinfo
3690
3691 2005-12-23 [paul]       1.9.100cvs106
3692
3693         * src/plugins/pgpinline/mypgpcore.def
3694                 add this forgotten file
3695
3696 2005-12-23 [colin]      1.9.100cvs105
3697
3698         * src/mainwindow.c
3699                 Fix missing break
3700
3701 2005-12-23 [colin]      1.9.100cvs104
3702
3703         * autogen.sh
3704         * src/folder.c
3705         * src/mh.c
3706         * src/common/plugin.c
3707         * src/common/socket.c
3708         * src/common/socket.h
3709         * src/common/utils.c
3710         * src/common/utils.h
3711         * src/gtk/pluginwindow.c
3712         * src/plugins/pgpcore/plugin.def
3713         * src/plugins/pgpcore/sylpheed.def
3714         * src/plugins/pgpinline/Makefile.am
3715         * src/plugins/pgpinline/plugin.def
3716         * src/plugins/pgpinline/sylpheed.def
3717         * src/plugins/pgpmime/plugin.def
3718         * src/plugins/pgpmime/sylpheed.def
3719                 Various w32 fixes by Werner Koch
3720
3721 2005-12-22 [paul]       1.9.100cvs103
3722
3723         * src/wizard.c
3724                 don't offer IMAP as 'server type' if
3725                 libetpan isn't built in
3726
3727 2005-12-22 [paul]       1.9.100cvs102
3728
3729         * AUTHORS
3730         * src/mainwindow.c
3731         * src/mainwindow.h
3732         * src/toolbar.c
3733         * src/gtk/authors.h
3734                 support GTK_TOOLBAR_BOTH_HORIZ (text
3735                 next to icon) Patch by Marien Zwart
3736                 marienz@users.sf.net
3737                 Also reword the text
3738
3739 2005-12-21 [colin]      1.9.100cvs101
3740
3741         * configure.ac
3742                 Fix DATADIRNAME
3743         * COPYING
3744                 Fix missing section and explicit the exception better
3745         * src/compose.c
3746                 Prevent mail from being lost without notice when an
3747                 SMTP error happens on trying to send an unmodified
3748                 drafted mail.
3749         * src/send_message.c
3750         * src/common/smtp.c
3751                 Fix password remembering when wrong, and add return
3752                 value checks where they should have been
3753         * src/plugins/pgpcore/sylpheed.def
3754         * src/plugins/pgpinline/sylpheed.def
3755         * src/plugins/pgpmime/sylpheed.def
3756                 Add a few symbols needed
3757
3758 2005-12-21 [paul]       1.9.100cvs100
3759
3760         * m4/codeset.m4
3761         * m4/glibc21.m4
3762         * m4/intdiv0.m4
3763         * m4/inttypes-pri.m4
3764         * m4/inttypes.m4
3765         * m4/inttypes_h.m4
3766         * m4/isc-posix.m4
3767         * m4/lcmessage.m4
3768         * m4/stdint_h.m4
3769         * m4/uintmax_t.m4
3770                 gettextization
3771                 thanks to Colin
3772
3773 2005-12-21 [paul]       1.9.100cvs99
3774
3775         * po/sv.po
3776                 fixed by Colin
3777
3778 2005-12-20 [paul]       1.9.100cvs98
3779
3780         * po/sv.po
3781                 updated by Anders Trobäck
3782
3783 2005-12-20 [colin]      1.9.100cvs97
3784
3785         * ABOUT-NLS
3786         * Makefile.am
3787         * autogen.sh
3788         * configure.ac
3789         * config/config.rpath
3790         * config/mkinstalldirs
3791         * m4/Makefile.am
3792         * m4/glibc2.m4
3793         * m4/gnupg.m4
3794         * m4/gpgme.m4
3795         * m4/intmax.m4
3796         * m4/longdouble.m4
3797         * m4/longlong.m4
3798         * m4/printf-posix.m4
3799         * m4/signed.m4
3800         * m4/size_max.m4
3801         * m4/ulonglong.m4
3802         * m4/wchar_t.m4
3803         * m4/wint_t.m4
3804         * m4/xsize.m4
3805         * po/Makefile.in.in
3806         * po/Makevars
3807         * po/bg.po
3808         * po/ca.po
3809         * po/cs.po
3810         * po/de.po
3811         * po/el.po
3812         * po/en_GB.po
3813         * po/es.po
3814         * po/fi.po
3815         * po/fr.po
3816         * po/hr.po
3817         * po/hu.po
3818         * po/it.po
3819         * po/ja.po
3820         * po/ko.po
3821         * po/nb.po
3822         * po/nl.po
3823         * po/pl.po
3824         * po/pt_BR.po
3825         * po/ru.po
3826         * po/sk.po
3827         * po/sr.po
3828         * po/stamp-po
3829         * po/sv.po
3830         * po/zh_CN.po
3831         * po/zh_TW.po
3832         * src/Makefile.am
3833         * src/codeconv.c
3834         * src/compose.c
3835         * src/exporthtml.c
3836         * src/exportldif.c
3837         * src/folder.c
3838         * src/main.c
3839         * src/manual.c
3840         * src/mh.c
3841         * src/mimeview.c
3842         * src/send_message.c
3843         * src/common/Makefile.am
3844         * src/common/fnmatch.c
3845         * src/common/fnmatch.h
3846         * src/common/fnmatch_loop.c
3847         * src/common/nntp.c
3848         * src/common/plugin.c
3849         * src/common/smtp.c
3850         * src/common/socket.c
3851         * src/common/string_match.c
3852         * src/common/sylpheed.c
3853         * src/common/utils.c
3854         * src/common/utils.h
3855         * src/common/w32_dirent.c
3856         * src/common/w32_reg.c
3857         * src/common/w32_signal.c
3858         * src/common/w32_stat.c
3859         * src/common/w32_stdio.c
3860         * src/common/w32_stdlib.c
3861         * src/common/w32_string.c
3862         * src/common/w32_time.c
3863         * src/common/w32_unistd.c
3864         * src/common/w32_wait.c
3865         * src/common/w32lib.h
3866         * src/etpan/Makefile.am
3867         * src/gtk/Makefile.am
3868         * src/plugins/clamav/Makefile.am
3869         * src/plugins/demo/Makefile.am
3870         * src/plugins/dillo_viewer/Makefile.am
3871         * src/plugins/pgpcore/Makefile.am
3872         * src/plugins/pgpcore/passphrase.c
3873         * src/plugins/pgpcore/plugin.def
3874         * src/plugins/pgpcore/sgpgme.c
3875         * src/plugins/pgpcore/sylpheed.def
3876         * src/plugins/pgpcore/version.rc
3877         * src/plugins/pgpinline/Makefile.am
3878         * src/plugins/pgpinline/plugin.def
3879         * src/plugins/pgpinline/sylpheed.def
3880         * src/plugins/pgpinline/version.rc
3881         * src/plugins/pgpmime/Makefile.am
3882         * src/plugins/pgpmime/mypgpcore.def
3883         * src/plugins/pgpmime/plugin.def
3884         * src/plugins/pgpmime/sylpheed.def
3885         * src/plugins/pgpmime/version.rc
3886         * src/plugins/spamassassin/Makefile.am
3887                 Very little ;-) patch from Werner Koch, providing
3888                 infrastructure for cross-compiling to Win32
3889
3890 2005-12-20 [paul]       1.9.100cvs96
3891
3892         * src/account.c
3893         * src/account.h
3894         * src/mainwindow.c
3895         * src/mainwindow.h
3896         * src/toolbar.c
3897         * src/toolbar.h
3898                 add a combo to the Get All button, allowing
3899                 quick retrieval from any account
3900                 Patch by Fabien Vantard, slightly modified
3901                 by Colin
3902         * src/gtk/about.c
3903                 i18n fix. Patch by Fabien Vantard
3904
3905 2005-12-19 [colin]      1.9.100cvs95
3906
3907         * src/compose.c
3908         * src/compose.h
3909                 Don't automatically join lines when they've 
3910                 been separated by the user and not automatically
3911
3912 2005-12-19 [paul]       1.9.100cvs94
3913
3914         * src/gtk/pluginwindow.c
3915                 i18n fix.
3916                 Patch by Fabien Vantard
3917
3918 2005-12-15 [paul]       1.9.100cvs93
3919
3920         * src/common/plugin.c
3921         * src/common/plugin.h
3922         * src/gtk/pluginwindow.c
3923         * src/plugins/clamav/clamav_plugin.c
3924         * src/plugins/demo/demo.c
3925         * src/plugins/dillo_viewer/dillo_viewer.c
3926         * src/plugins/pgpcore/plugin.c
3927         * src/plugins/pgpinline/plugin.c
3928         * src/plugins/pgpmime/plugin.c
3929         * src/plugins/spamassassin/spamassassin.c
3930         * src/plugins/trayicon/trayicon.c
3931                 add plugin_version()
3932
3933 2005-12-15 [colin]      1.9.100cvs92
3934
3935         * src/compose.c
3936                 Further fix bug #875
3937
3938 2005-12-15 [paul]       1.9.100cvs91
3939
3940         * src/gtk/filesel.c
3941                 fix attach_load_dir getting set to
3942                 PLUGINDIR on plugin load
3943
3944 2005-12-14 [mones]      1.9.100cvs90
3945
3946         * manual/ack.xml
3947         * manual/keyboard.xml
3948                 Initial draft and some shortcuts added
3949                 
3950         * po/es.po
3951                 Updated translation
3952
3953 2005-12-14 [colin]      1.9.100cvs89
3954
3955         * src/compose.c
3956         * src/imap.c
3957         * src/summaryview.c
3958         * src/gtk/gtkaspell.c
3959                 More leaks fixed
3960         * src/prefs_folder_item.c
3961                 Fix recursive prefs apply
3962
3963
3964 2005-12-14 [colin]      1.9.100cvs88
3965
3966         * src/compose.c
3967                 Fix bug #875 (Freeze On Inline Forward of 
3968                 Large Message)
3969
3970 2005-12-13 [colin]      1.9.100cvs87
3971
3972         * src/compose.c
3973                 Uniq-ify and sort the mimetypes list
3974                 Patch by Fabien Vantard
3975
3976 2005-12-13 [colin]      1.9.100cvs86
3977
3978         * src/imap.c
3979         * src/etpan/imap-thread.c
3980                 Fix leaks (patch by Hoa)
3981         * src/news.c
3982         * src/common/plugin.c
3983                 Fix leaks
3984
3985 2005-12-12 [colin]
3986
3987         * 2.0.0-rc2 released
3988
3989 2005-12-12 [colin]      1.9.100cvs85
3990
3991         * src/matcher.c
3992                 Fix a leak
3993
3994 2005-12-12 [wwp]        1.9.100cvs84
3995
3996         * src/gtk/icon_legend.c
3997                 fix misbehaviour and crash when closing the legend window
3998         using the Esc key (patch by Fabien Vantard).
3999
4000 2005-12-12 [paul]       1.9.100cvs83
4001
4002         * src/browseldap.c
4003         * src/foldersel.c
4004         * src/prefs_actions.c
4005         * src/prefs_filtering.c
4006         * src/prefs_matcher.c
4007         * src/prefs_spelling.glade      ** REMOVED **
4008         * src/prefs_template.c
4009         * src/gtk/foldersort.glade      ** REMOVED **
4010         * src/gtk/pluginwindow.c
4011         * src/gtk/pluginwindow.glade    ** REMOVED **
4012         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4013                 cleanups
4014
4015 2005-12-11 [paul]       1.9.100cvs82
4016
4017         * src/gtk/filesel.c
4018                 fix attach_load_dir crasher (double free)
4019
4020 2005-12-09 [paul]       1.9.100cvs81
4021
4022         * po/POTFILES.in
4023         * src/mainwindow.c
4024         * src/gtk/Makefile.am
4025         * src/gtk/icon_legend.c
4026         * src/gtk/icon_legend.h
4027                 add icon legend
4028         * src/manual.c
4029                 cleanup
4030
4031 2005-12-09 [paul]       1.9.100cvs80
4032
4033         * src/plugins/pgpcore/passphrase.c
4034                 wrap the label in the dialog
4035
4036 2005-12-09 [colin]      1.9.100cvs79
4037
4038         * src/plugins/pgpcore/sgpgme.c
4039                 Display (untrusted) on not trusted signatures
4040                 Patch by Michal Èihaø <michal@cihar.com>
4041                 Closes bug #867 (Report also key trust)
4042
4043 2005-12-09 [colin]      1.9.100cvs78
4044
4045         * src/common/plugin.c
4046                 Update licence check, following Eben Moglen's advice
4047
4048 2005-12-08 [colin]      1.9.100cvs77
4049
4050         * src/folder.c
4051                 Fix the occasionnal item->cache != NULL 
4052                 assertion failure. 
4053
4054 2005-12-08 [colin]      1.9.100cvs76
4055
4056         * src/mimeview.c
4057         * src/plugins/pgpcore/sgpgme.c
4058                 Print key id when unable to check it
4059                 Closes bug #866 (Show key id when missing)
4060
4061 2005-12-08 [paul]       1.9.100cvs75
4062
4063         * src/prefs_common.c
4064         * src/prefs_common.h
4065         * src/gtk/filesel.c
4066                 remember load attachment dir
4067
4068 2005-12-07 [colin]      1.9.100cvs74
4069
4070         * src/prefs_toolbar.c
4071                 Gtk fixes, patch by Fabien Vantard
4072
4073 2005-12-07 [colin]      1.9.100cvs73
4074
4075         * src/action.c
4076         * src/compose.c
4077         * src/compose.h
4078                 Fix bug #839 (Quoted text isn't colored after 
4079                 executing an action)
4080         * src/common/plugin.c
4081                 Require plugins to declare their licence in plugin_licence()
4082                 Refuse to load non-GPL plugins as they'd be illegal (as 
4083                 derived works of Sylpheed-Claws, they must be GPL).
4084         * src/plugins/clamav/clamav_plugin.c
4085         * src/plugins/demo/demo.c
4086         * src/plugins/dillo_viewer/dillo_viewer.c
4087         * src/plugins/pgpcore/plugin.c
4088         * src/plugins/pgpinline/plugin.c
4089         * src/plugins/pgpmime/plugin.c
4090         * src/plugins/spamassassin/spamassassin.c
4091         * src/plugins/trayicon/trayicon.c
4092                 Add plugin_licence()
4093
4094 2005-12-07 [paul]       1.9.100cvs72
4095
4096         * configure.ac
4097         * src/mainwindow.c
4098         * src/manual.c
4099         * src/manual.h
4100         * src/common/defs.h
4101                 clean up after local FAQ removal and
4102                 temporary manual removal
4103
4104 2005-12-06 [colin]      1.9.100cvs71
4105
4106         * configure.ac
4107         * doc/Makefile.am
4108         * doc/faq/.cvsignore
4109         * doc/faq/Makefile.am
4110         * doc/faq/de/.cvsignore
4111         * doc/faq/de/Makefile.am
4112         * doc/faq/de/sylpheed-faq-1.html
4113         * doc/faq/de/sylpheed-faq-2.html
4114         * doc/faq/de/sylpheed-faq-3.html
4115         * doc/faq/de/sylpheed-faq.html
4116         * doc/faq/en/.cvsignore
4117         * doc/faq/en/Makefile.am
4118         * doc/faq/en/sylpheed-faq-1.html
4119         * doc/faq/en/sylpheed-faq-2.html
4120         * doc/faq/en/sylpheed-faq-3.html
4121         * doc/faq/en/sylpheed-faq-4.html
4122         * doc/faq/en/sylpheed-faq.html
4123         * doc/faq/es/.cvsignore
4124         * doc/faq/es/Makefile.am
4125         * doc/faq/es/sylpheed-faq-1.html
4126         * doc/faq/es/sylpheed-faq-2.html
4127         * doc/faq/es/sylpheed-faq-3.html
4128         * doc/faq/es/sylpheed-faq-4.html
4129         * doc/faq/es/sylpheed-faq.html
4130         * doc/faq/fr/.cvsignore
4131         * doc/faq/fr/Makefile.am
4132         * doc/faq/fr/sylpheed-faq-1.html
4133         * doc/faq/fr/sylpheed-faq-2.html
4134         * doc/faq/fr/sylpheed-faq-3.html
4135         * doc/faq/fr/sylpheed-faq.html
4136         * doc/faq/it/.cvsignore
4137         * doc/faq/it/Makefile.am
4138         * doc/faq/it/sylpheed-faq-1.html
4139         * doc/faq/it/sylpheed-faq-2.html
4140         * doc/faq/it/sylpheed-faq-3.html
4141         * doc/faq/it/sylpheed-faq.html
4142         * doc/manual/.cvsignore
4143         * doc/manual/Makefile.am
4144         * doc/manual/de/.cvsignore
4145         * doc/manual/de/Makefile.am
4146         * doc/manual/de/sylpheed-1.html
4147         * doc/manual/de/sylpheed-10.html
4148         * doc/manual/de/sylpheed-11.html
4149         * doc/manual/de/sylpheed-12.html
4150         * doc/manual/de/sylpheed-13.html
4151         * doc/manual/de/sylpheed-14.html
4152         * doc/manual/de/sylpheed-15.html
4153         * doc/manual/de/sylpheed-16.html
4154         * doc/manual/de/sylpheed-17.html
4155         * doc/manual/de/sylpheed-18.html
4156         * doc/manual/de/sylpheed-19.html
4157         * doc/manual/de/sylpheed-2.html
4158         * doc/manual/de/sylpheed-20.html
4159         * doc/manual/de/sylpheed-3.html
4160         * doc/manual/de/sylpheed-4.html
4161         * doc/manual/de/sylpheed-5.html
4162         * doc/manual/de/sylpheed-6.html
4163         * doc/manual/de/sylpheed-7.html
4164         * doc/manual/de/sylpheed-8.html
4165         * doc/manual/de/sylpheed-9.html
4166         * doc/manual/de/sylpheed.html
4167         * doc/manual/en/.cvsignore
4168         * doc/manual/en/Makefile.am
4169         * doc/manual/en/sylpheed-1.html
4170         * doc/manual/en/sylpheed-10.html
4171         * doc/manual/en/sylpheed-11.html
4172         * doc/manual/en/sylpheed-12.html
4173         * doc/manual/en/sylpheed-13.html
4174         * doc/manual/en/sylpheed-14.html
4175         * doc/manual/en/sylpheed-15.html
4176         * doc/manual/en/sylpheed-16.html
4177         * doc/manual/en/sylpheed-17.html
4178         * doc/manual/en/sylpheed-18.html
4179         * doc/manual/en/sylpheed-19.html
4180         * doc/manual/en/sylpheed-2.html
4181         * doc/manual/en/sylpheed-20.html
4182         * doc/manual/en/sylpheed-21.html
4183         * doc/manual/en/sylpheed-22.html
4184         * doc/manual/en/sylpheed-3.html
4185         * doc/manual/en/sylpheed-4.html
4186         * doc/manual/en/sylpheed-5.html
4187         * doc/manual/en/sylpheed-6.html
4188         * doc/manual/en/sylpheed-7.html
4189         * doc/manual/en/sylpheed-8.html
4190         * doc/manual/en/sylpheed-9.html
4191         * doc/manual/en/sylpheed.html
4192         * doc/manual/es/.cvsignore
4193         * doc/manual/es/Makefile.am
4194         * doc/manual/es/sylpheed-1.html
4195         * doc/manual/es/sylpheed-10.html
4196         * doc/manual/es/sylpheed-11.html
4197         * doc/manual/es/sylpheed-12.html
4198         * doc/manual/es/sylpheed-13.html
4199         * doc/manual/es/sylpheed-14.html
4200         * doc/manual/es/sylpheed-15.html
4201         * doc/manual/es/sylpheed-16.html
4202         * doc/manual/es/sylpheed-17.html
4203         * doc/manual/es/sylpheed-18.html
4204         * doc/manual/es/sylpheed-19.html
4205         * doc/manual/es/sylpheed-2.html
4206         * doc/manual/es/sylpheed-20.html
4207         * doc/manual/es/sylpheed-3.html
4208         * doc/manual/es/sylpheed-4.html
4209         * doc/manual/es/sylpheed-5.html
4210         * doc/manual/es/sylpheed-6.html
4211         * doc/manual/es/sylpheed-7.html
4212         * doc/manual/es/sylpheed-8.html
4213         * doc/manual/es/sylpheed-9.html
4214         * doc/manual/es/sylpheed.html
4215         * doc/manual/fr/.cvsignore
4216         * doc/manual/fr/Makefile.am
4217         * doc/manual/fr/sylpheed-1.html
4218         * doc/manual/fr/sylpheed-10.html
4219         * doc/manual/fr/sylpheed-11.html
4220         * doc/manual/fr/sylpheed-12.html
4221         * doc/manual/fr/sylpheed-13.html
4222         * doc/manual/fr/sylpheed-14.html
4223         * doc/manual/fr/sylpheed-15.html
4224         * doc/manual/fr/sylpheed-16.html
4225         * doc/manual/fr/sylpheed-17.html
4226         * doc/manual/fr/sylpheed-18.html
4227         * doc/manual/fr/sylpheed-19.html
4228         * doc/manual/fr/sylpheed-2.html
4229         * doc/manual/fr/sylpheed-20.html
4230         * doc/manual/fr/sylpheed-3.html
4231         * doc/manual/fr/sylpheed-4.html
4232         * doc/manual/fr/sylpheed-5.html
4233         * doc/manual/fr/sylpheed-6.html
4234         * doc/manual/fr/sylpheed-7.html
4235         * doc/manual/fr/sylpheed-8.html
4236         * doc/manual/fr/sylpheed-9.html
4237         * doc/manual/fr/sylpheed.html
4238         * doc/manual/ja/.cvsignore
4239         * doc/manual/ja/Makefile.am
4240         * doc/manual/ja/sylpheed-1.html
4241         * doc/manual/ja/sylpheed-10.html
4242         * doc/manual/ja/sylpheed-11.html
4243         * doc/manual/ja/sylpheed-12.html
4244         * doc/manual/ja/sylpheed-13.html
4245         * doc/manual/ja/sylpheed-14.html
4246         * doc/manual/ja/sylpheed-15.html
4247         * doc/manual/ja/sylpheed-16.html
4248         * doc/manual/ja/sylpheed-17.html
4249         * doc/manual/ja/sylpheed-18.html
4250         * doc/manual/ja/sylpheed-19.html
4251         * doc/manual/ja/sylpheed-2.html
4252         * doc/manual/ja/sylpheed-20.html
4253         * doc/manual/ja/sylpheed-3.html
4254         * doc/manual/ja/sylpheed-4.html
4255         * doc/manual/ja/sylpheed-5.html
4256         * doc/manual/ja/sylpheed-6.html
4257         * doc/manual/ja/sylpheed-7.html
4258         * doc/manual/ja/sylpheed-8.html
4259         * doc/manual/ja/sylpheed-9.html
4260         * doc/manual/ja/sylpheed.html
4261         * doc/manual/ja/sylpheed.sgml
4262         * src/mainwindow.c
4263                 Remove outdated manual and faq. Noisy, eh?
4264
4265 2005-12-06 [colin]      1.9.100cvs70
4266
4267         * src/compose.c
4268         * src/quote_fmt_parse.y
4269         * src/undo.c
4270         * src/undo.h
4271                 Allow %X to position cursor at 0 
4272                 (no %X = before signature)
4273                 Fix paste as quotation putting the cursor at 0
4274                 Fix undo offsets when pasting
4275                 Insert the quote_fmt at once instead of line 
4276                 by line
4277                 Fix [Edited] when starting to reply/forward
4278
4279 2005-12-06 [paul]       1.9.100cvs69
4280
4281         * src/plugins/clamav/clamav_plugin_gtk.c
4282                 add another tooltip
4283         * src/plugins/spamassassin/spamassassin_gtk.c
4284                 rework spamassassin_create_widget_func()
4285
4286 2005-12-05 [colin]      1.9.100cvs68
4287
4288         * po/POTFILES.in
4289                 Fix make release ;-)
4290
4291 2005-12-05 [colin]      1.9.100cvs67
4292
4293         * src/compose.c
4294         * src/compose.h
4295                 Fix cursor positioning (not obeying %X)
4296
4297 2005-12-05 [paul]       1.9.100cvs66
4298
4299         * src/plugins/dillo_viewer/dillo_prefs.c
4300                 fix compilation warning
4301
4302 2005-12-05 [paul]       1.9.100cvs65
4303
4304         * src/prefs_spelling.c
4305         * src/plugins/trayicon/trayicon.c
4306                 cleanups - remove unused stuff
4307
4308 2005-12-05 [paul]       1.9.100cvs64
4309
4310         * README
4311         * manual/plugins.xml
4312                 remove info about removed mathml_viewer plugin
4313
4314 2005-12-05 [paul]       1.9.100cvs63
4315
4316         * configure.ac
4317         * src/plugins/Makefile.am
4318         * src/plugins/mathml_viewer/.cvsignore
4319         * src/plugins/mathml_viewer/Makefile.am
4320         * src/plugins/mathml_viewer/mathml_viewer.c
4321                 remove unmaintained mathml_viewer plugin
4322
4323 2005-12-05 [paul]       1.9.100cvs62
4324
4325         * src/summaryview.c
4326                 obey prefs_common.always_show_msg when
4327                 moving a msg
4328                 Thanks to Colin
4329
4330 2005-12-05 [paul]       1.9.100cvs61
4331
4332         * src/compose.c
4333         * src/prefs_account.c
4334         * src/prefs_filtering.c
4335         * src/prefs_quote.c
4336         * src/prefs_spelling.c
4337         * src/prefs_toolbar.c
4338         * src/summaryview.c
4339         * src/gtk/gtkutils.c
4340         * src/gtk/quicksearch.c
4341         * src/plugins/dillo_viewer/dillo_prefs.c
4342                 dialog cleanups
4343
4344 2005-12-04 [paul]       1.9.100cvs60
4345
4346         * src/inc.c
4347         * src/prefs_account.c
4348         * src/prefs_account.h
4349                 allow a Local account to specify a
4350                 default inbox
4351                 (closes bug 843 'Inbox cannot be changed for local
4352                  mailboxes')
4353
4354 2005-12-04 [colin]      1.9.100cvs59
4355
4356         * src/plugins/trayicon/trayicon.c
4357                 Remove Get, rename Get All to Get Mail in order to
4358                 be consistent with the default main toolbar
4359
4360 2005-12-03 [colin]      1.9.100cvs58
4361
4362         * manual/gpl.xml
4363         * manual/sylpheed-claws-manual.xml
4364                 Add GPL appendix
4365
4366 2005-12-03 [paul]       1.9.100cvs57
4367
4368         * AUTHORS
4369         * po/sv.po
4370         * src/gtk/authors.h
4371                 new (partially complete) Swedish translation
4372                 by Anders Troback <sylpheed@troback.com>
4373
4374 2005-12-02 [paul]       1.9.100cvs56
4375
4376         * configure.ac
4377                 libetpan 0.41 required
4378
4379 2005-12-02 [paul]       1.9.100cvs55
4380
4381         * src/plugins/clamav/clamav_plugin.c
4382         * src/plugins/clamav/clamav_plugin.h
4383         * src/plugins/clamav/clamav_plugin_gtk.c
4384         * src/plugins/spamassassin/spamassassin.c
4385         * src/plugins/spamassassin/spamassassin.h
4386         * src/plugins/spamassassin/spamassassin_gtk.c
4387                 unregister prefs pages on unloading, thus
4388                 preventing a crash
4389                 (thanks to Colin for the hint)
4390
4391 2005-12-02 [wwp]        1.9.100cvs54
4392
4393         * src/quote_fmt.h
4394         * src/quote_fmt_parse.y
4395                 fix misuse of gboolean*, use gboolean instead
4396                 (thanks to Paul, Colin, for pointing out that scaring one)
4397
4398 2005-12-02 [paul]       1.9.100cvs53
4399
4400         * src/plugins/clamav/clamav_plugin.c
4401                 int no --> unsigned int no
4402         * src/plugins/clamav/clamav_plugin_gtk.c
4403                 rework config page
4404
4405 2005-12-02 [wwp]        1.9.100cvs52
4406
4407         * src/compose.c
4408         * src/prefs_template.c
4409         * src/quote_fmt.h
4410         * src/quote_fmt_parse.y
4411                 prevent from executing |f and |p templates commands when
4412                 adding or replacing templates in prefs (avoids annoying and
4413                 potentially dangerous behaviours)
4414
4415 2005-12-02 [paul]       1.9.100cvs51
4416
4417         * src/prefs_common.c
4418                 allow translation of some default values
4419                 Patch by Fabien Vantard
4420
4421 2005-12-02 [paul]       1.9.100cvs50
4422
4423         * src/codeconv.c
4424         * src/codeconv.h
4425         * src/prefs_common.c
4426         * src/prefs_common.h
4427         * src/prefs_message.c
4428         * src/textview.c
4429                 remove obsolete 'convert_mb_alnum' option
4430                 and related stuff
4431         * src/gtk/about.c
4432                 remove unused 'about_textview_visibility_notify'
4433
4434 2005-12-02 [paul]       1.9.100cvs49
4435
4436         * src/prefs_account.c
4437         * src/prefs_compose_writing.c
4438         * src/prefs_fonts.c
4439         * src/prefs_gtk.h
4440         * src/prefs_image_viewer.c
4441         * src/prefs_message.c
4442         * src/prefs_other.c
4443         * src/prefs_receive.c
4444         * src/prefs_send.c
4445         * src/prefs_spelling.c
4446         * src/prefs_summaries.c
4447         * src/prefs_wrapping.c
4448         * src/plugins/dillo_viewer/dillo_prefs.c
4449         * src/plugins/pgpcore/prefs_gpg.c
4450                 several cleanups to the prefs dialogs
4451                 (slightly modified) patch by Fabien Vantard
4452
4453 2005-12-02 [paul]       1.9.100cvs48
4454
4455         * src/main.c
4456                 --exit means exit
4457         * src/send_message.c
4458                 fix crash on send when connection fails
4459
4460         Thanks to Colin
4461
4462 2005-12-01 [colin]      1.9.100cvs47
4463
4464         * src/html.c
4465                 Translate &hellip; to "..."
4466
4467 2005-11-30 [colin]      1.9.100cvs46
4468
4469         * src/matcher.c
4470         * src/matcher.h
4471                 Optimize back yesterday's fix.
4472
4473 2005-11-30 [paul]       1.9.100cvs45
4474
4475         * manual/faq.xml
4476                 standardised
4477         * manual/intro.xml
4478                 written by Colin, edited by me
4479
4480 2005-11-29 [colin]      1.9.100cvs44
4481
4482         * src/matcher.c
4483                 Skip headers unconditionnaly in match_body if the
4484                 rule is not message or ~message
4485
4486 2005-11-29 [colin]      1.9.100cvs43
4487
4488         * src/matcher.c
4489                 Fix body_part and such, not skipping headers 
4490                 if the matchcriteria wasn't the first in the rule
4491
4492 2005-11-29 [colin]      1.9.100cvs42
4493
4494         * src/compose.c
4495                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
4496                 option missing from message view window)
4497                 Fix double text D'n'D with gtk-2.8
4498         * src/matcher.c
4499                 Fix ~message, ~headers_part, ~body_part rules
4500         * src/messageview.c
4501                 Add Windows-1252 (Closes bug #863)
4502                 Fix accels
4503         * src/gtk/gtkaspell.c
4504                 Properly destroy accels in all menus
4505
4506 2005-11-29 [mones]      1.9.100cvs41
4507
4508         * po/es.po
4509                 Updated.
4510
4511 2005-11-27 [colin]      1.9.100cvs40
4512
4513         * src/mh_gtk.c
4514                 "/Remove mailbox" -> "/Remove mailbox..."
4515
4516 2005-11-27 [paul]       1.9.100cvs39
4517
4518         * AUTHORS
4519         * po/de.po
4520         * src/gtk/authors.h
4521                 updated by new maintainer, Stephan Sachse
4522
4523 2005-11-27 [paul]       1.9.100cvs38
4524
4525         * manual/faq.xml
4526                 written by Colin, edited by me
4527
4528 2005-11-27 [paul]       1.9.100cvs37
4529
4530         * src/prefs_common.c
4531         * src/prefs_common.h
4532         * src/prefs_receive.c
4533         * src/prefs_summaries.c
4534                 move 'go to inbox after receiving new mail'
4535                 option from display/sumamaries to mail
4536                 handling/receive, and rework prefs_summaries
4537                 dialog a little
4538
4539 2005-11-25 [martin]     1.9.100cvs36
4540
4541         * po/de.po
4542             fixed windows-1252 translation;
4543             translated some new and fuzzy strings
4544
4545 2005-11-25 [paul]       1.9.100cvs35
4546
4547         * src/plugins/clamav/clamav_plugin.c
4548                 complete the update done in cvs34
4549
4550 2005-11-25 [paul]       1.9.100cvs34
4551
4552         * src/plugins/clamav/clamav_plugin.c
4553                 reflect upstream changes
4554
4555 2005-11-25 [paul]       1.9.100cvs33
4556
4557         * manual/ack.xml
4558         * manual/plugins.xml
4559         * manual/sylpheed-claws-manual.xml
4560                 written/updated by Colin, edited by me
4561         * tools/acroread2sylpheed.pl
4562                 update binary name
4563
4564 2005-11-24 [colin]      1.9.100cvs32
4565
4566         * src/compose.c
4567                 Fix bug #856 (reediting messages forgets Request
4568                 Return Receipt)
4569
4570 2005-11-24 [paul]       1.9.100cvs31
4571
4572         * manual/addrbook.xml
4573         * manual/starting.xml
4574                 written by Colin, proofread, edited, adapted by me
4575         * manual/advanced.xml
4576                 add some Actions examples
4577         * src/importldif.c
4578                 use a Save button instead of a Close button
4579         * src/wizard.c
4580                 indicate mandatory fields
4581                 fix page display
4582                 Thanks to Colin
4583
4584 2005-11-23 [colin]      1.9.100cvs30
4585
4586         * src/addressbook.c
4587                 Rename menu item, fix possible crash after
4588                 deletion of books
4589         * src/addrindex.c
4590                 Allow searching for '*' in ldap
4591         * src/browseldap.c
4592                 Fix "Browse Entry" (did anyone use it?)
4593         * src/wizard.c
4594                 Add guards for mandatory information
4595
4596 2005-11-23 [paul]       1.9.100cvs29
4597
4598         * manual/advanced.xml
4599                 corrections to the English
4600
4601 2005-11-23 [colin]      1.9.100cvs28
4602
4603         * src/mimeview.c
4604                 Fix possible crash at exit. After the call to
4605                 gtk_container_remove(), the Viewer's widget has no
4606                 more parent so gtk+ automatically frees it and its
4607                 sons. If destroy_viewer() then try to access it,
4608                 problems ensue.
4609
4610 2005-11-22 [colin]      1.9.100cvs27
4611
4612         * src/compose.c
4613         * src/gtk/gtkaspell.c
4614                 Fix right-clicking on a misspelled word
4615                 Fix More... in suggestions menu
4616
4617 2005-11-22 [wwp]        1.9.100cvs26
4618
4619         * src/prefs_template.c
4620                 templates works: re-sort templates list when adding or replacing,
4621                 prevent from adding or replacing when the template name is empty
4622
4623 2005-11-21 [colin]      1.9.100cvs25
4624
4625         * src/addressbook.c
4626                 Fix some addressbook suckage (dnd, select all)
4627         * src/compose.c
4628         * src/gtk/gtkaspell.c
4629         * src/gtk/gtkaspell.h
4630                 Make the spellchecker menu work with the 
4631                 GtkTextView one instead of overriding it
4632
4633 2005-11-20 [paul]       1.9.100cvs24
4634
4635         * manual/handling.xml
4636                 proofread and corrected
4637
4638 2005-11-20 [paul]       1.9.100cvs23
4639
4640         * manual/Makefile
4641                 generate html as one file
4642         * manual/advanced.xml
4643                 fix output generation
4644                 reformat hidden options list
4645         * manual/manual.xml     ** REMOVED **
4646         * manual/sylpheed-claws-manual.xml      ** ADDED **
4647                 renamed
4648
4649 2005-11-18 [colin]      1.9.100cvs22
4650
4651         * src/prefs_account.c
4652                 Fix layout in news and mbox accounts
4653         * manual/account.xml
4654         * manual/advanced.xml
4655                 New contents for Paul to check :)
4656
4657 2005-11-18 [wwp]        1.9.100cvs21
4658
4659         * src/gtk/quicksearch.c
4660                 don't update extended quicksearch buttons twice
4661
4662 2005-11-18 [paul]       1.9.100cvs20
4663
4664         * src/textview.c
4665                 complete 1.9.100cvs19
4666
4667 2005-11-18 [paul]       1.9.100cvs19
4668
4669         * src/compose.c
4670                 cosmetic improvements
4671         * src/textview.c
4672                 also list text/* attachments
4673
4674 2005-11-18 [colin]      1.9.100cvs18
4675
4676         * src/summaryview.c
4677                 Use column 0 instead of -1 in 
4678                 gtk_ctree_node_moveto, in a naive
4679                 hope it'll fix the gtk-related crashes
4680
4681 2005-11-18 [colin]      1.9.100cvs17
4682
4683         * src/gtk/inputdialog.c
4684                 Fix icon staying the first one
4685
4686 2005-11-17 [wwp]        1.9.100cvs16
4687                 fix possible problem showing some quicksearch buttons, and a bad
4688                 call to g_return_if_fail in a function that returns a value (both
4689                 fixes by Fabien Vantard)
4690
4691 2005-11-15 [wwp]        1.9.100cvs15
4692
4693         * src/gtk/quicksearch.c
4694                 added a tooltip to that obscure ... quicksearch button
4695
4696 2005-11-15 [wwp]        1.9.100cvs14
4697
4698         * src/gtk/quicksearch.c
4699                 add a quicksearch helper to filtering expression users: the ... button
4700                 raises the condition expr window. condition expressions set up w/ this
4701                 window are used by the quicksearch if the user closes it pressing OK.
4702
4703 2005-11-14 [paul]       1.9.100cvs13
4704
4705         * src/plugins/clamav/clamav_plugin.c
4706         * src/plugins/spamassassin/spamassassin.c
4707                 change plugin type following recent merging
4708
4709 2005-11-14 [wwp]        1.9.100cvs12
4710
4711         * src/folder.c
4712                 prevent from crashing when copying/moving message(s) from and
4713                 to the same folder
4714
4715 2005-11-14 [paul]       1.9.100cvs11
4716
4717         * src/plugins/clamav/Makefile.am
4718         * src/plugins/clamav/clamav_plugin.c
4719         * src/plugins/clamav/clamav_plugin.h
4720         * src/plugins/clamav/clamav_plugin_gtk.c
4721                 also merge clamav and clamav_gtk plugins
4722
4723 2005-11-13 [colin]      1.9.100cvs10
4724
4725         * configure.ac
4726         * src/plugins/spamassassin/Makefile.am
4727         * src/plugins/spamassassin/spamassassin.c
4728         * src/plugins/spamassassin/spamassassin.h
4729         * src/plugins/spamassassin/spamassassin_gtk.c
4730                 Merge spamassassin and spamassassin_gtk plugins,
4731                 and build it by default.
4732
4733 2005-11-12 [colin]      1.9.100cvs9
4734
4735         * src/etpan/imap-thread.c
4736                 Fix gcc warning
4737
4738 2005-11-12 [colin]      1.9.100cvs8
4739
4740         * src/procmime.c
4741                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
4742
4743 2005-11-10 [colin]      1.9.100cvs7
4744
4745         * src/main.c
4746                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
4747                 minimised state)
4748
4749 2005-11-10 [wwp]        1.9.100cvs6
4750
4751         * src/gtk/description_window.c
4752                 fix a crash when closing description windows using the WM's [X] button
4753
4754 2005-11-09 [colin]      1.9.100cvs5
4755
4756         * src/common/ssl.c
4757                 Update libetpan call to follow upstream
4758                 (yes, this requires libetpan-0.40cvs3)
4759
4760 2005-11-08 [colin]      1.9.100cvs4
4761
4762         * src/compose.c
4763         * src/textview.c
4764         * src/common/utils.c
4765         * src/common/utils.h
4766                 Enhance the email parser
4767
4768 2005-11-08 [colin]      1.9.100cvs3
4769
4770         * src/procmime.c
4771                 Fix what looks like an off-by-one (fixes 
4772                 attachments from the Bat)
4773
4774 2005-11-08 [wwp]        1.9.100cvs2
4775
4776         * src/main.c
4777                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
4778
4779 2005-11-08 [wwp]        1.9.100cvs1
4780
4781         * src/main.c
4782                 allow exiting Sylpheed-Claws from command-line
4783
4784 2005-11-08 [paul]       1.9.100
4785
4786         1.9.100 released
4787
4788 2005-11-07 [colin]      1.9.99cvs17
4789
4790         * src/addritem.c
4791         * src/ldif.c
4792                 Fix import of base-64 encoded items
4793
4794 2005-11-07 [colin]      1.9.99cvs16
4795
4796         * src/send_message.c
4797                 Fix bug #314 (Queue does not empty under certain 
4798                 circumstances)
4799
4800 2005-11-07 [paul]       1.9.99cvs15
4801
4802         * src/mutt.c
4803         * src/pine.c
4804                 fix buffer overflows
4805                 Thanks to Colin
4806
4807 2005-11-07 [paul]       1.9.99cvs14
4808
4809         * doc/man/Makefile.am
4810         * doc/man/sylpheed-claws.1      ** ADDED **
4811         * doc/man/sylpheed.1            ** DELETED **
4812                 rename and update the man file
4813
4814 2005-11-06 [colin]      1.9.99cvs13
4815
4816         * src/ldif.c
4817                 Fix ldif_get_line() that returned empty strings
4818                 (Didn't understand why). Also fix a possible
4819                 buffer overflow.
4820
4821 2005-11-06 [wwp]        1.9.99cvs12
4822
4823         * src/textview.c
4824         * src/gtk/about.c
4825         * src/gtk/gtkutils.c
4826         * src/gtk/gtkutils.h
4827                 fix a compilation warning,
4828                 make links sensitive in the about dialog
4829
4830 2005-11-04 [wwp]        1.9.99cvs11
4831
4832         * src/gtk/about.c
4833                 don't wrap or translate URIs, and a bit text format cleanup
4834
4835 2005-11-04 [wwp]        1.9.99cvs10
4836
4837         * src/gtk/about.c
4838                 better textview tagging implementation (no more use of marks for
4839                 postponed tagging)
4840
4841 2005-11-02 [colin]      1.9.99cvs9
4842
4843         * src/common/ssl.c
4844                 Forgot an ifdef
4845
4846 2005-11-02 [colin]      1.9.99cvs8
4847
4848         * configure.ac
4849                 Require libetpan-0.40 due to upstream fix
4850         * src/common/ssl.c
4851                 Tell libetpan not to call SSL_Library_Init,
4852                 as we do it ourselves.
4853
4854 2005-11-02 [colin]      1.9.99cvs7
4855
4856         * po/POTFILES.in
4857                 Add missing files (thanks to Fabien Vantard)
4858
4859 2005-11-02 [colin]      1.9.99cvs6
4860
4861         * src/summaryview.c
4862                 Fix totals when read messages are hidden or quicksearch
4863                 is on
4864         * src/ssl_manager.c
4865         * src/ssl_manager.h
4866         * src/common/ssl_certificate.c
4867         * src/common/ssl_certificate.h
4868         * src/gtk/sslcertwindow.c
4869         * src/gtk/sslcertwindow.h
4870                 Fix copyright on my stuff
4871
4872 2005-11-02 [wwp]        1.9.99cvs5
4873
4874         * src/prefs_themes.c
4875                 fix directory name checking (theme installation/removal),
4876                 made related error a bit more verbose
4877
4878 2005-11-02 [colin]      1.9.99cvs4
4879
4880         * src/summaryview.c
4881                 Fix typo (probably fixes bug #841 (Sort by the From 
4882                 field doesn't work)
4883
4884 2005-11-02 [paul]       1.9.99cvs3
4885
4886         * po/ko.po
4887         * po/nb.po
4888                 updated by SungHyun Nam, Geir Helland
4889         * src/wizard.c
4890                 fix typo in welcome message. spotted by
4891                 Andrea Spadaccini
4892
4893 2005-11-01 [colin]      1.9.99cvs2
4894
4895         * src/compose.c
4896                 Fix replying to ml wen confirming subscription
4897         * src/messageview.c
4898         * src/mimeview.c
4899         * src/mimeview.h
4900         * src/privacy.h
4901         * src/summaryview.c
4902                 Make key check non blocking
4903
4904 2005-10-31 [paul]       1.9.99cvs1
4905
4906         * tools/claws.i18n.status.pl
4907                 updated for ChangeLog
4908
4909 2005-10-31 [paul]       1.9.99
4910
4911         1.9.99 released
4912
4913 2005-10-31 [paul]       1.9.15cvs131
4914
4915         * .cvsignore
4916         * ChangeLog
4917         * ChangeLog.claws       ** REMOVED **
4918         * ChangeLog-gtk2.claws  ** REMOVED **
4919         * ChangeLog.gtk1        ** ADDED **
4920         * INSTALL
4921         * Makefile.am
4922         * NEWS
4923         * README
4924         * README.claws          ** REMOVED **
4925         * README.jp             ** REMOVED **
4926         * RELEASE_NOTES         ** ADDED **
4927         * RELEASE_NOTES.claws   ** REMOVED **
4928         * commitHelper
4929         * configure.ac
4930         * sylpheed.spec.in      ** REMOVED **
4931                 tidy up and update the default docs:
4932                 ChangeLog.claws is renamed ChangeLog.gtk1
4933                 ChangeLog-gtk2.claws is renamed ChangeLog
4934                 README.claws is renamed README
4935                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
4936
4937 2005-10-31 [paul]       1.9.15cvs130
4938
4939         * po/it.po
4940                 fix errors
4941
4942 2005-10-31 [paul]       1.9.15cvs129
4943
4944         * po/ca.po
4945         * po/de.po
4946         * po/en_GB.po
4947         * po/fr.po
4948         * po/it.po
4949         * po/pt_BR.po
4950         * po/sk.po
4951         * po/sr.po
4952         * po/zh_CN.po
4953                 updated by Miquel Oliete, Stephan Sachse and
4954                 Thomas Gilgin, me, Fabien Vantard, Andrea
4955                 Spadaccini, Frederico Goncalves Guimaraes,
4956                 Andrej Kacian, Aleksandar Urosevic, and
4957                 Ralgh Young.
4958
4959 2005-10-31 [mones]      1.9.15cvs128
4960
4961         * manual/faq.xml
4962                 More questions.
4963         
4964         * po/es.po
4965                 Updated for release.
4966
4967 2005-10-30 [colin]      1.9.15cvs127
4968
4969         * src/compose.c
4970                 Place cursor before rewrapping (fixes cursor
4971                 pos if quotation gets rewrapped)
4972
4973 2005-10-29 [paul]       1.9.15cvs126
4974
4975         * src/crash.c
4976         * src/foldersel.c
4977         * src/main.c
4978         * src/messageview.c
4979         * src/toolbar.c
4980         * src/gtk/authors.h
4981                 corrections to text items
4982
4983 2005-10-28 [colin]      1.9.15cvs125
4984
4985         * src/messageview.c
4986                 Make "hit 'C' to check sig" work from extern 
4987                 messageviews
4988
4989 2005-10-27 [colin]      1.9.15cvs124
4990
4991         * src/summaryview.c
4992                 Add a hack to avoid segfaulting when hammering 
4993                 on gtk's events
4994
4995 2005-10-27 [wwp]        1.9.15cvs123
4996
4997         * src/prefs_themes.c
4998                 sort list of themes names in themes prefs
4999
5000 2005-10-27 [paul]       1.9.15cvs122
5001
5002         * src/folder.c
5003         * src/prefs_account.c
5004                 fix building on Solaris
5005                 Patch by Alex Moore
5006
5007 2005-10-27 [wwp]        1.9.15cvs121
5008
5009         * src/summaryview.c
5010         * src/gtk/gtksctree.c
5011                 speed up unselecting messages in summary view (thanks to Colin)
5012
5013 2005-10-27 [paul]       1.9.15cvs120
5014
5015         * src/mainwindow.c
5016                 fix a compilation warning
5017         * src/summaryview.c
5018                 fix updating of 'n items selected' count
5019                 when deselecting
5020
5021 2005-10-27 [martin]     1.9.15cvs119
5022
5023         * src/action.c
5024                 ignore actions with a leading '/' in the action menu name
5025                 fixes a crash on menu creation
5026         * src/prefs_actions.c
5027                 do not allow a leading '/' in the action menu name
5028
5029 2005-10-27 [paul]       1.9.15cvs118
5030
5031         * src/main.c
5032                 fix compilation warning
5033
5034 2005-10-27 [paul]       1.9.15cvs117
5035
5036         * src/procmime.c
5037                 add #if HAVE_LOCALE_H
5038
5039 2005-10-27 [paul]       1.9.15cvs116
5040
5041         * src/plugins/clamav/clamav_plugin.c
5042         * src/plugins/dillo_viewer/dillo_viewer.c
5043         * src/plugins/mathml_viewer/mathml_viewer.c
5044         * src/plugins/pgpcore/plugin.c
5045         * src/plugins/pgpinline/plugin.c
5046         * src/plugins/pgpmime/plugin.c
5047         * src/plugins/spamassassin/spamassassin.c
5048         * src/plugins/trayicon/trayicon.c
5049                 plugin_init() : make error messages more
5050                 informative
5051
5052 2005-10-26 [wwp]        1.9.15cvs115
5053
5054         * src/prefs_matcher.c
5055                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5056
5057 2005-10-26 [wwp]        1.9.15cvs114
5058
5059         * src/procmime.c
5060         * src/gtk/gtksctree.c
5061         * src/plugins/spamassassin/libspamc.c
5062         * src/plugins/spamassassin/spamassassin.c
5063                 fix some compilation warnings more
5064
5065 2005-10-26 [mones]      1.9.15cvs113
5066
5067         * po/es.po
5068                 Updated translation
5069
5070 2005-10-26 [paul]       1.9.15cvs112
5071
5072         * src/prefs_message.c
5073                 give all display_xface stuff the
5074                 #if HAVE_LIBCOMPFACE treatment, thus
5075                 preventing a crash
5076                 (Thanks to Wolfgang Enderlein)
5077
5078 2005-10-26 [colin]      1.9.15cvs111
5079
5080         * src/gedit-print.c
5081                 Fix date format
5082         * src/imap_gtk.c
5083         * src/news_gtk.c
5084                 Remove context menu items that should not be there
5085         * src/jpilot.c
5086                 Fix encoding
5087         * src/main.c
5088         * src/mainwindow.c
5089                 Don't show the mainwindow too soon
5090
5091 2005-10-26 [wwp]        1.9.15cvs110
5092
5093         * src/folder.c
5094         * src/manual.c
5095         * src/summaryview.c
5096                 fix uninitialized pointers in the folder updating hook
5097                 (thanks to Colin)
5098
5099 2005-10-25 [mones]      1.9.15cvs109
5100
5101         * manual/faq.xml
5102                 General information subsection completed. 
5103                 Removed archaic references.
5104                 
5105         * manual/Makefile
5106         * manual/dtd/manual.dsl
5107                 Added customization stylesheet for getting paragraphs
5108                 fully justified in PDF output (as suggested by Colin).
5109
5110 2005-10-25 [colin]      1.9.15cvs108
5111
5112         * src/compose.c
5113                 Fix a second leak
5114
5115 2005-10-25 [colin]      1.9.15cvs107
5116
5117         * src/addrbook.c
5118         * src/addrindex.c
5119                 Fix leak (xml_get_element() allocates memory)
5120         * src/compose.c
5121                 Fix leak + dead code (shame!)
5122         * src/procmime.c
5123                 Fix leak
5124
5125 2005-10-25 [colin]      1.9.15cvs106
5126
5127         * src/mimeview.c
5128                 Fix encoding issue in Save all and in 
5129                 overwrite-confirmation alertpanel
5130
5131 2005-10-25 [colin]      1.9.15cvs105
5132
5133         * src/common/socket.c
5134                 Fix a leak - Thanks to Christopher Aillon
5135                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5136
5137 2005-10-25 [paul]       1.9.15cvs104
5138
5139         * src/wizard.c
5140                 Always guess servers from the right-hand
5141                 email part and guess username from the
5142                 left-hand part. (Thanks to Colin)
5143                 add an X-Face to the welcome message
5144
5145 2005-10-25 [paul]       1.9.15cvs103
5146
5147         * manual/handling.xml
5148                 written by Colin, edited by me
5149
5150 2005-10-25 [wwp]        1.9.15cvs102
5151
5152         * src/folderview.c
5153         * src/grouplistdialog.c
5154         * src/imap.c
5155         * src/noticeview.c
5156                 fix some compilation warnings
5157
5158 2005-10-24 [paul]
5159
5160         1.9.99-rc3 released
5161
5162 2005-10-24 [paul]       1.9.15cvs101
5163
5164         * src/gtk/about.c
5165                 fix window sizing
5166
5167 2005-10-24 [paul]       1.9.15cvs100
5168
5169         * src/pixmaps/offline.xpm
5170         * src/pixmaps/online.xpm
5171                 replace with last default versions
5172
5173 2005-10-24 [colin]      1.9.15cvs99
5174
5175         * src/imap.c
5176                 Fix bug when moving a folder
5177         * src/imap_gtk.c
5178         * src/mh_gtk.c
5179                 "Delete folder" pops up a window, so it 
5180                 should be suffixed with "..."
5181         * src/plugins/pgpcore/sgpgme.c
5182                 Include locale.h
5183
5184 2005-10-24 [mones]      1.9.15cvs98
5185
5186         * manual/Makefile
5187         * manual/account.xml
5188         * manual/ack.xml
5189         * manual/addrbook.xml
5190         * manual/advanced.xml
5191         * manual/faq.xml
5192         * manual/glossary.xml
5193         * manual/gpl.xml
5194         * manual/handling.xml
5195         * manual/intro.xml
5196         * manual/keyboard.xml
5197         * manual/manual.xml
5198         * manual/plugins.xml
5199         * manual/starting.xml
5200         * manual/dtd/sdocbook.dtd
5201                 Initial manual structure and some content.
5202
5203 2005-10-23 [wwp]        1.9.15cvs97
5204
5205         * src/gtk/about.c
5206                 fix a typo
5207
5208 2005-10-23 [wwp]        1.9.15cvs96
5209
5210         * src/gtk/about.c
5211         * src/gtk/authors.h
5212                 rework of the about window (main work by Paul), also featuring a few
5213                 fixes for typos and duplicate names
5214
5215 2005-10-23 [wwp]        1.9.15cvs95
5216
5217         * src/.cvsignore
5218                 Ignore the right binary name (sylpheed-claws now)
5219
5220 2005-10-23 [paul]       1.9.15cvs94
5221
5222         * src/compose.c
5223                 when using Folder Pref 'Default To for
5224                 replies' make the entry in the Compose
5225                 window bold
5226                 Patch by Fabien Vantard
5227
5228 2005-10-22 [colin]      1.9.15cvs93
5229
5230         * src/codeconv.c
5231                 Fix leak
5232
5233 2005-10-22 [colin]      1.9.15cvs92
5234
5235         * src/codeconv.c
5236                 try to convert using locale (apart utf8) if necessary
5237
5238 2005-10-22 [colin]      1.9.15cvs91
5239
5240         * src/pixmaps/new.xpm
5241         * src/pixmaps/unread.xpm
5242                 Make the unread envelope blue again and
5243                 saturate the new one a bit more.
5244
5245 2005-10-22 [colin]      1.9.15cvs90
5246
5247         * src/compose.c
5248                 When replying to a mail sent by one of our accounts,
5249                 use the original list of recipients. Let 'Reply All'
5250                 and 'Reply to sender' work like previously.
5251
5252 2005-10-21 [colin]      1.9.15cvs89
5253
5254         * src/prefs_filtering.c
5255                 Clear fields after add and replace
5256         * src/textview.c
5257                 Display xface differently (better)
5258         * src/plugins/pgpinline/pgpinline.c
5259                 Fix crappy encodings/recodings
5260
5261 2005-10-21 [paul]       1.9.15cvs88
5262
5263         * src/compose.c
5264         * src/prefs_folder_item.c
5265         * src/toolbar.c
5266                 fix news folder Folder Properties
5267                 (thanks to Colin)
5268         * src/folderview.c
5269                 update folderview after Themes change
5270                 keep selected folder selected
5271                 (thanks to Colin)
5272
5273 2005-10-21 [paul]       1.9.15cvs87
5274
5275         * tools/Makefile.am
5276         * tools/OOo2sylpheed.pl
5277         * tools/README
5278         * tools/README.sylprint
5279         * tools/asus_mailled.sh         ** REMOVED **
5280         * tools/filter_conv.pl
5281         * tools/freshmeat_search.pl
5282         * tools/google_search.pl
5283         * tools/gpg-sign-syl            ** REMOVED **
5284         * tools/kmail2sylpheed.pl
5285         * tools/kmail2sylpheed_v2.pl
5286         * tools/multiwebsearch.pl
5287         * tools/nautilus2sylpheed.sh
5288         * tools/newscache_clean.pl
5289         * tools/outlook2sylpheed.pl
5290         * tools/sylpheed-switcher       ** REMOVED **
5291         * tools/sylprint.pl
5292         * tools/sylprint.rc
5293         * tools/tb2sylpheed
5294         * tools/vcard2xml.py
5295         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5296                 update default config dir
5297                 update binary name (thanks to Fabien Vantard)
5298                 remove obsolete scripts
5299
5300 2005-10-21 [colin]      1.9.15cvs86
5301
5302         * src/inc.c
5303                 Fix possible leak and units. Based on a patch by
5304                 Fabien Vantard.
5305
5306 2005-10-20 [colin]      1.9.15cvs85
5307
5308         * src/textview.c
5309                 Clear xface when clearing textview
5310
5311 2005-10-20 [colin]      1.9.15cvs84
5312
5313         * configure.ac
5314         * src/folderview.c
5315         * src/headerview.c
5316         * src/main.c
5317         * src/prefs_common.c
5318         * src/prefs_common.h
5319         * src/prefs_message.c
5320         * src/textview.c
5321         * src/textview.h
5322         * src/common/defs.h
5323         * src/common/utils.c
5324         * src/common/utils.h
5325         * src/gtk/gtkutils.c
5326         * src/gtk/gtkutils.h
5327                 Migrate config to .sylpheed-claws (Automatically)
5328                 Add a way to get the Xface in the TextView
5329
5330 2005-10-20 [colin]      1.9.15cvs83
5331
5332         * src/gtk/Makefile.am
5333         * src/gtk/about.c
5334         * src/gtk/authors.h
5335                 Make the about dialog *grooovy*
5336
5337 2005-10-20 [colin]      1.9.15cvs82
5338
5339         * src/mimeview.c
5340                 Use "Open with" on double click if no command
5341                 was found
5342
5343 2005-10-20 [colin]      1.9.15cvs81
5344
5345         * src/imap.c
5346         * src/etpan/imap-thread.c
5347                 Fix possible crash.
5348
5349 2005-10-20 [paul]       1.9.15cvs80
5350
5351         * src/folder.c
5352                 don't show clipkey icon if the only
5353                 attachment is the signature
5354                 Patch by Colin
5355
5356 2005-10-20 [paul]       1.9.15cvs79
5357
5358         * AUTHORS
5359         * src/plugins/pgpmime/pgpmime.c
5360                 name the PGP/MIME signature 'signature.asc'
5361                 Patch by Andrew Nelson <freeandy@gmail.com>
5362
5363 2005-10-19 [colin]      1.9.15cvs78
5364
5365         * src/plugins/pgpmime/pgpmime.c
5366                 Oops, no need to double-check though
5367
5368 2005-10-19 [colin]      1.9.15cvs77
5369
5370         * src/plugins/pgpinline/pgpinline.c
5371         * src/plugins/pgpmime/pgpmime.c
5372                 Check that my_tmpfile() doesn't 
5373                 return NULL
5374
5375 2005-10-19 [colin]      1.9.15cvs76
5376
5377         * src/common/utils.c
5378                 Use shorter mime boundaries to avoid having
5379                 MTAs rewrapping our headers, breaking the
5380                 PGP signature in the process 
5381         * src/compose.c
5382         * src/plugins/pgpmime/pgpmime.c
5383                 Check for boundary uniqueness to be sure
5384                 it won't happen, instead of hoping for the
5385                 best
5386
5387 2005-10-19 [colin]      1.9.15cvs75
5388
5389         * sylpheed-claws.desktop
5390         * src/Makefile.am
5391         * src/main.c
5392                 Ship a sylpheed-claws binary instead
5393                 of a sylpheed one. Change the socket
5394                 name, too
5395         * src/folderview.c
5396                 Update folder only if it changed
5397         * src/wizard.c
5398                 Fix i18n in welcome mail, patch by
5399                 Fabien Vantard
5400
5401 2005-10-19 [paul]
5402
5403         1.9.99-rc2 released
5404
5405 2005-10-19 [paul]       1.9.15cvs74
5406
5407         * src/folder.c
5408         * src/folderview.c
5409                 fix summaryview update
5410                 Patch by Colin
5411
5412 2005-10-18 [colin]      1.9.15cvs73
5413
5414         * src/plugins/pgpcore/passphrase.c
5415                 Don't XGrabServer, and try a bit more to 
5416                 sync everything before grabbing mouse/keyboard
5417
5418 2005-10-18 [colin]      1.9.15cvs72
5419
5420         * src/Makefile.am
5421         * src/addressadd.c
5422         * src/addressbook.c
5423         * src/folderview.c
5424         * src/grouplistdialog.c
5425         * src/mimeview.c
5426         * src/stock_pixmap.c
5427         * src/stock_pixmap.h
5428         * src/summaryview.c
5429         * src/gtk/gtksctree.c
5430         * src/gtk/gtksctree.h
5431         * src/pixmaps/empty.xpm
5432                 Implement a wrapper call for gtk_ctree_set_node_info
5433                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5434                 pixmap instead of a NULL one. This works around some
5435                 memory problems deep inside gtk, revealed by valgrind,
5436                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5437                 as locked crashes sylpheed.), as well as, probably, 
5438                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5439
5440 2005-10-17 [colin]      1.9.15cvs71
5441
5442         * src/mimeview.c
5443                 Provide visual feedback when checking
5444                 signature
5445
5446 2005-10-17 [colin]      1.9.15cvs70
5447
5448         * src/main.c
5449                 Keep the folder list frozen while checking caches...
5450
5451 2005-10-17 [colin]      1.9.15cvs69
5452
5453         * src/addr_compl.c
5454                 Fi bug #833 (Autocompleting from addressbook 
5455                 fails with extended chars)
5456         * src/imap.c
5457                 Fix 'adding messages' staying in statusbar
5458                 after an error
5459
5460 2005-10-17 [wwp]        1.9.15cvs68
5461
5462         * src/ssl_manager.c
5463                 Fix buttons' layout resizing when window size changes
5464
5465 2005-10-17 [wwp]        1.9.15cvs67
5466
5467         * src/account.c
5468         * src/prefs_account.c
5469         * src/prefs_common.c
5470         * src/prefs_common.h
5471         * src/prefs_folder_item.c
5472         * src/prefs_gtk.c
5473         * src/gtk/logwindow.c
5474         * src/gtk/pluginwindow.c
5475         * src/gtk/prefswindow.c
5476         * src/gtk/prefswindow.h
5477                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5478
5479 2005-10-17 [paul]       1.9.15cvs66
5480
5481         * configure.ac
5482                 fix missing libetpan message
5483         * po/en_GB.po
5484                 updated
5485         * src/crash.c
5486         * src/manual.c
5487         * src/prefs_themes.c
5488         * src/common/defs.h
5489                 add some new URI defines, change some
5490                 others
5491         * src/wizard.c
5492                 make welcome message translatable
5493                 small improvements to english
5494                 other tweaks
5495         * src/gtk/menu.c
5496                 fix warnings
5497
5498 2005-10-17 [paul]       1.9.15cvs65
5499
5500         * src/summaryview.c
5501                 fix column titles
5502
5503 2005-10-16 [mones]      1.9.15cvs64
5504
5505         * po/es.po
5506                 Updated translation
5507
5508 2005-10-16 [colin]
5509
5510         1.9.99-rc1 released
5511
5512 2005-10-16 [colin]      1.9.15cvs63
5513
5514         * src/wizard.c
5515                 Fix whitespace
5516
5517 2005-10-16 [colin]      1.9.15cvs62
5518
5519         * src/toolbar.c
5520                 s/Get All/Get Mail/
5521         * src/wizard.c
5522                 Real welcome mail text, thanks Paul
5523
5524 2005-10-16 [colin]      1.9.15cvs61
5525
5526         * src/editldap.c
5527         * src/exporthtml.c
5528         * src/main.c
5529         * src/mainwindow.c
5530         * src/prefs_themes.c
5531         * src/prefs_toolbar.c
5532         * src/plugins/demo/demo.c
5533         * src/plugins/trayicon/trayicon.c
5534                 s/Sylpheed/Sylpheed-Claws/
5535
5536 2005-10-16 [colin]      1.9.15cvs60
5537
5538         * src/wizard.c
5539                 Add a welcome email in the first empty mailbox
5540         * src/prefs_common.c
5541                 Change one more default
5542
5543 2005-10-16 [colin]      1.9.15cvs59
5544
5545         * src/wizard.c
5546                 Remove printf
5547
5548 2005-10-16 [colin]      1.9.15cvs58
5549
5550         * src/toolbar.c
5551         * src/prefs_common.c
5552                 Change some defaults
5553
5554 2005-10-16 [colin]      1.9.15cvs57
5555
5556         * src/toolbar.c
5557         * src/prefs_common.c
5558                 Change some defaults
5559
5560 2005-10-16 [colin]      1.9.15cvs56
5561
5562         * src/wizard.c
5563                 By default, initialize fonts to have
5564                 the same size as normal GtkWidgets
5565
5566 2005-10-16 [colin]      1.9.15cvs55
5567
5568         * src/mimeview.c
5569                 Fix message a bit more
5570
5571 2005-10-16 [colin]      1.9.15cvs54
5572
5573         * src/addressbook.c
5574                 Second attempt at flicker fixing
5575
5576 2005-10-16 [colin]      1.9.15cvs53
5577
5578         * src/addressbook.c
5579                 Fix flicker
5580
5581 2005-10-16 [wwp]        1.9.15cvs52
5582
5583         * src/addressbook.c
5584         * src/editaddress.c
5585         * src/prefs_common.c
5586         * src/prefs_common.h
5587                 Remember window sizes (address book)
5588
5589 2005-10-16 [wwp]        1.9.15cvs51
5590
5591         * src/plugins/clamav/clamav_plugin_gtk.c
5592         * src/plugins/spamassassin/spamassassin_gtk.c
5593                 Fix compilation warnings (missing #include).
5594
5595 2005-10-16 [colin]      1.9.15cvs50
5596
5597         * src/mimeview.c
5598         * src/summaryview.c
5599         * src/textview.c
5600                 Make 'c' check signature, and forward
5601                 c, l, y, t from summaryview to mimeview
5602
5603 2005-10-16 [colin]      1.9.15cvs49
5604
5605         * src/addressbook.c
5606                 Put border around buttons
5607         * src/mainwindow.c
5608         * src/summaryview.c
5609                 Rework menus (Patch based on a patch
5610                 by Paul)
5611
5612 2005-10-15 [wwp]        1.9.15cvs48
5613
5614         * src/editjpilot.c
5615         * src/editldap.c
5616         * src/editvcard.c
5617         * src/exphtmldlg.c
5618         * src/expldifdlg.c
5619         * src/export.c
5620         * src/import.c
5621         * src/importldif.c
5622         * src/importmutt.c
5623         * src/importpine.c
5624         * src/prefs_account.c
5625         * src/prefs_spelling.c
5626         * src/gtk/gtkutils.c
5627         * src/gtk/gtkutils.h
5628         * src/plugins/clamav/clamav_plugin_gtk.c
5629         * src/plugins/spamassassin/spamassassin_gtk.c
5630                 use nicer browse-for-file/dir buttons than the "..." ones,
5631                 code factorizing more.
5632
5633 2005-10-14 [colin]      1.9.15cvs47
5634
5635         * src/mainwindow.c
5636                 set relief on the account switcher so that people see it
5637                 grey out Create processing rules when no message is selected
5638         * src/prefs_filtering.c
5639                 ask before closing if the rule has not been modified, even if
5640                 it's not valid
5641         * src/prefs_matcher.c
5642                 fix sensitivity when entering the dialog
5643         * src/gtk/inputdialog.c
5644                 display a better icon on password ask
5645         * src/plugins/pgpcore/passphrase.c
5646                 make the dialog look better
5647
5648 2005-10-14 [paul]       1.9.15cvs46
5649
5650         * src/folderview.c
5651                 indicate presense of marked msgs in
5652                 unexpanded subfolders
5653
5654 2005-10-14 [paul]       1.9.15cvs45
5655
5656         * src/prefs_actions.c
5657         * src/prefs_common.c
5658         * src/prefs_common.h
5659         * src/prefs_filtering_action.c
5660         * src/prefs_matcher.c
5661         * src/prefs_template.c
5662                 remember window sizes
5663                 fix Info button size
5664
5665         Patches by wwp
5666
5667 2005-10-13 [colin]      1.9.15cvs44
5668
5669         * src/mimeview.c
5670         * src/noticeview.c
5671         * src/noticeview.h
5672                 Add a tooltip on the icon (optional) 
5673                 Get rid of the signature buttons and only
5674                 use the icon+tooltip
5675
5676 2005-10-13 [colin]      1.9.15cvs43
5677
5678         * src/noticeview.c
5679         * src/noticeview.h
5680                 Add hand cursor for hovering over icon
5681
5682 2005-10-13 [colin]      1.9.15cvs42
5683
5684         * src/summaryview.c
5685                 Fix crash when quicksearch's hidden 
5686                 at startup
5687
5688 2005-10-13 [colin]      1.9.15cvs41
5689
5690         * src/compose.c
5691                 Set subject when forwarding multiple mails
5692                 Check that other recipient than the default Cc or Bcc
5693                 have been set before sending.
5694
5695 2005-10-13 [colin]      1.9.15cvs40
5696
5697         * src/imap.c
5698                 Batch per-folder
5699                 Introduce locking, but don't use it yet
5700
5701 2005-10-13 [colin]      1.9.15cvs39
5702
5703         * src/gtk/quicksearch.c
5704                 Reset quicksearch when hiding it
5705                 Make sticky a real pref
5706
5707 2005-10-13 [colin]      1.9.15cvs38
5708
5709         * src/summaryview.c
5710                 Faster prefs apply
5711
5712 2005-10-13 [colin]      1.9.15cvs37
5713
5714         * src/mimeview.c
5715         * src/noticeview.c
5716         * src/noticeview.h
5717         * src/plugins/pgpcore/sgpgme.c
5718                 Make privacy icon clickable
5719                 Move Trust field in Full info
5720                 When trust is less than full, don't display
5721                 a warning icon
5722
5723 2005-10-13 [colin]      1.9.15cvs36
5724
5725         * src/folder.c
5726                 Batch on flags sync
5727         * src/folderview.c
5728                 Revert speed hack which is dangerous in fact
5729                 Apply prefs faster
5730
5731 2005-10-13 [colin]      1.9.15cvs35
5732
5733         * src/folder_item_prefs.c
5734                 Fix pref corruption on folder move. Patch
5735                 by wwp
5736
5737 2005-10-13 [paul]       1.9.15cvs34
5738
5739         * src/export.c
5740         * src/import.c
5741                 fix typos in g_warnings
5742         * src/prefs_account.c
5743                 add a file selector for Signature file
5744
5745         Patches by wwp
5746
5747 2005-10-12 [colin]      1.9.15cvs33
5748
5749         * src/mimeview.c
5750                 Provide a quick way to go back from a
5751                 signature's full info to the email part
5752
5753 2005-10-12 [colin]      1.9.15cvs32
5754
5755         * src/compose.c
5756                 Remove old hack of encoding signed mails with base64.
5757                 QP works equally well.
5758
5759 2005-10-12 [colin]      1.9.15cvs31
5760
5761         * src/crash.c
5762                 Replace deprecated GtkText with GtkTextView
5763         * src/imap.c
5764                 Fix a logic bug about counts in imap_select
5765                 (previously un-triggered)
5766         * src/mainwindow.c
5767         * src/summaryview.c
5768         * src/news.c
5769                 Allow local deletion of news posts
5770         * src/mimeview.c
5771                 Show GPG noticeview on the message/rfc822 part
5772                 in addition to the text/plain one
5773         * src/prefs_image_viewer.c
5774           src/plugins/pgpcore/prefs_gpg.c
5775                 Polish (set the label as part of the checkbox)
5776         * src/wizard.c
5777                 Don't sit there doing nothing after destroying
5778                 the window - return err
5779
5780 2005-10-11 [colin]      1.9.15cvs30
5781
5782         * src/folderview.c
5783                 Apply processing rules before showing folders.
5784                 Early folder show (before flags sync) will only
5785                 be done when there are no processing rules (nor
5786                 pre- or post- ones)
5787         * src/imap.c
5788                 Fix stuff related to mail subdir, creation and 
5789                 deletion of folders 
5790         * src/imap_gtk.c
5791                 Don't allow creation of folders in NoInferior
5792                 folders, as it won't work
5793
5794 2005-10-10 [colin]      1.9.15cvs29
5795
5796         * src/compose.c
5797                 Reselect "None" Privacy system when selecting an
5798                 account with no privacy system defined
5799
5800 2005-10-10 [colin]      1.9.15cvs28
5801
5802         * src/mainwindow.c
5803                 Add Windows-1252 encoding
5804         * src/prefs_common.c
5805                 Rework some defaults:
5806                 - autosave to draft by default
5807                 - don't show header pane (it's already in the textview)
5808                 - Select first new or unread mail on entry
5809                 - Assume 'Yes' to change folder when there's no more
5810                   unread message
5811         * src/prefs_matcher.c
5812                 Fix a gtk assertion failure
5813         * src/gtk/colorlabel.c
5814                 Workaround bad repainting on selection
5815         * src/main.c
5816                 Freeze/thaw (a bit faster on ssh -X)
5817         * src/msgcache.c
5818                 Get rid of StrdupConverter that just adds an
5819                 extra strdup/free 
5820         * src/etpan/imap_thread.c
5821                 memset buf to 0
5822
5823 2005-10-10 [colin]      1.9.15cvs27
5824
5825         * src/export.c
5826         * src/import.c
5827                 Fix compile on gtk 2.4. Patch by wwp
5828
5829 2005-10-09 [colin]      1.9.15cvs26
5830
5831         * src/mainwindow.c
5832         * src/messageview.c
5833         * src/summaryview.c
5834                 Clarify forward menus. Patch by wwp
5835
5836 2005-10-09 [colin]      1.9.15cvs25
5837
5838         * src/compose.c
5839         * src/compose.h
5840                 Fix bug #829 (Non-working "Encrypt message by 
5841                 default when replying to an encrypted message")
5842
5843 2005-10-08 [colin]      1.9.15cvs24
5844
5845         * src/wizard.c
5846                 Fix bug #827 ("Welcome" setup wizard after a 
5847                 permission error gives up & forgets itself.)
5848
5849 2005-10-08 [colin]      1.9.15cvs23
5850
5851         * src/procmime.c
5852                 Fix bug #828 (Ignoring headers with spaces around = sign)
5853
5854 2005-10-08 [colin]      1.9.15cvs22
5855
5856         * src/export.c
5857                 Warning fix by wwp
5858
5859 2005-10-08 [colin]      1.9.15cvs21
5860
5861         * src/folder.c
5862         * src/folder.h
5863                 Add a processing_pending indicator, set on 
5864                 folder_item_open and cleared after 
5865                 folder_item_process_open
5866         * src/folderview.c
5867         * src/summaryview.c
5868                 wrap procmsg_msginfo_*_flags, and in the
5869                 wrapper check that there's no folder processing 
5870                 pending. If there is, defer the flags change until 
5871                 processing is done to avoid stepping over each
5872                 other's toes.
5873                 Freeze during processing, but not during scanning.
5874
5875 2005-10-07 [colin]      1.9.15cvs20
5876
5877         * src/plugins/pgpcore/passphrase.c
5878                 Fix bug #826 (X-Server hangs when 
5879                 right-clicking a PGP encrypted message)
5880
5881 2005-10-07 [paul]       1.9.15cvs19
5882
5883         * src/compose.c
5884                 fix compose_entries[]
5885                 patch by Fabien Vantard
5886
5887 2005-10-06 [colin]      1.9.15cvs18
5888
5889         * src/pixmaps/address.xpm
5890         * src/pixmaps/address_book.xpm
5891         * src/pixmaps/book.xpm
5892         * src/pixmaps/check_spelling.xpm
5893         * src/pixmaps/checkbox_off.xpm
5894         * src/pixmaps/checkbox_on.xpm
5895         * src/pixmaps/close.xpm
5896         * src/pixmaps/complete.xpm
5897         * src/pixmaps/continue.xpm
5898         * src/pixmaps/deleted.xpm
5899         * src/pixmaps/down_arrow.xpm
5900         * src/pixmaps/exec.xpm
5901         * src/pixmaps/forwarded.xpm
5902         * src/pixmaps/group.xpm
5903         * src/pixmaps/ignorethread.xpm
5904         * src/pixmaps/interface.xpm
5905         * src/pixmaps/jpilot.xpm
5906         * src/pixmaps/ldap.xpm
5907         * src/pixmaps/linewrap.xpm
5908         * src/pixmaps/linewrapcurrent.xpm
5909         * src/pixmaps/mail.xpm
5910         * src/pixmaps/mail_attach.xpm
5911         * src/pixmaps/mail_compose.xpm
5912         * src/pixmaps/mail_forward.xpm
5913         * src/pixmaps/mail_receive.xpm
5914         * src/pixmaps/mail_receive_all.xpm
5915         * src/pixmaps/mail_reply.xpm
5916         * src/pixmaps/mail_reply_to_all.xpm
5917         * src/pixmaps/mail_reply_to_author.xpm
5918         * src/pixmaps/mail_send.xpm
5919         * src/pixmaps/mail_send_queue.xpm
5920         * src/pixmaps/mime_application.xpm
5921         * src/pixmaps/mime_audio.xpm
5922         * src/pixmaps/mime_image.xpm
5923         * src/pixmaps/mime_message.xpm
5924         * src/pixmaps/mime_text_enriched.xpm
5925         * src/pixmaps/mime_text_html.xpm
5926         * src/pixmaps/mime_text_plain.xpm
5927         * src/pixmaps/mime_unknown.xpm
5928         * src/pixmaps/new.xpm
5929         * src/pixmaps/news_compose.xpm
5930         * src/pixmaps/offline.xpm
5931         * src/pixmaps/online.xpm
5932         * src/pixmaps/paste.xpm
5933         * src/pixmaps/preferences.xpm
5934         * src/pixmaps/privacy_emblem_encrypted.xpm
5935         * src/pixmaps/privacy_expired.xpm
5936         * src/pixmaps/privacy_failed.xpm
5937         * src/pixmaps/privacy_passed.xpm
5938         * src/pixmaps/privacy_signed.xpm
5939         * src/pixmaps/privacy_unknown.xpm
5940         * src/pixmaps/privacy_warn.xpm
5941         * src/pixmaps/properties.xpm
5942         * src/pixmaps/replied.xpm
5943         * src/pixmaps/search.xpm
5944         * src/pixmaps/unread.xpm
5945         * src/pixmaps/up_arrow.xpm
5946         * src/pixmaps/vcard.xpm
5947                 Modernize internal theme, with icons from the 
5948                 Gnomaws theme. Keep some of the old ones where
5949                 they were better.
5950
5951 2005-10-06 [colin]      1.9.15cvs17
5952
5953         * src/summaryview.c
5954                 Little optimisations + bugfix
5955         * src/toolbar.c
5956                 Remove default useless items - useless being defined
5957                 by the default relevant prefs
5958         * src/wizard.c
5959                 include config.h to make gettext work
5960         * src/prefs_themes.c
5961                 Fix selection of current theme in prefs
5962
5963 2005-10-06 [colin]      1.9.15cvs16
5964
5965         * src/prefs_common.c
5966         * src/prefs_common.h
5967         * src/prefs_summaries.c
5968         * src/folderview.c
5969                 Add a warning dialog on Mark all read 
5970                 (with pref to get rid of it)
5971
5972 2005-10-06 [paul]       1.9.15cvs15
5973
5974         * po/nb.po
5975         * po/pt_BR.po
5976                 updated by Geir Helland and Frederico
5977                 Goncalves Guimaraes
5978
5979 2005-10-05 [colin]      1.9.15cvs14
5980
5981         * src/folder.c
5982         * src/folder.h
5983         * src/folderview.c
5984         * src/folderview.h
5985         * src/imap_gtk.c
5986         * src/mh_gtk.c
5987         * src/mainwindow.c
5988         * src/setup.c
5989                 add a way to rescan without rebuilding
5990                 make moving a bit faster (less folders changes)
5991                 don't lock the tree on Get 
5992         * src/imap.c
5993                 Don't re-delete deleted messages before expunging
5994         * src/summaryview.c
5995                 Set batch mode when deleting mails
5996
5997 2005-10-05 [paul]       1.9.15cvs13
5998
5999         * src/mainwindow.c
6000         * src/mainwindow.h
6001                 fix disabled Execute menu item
6002         * src/toolbar.c
6003                 match the change in 1.9.15cvs10: use Compose
6004                 instead of News by default
6005
6006 2005-10-04 [colin]      1.9.15cvs12
6007
6008         * src/compose.c
6009                 When replying to an ML post with Reply-To set
6010                 to the poster's email, honor it (as before),
6011                 but also honor our user's request to reply to
6012                 the mailing list: set the ML address in the To
6013                 field and the Reply-To address in the Cc: 
6014                 field.
6015
6016 2005-10-04 [colin]      1.9.15cvs11
6017
6018         * src/plugins/trayicon/trayicon.c
6019                 Finish cosmetic change - thanks to wwp
6020
6021 2005-10-04 [colin]      1.9.15cvs10
6022
6023         * src/toolbar.c
6024                 Use Compose instead of Email by default.
6025                 Spotted by wwp.
6026
6027 2005-10-04 [colin]      1.9.15cvs9
6028
6029         * src/folder.c
6030         * src/folder.h
6031         * src/folderview.c
6032         * src/imap.c
6033         * src/etpan/imap-thread.c
6034         * src/etpan/imap-thread.h
6035                 Try to make IMAP faster, by simplifying SEARCH
6036                 commands, avoiding sending two STATUS in a row,
6037                 and deferring flags sync and processing just
6038                 after displaying the folder. 
6039                 This will update the SummaryView in certain
6040                 cases (new mails not already fetched, flags
6041                 changed from another client) but in a non-
6042                 blocking manner.
6043
6044 2005-10-04 [colin]      1.9.15cvs8
6045
6046         * src/plugins/trayicon/trayicon.c
6047                 Relabel "Offline" to "Work offline"
6048
6049 2005-10-04 [colin]      1.9.15cvs7
6050
6051         * src/export.c
6052         * src/import.c
6053         * src/mbox.c
6054                 Fix mbox import/export buglets
6055                 Patch by wwp
6056         * src/plugins/trayicon/trayicon.c
6057                 Add offline swithc
6058                 Patch by wwp
6059
6060 2005-10-04 [colin]      1.9.15cvs6
6061
6062         * src/folder.c
6063         * src/folderview.c
6064         * src/summaryview.c
6065                 Better fix (don't break mark all read) for cvs2
6066
6067 2005-10-03 [colin]      1.9.15cvs5
6068
6069         * src/folder.c
6070                 Use a sane sort by default
6071
6072 2005-10-03 [colin]      1.9.15cvs4
6073
6074         * src/inc.c
6075                 Add a 'Only once' button for overriding offline mode
6076         * src/prefs_account.c
6077         * src/wizard.c
6078                 Add Local mbox to the wizard
6079                 Add IMAP subdir to the wizard (or the wizard is useless
6080                 for such accounts, or even worse than useless)
6081                 Move IMAP subdir from Advanced to Receive tab, as it's
6082                 not that uncommon
6083
6084 2005-10-03 [colin]      1.9.15cvs3
6085
6086         * src/send_message.c
6087                 Forgot this one in cvs1
6088
6089 2005-10-03 [colin]      1.9.15cvs2
6090
6091         * src/folder.c
6092                 Faster close when leaving a folder with lots
6093                 of new mails. Idea by David Relson.
6094
6095 2005-10-03 [colin]      1.9.15cvs1
6096
6097         * src/compose.c
6098         * src/imap.c
6099         * src/inc.c
6100         * src/main.c
6101         * src/messageview.c
6102         * src/news.c
6103         * src/summaryview.c
6104         * src/gtk/sslcertwindow.c
6105         * src/plugins/trayicon/trayicon.c
6106                 Add accels to every AlertPanel. Patch by Fabien 
6107                 Vantard
6108
6109 2005-10-03 [paul]       1.9.15
6110
6111         1.9.15 released
6112
6113 2005-10-03 [paul]       1.9.14cvs68
6114
6115         * po/ca.po
6116         * po/de.po
6117         * po/es.po
6118         * po/fi.po
6119         * po/fr.po
6120         * po/sk.po
6121         * po/sr.po
6122         * po/zh_CN.po
6123                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6124                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6125                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6126
6127 2005-10-03 [paul]       1.9.14cvs67
6128
6129         * src/send_message.c
6130                 prevent hang on Cancel
6131                 patch by Colin
6132
6133 2005-10-03 [paul]       1.9.14cvs66
6134
6135         * src/main.c
6136                 fix crash in IMAP caused by discrepancy
6137                 between check_at_startup and offline mode
6138                 Patch by Colin
6139
6140 2005-10-01 [paul]       1.9.14cvs65
6141
6142         * src/inc.c
6143                 fix engrish
6144
6145 2005-10-01 [paul]       1.9.14cvs64
6146         * src/export.c
6147         * src/import.c
6148                 synchronise import_mbox() and export_mbox()
6149         * src/mbox.c
6150                 proc_mbox(): add alert if file cannot be opened
6151                 export_list_to_mbox(): test if dest file exists,
6152                 prompt user to overwrite if it does. add alert
6153                 if file cannot be created
6154                                                                 
6155         Patch by wwp
6156                                                                                                                 
6157
6158 2005-09-30 [paul]       1.9.14cvs63
6159
6160         * src/addressbook.c
6161                 Fix sensitivity of a menu
6162         * src/codeconv.c
6163                 Respect hidden pref for mails with no encoding
6164         * src/common/xml.c
6165                 Fix memory corruption
6166         * src/plugins/pgpcore/sgpgme.c
6167                 Fix segfault on incomplete sigs, and display
6168                 of S/Mime UIDs
6169
6170         Patches by Colin
6171
6172 2005-09-30 [colin]      1.9.14cvs62
6173
6174         * src/partial_download.c
6175                 Little logic fix in almost-dead code
6176         * src/pop.c
6177                 Fix partial download when there's no new mail
6178
6179 2005-09-29 [paul]       1.9.14cvs61
6180
6181         * src/plugins/pgpinline/pgpinline.c
6182                 fix bug 819, 'crash accessing sign message'
6183                 Patch by Colin
6184
6185 2005-09-28 [martin]     1.9.14cvs60
6186
6187         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6188                 fix bug #790 (Crash when restarting window manager (fluxbox))
6189
6190 2005-09-28 [paul]       1.9.14cvs59
6191
6192         * src/gtk/gtkaspell.c
6193                 fix off-by-one typo
6194
6195 2005-09-27 [colin]      1.9.14cvs58
6196
6197         * src/plugins/pgpcore/sgpgme.c
6198                 Report error when there's one, instead of
6199                 "Signature unchecked" 
6200
6201 2005-09-27 [colin]      1.9.14cvs57
6202
6203         * src/prefs_quote.c
6204                 Fix bug #816 (Weird quotation with spaces)
6205
6206 2005-09-27 [colin]      1.9.14cvs56
6207
6208         * src/codeconv.c
6209         * src/compose.c
6210         * src/compose.h
6211                 Put subject in compose's title
6212                 Fix Automatic encoding so that it's really automatic:
6213                 first try default locale's charset, then charset of the replied mail, 
6214                 then utf-8
6215                 Fix encoding of headers (must be in strict mode too)
6216
6217 2005-09-26 [colin]      1.9.14cvs55
6218
6219         * src/gtk/gtkaspell.c
6220                 Fix previous patch - don't color the space,
6221                 just uncolor it :)
6222
6223 2005-09-26 [colin]      1.9.14cvs54
6224
6225         * src/gtk/gtkaspell.c
6226                 Unmark space if possible
6227
6228 2005-09-26 [colin]      1.9.14cvs53
6229
6230         * src/imap.c
6231                 log_error instead of alertpanel according to the pref
6232         * src/etpan/imap-thread.c
6233                 Print connect status, copy only necessary size to 
6234                 logger
6235         * src/plugins/pgpmime/pgpmime.c
6236                 Handle S/Mime signatures (verification only). Patch based
6237                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6238
6239 2005-09-26 [paul]       1.9.14cvs52
6240
6241         * src/common/passcrypt.c
6242                 this 'workaround' not necessary on NetBSD.
6243                 Thanks to Daniel Gustafson
6244
6245 2005-09-26 [paul]
6246
6247         1.9.15-rc4 released
6248
6249 2005-09-26 [paul]       1.9.14cvs51
6250
6251         * src/summaryview.c
6252                 Skip currently selected message when
6253                 looking for next new or unread message
6254                 in current folder. Patch by Colin
6255         * src/common/passcrypt.c
6256                 eliminate warnings on *BSD. Patch by
6257                 Daniel Gustafson
6258
6259 2005-09-26 [colin]      1.9.14cvs50
6260
6261         * src/procmsg.c
6262                 Call postfiltering hook anyway
6263
6264 2005-09-22 [colin]      1.9.14cvs49
6265
6266         * src/codeconv.c
6267         * src/codeconv.h
6268                 Add a strict mode that doesn't replace with _
6269         * src/compose.c
6270         * src/compose.h
6271                 Use strict conversion while sending
6272                 Fix race when drafting while sending (happens
6273                 on IMAP)
6274                 Fix d'n'd of messages from summaryview
6275         * src/prefs_common.c
6276         * src/prefs_common.h
6277                 add hidden utf8_instead_of_locale_for_broken_mail 
6278                 pref for people that preferred the default charset 
6279                 to be utf8 for broken mails
6280         * src/quote_fmt_parse.y
6281                 fix bug #815 (No quote insert if "From:" fied 
6282                 contained Russian letters)
6283         * src/summaryview.c
6284                 Fix d'n'd of messages to compose
6285
6286 2005-09-22 [paul]       1.9.14cvs48
6287
6288         * src/compose.c
6289                 fix bug where attachments Name entry
6290                 would display Path instead
6291
6292 2005-09-21 [paul]       1.9.14cvs47
6293
6294         * README
6295         * README.jp
6296         * configure.ac
6297         * config/config.rpath
6298         * doc/manual/en/sylpheed-20.html
6299         * doc/manual/es/sylpheed-20.html
6300         * po/bg.po
6301         * po/ca.po
6302         * po/de.po
6303         * po/es.po
6304         * po/fr.po
6305         * po/it.po
6306         * po/pt_BR.po
6307         * po/sk.po
6308         * po/zh_TW.po
6309         * src/account.c
6310         * src/account.h
6311         * src/action.c
6312         * src/action.h
6313         * src/adbookbase.h
6314         * src/addr_compl.c
6315         * src/addr_compl.h
6316         * src/addrbook.c
6317         * src/addrbook.h
6318         * src/addrcache.c
6319         * src/addrcache.h
6320         * src/addrcindex.c
6321         * src/addrcindex.h
6322         * src/addrclip.c
6323         * src/addrclip.h
6324         * src/addrdefs.h
6325         * src/addressadd.c
6326         * src/addressadd.h
6327         * src/addressbook.c
6328         * src/addressbook.h
6329         * src/addressitem.h
6330         * src/addrgather.c
6331         * src/addrgather.h
6332         * src/addrharvest.c
6333         * src/addrharvest.h
6334         * src/addrindex.c
6335         * src/addrindex.h
6336         * src/addritem.c
6337         * src/addritem.h
6338         * src/addrquery.c
6339         * src/addrquery.h
6340         * src/addrselect.c
6341         * src/addrselect.h
6342         * src/alertpanel.c
6343         * src/alertpanel.h
6344         * src/browseldap.c
6345         * src/browseldap.h
6346         * src/codeconv.c
6347         * src/codeconv.h
6348         * src/compose.c
6349         * src/compose.h
6350         * src/crash.c
6351         * src/crash.h
6352         * src/customheader.c
6353         * src/customheader.h
6354         * src/displayheader.c
6355         * src/displayheader.h
6356         * src/editaddress.c
6357         * src/editaddress.h
6358         * src/editbook.c
6359         * src/editbook.h
6360         * src/editgroup.c
6361         * src/editgroup.h
6362         * src/editjpilot.c
6363         * src/editjpilot.h
6364         * src/editldap.c
6365         * src/editldap.h
6366         * src/editldap_basedn.c
6367         * src/editldap_basedn.h
6368         * src/editvcard.c
6369         * src/editvcard.h
6370         * src/enriched.c
6371         * src/enriched.h
6372         * src/exphtmldlg.c
6373         * src/exphtmldlg.h
6374         * src/expldifdlg.c
6375         * src/expldifdlg.h
6376         * src/export.c
6377         * src/export.h
6378         * src/exporthtml.c
6379         * src/exporthtml.h
6380         * src/exportldif.c
6381         * src/exportldif.h
6382         * src/filtering.c
6383         * src/filtering.h
6384         * src/folder.c
6385         * src/folder.h
6386         * src/folder_item_prefs.c
6387         * src/folder_item_prefs.h
6388         * src/foldersel.c
6389         * src/foldersel.h
6390         * src/folderutils.c
6391         * src/folderutils.h
6392         * src/folderview.c
6393         * src/folderview.h
6394         * src/grouplistdialog.c
6395         * src/grouplistdialog.h
6396         * src/headerview.c
6397         * src/headerview.h
6398         * src/html.c
6399         * src/html.h
6400         * src/image_viewer.c
6401         * src/image_viewer.h
6402         * src/imap.c
6403         * src/imap.h
6404         * src/imap_gtk.c
6405         * src/imap_gtk.h
6406         * src/import.c
6407         * src/import.h
6408         * src/importldif.c
6409         * src/importldif.h
6410         * src/importmutt.c
6411         * src/importmutt.h
6412         * src/importpine.c
6413         * src/importpine.h
6414         * src/inc.c
6415         * src/inc.h
6416         * src/jpilot.c
6417         * src/jpilot.h
6418         * src/ldapctrl.c
6419         * src/ldapctrl.h
6420         * src/ldaplocate.c
6421         * src/ldaplocate.h
6422         * src/ldapquery.c
6423         * src/ldapquery.h
6424         * src/ldapserver.c
6425         * src/ldapserver.h
6426         * src/ldaputil.c
6427         * src/ldaputil.h
6428         * src/ldif.c
6429         * src/ldif.h
6430         * src/localfolder.c
6431         * src/localfolder.h
6432         * src/main.c
6433         * src/main.h
6434         * src/mainwindow.c
6435         * src/mainwindow.h
6436         * src/manual.c
6437         * src/manual.h
6438         * src/matcher.c
6439         * src/matcher.h
6440         * src/matcher_parser.h
6441         * src/matcher_parser_lex.l
6442         * src/matcher_parser_parse.y
6443         * src/mbox.c
6444         * src/mbox.h
6445         * src/message_search.c
6446         * src/message_search.h
6447         * src/messageview.c
6448         * src/messageview.h
6449         * src/mh.c
6450         * src/mh.h
6451         * src/mh_gtk.c
6452         * src/mh_gtk.h
6453         * src/mimeview.c
6454         * src/mimeview.h
6455         * src/msgcache.c
6456         * src/msgcache.h
6457         * src/mutt.c
6458         * src/mutt.h
6459         * src/news.c
6460         * src/news.h
6461         * src/news_gtk.c
6462         * src/news_gtk.h
6463         * src/noticeview.c
6464         * src/noticeview.h
6465         * src/partial_download.c
6466         * src/partial_download.h
6467         * src/pine.c
6468         * src/pine.h
6469         * src/pop.c
6470         * src/pop.h
6471         * src/prefs_account.c
6472         * src/prefs_account.h
6473         * src/prefs_actions.c
6474         * src/prefs_actions.h
6475         * src/prefs_common.c
6476         * src/prefs_common.h
6477         * src/prefs_compose_writing.c
6478         * src/prefs_compose_writing.h
6479         * src/prefs_customheader.c
6480         * src/prefs_customheader.h
6481         * src/prefs_display_header.c
6482         * src/prefs_display_header.h
6483         * src/prefs_ext_prog.c
6484         * src/prefs_ext_prog.h
6485         * src/prefs_filtering.c
6486         * src/prefs_filtering.h
6487         * src/prefs_filtering_action.c
6488         * src/prefs_filtering_action.h
6489         * src/prefs_folder_column.c
6490         * src/prefs_folder_column.h
6491         * src/prefs_folder_item.c
6492         * src/prefs_folder_item.h
6493         * src/prefs_fonts.c
6494         * src/prefs_fonts.h
6495         * src/prefs_gtk.c
6496         * src/prefs_gtk.h
6497         * src/prefs_image_viewer.c
6498         * src/prefs_image_viewer.h
6499         * src/prefs_matcher.c
6500         * src/prefs_matcher.h
6501         * src/prefs_message.c
6502         * src/prefs_message.h
6503         * src/prefs_msg_colors.c
6504         * src/prefs_msg_colors.h
6505         * src/prefs_other.c
6506         * src/prefs_other.h
6507         * src/prefs_quote.c
6508         * src/prefs_quote.h
6509         * src/prefs_receive.c
6510         * src/prefs_receive.h
6511         * src/prefs_send.c
6512         * src/prefs_send.h
6513         * src/prefs_spelling.c
6514         * src/prefs_spelling.h
6515         * src/prefs_summaries.c
6516         * src/prefs_summaries.h
6517         * src/prefs_summary_column.c
6518         * src/prefs_summary_column.h
6519         * src/prefs_template.c
6520         * src/prefs_template.h
6521         * src/prefs_themes.c
6522         * src/prefs_themes.h
6523         * src/prefs_toolbar.c
6524         * src/prefs_toolbar.h
6525         * src/prefs_wrapping.c
6526         * src/prefs_wrapping.h
6527         * src/privacy.c
6528         * src/privacy.h
6529         * src/procheader.c
6530         * src/procheader.h
6531         * src/procmime.c
6532         * src/procmime.h
6533         * src/procmsg.c
6534         * src/procmsg.h
6535         * src/quote_fmt.c
6536         * src/quote_fmt_parse.y
6537         * src/recv.c
6538         * src/recv.h
6539         * src/remotefolder.c
6540         * src/remotefolder.h
6541         * src/send_message.c
6542         * src/send_message.h
6543         * src/setup.c
6544         * src/setup.h
6545         * src/simple-gettext.c
6546         * src/sourcewindow.c
6547         * src/sourcewindow.h
6548         * src/ssl_manager.c
6549         * src/ssl_manager.h
6550         * src/statusbar.c
6551         * src/statusbar.h
6552         * src/stock_pixmap.c
6553         * src/stock_pixmap.h
6554         * src/summary_search.c
6555         * src/summary_search.h
6556         * src/summaryview.c
6557         * src/summaryview.h
6558         * src/syldap.c
6559         * src/syldap.h
6560         * src/textview.c
6561         * src/textview.h
6562         * src/toolbar.c
6563         * src/toolbar.h
6564         * src/undo.c
6565         * src/undo.h
6566         * src/unmime.c
6567         * src/unmime.h
6568         * src/vcard.c
6569         * src/vcard.h
6570         * src/wizard.c
6571         * src/wizard.h
6572         * src/common/base64.c
6573         * src/common/base64.h
6574         * src/common/defs.h
6575         * src/common/hooks.c
6576         * src/common/hooks.h
6577         * src/common/log.c
6578         * src/common/log.h
6579         * src/common/md5.c
6580         * src/common/md5.h
6581         * src/common/mgutils.c
6582         * src/common/mgutils.h
6583         * src/common/nntp.c
6584         * src/common/nntp.h
6585         * src/common/passcrypt.c
6586         * src/common/passcrypt.h.in
6587         * src/common/plugin.c
6588         * src/common/plugin.h
6589         * src/common/prefs.c
6590         * src/common/prefs.h
6591         * src/common/progressindicator.c
6592         * src/common/progressindicator.h
6593         * src/common/quoted-printable.c
6594         * src/common/quoted-printable.h
6595         * src/common/session.c
6596         * src/common/session.h
6597         * src/common/smtp.c
6598         * src/common/smtp.h
6599         * src/common/socket.c
6600         * src/common/socket.h
6601         * src/common/ssl.c
6602         * src/common/ssl.h
6603         * src/common/ssl_certificate.c
6604         * src/common/ssl_certificate.h
6605         * src/common/string_match.c
6606         * src/common/string_match.h
6607         * src/common/stringtable.c
6608         * src/common/sylpheed.c
6609         * src/common/sylpheed.h
6610         * src/common/template.c
6611         * src/common/template.h
6612         * src/common/timing.h
6613         * src/common/utils.c
6614         * src/common/utils.h
6615         * src/common/uuencode.c
6616         * src/common/uuencode.h
6617         * src/common/version.h.in
6618         * src/common/xml.c
6619         * src/common/xml.h
6620         * src/common/xmlprops.c
6621         * src/common/xmlprops.h
6622         * src/gtk/about.c
6623         * src/gtk/about.h
6624         * src/gtk/colorlabel.c
6625         * src/gtk/colorlabel.h
6626         * src/gtk/colorsel.c
6627         * src/gtk/colorsel.h
6628         * src/gtk/description_window.c
6629         * src/gtk/description_window.h
6630         * src/gtk/filesel.c
6631         * src/gtk/filesel.h
6632         * src/gtk/foldersort.c
6633         * src/gtk/foldersort.h
6634         * src/gtk/gtkutils.c
6635         * src/gtk/gtkutils.h
6636         * src/gtk/inputdialog.c
6637         * src/gtk/inputdialog.h
6638         * src/gtk/logwindow.c
6639         * src/gtk/logwindow.h
6640         * src/gtk/manage_window.c
6641         * src/gtk/manage_window.h
6642         * src/gtk/menu.c
6643         * src/gtk/menu.h
6644         * src/gtk/pluginwindow.c
6645         * src/gtk/pluginwindow.h
6646         * src/gtk/prefswindow.c
6647         * src/gtk/prefswindow.h
6648         * src/gtk/progressdialog.c
6649         * src/gtk/progressdialog.h
6650         * src/gtk/quicksearch.c
6651         * src/gtk/quicksearch.h
6652         * src/gtk/sslcertwindow.c
6653         * src/gtk/sslcertwindow.h
6654         * src/plugins/clamav/clamav_plugin.c
6655         * src/plugins/clamav/clamav_plugin.h
6656         * src/plugins/clamav/clamav_plugin_gtk.c
6657         * src/plugins/demo/demo.c
6658         * src/plugins/dillo_viewer/dillo_prefs.c
6659         * src/plugins/dillo_viewer/dillo_prefs.h
6660         * src/plugins/dillo_viewer/dillo_viewer.c
6661         * src/plugins/mathml_viewer/mathml_viewer.c
6662         * src/plugins/pgpcore/passphrase.c
6663         * src/plugins/pgpcore/passphrase.h
6664         * src/plugins/pgpcore/plugin.c
6665         * src/plugins/pgpcore/prefs_gpg.c
6666         * src/plugins/pgpcore/prefs_gpg.h
6667         * src/plugins/pgpcore/select-keys.c
6668         * src/plugins/pgpcore/select-keys.h
6669         * src/plugins/pgpcore/sgpgme.c
6670         * src/plugins/pgpcore/sgpgme.h
6671         * src/plugins/pgpinline/pgpinline.c
6672         * src/plugins/pgpinline/pgpinline.h
6673         * src/plugins/pgpinline/plugin.c
6674         * src/plugins/pgpmime/pgpmime.c
6675         * src/plugins/pgpmime/pgpmime.h
6676         * src/plugins/pgpmime/plugin.c
6677         * src/plugins/spamassassin/spamassassin.c
6678         * src/plugins/spamassassin/spamassassin.h
6679         * src/plugins/spamassassin/spamassassin_gtk.c
6680         * src/plugins/trayicon/trayicon.c
6681         * tools/OOo2sylpheed.pl
6682         * tools/acroread2sylpheed.pl
6683         * tools/asus_mailled.sh
6684         * tools/filter_conv.pl
6685         * tools/freshmeat_search.pl
6686         * tools/google_search.pl
6687         * tools/kmail2sylpheed.pl
6688         * tools/kmail2sylpheed_v2.pl
6689         * tools/maildir2sylpheed.pl
6690         * tools/multiwebsearch.pl
6691         * tools/newscache_clean.pl
6692         * tools/outlook2sylpheed.pl
6693         * tools/sylpheed-switcher
6694         * tools/update-po
6695         * tools/vcard2xml.py
6696         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6697                 update FSF address
6698
6699 2005-09-21 [colin]      1.9.14cvs46
6700
6701         * src/gedit-print.c
6702         * src/procmsg.c
6703         * src/procmsg.h
6704         * src/textview.c
6705         * src/summaryview.c
6706                 Remove some printing hacks (deselection/reselection),
6707                 which by the way fix printing the currently 
6708                 displayed mime part (still only text)
6709                 Plus a little optimisation of summary_show
6710
6711
6712 2005-09-20 [colin]      1.9.14cvs45
6713
6714         * src/mainwindow.c
6715         * src/messageview.c
6716                 GUI fixups: add accels, set message
6717                 view title to displayed mail's subject
6718         * src/prefs_spelling.c
6719         * src/gtk/gtkaspell.c
6720                 GUI fixups: allow underlining misspelled
6721                 words instead of coloring them (a11y!)
6722
6723 2005-09-19 [colin]
6724
6725         1.9.15rc3 released
6726
6727 2005-09-19 [colin]      1.9.14cvs44
6728
6729         * src/compose.c
6730                 Fix draft message
6731         * src/gtk/gtkaspell.c
6732                 Fix wrong test ;-)
6733
6734 2005-09-19 [colin]      1.9.14cvs43
6735
6736         * src/addressbook.c
6737                 Fix sensitivity of Delete button
6738         * src/compose.c
6739                 Warn if the requested Privacy system
6740                 is not available
6741         * src/exphtmldlg.c
6742         * src/expldifdlg.c
6743         * src/importldif.c
6744         * src/importmutt.c
6745         * src/importpine.c
6746                 Fix crappy UI
6747         * src/
6748         * src/ssl.h
6749         * src/prefs_account.h
6750         * src/prefs_account.c
6751                 Save SSL prefs even in builds that have
6752                 SSL support disable
6753         * src/imap.c
6754         * src/inc.c
6755         * src/news.c
6756         * src/send_message.c
6757                 Warn if connection should be secure, but
6758                 SSL support isn't compiled in
6759         * src/gtkaspell.c
6760                 Fix word separation on UTF-8 systems
6761                 Fixes bug #812 (Strange inline spellchecking)
6762         * src/compose.c
6763                 Warn if the requested Privacy system
6764                 is not available
6765                 Factorize offline warning
6766         * src/imap.c
6767         * src/imap_gtk.c
6768         * src/imap_gtk.h
6769         * src/inc.h
6770         * src/news_gtk.c
6771         * src/news_gtk.h
6772         * src/messageview.c
6773                 Factorize offline warning
6774
6775 2005-09-19 [paul]
6776
6777         1.9.15-rc2 released
6778
6779 2005-09-18 [colin]      1.9.14cvs42
6780
6781         * src/codeconv.c
6782         * src/codeconv.h
6783         * src/procmime.c
6784                 Add a way to get locale's charset ignoring utf-8,
6785                 and use that as default encoding for broken mails
6786
6787 2005-09-18 [colin]      1.9.14cvs41
6788
6789         * src/gtk/logwindow.c
6790                 Translate string. Patch by Fabien Vantard
6791
6792 2005-09-18 [colin]      1.9.14cvs40
6793
6794         * configure.ac
6795                 Fix bug #803 (IMAP/SSL support breaks with 
6796                 GnuTLS libetpan 0.38)
6797
6798 2005-09-18 [colin]      1.9.14cvs39
6799
6800         * src/codeconv.c
6801         * src/compose.c
6802         * src/procmime.c
6803                 More charsets fixes. Fixes bug #806 (non
6804                 ascii characters in subject line)
6805
6806 2005-09-17 [paul]       1.9.14cvs38
6807
6808         * src/folderview.c
6809         * src/mainwindow.c
6810                 fix gcc-2.95 issues
6811                 Patch by Pawel Pekala
6812
6813 2005-09-17 [colin]      1.9.14cvs37
6814
6815         * src/addrindex.c
6816                 bugfix for NO-USE LDAP compilation, patch 
6817                 by Fabien Vantard
6818
6819 2005-09-17 [colin]      1.9.14cvs36
6820
6821         * src/prefs_actions.c
6822         * src/prefs_customheader.c
6823         * src/prefs_display_header.c
6824         * src/prefs_filtering_action.c
6825         * src/prefs_matcher.c
6826         * src/prefs_toolbar.c
6827                 Fix strange casts (less elegant but
6828                 works better)
6829
6830 2005-09-16 [colin]      1.9.14cvs35
6831
6832         * src/jpilot.c
6833                 Missed that one
6834
6835 2005-09-16 [colin]      1.9.14cvs34
6836
6837         * configure.ac
6838         * src/Makefile.am
6839         * src/addr_compl.c
6840         * src/addrindex.c
6841         * src/browseldap.c
6842         * src/editldap.c
6843         * src/ldaplocate.c
6844         * src/ldapquery.c
6845         * src/ldapquery.h
6846         * src/ldapserver.c
6847         * src/ldapserver.h
6848         * src/main.c
6849         * src/matcher_parser_parse.y
6850         * src/prefs_themes.c
6851         * src/etpan/Makefile.am
6852         * src/gtk/description_window.c
6853         * src/plugins/clamav/Makefile.am
6854         * src/plugins/clamav/clamav_plugin.c
6855         * src/plugins/dillo_viewer/Makefile.am
6856         * src/plugins/pgpcore/Makefile.am
6857         * src/plugins/pgpinline/Makefile.am
6858         * src/plugins/pgpmime/Makefile.am
6859         * src/plugins/trayicon/Makefile.am
6860                 Fix 100% cpu usage in address completion list
6861                 Fix little bugs (return with no values etc)
6862                 Fix all warnings (with common CFLAGS)
6863
6864 2005-09-15 [colin]      1.9.14cvs33
6865
6866         * src/addressbook.c
6867                 Fix bug where sometimes a group's email list is empty,
6868                 force its refresh (probably fixes "Re: how to create a 
6869                 distribution list")
6870         * src/ldapquery.c
6871                 Don't return to the callback in the main thread from the
6872                 fetch thread (or face segs!)
6873
6874 2005-09-15 [paul]       1.9.14cvs32
6875
6876         * src/prefs_matcher.c
6877                 forgotten in last commit
6878
6879 2005-09-15 [paul]       1.9.14cvs31
6880
6881         * src/prefs_actions.c
6882         * src/prefs_filtering_action.c
6883         * src/prefs_quote.c
6884         * src/quote_fmt.c
6885         * src/summaryview.c
6886         * src/gtk/description_window.c
6887         * src/gtk/description_window.h
6888         * src/gtk/quicksearch.c
6889                 allow interaction with the called
6890                 description window
6891                 Patch by Anders Hammar
6892
6893 2005-09-14 [paul]       1.9.14cvs30
6894
6895         * src/compose.c
6896                 fix a little annoyance when pasting with 3rd button 
6897                 with wrap_pastes=0 and wrap_input=1
6898                 Patch by Colin
6899
6900 2005-09-14 [paul]       1.9.14cvs29
6901
6902         * src/prefs_account.c
6903                 disable 'Filter messages on receiving' for
6904                 SMTP-only accounts
6905                 Patch  by Anders Hammar
6906
6907 2005-09-14 [paul]       1.9.14cvs28
6908
6909         * po/sk.po
6910                 fix crash
6911                 updated by Andrej Kacian
6912
6913 2005-09-14 [paul]
6914
6915         1.9.15-rc1 released
6916
6917 2005-09-14 [paul]       1.9.14cvs27
6918
6919         * po/es.po
6920                 updated by Ricardo Mones Lastra
6921         * src/compose.c
6922         * src/compose.h
6923                 associate no_wrap_tags to Compose windows
6924                 instead of using a static one
6925                 Patch by Colin
6926         * src/mbox.c
6927                 fix proc_mbox()
6928                 Patch by wwp
6929         * src/textview.c
6930                 remove unneeded printf()
6931
6932 2005-09-14 [paul]       1.9.14cvs26
6933
6934         * src/addrcache.c
6935         * src/codeconv.h
6936         * src/folder.h
6937         * src/mainwindow.h
6938         * src/mh.c
6939         * src/mimeview.h
6940         * src/partial_download.c
6941         * src/pop.c
6942         * src/prefs_account.c
6943         * src/prefs_account.h
6944         * src/prefs_actions.c
6945         * src/prefs_customheader.c
6946         * src/prefs_display_header.c
6947         * src/prefs_filtering_action.c
6948         * src/prefs_matcher.c
6949         * src/prefs_toolbar.c
6950         * src/privacy.h
6951         * src/procmime.c
6952         * src/procmime.h
6953         * src/procmsg.h
6954         * src/textview.c
6955         * src/undo.h
6956         * src/common/plugin.c
6957         * src/common/session.h
6958         * src/common/socket.c
6959         * src/common/socket.h
6960         * src/common/template.c
6961         * src/gtk/gtkaspell.c
6962         * src/gtk/quicksearch.h
6963         * src/plugins/pgpcore/passphrase.c
6964         * src/plugins/pgpcore/prefs_gpg.h
6965         * src/plugins/pgpcore/select-keys.c
6966         * src/plugins/pgpcore/select-keys.h
6967         * src/plugins/pgpcore/sgpgme.c
6968         * src/plugins/pgpinline/pgpinline.c
6969         * src/plugins/pgpmime/pgpmime.c
6970         * src/plugins/trayicon/trayicon.c
6971                 fix compilation warnings
6972                 Patch by Daniel Gustafson
6973
6974 2005-09-14 [paul]       1.9.14cvs25
6975
6976         * src/addressbook.c
6977                 add missing column header, and other small
6978                 bug fixes
6979                 Patch by Anders Hammar
6980
6981 2005-09-13 [colin]      1.9.14cvs24
6982
6983         * src/gtk/gtkaspell.c
6984                 Fix non-utf8 in menu
6985                 Fix little leaks
6986                 Nullify struct members after free()s
6987
6988 2005-09-13 [colin]      1.9.14cvs23
6989
6990         * src/compose.c
6991                 Test utf8 compliance before inserting to 
6992                 buffer, and try to convert if necessary
6993         * src/procmime.c
6994                 If no charset is present, use the locale 
6995                 one instead of us-ascii
6996         * src/procmsg.c
6997                 Add Sender, List-Post and To in the checked 
6998                 headers for automatic rules creation 
6999                 (thanks to wwp)
7000         * src/prefs_themes.c
7001         * src/gtk/gtkaspell.c
7002                 Remove deprecated functions. 
7003                 patch by Daniel Gustafson
7004
7005 2005-09-12 [colin]      1.9.14cvs22
7006
7007         * src/compose.c
7008                 Fix bug #448 (Scrolling/Redraw issue with 
7009                 address-fields in Header)
7010         * src/mainwindow.c
7011         * src/summaryview.c
7012         * src/summaryview.h
7013                 Fix loss of MSG_MARKED on move/copy
7014                 Fix bug #804 (Quicksearch togglebutton doesn't 
7015                 get depressed after '/' key is pressed)
7016
7017 2005-09-12 [paul]       1.9.14cvs21
7018
7019         * AUTHORS
7020         * src/gtk/logwindow.c
7021                 add 'Clear Log' to popup menu
7022                 Patch by Anders Hammar <anders.hammar@telia.com>
7023
7024 2005-09-12 [paul]       1.9.14cvs20
7025
7026         * src/compose.c
7027                 set correct sensitivity on attachments
7028                 popup menu
7029         * src/folder.c
7030                 fix typo
7031         * src/prefs_spelling.c
7032                 fix crash when no LANG env is set
7033         * src/common/xml.c
7034                 fix crash in wizard
7035                 don't use memeory after free
7036
7037         All patches by Daniel Gustafson
7038
7039 2005-09-12 [paul]       1.9.14cvs19
7040
7041         * src/prefs_themes.c
7042                 make theme info selectable
7043         * src/gtk/description_window.c
7044                 make window non-modal
7045         * tools/README
7046                 add details of asus_mailed.sh
7047         * tools/claws.i18n.status.pl
7048                 update for new zh_TW translator
7049                 widen the output
7050                 create alternate coloured lines
7051                 improve readability
7052
7053 2005-09-10 [colin]      1.9.14cvs18
7054
7055         * src/plugins/pgpcore/select-keys.c
7056                 Better order for the buttons
7057
7058 2005-09-10 [colin]      1.9.14cvs17
7059
7060         * src/compose.c
7061         * src/plugins/pgpcore/select-keys.c
7062         * src/plugins/pgpcore/select-keys.h
7063         * src/plugins/pgpcore/sgpgme.c
7064                 Add a "Don't encrypt" button to the key
7065                 selection dialog. Fixes bug #177 (There should be a 
7066                 'Don't encrypt button in the Select Keys dialog)
7067
7068 2005-09-10 [colin]      1.9.14cvs16
7069
7070         * src/compose.c
7071                 Fix bug #572 (%X option does not work with templates)
7072
7073 2005-09-10 [colin]      1.9.14cvs15
7074
7075         * src/toolbar.c 
7076                 Remove g_print
7077
7078 2005-09-10 [colin]      1.9.14cvs14
7079
7080         * src/imap.c
7081                 Fix a possible crash
7082
7083 2005-09-09 [colin]      1.9.14cvs13
7084
7085         * src/imap.c
7086         * src/etpan/imap-thread.c
7087         * src/etpan/imap-thread.h
7088                 Fix moving from queue or drafts to normal folders
7089                 Fix bug #794 (No way to delete without expunging)
7090                 Take flags unset by other mailers into account
7091                 Take deleted flag set by other mailers into account
7092                 Fix unsetting REPLIED flag
7093                 Fix crash when capabilities can't be retrieved
7094         * src/mainwindow.c
7095         * src/mainwindow.h
7096                 Add M_DELAYED_FLAGS condition, and let the user use
7097                 Execute in order to be able to expunge deleted mails,
7098                 even if he's not in delayed execute mode
7099         * src/prefs_spelling.c
7100                 Use 'en' dictionary by default if LANG is POSIX or C
7101         * src/gtk/prefswindow.c
7102                 Fix bug #767 (Preferences windows expanding) by making
7103                 the window a bit larger when the resolution is greater
7104                 than 640x480, and by putting the prefs in a
7105                 GtkScrolledWindow.
7106
7107 2005-09-09 [paul]       1.9.14cvs12
7108
7109         * AUTHORS
7110         * configure.ac
7111         * po/zh_TW.Big5.po      ** REMOVED **
7112         * po/zh_TW.po           ** ADDED **
7113                 updated by Wei-Lun Chao
7114
7115 2005-09-09 [paul]       1.9.14cvs11
7116
7117         * src/mainwindow.c
7118                 fix asserts
7119         * src/common/xml.c
7120                 delay memory allocation until file is
7121                 opened successfully
7122                 Patch by Daniel Gustafson
7123
7124 2005-09-09 [colin]      1.9.14cvs10
7125
7126         * src/imap.c
7127                 Add guards
7128
7129 2005-09-08 [colin]      1.9.14cvs9
7130
7131         * src/compose.c
7132                 Alert when we can't save draft
7133                 Fix various wrap/color issues
7134                 Add mid-click pasting respecting wrap_paste option
7135         * src/folder.c
7136         * src/folder.h
7137         * src/folder_item_prefs.c
7138         * src/folder_item_prefs.h
7139         * src/imap.c
7140         * src/imap_gtk.c
7141         * src/imap_gtk.h
7142         * src/main.c
7143         * src/mainwindow.c
7144         * src/mainwindow.h
7145         * src/news.c
7146         * src/news_gtk.c
7147         * src/news_gtk.h
7148         * src/prefs_folder_item.c
7149                 Fix the impossibility to synchronise folders for
7150                 offline use (IMAP and NNTP are concerned)
7151
7152 2005-09-08 [colin]      1.9.14cvs8
7153
7154         * configure.ac
7155                 Build LDAP and JPilot by default if available
7156         * src/textview.c
7157                 Fix use after free
7158
7159 2005-09-08 [paul]       1.9.14cvs7
7160
7161         * doc/manual/en/sylpheed-1.html
7162         * doc/manual/en/sylpheed-18.html
7163         * doc/manual/en/sylpheed-19.html
7164         * doc/manual/en/sylpheed-4.html
7165         * doc/manual/en/sylpheed-6.html
7166         * doc/manual/en/sylpheed.html
7167                 a few minor updates, plus include some
7168                 details about plugins and their requirements
7169         * src/mainwindow.c
7170                 minor changes to English in /View/Sort
7171
7172 2005-09-07 [colin]      1.9.14cvs6
7173
7174         * doc/manual/en/sylpheed-1.html
7175         * doc/manual/en/sylpheed-10.html
7176         * doc/manual/en/sylpheed-11.html
7177         * doc/manual/en/sylpheed-12.html
7178         * doc/manual/en/sylpheed-13.html
7179         * doc/manual/en/sylpheed-14.html
7180         * doc/manual/en/sylpheed-15.html
7181         * doc/manual/en/sylpheed-16.html
7182         * doc/manual/en/sylpheed-17.html
7183         * doc/manual/en/sylpheed-18.html
7184         * doc/manual/en/sylpheed-19.html
7185         * doc/manual/en/sylpheed-2.html
7186         * doc/manual/en/sylpheed-20.html
7187         * doc/manual/en/sylpheed-21.html
7188         * doc/manual/en/sylpheed-22.html
7189         * doc/manual/en/sylpheed-3.html
7190         * doc/manual/en/sylpheed-4.html
7191         * doc/manual/en/sylpheed-5.html
7192         * doc/manual/en/sylpheed-6.html
7193         * doc/manual/en/sylpheed-7.html
7194         * doc/manual/en/sylpheed-8.html
7195         * doc/manual/en/sylpheed-9.html
7196         * doc/manual/en/sylpheed.html
7197                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7198
7199 2005-09-07 [colin]      1.9.14cvs5
7200
7201         * src/mainwindow.c
7202                 Make labels more to-the-point
7203
7204 2005-09-07 [colin]      1.9.14cvs4
7205
7206         * doc/manual/en/sylpheed-1.html
7207         * doc/manual/en/sylpheed-12.html
7208         * doc/manual/en/sylpheed-13.html
7209         * doc/manual/en/sylpheed-14.html
7210         * doc/manual/en/sylpheed-15.html
7211         * doc/manual/en/sylpheed-16.html
7212         * doc/manual/en/sylpheed-17.html
7213         * doc/manual/en/sylpheed-18.html
7214         * doc/manual/en/sylpheed-19.html
7215         * doc/manual/en/sylpheed-2.html
7216         * doc/manual/en/sylpheed-20.html
7217         * doc/manual/en/sylpheed-21.html
7218         * doc/manual/en/sylpheed-22.html
7219         * doc/manual/en/sylpheed-4.html
7220         * doc/manual/en/sylpheed-5.html
7221         * doc/manual/en/sylpheed-6.html
7222         * doc/manual/en/sylpheed-7.html
7223         * doc/manual/en/sylpheed-8.html
7224         * doc/manual/en/sylpheed-9.html
7225         * doc/manual/en/sylpheed.html
7226                 Update manual
7227
7228 2005-09-07 [colin]      1.9.14cvs3
7229
7230         * doc/faq/en/sylpheed-faq-1.html
7231         * doc/faq/en/sylpheed-faq-2.html
7232         * doc/faq/en/sylpheed-faq-3.html
7233         * doc/faq/en/sylpheed-faq.html
7234                 Update FAQ
7235
7236 2005-09-07 [colin]      1.9.14cvs2
7237
7238         * src/folderview.c
7239         * src/procmsg.c
7240         * src/summaryview.c
7241         * src/toolbar.c
7242                 Fix special subfolders:
7243                 - Inherit parent's icon
7244                 - sent contents of queues subfolders
7245                 - empty subfolders of trashes
7246         * src/mainwindow.c
7247                 Remove outdated manual and faq entries
7248         * src/common/utils.c
7249                 Add quotes around %s coming from mailcap
7250
7251 2005-09-07 [colin]      1.9.14cvs1
7252
7253         * src/compose.c
7254                 After saving draft, set modified to FALSE
7255         * src/mimeview.c
7256         * src/common/utils.c
7257         * src/common/utils.h
7258                 Try to open mime parts using what is 
7259                 indicated in ~/.mailcap or /etc/mailcap,
7260                 if possible.
7261
7262 2005-09-05 [paul]       1.9.14
7263
7264         1.9.14 released
7265
7266         * po/sk.po
7267                 updated by Andrej Kacian
7268
7269 2005-09-05 [paul]       1.9.13cvs83
7270
7271         * po/de.po
7272         * po/es.po
7273         * po/fi.po
7274         * po/fr.po
7275         * po/nb.po
7276         * po/pt_BR.po
7277         * po/sr.po
7278                 updated translations by Thomas Gilgin, Ricardo Mones
7279                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7280                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7281
7282 2005-09-04 [paul]       1.9.13cvs82
7283
7284         * src/compose.c
7285                 only warn about exceeded line length limit
7286                 on send
7287
7288 2005-09-04 [paul]       1.9.13cvs81
7289
7290         * src/compose.c
7291                 fix crash in 'line length exceeded' dialogue
7292
7293 2005-09-02 [paul]       1.9.13cvs80
7294
7295         * src/imap.c
7296                 fix bug 795, 'Connection lost IMAP'
7297                 and add statusbar prints
7298                 Patch by Colin
7299
7300 2005-09-02 [paul]       1.9.13cvs79
7301
7302         * src/compose.c
7303                 compose_wrap_paragraph() becomes
7304                 compose_beautify_paragraph()
7305                 Patch by Colin
7306
7307 2005-09-02 [colin]      1.9.13cvs78
7308
7309         * src/folderview.c
7310                 Micro-fix
7311
7312 2005-09-01 [colin]      1.9.13cvs77
7313
7314         * src/imap.c
7315                 Maybe fix bug #795 (Connection lost IMAP)
7316                 Don't try to send logout when we're disconnected.
7317         * src/summaryview.c
7318                 Include locked and marked emails in HRM
7319                 view. Fixes bug #800 (Locked messages no longer 
7320                 show up when hide read messages is used)
7321
7322 2005-09-01 [paul]       1.9.13cvs76
7323
7324         * src/prefs_common.c
7325                 fix bad cutting
7326
7327 2005-08-31 [colin]      1.9.13cvs75
7328
7329         * src/folderview.c
7330         * src/folderview.h
7331         * src/prefs_summaries.c
7332         * src/summaryview.c
7333                 Fix "go to next new", fix preference
7334                 (Open unread/next swapped)
7335
7336 2005-08-31 [paul]       1.9.13cvs74
7337
7338         * src/compose.c
7339         * src/folderview.c
7340         * src/headerview.c
7341         * src/headerview.h
7342         * src/mainwindow.c
7343         * src/prefs_common.c
7344         * src/prefs_common.h
7345         * src/prefs_fonts.c
7346         * src/summaryview.c
7347         * src/textview.c
7348         * src/common/defs.h
7349                 remove obsolete BOLD_FONT setting
7350                 fix font update in headerview and textview
7351                 headers after prefs change
7352                 Patch By Colin
7353
7354 2005-08-31 [paul]
7355
7356         1.9.14-rc4 released
7357
7358 2005-08-30 [colin]      1.9.13cvs73
7359
7360         * src/summaryview.c
7361                 When Hide read messages is selected and we
7362                 refresh the summaryview, don't remove the 
7363                 currently displayed message. Fixes bug #797
7364                 (Summary view reloads when new mail is 
7365                 downloaded in 1.9.14 rc)
7366
7367 2005-08-30 [colin]      1.9.13cvs72
7368
7369         * src/folderview.c
7370                 Fix flickering
7371         * src/mainwindow.c
7372                 Remove useless callback
7373         * src/mimeview.c
7374         * src/gtk/filesel.c
7375         * src/gtk/filesel.h
7376                 Add a filesel_select_file_save_folder() - used by Save All
7377
7378 2005-08-29 [paul]       1.9.13cvs71
7379
7380         * AUTHORS
7381         * src/matcher_parser_parse.y
7382         * src/etpan/imap-thread.c
7383                 fix building on FreeBSD
7384                 Patch by Daniel Gustafson <daniel@hobbit.se>
7385
7386 2005-08-29 [paul]       1.9.13cvs70
7387
7388         * src/plugins/pgpinline/pgpinline.c
7389                 only initialise sig result if it's been handled
7390                 Patch by Colin
7391
7392 2005-08-29 [paul]       1.9.13cvs69
7393         
7394         Patches by Colin:
7395
7396         * src/imap.c
7397         * src/common.utils.c
7398         * src/common/utils.h
7399                 optimisation
7400         * src/stock_pixmap.h
7401                 fix wrong icon reference
7402         * src/pixmaps/trash_btn.xpm
7403                 replace with nicer image
7404
7405 2005-08-28 [colin]      1.9.13cvs68
7406
7407         * src/Makefile.am
7408         * src/stock_pixmap.c
7409         * src/stock_pixmap.h
7410         * src/toolbar.c
7411         * src/pixmaps/trash_btn.xpm
7412                 Add a specific trash xpm for the button
7413
7414 2005-08-28 [colin]      1.9.13cvs67
7415
7416         * src/imap.c
7417                 Fix leak
7418
7419 2005-08-27 [colin]      1.9.13cvs66
7420
7421         * src/imap.c
7422         * src/procmime.c
7423                 Correctly fix "Problem with replies", fixes
7424                 pgpmime encryption too. 
7425
7426 2005-08-27 [colin]      1.9.13cvs65
7427
7428         * src/folder.c
7429         * src/procmsg.c
7430         * src/procmsg.h
7431         * src/summaryview.c
7432                 Fix bug #517 (messages removed from summaryview 
7433                 when moving fails)
7434
7435 2005-08-27 [colin]      1.9.13cvs64
7436
7437         * tools/Makefile.am
7438         * tools/asus_mailled.sh
7439                 Add a script to blink ASUS laptops' mail LED where there
7440                 is unread mail.
7441
7442 2005-08-27 [colin]      1.9.13cvs63
7443
7444         * src/imap.c
7445         * src/etpan/imap-thread.c
7446         * src/etpan/imap-thread.h
7447                 Implement automatic choosing of login method
7448                 Fixes bug #791
7449         * src/gtk/.cvsignore
7450                 Add sylpheed-marshal.[ch]
7451
7452 2005-08-27 [colin]      1.9.13cvs62
7453
7454         * src/common/utils.c
7455                 Fix confusing perror
7456
7457 2005-08-27 [colin]      1.9.13cvs61
7458
7459         * src/toolbar.c
7460         * src/toolbar.h
7461                 Remove A_DELETE, replace it with 
7462                 A_TRASH and A_DELETE_REAL. Automatically
7463                 rewrite config files to replace A_DELETE
7464                 with A_TRASH (no functionality change).
7465                 Fixes half of #794
7466
7467 2005-08-26 [colin]      1.9.13cvs60
7468
7469         * src/procmime.c
7470                 Previous "Problem with replies" fix brought other
7471                 problems, fixing them
7472
7473 2005-08-26 [colin]      1.9.13cvs59
7474
7475         * src/procmime.c
7476                 Fix "Problem with replies". This happened only
7477                 on IMAP...
7478         * src/procmsg.c
7479                 Factorize code a bit
7480         * src/compose.c
7481                 Speed improvement on very long messages (wrapping)
7482                 Fix signature color on Reedit and Redirect
7483                 On Reedit, don't attach pgp-signatures parts, but
7484                 set signing to On.
7485
7486 2005-08-24 [paul]       1.9.13cvs58
7487
7488         * src/compose.c
7489                 don't claim success when clicking
7490                 Cancel on the passphrase box.
7491                 Patch by Colin
7492
7493 2005-08-24 [paul]       1.9.13cvs57
7494
7495         * src/main.c
7496                 fix misplaced sylpheed.log
7497         * src/common/defs.h
7498                 define UIDL_DIR
7499
7500 2005-08-24 [paul]       1.9.13cvs56
7501
7502         * src/imap.c
7503         * src/etpan/imap-thread.c
7504         * src/etpan/imap-thread.h
7505                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
7506                 Patch by Colin
7507         * src/gtk/sylpheed-marshal.c    ** REMOVED **
7508         * src/gtk/sylpheed-marshal.h    ** REMOVED **
7509                 remove autogenerated files
7510         * tools/kdeservicemenu/README
7511         * tools/kdeservicemenu/install.sh
7512         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7513         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7514                 use Claws icon, use 'Sylpheed-Claws' in menu,
7515                 use kdialog, and other cleanups
7516
7517 2005-08-23 [paul]       1.9.13cvs55
7518
7519         * src/compose.c
7520                 fix paste/wrap crash
7521                 Patch by Colin
7522
7523 2005-08-23 [paul]       1.9.13cvs54
7524
7525         * src/main.c
7526                 fix crash recovery
7527                 Patch by Colin
7528
7529 2005-08-23 [paul]       1.9.13cvs53
7530
7531         * src/addressbook.c
7532         * src/editaddress.c
7533                 view all data of LDAP contacts
7534                 Patch by Colin
7535
7536 2005-08-23 [paul]       1.9.13cvs52
7537
7538         * src/addressbook.c
7539                 fix issues with the Search field
7540                 Patch by Colin
7541
7542 2005-08-22 [paul]       1.9.13cvs51
7543
7544         * src/folderview.c
7545                 put name of folder in processing dialog
7546                 title
7547         * src/prefs_folder_item.c
7548                 improve english usage
7549
7550 2005-08-22 [paul]       1.9.13cvs50
7551
7552         * src/filtering.c
7553         * src/filtering.h
7554         * src/matcher.c
7555         * src/matcher_parser_lex.l
7556         * src/matcher_parser_parse.y
7557         * src/prefs_filtering.c
7558                 add Filtering/Processing rule names feature.
7559                 (the incompatible old matcherrc is saved as
7560                 matcherrc.pre_names).
7561                 Patch by Colin
7562
7563 2005-08-22 [paul]       1.9.13cvs49
7564
7565         * src/procmsg.c
7566                 fix colour labelling
7567                 Patch by Colin
7568
7569 2005-08-22 [paul]       1.9.13cvs48
7570
7571         * src/textview.c
7572                 fix open_image_cb()
7573
7574 2005-08-22 [paul]       1.9.13cvs47
7575
7576         * src/imap.c
7577                 fix bug 789, 'SC crashes with imap (CVS ver)'
7578                 Patch by Colin
7579
7580 2005-08-22 [paul]       1.9.13cvs46
7581
7582         * src/mimeview.c
7583         * src/prefs_common.c
7584         * src/common/defs.h
7585                 define reused defaults in defs.h
7586         * src/textview.c
7587                 add 'Open image' to image popup menu
7588
7589 2005-08-21 [colin]      1.9.13cvs45
7590
7591         * src/summaryview.c
7592                 Fix bug #788 (Bogus "From" address displayed)
7593
7594 2005-08-20 [colin]      1.9.13cvs44
7595
7596         * src/folder.c
7597                 Fix buf #787 (multilevel delete causes SIGSEGV)
7598
7599 2005-08-19 [colin]      1.9.13cvs43
7600
7601         * src/inc.c
7602         * src/prefs_common.c
7603         * src/prefs_common.h
7604                 Add an hidden pref to allow modifying the
7605                 update stepping in incorporation.
7606                 Patch by wwp.
7607
7608 2005-08-19 [colin]      1.9.13cvs42
7609
7610         * src/compose.c
7611         * src/procmime.c
7612                 Workaround for broken MUAs: encode 
7613                 Content-type: name: as ASCII and 
7614                 Content-Disposition: filename: as
7615                 per rfc2231
7616         * src/prefs_account.c
7617                 Fix invisible-ness of SMTP SSL prefs
7618                 in NNTP accounts
7619
7620 2005-08-19 [paul]       1.9.13cvs41
7621
7622         * src/compose.c
7623         * src/prefs_common.c
7624         * src/prefs_common.h
7625         * src/prefs_wrapping.c
7626                 paste with or without wrapping.
7627                 patch by Colin
7628
7629 2005-08-19 [paul]       1.9.13cvs40
7630
7631         * src/prefs_common.c
7632         * src/prefs_common.h
7633         * src/summaryview.c
7634                 reintroduce enable_swap_from as a
7635                 hidden pref. patch by Colin
7636         * src/quote_fmt_parse.y
7637         * src/plugins/clamav/clamav_plugin.c
7638         * src/plugins/dillo_viewer/dillo_viewer.c
7639         * src/plugins/mathml_viewer/mathml_viewer.c
7640         * src/plugins/pgpcore/sgpgme.c
7641         * src/plugins/pgpinline/pgpinline.c
7642         * src/plugins/pgpmime/pgpmime.c
7643                 tidy up. patch by Colin
7644
7645 2005-08-19 [paul]       1.9.13cvs39
7646
7647         * configure.ac
7648                 complete cvs38's sync
7649         * src/editaddress.c
7650         * src/gedit-print.c
7651         * src/mutt.c
7652         * src/etpan/etpan-log.c
7653         * src/etpan/imap-thread.c
7654         * src/gtk/gtksourceprintjob.c
7655                 fix compilation warnings
7656                 (patch by Colin)
7657
7658 2005-08-19 [paul]       1.9.13cvs38
7659
7660         sync with main:
7661
7662         * src/account.c
7663         * src/action.c
7664         * src/addrbook.c
7665         * src/addrcache.c
7666         * src/addrharvest.c
7667         * src/addrindex.c
7668         * src/codeconv.c
7669         * src/compose.c
7670         * src/crash.c
7671         * src/exporthtml.c
7672         * src/exportldif.c
7673         * src/folder.c
7674         * src/image_viewer.c
7675         * src/inc.c
7676         * src/inc.h
7677         * src/jpilot.c
7678         * src/ldif.c
7679         * src/main.c
7680         * src/matcher.c
7681         * src/mbox.c
7682         * src/messageview.c
7683         * src/mh.c
7684         * src/mimeview.c
7685         * src/msgcache.c
7686         * src/mutt.c
7687         * src/news.c
7688         * src/partial_download.c
7689         * src/pine.c
7690         * src/pop.c
7691         * src/prefs_actions.c
7692         * src/prefs_common.c
7693         * src/prefs_customheader.c
7694         * src/prefs_display_header.c
7695         * src/prefs_gtk.c
7696         * src/prefs_themes.c
7697         * src/procheader.c
7698         * src/procmime.c
7699         * src/procmsg.c
7700         * src/recv.c
7701         * src/send_message.c
7702         * src/simple-gettext.c
7703         * src/sourcewindow.c
7704         * src/textview.c
7705         * src/vcard.c
7706         * src/common/defs.h
7707         * src/common/log.c
7708         * src/common/plugin.c
7709         * src/common/prefs.c
7710         * src/common/session.c
7711         * src/common/session.h
7712         * src/common/socket.c
7713         * src/common/socket.h
7714         * src/common/ssl_certificate.c
7715         * src/common/template.c
7716         * src/common/utils.c
7717         * src/common/utils.h
7718         * src/common/xml.c
7719         * src/gtk/about.c
7720         added wrappers for C library function that
7721                 take pathname arguments.
7722                 enabled compilation with MinGW.
7723                 use GDir instead of directly using opendir().
7724                 added rename_force().
7725
7726 2005-08-19 [paul]       1.9.13cvs37
7727         
7728         patches by Colin:
7729         * src/compose.c
7730                 fix privacy settings on re-editing
7731                 a sent message
7732         * src/jpilot.c
7733                 fix encoding bug
7734         * src/folder.c
7735         * src/procmsg.c
7736         * src/procmsg.h
7737         * src/summaryview.c
7738                 flag changing optimisation
7739
7740 2005-08-18 [martin]     1.9.13cvs36
7741
7742         * commitHelper
7743             added my login
7744         * src/addrcache.c
7745         * src/addrharvest.c
7746         * src/addrindex.c
7747         * src/compose.c
7748         * src/grouplistdialog.c
7749         * src/main.c
7750         * src/mainwindow.c
7751         * src/msgcache.c
7752         * src/mutt.c
7753         * src/pine.c
7754         * src/prefs_account.c
7755         * src/prefs_themes.c
7756         * src/stock_pixmap.c
7757         * src/summaryview.c
7758         * src/gtk/about.c
7759         * src/gtk/logwindow.c
7760             removed deprecated glib and gdk stuff
7761         * src/plugins/pgpcore/select-keys.c
7762             convert attributes from locale to utf8
7763
7764 2005-08-17 [paul]       1.9.13cvs35
7765
7766         * src/account.c
7767         * src/addressbook.c
7768                 use new GTK_STOCK_ icons if available
7769         * src/summaryview.c
7770         * src/gtk/gtksctree.c
7771         * src/gtk/gtksctree.h
7772                 faster range select. patch by Colin
7773
7774 2005-08-17 [paul]       1.9.13cvs34
7775
7776         patches by colin:
7777         * src/addressbook.c
7778         * src/addressitem.h
7779                 Add an edit button for contacts, fix selections
7780                 of gtksctree items
7781         * src/editaddress.c
7782                 Change labels, let Save be always possible in the
7783                 email and user atributes tabs
7784         * src/folderview.c
7785                 fix sort issues
7786         * src/summaryview.c
7787                 select next item instead of the displayed one
7788                 after deletion
7789
7790         * src/gtk/progressdialog.c
7791                 use prefs_common.enable_rules_hint
7792
7793 2005-08-13 [hoa]        1.9.13cvs33
7794
7795         * src/etpan/imap-thread.c
7796                 fixed build on Solaris.
7797
7798 2005-08-10 [colin]      1.9.13cvs32
7799
7800         * src/procmsg.c
7801                 Fix cvs31 (missing fclose before reading
7802                 the file)
7803
7804 2005-08-10 [colin]      1.9.13cvs31
7805
7806         * src/procmsg.c
7807                 Fix procmsg_msginfo_new_from_mimeinfo() when
7808                 the MimeInfo isn't stored in memory. This fixes
7809                 replying to an attached message.
7810
7811 2005-08-10 [colin]      1.9.13cvs30
7812
7813         * src/mainwindow.c
7814                 Fix slowness in account changing
7815
7816 2005-08-10 [colin]      1.9.13cvs29
7817
7818         * src/folder.c
7819         * src/folderutils.c
7820         * src/folderview.c
7821         * src/imap_gtk.c
7822         * src/mainwindow.c
7823         * src/mh_gtk.c
7824         * src/procmsg.c
7825         * src/summaryview.c
7826                 Optimize folder_has_parent_of_type
7827                 Prevent moving special sub-folders from contextual menus
7828                 Rework message a bit ("Empty all messages" -> "Delete all
7829                 messages")
7830                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
7831                 and "Deleted Items" folders)
7832
7833 2005-08-08 [colin]      1.9.13cvs28
7834
7835         * src/summaryview.c
7836         * src/prefs_summaries.c
7837                 Make "Select first unread|new" more flexible
7838                 (just prioritize new or unread)
7839
7840 2005-08-08 [colin]      1.9.13cvs27
7841
7842         * src/summaryview.c
7843                 If "select first new" is selected and there only
7844                 are unread messages, fallback to "select first
7845                 unread".
7846
7847 2005-08-08 [colin]      1.9.13cvs26
7848
7849         * src/folder.c
7850                 Fix shameful bugs (and bug #779)
7851
7852 2005-08-08 [colin]      1.9.13cvs25
7853
7854         * src/folder.c
7855         * src/folder.h
7856                 Cache parents' type to make folder_has_parent_of_type
7857                 faster
7858         * src/folderview.c
7859                 Forbid DnD of special sub-folders
7860         * src/procmsg.c
7861         * src/procmsg.h
7862                 Add MAIL_POSTFILTERING_HOOK
7863         * src/summaryview.c
7864                 Revert over-zealous deletion of the use_addr_book 
7865                 code
7866
7867 2005-08-07 [colin]      1.9.13cvs24
7868
7869         * src/folder.c
7870                 Fix big mistake (passing MsgInfo instead 
7871                 of FolderItem)
7872
7873 2005-08-07 [colin]      1.9.13cvs23
7874
7875         * src/compose.c
7876         * src/folder.c
7877         * src/folder.h
7878         * src/foldersel.c
7879         * src/folderutils.c
7880         * src/folderview.c
7881         * src/imap.c
7882         * src/mainwindow.c
7883         * src/messageview.c
7884         * src/mh.c
7885         * src/msgcache.c
7886         * src/procmime.c
7887         * src/summaryview.c
7888                 Make subfolders of Drafts, Queue, Outbox, Trash
7889                 work like their parents. 
7890                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
7891
7892 2005-08-07 [colin]      1.9.13cvs22
7893
7894         * src/addressbook.c
7895                 Fix bug #771 (Dragged contacts not saved)
7896
7897 2005-08-07 [paul]       1.9.13cvs21
7898
7899         * src/summaryview.c
7900                 fix bug 32 'Search Doesn't display results
7901                 if "Hide Read Messages" is chosen'
7902                 be more literal in interpreting 'Hide read
7903                 messages'
7904
7905 2005-08-07 [colin]      1.9.13cvs20
7906
7907         * src/folderview.c
7908                 Add debug
7909         * src/summaryview.c
7910                 Faster 'unthread_for_execution'
7911
7912 2005-08-06 [paul]       1.9.13cvs19
7913
7914         * src/mainwindow.c
7915                 add mnemonics to Set displayed columns
7916                 fix bug where msgview_visible option was
7917                 overwritten as TRUE on startup
7918
7919 2005-08-06 [paul]       1.9.13cvs18
7920
7921         * src/mainwindow.c
7922                 refer to 'displayed columns in folder/message
7923                 list' not 'displayed items in summary/message view'
7924         * src/prefs_display_header.c
7925                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
7926                 be consistent with similar dialogues
7927         * src/prefs_folder_column.c
7928         * src/prefs_summary_column.c
7929                 'columns' not 'items', and folder and message lists,
7930                 instead of folder and summary views;
7931                 Use 'Hidden columns' as list heading not 'Available
7932                 items';
7933                 move the 'Remove' button to the right hand side;
7934                 top-align the buttons;
7935                 remove unneeded vbox
7936         * src/prefs_summaries.c
7937                 put the 2 column prefs buttons in a frame to reduce
7938                 overall width; refer to columns not items &c.
7939
7940 2005-08-05 [colin]      1.9.13cvs17
7941
7942         * src/prefs_common.c
7943         * src/prefs_common.h
7944         * src/mainwindow.c
7945         * src/compose.c
7946         * src/messageview.c
7947                 Add an hidden toolbar_detachable pref, so
7948                 that I can get rid of these painful handles
7949                 in the toolbars. Defaults to TRUE to avoid
7950                 changing the GUI on unsuspecting people...
7951
7952 2005-08-05 [colin]      1.9.13cvs16
7953
7954         * src/Makefile.am
7955         * src/prefs_folder_column.c
7956         * src/prefs_folder_column.h
7957                 Add prefs for folder columns
7958         * src/folderview.c
7959         * src/folderview.h
7960         * src/mainwindow.c
7961         * src/mainwindow.h
7962         * src/prefs_common.c
7963         * src/prefs_common.h
7964         * src/prefs_summaries.c
7965                 Use them
7966         * src/prefs_summary_column.c
7967         * src/summaryview.c
7968         * src/summaryview.h
7969                 Add a To column
7970         * src/textview.c
7971         * src/common/utils.c
7972         * src/common/utils.h
7973                 Move uri colourisation functions
7974                 to utils
7975         * src/compose.c
7976                 Colourise URIs
7977         * src/imap.c
7978                 Fix bug with LIST where we'd try
7979                 to get Folder//////[...]/// 
7980
7981 2005-08-05 [paul]       1.9.13cvs15
7982
7983         * src/prefs_summaries.c
7984                 improve the English usage
7985         * src/summaryview.c
7986                 set font on column change
7987                 thanks to Colin
7988
7989 2005-08-05 [paul]       1.9.13cvs14
7990
7991         * src/prefs_common.c
7992         * src/prefs_common.h
7993         * src/prefs_summaries.c
7994         * src/summaryview.c
7995                 replace 'open_unread_on_enter' option with
7996                 'select_on_entry' option. opening/not opening
7997                 is now exclusively controlled by 'always_show_msg'
7998
7999 2005-08-04 [colin]      1.9.13cvs13
8000
8001         * src/compose.c
8002                 Remove dead code
8003                 Add colourisation of quotes and signatures
8004         * src/folderview.c
8005                 Fix possible crashes
8006         * src/messageview.c
8007                 Change an assert that is no problem
8008         * src/news.c
8009         * src/news_gtk.c
8010         * src/news_gtk.h
8011                 Fix offline mode
8012         * src/gtk/quicksearch.c
8013                 Fix a possible crash
8014
8015 2005-08-03 [colin]      1.9.13cvs12
8016
8017         * src/prefs_account.c
8018                 Fix bug #777 (Sylpheed crash in account configuration)
8019
8020 2005-08-03 [colin]      1.9.13cvs11
8021
8022         * src/addressbook.c
8023         * src/editaddress.c
8024         * src/editgroup.c
8025                 Fixing addressbook, round 2
8026         * src/textview.c
8027                 Fix emphasis color on rechecking 'Colorize messages'
8028
8029 2005-08-03 [paul]       1.9.13cvs10
8030
8031         sync with main
8032
8033         * src/addr_compl.c
8034         * src/compose.c
8035         * src/main.c
8036         * src/pop.c
8037         * src/prefs_account.c
8038         * src/procmime.c
8039         * src/procmsg.c
8040         * src/quote_fmt_parse.y
8041         * src/textview.c
8042         * src/common/quoted-printable.c
8043         * src/common/utils.c
8044         * src/common/utils.h
8045         * src/common/xml.c
8046                 replaced incorrect locale-independent
8047                 ctype functions with GLib's. Corrected
8048                 signedness mismatch.
8049         * src/headerview.c
8050                 headerview_create(): added spacing for vbox.
8051         * src/gtk/about.c
8052                 set focus to the OK button.
8053
8054 2005-08-03 [colin]      1.9.13cvs9
8055
8056         * src/folderview.c
8057                 Fix possible crash
8058
8059 2005-08-02 [colin]      1.9.13cvs8
8060
8061         * src/mainwindow.c
8062                 Fix cast
8063         * src/addressbook.c
8064         * src/addressitem.h
8065                 Fix a cast and more generally, try to make the
8066                 GUI more intuitive and consistent (round 1)
8067
8068 2005-08-02 [paul]       1.9.13cvs7
8069
8070         * src/folder.h
8071                 missing in 1.9.13cvs6
8072
8073 2005-08-02 [colin]      1.9.13cvs6
8074
8075         * src/folder.c
8076                 Fix one more leak
8077
8078 2005-08-02 [colin]      1.9.13cvs5
8079
8080         * src/folder.c
8081         * src/folderview.c
8082         * src/imap.c
8083         * src/main.c
8084         * src/mbox.c
8085         * src/procmsg.c
8086         * src/summaryview.c
8087                 Fix a number of folder_item_get_msg_list()-related
8088                 leaks (missing procmsg_msginfo_free()s)
8089
8090 2005-08-01 [colin]      1.9.13cvs4
8091
8092         * src/folderview.c
8093         * src/folderview.h
8094         * src/mainwindow.c
8095         * src/prefs_fonts.c
8096         * src/prefs_summaries.c
8097         * src/prefs_themes.c
8098         * src/summaryview.c
8099         * src/summaryview.h
8100         * src/textview.c
8101         * src/textview.h
8102                 Fix instant-apply of summary and folderview-related prefs
8103                 Fix erroneous g_free and alertpanels in prefs_theme
8104                 Add instant-apply for fonts
8105                 Defer applying of prefs a little bit so it's done only
8106                 once even if requested by multiples prefs pages
8107
8108 2005-08-01 [paul]       1.9.13cvs3
8109
8110         * src/main.c
8111                 fix bug 776 'S.C. crashes on close'
8112                 thanks to Colin
8113         * src/etpan/etpan-thread-manager-types.h
8114                 add missing include
8115                 thanks to Hoa
8116
8117 2005-07-25 [paul]       1.9.13cvs2
8118
8119         * src/summaryview.c
8120                 fix typos. spotted by Fabien Vantard
8121
8122 2005-07-24 [paul]       1.9.13cvs1
8123
8124         * doc/man/sylpheed.1
8125                 update man page, incorporating fix of
8126                 bug 769 'Typo in manpage'
8127         * src/etpan/imap-thread.c
8128                 fix NetBSD openssl dependencies. patch by
8129                 George Michaelson <ggm@apnic.net>
8130         * po/pt_BR.po
8131                 updated by Frederico Goncalves Guimaraes
8132
8133 2005-07-22 [paul]       1.9.13
8134
8135         1.9.13 release
8136
8137 2005-07-22 [paul]       1.9.12cvs91
8138
8139         * AUTHORS
8140         * INSTALL
8141         * README.claws
8142         * RELEASE_NOTES.claws
8143                 updated for release
8144         * configure.ac
8145         * po/nb.po
8146         * tools/claws.i18n.status.pl
8147                 add Norwegian translation. submiited by
8148                 Geir Helland <pjallabais@users.sourceforge.net>
8149         * po/ca.po
8150         * po/de.po
8151         * po/es.po
8152         * po/fi.po
8153         * po/fr.po
8154         * po/it.po
8155         * po/sk.po
8156         * po/sr.po
8157         * po/zh_CN.po
8158                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8159                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8160                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8161                 Yang Guilong
8162         * src/plugins/clamav/clamav_plugin_gtk.c
8163         * src/plugins/spamassassin/spamassassin_gtk.c
8164                 replace outdated description strings
8165
8166 2005-07-21 [colin]      1.9.12cvs90
8167
8168         * src/folder.c
8169                 Set folder to batch mode when scanning it. Makes deletion
8170                 of unread mails on IMAP much faster (due to the UNREAD 
8171                 flag unsetting)
8172
8173 2005-07-21 [darko]      1.9.12cvs89
8174
8175         * configure.ac
8176                 link against libresolv if necessary (patch by Paul)
8177         * src/msgcache.c
8178                 use glib's portable macros to determine endianness
8179
8180 2005-07-21 [paul]       1.9.12cvs88
8181
8182         * src/crash.c
8183         * src/gtk/about.c
8184                 update compiled-in features list
8185
8186 2005-07-20 [colin]      1.9.12cvs87
8187
8188         * src/folder.c
8189         * src/textview.c
8190                 Gcc 2.9x compilation fixes, thanks to Darko
8191         * src/plugins/clamav/clamav_plugin.c
8192                 Little optimisation: load virus database only once
8193         * src/plugins/spamassassin/spamassassin.c
8194                 Big optimisation: filtering one mail took at least 1 second,
8195                 now it takes at least 50ms. Doesn't speed up spamassassin 
8196                 itself, but should already be much more tolerable.
8197
8198 2005-07-20 [colin]      1.9.12cvs86
8199
8200         * src/summaryview.c
8201                 Fix performance issue
8202
8203 2005-07-19 [colin]      1.9.12cvs85
8204
8205         * src/plugins/pgpinline/plugin.c
8206                 Fix warning
8207
8208 2005-07-19 [colin]      1.9.12cvs84
8209
8210         * configure.ac
8211         * src/plugins/Makefile.am
8212         * src/plugins/pgpinline/.cvsignore
8213         * src/plugins/pgpinline/Makefile.am
8214         * src/plugins/pgpinline/pgpinline.c
8215         * src/plugins/pgpinline/pgpinline.deps
8216         * src/plugins/pgpinline/pgpinline.h
8217         * src/plugins/pgpinline/plugin.c
8218                 Put pgpinline in the main tree
8219
8220 2005-07-19 [paul]       1.9.12cvs83
8221
8222         * src/prefs_actions.c
8223                 prevent '//' in menu names, which cause a crash
8224                 thanks to Colin
8225
8226 2005-07-19 [paul]       1.9.12cvs82
8227
8228         * configure.ac
8229                 be generally more informative in configure output.
8230                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8231                 '[ --disable-openssl ...', as --enable-openssl is default
8232                 PGP/MIME: don't check for GPGME again, check for
8233                 pgpcore instead. Therefore prevent the possibility of
8234                 attempting to build pgpmime if pgpcore dependencies are
8235                 not met
8236                 ClamAV: use pkgconfig to check for lib
8237                 libgnomeprint: revert logic on inner test to match
8238                 everything else
8239         * src/plugins/pgpcore/sgpgme.c
8240                 add missing include
8241
8242 2005-07-19 [colin]      1.9.12cvs81
8243
8244         * src/summaryview.c
8245                 Fix slow thread rebuilding in particular
8246                 cases
8247
8248 2005-07-19 [paul]       1.9.12cvs80
8249
8250         * sylpheed-claws.desktop
8251                 fix typo, spotted by Stephan Sachse
8252         * src/account.c
8253                 replace GTK_STOCK_ADD with
8254                 GTK_STOCK_NEW button
8255
8256 2005-07-18 [colin]      1.9.12cvs79
8257
8258         * src/etpan/imap-thread.c
8259                 Fix return value (Thanks Hoa)
8260
8261 2005-07-18 [colin]      1.9.12cvs78
8262
8263         * src/imap.c
8264                 Allow empty passwords
8265                 Create drafts/queue/outbox if necessary
8266         * src/summaryview.c
8267                 Remove old code
8268         * src/etpan/imap-thread.c
8269                 Fix STARTTLS (Thanks to Hoa)
8270
8271 2005-07-18 [paul]       1.9.12cvs77
8272
8273         * ChangeLog-gtk2.jp
8274         * ChangeLog.jp
8275                 removed
8276         * Makefile.am
8277                 updated to reflect additions and removals
8278         * TODO
8279                 updated to be claws-specific
8280         * TODO-gtk2
8281         * TODO-gtk2.jp
8282         * TODO.jp
8283         * sylpheed-128x128.png
8284         * sylpheed-64x64.png
8285                 removed
8286         * sylpheed-claws-128x128.png
8287         * sylpheed-claws-64x64.png
8288         * sylpheed-claws.desktop
8289         * sylpheed-claws.png
8290                 added
8291         * sylpheed.desktop
8292         * sylpheed.png
8293                 removed
8294
8295 2005-07-17 [paul]       1.9.12cvs76
8296
8297         * src/account.c
8298         * src/addressbook.c
8299         * src/alertpanel.c
8300         * src/alertpanel.h
8301         * src/compose.c
8302         * src/exphtmldlg.c
8303         * src/expldifdlg.c
8304         * src/folderview.c
8305         * src/imap_gtk.c
8306         * src/inc.c
8307         * src/message_search.c
8308         * src/messageview.c
8309         * src/mh_gtk.c
8310         * src/news_gtk.c
8311         * src/prefs_actions.c
8312         * src/prefs_filtering.c
8313         * src/prefs_matcher.c
8314         * src/prefs_template.c
8315         * src/prefs_themes.c
8316         * src/ssl_manager.c
8317         * src/summary_search.c
8318         * src/textview.c
8319         * src/toolbar.c
8320         * src/gtk/sslcertwindow.c
8321         * src/plugins/pgpcore/sgpgme.c
8322                 rework alertpanels
8323
8324 2005-07-17 [colin]      1.9.12cvs75
8325
8326         * src/privacy.c
8327                 add a PrivacySystem accessor that checks that
8328                 the system cached in a MimeInfo's privacydata
8329                 is still registered. Use this accessor instead
8330                 of directly using data->system. Fixes crashes
8331                 after unloading pgp plugins.
8332
8333 2005-07-17 [colin]      1.9.12cvs74
8334
8335         * src/alertpanel.c
8336                 Change geometry hints to a simple default size.
8337                 Fixes the certs dialogs.
8338
8339 2005-07-17 [colin]      1.9.12cvs73
8340
8341         * src/gtk/sslcertwindow.c
8342                 Use a gtkExpander
8343
8344 2005-07-17 [colin]      1.9.12cvs72
8345
8346         * src/plugins/pgpcore/Makefile.am
8347         * src/plugins/pgpmime/Makefile.am
8348                 Add gpgme libs
8349
8350 2005-07-17 [paul]       1.9.12cvs71
8351
8352         * configure.ac
8353                 add --disable-gnomeprint option
8354                 modified version of patch by Marius Mauch
8355
8356 2005-07-17 [paul]       1.9.12cvs70
8357
8358         * src/common/defs.h
8359                 update urls
8360         * src/account.c
8361         * src/action.c
8362         * src/addressbook.c
8363         * src/compose.c
8364         * src/foldersel.c
8365         * src/folderview.c
8366         * src/html.c
8367         * src/imap_gtk.c
8368         * src/main.c
8369         * src/mainwindow.c
8370         * src/messageview.c
8371         * src/mh_gtk.c
8372         * src/mimeview.c
8373         * src/news_gtk.c
8374         * src/prefs_account.c
8375         * src/prefs_send.c
8376         * src/prefs_summaries.c
8377         * src/procmsg.c
8378         * src/summaryview.c
8379         * src/common/utils.c
8380         * src/common/xml.c
8381         * src/plugins/pgpcore/passphrase.c
8382         * src/plugins/pgpcore/select-keys.c
8383                 replace inappropriately used backticks
8384                 with single quotes
8385
8386 2005-07-16 [colin]      1.9.12cvs69
8387
8388         * src/image_viewer.c
8389                 Add extra paranoid checks
8390
8391 2005-07-16 [colin]      1.9.12cvs68
8392
8393         * src/plugins/pgpcore/prefs_gpg.c
8394                 Don't auto-check sigs by default, as it
8395                 can be really slow.
8396
8397 2005-07-16 [colin]      1.9.12cvs67
8398
8399         * src/plugins/pgpcore/sgpgme.c
8400                 Make messages a bit better.
8401
8402 2005-07-16 [colin]      1.9.12cvs66
8403
8404         * src/imap.c
8405                 Remove pseudo-log
8406         * src/etpan/imap-thread.c
8407                 Add real log
8408
8409 2005-07-16 [colin]      1.9.12cvs65
8410
8411         * src/main.c
8412         * src/prefs_other.c
8413                 And now, fix build with libetpan :-/
8414
8415 2005-07-15 [colin]      1.9.12cvs64
8416
8417         * src/prefs_other.c
8418                 Continue fixing build without libetpan.
8419
8420 2005-07-15 [colin]      1.9.12cvs63
8421
8422         * src/main.c
8423                 Fix build with --disable-libetpan
8424
8425 2005-07-15 [colin]      1.9.12cvs62
8426
8427         * configure.ac
8428                 Bump libetpan's version
8429
8430 2005-07-15 [colin]      1.9.12cvs61
8431
8432         * src/etpan/imap-thread.c
8433                 Actually stop logging :)
8434
8435 2005-07-15 [colin]      1.9.12cvs60
8436
8437         * src/addressbook.c
8438                 Fix dnd of multiple addresses.
8439
8440 2005-07-15 [hoa]        1.9.12cvs59
8441
8442         * src/etpan/imap-thread.c
8443             disable login of IMAP password in libetpan log file.
8444
8445 2005-07-15 [paul]       1.9.12cvs58
8446
8447         * src/account.c
8448                 don't automatically sort
8449                 do allow drag n drop
8450
8451 2005-07-15 [paul]       1.9.12cvs57
8452
8453         * src/account.c
8454         * src/ssl_manager.c
8455                 alphabetical listing
8456
8457 2005-07-15 [paul]       1.9.12cvs56
8458
8459         * src/gtk/pluginwindow.c
8460                 sort plugin list alphabetically
8461
8462 2005-07-15 [paul]       1.9.12cvs55
8463
8464         * src/prefs_spelling.c
8465         * src/prefs_wrapping.c
8466                 unify English usage
8467
8468 2005-07-15 [colin]      1.9.12cvs54
8469
8470         * src/wizard.c
8471                 Typo fix
8472
8473 2005-07-15 [paul]       1.9.12cvs53
8474
8475         * src/prefs_message.c
8476                 make 'show cursor' a hidden option
8477
8478 2005-07-14 [colin]      1.9.12cvs52
8479
8480         * src/plugins/spamassassin/Makefile.am
8481         * src/plugins/clamav/Makefile.am
8482                 Fix double EXTRA_DISTs
8483
8484 2005-07-14 [colin]      1.9.12cvs51
8485
8486         * src/plugins/clamav/Makefile.am
8487         * src/plugins/clamav/clamav_plugin_gtk.deps
8488         * src/plugins/spamassassin/Makefile.am
8489         * src/plugins/spamassassin/spamassassin_gtk.deps
8490                 Make $plugin_gtk depend on $plugin
8491
8492 2005-07-14 [hoa]        1.9.12cvs50
8493
8494         * src/etpan/imap-thread.c
8495                 enable debug log of libetpan when running with --debug
8496
8497 2005-07-14 [colin]      1.9.12cvs49
8498
8499         * configure.ac
8500         * src/common/Makefile.am
8501         * src/common/plugin.c
8502         * src/common/plugin.h
8503                 Add a little plugin dependancy system.
8504                 Plugins can ship a $plugin_name.deps file
8505                 (near them in PLUGINDIR) so that their
8506                 dependancies are loaded if possible.
8507         * src/plugins/Makefile.am
8508         * src/plugins/pgpcore/Makefile.am
8509         * src/plugins/pgpcore/passphrase.c
8510         * src/plugins/pgpcore/passphrase.h
8511         * src/plugins/pgpcore/plugin.c
8512         * src/plugins/pgpcore/prefs_gpg.c
8513         * src/plugins/pgpcore/prefs_gpg.h
8514         * src/plugins/pgpcore/select-keys.c
8515         * src/plugins/pgpcore/select-keys.h
8516         * src/plugins/pgpcore/sgpgme.c
8517         * src/plugins/pgpcore/sgpgme.h
8518                 Introduce pgpcore, used by pgpmime and
8519                 pgpinline
8520         * src/plugins/pgpmime/Makefile.am
8521         * src/plugins/pgpmime/passphrase.c
8522         * src/plugins/pgpmime/passphrase.h
8523         * src/plugins/pgpmime/pgpmime.c
8524         * src/plugins/pgpmime/pgpmime.deps
8525         * src/plugins/pgpmime/plugin.c
8526         * src/plugins/pgpmime/prefs_gpg.c
8527         * src/plugins/pgpmime/prefs_gpg.h
8528         * src/plugins/pgpmime/select-keys.c
8529         * src/plugins/pgpmime/select-keys.h
8530         * src/plugins/pgpmime/sgpgme.c
8531         * src/plugins/pgpmime/sgpgme.h
8532                 Remove the core from pgpmime and add the
8533                 dependancy to pgpcore.
8534
8535 2005-07-14 [paul]       1.9.12cvs48
8536
8537         * src/stock_pixmap.c
8538                 forgot this in last commit
8539
8540 2005-07-14 [paul]       1.9.12cvs47
8541
8542         * src/account.c
8543         * src/addressbook.c
8544                 add accelerators for the buttons (sync with main)
8545         * src/compose.c
8546         * src/compose.h
8547                 add accelerators for the buttons.
8548                 fix editing with external editor.
8549                 replace gdk_input_*() with GIOChannel;
8550                 (sync with main)
8551         * src/foldersel.c
8552                 display folder names with new/unread
8553                 representation (sync with main)
8554         * src/main.c
8555                 specify default window icon (sync with main)
8556         * src/prefs_common.c
8557                 use_addr_book default to FALSE
8558         * src/summaryview.c
8559         * src/textview.c
8560                 add accelerators for the buttons (sync with main)
8561         * src/gtk/menu.c
8562                 fix typos
8563         * src/pixmaps/sylpheed_icon.xpm
8564                 updated
8565
8566 2005-07-13 [paul]       1.9.12cvs46
8567
8568         * src/plugins/pgpmime/pgpmime.c
8569         * src/plugins/pgpmime/sgpgme.c
8570                 (temporarily) use deprecated gpgme_data_rewind()
8571                 while largefile support is not present
8572                 (as suggested by Colin)
8573
8574 2005-07-13 [paul]       1.9.12cvs45
8575
8576         * configure.ac
8577                 remove large file support (for now):
8578                 it breaks too many things
8579
8580 2005-07-13 [paul]       1.9.12cvs44
8581
8582         * configure.ac
8583                 add large file support
8584         * src/html.c
8585                 fix bug #763 where href attribute was not
8586                 the very first attribute of a link
8587                 patch by Thomas Gilgin
8588
8589 2005-07-13 [colin]      1.9.12cvs43
8590
8591         * src/gtk/pluginwindow.c
8592                 Little portability fix
8593
8594 2005-07-13 [colin]      1.9.12cvs42
8595
8596         * src/plugins/pgpmime/sgpgme.c
8597                 Fix crasher.
8598
8599 2005-07-13 [colin]      1.9.12cvs41
8600
8601         * src/plugins/pgpmime/pgpmime.c
8602         * src/plugins/pgpmime/sgpgme.c
8603                 Use gpgme_data_release_and_get_mem instead
8604                 of gpgme_data_read.
8605
8606 2005-07-13 [colin]      1.9.12cvs40
8607
8608         * configure.ac
8609         * src/plugins/pgpmime/passphrase.c
8610         * src/plugins/pgpmime/passphrase.h
8611         * src/plugins/pgpmime/pgpmime.c
8612         * src/plugins/pgpmime/plugin.c
8613         * src/plugins/pgpmime/select-keys.c
8614         * src/plugins/pgpmime/select-keys.h
8615         * src/plugins/pgpmime/sgpgme.c
8616         * src/plugins/pgpmime/sgpgme.h
8617                 Port pgpmime to gpgme-1.0.
8618
8619 2005-07-12 [paul]       1.9.12cvs39
8620
8621         * AUTHORS
8622         * src/toolbar.c
8623         * src/toolbar.h
8624                 add a 'Go to Prev' button to the toolbar.
8625                 correct tooltip text of go to buttons.
8626                 based on patch by Yang Guilong <bamanzi@gmail.com>
8627
8628 2005-07-12 [colin]      1.9.12cvs38
8629
8630         * src/statusbar.c
8631                 Fix progress bar showing stuff at startup.
8632
8633 2005-07-12 [paul]       1.9.12cvs37
8634
8635         * src/editjpilot.c
8636                 fix building with jpilot support
8637
8638 2005-07-11 [colin]      1.9.12cvs36
8639
8640         * src/inc.c
8641                 Add visual indication that filtering is running
8642         * src/textview.c
8643                 Make {}[] uri delimiters
8644         * src/summaryview.c
8645                 Remove useless (and slow) calls
8646
8647 2005-07-11 [paul]       1.9.12cvs35
8648
8649         * src/plugins/clamav/clamav_plugin_gtk.c
8650         * src/plugins/dillo_viewer/dillo_prefs.c
8651         * src/plugins/pgpmime/prefs_gpg.c
8652         * src/plugins/spamassassin/spamassassin_gtk.c
8653                 gather plugins prefs together under their
8654                 own 'Plugins' heading
8655
8656 2005-07-11 [paul]       1.9.12cvs34
8657
8658         sync with main
8659
8660         * src/account.c
8661                 account_delete(): modified alert dialog
8662         * src/editjpilot.c
8663         * src/editvcard.c
8664                 fixed a crash when cancelling file selection
8665                 dialog by Escape key. Made non-ascii filename
8666                 selectable.
8667         * src/prefs_template.c
8668                 prefs_template_window_create(): make scrolled
8669                 window policy AUTOMATIC
8670
8671 2005-07-10 [hoa]        1.9.12cvs33
8672
8673         * src/etpan/imap-thread.c
8674                 workaround for old Courier IMAP servers.
8675
8676 2005-07-10 [colin]      1.9.12cvs32
8677
8678         * src/folder.c
8679         * src/statusbar.c
8680         * src/statusbar.h
8681                 Add visual progress indicator on filtering/processing
8682                 Factorize the progress bar code
8683         * src/imap.c
8684         * src/imap.h
8685         * src/etpan/imap-thread.c
8686                 Add a reference counter to avoid destroying the Folder
8687                 while it's in use by another callback.
8688
8689 2005-07-09 [hoa]        1.9.12cvs31
8690
8691         * src/imap.c
8692         * src/etpan/imap-thread.c
8693                 fixed deadlock when removing IMAP account.
8694
8695 2005-07-08 [colin]      1.9.12cvs30
8696
8697         * src/textview.c
8698         * src/unmime.c
8699                 Fix again problems decoding broken headers
8700         * src/gtk/inputdialog.c
8701                 Fix local variable shadowing a global one
8702
8703 2005-07-08 [colin]      1.9.12cvs29
8704
8705         * src/msgcache.c
8706                 Make the cache/mark files platform-agnostic by writing
8707                 them in little-endian format. Reading them is also done
8708                 in little-endian format, of course; however, in order
8709                 to avoid trashing mark data on big-endian machines, the
8710                 files are, at first, read from the native format if the
8711                 little-endian one doesn't exist. This is easy to deter-
8712                 mine by trying to open a file with a swapped data_ver
8713                 and seeing if it's the wanted version.
8714                 Little-endian using users should see absolutely no
8715                 difference, Big-endian users may get a very little
8716                 performance drop due to byte-swapping.
8717                 Tested on i386 and ppc32. 
8718                 Fixes bug #159 (The index file, in the mailboxes, is 
8719                 hardware depending).
8720
8721                 To have the cache/mark files updated to the new little-
8722                 endian format, "Check for new messages" or even
8723                 "Rebuild folder tree" aren't enough. Files will be
8724                 updated as soon as a folder has been opened/closed.
8725                 To update everything, just select all folders by
8726                 selecting them one by one.
8727
8728 2005-07-07 [colin]      1.9.12cvs28
8729
8730         * src/imap.c
8731                 Remember the folder separator per IMAPFolder
8732                 instead of globally.
8733                 Revive the Session on noop; fixes bug #761
8734                 (mark a bunch of unread messages as read takes 
8735                 forever)
8736
8737 2005-07-07 [darko]      1.9.12cvs27
8738
8739         * src/common/template.c
8740                 Sort templates alphabetically
8741
8742 2005-07-06 [colin]      1.9.12cvs26
8743
8744         * src/imap.c
8745                 Try to use the correct separator in
8746                 most cases. Possibly fixes bug #759
8747                 (only creates the INBOX folder when 
8748                 setting up new IMAP account) and 
8749                 bug #760 (Can't retrieve messages)
8750
8751 2005-07-06 [colin]      1.9.12cvs25
8752
8753         * src/imap.c
8754                 Use real_path in status command. This will
8755                 help later, when namespaces will be used.
8756
8757 2005-07-06 [colin]      1.9.12cvs24
8758
8759         * configure.ac
8760         * src/account.c
8761         * src/folder.c
8762         * src/imap.c
8763         * src/etpan/etpan-log.c
8764         * src/etpan/etpan-thread-manager.c
8765         * src/etpan/imap-thread.c
8766                 Add a --disable-libetpan parameter. With this,
8767                 users that don't want IMAP4 support can avoid
8768                 the new dependancy (and have no IMAP support).
8769                 Users that have IMAP4 accounts and use this
8770                 parameter won't lose their configuration, their
8771                 IMAP accounts will just be invisible and not
8772                 used.
8773         * src/textview.c
8774                 Make the "Copy ..." contextual menu items 
8775                 copy to both the X clipboard and the gtk 
8776                 clipboard - as most other apps do.
8777         * src/gtk/about.c
8778                 Add a notice about OpenSSL usage, in order to
8779                 comply with OpenSSL's license (point 6):
8780                 http://www.openssl.org/source/license.html
8781
8782 2005-07-06 [colin]      1.9.12cvs23
8783
8784         * src/alertpanel.c
8785                 Fix a minimum size for alertpanels
8786         * src/compose.c
8787                 Show 'No space left on device' type errors
8788                 when queuing/sending
8789         * src/imap_gtk.c
8790         * src/mh_gtk.c
8791                 Rework folder's deletion message (remove 
8792                 extra \n)
8793
8794 2005-07-05 [colin]      1.9.12cvs22
8795
8796         * src/imap.c
8797                 Add an alertpanel on auth error
8798                 Add pseudo-log
8799                 Remove pthread-related stuff
8800
8801 2005-07-05 [colin]      1.9.12cvs21
8802
8803         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8804                 Fix crash on plugin reloading (with a hack)
8805
8806 2005-07-05 [colin]      1.9.12cvs20
8807
8808         * src/prefs_account.c
8809         * src/prefs_account.h
8810                 Fix typo
8811         * src/gtk/filesel.c
8812         * src/gtk/filesel.h
8813                 Add a way to filter the view
8814         * src/gtk/pluginwindow.c
8815                 Filter loadable stuff
8816         * src/plugins/pgpmime/prefs_gpg.c
8817                 Fix missing unregistration
8818         * .cvsignore
8819         * src/etpan/.cvsignore
8820         * src/plugins/spamassassin/.cvsignore
8821                 Add more stuff to cvs ignored files
8822
8823 2005-07-04 [colin]      1.9.12cvs19
8824
8825         * src/imap.c
8826                 Fix scan_required returning FALSE when it
8827                 shouldn't. Maybe fix #760 (Can't retrieve
8828                 messages)
8829
8830 2005-07-04 [colin]      1.9.12cvs18
8831
8832         * src/summaryview.c
8833                 Fix always_show_msg pref
8834
8835 2005-07-04 [paul]       1.9.12cvs17
8836
8837         sync with main (forgotten in last commit)
8838         
8839         * src/common/utils.c
8840         * src/common/utils.h
8841                 check_line_length(): new.
8842                 is_dir_exist()
8843                 is_file_entry_exist()
8844                 dirent_is_regular_file()
8845                 dirent_is_directory(): use g_file_test() instead of stat().
8846
8847 2005-07-04 [paul]       1.9.12cvs16
8848
8849         sync with main:
8850
8851         * src/compose.c
8852                 compose_write_to_file(): check for line
8853                 length limit and display warning if exceeds
8854         * src/jpilot.c
8855                 use get_home_dir() instead of g_get_home_dir()
8856         * src/procheader.c
8857                 removed warning about invalid date
8858         * src/vcard.c
8859                 use get_home_dir() instead of g_get_home_dir()
8860
8861 2005-07-04 [paul]       1.9.12cvs15
8862
8863         * src/stock_pixmap.c
8864                 fix new pixmap naming errors
8865                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
8866
8867 2005-07-04 [colin]      1.9.12cvs14
8868
8869         * src/imap.c
8870                 Fix debugging string with a warning
8871
8872 2005-07-04 [colin]      1.9.12cvs13
8873
8874         * configure.ac
8875                 Add a check for libetpan's version (>= 0.37)
8876
8877 2005-07-04 [hoa]        1.9.12cvs12
8878
8879         * commitHelper
8880         * src/imap.c
8881         * src/etpan/imap-thread.c
8882         * src/etpan/imap-thread.h
8883                 fixed IMAP implementation of check of mails.
8884
8885 2005-07-03 [hoa]        1.9.12cvs11
8886
8887         * src/etpan/Makefile.am
8888         * src/etpan/etpan-errors.h
8889         * src/etpan/etpan-log.[ch]
8890         * src/etpan/etpan-thread-manager-types.h
8891         * src/etpan/etpan-thread-manager.[ch]
8892         * src/etpan/imap-thread.[ch]
8893         * src/Makefile.am
8894         * src/imap.c
8895         * src/main.c
8896         * src/prefs_other.c
8897         * configure.ac
8898             merged imap branch.
8899             dependency on libetpan 0.37 is now added.
8900
8901 2005-07-01 [colin]      1.9.12cvs10
8902
8903         * src/Makefile.am
8904         * src/folder.c
8905         * src/folder.h
8906         * src/folderview.c
8907         * src/stock_pixmap.c
8908         * src/stock_pixmap.h
8909         * src/plugins/trayicon/trayicon.c
8910                 Add marked symbol on folders containing
8911                 marked messages
8912         * src/procmsg.c
8913         * src/procmsg.h
8914         * src/toolbar.c
8915         * src/prefs_common.c
8916         * src/prefs_common.h
8917         * src/prefs_send.c
8918                 Add an optional confirmation dialog on queue
8919                 sending. Patch by wwp.
8920         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
8921         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
8922         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
8923         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
8924         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
8925         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
8926         * src/pixmaps/inbox_mark.xpm            ** ADDED **
8927         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
8928         * src/pixmaps/outbox_mark.xpm           ** ADDED **
8929         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
8930         * src/pixmaps/trash_mark.xpm            ** ADDED **
8931                 New pixmaps
8932
8933 2005-07-01 [colin]      1.9.12cvs9
8934
8935         * src/summaryview.c
8936                 Fix a little threading bug
8937         * src/addrgather.c
8938         * src/mainwindow.c
8939                 A little bit of HIG normality never hurts
8940
8941 2005-07-01 [colin]      1.9.12cvs8
8942
8943         * src/compose.c
8944         * src/msgcache.c
8945         * src/pop.c
8946         * src/procmime.c
8947         * src/recv.c
8948         * src/common/log.c
8949         * src/common/template.c
8950         * src/common/utils.c
8951         * src/common/utils.h
8952                 Reverted the fwrite_atomic stuff. In fact
8953                 it is already atomic.
8954
8955 2005-06-30 [colin]      1.9.12cvs7
8956
8957         * src/common/utils.c
8958         * src/common/utils.h
8959                 Add an fwrite_atomic() function to make
8960                 sure we write everything: fwrite can make
8961                 short writes.
8962         * src/compose.c
8963         * src/msgcache.c
8964         * src/pop.c
8965         * src/procmime.c
8966         * src/recv.c
8967         * src/common/log.c
8968         * src/common/template.c
8969                 Use that (and fix swapping of size and nmemb).
8970                 Thanks to Rich Coe for the heads up.
8971
8972 2005-06-30 [colin]      1.9.12cvs6
8973
8974         * src/addressbook.c
8975                 Optimize addressbook opening 
8976
8977 2005-06-30 [colin]      1.9.12cvs5
8978
8979         * src/summaryview.c
8980                 Remove calls to summary_step after move/copy
8981
8982 2005-06-28 [paul]       1.9.12cvs4
8983
8984         * src/alertpanel.c
8985                 wrap and make the error msg selectable
8986
8987 2005-06-28 [paul]       1.9.12cvs3
8988
8989         * src/ssl_manager.c
8990                 replace the OK button with a Close button
8991         * src/gtk/foldersort.c
8992                 use GTK_STOCK_ icons/buttons
8993
8994 2005-06-28 [colin]      1.9.12cvs2
8995
8996         * src/gedit-print.c             ** ADDED **
8997         * src/gedit-print.h             ** ADDED **
8998         * src/gtk/gtksourceprintjob.c   ** ADDED **
8999         * src/gtk/gtksourceprintjob.h   ** ADDED **
9000                 I can't believe no one had enough time to tell
9001                 me I forgot the `cvs add`
9002
9003 2005-06-27 [colin]      1.9.12cvs1
9004
9005         * src/Makefile.am
9006         * src/gtk/Makefile.am
9007         * src/messageview.c
9008         * src/procmsg.c
9009         * src/summaryview.c
9010         * configure.ac
9011                 Add optional libgnomeprint-based printing
9012         * src/mainwindow.c
9013         * src/gtk/quicksearch.c
9014                 Add an Edit/Quick search menu item to show
9015                 and focus the quicksearch
9016
9017 2005-06-27 [paul]       1.9.12
9018
9019         1.9.12 release
9020
9021         * po/ca.po
9022         * po/de.po
9023         * po/es.po
9024         * po/fr.po
9025         * po/it.po
9026         * po/ko.po
9027         * po/pt_BR.po
9028         * po/sk.po
9029         * po/zh_CN.po
9030                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9031                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9032                 SungHyun Nam, Frederico Goncalves Guimaraes,
9033                 Andrej Kacian, and Yang Guilong
9034 2005-06-26 [colin]      1.9.11cvs106
9035
9036         * src/imap_gtk.c
9037                 Forgot one file for previous fix
9038
9039 2005-06-26 [colin]      1.9.11cvs105
9040
9041         * src/folder.c
9042         * src/imap.c
9043                 Fix problems with folder operations in no_select
9044                 imap folders. it applies only to mails, and 
9045                 creation/deletion/move/renaming of folders 
9046                 should be possible
9047
9048 2005-06-26 [paul]       1.9.11cvs104
9049
9050         * src/prefs_filtering.c
9051                 replace one more GTK_STOCK_REMOVE
9052                 with GTK_STOCK_DELETE
9053
9054 2005-06-25 [colin]      1.9.11cvs103
9055
9056         * src/imap.c
9057                 Optimize get_seq_set_from_seq_list
9058                 (Patch by Ricardo) 
9059
9060 2005-06-25 [colin]      1.9.11cvs102
9061
9062         * src/mh.c
9063                 If the directory exists, but not in the
9064                 correct encoding, rename it. This should
9065                 handle old-versions-induced bugs.
9066
9067 2005-06-25 [colin]      1.9.11cvs101
9068
9069         * src/mh.c
9070                 Fix path access with extended dir names
9071                 Fixes bug #589 (SC segfaults with wrong locale
9072                 settings)
9073
9074 2005-06-25 [colin]      1.9.11cvs100
9075
9076         * src/prefs_account.c
9077         * src/prefs_account.h
9078         * src/compose.c
9079                 Add an option to encrypt replies to
9080                 encrypted messages
9081
9082 2005-06-25 [colin]      1.9.11cvs99
9083
9084         * src/compose.c
9085         * src/quote_fmt_parse.y
9086                 ... And make it work with pgpinline.
9087
9088 2005-06-25 [colin]      1.9.11cvs98
9089
9090         * src/compose.c
9091         * src/procmime.c
9092         * src/procmime.h
9093         * src/quote_fmt_parse.y
9094                 o Make reedition of encrypted messages possible
9095                   (as long as it is encrypted to self too, no
9096                    magic there)
9097                 o Make replying with quote (and without selecting
9098                   text) possible for encrypted messages.
9099                 Closes bug #550 (Not possible to "reply with quote"
9100                 to gnupg encrypted messages)
9101
9102 2005-06-24 [paul]       1.9.11cvs97
9103
9104         * src/imap.c
9105                 add missing include
9106
9107 2005-06-24 [paul]       1.9.11cvs96
9108
9109         * src/editldap.c
9110                 made bind password entry invisible
9111                 (sync with main)
9112         * src/send_message.c
9113                 send_message_local(): check exit status
9114                 to detect errors (sync with main)
9115         * src/textview.c
9116                 use main's less ambiguous popup menu
9117                 wording
9118
9119 2005-06-24 [paul]       1.9.11cvs95
9120
9121         * src/prefs_actions.c
9122         * src/prefs_customheader.c
9123         * src/prefs_display_header.c
9124         * src/prefs_filtering_action.c
9125         * src/prefs_matcher.c
9126         * src/prefs_template.c
9127         * src/prefs_toolbar.c
9128                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9129         * src/gtk/description_window.c
9130                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9131
9132 2005-06-23 [colin]      1.9.11cvs94
9133
9134         * src/summaryview.c
9135                 Fix rough edges (be sure to call status_show whenever
9136                 necessary).
9137
9138 2005-06-23 [colin]      1.9.11cvs93
9139
9140         * src/summaryview.c
9141                 Optimize Select All
9142                 Before, in a 5K mails folder: 11s
9143                 After, in the same folder: 58000µs
9144                 The joys of locking... gtk_clist_select_all() fires a 
9145                 tree-select-row event for each selected row, which in 
9146                 summaryview, callbacks summary_selected which in turn,
9147                 calls summary_status_show, which walks the selected
9148                 rows. Hence, calling gtk_clist_select_all was 
9149                 exponential. Locking the summaryview makes 
9150                 summary_selected return early.
9151
9152 2005-06-23 [colin]      1.9.11cvs92
9153
9154         * src/imap.c
9155                 Move mutex at the important place to avoid
9156                 deadlocks
9157         * src/summaryview.c
9158                 Fix Del key deleting directly instead of
9159                 moving to trash
9160
9161 2005-06-22 [colin]      1.9.11cvs91
9162
9163         * src/plugins/spamassassin/libspamc.c
9164                 As we do spagetti code with assignations in multiple
9165                 places (see _message_read_raw where out = msg = raw),
9166                 let's be sure we don't free the same pointer twice.
9167                 Should fix bug #683 (Crash in libpam at 
9168                 message_cleanup).
9169
9170 2005-06-22 [colin]      1.9.11cvs90
9171
9172         * src/compose.c
9173         * src/messageview.c
9174         * src/toolbar.c
9175                 Make toolbar's delete use the move to trash stuff;
9176                 Add gtk_widget_realize to be sure pixmaps can get
9177                 created (that may fix an old worksforme bug which
9178                 I can't find back...)
9179
9180 2005-06-22 [colin]      1.9.11cvs89
9181
9182         * src/summaryview.c
9183         * src/summaryview.h
9184         * src/mainwindow.c
9185                 Rename "Message/Delete" to "Message/Move to trash"
9186                 Add "Message/Delete..." that directly destroys the
9187                 selected messages after asking for a confirmation.
9188
9189 2005-06-22 [colin]      1.9.11cvs88
9190
9191         * src/imap.c
9192                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9193                 o Fix a deadlock (thanks Darko)
9194
9195 2005-06-22 [colin]      1.9.11cvs87
9196
9197         * src/gtk/foldersort.c
9198                 Add missing include for the i18n;
9199                 patch by Fabien Vantard
9200
9201 2005-06-21 [colin]      1.9.11cvs86
9202
9203         * src/folder.c
9204         * src/folderview.c
9205                 Respect the no_select flag
9206         * src/imap.c
9207                 Fix recursive deletion
9208         * src/imap_gtk.c
9209         * src/mh_gtk.c
9210                 Make the folder deletion's warning
9211                 more explicit
9212
9213 2005-06-21 [colin]      1.9.11cvs85
9214
9215         * src/textview.c
9216                 Prevent email addresses from spanning accross
9217                 lines - fixes bug # 646 (newline-chars in 
9218                 email addresses)
9219
9220 2005-06-20 [colin]      1.9.11cvs84
9221
9222         * src/folder.c
9223                 Be sure not to remove source if copy failed
9224
9225 2005-06-20 [colin]      1.9.11cvs83
9226
9227         * src/folderview.c
9228         * src/imap_gtk.c
9229                 remove summaryview's lock
9230         * src/imap.c
9231                 introduce threads to avoid problems when foreground tasks
9232                 interfere with background tasks
9233         * src/mh.c
9234                 prevent moving to drafts/queue
9235         * src/mimeview.c
9236                 fix leak
9237
9238 2005-06-19 [colin]      1.9.11cvs82
9239
9240         * src/imap_gtk.c
9241                 Remember that the user doesn't want to override
9242                 offline mode, for 3 seconds. It avoid presenting
9243                 him with N popups in a really short time.
9244
9245 2005-06-17 [colin]      1.9.11cvs81
9246
9247         * src/imap.c
9248                 Fix IMAP breaking on folders containing '('
9249                 (Probably won't be enough)
9250
9251 2005-06-17 [colin]      1.9.11cvs80
9252
9253         Forgotten files on 1.9.11cvs79
9254         * src/summaryview.c
9255                 Fix stepping when not immediately executing
9256         * src/imap.c
9257                 Really prevent UID FETCH 0
9258         * src/codeconv.c
9259                 Fix outgoing charset never set to utf-8
9260         * src/mh.c
9261                 Fix leak
9262
9263 2005-06-16 [colin]      1.9.11cvs79
9264
9265         * src/compose.c
9266                 Fix bug #707 (Dash splits rows)
9267                 Only wrap if we're on a line break position and
9268                 the previous one was a "white" (space) char.
9269                 Pango stuff is weird.
9270
9271 2005-06-16 [colin]      1.9.11cvs78
9272
9273         * src/imap_gtk.c
9274                 Lock summaryview while downloading messages
9275                 on user demand
9276         * src/procheader.c
9277         * src/unmime.c
9278         * src/common/utils.c
9279         * src/common/utils.h
9280                 Replace \r and \n with spaces in From and
9281                 Subject headers
9282
9283 2005-06-16 [paul]       1.9.11cvs77
9284
9285         * src/procmime.c
9286                 liberalise the mime parser
9287         * src/gtk/about.c
9288                 add text wrapping
9289
9290 2005-06-16 [paul]       1.9.11cvs76
9291
9292         * src/gtk/about.c
9293                 reworked
9294
9295 2005-06-15 [colin]      1.9.11cvs75
9296
9297         * src/compose.c
9298                 Finish header encoding fix
9299         * src/summaryview.c
9300                 Fix segfault
9301         * src/headerview.c
9302                 Fix compilation (Thanks Stephan
9303                 Sachse)
9304
9305 2005-06-15 [colin]      1.9.11cvs74
9306
9307         * Makefile.am
9308                 Install gnome2 stuff rather than gnome1, 
9309                 if both are present
9310         * src/codeconv.c
9311         * src/codeconv.h
9312         * src/compose.c
9313                 Fix headers encoding
9314         * src/folder.c
9315                 Visual progress when fetching all messages
9316         * src/folderview.c
9317         * src/summaryview.c
9318         * src/summaryview.h
9319                 Prevent changing current message while
9320                 incorporating
9321
9322 2005-06-15 [paul]       1.9.11cvs73
9323
9324         * src/gtk/gtkaspell.c
9325         * src/gtk/gtkaspell.h
9326                 fix build warnings
9327
9328 2005-06-15 [paul]       1.9.11cvs72
9329
9330         * src/prefs_filtering.c
9331                 allow reordering of filter rules by
9332                 drag n drop
9333
9334 2005-06-15 [paul]       1.9.11cvs71
9335
9336         * COPYING
9337                 updated
9338         * src/codeconv.c
9339                 replace deprecated function
9340         * src/inc.c
9341         * src/send_message.c
9342         * src/gtk/progressdialog.c
9343         * src/gtk/progressdialog.h
9344                 salvage and reuse parts of reverted sync
9345
9346 2005-06-15 [paul]       1.9.11cvs70
9347
9348         * src/inc.c
9349         * src/send_message.c
9350         * src/gtk/progressdialog.c
9351         * src/gtk/progressdialog.h
9352                 revert yesterday's sync with main
9353                 it contains deprecated functions
9354
9355 2005-06-15 [colin]      1.9.11cvs69
9356
9357         * src/headerview.c
9358                 Fix bug #670 (multi user to: will corrupt message 
9359                 headers display)
9360
9361 2005-06-15 [colin]      1.9.11cvs68
9362
9363         * src/compose.c
9364                 Fix bug #421 (Fix undo on wrapping)
9365
9366 2005-06-15 [colin]      1.9.11cvs67
9367
9368         * src/folder.c
9369                 Provide visual feedback while processing
9370                 folder's rules.
9371         * src/imap.c
9372                 Provide visual feedback while getting
9373                 short headers (for uncached messages)
9374
9375
9376 2005-06-14 [paul]       1.9.11cvs66
9377
9378         * src/account.c
9379                 change a couple stock icons
9380         * src/inc.c
9381         * src/send_message.c
9382         * src/gtk/progressdialog.c
9383         * src/gtk/progressdialog.h
9384                 sync main's GtkTreeView implementation
9385
9386 2005-06-14 [colin]      1.9.11cvs65
9387
9388         * src/imap.c
9389                 Various little fixes, mainly on error paths
9390
9391 2005-06-13 [colin]      1.9.11cvs64
9392
9393         * matcher.c
9394         * procmsg.c
9395         * procmsg.h
9396                 Add a way to fetch only headers. This speeds
9397                 up filtering on headers for IMAP. Fixes:
9398                 bug #481 extraneous imap commands slow down 
9399                         imap filtering
9400                 bug #522 Sylpheed downloads all messages 
9401                         when opening mailbox (IMAP)
9402                 bug #677 IMAP fetch is soooooooooooooo slow
9403         * src/folder.c
9404         * src/folder.h
9405                 Add a folder set_batch method so that
9406                 implementations can speed up flags changes
9407         * src/folderutils.c
9408         * src/summaryview.c
9409                 Use that in mark as (un)read and mark all read
9410                 Refix bug #679
9411         * src/imap.c
9412                 Implement set_batch - brings back deferred
9413                 flags in a less buggy manner. Fixes:
9414                 bug #729 IMAP immediate expunge of deleted messages
9415                 bug #191 remove list of messages with one command
9416                 Fix login with strange chars
9417                 Implement fetch_msg_full
9418                 Fix copy (wrong counts)
9419
9420 2005-06-12 [colin]      1.9.11cvs63
9421
9422         * src/folder.c
9423                 lock incorporation during long operations.
9424                 Avoids fucking up the IMAP socket.
9425
9426 2005-06-12 [colin]      1.9.11cvs62
9427
9428         * src/imap.c
9429                 Fix harmful typo
9430                 Factorize remove_all_msg
9431                 Thread-ize expunge
9432         * src/summaryview.c
9433                 Don't update partial-download status if unnecessary
9434         * src/folder.c
9435                 Use remove_msgs everywhere possible
9436
9437 2005-06-12 [colin]      1.9.11cvs61
9438
9439         * src/folder.c
9440         * src/folder.h
9441                 Add a remove_msgs function to remove a 
9442                 list of messages
9443         * src/imap.c
9444                 Implement that.
9445
9446 2005-06-12 [colin]      1.9.11cvs60
9447
9448         * src/imap.c
9449                 Remove flags-processing deferring... Too hard
9450                 to get it to work in all cases.
9451
9452 2005-06-11 [colin]      1.9.11cvs59
9453
9454         * src/imap.c
9455                 printf -> debug_print
9456
9457 2005-06-11 [colin]      1.9.11cvs58
9458
9459         * src/imap.c
9460                 o Fix build without USE_PTHREAD
9461                 o Factorize imap_open
9462                 o Alertpanel in case of impossible connection
9463                 o Alertpanel in case of impossible login
9464                 o Fix deferred flags processing to force a 
9465                   flush before adding some more flags to process,
9466                   but in another folder.
9467
9468 2005-06-10 [colin]      1.9.11cvs57
9469
9470         * src/imap.c
9471                 o Fix a format string error
9472                 o init ssl socket outside of the thread 
9473                   (it possibly invokes gtk calls)
9474         * src/procmime.c
9475                 o Put back the buffer to its necessary size
9476                 o Fix changing a file pointer without keeping
9477                   track of it (thanks Valgrind)
9478         * src/common/smtp.c
9479                 o Fix automatic STARTTLS if login should be done
9480                   and the server only allows it after starting TLS
9481         * src/gtk/gtkinputdialog.c
9482                 o Eat GDK_Return so that the combo popup doesn't 
9483                   appear when we press Enter to validate the combo
9484                   input dialog (as seen in the Open with... dialog)
9485
9486 2005-06-10 [colin]      1.9.11cvs56
9487
9488         * src/imap.c
9489                 o A bit less debug
9490                 o Fix a crash on deletion
9491                 o Threadize imap_select (it's called outside of 
9492                   threads)
9493                 o Defer treatment of DELETED flags
9494
9495
9496 2005-06-09 [colin]      1.9.11cvs55
9497
9498         * src/imap.c
9499                 Make sure we check imap_gtk_should_override(), which
9500                 potentially calls gtk stuff, before creating thread.
9501                 That way it should't be called via imap_get_session()
9502                 inside a thread.
9503
9504 2005-06-09 [colin]      1.9.11cvs54
9505
9506         * src/imap.c
9507                 o add a bit of status output
9508                 o remove some dead code
9509                 o threadize get_list_of_uids
9510                 o threadize imap_get_flags
9511                 o defer flag changing by 500ms so that they
9512                   can be batched
9513
9514
9515 2005-06-08 [colin]      1.9.11cvs53
9516
9517         * src/imap.c
9518                 Thread-ize imap_cmd_fetch
9519
9520 2005-06-08 [colin]      1.9.11cvs52
9521
9522         * src/main.c
9523                 Mmh, that broke POP3...
9524
9525 2005-06-08 [colin]      1.9.11cvs51
9526
9527         * src/main.c
9528                 Stabilize IMAP patch (thanks to Hoa)
9529
9530 2005-06-08 [colin]      1.9.11cvs50
9531
9532         * src/imap.c
9533                 Test patch to speed up imap. 
9534
9535 2005-06-08 [colin]      1.9.11cvs49
9536
9537         * src/imap_gtk.c
9538                 Warning fix
9539         * src/procmime.c
9540                 Apply patch from gentoo to use /usr/share/mime/globs if 
9541                 available, after un-breaking it
9542         * src/common/log.c
9543         * src/common/log.h
9544                 Use g_timeout for invoking hooks that possibly use gtk
9545                 calls. This should leave gtk calls in the main thread.
9546
9547 2005-06-08 [paul]       1.9.11cvs48
9548
9549         * src/codeconv.c
9550                 conv_get_outgoing_charset_str(): don't
9551                 use prefs_common setting
9552         * src/compose.c
9553         * src/compose.h
9554                 add /Options/Character encoding/... to
9555                 temporarily change the outgoing encoding
9556
9557         (belated sync with main)
9558
9559 2005-06-08 [paul]       1.9.11cvs47
9560
9561         * src/compose.c
9562                 correction to/completion of last
9563                 sync with main
9564
9565 2005-06-08 [paul]       1.9.11cvs46
9566
9567         sync with main:
9568         
9569         * src/codeconv.c
9570         * src/codeconv.h
9571                 always enabled Japanese auto-detection
9572                 if the first letters of locale string
9573                 is "ja"
9574         * src/compose.c
9575                 don't use "destroy" signal to destroy
9576                 Compose object (fix rare crashes on discard?)
9577         * src/mainwindow.c
9578         * src/messageview.c
9579         * src/prefs_send.c
9580                 added Hebrew encodings
9581         * src/sourcewindow.c
9582                 don't use "destroy" signal to destroy
9583                 objects
9584
9585 2005-06-07 [colin]      1.9.11cvs45
9586
9587         * src/summaryview.c
9588                 Add missing unlocks/locks
9589
9590 2005-06-07 [paul]       1.9.11cvs44
9591
9592         * src/summaryview.c
9593                 restore bug #749 fix
9594
9595 2005-06-06 [colin]      1.9.11cvs43
9596
9597         * src/summaryview.c
9598                 Fix selection bug when prefs_common.open_unread 
9599                 is FALSE
9600
9601 2005-06-06 [colin]      1.9.11cvs42
9602
9603         * src/common/md5.c
9604                 Fix a warning
9605         * src/summaryview.c
9606         * src/folderview.c
9607                 Factorize long operations beginning and end
9608                 (locking, freezing/thawing, cursor, ...)
9609                 Check selection->data member in selection-
9610                 related loops; this avoids dying an awful
9611                 death if the selection changes on us while
9612                 we're marking a whole IMAP folder unread, 
9613                 for example.
9614
9615 2005-06-06 [paul]       1.9.11cvs41
9616
9617         * src/textview.c
9618                 don't g_free() a static gchar buffer
9619
9620 2005-06-05 [colin]      1.9.11cvs40
9621
9622         * src/mainwindow.c
9623         * src/messageview.c
9624         * src/summaryview.c
9625                 Fix bug #749 (Show all headers should be
9626                 sticky as the GUI suggests)
9627
9628 2005-06-03 [paul]       1.9.11cvs39
9629
9630         * src/compose.c
9631                 don't allow editing of mail while sending.
9632                 patch by Colin
9633
9634 2005-06-03 [paul]       1.9.11cvs38
9635
9636         * src/folderview.c
9637                 add a freeze/thaw to speed up 'mark all read'
9638
9639 2005-06-03 [paul]       1.9.11cvs37
9640
9641         * src/prefs_message.c
9642                 reflect changes immediately
9643
9644 2005-06-02 [colin]      1.9.11cvs36
9645
9646         * po/POTFILES.in
9647                 Patch by Fabien Vantard.
9648
9649 2005-06-02 [colin]      1.9.11cvs35
9650
9651         * src/imap.c
9652                 Use a non-blocking imap_getline() if possible.
9653                 This should completely prevent the interface
9654                 from freezin on imap operations, although it
9655                 may do strange stuff in case of folder switching
9656                 while a big imap operation is taking place...
9657
9658                 In addition, fix a leak in the case thread
9659                 creation fails on connection.
9660
9661 2005-06-02 [colin]      1.9.11cvs34
9662
9663         * src/crash.c
9664         * src/prefs_common.h
9665                 Fix build (prefs_common_init() doesn't exist
9666                 anymore)
9667
9668 2005-06-02 [colin]      1.9.11cvs33
9669
9670         * src/prefs_account.c
9671                 Fix bug #245 (filtering rules broken when
9672                 renaming a remote account (imap4 or nntp)
9673
9674 2005-06-02 [colin]      1.9.11cvs32
9675
9676         * src/imap.c
9677                 Try to fix IMAP shortcomings: 
9678                 o Multithread imap_open()
9679                 o allow offline-mode overriding instead of
9680                   just returning NULL
9681         * src/imap_gtk.c
9682         * src/imap_gtk.h
9683                 Add a function to ask whether we want to
9684                 override offline-mode for 10 minutes (one-shot
9685                 asking was painful)
9686         * src/procheader.c
9687                 Fix segfault when imap parser isn't happy about
9688                 a missing {
9689
9690 2005-06-01 [colin]      1.9.11cvs31
9691
9692         * src/addrharvest.c
9693         * src/compose.c
9694         * src/mbox.c
9695         * src/mbox.h
9696         * src/mh.c
9697         * src/msgcache.c
9698         * src/send_message.c
9699         * src/setup.c
9700         * src/undo.c
9701         * src/common/hooks.c
9702         * src/common/prefs.c
9703         * src/common/template.c
9704         * src/common/utils.c
9705         * src/gtk/gtkutils.c
9706         * src/gtk/inputdialog.c
9707         * src/gtk/menu.c
9708         * src/gtk/pluginwindow.c
9709         * src/gtk/prefswindow.c
9710         * src/plugins/pgpmime/passphrase.c
9711         * src/plugins/pgpmime/prefs_gpg.c
9712                 More -Wall fixes
9713
9714         * src/common/Makefile.am
9715         * src/common/timing.h
9716                 Add basic timing code
9717
9718         * src/summaryview.c
9719                 Fix a bug with unread messages when 
9720                 re-sorting folders, and by the way
9721                 fix a big performance hit when 
9722                 re-sorting (10k mails: before 5s,
9723                 after .5s)
9724
9725         * src/prefs_compose_writing.c
9726         * src/prefs_compose_writing.h
9727         * src/prefs_message.c
9728         * src/prefs_message.h
9729         * src/prefs_other.c
9730         * src/prefs_other.h
9731         * src/prefs_quote.c
9732         * src/prefs_quote.h
9733         * src/prefs_receive.c
9734         * src/prefs_receive.h
9735         * src/prefs_send.c
9736         * src/prefs_send.h
9737         * src/prefs_summaries.c
9738         * src/prefs_summaries.h
9739                 Fix copyright banner
9740
9741 2005-06-01 [paul]       1.9.11cvs30
9742
9743         * po/fi.po
9744                 updated by Flammie Pirinen
9745         * src/procmime.c
9746                 fix 'Bad BASE64 content' output
9747
9748 2005-05-31 [colin]      1.9.11cvs29
9749
9750         * src/procmime.c
9751                 Oops, where did my hunk go.
9752
9753 2005-05-31 [colin]      1.9.11cvs28
9754
9755         * src/Makefile.am
9756         * src/account.c
9757         * src/action.c
9758         * src/addr_compl.c
9759         * src/addressbook.c
9760         * src/codeconv.c
9761         * src/compose.c
9762         * src/export.c
9763         * src/folder.c
9764         * src/folderview.c
9765         * src/image_viewer.c
9766         * src/main.c
9767         * src/mainwindow.c
9768         * src/messageview.c
9769         * src/mimeview.c
9770         * src/msgcache.c
9771         * src/prefs_account.c
9772         * src/prefs_actions.c
9773         * src/prefs_common.c
9774         * src/prefs_compose_writing.c
9775         * src/prefs_customheader.c
9776         * src/prefs_ext_prog.c
9777         * src/prefs_filtering.c
9778         * src/prefs_filtering_action.c
9779         * src/prefs_fonts.c
9780         * src/prefs_image_viewer.c
9781         * src/prefs_message.c
9782         * src/prefs_message.h
9783         * src/prefs_msg_colors.c
9784         * src/prefs_other.c
9785         * src/prefs_other.h
9786         * src/prefs_quote.c
9787         * src/prefs_receive.c
9788         * src/prefs_receive.h
9789         * src/prefs_send.c
9790         * src/prefs_send.h
9791         * src/prefs_spelling.c
9792         * src/prefs_summaries.c
9793         * src/prefs_summary_column.c
9794         * src/prefs_template.c
9795         * src/prefs_themes.c
9796         * src/prefs_toolbar.c
9797         * src/prefs_wrapping.c
9798         * src/procmime.c
9799         * src/procmsg.c
9800         * src/send_message.h
9801         * src/ssl_manager.c
9802         * src/summary_search.c
9803         * src/summaryview.c
9804         * src/textview.c
9805         * src/wizard.c
9806         * src/common/smtp.c
9807         * src/common/smtp.h
9808         * src/gtk/gtkutils.h
9809                 o Move the rest of Common prefs to new style
9810                 o Lots of -Wall warning fixes
9811                 o fix FIXME in cache memusage calculation
9812                 o Let return receipts be sent from any account
9813                 o Little cache optimisation (read)
9814                 o Fix bug #746 (don't treat commas as separators
9815                   when inside a quoted string)
9816
9817 2005-05-31 [paul]       1.9.11cvs27
9818
9819         * src/prefs_common.c
9820                 fix 'off-by-one' typo
9821
9822 2005-05-31 [paul]       1.9.11cvs26
9823
9824         * src/account.c
9825         * src/addr_compl.c
9826         * src/compose.c
9827         * src/foldersel.c
9828         * src/prefs_actions.c
9829         * src/prefs_common.c
9830         * src/prefs_common.h
9831         * src/prefs_customheader.c
9832         * src/prefs_display_header.c
9833         * src/prefs_filtering.c
9834         * src/prefs_filtering_action.c
9835         * src/prefs_matcher.c
9836         * src/prefs_summaries.c
9837         * src/prefs_summary_column.c
9838         * src/prefs_template.c
9839         * src/prefs_toolbar.c
9840         * src/ssl_manager.c
9841         * src/gtk/pluginwindow.c
9842         * src/gtk/prefswindow.c
9843         * src/gtk/progressdialog.c
9844                 add hidden prefs 'enable_rules_hint'
9845                 for gtk_tree_view_set_rules_hint()
9846                 (sync with main)
9847                 
9848
9849 2005-05-31 [colin]      1.9.11cvs25
9850
9851         * src/Makefile.am
9852         * src/main.c
9853         * src/prefs_common.c
9854         * src/prefs_summaries.c ** ADDED **
9855         * src/prefs_summaries.h ** ADDED **
9856                 Common/Display -> Display/Summaries
9857
9858 2005-05-31 [colin]      1.9.11cvs24
9859
9860         * src/Makefile.am
9861         * src/main.c
9862         * src/prefs_quote.c ** ADDED **
9863         * src/prefs_quote.h ** ADDED **
9864                 Move Common/Quote to Compose/Quoting
9865         * src/prefs_common.c
9866         * src/prefs_common.h
9867                 Remove old quote stuff, add
9868                 convenience functions for GtkTextView prefs
9869         * src/gtk/prefswindow.c
9870                 Set default height higher
9871
9872 2005-05-30 [colin]      1.9.11cvs23
9873
9874         * src/Makefile.am
9875         * src/main.c
9876         * src/prefs_common.c
9877         * src/prefs_compose_writing.c ** ADDED **
9878         * src/prefs_compose_writing.h ** ADDED **
9879                 Move Common/Compose prefs to Compose/Writing
9880
9881 2005-05-30 [colin]      1.9.11cvs22
9882
9883         * src/common/utils.c
9884                 Fix bug #651 (Confused Attract by Subject)
9885                 Patch by M. Benkmann <haferfrost@web.de>
9886         * AUTHORS
9887
9888 2005-05-30 [colin]      1.9.11cvs21
9889
9890         * src/compose.c
9891                 Fix concatenation of different headers of
9892                 the same type (bug #645)
9893         * src/prefs_folder_item.c
9894                 Fix bug #699 (setting color to black doesn't
9895                 work immediately)
9896         * src/procmime.c
9897                 Print out decoding error only once per
9898                 block
9899
9900 2005-05-30 [paul]       1.9.11cvs20
9901
9902         * src/common/template.c
9903                 fix Bcc
9904
9905 2005-05-30 [paul]       1.9.11cvs19
9906
9907         * doc/src/rfc2368.txt   **NEW FILE**
9908         * src/compose.c
9909                 compose_entries_set(): don't interpret Bcc
9910                 header field (conform to RFC 2368)
9911                 (sync with main)
9912
9913 2005-05-29 [colin]      1.9.11cvs18
9914
9915         * src/prefs_common.c
9916                 Let the default reply format respect
9917                 netiquette by cutting the signature.
9918
9919 2005-05-29 [colin]      1.9.11cvs17
9920
9921         * src/summaryview.c
9922                 Don't let always_show_msg override
9923                 open_unread_on_enter when opening a new
9924                 directory.
9925
9926 2005-05-27 [paul]       1.9.11cvs16
9927
9928         sync with main:
9929
9930         * src/main.c
9931                 app_will_exit(): cleanup tmp directory when exit
9932         * src/message_search.c
9933                 improved the interface and made code cleanup.
9934                 removed Clear button
9935         * src/send_message.c
9936                 send_message_local(): use GSpawn, and detect errors
9937         * src/summary_search.c
9938                 improved the interface and made code cleanup
9939         * src/textview.c
9940                 textview_write_link(): also skip non-ascii space
9941                  at the head of link strings (phishing check
9942                  didn't work at the case)
9943         * src/common/utils.c
9944                 get_command_output(): use g_spawn_command_line_sync()
9945                 instead of popen()
9946
9947 2005-05-26 [colin]      1.9.11cvs15
9948
9949         * src/folder.c
9950                 remove printf
9951
9952 2005-05-26 [colin]      1.9.11cvs14
9953
9954         * src/common/nntp.c
9955                 Fix nntp mode reader (bug #611)
9956                 Patch by Florian Mickler <florian@mickler.org>
9957
9958 2005-05-26 [colin]      1.9.11cvs13
9959
9960         * src/plugins/pgpmime/passphrase.c
9961                 Fix mouse grabbing (bug #557)
9962
9963 2005-05-26 [colin]      1.9.11cvs12
9964
9965         * src/prefs_themes.c
9966                 Fix g_warning (bug #541)
9967
9968 2005-05-26 [colin]      1.9.11cvs11
9969
9970         * src/prefs_actions.c
9971         * src/prefs_template.c
9972                 Fix bug #506 (no warning if action/template
9973                 is not saved)
9974         * src/common/template.c
9975                 Fix a possible crash
9976
9977 2005-05-26 [colin]      1.9.11cvs10
9978
9979         * src/folder.c
9980         * src/folderview.c
9981         * src/procmsg.c
9982         * src/summaryview.c
9983                 Forbid locked messages to be moved or
9984                 deleted. Locked messages in trashes 
9985                 still get deleted, for performance
9986                 reason (mh.c::mh_remove_all_msgs)
9987
9988 2005-05-25 [colin]      1.9.11cvs9
9989
9990         * src/procmime.c
9991                 Use correct encoding when sending mails
9992                 with attachments that have accentued 
9993                 chars in their name
9994
9995 2005-05-24 [colin]      1.9.11cvs8
9996
9997         * src/summaryview.c
9998                 Fix bug #688 f) read/unread marker not
9999                 changed on first click
10000                 Also, optimize summary_status_show()
10001                 calls
10002         * src/folder.c
10003         * src/inc.c
10004         * src/procmime.c
10005                 Fix bug #688 b) and c) wrt message
10006                 attachments and signature
10007         * src/stock_pixmap.c
10008         * src/stock_pixmap.h
10009         * src/stock_pixmap.c
10010         * src/stock_pixmap.h
10011         * src/Makefile.am
10012         * src/pixmaps/clip_gpg_signed.xpm
10013                 Add clip/signed icon
10014
10015 2005-05-24 [colin]      1.9.11cvs7
10016
10017         * src/folder_item_prefs.c
10018                 whitespace fix
10019
10020 2005-05-24 [colin]      1.9.11cvs6
10021
10022         * src/folderview.c
10023         * src/prefs_common.c
10024         * src/prefs_common.h
10025                 Add a confirmation to folder drag and drop
10026                 fixes bug #156
10027         * src/alertpanel.c
10028         * src/alertpanel.h
10029                 fix _with_disable parameters so that
10030                 the buttons labels are specifiable too
10031         * src/plugins/pgpmime/sgpgme.c
10032                 reflect said change
10033                 
10034
10035 2005-05-24 [colin]      1.9.11cvs5
10036
10037         * src/folderview.c
10038                 Uncollapse/collapse folders on double-click
10039                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10040                 closes bug #108
10041
10042 2005-05-23 [colin]      1.9.11cvs4
10043
10044         * src/common/socket.c
10045                 Check another special SSL_peek() error.
10046                 Should help wrt bug #728
10047
10048 2005-05-23 [colin]      1.9.11cvs3
10049
10050         * src/plugins/pgpmime/pgpmime.c
10051                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10052                 breaking menu accelerators and stuff. Users will have to
10053                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10054                 account's privacy preferences if needed.
10055
10056 2005-05-22 [paul]
10057
10058         * tools/kdeservicemenu/install.sh
10059                 use kdesu to prompt for root password if doing
10060                 global install/uninstall
10061
10062 2005-05-20 [colin]      1.9.11cvs2
10063
10064         * src/procmsg.c
10065                 Fix another compilation error with gcc-2.9x
10066                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10067         * src/send_message.c
10068                 Don't send QUIT if we aren't connected
10069
10070 2005-05-19 [colin]      1.9.11cvs1
10071
10072         * src/procmsg.c
10073                 Fix compilation with gcc 2.9x
10074
10075 2005-05-19 [paul]       1.9.11
10076
10077         1.9.11 released
10078
10079 2005-05-19 [paul]       1.9.9cvs14
10080
10081         * src/gtk/inputdialog.c
10082                 prevent gettext warning
10083
10084 2005-05-19 [paul]       1.9.9cvs13
10085
10086         * src/mainwindow.c
10087         * src/prefs_common.c
10088         * src/prefs_common.h
10089         * src/textview.c
10090         * src/textview.h
10091                 add an option to toggle cursor in message
10092                 view (sync with main)
10093
10094 2005-05-18 [colin]      1.9.9cvs12
10095
10096         * src/compose.c
10097                 Dereference freed pointer
10098         * src/gtk/gtkaspell.c
10099                 Fix duplication of dictionaries (is it an aspell issue?)
10100
10101 2005-05-18 [colin]      1.9.9cvs11
10102
10103         * src/gtk/inputdialog.c
10104         * src/gtk/gtkaspell.c
10105                 HIGuify dialogs
10106         * src/alertpanel.c
10107                 Remove a double call
10108
10109 2005-05-17 [colin]      1.9.9cvs10
10110
10111         * src/gtk/gtkaspell.c
10112                 Fix dialogs, Ctrl-Enter accel
10113
10114 2005-05-17 [colin]      1.9.9cvs9
10115
10116         * src/gtk/gtkaspell.c
10117                 Fix some accelerators, escape in replace-window
10118
10119 2005-05-16 [colin]      1.9.9cvs8
10120
10121         * src/gtk/gtkaspell.c
10122                 Revert last commit, it was a mistake.
10123
10124 2005-05-16 [colin]      1.9.9cvs7
10125
10126         * src/gtk/gtkaspell.c
10127                 Remove buggy code while we're at it. It's a 
10128                 dead code path anyway.
10129
10130 2005-05-16 [colin]      1.9.9cvs6
10131
10132         * src/gtk/gtkaspell.c
10133                 Missed some gtk_menu_popup where deactivate
10134                 signal should be handled. Should fix bug
10135                 #629 a bit more.
10136
10137 2005-05-16 [colin]      1.9.9cvs5
10138
10139         * src/gtk/gtkaspell.c
10140                 Remove debug printf()s
10141
10142 2005-05-16 [colin]      1.9.9cvs4
10143
10144         * src/gtk/gtkaspell.c
10145                 Fix a bit aspell problems
10146                 (see bug #629)
10147
10148 2005-05-13 [colin]      1.9.9cvs3
10149
10150         * src/folderview.c
10151                 Fix the + appearing even when no subfolders
10152                 have unread messages. Thanks to wwp for the
10153                 bug report.
10154
10155 2005-05-11 [paul]       1.9.9cvs2
10156
10157         * src/folderview.c
10158                 correction to 1.9.9cvs1, only colour folders that
10159                 have new msgs (not unread msgs)
10160
10161 2005-05-10 [colin]      1.9.9cvs1
10162
10163         * src/folderview.c
10164         * src/summaryview.c
10165                 Try to fix bolding bugs again.
10166
10167 2005-05-09 [paul]
10168
10169         * tools/claws.i18n.status.pl
10170                 add Ricardo Mones Lastra's script that has been providing
10171                 the i18n status page for many months
10172
10173 2005-05-09 [paul]       1.9.9
10174
10175         1.9.9 release
10176
10177 2005-05-09 [paul]       1.9.6cvs58
10178
10179         * AUTHORS
10180         * INSTALL
10181         * README.claws
10182                 updated
10183         * Makefile.am 
10184         * RELEASE_NOTES.claws
10185                 add release notes to cvs to simplify release
10186                 procedure
10187         * configure.ac
10188                 add ca and fi to ALL_LINGUAS
10189         * po/Makefile.in.in
10190                 workaround for missing Makevars
10191         * po/ca.po
10192         * po/fi.po
10193                 add new Catalan and Finnish translations
10194                 submitted by Miquel Oliete and Flammie Pirinen
10195         * po/de.po
10196         * po/es.po
10197         * po/fr.po
10198         * po/it.po
10199         * po/pl.po
10200         * po/ru.po
10201         * po/sk.po
10202         * po/sr.po
10203         * po/zh_CN.po
10204                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10205                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10206                 Urke MMI, and Hansom Young
10207         * src/main.c
10208                 Fix drafting when quitting. compose_draft() closes the
10209                 compose windows, which modifies the compose_list GSList.
10210                 We have to refresh this list after echo drafting to avoid a
10211                 segfault
10212         * src/partial_download.c
10213                 fix segfault on exit
10214
10215 2005-05-06 [paul]       1.9.6cvs57
10216
10217         * src/grouplistdialog.c
10218                 quick fix/workaround for unresizeable newsgroup
10219                 name column 
10220
10221 2005-05-06 [paul]       1.9.6cvs56
10222
10223         * src/inc.c
10224         * src/mainwindow.c
10225                 use gettext plural forms
10226         * src/imap_gtk.c
10227         * src/mh_gtk.c
10228         * src/toolbar.c
10229                 small improvement to english usage
10230
10231 2005-05-05 [thorsten]   1.9.6cvs55
10232
10233         * src/folder.c
10234                 fix possible crash
10235
10236 2005-05-05 [paul]       1.9.6cvs54
10237         
10238         sync with HEAD
10239
10240         * AUTHORS
10241         * src/compose.c
10242                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10243                 patch by Tim Mann
10244
10245 2005-05-05 [paul]       1.9.6cvs53
10246
10247         * src/mainwindow.c
10248                 fix resizing of separate message and
10249                 folder views
10250
10251 2005-05-05 [paul]       1.9.6cvs52
10252
10253         * src/account.c
10254         * src/addrgather.c
10255         * src/browseldap.c
10256         * src/exphtmldlg.c
10257         * src/expldifdlg.c
10258         * src/importmutt.c
10259         * src/importpine.c
10260         * src/main.c
10261         * src/mainwindow.c
10262         * src/noticeview.c
10263         * src/prefs_filtering.c
10264         * src/prefs_filtering_action.c
10265         * src/prefs_matcher.c
10266         * src/prefs_spelling.c
10267         * src/prefs_toolbar.c
10268         * src/toolbar.c
10269         * src/wizard.c
10270         * src/gtk/description_window.c
10271         * src/gtk/gtkvscrollbutton.c
10272         * src/gtk/progressdialog.c
10273         * src/gtk/quicksearch.c
10274         * src/plugins/pgpmime/prefs_gpg.c
10275         * src/plugins/spamassassin/spamassassin_gtk.c
10276                 replace deprecated gtk_widget_set_usize
10277
10278 2005-05-04 [colin]      1.9.6cvs51
10279
10280         * src/common/utils.c
10281                 Fix crash when subst_for_filename is called
10282                 with a NULL parameter
10283
10284 2005-05-04 [colin]      1.9.6cvs50
10285
10286         * src/partial_download.c
10287         * src/pop.c
10288                 Escape login when writing uidl file
10289                 fixes bug #736
10290
10291 2005-05-03 [colin]      1.9.6cvs49
10292
10293         * src/procmime.c
10294                 Fix possible DOS in mime parser
10295                 (see bug #634)
10296
10297 2005-05-02 [colin]      1.9.6cvs48
10298
10299         * src/compose.c
10300                 Try to fix the copy/paste mess once again.
10301
10302
10303 2005-04-30 [colin]      1.9.6cvs47
10304
10305         * src/prefs_account.h
10306         * src/procmsg.c
10307         * src/send_message.c
10308         * src/common/smtp.c
10309         * src/common/smtp.h
10310                 Try to batch sending mails (per account) instead of
10311                 reconnecting to server every time.
10312
10313 2005-04-29 [colin]      1.9.6cvs46
10314
10315         * src/messageview.c
10316                 Fix window resizing that refused to size down
10317         * src/prefs_common.c
10318         * src/prefs_common.h
10319         * src/prefs_filtering.c
10320                 Save Filtering's window size
10321
10322 2005-04-21 [paul]       1.9.6cvs45
10323
10324         * ChangeLog-gtk2.claws
10325         * src/setup.c
10326                 correction to sync
10327
10328 2005-04-21 [paul]       1.9.6cvs44
10329
10330         sync with main:
10331
10332         * src/setup.c
10333         * src/statusbar.c
10334         * src/statusbar.h
10335                 use gtkut_widget_draw_now(). Improved performance
10336                 of the update of statusbar
10337         * src/textview.c
10338                 textview_smooth_scroll_do(): redraw it after scroll
10339                 is done (fixed incorrect display when a part of the
10340                 view is hidden).
10341         * src/gtk/gtkutils.c
10342         * src/gtk/gtkutils.h
10343                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10344                 to force update of widgets.
10345                 Removed gtkut_widget_wait_for_draw() which had a big
10346                 overhead  because of waiting for all events processed 
10347
10348 2005-04-20 [paul]       1.9.6cvs43
10349
10350         * src/codeconv.c
10351                 complete 1.9.6cvs42's sync:
10352                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10353
10354 2005-04-19 [paul]       1.9.6cvs42
10355
10356         sync with main:
10357
10358         * src/action.c
10359                 catch_output(): correctly select the insert text
10360                 (fix invalid iterator warnings).
10361         * src/codeconv.c
10362         * src/codeconv.h
10363         * src/mainwindow.c
10364         * src/messageview.c
10365         * src/prefs_common.c
10366                 support GBK encoding.
10367         * src/common/session.c
10368         * src/common/session.h
10369                 use separate buffer for large data to be sent,
10370                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10371
10372 2005-04-18 [paul]       1.9.6cvs41
10373
10374         * src/jpilot.c
10375                 convert unsigned long into guint32
10376                 patch by Paul LeoNerd Evans 
10377
10378 2005-04-17 [colin]      1.9.6cvs40
10379
10380         * src/compose.c
10381                 Fix 'Request return receipt' from folder
10382                 properties (bug #708)
10383
10384 2005-04-17 [colin]      1.9.6cvs39
10385
10386         * src/mainwindow.c
10387                 Fix duplicate hotkeys in Mainwindow's menu
10388
10389 2005-04-17 [colin]      1.9.6cvs38
10390
10391         * src/folderview.c
10392                 Fix duplicate hotkeys in Folderview's contextual
10393                 menu
10394
10395 2005-04-15 [colin]      1.9.6cvs37
10396
10397         * src/summaryview.c
10398                 Fix 'Save as...' with non-ascii filenames
10399
10400 2005-04-15 [colin]      1.9.6cvs36
10401
10402         * src/plugins/pgpmime/pgpmime.c
10403                 Fix bus error on 64bit. Spotted by 
10404                 macallan1888@gmail.com
10405
10406 2005-04-15 [colin]      1.9.6cvs35
10407
10408         * src/prefs_account.c
10409                 Fix cvs34.
10410
10411 2005-04-12 [colin]      1.9.6cvs34
10412
10413         * src/prefs_account.c
10414                 Fix smtp auth type off-by-one. We forgot to
10415                 add PLAIN in the prefs-to-gui setter func and
10416                 as a result, the selected auth when opening
10417                 account prefs was not the correct one.
10418
10419 2005-04-12 [paul]       1.9.6cvs33
10420
10421         * src/inc.c
10422                 if the recv dialog is visible, Cancel only
10423                 cancels the current account
10424
10425
10426 2005-04-10 [colin]      1.9.6cvs32
10427
10428         * src/filtering.c
10429                 Copy score when copying FilteringActions
10430                 Fix bug #674
10431
10432 2005-04-10 [colin]      1.9.6cvs31
10433
10434         * src/inc.c
10435                 Make Message -> Receive -> Cancel cancel 
10436                 incorporation on all accounts. Fixes
10437                 bug #693
10438
10439 2005-04-10 [colin]      1.9.6cvs30
10440
10441         * src/prefs_account.c
10442                 Update Privacy checkbuttons status based
10443                 on the selected privacy system
10444         * src/compose.c
10445                 Always connect the "None" privacy system; the
10446                 static boolean was probably there to avoid
10447                 reconnecting twice in the same compose window,
10448                 but as the parent function is only called once
10449                 per compose, it's only a bug - as a static is
10450                 initialized once per application instance.
10451                 Also, don't uncheck Sign and Encrypt when
10452                 selecting None as privacy system; just ignore
10453                 them when sending/queuing.
10454                 Should fix bug #695
10455
10456 2005-04-08 [colin]      1.9.6cvs29
10457
10458         * src/account.c
10459         * src/prefs_account.c
10460         * src/prefs_account.h
10461                 Add account preference to queue message in a certain
10462                 folder.
10463
10464 2005-04-06 [colin]      1.9.6cvs28
10465
10466         * src/prefs_account.c
10467                 Update old inbox path syntax
10468
10469 2005-04-06 [paul]       1.9.6cvs27
10470
10471         sync with main:
10472
10473         * configure.ac
10474                 changed -traditional-cpp to -no-cpp-precomp for newer
10475                 Mac OS X support
10476         * src/foldersel.c
10477                 made column resize automatically
10478         * src/send_message.c
10479                 send_message_smtp(): consider EOF right after QUIT
10480                 successful (workaround for Gmail SMTP server)
10481         * src/common/socket.c
10482                 ssl_read(), ssl_peek(): check EOF which violates the
10483                 SSL protocol
10484         * src/gtk/colorlabel.c
10485                 removed warnings when displaying colorlabel menu
10486                 (don't use GtkAlignment)
10487
10488 2005-04-05 [paul]       1.9.6cvs26
10489
10490         * src/plugins/trayicon/trayicon.c
10491                 fix clipping of icon under KDE3 
10492
10493 2005-04-05 [paul]       1.9.6cvs25
10494
10495         * src/summaryview.c
10496                 hide display of threading
10497                 patch by Alfons
10498
10499 2005-04-04 [thorsten]   1.9.6cvs24
10500
10501         * src/mh.c
10502                 marks lost on filesystems with different stat() results on
10503                 summer-/wintertime
10504
10505 2005-04-03 [colin]      1.9.6cvs23
10506
10507         * src/summaryview.c
10508                 Don't handle up/down. Patch by Alfons
10509
10510 2005-04-02 [colin]      1.9.6cvs22
10511
10512         * src/summaryview.c
10513                 Make scrolling faster. Patch by Alfons.
10514
10515 2005-04-01 [colin]      1.9.6cvs21
10516
10517         * src/Makefile.am
10518         * src/stock_pixmap.c
10519         * src/pixmaps/dir-noselect.xpm ** REMOVED **
10520         * src/pixmaps/dir_noselect.xpm ** ADDED **
10521                 Fix pixmap name mismatch (Thanks Stephan Sachse)
10522
10523 2005-04-01 [colin]      1.9.6cvs20
10524
10525         * src/image_viewer.c
10526         * src/image_viewer.h
10527         * src/procmime.c
10528         * src/procmime.h
10529         * src/textview.c
10530         * src/textview.h
10531                 Implement inline image resizing and right-clicking
10532
10533 2005-04-01 [paul]       1.9.6cvs19
10534
10535         * AUTHORS
10536         * Makefile.am
10537         * configure.ac
10538                 check for gnome2
10539                 patch by Luca Cavalli <loopback<AT>slackit.org>
10540         * po/ru.po
10541                 updated by Pavlo Bohmat
10542
10543 2005-03-31 [colin]      1.9.6cvs18
10544
10545         * src/news.c
10546                 Fix parsing references
10547         * src/msgcache.c
10548                 don't put nulls in the references list
10549         * src/procheader.c
10550                 commit that forgotten file in 1.9.6cvs14
10551
10552 2005-03-31 [colin]      1.9.6cvs17
10553
10554         * src/compose.c
10555                 Fix joining of signature separator again. 
10556                 Maybe Hiro could put it in main too...
10557
10558 2005-03-31 [colin]      1.9.6cvs16
10559
10560         * src/Makefile.am
10561         * src/foldersel.c
10562         * src/stock_pixmap.c
10563         * src/stock_pixmap.h
10564         * src/pixmaps/dir-noselect.xpm
10565                 Update foldersel.c (sync from main, patch by Alfons)
10566
10567 2005-03-30 [colin]      1.9.6cvs15
10568
10569         * src/imap.c
10570                 Fix handling of imap folders containing [] in 
10571                 their name. Thanks to Nahuel Angelinetti for
10572                 the detailed bugreport.
10573
10574 2005-03-30 [colin]      1.9.6cvs14
10575
10576         * src/common/utils.h
10577         * src/common/utils.c
10578         * src/common/defs.h
10579         * src/matcher.c
10580         * src/msgcache.c
10581         * src/news.c
10582         * src/procmsg.c
10583         * src/procmsg.h
10584         * src/quote_fmt_parse.y
10585         * src/summaryview.c
10586                 Update references system. Patch by Alfons
10587
10588 2005-03-30 [colin]      1.9.6cvs13
10589
10590         * src/common/socket.c
10591                 Force the glibc to read resolv.conf again when 
10592                 it has changed. Should fix issues when changing
10593                 networks on a laptop and not restarting sylpheed. 
10594
10595 2005-03-30 [paul]       1.9.6cvs12
10596
10597         partial sync with main:
10598
10599         * src/action.c
10600                 create_io_dialog(): use user-defined text font
10601                 (thanks to Alfons), and modified its appearance.
10602         * src/addrgather.c
10603         * src/addrharvest.c
10604         * src/browseldap.c
10605                 replace old code
10606         * src/compose.c
10607                 don't join (presumably) itemized lines on line-wrapping
10608                 fixed wrapping of quote when auto-wrapping is enabled
10609                 compose_destroy(): destroy paned only if it's not
10610                 attached to window. Fixed memory leak of popup menu.
10611         * src/exphtmldlg.c
10612         * src/expldifdlg.c
10613                 replace old code
10614         * src/html.c
10615         * src/html.h
10616         * src/importmutt.c
10617         * src/importpine.c
10618                 replace old code
10619         * src/main.c
10620                 removed redundant code
10621         * src/mainwindow.c
10622                 changed 'Code set' (which is rather incorrect)
10623                 in the menu to 'Character encoding'
10624                 main_window_set_widgets(): request size first
10625                 to prevent window size becoming wrong
10626                 fixed remembering of the state of the visibility
10627                 of MessageView
10628         * src/messageview.c
10629                 changed 'Code set' (which is rather incorrect)
10630                 in the menu to 'Character encoding'
10631         * src/prefs_common.c
10632         * src/prefs_common.h
10633                 added an option whether to render HTML as text or not
10634                 added separators to outgoing encoding menu
10635         * src/procheader.c
10636                 procheader_scan_date_string(): support header
10637                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
10638         * src/summaryview.c
10639         * src/summaryview.h
10640                 minor code cleanup
10641         * src/textview.c
10642                 textview_show_html(): force output of newline
10643                 added an option whether to render HTML as text or not
10644         * src/common/utils.c
10645                 strncpy2(): optimized based on Alfons' code
10646         * src/gtk/gtkutils.c
10647         * src/gtk/gtkutils.h
10648                 removed non-used code
10649         * src/plugins/pgpmime/passphrase.c
10650                 partially fixed grab input of passphrase dialog
10651                 Confine pointer to window
10652
10653 2005-03-30 [colin]      1.9.6cvs11
10654
10655         * src/msgcache.c
10656         * src/msgcache.h
10657                 Read/write 32bit ints from cache & marks
10658                 From main.
10659
10660 2005-03-29 [paul]       1.9.6cvs10
10661
10662         * AUTHORS
10663         * ChangeLog.claws
10664         * src/compose.c
10665         * src/gtk/gtkaspell.c
10666                 sync with HEAD (don't pass NULL pointers) 
10667
10668 2005-03-24 [paul]
10669
10670         * tools/Makefile.am
10671         * tools/README
10672         * tools/acroread2sylpheed.pl
10673                 sync with HEAD (add script to send pdfs as
10674                 attachments from Adobe Reader 7)
10675
10676 2005-03-21 [paul]       1.9.6cvs9
10677
10678         * configure.ac
10679         * po/POTFILES.in
10680         * src/Makefile.am
10681         * src/crash.c
10682         * src/image_viewer.c ** ADDED **
10683         * src/image_viewer.h ** ADDED **
10684         * src/main.c
10685         * src/prefs_common.c
10686         * src/prefs_common.h
10687         * src/prefs_image_viewer.c ** ADDED **
10688         * src/prefs_image_viewer.h ** ADDED **
10689         * src/textview.c
10690         * src/gtk/about.c
10691         * src/pixmaps/sylpheed_logo.xpm
10692         * src/plugins/Makefile.am
10693         * src/plugins/image_viewer/.cvsignore ** REMOVED **
10694         * src/plugins/image_viewer/Makefile.am ** REMOVED **
10695         * src/plugins/image_viewer/plugin.c ** REMOVED **
10696         * src/plugins/image_viewer/viewer.c ** REMOVED **
10697         * src/plugins/image_viewer/viewer.glade ** REMOVED **
10698         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
10699         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
10700         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
10701         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
10702                 as gdk-pixbuf is now built-in
10703                 remove image_viewer plugin and put code back into
10704                 main codebase
10705                 implement inline image display (sync with main)
10706
10707                 replace logo with newer, nicer, larger version  
10708
10709 2005-03-21 [paul]       1.9.6cvs8
10710
10711         * src/gtk/about.c
10712                 cosmetic improvement
10713
10714 2005-03-21 [holger]     1.9.6cvs7
10715
10716         * src/plugins/spamassassin/spamassassin.c
10717                 Sync with HEAD
10718                 (unregister hook on failed plugin init)
10719
10720 2005-03-20 [colin]      1.9.6cvs6
10721
10722         * src/common/plugin.c
10723                 Check that plugin isn't already loaded
10724                 Patch by Alfons
10725
10726 2005-03-20 [thorsten]   1.9.6cvs5
10727
10728         * src/compose.c
10729                 use a more compatible syntax
10730
10731 2005-03-20 [thorsten]   1.9.6cvs4
10732
10733         * src/prefs_toolbar.c
10734                 fix crash when selecting toolbar item (uninitialized pointer)
10735
10736 2005-03-20 [thorsten]   1.9.6cvs3
10737
10738         * src/procmime.c
10739                 fix mimetype detection (referenced free()d string)
10740
10741 2005-03-20 [paul]       1.9.6cvs2
10742
10743         * src/compose.c
10744                 sync with HEAD (1.0.3cvs5)
10745                 neglect Reply-To header if empty
10746                 Patch by Alfons 
10747
10748 2005-03-19 [holger]     1.9.6cvs1
10749
10750         * src/summaryview.c
10751         * src/summaryview.h
10752                 Sync with HEAD
10753
10754 2005-03-18 [paul]       1.9.6
10755
10756         initial GTK2 release
10757
10758 2005-03-18 [paul]       1.0.3cvs3.1
10759
10760         * AUTHORS
10761         * ChangeLog.claws
10762         * configure.ac
10763         * src/gtk/about.c
10764         * src/pixmaps/sylpheed_logo.xpm
10765                 sync with HEAD
10766
10767 2005-03-18 [colin]      1.0.3cvs2.6
10768
10769         * src/summaryview.c
10770                 Remove call to summary_step in summary_copy_selected_to
10771                 Can't see its purpose, and this causes bug when copying
10772                 a message if the next one is unread: it reads it.
10773
10774 2005-03-18 [paul]       1.0.3cvs2.5
10775
10776         * src/foldersel.c
10777                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
10778
10779 2005-03-18 [paul]       1.0.3cvs2.4
10780
10781         * src/addrharvest.c
10782         * src/codeconv.c
10783         * src/codeconv.h
10784         * src/compose.c
10785         * src/news.c
10786         * src/procheader.c
10787         * src/procmime.c
10788         * src/unmime.c
10789         * src/unmime.h
10790                 fix buffer overflow, CAN-2005-0667, see
10791                 http://secunia.com/advisories/14491/
10792                 Patch by Alfons
10793
10794 2005-03-17 [colin]      1.0.3cvs2.3
10795
10796         * src/prefs_fonts.c
10797         * src/summaryview.c
10798                 Fix font bugs (both lists now officialy share 
10799                 the same font)
10800                 
10801
10802 2005-03-17 [paul]       1.0.3cvs2.2
10803
10804         * src/gtk/pluginwindow.c
10805                 make plugin descriptions uneditable
10806
10807 2005-03-11 [paul]       1.0.3cvs2.1
10808
10809         * ChangeLog.claws
10810         * configure.ac
10811         * po/POTFILES.in
10812         * src/plugins/trayicon/trayicon.c
10813                 sync with HEAD
10814                 add src/wizard.c to POTFILES.in
10815
10816 2005-03-11 [paul]       1.0.3cvs1.1
10817
10818         * ChangeLog
10819         * ChangeLog.claws
10820         * configure.ac
10821         * po/de.po
10822         * po/es.po
10823         * po/fr.po
10824         * po/it.po
10825         * po/pt_BR.po
10826         * po/ru.po
10827         * po/sk.po
10828         * po/sr.po
10829         * po/zh_CN.po
10830                 sync with HEAD
10831
10832 2005-03-04 [colin]      1.0.1cvs22.2
10833
10834         * src/compose.c
10835                 Fix signatures with accentued chars in it
10836
10837 2005-03-04 [colin]      1.0.1cvs22.1
10838
10839         * src/common/smtp.c
10840         * src/common/smtp.h
10841                 Don't use SIZE param in MAIL FROM: if server 
10842                 doesn't support it. Patch by Eugen Freiter
10843                 <eugen_f@users.sf.net>
10844
10845 2005-02-27 [paul]       1.0.1cvs20.1
10846
10847         * ChangeLog.claws
10848         * configure.ac
10849         * src/messageview.c
10850                 sync with HEAD
10851
10852 2005-02-27 [colin]      1.0.1cvs19.4
10853
10854         * src/procheader.c
10855         * src/procheader.h
10856                 Fix prototypes. Patch by Alfons
10857
10858 2005-02-27 [colin]      1.0.1cvs19.3
10859
10860         * src/compose.c
10861                 Don't auto-join the signature separator.
10862
10863 2005-02-26 [colin]      1.0.1cvs19.2
10864
10865         * src/summaryview.c
10866                 Fix 'mark all read' with collapsed threads.
10867                 Patch by Alfons.
10868
10869 2005-02-25 [paul]       1.0.1cvs19.1
10870
10871         * ChangeLog.claws
10872         * configure.ac
10873         * src/prefs_account.c
10874         * src/prefs_folder_item.c
10875         * src/gtk/prefswindow.c
10876         * src/gtk/prefswindow.h
10877                 sync with HEAD
10878
10879 2005-02-25 [paul]       1.0.1cvs15.12
10880
10881         * src/alertpanel.c
10882         * src/codeconv.c
10883         * src/compose.c
10884         * src/textview.c
10885         * src/gtk/gtkutils.c
10886         * src/gtk/gtkutils.h
10887         * src/gtk/logwindow.c
10888         * src/gtk/progressdialog.c
10889                 sync with main (revision 127)
10890                 and fix logwindow clipping
10891
10892 2005-02-24 [colin]      1.0.1cvs15.11
10893
10894         * src/plugins/pgpmime/passphrase.c
10895                 Disable input grabbing; it doesn't work yet.
10896
10897 2005-02-24 [colin]      1.0.1cvs15.10
10898
10899         * src/messageview.c
10900                 Don't send out receipts if offline. Ask.
10901
10902 2005-02-23 [colin]      1.0.1cvs15.9
10903
10904         * src/summaryview.c     
10905                 Fix expanding
10906
10907 2005-02-23 [colin]      1.0.1cvs15.8
10908
10909         * src/summaryview.c
10910                 Really fix Bug 568 by removing useless
10911                 calls. summary_thread_init() now called
10912                 in summary_sort(). This should please
10913                 Alfons as it should be faster than 
10914                 previously.
10915
10916 2005-02-23 [colin]      1.0.1cvs15.7
10917
10918         * src/compose.c
10919                 Encode parts as QP or B64 if signing
10920
10921 2005-02-23 [colin]      1.0.1cvs15.6
10922
10923         * src/compose.c
10924                 Fix Mimeinfo leakage (including tmp files)
10925         * src/procmsg.c
10926                 Fix tmp file leakage (spotted by Ivan Rayner)
10927
10928 2005-02-22 [colin]      1.0.1cvs15.5
10929
10930         * src/expldifdlg.c
10931                 Fix keyboard input. Patch by Alfons.
10932
10933 2005-02-21 [colin]      1.0.1cvs15.4
10934
10935         * src/compose.c
10936                 Fix Sign/Encrypt when unselecting privacy
10937                 system
10938         * src/prefs_common.c
10939                 Change default message font to Monospace
10940         * src/summaryview.c
10941                 More freezing during potentially large operations
10942
10943 2005-02-21 [paul]       1.0.1cvs15.3
10944
10945         * src/main.c
10946                 fix --help output
10947
10948 2005-02-21 [paul]       1.0.1cvs15.2
10949
10950         * po/Makefile.in.in
10951         * src/compose.c
10952         * src/summaryview.c
10953         * src/textview.c
10954         * src/common/utils.c
10955         * src/common/utils.h
10956                 sync with main (revision 117)
10957
10958 2005-02-20 [colin]      1.0.1cvs15.1
10959
10960         * src/common/defs.h
10961                 Change cache file to .sylpheed_claws_cache, as
10962                 suggested by Alfons. Allows people to switch
10963                 between Sylpheed and Sylpheed-Claws. it is
10964                 a good idea to "Check for new messages" at next
10965                 startup.
10966
10967
10968 2005-02-18 [colin]      1.0.1cvs14.1
10969
10970         * src/quote_fmt_lex.l
10971         * src/quote_fmt_parse.y
10972                 Fix parser initialisation. Patch by Ivan.
10973
10974 2005-02-18 [colin]      1.0.1cvs11.6
10975
10976         * src/folderview.c
10977                 Fix scrolldown (bug 662)
10978
10979 2005-02-17 [colin]      1.0.1cvs11.5
10980
10981         * src/codeconv.c
10982                 conv_filename_to_utf8: return clean 7bit instead
10983                 of broken utf8 if needed
10984         * src/mimeview.c
10985                 Fix display of parts with unclean 8bit names
10986
10987 2005-02-17 [paul]       1.0.1cvs11.4
10988
10989         * src/compose.c
10990         * src/exportldif.c
10991         * src/matcher_parser_parse.y
10992         * src/procmime.c
10993         * src/sourcewindow.c
10994         * src/common/Makefile.am
10995         * src/common/intl.h             ** REMOVED **
10996         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10997                 sync with main (revision 109)
10998                 and clean up
10999
11000 2005-02-16 [colin]      1.0.1cvs11.3
11001
11002         * src/summaryview.c
11003                 Fix collapsed thread not highlighting when new
11004                 messages in it (Bug 568) Patch by Stephan Sachse.
11005                 Fix messed up selection when reaching bounds (Bug 632)
11006         * src/prefs_themes.c
11007                 Fix theme installing (Bug 684)
11008
11009 2005-02-16 [colin]      1.0.1cvs11.2
11010
11011         * src/messageview.c
11012                 Fix messageview_select_all
11013
11014 2005-02-16 [colin]      1.0.1cvs11.1
11015
11016         * src/mh.c
11017                 Sync with HEAD (MH scan required function)
11018
11019 2005-02-15 [colin]      1.0.1cvs8.1
11020
11021         * src/mimeview.c
11022         * src/common/utils.c
11023                 Sync with HEAD (filename chars substitution)
11024
11025 2005-02-15 [colin]      1.0.1cvs7.3
11026
11027         * src/gtk/pluginwindow.c
11028                 Fix button spacing
11029
11030 2005-02-15 [colin]      1.0.1cvs7.2
11031
11032         * src/mimeview.c
11033                 Fix mime icons not reset across message when
11034                 scrolled down
11035
11036 2005-02-15 [colin]      1.0.1cvs7.1
11037
11038         * src/compose.c
11039         * src/procmime.c
11040                 Sync with HEAD (optimisation of cvs6)
11041
11042 2005-02-14 [colin]      1.0.1cvs6.1
11043
11044         * src/compose.c
11045         * src/procmime.c
11046                 Sync with HEAD (encode "From " at line beginning)
11047
11048 2005-02-14 [colin]      1.0.1cvs5.3
11049
11050         * src/compose.c
11051                 Fix wrapping with accentued chars.
11052
11053 2005-02-13 [colin]      1.0.1cvs5.2
11054
11055         * src/textview.c
11056                 Fix email informative part parsing with
11057                 accentued chars in it. ispunct() returns
11058                 true for them in utf8...
11059
11060 2005-02-12 [colin]      1.0.1cvs5.1
11061
11062         * src/filtering.c
11063                 Sync with HEAD (remove wrong use of compose after send)
11064
11065 2005-02-12 [paul]       1.0.1cvs4.5
11066
11067         * src/textview.c
11068                 remove unnecessary code (thanks to Alfons)
11069
11070 2005-02-12 [paul]       1.0.1cvs4.4
11071
11072         * src/textview.c
11073                 add 'Copy' to contextual menu on emails
11074
11075 2005-02-11 [colin]      1.0.1cvs4.3
11076
11077         * src/compose.c
11078                 revert 1.0.0cvs28.2, it doesn't work that well.
11079
11080 2005-02-11 [paul]       1.0.1cvs4.2
11081
11082         * po/Makefile.in.in
11083                 fix 'make release'
11084
11085 2005-02-10 [paul]       1.0.1cvs4.1
11086
11087         * ChangeLog
11088         * ChangeLog.claws
11089         * ChangeLog.jp
11090         * configure.ac
11091         * src/compose.c
11092                 sync with HEAD (sync with main)
11093
11094 2005-02-10 [paul]       1.0.1cvs3.2
11095
11096         * AUTHORS
11097         * Makefile.am
11098         * autogen.sh
11099         * configure.ac
11100         * config/mkinstalldirs
11101         * intl/.cvsignore
11102         * intl/ChangeLog
11103         * intl/VERSION
11104         * intl/bindtextdom.c
11105         * intl/config.charset
11106         * intl/dcgettext.c
11107         * intl/dcigettext.c
11108         * intl/dcngettext.c
11109         * intl/dgettext.c
11110         * intl/dngettext.c
11111         * intl/eval-plural.h
11112         * intl/explodename.c
11113         * intl/finddomain.c
11114         * intl/gettext.c
11115         * intl/gettextP.h
11116         * intl/gmo.h
11117         * intl/hash-string.h
11118         * intl/intl-compat.c
11119         * intl/l10nflist.c
11120         * intl/libgnuintl.h.in
11121         * intl/loadinfo.h
11122         * intl/loadmsgcat.c
11123         * intl/localcharset.c
11124         * intl/localcharset.h
11125         * intl/locale.alias
11126         * intl/localealias.c
11127         * intl/localename.c
11128         * intl/log.c
11129         * intl/ngettext.c
11130         * intl/os2compat.c
11131         * intl/os2compat.h
11132         * intl/osdep.c
11133         * intl/plural-exp.c
11134         * intl/plural-exp.h
11135         * intl/plural.c
11136         * intl/plural.y
11137         * intl/ref-add.sin
11138         * intl/ref-del.sin
11139         * intl/relocatable.c
11140         * intl/relocatable.h
11141         * intl/textdomain.c
11142         * m4/Makefile.am
11143         * po/Makefile.in.in
11144         * src/Makefile.am
11145         * src/account.c
11146         * src/action.c
11147         * src/addr_compl.c
11148         * src/addressadd.c
11149         * src/addressbook.c
11150         * src/addrgather.c
11151         * src/addrindex.c
11152         * src/alertpanel.c
11153         * src/browseldap.c
11154         * src/codeconv.c
11155         * src/codeconv.h
11156         * src/compose.c
11157         * src/compose.h
11158         * src/crash.c
11159         * src/editaddress.c
11160         * src/editbook.c
11161         * src/editgroup.c
11162         * src/editjpilot.c
11163         * src/editldap.c
11164         * src/editldap_basedn.c
11165         * src/editvcard.c
11166         * src/exphtmldlg.c
11167         * src/expldifdlg.c
11168         * src/export.c
11169         * src/exporthtml.c
11170         * src/filtering.c
11171         * src/folder.c
11172         * src/folder_item_prefs.c
11173         * src/foldersel.c
11174         * src/folderview.c
11175         * src/grouplistdialog.c
11176         * src/headerview.c
11177         * src/imap.c
11178         * src/imap_gtk.c
11179         * src/import.c
11180         * src/importldif.c
11181         * src/importmutt.c
11182         * src/importpine.c
11183         * src/inc.c
11184         * src/ldif.c
11185         * src/main.c
11186         * src/mainwindow.c
11187         * src/matcher.c
11188         * src/mbox.c
11189         * src/message_search.c
11190         * src/messageview.c
11191         * src/mh.c
11192         * src/mh_gtk.c
11193         * src/mimeview.c
11194         * src/msgcache.c
11195         * src/news.c
11196         * src/news_gtk.c
11197         * src/noticeview.c
11198         * src/partial_download.c
11199         * src/pop.c
11200         * src/prefs_account.c
11201         * src/prefs_actions.c
11202         * src/prefs_common.c
11203         * src/prefs_customheader.c
11204         * src/prefs_display_header.c
11205         * src/prefs_ext_prog.c
11206         * src/prefs_filtering.c
11207         * src/prefs_filtering_action.c
11208         * src/prefs_folder_item.c
11209         * src/prefs_fonts.c
11210         * src/prefs_gtk.c
11211         * src/prefs_matcher.c
11212         * src/prefs_msg_colors.c
11213         * src/prefs_spelling.c
11214         * src/prefs_summary_column.c
11215         * src/prefs_template.c
11216         * src/prefs_themes.c
11217         * src/prefs_toolbar.c
11218         * src/prefs_wrapping.c
11219         * src/privacy.c
11220         * src/procheader.c
11221         * src/procmime.c
11222         * src/procmsg.c
11223         * src/quote_fmt.c
11224         * src/recv.c
11225         * src/send_message.c
11226         * src/setup.c
11227         * src/sourcewindow.c
11228         * src/ssl_manager.c
11229         * src/statusbar.c
11230         * src/summary_search.c
11231         * src/summaryview.c
11232         * src/textview.c
11233         * src/toolbar.c
11234         * src/wizard.c
11235         * src/common/nntp.c
11236         * src/common/plugin.c
11237         * src/common/smtp.c
11238         * src/common/ssl.c
11239         * src/common/ssl_certificate.c
11240         * src/common/string_match.c
11241         * src/common/sylpheed.c
11242         * src/common/template.c
11243         * src/common/utils.c
11244         * src/gtk/about.c
11245         * src/gtk/colorlabel.c
11246         * src/gtk/description_window.c
11247         * src/gtk/filesel.c
11248         * src/gtk/foldersort.c
11249         * src/gtk/gtkaspell.c
11250         * src/gtk/gtkutils.c
11251         * src/gtk/inputdialog.c
11252         * src/gtk/logwindow.c
11253         * src/gtk/menu.c
11254         * src/gtk/pluginwindow.c
11255         * src/gtk/prefswindow.c
11256         * src/gtk/progressdialog.c
11257         * src/gtk/quicksearch.c
11258         * src/gtk/sslcertwindow.c
11259         * src/plugins/clamav/clamav_plugin.c
11260         * src/plugins/clamav/clamav_plugin_gtk.c
11261         * src/plugins/demo/demo.c
11262         * src/plugins/dillo_viewer/dillo_prefs.c
11263         * src/plugins/dillo_viewer/dillo_viewer.c
11264         * src/plugins/image_viewer/plugin.c
11265         * src/plugins/image_viewer/viewer.c
11266         * src/plugins/image_viewer/viewerprefs.c
11267         * src/plugins/mathml_viewer/mathml_viewer.c
11268         * src/plugins/pgpmime/passphrase.c
11269         * src/plugins/pgpmime/plugin.c
11270         * src/plugins/pgpmime/prefs_gpg.c
11271         * src/plugins/pgpmime/select-keys.c
11272         * src/plugins/pgpmime/sgpgme.c
11273         * src/plugins/spamassassin/spamassassin.c
11274         * src/plugins/spamassassin/spamassassin_gtk.c
11275         * src/plugins/trayicon/trayicon.c
11276                 sync with main (revision 104)
11277
11278 2005-02-10 [colin]      1.0.1cvs3.1
11279
11280         * src/mainwindow.c
11281                 Sync with HEAD (fix occasional crasher)
11282
11283 2005-02-10 [colin]      1.0.1cvs2.1
11284
11285         * src/messageview.c
11286                 Synw with HEAD (don't automatically display html)
11287
11288 2005-02-09 [colin]      1.0.1cvs1.3
11289
11290         * src/textview.c
11291         * src/textview.h
11292                 Add contextual menu on emails
11293
11294 2005-02-09 [colin]      1.0.1cvs1.2
11295
11296         * src/codeconv.c
11297                 Fix converting from broken headers and 
11298                 put back the _ in missing places
11299                 (feature broke with cvs24.2 sync, main 
11300                  possibly affected?)
11301
11302 2005-02-09 [colin]      1.0.1cvs1.1
11303
11304         * src/messageview.c
11305         * src/mimeview.c
11306         * src/mimeview.h
11307                 Sync with HEAD (display non text/plain mails with plugin)
11308
11309 2005-02-08 [colin]      1.0.1.1
11310
11311         * ChangeLog.claws
11312         * po/pt_BR.po
11313                 Sync with HEAD
11314         * configure.ac
11315                 Make default configuration directory 
11316                 be .sylpheed-gtk2
11317
11318 2005-02-08 [colin]      1.0.0cvs29.1
11319
11320         * po/de.po
11321         * po/es.po
11322         * po/fr.po
11323         * po/it.po
11324         * po/sk.po
11325         * po/sr.po
11326                 Sync translations with HEAD
11327
11328 2005-02-06 [colin]      1.0.0cvs28.3
11329
11330         * src/compose.c
11331                 Make compose a bit faster - patch by Alfons.
11332
11333 2005-02-06 [colin]      1.0.0cvs28.2
11334
11335         * src/compose.c
11336                 Make pasting via middle-click more reliable
11337
11338 2005-02-05 [paul]       1.0.0cvs28.1
11339
11340         * ChangeLog
11341         * ChangeLog.claws
11342         * ChangeLog.jp
11343         * configure.ac
11344         * src/compose.c
11345                 sync with HEAD
11346                 (fix bug 682 'redirect is broken'
11347
11348 2005-02-05 [torte]      1.0.0cvs27.1
11349
11350         * ChangeLog.claws
11351         * configure.ac
11352         * src/partial_download.c
11353                 Sync with HEAD (fix buf overflow)
11354
11355 2005-02-03 [colin]      1.0.0cvs26.1
11356
11357         * src/common/plugin.c
11358                 Sync with HEAD (avoid plugin mismatches)
11359
11360 2005-02-03 [paul]       1.0.0cvs25.3
11361
11362         * src/folderview.c
11363         * src/headerview.c
11364         * src/summaryview.c
11365         * src/textview.c
11366         * src/gtk/colorlabel.c
11367                 third and final part of initial sync with main-gtk2
11368
11369 2005-02-03 [paul]       1.0.0cvs25.2
11370
11371         * src/jpilot.c
11372                 fix building with jpilot support
11373
11374 2005-02-02 [colin]      1.0.0cvs25.1
11375
11376         * src/messageview.c
11377                 Sync with HEAD (fix dangerous typo)
11378
11379 2005-02-01 [colin]      1.0.0cvs24.3
11380
11381         * src/common/xml.c
11382                 Write file as advertised (UTF-8)
11383
11384 2005-02-01 [paul]       1.0.0cvs24.2
11385
11386         * src/addrbook.c
11387         * src/addrindex.c
11388         * src/alertpanel.h
11389         * src/codeconv.c
11390         * src/codeconv.h
11391         * src/compose.c
11392         * src/export.c
11393         * src/folder_item_prefs.c
11394         * src/html.c
11395         * src/imap.c
11396         * src/import.c
11397         * src/jpilot.c
11398         * src/mainwindow.c
11399         * src/matcher_parser_lex.l
11400         * src/messageview.c
11401         * src/mh.c
11402         * src/prefs_account.c
11403         * src/prefs_actions.c
11404         * src/prefs_common.c
11405         * src/prefs_gtk.c
11406         * src/prefs_gtk.h
11407         * src/prefs_themes.c
11408         * src/procheader.c
11409         * src/procmime.c
11410         * src/sourcewindow.c
11411         * src/statusbar.c
11412         * src/summaryview.c
11413         * src/textview.c
11414         * src/toolbar.c
11415         * src/unmime.c
11416         * src/common/template.c
11417         * src/common/utils.c
11418         * src/common/xml.c
11419         * src/common/xml.h
11420         * src/gtk/gtkaspell.c
11421         * src/plugins/clamav/clamav_plugin.c
11422         * src/plugins/dillo_viewer/dillo_prefs.c
11423         * src/plugins/image_viewer/viewerprefs.c
11424         * src/plugins/pgpmime/passphrase.c
11425         * src/plugins/pgpmime/prefs_gpg.c
11426         * src/plugins/pgpmime/select-keys.c
11427         * src/plugins/spamassassin/spamassassin.c
11428                 second part of initial sync with main-gtk2
11429                 (more to follow)
11430
11431 2005-01-31 [colin]      1.0.0cvs24.1
11432
11433         * src/compose.c
11434                 Sync with HEAD
11435
11436 2005-01-29 [paul]       1.0.0cvs23.2
11437
11438         * src/account.c
11439         * src/action.c
11440         * src/addressadd.c
11441         * src/addressbook.c
11442         * src/alertpanel.c
11443         * src/compose.c
11444         * src/editaddress.c
11445         * src/editbook.c
11446         * src/editgroup.c
11447         * src/editjpilot.c
11448         * src/editldap.c
11449         * src/editldap_basedn.c
11450         * src/editvcard.c
11451         * src/export.c
11452         * src/foldersel.c
11453         * src/grouplistdialog.c
11454         * src/import.c
11455         * src/importldif.c
11456         * src/inc.c
11457         * src/main.c
11458         * src/mainwindow.c
11459         * src/message_search.c
11460         * src/messageview.c
11461         * src/mimeview.c
11462         * src/prefs_actions.c
11463         * src/prefs_common.c
11464         * src/prefs_common.h
11465         * src/prefs_customheader.c
11466         * src/prefs_display_header.c
11467         * src/prefs_filtering.c
11468         * src/prefs_filtering_action.c
11469         * src/prefs_gtk.c
11470         * src/prefs_matcher.c
11471         * src/prefs_summary_column.c
11472         * src/prefs_template.c
11473         * src/sourcewindow.c
11474         * src/summary_search.c
11475         * src/summaryview.c
11476         * src/textview.c
11477         * src/gtk/about.c
11478         * src/gtk/description_window.c
11479         * src/gtk/gtkshruler.c
11480         * src/gtk/gtkutils.c
11481         * src/gtk/gtkutils.h
11482         * src/gtk/inputdialog.c
11483         * src/gtk/logwindow.c
11484         * src/gtk/prefswindow.c
11485         * src/gtk/progressdialog.c
11486         * src/gtk/progressdialog.h
11487                 first part of initial sync with main-gtk2
11488                 (more to follow)
11489
11490 2005-01-28 [colin]      1.0.0cvs23.1
11491
11492         * src/folderview.c
11493                 Sync with HEAD
11494
11495 2005-01-27 [colin]      1.0.0cvs21.1
11496
11497         * src/folder.c
11498         * src/folderview.c
11499                 Sync with HEAD
11500
11501 2005-01-27 [colin]      1.0.0cvs19.1
11502
11503         * src/procmime.c
11504                 Sync with HEAD
11505
11506 2005-01-27 [colin]      1.0.0cvs18.1
11507
11508         * src/messageview.c
11509         * src/summaryview.c
11510         * src/mainwindow.c
11511         * src/compose.c
11512         * src/compose.h
11513         * src/procmsg.c
11514         * src/procmsg.h
11515         * src/toolbar.c
11516                 Sync with HEAD
11517
11518 2005-01-26 [paul]       1.0.0cvs15.2
11519
11520         * src/compose.c
11521                 compose_entries_set(): convert subject and body to
11522                 utf8 if necessary. patch by Felix Eckhofer
11523
11524 2005-01-26 [paul]       1.0.0cvs15.1
11525
11526         * configure.ac
11527         * src/common/template.c
11528                 sync with HEAD (fix memory leak)
11529
11530 2005-01-25 [paul]       1.0.0cvs14.1
11531
11532         * configure.ac
11533         * src/compose.c
11534                 sync with HEAD
11535
11536 2005-01-24 [colin]      1.0.0cvs13.1
11537
11538         * src/summaryview.c
11539                 Sync with HEAD
11540
11541 2005-01-24 [paul]       1.0.0cvs12.1
11542
11543         * configure.ac
11544         * src/messageview.c
11545         * src/mh.c
11546         * src/common/utils.c
11547                 sync with HEAD
11548
11549 2005-01-24 [colin]      1.0.0cvs11.1
11550
11551         * src/procheader.c
11552                 Sync with HEAD
11553
11554 2005-01-24 [colin]      1.0.0cvs10.1
11555
11556         * src/folderview.c
11557                 Sync with HEAD
11558
11559 2005-01-23 [colin]      1.0.0cvs9.1
11560
11561         * src/crash.c
11562                 Sync with HEAD
11563
11564 2005-01-22 [colin]      1.0.0cvs8.1
11565
11566         * src/summaryview.c
11567         * src/gtk/quicksearch.c
11568                 Sync with HEAD
11569
11570 2005-01-21 [colin]      1.0.0cvs7.1
11571
11572         * src/summaryview.c
11573                 Sync with HEAD
11574
11575 2005-01-21 [colin]      1.0.0cvs6.1
11576
11577         * src/summaryview.c
11578                 Sync with HEAD
11579
11580 2005-01-21 [colin]      1.0.0cvs5.1
11581
11582         * src/gtk/quicksearch.c
11583         * src/prefs_common.c
11584         * src/prefs_common.h
11585                 Sync with HEAD (recurse option)
11586
11587 2005-01-21 [colin]      1.0.0cvs4.1
11588
11589         * src/folder.h
11590         * src/folderview.c
11591         * src/folderview.h
11592         * src/summaryview.c
11593         * src/gtk/quicksearch.c
11594         * src/gtk/quicksearch.h
11595                 Sync with HEAD (recursive quicksearch)
11596
11597 2005-01-20 [colin]      1.0.0cvs3.4
11598
11599         * src/ssl_manager.c
11600                 Remove useless code
11601
11602 2005-01-20 [colin]      1.0.0cvs3.3
11603
11604         * src/ssl_manager.c
11605                 Fix leak, thanks to Alfons.
11606
11607 2005-01-20 [colin]      1.0.0cvs3.2
11608
11609         * src/ssl_manager.c
11610                 Port SSL certificate window to GTK2.
11611
11612 2005-01-20 [paul]       1.0.0cvs3.1
11613
11614         * ChangeLog.claws
11615         * configure.ac
11616         * src/addrindex.c
11617         * src/addrindex.h
11618                 sync with HEAD
11619
11620 2005-01-19 [colin]      1.0.0cvs2.2
11621
11622         * src/plugins/trayicon/trayicon.c
11623                 Fix freeze with gtk-2.6, the easy way
11624                 (signal blocking helpless there...)
11625                 Closes bug #668.
11626
11627 2005-01-19 [colin]      1.0.0cvs2.1
11628
11629         * src/mbox.c
11630         * src/mbox.h
11631         * src/mainwindow.c
11632         * src/summaryview.c
11633         * src/summaryview.h
11634                 Sync with HEAD
11635
11636 2005-01-19 [paul]       1.0.0cvs1.1
11637
11638         * configure.ac
11639         * po/de.po
11640         * po/es.po
11641         * po/fr.po
11642         * po/hr.po
11643         * po/it.po
11644         * po/ja.po
11645         * po/ko.po
11646         * po/pt_BR.po
11647         * po/ru.po
11648         * po/sk.po
11649         * po/sr.po
11650                 sync with HEAD (update translations)
11651
11652 2005-01-18 [colin]      1.0.0cvs0.1
11653
11654         * src/foldersel.c
11655                 Specify search column - patch by Alfons
11656
11657 2005-01-18 [colin]      0.9.13cvs36.3
11658
11659         * src/prefs_toolbar.c
11660                 Change Delete to Remove
11661         * src/prefs_fonts.c
11662                 GTK2 version and leak fixes
11663         * src/prefs_actions.c
11664                 Add stock buttons.
11665                 All patches by Alfons
11666
11667 2005-01-17 [colin]      0.9.13cvs36.2
11668
11669         * src/compose.c
11670                 Fix DnD inserting twice. While at it,
11671                 add DnD support for text/plain in the
11672                 body, and add support in the headers.
11673
11674 2005-01-16 [colin]      0.9.13cvs36.1
11675
11676         * ChangeLog
11677         * ChangeLog.jp
11678         * ChangeLog.claws
11679                 Sync with HEAD (nothing applicable)
11680
11681 2005-01-16 [colin]      0.9.13cvs33.2
11682
11683         * src/prefs_toolbar.c
11684                 GTK2ize prefs_toolbar, by Alfons.
11685
11686 2005-01-14 [colin]      0.9.13cvs33.1
11687
11688         * src/html.c
11689         * src/msgcache.c
11690                 Sync with HEAD
11691
11692 2005-01-14 [colin]      0.9.13cvs32.1
11693
11694         * src/html.c
11695         * src/html.h
11696         * src/msgcache.c
11697         * AUTHORS
11698         * tools/calypso_convert.pl
11699                 Sync with HEAD
11700
11701 2005-01-08 [colin]      0.9.13cvs29.2
11702
11703         * src/prefs_filtering_action.c
11704         * src/prefs_filtering.c
11705                 2 more gtk2 patches by Alfons
11706
11707 2005-01-07 [paul]       0.9.13cvs29.1
11708
11709         * ChangeLog
11710         * ChangeLog.claws
11711         * ChangeLog.jp
11712         * configure.ac
11713         * src/pop.c
11714         * src/pop.h
11715                 sync with HEAD
11716
11717 2005-01-07 [colin]      0.9.13cvs28.3
11718
11719         * src/gtk/progressdialog.c
11720         * src/gtk/progressdialog.h
11721         * src/inc.c
11722         * src/send_message.c
11723                 GTK2 for the incorporation dialog. The CList isn't dead
11724                 yet, for a more smooth migration. Patch by Alfons.
11725
11726 2005-01-06 [colin]      0.9.13cvs28.2
11727
11728         * src/prefs_display_header.c
11729                 GTK2 conversion by Alfons
11730         * src/prefs_actions.c
11731         * src/prefs_matcher.c
11732                 Fix 2 leaks - patch by Alfons
11733
11734 2005-01-06 [colin]      0.9.13cvs28.1
11735
11736         * src/prefs_matcher.c
11737                 Sync with HEAD
11738
11739 2005-01-06 [colin]      0.9.13cvs27.4
11740
11741         * src/prefs_matcher.c
11742                 Fix double-free. Patch by Alfons
11743
11744 2005-01-06 [colin]      0.9.13cvs27.3
11745
11746         * src/prefs_matcher.c
11747                 GTK2 widgets + memleak
11748                 Patch by Alfons
11749
11750 2005-01-05 [colin]      0.9.13cvs27.2
11751
11752         * src/account.c
11753         * src/addr_compl.c
11754         * src/foldersel.c
11755         * src/stock_pixmap.c
11756         * src/stock_pixmap.h
11757                 3 more GTK2 patches by Alfons.
11758
11759 2005-01-04 [colin]      0.9.13cvs27.1
11760
11761         * src/folderview.c
11762         * src/imap_gtk.c
11763         * src/news_gtk.c
11764                 Sync with HEAD
11765
11766 2005-01-04 [colin]      0.9.13cvs25.9
11767
11768         * src/compose.c
11769                 Fix Show Ruler menuitem
11770         * src/prefs_template.c
11771                 Convert to GTK2
11772         * src/common/utils.c
11773                 Make auto pointer stuff handles NULLs
11774                 Patches by Alfons.
11775
11776 2005-01-04 [colin]      0.9.13cvs25.8
11777
11778         * src/compose.c
11779                 Move the attachment list to gtk2
11780                 Patch by Alfons.
11781
11782 2005-01-04 [colin]      0.9.13cvs25.7
11783
11784         * src/textview.c
11785                 Make some keys work again
11786                 Patch by SungHyun Nam <namsh@kldp.org>
11787
11788 2005-01-04 [colin]      0.9.13cvs25.6
11789
11790         * src/gtk/gtkshruler.c
11791                 Move the ruler to GTK2
11792                 Patch by Alfons
11793
11794 2005-01-03 [colin]      0.9.13cvs25.5
11795
11796         * src/compose.c
11797                 Fix my broken patch apply 
11798
11799 2005-01-03 [colin]      0.9.13cvs25.4
11800
11801         * src/common/utils.c
11802         * src/common/utils.h
11803         * src/gtk/prefswindow.c
11804                 Move auto pointer stuff to utils.c
11805                 Patch by Alfons again :)
11806
11807 2005-01-03 [colin]      0.9.13cvs25.3
11808
11809         * src/compose.c
11810         * src/prefs_gtk.c
11811         * src/prefs_template.c
11812         * src/textview.c
11813                 Empty text widgets with empty strings, not NULL char
11814                 Patch by SungHyun Nam <namsh@kldp_org>
11815
11816 2005-01-03 [colin]      0.9.13cvs25.2
11817
11818         * src/main.c
11819         * AUTHORS
11820                 Sync with HEAD
11821
11822 2005-01-03 [colin]      0.9.13cvs25.1
11823
11824         * src/pop.c
11825         * src/pop.h
11826                 Sync with HEAD
11827
11828 2005-01-03 [colin]      0.9.13cvs24.3
11829
11830         * src/account.c
11831                 Two patches from Alfons and Alex S Moore:
11832                 fix images, fix return value.
11833
11834 2005-01-01 [colin]      0.9.13cvs24.2
11835
11836         * src/prefs_actions.c
11837                 Fix over-zealous assertion. Patch by Alfons
11838
11839 2005-01-01 [colin]      0.9.13cvs24.1
11840
11841         * src/procmime.c
11842                 Sync with HEAD (leak fix)
11843
11844 2004-12-31 [colin]      0.9.13cvs23.2
11845
11846         * src/prefs_common.c
11847                 GTK2 widgets + stock buttons - patch by Alfons
11848
11849 2004-12-31 [paul]       0.9.13cvs23.1
11850
11851         * configure.ac
11852                 bump up EXTRA_VERSION to match (sync'ed) HEAD
11853         * src/gtk/pluginwindow.c
11854                 use GTK2 widgets and plug memory leaks,
11855                 patches by Alfons
11856
11857 2004-12-30 [colin]      0.9.13cvs22.4
11858
11859         * src/account.c
11860         * src/action.c
11861         * src/export.c
11862         * src/foldersel.c
11863         * src/import.c
11864         * src/message_search.c
11865         * src/prefs_actions.c
11866         * src/prefs_common.c
11867         * src/prefs_customheader.c
11868         * src/prefs_filtering.c
11869         * src/prefs_summary_column.c
11870         * src/summary_search.c
11871         * src/gtk/about.c
11872         * src/gtk/description_window.c
11873         * src/gtk/gtkutils.c
11874         * src/gtk/gtkutils.h
11875         * src/gtk/inputdialog.c
11876         * src/gtk/prefswindow.c
11877                 Use GTK2 stock buttons. Patches by Alfons.
11878
11879 2004-12-30 [colin]      0.9.13cvs22.3
11880
11881         * src/account.c
11882                 Sync with HEAD
11883         * src/prefs_actions.c
11884         * src/prefs_customheader.c
11885         * src/prefs_filtering.c
11886         * src/prefs_msg_colors.c
11887         * src/prefs_summary_column.c
11888         * src/gtk/prefswindow.c
11889                 Use GtkTreeView instead of deprecated 
11890                 widgets. Patches by Alfons.
11891
11892 2004-12-30 [paul]       0.9.13cvs22.2
11893
11894         * src/foldersel.c
11895                 use GTK 2 Tree View
11896                 patch by Alfons, with root folder sorting fix
11897                 by Stephan Sachse
11898
11899 2004-12-30 [paul]       0.9.13cvs22.1
11900
11901         * ChangeLog
11902         * ChangeLog.claws
11903         * ChangeLog.jp
11904         * NEWS
11905         * configure.ac
11906         * src/account.c
11907                 sync with HEAD
11908
11909 2004-12-22 [martin]     0.9.13cvs21.2
11910
11911         * src/action.c
11912                 free the command line after its use
11913
11914 2004-12-18 [paul]       0.9.13cvs21.1
11915
11916         * AUTHORS
11917         * ChangeLog
11918         * ChangeLog.claws
11919         * ChangeLog.jp
11920         * NEWS
11921         * configure.ac
11922         * src/action.c
11923         * src/compose.c
11924         * src/syldap.c
11925                 sync with HEAD
11926
11927 2004-12-17 [martin]     0.9.13cvs17.2
11928
11929         * src/action.c
11930                 convert actions input to locale
11931         * src/inc.c
11932                 convert notification command to locale
11933         * src/plugins/pgpmime/select-keys.c
11934                 convert attributes to utf8
11935
11936 2004-12-14 [colin]      0.9.13cvs17.1
11937
11938         * ChangeLog
11939         * ChangeLog.jp
11940         * ChangeLog.claws
11941         * src/action.c
11942         * src/common/utils.c
11943         * src/gtk/prefswindow.c
11944         * src/gtk/gtkutils.c
11945         * src/gtk/gtkutils.h
11946         * src/plugins/spamassassin/libspamc.c
11947                 Sync with HEAD
11948
11949 2004-12-13 [colin]      0.9.13cvs14.1
11950
11951         * src/quote_fmt_parse.y
11952                 Sync with HEAD
11953
11954 2004-12-10 [colin]      0.9.13cvs12.1
11955
11956         * src/prefs_themes.c
11957         * src/mainwindow.c
11958         * src/messageview.c
11959                 Sync with HEAD
11960
11961 2004-12-09 [colin]      0.9.13cvs10.1
11962
11963         * src/procmime.c
11964                 Sync with HEAD (fix B64 encoding from memory)
11965
11966 2004-12-08 [colin]      0.9.13cvs9.1
11967
11968         * src/gtk/colorlabel.c
11969                 Sync with HEAD
11970
11971 2004-12-08 [paul]       0.9.13cvs8.2
11972
11973         * src/gtk/pluginwindow.c
11974                 fix window resizing oddities
11975
11976 2004-12-08 [colin]      0.9.13cvs8.1
11977
11978         * src/quote_fmt_parse.y
11979                 Sync with HEAD
11980
11981 2004-12-08 [colin]      0.9.13cvs7.1
11982
11983         * src/matcher_parser_parse.y
11984         * src/msgcache.c
11985         * src/prefs_matcher.c
11986         * src/procheader.c
11987         * src/matcher.c
11988         * src/common/defs.h
11989         * po/sr.po
11990                 Sync with HEAD
11991
11992 2004-12-08 [colin]      0.9.13cvs6.1
11993
11994         * src/quote_fmt_parse.y
11995         * src/textview.c
11996                 Sync with HEAD
11997         * src/gtk/prefswindow.c
11998         * src/gtk/pluginwindow.c
11999                 Fix G_CALLBACKS protos (thanks to Alfons)
12000
12001 2004-12-07 [torte]      0.9.13cvs2.2
12002
12003         * src/procmime.c
12004                 [Bug 650] reply button causes crash
12005                 Thanks to David Relson and Christoph
12006
12007 2004-12-07 [colin]      0.9.13cvs2.1
12008
12009         * ChangeLog.claws
12010         * AUTHORS
12011         * po/sk.po
12012         * src/procmime.c
12013         * src/prefs_account.c
12014         * src/common/smtp.c
12015         * src/common/smtp.h
12016                 Sync with HEAD
12017
12018 2004-12-06 [colin]      0.9.12cvs187.1
12019
12020         * ChangeLog.claws
12021         * INSTALL
12022         * Makefile.am
12023         * README.claws
12024         * TODO.claws
12025         * configure.ac
12026         * po/bg.po
12027         * po/cs.po
12028         * po/el.po
12029         * po/en_GB.po
12030         * po/es.po
12031         * po/fr.po
12032         * po/hr.po
12033         * po/hu.po
12034         * po/it.po
12035         * po/ja.po
12036         * po/ko.po
12037         * po/nl.po
12038         * po/pl.po
12039         * po/pt_BR.po
12040         * po/ru.po
12041         * po/sk.po
12042         * po/sr.po
12043         * po/sv.po
12044         * po/zh_CN.po
12045         * po/zh_TW.Big5.po
12046         * src/compose.c
12047         * tools/Makefile.am
12048         * tools/README
12049         * tools/filter_conv.pl
12050         * tools/kdeservicemenu/README
12051         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12052         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12053                 Sync with HEAD
12054
12055 2004-12-04 [colin]      0.9.12cvs183.1
12056
12057         * src/compose.c
12058                 Sync with HEAD (compose window position saving)
12059
12060 2004-12-04 [paul]       0.9.12cvs182.3
12061
12062         * src/messageview.c
12063         * src/mimeview.c
12064         * src/prefs_customheader.c
12065         * src/gtk/quicksearch.c
12066                 replace some forgotten GTK_SIGNAL_FUNCs
12067
12068 2004-12-04 [paul]       0.9.12cvs182.2
12069
12070         * src/Makefile.am
12071                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12072                 committed in error      
12073
12074 2004-12-04 [paul]       0.9.12cvs182.1
12075
12076         * ChangeLog
12077         * ChangeLog.claws
12078         * ChangeLog.jp
12079         * INSTALL
12080         * NEWS
12081         * README
12082         * README.jp
12083         * configure.ac
12084         * doc/manual/ja/Makefile.am
12085         * doc/manual/ja/sylpheed-1.html
12086         * doc/manual/ja/sylpheed-10.html
12087         * doc/manual/ja/sylpheed-11.html
12088         * doc/manual/ja/sylpheed-12.html
12089         * doc/manual/ja/sylpheed-13.html
12090         * doc/manual/ja/sylpheed-14.html
12091         * doc/manual/ja/sylpheed-15.html
12092         * doc/manual/ja/sylpheed-16.html
12093         * doc/manual/ja/sylpheed-17.html
12094         * doc/manual/ja/sylpheed-18.html
12095         * doc/manual/ja/sylpheed-19.html
12096         * doc/manual/ja/sylpheed-2.html
12097         * doc/manual/ja/sylpheed-20.html
12098         * doc/manual/ja/sylpheed-3.html
12099         * doc/manual/ja/sylpheed-4.html
12100         * doc/manual/ja/sylpheed-5.html
12101         * doc/manual/ja/sylpheed-6.html
12102         * doc/manual/ja/sylpheed-7.html
12103         * doc/manual/ja/sylpheed-8.html
12104         * doc/manual/ja/sylpheed-9.html
12105         * doc/manual/ja/sylpheed.html
12106         * doc/manual/ja/sylpheed.sgml
12107         * po/de.po
12108         * src/Makefile.am
12109         * src/compose.c
12110         * src/procmime.c
12111         * src/pixmaps/regular.xpm **REMOVED**
12112         * src/plugins/pgpmime/pgpmime.c
12113         * src/plugins/pgpmime/plugin.c
12114         * src/plugins/pgpmime/prefs_gpg.c
12115                 sync with HEAD
12116
12117 2004-12-03 [paul]       0.9.12cvs180.1
12118
12119         * ChangeLog
12120         * ChangeLog.claws
12121         * ChangeLog.jp
12122         * configure.ac
12123         * src/Makefile.am
12124         * src/pop.c
12125         * src/common/utils.c
12126         * src/common/utils.h
12127         * src/pixmaps/continue.xpm
12128         * src/pixmaps/dir_close.xpm
12129         * src/pixmaps/dir_open.xpm
12130         * src/pixmaps/drafts_close.xpm
12131         * src/pixmaps/drafts_open.xpm
12132         * src/pixmaps/folder.xpm **REMOVED**
12133         * src/pixmaps/group.xpm
12134         * src/pixmaps/unread.xpm
12135                 sync with HEAD
12136
12137 2004-12-02 [colin]      0.9.12cvs179.1
12138
12139         * src/compose.c
12140                 Sync with HEAD (non-duplicated reedition)
12141
12142 2004-12-02 [colin]      0.9.12cvs178.1
12143
12144         * src/compose.c
12145                 Sync with HEAD (linewrap_quote fix)
12146
12147 2004-12-01 [colin]      0.9.12cvs177.3
12148
12149         * src/addrharvest.c
12150                 Replace sizeof with strlen
12151
12152 2004-12-01 [paul]       0.9.12cvs177.2
12153
12154         * src/addrharvest.c
12155                 fix 'harvest addresses'
12156
12157 2004-11-30 [colin]      0.9.12cvs177.1
12158
12159         * src/gtk/prefswindow.c
12160         * src/gtk/pluginwindow.c
12161                 Sync with HEAD
12162
12163 2004-11-29 [colin]      0.9.12cvs176.1
12164
12165         * src/folderview.c
12166                 sync with HEAD (Fix disappearing separators in folderview's popup)
12167
12168 2004-11-29 [colin]      0.9.12cvs175.1
12169
12170         * src/procmime.c
12171                 Sync with head (another format fix)
12172
12173 2004-11-29 [colin]      0.9.12cvs174.1
12174
12175         * src/pop.c
12176                 Sync with HEAD (format string fix)
12177
12178 2004-11-26 [colin]      0.9.12cvs173.1
12179
12180         * src/common/smtp.c
12181         * src/common/smtp.h
12182                 Sync with HEAD
12183
12184 2004-11-24 [colin]      0.9.12cvs172.1
12185
12186         * src/plugins/pgpmime/pgpmime.c
12187                 Sync with HEAD
12188
12189 2004-11-24 [colin]      0.9.12cvs171.1
12190
12191         * src/plugins/pgpmime/pgpmime.c
12192                 Sync with head (gpgmectx leaks)
12193
12194 2004-11-24 [colin]      0.9.12cvs169.1
12195
12196         * src/plugins/pgpmime/plugin.c
12197         * src/plugins/trayicon/Makefile.am
12198         * src/plugins/trayicon/newmarkedmail.xpm
12199         * src/plugins/trayicon/trayicon.c
12200         * src/plugins/trayicon/unreadmarkedmail.xpm
12201                 Sync with HEAD
12202
12203 2004-11-23 [colin]      0.9.12cvs168.1
12204
12205         * src/partial_download.c
12206         * src/partial_download.h
12207         * src/plugins/pgpmime/plugin.c
12208                 Sync with HEAD
12209
12210 2004-11-23 [colin]      0.9.12cvs166.1
12211
12212         * src/Makefile.am
12213         * src/codeconv.c
12214         * src/compose.c
12215         * src/folderview.c
12216         * src/main.c
12217         * src/partial_download.c
12218         * src/partial_download.h
12219         * src/prefs_account.c
12220         * src/prefs_account.h
12221         * src/privacy.c
12222         * src/privacy.h
12223         * src/procmime.c
12224         * src/common/Makefile.am
12225         * src/common/base64.h
12226         * src/common/partial_download.c
12227         * src/common/partial_download.h
12228         * src/gtk/prefswindow.c
12229         * src/gtk/prefswindow.h
12230         * src/plugins/pgpmime/pgpmime.c
12231         * src/plugins/pgpmime/prefs_gpg.c
12232         * src/plugins/pgpmime/prefs_gpg.h
12233         * src/plugins/pgpmime/sgpgme.c
12234         * src/plugins/pgpmime/sgpgme.h
12235                 Sync with HEAD
12236
12237 2004-11-23 [colin]      0.9.12cvs163.1
12238
12239         * src/main.c
12240                 Sync with HEAD (cursor optimization)
12241
12242 2004-11-23 [colin]      0.9.12cvs162.1
12243
12244         * src/prefs_common.c
12245         * src/prefs_themes.c
12246         * src/procmsg.c
12247                 Sync with HEAD
12248
12249 2004-11-23 [colin]      0.9.12cvs158.9
12250
12251         * src/compose.c
12252                 Fix double-free when forwarding
12253         * src/msgcache.c
12254                 Fix leak on error path
12255                 
12256
12257 2004-11-23 [colin]      0.9.12cvs158.8
12258
12259         * src/compose.c
12260                 Fix possible double-free
12261                 Spotted by Alfons
12262
12263 2004-11-23 [colin]      0.9.12cvs158.7
12264
12265         * src/compose.c
12266                 Fix some signal handlers' prototypes
12267                 Spotted by Alfons
12268
12269 2004-11-22 [colin]      0.9.12cvs158.6
12270
12271         * src/compose.c
12272                 Remove unneeded code and duplicated
12273                 wrapping - patch by Alfons
12274
12275 2004-11-22 [colin]      0.9.12cvs158.5
12276
12277         * src/prefs_themes.c
12278                 Fix oversized selector
12279
12280 2004-11-22 [colin]      0.9.12cvs158.4
12281
12282         * src/compose.c
12283                 fix dump_text()
12284                 patch by Alfons
12285
12286 2004-11-19 [colin]      0.9.12cvs158.3
12287
12288         * src/textview.c
12289                 Add a context menu on links (open, copy)
12290
12291 2004-11-18 [paul]       0.9.12cvs158.2
12292
12293         * src/addrgather.c
12294         * src/exphtmldlg.c
12295         * src/expldifdlg.c
12296         * src/mimeview.c
12297         * src/prefs_common.c
12298         * src/plugins/image_viewer/viewer.c
12299         * src/plugins/spamassassin/spamassassin_gtk.c
12300                 replace deprecated gtk_notebook_set_page
12301                 and gtk_notebook_current_page
12302
12303 2004-11-18 [paul]       0.9.12cvs158.1
12304
12305         * configure.ac
12306         * src/compose.c
12307         * src/mainwindow.c
12308         * src/messageview.c
12309         * src/prefs_common.c
12310         * src/common/utils.c
12311         * src/common/utils.h
12312                 sync with HEAD
12313
12314 2004-11-17 [colin]      0.9.12cvs156.1
12315
12316         * src/prefs_account.c
12317         * src/prefs_account.h
12318         * src/procmsg.c
12319                 Sync with HEAD (add pref to store encrypted mails encrypted)
12320
12321 2004-11-17 [paul]       0.9.12cvs155.1
12322
12323         * ChangeLog
12324         * ChangeLog.claws
12325         * ChangeLog.jp
12326         * NEWS
12327         * configure.ac
12328         * src/compose.c
12329         * src/jpilot.c
12330         * src/privacy.c
12331         * src/procmime.c
12332         * src/procmime.h
12333         * src/procmsg.c
12334         * src/toolbar.c
12335         * src/pixmaps/error.xpm
12336                 sync with HEAD
12337
12338 2004-11-17 [colin]      0.9.12cvs151.1
12339
12340         * src/plugins/pgpmime/pgpmime.c
12341                 Sync with HEAD (remove debug printf)
12342
12343 2004-11-17 [colin]      0.9.12cvs150.1
12344
12345         * src/plugins/pgpmime/pgpmime.c
12346                 Sync with HEAD (off-by-one fix)
12347
12348 2004-11-17 [colin]      0.9.12cvs149.1
12349
12350         * src/procmsg.c
12351                 Sync with HEAD (coding style fixes)
12352
12353 2004-11-16 [colin]      0.9.12cvs148.1
12354
12355         * src/procmsg.c
12356                 Sync with head (Fix the fix)
12357
12358 2004-11-16 [colin]      0.9.12cvs147.1
12359
12360         * src/procmsg.c
12361                 Sync with Main (leak fix)
12362
12363 2004-11-16 [colin]      0.9.12cvs146.14
12364
12365         * src/compose.c
12366                 Remove useless chunk of code
12367                 Patch by Alfons
12368
12369 2004-11-15 [colin]      0.9.12cvs146.13
12370
12371         * src/compose.c
12372                 Fix drafting after insertion
12373                 Patch by Alfons
12374
12375 2004-11-15 [colin]      0.9.12cvs146.12
12376
12377         * src/compose.c
12378         * src/prefs_filtering.c
12379         * src/prefs_filtering_action.c
12380         * src/prefs_toolbar.c
12381                 Fix some const-correctness
12382
12383 2004-11-15 [colin]      0.9.12cvs146.11
12384
12385         * src/summaryview.c
12386         * src/prefs_themes.c
12387         * src/messageview.c
12388                 Fix some leaks
12389
12390 2004-11-15 [colin]      0.9.12cvs146.10
12391
12392         * src/codeconv.c
12393                 More unreadable locale fixes
12394
12395 2004-11-14 [colin]      0.9.12cvs146.9
12396
12397         * src/textview.c
12398                 Fix uri_security_check
12399                 Patch by Alfons
12400
12401 2004-11-13 [paul]       0.9.12cvs146.8
12402
12403         * src/folder.c
12404         * src/procmime.c
12405                 fix 2 bugs introduced in last commit
12406
12407 2004-11-13 [paul]       0.9.12cvs146.7
12408
12409         * src/compose.c
12410         * src/exporthtml.c
12411         * src/exportldif.c
12412         * src/folder.c
12413         * src/imap.c
12414         * src/imap_gtk.c
12415         * src/main.c
12416         * src/mainwindow.c
12417         * src/messageview.c
12418         * src/mh_gtk.c
12419         * src/prefs_themes.c
12420         * src/procmime.c
12421         * src/setup.c
12422         * src/summaryview.c
12423                 replace deprecated g_basename
12424
12425 2004-11-13 [paul]       0.9.12cvs146.6
12426
12427         * src/compose.c
12428         * src/imap.c
12429         * src/matcher_parser.h
12430         * src/matcher_parser_parse.y
12431         * src/prefs_filtering.c
12432         * src/prefs_filtering_action.c
12433         * src/prefs_themes.c
12434         * src/prefs_toolbar.c
12435         * src/common/utils.c
12436                 various small fixes/cleanups
12437
12438 2004-11-12 [colin]      0.9.12cvs146.5
12439
12440         * src/textview.c
12441                 Validate event's origin on visibility notify
12442                 Patch by Alfons.
12443
12444 2004-11-12 [paul]       0.9.12cvs146.4
12445
12446         * src/exporthtml.c
12447         * src/exportldif.c
12448         * src/imap.c
12449         * src/mh.c
12450         * src/mimeview.c
12451         * src/prefs_spelling.c
12452         * src/prefs_themes.c
12453                 replace deprecated g_dirname    
12454
12455 2004-11-12 [colin]      0.9.12cvs146.3
12456
12457         * src/textview.c
12458                 Some coding style fixes
12459
12460 2004-11-12 [colin]      0.9.12cvs146.2
12461
12462         * src/codeconv.c
12463                 We want to replace _all_ extended chars in
12464                 conv_unreadable_*, because any string containing
12465                 extended chars not parsing as UTF8 is 
12466                 undisplayed on gtk2.
12467
12468 2004-11-12 [paul]       0.9.12cvs146.1
12469
12470         * ChangeLog
12471         * ChangeLog.claws
12472         * ChangeLog.jp
12473         * NEWS
12474         * configure.ac
12475         * src/account.c
12476         * src/folderview.c
12477         * src/folderview.h
12478         * src/imap.c
12479         * src/imap_gtk.c
12480         * src/inc.c
12481         * src/mainwindow.c
12482         * src/mh_gtk.c
12483         * src/news_gtk.c
12484         * src/pop.c
12485         * src/prefs_account.c
12486         * src/prefs_account.h
12487         * src/prefs_ext_prog.c
12488         * src/procmime.c
12489         * src/procmime.h
12490         * src/procmsg.c
12491         * src/procmsg.h
12492         * src/summary_search.c
12493         * src/summaryview.c
12494         * src/textview.c
12495         * src/common/defs.h
12496         * src/common/utils.c
12497         * src/common/utils.h
12498         * src/gtk/menu.c
12499         * src/gtk/menu.h
12500                 sync with HEAD
12501
12502 2004-11-11 [colin]      0.9.12cvs144.2
12503
12504         * src/textview.c
12505                 Fix URI range selection (patch by Alfons)
12506
12507 2004-11-09 [colin]      0.9.12cvs144.1
12508
12509         * ChangeLog.claws
12510         * src/compose.c
12511         * src/folder.c
12512         * src/folder_item_prefs.c
12513         * src/prefs_account.c
12514         * src/prefs_account.h
12515         * src/plugins/pgpmime/pgpmime.c
12516                 Sync with HEAD
12517
12518 2004-11-08 [colin]      0.9.12cvs143.1
12519
12520         * src/summaryview.c
12521                 Sync with HEAD (optimize quicksearch)
12522
12523 2004-11-08 [colin]      0.9.12cvs142.2
12524
12525         * src/compose.c
12526                 Don't wrap when Edit/Auto wrapping is disabled
12527
12528 2004-11-08 [colin]      0.9.12cvs142.1
12529
12530         * src/textview.c
12531                 Sync with HEAD
12532
12533 2004-11-08 [colin]      0.9.12cvs141.1
12534
12535         * src/textview.c
12536                 Sync with HEAD (fix some mail URIs)
12537
12538 2004-11-08 [colin]      0.9.12cvs140.3
12539
12540         * src/textview.c
12541                 o Use text cursor instead of arrow when
12542                   not on a link
12543                 o Fix handling of contiguous links (as in
12544                   "colin@colino.net" <colin@colino.net>)
12545                   This one unveils a bug in get_email_part()
12546
12547 2004-11-07 [colin]      0.9.12cvs140.2
12548
12549         * src/textview.c
12550                 Fix memleak. Patch by Alfons.
12551
12552 2004-11-06 [colin]      0.9.12cvs140.1
12553
12554         * src/compose.c
12555                 Sync with HEAD (don't ask passphrase
12556                 when drafting)
12557
12558 2004-11-06 [paul]       0.9.12cvs139.2
12559
12560         * AUTHORS
12561         * src/textview.c
12562         * src/textview.h
12563                 textview URI handling. hovering over a 
12564                 link displays it in the status bar,
12565                 and changes the mouse pointer to a hand 
12566                 cursor. a link is activated with a single 
12567                 click. (Modified from the) patch by Jean-Yves 
12568                 Lefort <jylefort@users.sourceforge.net>
12569                 
12570
12571 2004-11-05 [colin]      0.9.12cvs139.1
12572
12573         * src/compose.c
12574         * src/procmime.c
12575                 Sync with HEAD again ^^
12576
12577 2004-11-05 [colin]      0.9.12cvs139.1
12578
12579         * src/compose.c
12580         * src/procmime.c
12581                 Sync with HEAD
12582
12583 2004-11-03 [paul]       0.9.12cvs138.1
12584
12585         * ChangeLog.claws
12586         * configure.ac
12587         * po/POTFILES.in
12588         * src/prefs_ext_prog.c
12589         * src/procmime.c
12590         * tools/kdeservicemenu/README
12591         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12592         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12593                 sync with HEAD
12594
12595 2004-11-01 [christoph]  0.9.12cvs136.2
12596
12597         * src/procmime.c
12598                 convert MIME parameters to UTF-8
12599
12600 2004-10-29 [colin]      0.9.12cvs136.1
12601
12602         * src/common/utils.c
12603                 Sync with HEAD (don't use '=' in mime boundary)
12604
12605 2004-10-29 [paul]       0.9.12cvs135.1
12606
12607         * configure.ac
12608         * doc/src/rfc2231.txt
12609         * src/procmime.c
12610         * src/common/quoted-printable.c
12611         * src/common/utils.c
12612         * src/common/utils.h
12613                 sync with HEAD
12614
12615 2004-10-27 [paul]       0.9.12cvs134.1
12616
12617         * configure.ac
12618         * src/main.c
12619         * src/procmime.c
12620         * src/plugins/pgpmime/pgpmime.c
12621                 sync with HEAD
12622
12623 2004-10-26 [paul]       0.9.12cvs132.3
12624
12625         * src/account.c
12626         * src/addressbook.c
12627         * src/addrgather.c
12628         * src/addrharvest.c
12629         * src/codeconv.c
12630         * src/compose.c
12631         * src/customheader.c
12632         * src/editaddress.c
12633         * src/editgroup.c
12634         * src/enriched.c
12635         * src/expldifdlg.c
12636         * src/exporthtml.c
12637         * src/exportldif.c
12638         * src/folder.c
12639         * src/foldersel.c
12640         * src/folderview.c
12641         * src/grouplistdialog.c
12642         * src/html.c
12643         * src/imap.c
12644         * src/jpilot.c
12645         * src/ldapserver.c
12646         * src/ldif.c
12647         * src/mimeview.c
12648         * src/news.c
12649         * src/news_gtk.c
12650         * src/pop.c
12651         * src/prefs_display_header.c
12652         * src/prefs_gtk.c
12653         * src/prefs_msg_colors.c
12654         * src/prefs_toolbar.c
12655         * src/procheader.c
12656         * src/procmime.c
12657         * src/summaryview.c
12658         * src/textview.c
12659         * src/toolbar.c
12660         * src/vcard.c
12661         * src/common/mgutils.c
12662         * src/common/nntp.c
12663         * src/common/smtp.c
12664         * src/common/template.c
12665         * src/common/utils.c
12666         * src/common/xmlprops.c
12667         * src/plugins/pgpmime/pgpmime.c
12668         * src/plugins/pgpmime/select-keys.c
12669         * src/plugins/pgpmime/sgpgme.c
12670                 replace deprecated g_strcasecmp(), g_strncasecmp(),
12671                 g_string_sprintfa(), gtk_notebook_current_page()
12672
12673 2004-10-26 [colin]      0.9.12cvs132.2
12674
12675         * src/prefs_folder_item.c
12676                 Fix default-account selection
12677
12678 2004-10-21 [colin]      0.9.12cvs133
12679
12680         * src/compose.c
12681                 Sync with HEAD (Remove extra separator in compose's Options)
12682         * src/textview.c
12683                 Set wrapping to char
12684
12685 2004-10-21 [paul]       0.9.12cvs131.2
12686
12687         * src/compose.c
12688         * src/sourcewindow.c
12689                 fix wrapping
12690                 fix window shrinking 
12691
12692 2004-10-21 [colin]      0.9.12cvs131.1
12693
12694         * ChangeLog.claws
12695         * src/compose.c
12696                 Sync with HEAD
12697
12698 2004-10-21 [paul]       0.9.12cvs130.2
12699
12700         * src/prefs_folder_item.c
12701                 sync with HEAD (Apply to subfolders)
12702
12703 2004-10-19 [colin]      0.9.12cvs130.1
12704
12705         * ChangeLog.claws
12706         * src/compose.c
12707         * src/common/utils.c
12708         * src/gtk/menu.c
12709                 Sync with HEAD
12710
12711 2004-10-19 [colin]      0.9.12cvs128.1
12712
12713         * src/addrbook.c
12714         * src/addrcache.c
12715         * src/addressbook.c
12716         * src/codeconv.c
12717         * src/compose.c
12718         * src/customheader.c
12719         * src/editaddress.c
12720         * src/editgroup.c
12721         * src/exporthtml.c
12722         * src/folder.c
12723         * src/folderview.c
12724         * src/imap.c
12725         * src/jpilot.c
12726         * src/main.c
12727         * src/matcher_parser_parse.y
12728         * src/mbox.c
12729         * src/pop.c
12730         * src/prefs_account.c
12731         * src/prefs_gtk.c
12732         * src/prefs_msg_colors.c
12733         * src/procheader.c
12734         * src/procmime.c
12735         * src/procmime.h
12736         * src/procmsg.c
12737         * src/summaryview.c
12738         * src/textview.c
12739         * src/common/base64.c
12740         * src/common/partial_download.c
12741         * src/common/socket.c
12742         * src/common/sylpheed.c
12743         * src/common/utils.c
12744         * src/common/utils.h
12745         * src/gtk/pluginwindow.c
12746         * src/gtk/quicksearch.c
12747         * src/plugins/clamav/clamav_plugin.c
12748         * src/plugins/clamav/clamav_plugin.h
12749         * src/plugins/clamav/clamav_plugin_gtk.c
12750         * src/plugins/pgpmime/passphrase.c
12751         * src/plugins/pgpmime/pgpmime.c
12752         * src/plugins/pgpmime/plugin.c
12753         * src/plugins/pgpmime/prefs_gpg.c
12754         * src/plugins/pgpmime/prefs_gpg.h
12755         * src/plugins/pgpmime/select-keys.c
12756         * src/plugins/pgpmime/sgpgme.c
12757         * src/plugins/spamassassin/libspamc.c
12758         * src/plugins/spamassassin/spamassassin.c
12759         * src/plugins/spamassassin/spamassassin.h
12760         * src/plugins/spamassassin/spamassassin_gtk.c
12761         * src/plugins/trayicon/trayicon.c
12762         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
12763                 Sync with HEAD
12764
12765 2004-10-14 [colin]      0.9.12cvs126.2
12766
12767         * src/codeconv.c
12768         * src/textview.c
12769                 Fix conv_unreadable_locale
12770
12771 2004-10-13 [colin]      0.9.12cvs126.1
12772
12773         * src/compose.c
12774                 Sync with HEAD (don't convert charset for 
12775                 drafted messages, minor cleanup)
12776
12777 2004-10-13 [colin]      0.9.12cvs125.1
12778
12779         * po/POTFILES.in
12780                 Sync with HEAD (POTFILES fix)
12781
12782 2004-10-12 [colin]      0.9.12cvs124.3
12783
12784         * src/compose.c
12785                 Fix encoding bug from latest sync
12786
12787 2004-10-12 [paul]       0.9.12cvs124.2
12788
12789         * src/plugins/pgpmime/prefs_gpg.c
12790         * src/plugins/pgpmime/prefs_gpg.h
12791                 forgotten in last commit        
12792
12793 2004-10-12 [paul]       0.9.12cvs124.1
12794
12795         * ChangeLog.claws
12796         * configure.ac
12797         * m4/spamassassin.m4
12798         * src/Makefile.am
12799         * src/account.c
12800         * src/compose.c
12801         * src/compose.h
12802         * src/crash.c
12803         * src/main.c
12804         * src/mimeview.c
12805         * src/passphrase.c
12806         * src/passphrase.h
12807         * src/prefs_account.c
12808         * src/prefs_account.h
12809         * src/prefs_common.c
12810         * src/privacy.c
12811         * src/privacy.h
12812         * src/procmime.c
12813         * src/procmime.h
12814         * src/procmsg.c
12815         * src/rfc2015.c
12816         * src/rfc2015.h
12817         * src/select-keys.c
12818         * src/select-keys.h
12819         * src/textview.c
12820         * src/common/utils.c
12821         * src/common/utils.h
12822         * src/gtk/about.c
12823         * src/plugins/pgpmime/Makefile.am
12824         * src/plugins/pgpmime/passphrase.c
12825         * src/plugins/pgpmime/passphrase.h
12826         * src/plugins/pgpmime/pgpmime.c
12827         * src/plugins/pgpmime/plugin.c
12828         * src/plugins/pgpmime/select-keys.c
12829         * src/plugins/pgpmime/select-keys.h
12830         * src/plugins/pgpmime/sgpgme.c
12831         * src/plugins/pgpmime/sgpgme.h
12832                 sync with HEAD
12833
12834 2004-10-04 [colin]      0.9.12cvs122.1
12835
12836         * src/mainwindow.c
12837         * src/messageview.c
12838         * src/messageview.h
12839         * src/textview.c
12840                 Sync with HEAD
12841
12842 2004-10-04 [colin]      0.9.12cvs121.1
12843
12844         * src/summaryview.c
12845                 Sync with HEAD
12846
12847 2004-10-04 [paul]       0.9.12cvs120.1
12848
12849         * configure.ac
12850                 sync with HEAD [don't try to build 
12851                 pgpmime plugin when gpgme is disabled]
12852
12853 2004-10-03 [colin]      0.9.12cvs119.3
12854
12855         * src/gtk/gtksctree.c
12856                 Lots of side effects. Put back as before 117.2.
12857         * src/summaryview.c
12858                 Fix bug #602
12859
12860 2004-10-03 [colin]      0.9.12cvs119.2
12861
12862         * src/gtk/gtksctree.c
12863                 Revert 608 fix that doesn't work that good
12864
12865 2004-10-02 [colin]      0.9.12cvs119.1
12866
12867         * src/mainwindow.c
12868         * src/messageview.c
12869         * src/prefs_common.h
12870         * src/procmime.c
12871         * src/procmime.h
12872         * src/textview.c
12873                 Sync with HEAD
12874         * src/gtk/gtksctree.c
12875                 Close bug #608
12876
12877 2004-10-01 [colin]      0.9.12cvs118.1
12878
12879         * src/mimeview.c
12880                 Sync with HEAD (better Save All fix)
12881
12882 2004-10-01 [colin]      0.9.12cvs117.2
12883
12884         * src/gtk/gtksctree.c
12885                 Faster on selection
12886
12887 2004-10-01 [colin]      0.9.12cvs117.1
12888
12889         * src/mimeview.c
12890                 Sync with HEAD (Save All: only attachments)
12891
12892 2004-10-01 [paul]       0.9.12cvs116.1
12893
12894         * ChangeLog.claws
12895         * configure.ac
12896         * src/account.c
12897         * src/prefs_common.c
12898         * src/gtk/colorlabel.c
12899                 sync with HEAD
12900
12901 2004-09-30 [colin]      0.9.12cvs115.1
12902
12903         * src/stock_pixmap.c
12904         * src/stock_pixmap.h
12905         * src/folderview.c
12906         * src/Makefile.am
12907         * src/pixmaps/read.xpm
12908                 Sync with HEAD (new pixmap)
12909
12910 2004-09-29 [colin]      0.9.12cvs114.1
12911
12912         * src/compose.c
12913                 Sync with HEAD
12914                 Fix focus handling in headers
12915
12916 2004-09-29 [paul]       0.9.12cvs113.1
12917
12918         * src/quote_fmt_parse.y
12919                 sync with HEAD
12920  
12921
12922 2004-09-28 [colin]      0.9.12cvs112.1
12923
12924         * src/folderview.c
12925         * src/mainwindow.c
12926                 Sync with HEAD
12927
12928 2004-09-28 [colin]      0.9.12cvs110.1
12929
12930         * src/folderview.c
12931                 Sync with HEAD (Contextual Empty trash menu)
12932
12933 2004-09-28 [colin]      0.9.12cvs108.1
12934
12935         * src/addressbook.c
12936                 Sync with HEAD (addressbook edit on double-click)
12937
12938 2004-09-28 [colin]      0.9.12cvs106.1
12939
12940         * src/inc.c
12941                 Sync with HEAD (folder_item freeze on inc)
12942
12943 2004-09-27 [colin]      0.9.12cvs105.1
12944
12945         * src/folderview.c
12946                 Sync with HEAD (right-align new and unread column)
12947
12948 2004-09-27 [colin]      0.9.12cvs104.1
12949
12950         * src/main.c
12951                 Sync with HEAD (revert 0.9.12cvs101)
12952
12953 2004-09-24 [colin]      0.9.12cvs103.2
12954
12955         * src/wizard.c
12956                 Fix gtk warnings and use domain part of the email address 
12957                 when domain detection fails (no dot in domain name)
12958
12959 2004-09-23 [colin]      0.9.12cvs103.1
12960
12961         * src/plugins/spamassassin/libspamc.c
12962         * src/plugins/spamassassin/libspamc.h
12963         * src/plugins/spamassassin/utils.c
12964         * src/plugins/spamassassin/utils.h
12965                 Sync with HEAD (Update spamassassin to 3.0)
12966
12967 2004-09-21 [colin]      0.9.12cvs102.3
12968
12969         * src/action.c
12970                 Add horizontal scrollbar in action io dialog as needed
12971                 Patch by Alfons.
12972
12973 2004-09-20 [colin]      0.9.12cvs102.2
12974
12975         * src/plugins/image_viewer/viewer.c
12976                 Remove imlib stuff
12977                 use gtk_pixmap_set when clearing
12978                 (would be better to use gtkImages, but causes size-allocate 
12979                 signals storm)
12980
12981 2004-09-17 [paul]       0.9.12cvs102.1
12982
12983         * ChangeLog
12984         * ChangeLog.claws
12985         * ChangeLog.jp
12986         * configure.ac
12987         * src/inc.c
12988                 sync with HEAD
12989
12990
12991 2004-09-17 [colin]      0.9.12cvs101.1
12992
12993         * ChangeLog.claws
12994         * src/main.c
12995                 Sync with HEAD (fix segs at exit)
12996
12997 2004-09-14 [colin]      0.9.12cvs99.5
12998
12999         * src/common/socket.c
13000         * AUTHORS
13001                 Fix send error on 64bit platforms
13002                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13003
13004 2004-09-14 [colin]      0.9.12cvs99.4
13005
13006         * src/action.c
13007                 Fix action output with utf8 
13008                 Patch by Alfons.
13009
13010 2004-09-14 [colin]      0.9.12cvs99.3
13011
13012         * ChangeLog.claws
13013         * src/folder.c
13014                 Sync with HEAD
13015
13016 2004-09-09 [colin]      0.9.12cvs99.2
13017
13018         * src/action.c
13019                 Fix progress bar (displaying "Completed %v/%u")
13020                 Patch by Alfons.
13021
13022 2004-09-08 [colin]      0.9.12cvs99.1
13023
13024         * src/account.c
13025         * src/folder.c
13026         * src/procmsg.c
13027         * src/procmsg.h
13028         * src/plugins/pgpmime/pgpmime.c
13029                 Sync with HEAD
13030
13031 2004-09-08 [colin]      0.9.12cvs97.2
13032
13033         * src/summaryview.c
13034                 Don't select mails in collapsed threads 
13035                 when navigating with up/down
13036
13037 2004-09-07 [colin]      0.9.12cvs97.1
13038
13039         * src/inc.c
13040                 Sync with HEAD (meaningful error messages)
13041
13042 2004-09-06 [colin]      0.9.12cvs96.1
13043
13044         * src/toolbar.c
13045                 Sync with HEAD (fix Redirect graying out)
13046
13047 2004-09-06 [colin]      0.9.12cvs95.1
13048
13049         * src/summaryview.c
13050         * src/mimeview.c
13051                 Sync with HEAD (fix dropped URIs)
13052
13053 2004-09-06 [colin]      0.9.12cvs94.1
13054
13055         * src/addressbook.c
13056         * src/addressitem.h
13057         * src/addritem.c
13058         * src/addritem.h
13059                 Sync with HEAD (addressbook DnD)
13060
13061 2004-09-03 [colin]      0.9.12cvs93.1
13062
13063         * src/summaryview.c
13064                 Sync with HEAD (next/prev unread)
13065
13066 2004-09-03 [colin]      0.9.12cvs92.1
13067
13068         * src/prefs_common.c
13069         * src/prefs_common.h
13070         * src/summaryview.c
13071                 Sync with HEAD ('mark_as_read_delay' pref)
13072
13073 2004-09-02 [colin]      0.9.12cvs91.2
13074
13075         * src/common/xml.c
13076                 Fix leak
13077
13078 2004-09-02 [colin]      0.9.12cvs91.1
13079
13080         * src/gtk/menu.c
13081                 Sync with HEAD (menu accel don't work, but whatever)
13082
13083 2004-09-02 [colin]      0.9.12cvs90.1
13084
13085         * src/account.c
13086                 Sync with HEAD (fix bug 582)
13087
13088 2004-09-02 [colin]      0.9.12cvs89.1
13089
13090         * src/addrindex.c
13091                 Sync with HEAD (free deleted queries)
13092
13093 2004-09-02 [colin]      0.9.12cvs88.1
13094
13095         * src/ldapquery.c
13096                 Sync with HEAD (fix LDAP freezes)
13097
13098 2004-09-02 [colin]      0.9.12cvs87.1
13099
13100         * src/prefs_spelling.c
13101                 Sync with HEAD (add default dictionary)
13102
13103 2004-09-01 [colin]      0.9.12cvs86.1
13104
13105         * src/filtering.c
13106         * src/folderview.c
13107         * src/imap.c
13108         * src/prefs_matcher.c
13109         * src/stock_pixmap.c
13110         * src/summary_search.c
13111         * src/summaryview.c
13112         * src/wizard.c
13113         * src/wizard.h
13114                 Sync with HEAD (uninitialized vars fixes)
13115                 + gtk2 specific warning fixes
13116
13117 2004-08-31 [colin]      0.9.12cvs85.1
13118
13119         * src/folder.c
13120                 Sync with HEAD (Fix memory corruption due to 
13121                 uninitialized var)
13122
13123 2004-08-31 [colin]      0.9.12cvs84.4
13124
13125         * src/summary_search.c
13126                 Fix segfaults when searching in folders with broken headers
13127
13128 2004-08-31 [colin]      0.9.12cvs84.3
13129
13130         * src/compose.c
13131         * src/textview.c
13132                 Fix some more encoding/decoding issues
13133
13134 2004-08-30 [colin]      0.9.12cvs84.2
13135
13136         * src/mimeview.c
13137         * src/prefs_themes.c
13138         * src/gtk/filesel.c
13139         * src/gtk/filesel.h
13140                 Add a folder-mode selection (fixes mimeview's "Save all")
13141
13142 2004-08-29 [colin]      0.9.12cvs84.1
13143
13144         * src/mimeview.c
13145                 Sync with HEAD (don't escape saved filenames)
13146
13147 2004-08-27 [colin]      0.9.12cvs83.1
13148
13149         * ChangeLog
13150         * ChangeLog.claws
13151         * ChangeLog.jp
13152         * src/mh.c
13153         * src/procheader.c
13154         * src/procmsg.c
13155         * src/procmsg.h
13156         * src/common/utils.c
13157         * src/gtk/menu.h
13158         * po/
13159                 Sync with HEAD 0.9.12cvs83 (sync with main)
13160
13161 2004-08-26 [colin]      0.9.12cvs82.4
13162
13163         * src/codeconv.c
13164                 Fix strange stack corruption
13165                 Convert to utf8 after unmime, not before
13166
13167 2004-08-26 [colin]      0.9.12cvs82.3
13168
13169         * src/main.c
13170         * src/wizard.c
13171                 Fix account folders duplication
13172
13173 2004-08-25 [colin]      0.9.12cvs82.2
13174
13175         * src/wizard.c
13176                 Remove ports
13177                 Add SSL selection
13178                 Use login@server as account name
13179
13180 2004-08-25 [colin]      0.9.12cvs82.1
13181
13182         * src/plugins/pgpmime/pgpmime.c
13183                 Sync with HEAD (leak fix).
13184
13185 2004-08-25 [colin]      0.9.12cvs81.1
13186
13187         * src/plugins/pgpmime/pgpmime.c
13188         * src/plugins/pgpmime/sgpgme.c
13189         * src/plugins/pgpmime/sgpgme.h
13190                 Sync with HEAD (Handle combined messages).
13191
13192 2004-08-24 [colin]      0.9.12cvs80.3
13193
13194         * src/wizard.c
13195                 Fix full name, ports, and imap
13196
13197 2004-08-24 [colin]      0.9.12cvs80.2
13198
13199         * src/Makefile.am
13200         * src/main.c
13201         * src/setup.c
13202         * src/setup.h
13203         * src/stock_pixmap.c
13204         * src/stock_pixmap.h
13205         * src/wizard.c ** ADDED **
13206         * src/wizard.h ** ADDED ** 
13207         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13208                 Add a setup wizard 
13209
13210 2004-08-24 [colin]      0.9.12cvs80.1
13211
13212         * src/folder.c
13213                 Sync with HEAD (set mimeflags on all messages)
13214
13215 2004-08-24 [colin]      0.9.12cvs79.3
13216
13217         * src/matcher_parser_lex.l
13218                 Fix 8bits strings not in utf8
13219
13220 2004-08-24 [colin]      0.9.12cvs79.2
13221
13222         * src/compose.c
13223                 Check conversion result before replacing buffer
13224
13225 2004-08-23 [colin]      0.9.12cvs79.1
13226
13227         * src/compose.c
13228                 Sync with HEAD (create message header in memory)
13229
13230 2004-08-23 [colin]      0.9.12cvs78.1
13231
13232         * src/rfc2015.c
13233         * src/rfc2015.h
13234                 Sync with HEAD (fix bug 197 again)
13235
13236 2004-08-23 [colin]      0.9.12cvs77.3
13237
13238         * src/compose.c
13239                 Fix again inline gpg signing (which outputs utf8
13240                 in gtk2). Not syncing this fix to HEAD as this 
13241                 code is meant to die.
13242
13243 2004-08-23 [colin]      0.9.12cvs77.2
13244
13245         * src/prefs_account.h
13246                 Remove useless include
13247
13248 2004-08-23 [colin]      0.9.12cvs77.1
13249
13250         * src/imap.c
13251         * po/es.po
13252         * po/fr.po
13253         * po/it.po
13254         * po/pl.po
13255         * po/pt_BR.po
13256         * po/sk.po
13257         * po/sr.po
13258                 Sync with HEAD (fix bug 577)
13259
13260 2004-08-22 [colin]      0.9.12cvs76.1
13261
13262         * src/plugins/trayicon/trayicon.c
13263                 Sync with HEAD (fix formatting bug)
13264
13265 2004-08-21 [colin]      0.9.12cvs74.2
13266
13267         * src/gtk/colorsel.c
13268                 Fix bug 564 (Folder color selection window exits on any
13269                 keypress)
13270
13271 2004-08-21 [colin]      0.9.12cvs74.1
13272
13273         * ChangeLog.claws
13274         * src/compose.c
13275         * src/summaryview.c
13276         * src/toolbar.c
13277                 Sync with HEAD (fix bug 576)
13278
13279 2004-08-21 [colin]      0.9.12cvs70.1
13280
13281         * src/compose.c
13282         * src/mainwindow.c
13283                 Sync with HEAD
13284                 
13285
13286 2004-08-21 [paul]       0.9.12cvs66.4
13287
13288         * src/mainwindow.c
13289         * src/messageview.c
13290         * src/gtk/menu.c
13291         * src/plugins/spamassassin/spamassassin_gtk.c
13292                 remove some deprecated gtk1 functions
13293
13294
13295 2004-08-21 [colin]      0.9.12cvs66.3
13296
13297         * src/compose.c
13298         * src/codeconv.c
13299                 Fix warnings
13300                 Remove encoding hacks
13301                 Fix bug 575 (Strange character messes up message)
13302                 Don't display conversion error when drafting
13303
13304 2004-08-21 [paul]       0.9.12cvs66.2
13305
13306         * src/prefs_account.c
13307                 fix GnuPG mode bugs
13308
13309
13310 2004-08-20 [colin]      0.9.12cvs66.1
13311
13312         * src/codeconv.c
13313                 Sync with HEAD 0.9.12cvs66
13314
13315 2004-08-20 [paul]
13316
13317         * src/plugins/pgpmime/plugin.c
13318                 modify PGP/MIME plugin's description
13319
13320 2004-08-17 [colin]      0.9.12cvs65.1
13321
13322         * src/common/ssl.c
13323         * src/plugins/pgpmime/plugin.c
13324                 Sync with HEAD
13325
13326 2004-08-14 [colin]      0.9.12cvs60.3
13327
13328         * src/plugins/trayicon/trayicon.c
13329                 Put back resize callback, on size-request signal
13330                 rather than size-allocate to avoid infinite 
13331                 callback loop
13332
13333 2004-08-13 [colin]      0.9.12cvs60.2
13334
13335         * src/common/defs.h
13336                 Cache versions have been fixed
13337
13338 2004-08-13 [colin]      0.9.12cvs60.1
13339
13340         * src/folderutils.c
13341                 Sync with HEAD
13342
13343 2004-08-12 [colin]      0.9.12cvs59.1
13344
13345         * src/plugins/trayicon/trayicon.c
13346                 Sync with HEAD
13347
13348 2004-08-12 [colin]      0.9.12cvs57.5
13349
13350         * sylpheed.desktop
13351         * configure.ac
13352         * src/Makefile.am
13353         * src/main.c
13354                 Add support for Freedesktop.org's startup notification
13355
13356 2004-08-11 [colin]      0.9.12cvs57.4
13357
13358         * src/textview.c
13359                 Fix off-by-one
13360
13361 2004-08-11 [colin]      0.9.12cvs57.3
13362
13363         * src/message_search.c
13364         * src/summary_search.c
13365                 Make searches case insensitive by default
13366         * src/textview.c
13367                 Fix case-insensitive search in message
13368
13369 2004-08-11 [colin]      0.9.12cvs57.2
13370
13371         * src/summary_search.c
13372                 Let case-sensitive be specified
13373
13374 2004-08-10 [colin]      0.9.12cvs55.4
13375
13376         * src/common/socket.c
13377                 Fix the possible race condition
13378
13379 2004-08-09 [paul]       0.9.12cvs55.3
13380
13381         * configure.ac
13382         * src/Makefile.am
13383         * src/common/Makefile.am
13384                 sync with HEAD
13385
13386
13387 2004-08-09 [paul]       0.9.12cvs55.2
13388
13389         * autogen.sh
13390         * po/poconv.sh
13391                 remove unneeded script
13392
13393         * configure.ac
13394                 add forgotten USE_LDAP_TLS (sync with HEAD)
13395
13396
13397 2004-08-09 [colin]      0.9.12cvs55.1
13398
13399         * src/main.c
13400         * src/common/ssl.c
13401         * src/common/sylpheed.c
13402         * src/common/sylpheed.h
13403                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13404
13405 2004-08-09 [paul]       0.9.12cvs54.1
13406
13407         * ChangeLog
13408         * ChangeLog.claws
13409         * ChangeLog.jp
13410         * configure.ac
13411         * po/POTFILES.in
13412         * src/Makefile.am
13413         * src/folderutils.c
13414         * src/main.c
13415         * src/pgpmime.c
13416         * src/pgpmime.h
13417         * src/sgpgme.c
13418         * src/sgpgme.h
13419         * src/plugins/Makefile.am
13420         * src/plugins/pgpmime/.cvsignore
13421         * src/plugins/pgpmime/Makefile.am
13422         * src/plugins/pgpmime/pgpmime.c
13423         * src/plugins/pgpmime/pgpmime.h
13424         * src/plugins/pgpmime/plugin.c
13425         * src/plugins/pgpmime/sgpgme.c
13426         * src/plugins/pgpmime/sgpgme.h
13427                 sync with HEAD
13428
13429 2004-08-08 [paul]       0.9.12cvs51.1
13430
13431         * configure.ac
13432         * src/folder.c
13433                 sync with HEAD
13434
13435 2004-08-07 [colin]      0.9.12cvs50.1
13436
13437         * src/pop.c
13438         * src/common/partial_download.c
13439                 fix warnings (sync from HEAD)
13440
13441 2004-08-07 [colin]      0.9.12cvs48.1
13442
13443         * src/prefs_folder_item.c
13444                 sync with HEAD 0.9.12cvs48
13445
13446 2004-08-06 [colin]      0.9.12cvs47.1
13447
13448         * src/compose.c
13449                 Sync with HEAD
13450
13451 2004-08-06 [christoph]  0.9.12cvs46.2
13452
13453         * src/main.c
13454         * src/plugins/clamav/clamav_plugin_gtk.c
13455         * src/plugins/dillo_viewer/dillo_viewer.c
13456         * src/plugins/image_viewer/plugin.c
13457         * src/plugins/mathml_viewer/mathml_viewer.c
13458         * src/plugins/spamassassin/spamassassin_gtk.c
13459         * src/plugins/trayicon/trayicon.c
13460                 don't mix GTK1.2 plugin with GTK2 plugins
13461
13462 2004-08-06 [colin]      0.9.12cvs46.1
13463
13464         * ChangeLog
13465         * ChangeLog.claws
13466         * ChangeLog.jp
13467         * configure.ac
13468         * sylpheed-claws.pc.in
13469         * src/folder.c
13470         * src/imap.c
13471         * src/localfolder.c
13472         * src/messageview.c
13473         * src/mimeview.c
13474         * src/mimeview.h
13475         * src/msgcache.c
13476         * src/news.c
13477         * src/prefs_ext_prog.c
13478         * src/prefs_folder_item.c
13479         * src/prefs_fonts.c
13480         * src/prefs_msg_colors.c
13481         * src/prefs_spelling.c
13482         * src/prefs_themes.c
13483         * src/prefs_toolbar.c
13484         * src/prefs_wrapping.c
13485         * src/procmime.h
13486         * src/common/defs.h
13487         * src/common/nntp.c
13488         * src/common/session.c
13489         * src/common/session.h
13490         * src/common/socket.c
13491         * src/common/utils.h
13492         * src/common/xml.c
13493         * src/common/xml.h
13494         * src/gtk/prefswindow.c
13495         * src/gtk/prefswindow.h
13496         * src/plugins/clamav/clamav_plugin_gtk.c
13497         * src/plugins/dillo_viewer/dillo_prefs.c
13498         * src/plugins/image_viewer/viewerprefs.c
13499         * src/plugins/spamassassin/spamassassin_gtk.c
13500         * m4/openssl.m4 *** REMOVED ***
13501                 Sync with HEAD 0.9.12cvs46
13502
13503 2004-08-03 [paul]       0.9.12cvs40.2
13504
13505         * src/action.c
13506         * src/addressadd.c
13507         * src/addressbook.c
13508         * src/addrgather.c
13509         * src/browseldap.c
13510         * src/compose.c
13511         * src/crash.c
13512         * src/editaddress.c
13513         * src/editgroup.c
13514         * src/editldap_basedn.c
13515         * src/foldersel.c
13516         * src/importldif.c
13517         * src/mimeview.c
13518         * src/prefs_common.c
13519         * src/prefs_template.c
13520         * src/sourcewindow.c
13521         * src/summaryview.c
13522         * src/gtk/about.c
13523         * src/gtk/foldersort.c
13524         * src/gtk/logwindow.c
13525         * src/gtk/pluginwindow.c
13526         * src/gtk/prefswindow.c
13527                 change all gtk_scrolled_window_set_policy from 
13528                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13529
13530 2004-08-02 [paul]       0.9.12cvs40.1
13531
13532         * AUTHORS
13533                 update translation team section
13534         * po/pt_BR.po
13535                 updated by Frederico Goncalves Guimaraes
13536                 <fggdebian@yahoo.com.br>
13537
13538 2004-07-31 [colin]      0.9.12cvs39.9
13539
13540         * src/exphtmldlg.c
13541                 Fix compilation
13542
13543 2004-07-31 [colin]      0.9.12cvs39.8
13544
13545         * src/exphtmldlg.c
13546                 Fix an alertpanel type
13547
13548 2004-07-30 [colin]      0.9.12cvs39.7
13549
13550         * src/alertpanel.c
13551                 Fix alertpanel_error_log's icon
13552
13553 2004-07-30 [colin]      0.9.12cvs39.6
13554
13555         * src/pop.c
13556                 Two of them should still be warnings
13557
13558 2004-07-30 [colin]      0.9.12cvs39.5
13559
13560         * src/pop.c
13561                 More warning -> error
13562 2004-07-29 [colin]      0.9.12cvs39.4
13563
13564         * src/pop.c
13565                 Warning -> error
13566
13567 2004-07-29 [colin]      0.9.12cvs39.3
13568
13569         * src/prefs_matcher.c
13570                 Fix segfault
13571
13572 2004-07-29 [colin]      0.9.12cvs39.2
13573
13574         * src/alertpanel.c
13575                 More nice-looking alertpanels
13576
13577 2004-07-29 [colin]      0.9.12cvs39.1
13578
13579         * src/messageview.c
13580                 sync with head
13581                 (inform user when partial mail is deleted on server)
13582
13583 2004-07-29 [colin]      0.9.12cvs38.1
13584
13585         * src/messageview.c
13586                 sync with head
13587
13588 2004-07-28 [paul]       0.9.12cvs37.7
13589
13590         * src/mainwindow.c
13591                 complete the replacement of deprecated gtk_progress_*
13592
13593 2004-07-28 [paul]       0.9.12cvs37.6
13594
13595         * src/action.c
13596         * src/inc.c
13597         * src/mainwindow.c
13598         * src/send_message.c
13599         * src/gtk/progressdialog.c
13600         * src/gtk/progressdialog.h
13601                 replace deprecated gtk_progress_*
13602
13603 2004-07-28 [paul]       0.9.12cvs37.5
13604
13605         * src/gtk/filesel.c
13606                 remove gtk_window_set_wmclass()
13607 2004-07-28 [paul]       0.9.12cvs37.4
13608
13609         * src/addressbook.c
13610         * src/compose.c
13611         * src/foldersel.c
13612         * src/mainwindow.c
13613         * src/messageview.c
13614         * src/sourcewindow.c
13615         * src/gtk/logwindow.c
13616                 remove gtk_window_set_wmclass()
13617                 
13618         * src/prefs_filtering.c
13619         * src/prefs_filtering_action.c
13620         * src/prefs_fonts.c
13621         * src/prefs_gtk.c
13622         * src/prefs_matcher.c
13623         * src/ssl_manager.c
13624         * src/gtk/prefswindow.c
13625                 replace gtk_window_position()
13626
13627 2004-07-28 [colin]      0.9.12cvs37.3
13628
13629         * src/alertpanel.c
13630         * src/alertpanel.h
13631                 Add a way to specify panel type for specific
13632                 panels (alertpanel())
13633         * src/account.c
13634         * src/addressbook.c
13635         * src/compose.c
13636         * src/expldifdlg.c
13637         * src/main.c
13638         * src/messageview.c
13639         * src/summaryview.c
13640         * src/textview.c
13641         * src/gtk/sslcertwindow.c
13642                 Fix alertpanel()s so that their icon match
13643                 their real type
13644
13645 2004-07-28 [paul]       0.9.12cvs37.2
13646
13647         * src/addr_compl.c
13648         * src/addressbook.c
13649         * src/alertpanel.c
13650         * src/compose.c
13651         * src/export.c
13652         * src/foldersel.c
13653         * src/folderview.c
13654         * src/grouplistdialog.c
13655         * src/import.c
13656         * src/mainwindow.c
13657         * src/message_search.c
13658         * src/messageview.c
13659         * src/passphrase.c
13660         * src/prefs_actions.c
13661         * src/prefs_common.c
13662         * src/prefs_customheader.c
13663         * src/prefs_display_header.c
13664         * src/prefs_filtering.c
13665         * src/prefs_filtering_action.c
13666         * src/prefs_gtk.c
13667         * src/prefs_matcher.c
13668         * src/prefs_msg_colors.c
13669         * src/prefs_summary_column.c
13670         * src/prefs_template.c
13671         * src/sourcewindow.c
13672         * src/ssl_manager.c
13673         * src/summary_search.c
13674         * src/gtk/colorsel.c
13675         * src/gtk/description_window.c
13676         * src/gtk/gtkaspell.c
13677         * src/gtk/inputdialog.c
13678         * src/gtk/logwindow.c
13679         * src/gtk/prefswindow.c
13680         * src/gtk/progressdialog.c
13681                 replace deprecated gtk_window_set_policy
13682
13683 2004-07-27 [colin]      0.9.12cvs37.1
13684
13685         * src/msgcache.c
13686                 More fixes (synced for head again)
13687
13688 2004-07-27 [colin]      0.9.12cvs35.3
13689
13690         * src/msgcache.c
13691                 Fix wrong test
13692
13693 2004-07-27 [colin]      0.9.12cvs35.2
13694
13695         * src/mimeview.c
13696                 Fix width a bit (by Paul)
13697         * src/alertpanel.c
13698         * src/alertpanel.h
13699                 Specialize icons, make alertpanel_message()
13700                 private
13701         * src/message_search.c
13702         * src/sgpgme.c
13703         * src/summary_search.c
13704                 Suit alertpanel changes
13705
13706 2004-07-27 [colin]      0.9.12cvs35.1
13707
13708         * src/alertpanel.c
13709                 Add an icon
13710         * src/passphrase.c
13711                 Add debug output - maybe someone will
13712                 want to look at the problem with Grab
13713                 Input :)
13714         Bump version as we're synced with HEAD
13715
13716 2004-07-26 [colin]      0.9.12cvs33.26
13717
13718         * src/pop.c
13719                 Fix uidl-file parsing when not in new
13720                 format
13721
13722 2004-07-26 [colin]      0.9.12cvs33.25
13723
13724         * src/gtk/menu.c
13725                 Move popup menu up if necessary (fixes 
13726                 account selector)
13727         * src/mainwindow.c
13728                 Set account selector's button height to
13729                 minimum
13730
13731 2004-07-26 [colin]      0.9.12cvs33.24
13732
13733         * src/alertpanel.c
13734                 Maybe fix 551 (Truncated font in alert window)
13735
13736 2004-07-26 [colin]      0.9.12cvs33.23
13737
13738         * po/de.po
13739         * po/es.po
13740         * po/fr.po
13741         * po/it.po
13742         * po/ja.po
13743         * po/pl.po
13744         * po/ru.po
13745         * po/sk.po
13746         * po/sr.po
13747         * po/zh_CN.po
13748                 Sync po files with HEAD
13749
13750 2004-07-26 [paul]       0.9.12cvs33.22
13751
13752         * src/compose.c
13753                 fix Bug 556 'Organisation-header is sent even if empty'
13754
13755 2004-07-24 [colin]      0.9.12cvs33.21
13756
13757         * src/compose.c
13758         * src/gtk/gtkaspell.c
13759         * src/gtk/gtkaspell.h
13760                 Fix speller accelerators (require hack)
13761
13762 2004-07-24 [colin]      0.9.12cvs33.20
13763
13764         * src/gtk/gtkaspell.c
13765                 Fix over-eager code deletion breaking
13766                 Check while typing
13767
13768 2004-07-24 [colin]      0.9.12cvs33.19
13769
13770         * src/browseldap.c
13771         * src/ldapctrl.c
13772         * src/ldapctrl.h
13773         * src/ldapserver.h
13774                 Sync ldap with HEAD
13775         (Fixes 546 LDAP completely broken)
13776
13777 2004-07-24 [colin]      0.9.12cvs33.18
13778
13779         * src/prefs_msg_colors.c
13780                 Fix prototype mismatch
13781         (Fixes 547 void function cannot return value)
13782
13783 2004-07-24 [colin]      0.9.12cvs33.17
13784
13785         * src/mainwindow.c
13786                 Fix sort going back to previous sort key
13787                 when changing sort direction
13788
13789 2004-07-24 [colin]      0.9.12cvs33.16
13790
13791         * src/compose.c
13792                 Fix space insertion when re-wrapping at 
13793                 cursor point
13794
13795 2004-07-24 [colin]      0.9.12cvs33.15
13796
13797         * src/gtk/gtkaspell.c
13798                 Don't change cursor position in insert-text
13799                 callback
13800         (Fixes 539 Word wrapping on input transposes letters)
13801
13802 2004-07-24 [colin]      0.9.12cvs33.14
13803
13804         * src/gtk/gtkaspell.c
13805                 Reencode non-ascii chars to dictionary's
13806                 encoding
13807         (Fixes 544 Spell check broken non english locale)
13808
13809 2004-07-24 [colin]      0.9.12cvs33.13
13810
13811         * src/summaryview.c
13812                 Fix Shift+Down, add Home/End/PgUp/PgDown
13813
13814 2004-07-21 [colin]      0.9.12cvs33.12
13815
13816         * src/prefs_common.c
13817                 Fix a gtk warning (Patch by Andrej Kacian)
13818
13819 2004-07-21 [colin]      0.9.12cvs33.11
13820
13821         * src/gtk/filesel.c
13822                 More check
13823
13824 2004-07-21 [colin]      0.9.12cvs33.10
13825
13826         * src/compose.c
13827         * src/crash.c
13828         * src/export.c
13829         * src/import.c
13830         * src/messageview.c
13831         * src/mimeview.c
13832         * src/prefs_spelling.c
13833         * src/prefs_themes.c
13834         * src/summaryview.c
13835         * src/gtk/filesel.c
13836         * src/gtk/filesel.h
13837         * src/gtk/pluginwindow.c
13838                 Untwist open/save mode guessing logic, make
13839                 it explicit
13840
13841 2004-07-20 [colin]      0.9.12cvs33.9
13842
13843         * src/codeconv.c
13844                 conv_encode_header: src_charset is UTF-8 on
13845                 gtk2
13846         * src/compose.c
13847                 Remove double encoding of the headers
13848
13849 2004-07-20 [colin]      0.9.12cvs33.8
13850
13851         * src/codeconv.c
13852                 Fix typo
13853
13854 2004-07-20 [colin]      0.9.12cvs33.7
13855
13856         * src/mainwindow.c
13857                 Set the separated messageview to the saved
13858                 size of Claws' messageview (Patch by Alfons)
13859                 Fix a callback prototype (me)
13860
13861 2004-07-20 [colin]      0.9.12cvs33.6
13862
13863         * src/codeconv.h
13864                 Forgot one hunk in 0.9.12cvs33.4
13865
13866 2004-07-19 [colin]      0.9.12cvs33.5
13867
13868         * src/action.c
13869                 Action output fix
13870                 Patch by Alfons
13871
13872 2004-07-19 [colin]      0.9.12cvs33.4
13873
13874         * src/compose.c
13875                 Fix outgoing charset bug in headers
13876         * src/codeconv.c
13877                 Clean for glib2 - Patch by Alfons
13878
13879 2004-07-19 [colin]      0.9.12cvs33.3
13880
13881         * src/statusbar.c
13882                 Remove grip from the statusbar
13883                 Patch by Alfons
13884
13885 2004-07-19 [colin]      0.9.12cvs33.2
13886
13887         * src/messageview.c
13888         * src/textview.c
13889                 Fix messageview remembering the previous
13890                 scroll position when loading a new message
13891                 Patch by Alfons
13892
13893 2004-07-19 [colin]      0.9.12cvs33.1
13894
13895         * src/folder.h
13896         * src/folderview.c
13897         * src/summaryview.c
13898                 Sync with HEAD
13899
13900 2004-07-18 [colin]      0.9.12cvs32.7
13901
13902         * configure.ac
13903                 Remove useless check for XIM - noticed
13904                 by Alfons
13905
13906 2004-07-18 [colin]      0.9.12cvs32.6
13907
13908         * src/summaryview.c
13909                 Remove non-modified and shift-modified
13910                 accelerators in summaryview's popup
13911                 menu, as that doesn't get catched by
13912                 the accel-activate signal catcher...
13913
13914 2004-07-18 [colin]      0.9.12cvs32.5
13915
13916         * src/prefs_common.c
13917                 Define sensible default prefs for 
13918                 wrapping
13919
13920 2004-07-18 [colin]      0.9.12cvs32.4
13921
13922         * src/compose.c
13923         * src/prefs_common.c
13924         * src/prefs_common.h
13925         * src/prefs_wrapping.c
13926                 Remove Smart Wrapping pref, which does
13927                 nothing on gtk2 branch
13928
13929 2004-07-18 [colin]      0.9.12cvs32.3
13930
13931         * src/sourcewindow.c
13932                 Proper utf8
13933
13934 2004-07-18 [colin]      0.9.12cvs32.2
13935
13936         * src/compose.c
13937                 Save attachment status when drafting
13938
13939 2004-07-18 [colin]      0.9.12cvs32.1
13940
13941         * src/gtk/filesel.c
13942                 Fix erratic folder selection in open mode
13943
13944 2004-07-18 [colin]      0.9.12cvs31.11
13945
13946         * src/pop.c
13947                 Don't let partial messages get deleted
13948                 even with "dowload all"
13949                 (0.9.12cvs31.8 fix extension)
13950 2004-07-18 [colin]      0.9.12cvs31.10
13951
13952         * src/gtk/logwindow.c
13953                 Fix log scrolling
13954
13955 2004-07-18 [colin]      0.9.12cvs31.9
13956
13957         * src/common/utils.c
13958                 Fix non-utf8 strings coming from commands
13959                 and files
13960
13961 2004-07-18 [colin]      0.9.12cvs31.8
13962
13963         * src/pop.c
13964                 Fix partial download bug with Download all
13965                 messages option
13966
13967 2004-07-18 [colin]      0.9.12cvs31.7
13968
13969         * src/textview.c
13970                 Fix bug introduced in 0.9.12cvs31.2
13971                 (blocked in select mode after double click)
13972
13973 2004-07-18 [colin]      0.9.12cvs31.6
13974
13975         * src/compose.c
13976         * src/gtk/menu.c
13977                 More glib-warning fixes
13978
13979 2004-07-18 [colin]      0.9.12cvs31.5
13980
13981         * src/compose.c
13982                 Fix trashing the primary clipboard when moving 
13983                 around with tab
13984         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
13985
13986 2004-07-18 [colin]      0.9.12cvs31.4
13987
13988         * src/codeconv.c
13989                 convert unencoded iso headers to utf8
13990         (Fix Bug 538 Unencoded local characters in subject make it 
13991          disappear)
13992
13993 2004-07-18 [colin]      0.9.12cvs31.3
13994
13995         * src/compose.c
13996                 Fix tab char handling in wrapping
13997         (Fix Bug 537 Line wrap problem - TAB character treated as 
13998          one character instead of 8)
13999
14000 2004-07-18 [colin]      0.9.12cvs31.2
14001
14002         * src/textview.c
14003                 return FALSE on GDK_MOTION_NOTIFY
14004         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14005          (unable to highlight))
14006
14007 2004-07-18 [colin]      0.9.12cvs31.1
14008
14009         * src/folderview.c
14010                 Sync with 0.9.12cvs31
14011
14012 2004-07-18 [colin]      0.9.12cvs30.4
14013
14014         * src/compose.c
14015                 Also block text_inserted when inserting a file
14016
14017 2004-07-18 [colin]      0.9.12cvs30.3
14018
14019         * src/compose.c
14020                 Fix smart wrapping (block text_inserted handler
14021                 while putting quotation to avoid wrap on input,
14022                 don't join lines if next is sig separator)
14023
14024 2004-07-17 [colin]      0.9.12cvs30.2
14025
14026         * src/folderview.c
14027         * src/mainwindow.c
14028         * src/mimeview.c
14029         * src/summaryview.c
14030         * src/gtk/quicksearch.c
14031         * src/gtk/quicksearch.h
14032                 Block key events handlers *and* accels while
14033                 quicksearch is focused
14034         (Fixes Bug 534 quick-search bar not accepting certain letters)
14035
14036 2004-07-17 [colin]      0.9.12cvs30.1
14037
14038         * src/folder.h
14039         * src/folderview.c
14040         * src/summaryview.c
14041                 Sync with 0.9.12cvs30
14042
14043 2004-07-17 [colin]      0.9.12cvs28.2
14044
14045         * src/mimeview.c
14046         * src/procmime.c
14047         * src/summaryview.c
14048         * src/gtk/menu.c
14049                 Squash some compile and glib warnings
14050
14051 2004-07-17 [paul]       0.9.12cvs28.1
14052
14053         * src/mimeview.c
14054                 sync with 0.9.12cvs28 HEAD
14055
14056 2004-07-16 [paul]       0.9.12cvs26.1
14057         
14058         * src/gtk/quicksearch.c
14059         * src/account.c
14060         * src/account.h
14061         * src/compose.c
14062         * src/customheader.c
14063         * src/folder_item_prefs.c
14064         * src/main.c
14065         * src/mainwindow.c
14066         * src/messageview.c
14067         * src/mimeview.c
14068         * src/news.c
14069         * src/pgpmime.c
14070         * src/pop.c
14071         * src/pop.h
14072         * src/prefs_account.c
14073         * src/prefs_account.h
14074         * src/prefs_common.c
14075         * src/prefs_common.h
14076         * src/prefs_display_header.c
14077         * src/prefs_gtk.c
14078         * src/prefs_gtk.h
14079         * src/procheader.c
14080         * src/procmime.c
14081                 sync with 0.9.12cvs26 HEAD      
14082
14083 2004-07-15 [colin]      0.9.12cvs18.14
14084
14085         * src/folder.c
14086                 Disable GPG signature check during
14087                 folder move and scan
14088         (Closes Bug 521 Signature checking slows down Folder-Move)
14089
14090 2004-07-14 [colin]      0.9.12cvs18.13
14091
14092         * src/common/partial_download.c
14093                 update includes
14094
14095 2004-07-14 [colin]      0.9.12cvs18.12
14096
14097         * src/common/partial_download.c
14098         * src/common/partial_download.h
14099                 Move doc at top, add correct copyright
14100
14101 2004-07-14 [colin]      0.9.12cvs18.11
14102
14103         * src/folder.c
14104         * src/messageview.c
14105         * src/pop.c
14106         * src/pop.h
14107         * src/procmsg.c
14108         * src/summaryview.c
14109         * src/common/Makefile.am
14110         * src/common/partial_download.c ** NEW FILES **
14111         * src/common/partial_download.h ** NEW FILES **
14112                 Move partial-download related stuff to its
14113                 own file
14114
14115 2004-07-14 [colin]      0.9.12cvs18.10
14116
14117         * src/send_message.c
14118                 Fix smtp auth when user is null or empty
14119
14120 2004-07-13 [colin]      0.9.12cvs18.9
14121
14122         * src/gtk/quicksearch.c
14123                 Use alphabetic order
14124
14125 2004-07-13 [colin]      0.9.12cvs18.8
14126
14127         * src/pop.c
14128                 Be paranoid on the checks
14129
14130 2004-07-13 [colin]      0.9.12cvs18.7
14131
14132         * src/gtk/quicksearch.c
14133                 Fix Engrish once again
14134
14135 2004-07-13 [colin]      0.9.12cvs18.6
14136
14137         * src/procmsg.c
14138         * src/summaryview.c
14139                 Mark messages for deletion when they are about to
14140                 be removed from trash
14141
14142 2004-07-13 [colin]      0.9.12cvs18.5
14143
14144         * src/matcher.c
14145         * src/matcher.h
14146         * src/matcher_parser_parse.y
14147         * src/prefs_matcher.c
14148         * src/gtk/quicksearch.c
14149                 Add 'partial' ('p') match string to find partially
14150                 downloaded messages
14151
14152 2004-07-13 [colin]      0.9.12cvs18.4
14153
14154         * src/pop.c
14155                 Fix misplaced block
14156
14157 2004-07-13 [colin]      0.9.12cvs18.3
14158
14159         * src/pop.c
14160         * src/pop.h
14161         * src/messageview.c
14162                 Refactor API (to avoid passing 5+ params and code
14163                 duplication)
14164         * src/folder.c
14165         * src/msgcache.c
14166         * src/procheader.c
14167         * src/common/defs.h
14168                 Add planned_download to cache
14169                 Don't mess uidl file when moving partially downloaded
14170                 mails (they change folder, we should change it in the
14171                 uidl list too or we'll remove an incorrect message)
14172                 (this also helps removing hacks when changing 
14173                 planned_download in messageview.c)
14174
14175 2004-07-12 [colin]      0.9.12cvs18.2
14176
14177         * src/gtk/quicksearch.c
14178                 Fix missing status update in quicksearch
14179
14180 2004-07-12 [paul]       0.9.12cvs18.1
14181
14182         * po/POTFILES.in
14183         * src/Makefile.am
14184         * src/account.c
14185         * src/codeconv.c
14186         * src/compose.c
14187         * src/inc.c
14188         * src/main.c
14189         * src/prefs_common.c
14190         * src/procmsg.h
14191         * src/toolbar.c
14192         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14193         * src/prefs_wrapping.[ch]       ** NEW FILES **
14194         * src/common/intl.h
14195         * src/common/utils.[ch]
14196         * src/gtk/quicksearch.[ch]
14197                 sync with 0.9.12cvs18 HEAD
14198
14199 2004-07-12 [colin]      0.9.11cvs17.25
14200
14201         * src/folder.c
14202         * src/folder.h
14203                 Remove unused function added by me in 0.9.11cvs17.10
14204
14205 2004-07-11 [colin]      0.9.11cvs17.24
14206
14207         * src/inc.c
14208         * src/messageview.c
14209         * src/pop.c
14210         * src/pop.h
14211                 Use folderitem and msgnum instead of filename to
14212                 know which mail to delete
14213                 Move old partial mail deletion to pop.c
14214
14215 2004-07-10 [colin]      0.9.11cvs17.23
14216
14217         * src/inc.c
14218                 Add debug
14219         * src/pop.c
14220         * src/pop.h
14221                 Don't re-use same enums for unrelated stuff: it's 
14222                 completely misleading !
14223                 Document a bit
14224
14225 2004-07-09 [colin]      0.9.11cvs17.22
14226
14227         * src/inc.c
14228                 Remove folder-type check and do
14229                 more tests to be sure everything's
14230                 ok
14231         * src/messageview.c
14232                 Punctuation update, remove useless
14233                 code, fix two warnings
14234         * src/noticeview.c
14235                 Layout cleaning, reset 2nd button
14236                 when specifying one
14237
14238 2004-07-09 [colin]      0.9.11cvs17.21
14239
14240         * src/messageview.c
14241         * src/pop.c
14242         * src/pop.h
14243                 Allow user to change his mind
14244                 and postpone decision (by
14245                 unmarking the mail)
14246
14247 2004-07-09 [colin]      0.9.11cvs17.20
14248
14249         * src/messageview.c
14250                 Fix bug with delete state
14251         * src/pop.c
14252         * src/pop.h
14253                 Fix buffer leak (fread doesn't 
14254                 terminate buffers with \0)
14255                 Refactoring (remove magic 
14256                 numbers)
14257
14258 2004-07-09 [colin]      0.9.11cvs17.19
14259
14260         * src/pop.c
14261                 Don't log "Skipping message" if 
14262                 we're going to TOP it two lines
14263                 later
14264
14265 2004-07-09 [colin]      0.9.11cvs17.18
14266
14267         * src/messageview.c
14268                 Fix Engrish
14269
14270 2004-07-09 [colin]      0.9.11cvs17.17
14271
14272         * src/pop.c
14273                 strlen checking...
14274         * src/messageview.c
14275                 refactoring a bit
14276
14277 2004-07-08 [colin]      0.9.11cvs17.16
14278
14279         * src/noticeview.c
14280         * src/noticeview.h
14281                 Add an optional second button
14282         * src/messageview.c
14283         * src/pop.c
14284         * src/pop.h
14285                 Don't delete partially received mails after a certain
14286                 time; rather, let the user decide.
14287
14288 2004-07-08 [colin]      0.9.11cvs17.15
14289
14290         * src/common/smtp.h
14291                 Sync with HEAD
14292
14293 2004-07-08 [colin]      0.9.11cvs17.14
14294
14295         * src/messageview.c
14296         * src/common/smtp.c
14297                 Use to_human_readable() for sizes
14298
14299 2004-07-08 [colin]      0.9.11cvs17.13
14300
14301         * src/inc.c
14302         * src/messageview.c
14303         * src/pop.c
14304         * src/pop.h
14305         * src/procmsg.c
14306                 Fix partial-downloading issues:
14307                         catch unsupported TOP
14308                         don't delete partially downloaded mails before 5 days
14309                         don't update existing with non-MH folders; that'll
14310                         make dups, but it's better than trashing the folder
14311                         free new msginfo parts
14312                 Fix indentation ;-)
14313
14314 2004-07-08 [colin]      0.9.11cvs17.12
14315
14316         * src/common/smtp.c
14317         * src/common/smtp.h
14318                 Sync smtp size verification with HEAD
14319
14320 2004-07-08 [colin]      0.9.11cvs17.11
14321
14322         * src/summaryview.c
14323         * src/prefs_common.c
14324         * src/prefs_common.h
14325         * src/gtk/quicksearch.c
14326         * src/gtk/quicksearch.h
14327                 Sync sticky pref with HEAD
14328
14329 2004-07-08 [colin]      0.9.11cvs17.10
14330
14331         * src/folder.c [1.213.2.6]
14332         * src/folder.h [1.87.2.6]
14333         * src/inc.c [1.149.2.7]
14334         * src/messageview.c [1.94.2.8]
14335         * src/procheader.c [1.47.2.6]
14336         * src/procmsg.c [1.150.2.4]
14337         * src/procmsg.h [1.60.2.5]
14338         * src/pop.c [1.56.2.4]
14339         * src/pop.h [1.17.2.3]
14340                 Let too big messages get downloaded, but truncated
14341                 Add a button to download them completely
14342                 
14343 2004-07-06 [colin]      0.9.11cvs17.9
14344
14345         * src/gtk/quicksearch.c [1.1.2.3]
14346                 Add a Clear button
14347         * commitHelper
14348         * PATCHSETS
14349                 Add a script to help with cvs
14350
14351 2004-07-03 [colin]      0.9.11cvs17.8
14352
14353         * src/plugins/imageviewer/viewer.c
14354                 fix imageviewer (which was staying on the first
14355                 displayed image)
14356
14357 2004-07-03 [colin]      0.9.11cvs17.7
14358
14359         Removed FIXME_GTK2 warnings
14360         * src/gtk/gtkutils.c
14361                 useless #warnings
14362         * src/gtk/menu.c
14363                 useless #warnings (no need to mess with menu rc)
14364         * src/gtk/menu.h
14365                 unused functions
14366         
14367
14368 2004-07-03 [colin]      0.9.11cvs17.6
14369
14370         Removed FIXME_GTK2 warnings
14371         * src/codeconv.c
14372                 useless #warnings (rewrite needed)
14373         * src/compose.c
14374                 useless #warnings (rewrite needed)
14375                 useless #warnings (gtk2 is like that)
14376                 useless #warnings (previously fixed)
14377         * src/main.c
14378                 useless #warnings (previously fixed)
14379         * src/message_search.c
14380                 useless #warnings (gtk2 is like that)
14381                 Made apparent that search is case-sensitive
14382         * src/mimeview.c
14383                 useless #warnings (rewrite needed)
14384                 useless #warnings (gtk2 is like that)
14385                 reimplemented real warnings
14386         * src/prefs_common.c
14387                 Removed block cursor option (not it gtk2)
14388         * src/prefs_gtk.c
14389                 useless #warnings (rewrite needed)
14390         * src/procheader.c
14391                 useless #warnings (rewrite needed)
14392         * src/sourcewindow.c
14393                 useless #warnings (incorrect placing)
14394         * src/summary_search.c
14395                 useless #warnings (gtk2 is like that)
14396                 Made apparent that search is case-sensitive
14397         * src/action.c
14398                 useless #warnings (gtk2 is like that)
14399         * src/textview.c
14400                 useless #warnings (rewrite needed)
14401         * src/toolbar.c
14402                 useless #warnings (rewrite needed)
14403
14404 2004-07-03 [colin]      0.9.11cvs17.5
14405
14406         * src/textview.c
14407                 Fix mismerge which broke URI opening
14408                 
14409 2004-07-01 [colin]      0.9.11cvs17.4
14410
14411         * src/gtk/filesel.c
14412                 Fill filename when saving
14413                 
14414 2004-06-27 [colin]      0.9.11cvs17.3
14415
14416         * src/gtk/filesel.[ch]
14417                 Use the new GTK file selector
14418                 Update prototype to match the reality: multiple file
14419                 selection is open-only          
14420         * src/compose.c
14421                 Match the new prototypes        
14422         * configure.ac
14423                 Match the new requirements (gtk 2.4.0)
14424                         
14425 2004-06-26 [colin]      0.9.11cvs17.2
14426
14427         * src/plugins/trayicon/trayicon.c
14428                 Remove useless signal handler on resize, which causes
14429                 an infinite "loop"
14430         
14431 2004-06-26 [colin]      0.9.11cvs17.1
14432         
14433         * tools/Makefile.am
14434                 remove launch_firebird and add nautilus2sylpheed.sh
14435         * src/quicksearch.c
14436           src/summaryview.c
14437                 Fix show/hide "Extended symbols" button problem
14438                 Fix apparition at startup
14439                 Fix const warnings
14440         * src/plugins/image_viewer/Makefile.am
14441                 Fix configure 
14442         * common/ssl.c
14443                 Re-enable certificate check, as it doesn't seem to
14444                 cause Xlib errors anymore
14445
14446 2004-06-25 [paul]       0.9.11cvs17
14447
14448         * sync with 0.9.11cvs17 HEAD
14449         
14450         NOTE: QuickSearch is broken
14451
14452 2004-06-07 [colin]      0.9.10claws67.10
14453         * src/plugins/trayicon/trayicon.c
14454           src/plugins/trayicon/libeggtrayicon/Makefile.am
14455           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14456                 Fix gettextization in trayicon plugin
14457
14458 2004-06-07 [colin]      0.9.10claws67.9
14459         
14460         * src/summaryview.c
14461           src/gtk/gtksctree.[ch]
14462                 Let Shift+{Up,Down} work in summaryview
14463                 (well, Down "works" and Up works)
14464                 Let the list scroll when using these keys
14465
14466 2004-06-06 [colin]      0.9.10claws67.8
14467
14468         * src/plugins/trayicon/trayicon.c
14469                 Fix pixmap update
14470
14471 2004-06-06 [colin]      0.9.10claws67.7
14472
14473         * src/addressbook.c
14474                 Fix signal handling causing system-wide focus grab
14475
14476 2004-05-25 [paul]       0.9.10claws67.6
14477
14478         * Makefile.am
14479           src/Makefile.am
14480                 clean up
14481
14482 2004-05-25 [paul]       0.9.10claws67.5
14483
14484         * replace deprecated gtk_signal... functions
14485
14486 2004-05-23 [colin]      0.9.10claws67.4
14487
14488         * src/compose.c
14489                 Fix wrapping
14490
14491 2004-05-22 [colin]      0.9.10claws67.3
14492
14493         * src/compose.c
14494                 Re-fix [Edited] in compose.c::compose_reedit()
14495
14496 2004-05-22 [colin]      0.9.10claws67.2
14497
14498         * src/procmime.c
14499                 Fix parsing of multiparts mails
14500
14501 2004-05-22 [colin]      0.9.10claws67.1
14502
14503         * src/summaryview.c
14504                 Fix quicksearch
14505
14506 2004-05-22 [paul]       0.9.10claws67
14507
14508         * sync with 0.9.10claws67 HEAD
14509
14510 2004-05-14 [alfons]
14511
14512         * src/procmime.h
14513                 add forgotton prototype
14514
14515 2004-05-10 [paul]       0.9.10claws57
14516
14517         * sync with 0.9.10claws57 HEAD
14518
14519 2004-05-05 [paul]       0.9.9.claws1
14520
14521         * ChangeLog-gtk2        ** REMOVED **
14522           ChangeLog-gtk2.claws  ** ADDED **
14523                 rename and adopt the normal claws format
14524                 
14525         * configure.ac
14526                 require gtkmathview >= 0.5
14527
14528         * ac/*                          ** REMOVED **
14529           ac/                           ** REMOVED **
14530           intl/Makefile.in              ** REMOVED **
14531           m4/                           ** ADDED **
14532           m4/missing                    ** ADDED **
14533           m4/missing/gdk-pixbuf.m4      ** ADDED **
14534           m4/missing/gettext.m4         ** ADDED **
14535           m4/missing/gpgme.m4           ** ADDED **
14536           m4/missing/imlib.m4           ** ADDED **
14537           m4/.cvsignore                 ** ADDED **
14538           m4/Makefile.am                ** ADDED **
14539           m4/README                     ** ADDED **
14540           m4/aclocal-include.m4         ** ADDED **
14541           m4/aspell.m4                  ** ADDED **
14542           m4/check-type.m4              ** ADDED **
14543           m4/gnupg-check-typedef.m4     ** ADDED **
14544           m4/openssl.m4                 ** ADDED **
14545           m4/spamassassin.m4            ** ADDED **
14546           po/ChangeLog                  ** REMOVED **
14547           po/Makefile.in.in             ** REMOVED **
14548           po/Rules-quot                 ** REMOVED **
14549           po/boldquot.sed               ** REMOVED **
14550           po/en@boldquot.header         ** REMOVED **
14551           po/en@quot.header             ** REMOVED **
14552           po/insert-header.sin          ** REMOVED **
14553           po/quot.sed                   ** REMOVED **
14554           po/remove-potcdate.sed        ** REMOVED **
14555           po/remove-potcdate.sin        ** REMOVED **
14556           po/stamp-po                   ** REMOVED **
14557           Makefile.am
14558           autogen.sh
14559           configure.ac
14560                 enable building with automake 1.8.x
14561                 add 'autopoint --force' to autogen.sh and remove all
14562                 auto-generated files, remove ac/ directory and use
14563                 m4/ directory instead
14564                 
14565         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14566                 fix gettextization
14567
14568 2004-02-28 Colin Leroy <colin@colino.net>
14569         * src/prefs_matcher.c
14570           src/prefs_filtering.c
14571           src/prefs_filtering_action.c
14572                 Fix non-editable GtkEntries
14573
14574 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14575         * src/prefs_themes.c
14576                 utf8 conversion for theme info
14577
14578 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14579         * sync 0.9.9claws
14580
14581 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14582         * src/grouplistdialog.c
14583                 allow multiple selections without ctrl key
14584
14585 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14586         * src/main.c
14587                 enable customizable accelerators
14588
14589 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14590         * src/prefs_common.c
14591                 re-enable different font settings for gtk1/2
14592         * src/prefs_folder_item.c
14593                 fix folder prefs displayed wrong
14594         * src/textview.c
14595                 set 'sunken' shadow type
14596
14597 2004-02-07 Colin Leroy <colin@colino.net>
14598         * src/compose.c
14599                 Fix message being always [Edited]
14600                 Encode headers correctly (utf8 buf)
14601
14602 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14603         * src/socket.c
14604                 remove double g_source_attach()
14605                 (Thanks to Colin Leroy)
14606
14607 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14608         * src/gtk/gtksctree.c
14609                 Fix SSL certificate list not shown
14610         * src/mimeview.c
14611                 Fix clicks in mime tree
14612
14613 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14614         * src/common/socket.c
14615                 Fix SSL receive
14616         * src/compose.c
14617                 Fix clipboard menu hotkeys
14618
14619 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14620         * src/gtk/gtkaspell.[ch]
14621           src/compose.c
14622                 reimplement spellchecker
14623
14624 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14625         * src/gtk/filesel.c
14626                 crash when inserting file in compose window
14627                 (TODO: keep old selection on clicks)
14628         * src/main.c
14629                 use gtkrc-2.0 instead of gtkrc
14630
14631 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14632         * src/messageview.c
14633                 remove orphaned mimeview unref()
14634
14635 2004-01-20 Thorsten Maerz <torte@netztorte.de>
14636         * src/grouplistdialog.c
14637                 expand nodes containing subscribed groups
14638
14639 2004-01-19 Thorsten Maerz <torte@netztorte.de>
14640         * src/textview.c
14641                 textview: hide cursor, restore old click behaviour
14642
14643 2004-01-18 Thorsten Maerz <torte@netztorte.de>
14644         * src/textview.c
14645                 variable names messed up
14646
14647 2004-01-17 Colin Leroy <colin@colino.net>
14648         * src/addr_compl.c
14649                 Fix completion address too thin
14650         * src/compose.c
14651                 Fix tab-to-subject behaviour
14652         * src/summaryview.c
14653                 Implement key up & down in summaryview
14654
14655 2004-01-12 Thorsten Maerz <torte@netztorte.de>
14656
14657         * sync 098claws
14658
14659 2004-01-08 Thorsten Maerz <torte@netztorte.de>
14660         * configure.ac
14661           Makefile.am
14662           doc/.cvsignore
14663           doc/Makefile.am
14664                 faq, man, manual moved to doc/
14665         * ac/aspell.m4
14666           ac/check-type.m4
14667           ac/gnupg-check-typedef.m4
14668           ac/openssl.m4
14669           ac/spamassassin.m4
14670           ac/missing/gdk-pixbuf.m4
14671           ac/missing/gpgme.m4
14672           ac/missing/imlib.m4
14673                 fix automake warnings
14674
14675 2003-12-06 Colin Leroy <colin@colino.net>
14676         * src/summaryview.c
14677                 Fix quicksearch
14678
14679 2003-12-05 Colin Leroy <colin@colino.net>
14680         * src/summaryview.c
14681                 Fix going to next unread folder
14682
14683 2003-12-05 Colin Leroy <colin@colino.net>
14684         * src/crash.c
14685                 Fix gtk2 compilation
14686         * src/session.c
14687                 Remove iotag source handler at disconnection
14688         * src/socket.[ch] 
14689                 Remove source handler when closing socket 
14690                 (fixes another seg)
14691
14692 2003-12-04 Colin Leroy <colin@colino.net>
14693         * src/compose.c
14694           src/prefs_account.c
14695           src/prefs_common.c
14696                 Fix some dropdown menus
14697
14698 2003-12-04 Colin Leroy <colin@colino.net>
14699         * src/compose.c
14700                 Fix event handlers on header fields
14701         * src/common/socket.c
14702           src/common/session.c
14703                 Fix segfault with callback (SSL)
14704                 Fix end of session 
14705
14706 2003-10-06 Thorsten Maerz <torte@netztorte.de>
14707
14708         * Fix compile bug in src/compose.c
14709         * removed src/gtk/gtkstext.[ch]
14710
14711 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
14712
14713         * Convert character set and escape "text" attributes in toolbar setting
14714         files.
14715         * Fixed bug in button-press-event handling.
14716
14717 2003-09-16 Thorsten Maerz <torte@netztorte.de>
14718
14719         * Fixed bug in key-press-event handling.
14720
14721 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
14722
14723         * Enabled to compile tray-icon plugin (Ad-hoc).
14724         * Avoid hang up bug of icon list in mime view (Ad-hoc).
14725
14726 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
14727
14728         * Enabled to compile on sylpheed-claws.
14729         (tray-icon plugin still cannot compile yet.)
14730
14731 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
14732
14733         * Updated to 0.9.5.
14734
14735 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
14736
14737         * Updated to 0.9.4.
14738         * Ported monitoring SSL mechanism to GSource of GLib2
14739         (I don't confirm it)
14740         * Added _gtk2 suffix to key name of font preference to avoid
14741         ovverwriting preference of Gtk+-1.2 version.
14742
14743 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
14744
14745         * Updated to 0.9.2.
14746
14747 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
14748
14749         * Updated to 0.9.1.
14750         * Translate po files into UTF-8 when execute autogen.sh.
14751
14752 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
14753
14754         * Updated to 0.9.0.
14755
14756 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
14757
14758         * Plugged GError related memory leaks.
14759
14760 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
14761
14762         * Changed default size of fonts.
14763         * Enabled to set titile font size of warning dialog.
14764
14765 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
14766
14767         * Embed a sylpheed icon into executable binary on Windows.
14768
14769 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
14770
14771         * I forgot to traslate character set of element string in src/xml.c.
14772
14773 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
14774
14775         * Fixed detecting bind_textdomain_codeset in configure.in.
14776         * The bug in which "Example" of "Date fromat" preference isn't displayed
14777         correctly has been fixed.
14778
14779 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
14780
14781         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
14782           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
14783           glib-gettextize
14784           Removed intl directory.
14785           Translated po files into UTF-8.
14786           (Thanks! Ryuji Abe)
14787
14788 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
14789
14790         * The bug which doesn't unscape string in xml.c has been fixed.
14791
14792 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
14793
14794         * The bug which is failed to translate encoding of file name thorough
14795         file dialog has been fixed.
14796
14797 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
14798
14799         * Modified to translate file names which is used in inporting/expoting
14800         mbox feature and "Save as" feature into locale encoding.
14801         * Translate file names into locale encoding when "Attache file" and
14802         "Insert file".
14803         * Force set G_BROKEN_FILENAMES environment variable.
14804         * Other minor fixes.
14805
14806 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
14807
14808         * Modified to treat MH folder's name as locale encoding.
14809
14810 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
14811
14812         * The bug which clash on switching candidates of auto completion of
14813         addresses, cannot use auto completion in Japanesse is fixed
14814         (Thanks! Tokunaga-san)¡¥
14815
14816 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14817
14818         * The bug which cannot switch key accelerator preference has been fixed
14819         (Thanks! smbd-san)¡¥
14820
14821 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14822
14823         * version 0.8.11-gtk2-20030314
14824
14825 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
14826
14827         * The bug in which character set conversion of filtering messages has
14828         been fixed.(Thanks! COCOA-san).
14829
14830 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
14831
14832         * Revived "Leave space on head" preference in "Message" category.
14833         * A bug which clash when put the cursor to end of buffer and execute
14834         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
14835
14836 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
14837
14838         * version 0.8.11-gtk2-20030312
14839
14840 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
14841
14842         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
14843         * Modified to use Pango's API directly for font preference.
14844         * Integrated GtkTextView of textview to one widget.
14845         * Set fonts of header title in textview by "header_title" tag.
14846         * Removed some deprecated codes.
14847
14848 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
14849
14850         * Updated to 0.8.11.
14851         * Merged cygwin patch(Thanks! Sakai-san).
14852
14853 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
14854
14855         * version 0.8.10-gtk2-20030309