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