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