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