2006-12-14 [colin] 2.6.1cvs35
[claws.git] / ChangeLog
1 2006-12-14 [colin]      2.6.1cvs35
2
3         * src/main.c
4                 "Yes" should be the default choice for
5                 migration configuration
6
7 2006-12-14 [paul]       2.6.1cvs34
8
9         * src/prefs_summaries.c
10         * manual/advanced.xml
11                 Unhide mark_as_read_delay
12
13 2006-12-14 [paul]       2.6.1cvs33
14
15         * src/messageview.c
16         * src/messageview.h
17         * src/mimeview.c
18         * src/mimeview.h
19         * src/summaryview.c
20         * src/textview.c
21         * src/textview.h
22                 Fix printing of selection
23                 Fix printing of message parts
24                 Fix printing of images
25         * src/gtk/gtksourceprintjob.c
26                 Fix page count when there are images
27
28 2006-12-14 [wwp]        2.6.1cvs32
29
30         * src/mainwindow.c
31         * src/summaryview.c
32         * src/summaryview.h
33         * src/gtk/quicksearch.c
34                 fix quicksearch 'magnify' button status when QS is closed
35                 using the Escape key, thanks to Colin.
36
37 2006-12-14 [wwp]        2.6.1cvs31
38
39         * src/mainwindow.c
40         * src/summaryview.c
41         * src/summaryview.h
42         * src/gtk/quicksearch.c
43                 fix quicksearch 'magnify' button status when QS is closed
44                 using the Escape key, thanks to Colin.
45
46 2006-12-13 [colin]      2.6.1cvs30
47
48         * src/ldapquery.c
49         * src/ldaputil.c
50                 Use the binary safe version of ldap_get_values,
51                 to make sure we manipulate null-terminated 
52                 strings. Maybe fixes bug 1075, 'claws mail 
53                 segfault when completing ldap adresses'
54         * src/syldap.c ** REMOVED **
55         * src/syldap.h ** REMOVED **
56                 Remove dead files
57
58 2006-12-13 [mones]      2.6.1cvs29
59
60         * po/es.po
61                 Fixed piped strings, fixed click translation
62
63 2006-12-13 [paul]       2.6.1cvs28
64
65         * src/main.c
66                 don't translate these strings
67
68 2006-12-13 [paul]       2.6.1cvs27
69
70         * po/en_GB.po
71                 updated
72
73 2006-12-13 [colin]      2.6.1cvs26
74
75         * src/main.c
76         * src/main.h
77                 Add claws_is_starting()
78
79 2006-12-13 [mones]      2.6.1cvs25
80
81         * manual/es/advanced.xml
82         * po/es.po
83                 Synced manual and updated translation
84
85 2006-12-12 [colin]      2.6.1cvs24
86
87         * src/wizard.c
88                 Add an option to use STARTTLS in the
89                 welcome wizard. Fixes bug 1080, 
90                 'Using SSL option in wizard for incoming 
91                 server does not activate SSL with STARTTLS'
92
93 2006-12-12 [colin]      2.6.1cvs23
94
95         * src/main.c
96                 Don't exit when there's an incomplete
97                 mailbox configured - leaves a chance 
98                 to fix a failing IMAP account. Exit
99                 if no mailbox at all is loaded (case
100                 of missing plugin).
101                 Completes bug 1077's fix (I was wrong
102                 in this bug's comment #3).
103
104 2006-12-12 [colin]      2.6.1cvs22
105
106         * src/gtk/menu.h
107                 Add another menu data type
108         * src/prefs_account.c
109                 Complete the completion of bug 1076
110                 (doesn't lose the pref on apply)
111
112 2006-12-12 [paul]       2.6.1cvs21
113
114         * src/prefs_account.c
115                 complete the fix of bug 1076
116                 also be more verbose with the text
117
118 2006-12-12 [paul]       2.6.1cvs20
119
120         * src/gtk/combobox.c
121                 fix compilation warning
122
123 2006-12-11 [colin]      2.6.1cvs19
124
125         * src/wizard.c
126                 Document :port in server entry tooltips
127
128 2006-12-11 [colin]      2.6.1cvs18
129
130         * src/main.c
131                 Fix compile
132
133 2006-12-11 [colin]      2.6.1cvs17
134
135         * src/main.c
136                 Add failing IMAP as a reason for no
137                 mailbox
138
139 2006-12-11 [colin]      2.6.1cvs16
140
141         * src/prefs_account.c
142                 Check for existence of inbox for local
143                 accounts too
144         * src/wizard.c
145                 Allow setting the port to use for servers
146                 by using the usual "server.example.com:port"
147                 syntax. Fixes bug 1077, 'sylpheed-claws does 
148                 not start when IMAP server is unavailable'
149
150 2006-12-11 [colin]      2.6.1cvs15
151
152         * src/prefs_account.c
153                 Prevent use of non-existing default inbox
154
155 2006-12-11 [colin]      2.6.1cvs14
156
157         * src/prefs_account.c
158                 Fix sensitivity. Fixes bug 1076, 'privacy 
159                 options are displayed even when pgp plugin 
160                 not loaded / available'
161
162 2006-12-09 [colin]      2.6.1cvs13
163
164         * manual/advanced.xml
165         * src/prefs_common.c
166         * src/prefs_common.h
167         * src/common/ssl_certificate.c
168                 Add a new hidden preference, 'unsafe_ssl_certs',
169                 which allows to store multiple certificates per
170                 server/port. This is disabled by default because
171                 it's less secure (presenting a new certificate
172                 instead of a changed one raises less alarms).
173                 This will cause Claws to ask about an unknown
174                 certificate for people who have used 2.6.1cvs8
175                 or greater.
176
177 2006-12-09 [colin]      2.6.1cvs12
178
179         * src/action.c
180                 Fix cache updating after action
181
182 2006-12-07 [wwp]        2.6.1cvs11
183
184         * src/compose.c
185                 fix email address comparison when replying to all
186                 (avoid replying to ourselves), thanks to Colin.
187
188 2006-12-06 [paul]       2.6.1cvs10
189
190         * src/addrharvest.c
191         * src/editldap.c
192         * src/expldifdlg.c
193         * src/news.c
194         * src/toolbar.c
195         * src/common/utils.c
196                 ...and more renaming
197                 Thanks to Colin
198
199 2006-12-06 [paul]       2.6.1cvs9
200
201         * src/compose.c
202         * src/messageview.c
203         * src/procheader.c
204         * src/procmime.c
205         * src/procmsg.c
206         * src/textview.c
207                 more renaming
208                 Thanks to Colin
209
210 2006-12-06 [colin]      2.6.1cvs8
211
212         * src/ssl_manager.c
213         * src/common/ssl_certificate.c
214         * src/common/ssl_certificate.h
215                 Handle multiple certificates per host/port
216
217 2006-12-06 [colin]      2.6.1cvs7
218
219         * src/etpan/imap-thread.c
220                 Fix certificate checking on IMAP
221
222 2006-12-06 [colin]      2.6.1cvs6
223
224         * src/folderview.c
225                 Fix bug 1072, 'Claws stops fetching newsgroups 
226                 from server when newsgroup got deleted': continue
227                 checking other groups
228
229 2006-12-05 [wwp]        2.6.1cvs5
230
231         * src/message_search.c
232         * src/summary_search.c
233         * src/gtk/combobox.c
234         * src/gtk/combobox.h
235         * src/gtk/gtkutils.c
236         * src/gtk/gtkutils.h
237                 make up and down arrow keys in modern gtk_combo_box_entry widgets
238                 behave like w/ old comboboxes (summary and message search only).
239
240 2006-12-05 [paul]       2.6.1cvs4
241
242         * src/wizard.c
243                 encode headers
244                 Thanks to Colin
245
246 2006-12-05 [paul]       2.6.1cvs3
247
248         * tools/README
249         * tools/textviewer.pl
250                 script updated and description added
251
252 2006-12-04 [colin]      2.6.1cvs2
253
254         * src/compose.c
255                 Run pre-send hook only when checking
256                 everything
257
258 2006-12-04 [paul]       2.6.1cvs1
259
260         * NEWS
261         * README
262         * RELEASE_NOTES
263         * configure.ac
264         * tools/README
265                 bump up version number following stable release
266
267 2006-12-04 [paul]       2.6.0cvs83
268
269         * README
270                 updates and corrections
271
272 2006-12-04 [colin]      2.6.0cvs82
273
274         * src/common/utils.c
275                 Probably fix bug 1066, 'Incorrect mailbox 
276                 size displayed'
277
278 2006-12-04 [colin]      2.6.0cvs81
279
280         * src/common/utils.c
281                 Trim tabs from mailcap file too.
282
283 2006-12-02 [paul]       2.6.0cvs80
284
285         * src/exphtmldlg.c
286                 fix broken GUI under certain languages
287         * src/expldifdlg.c
288                 put the Cancel button to the right
289
290 2006-12-01 [paul]       2.6.0cvs79
291
292         * tools/Makefile.am
293                 remove reference to removed file
294
295 2006-12-01 [wwp]        2.6.0cvs78
296
297         * src/addressbook.c
298         * src/editaddress.c
299                 remove forgotten debug statements.
300
301 2006-12-01 [wwp]        2.6.0cvs77
302
303         * manual/advanced.xml
304         * manual/fr/advanced.xml
305         * src/addressbook.c
306         * src/addressbook.h
307         * src/addressitem.h
308         * src/editaddress.c
309         * src/editaddress.h
310         * src/prefs_common.c
311         * src/prefs_common.h
312         * src/gtk/gtkutils.c
313         * src/gtk/gtkutils.h
314                 add a hidden option to allow embedding the editaddress (edit contact details)
315                 dialog into the addressbook's window. This doesn't change the default
316                 behaviour.
317
318 2006-12-01 [wwp]        2.6.0cvs76
319
320         * src/message_search.c
321         * src/summary_search.c
322                 fix more focus issues (don't set focus to combobox's entry widget when
323                 entry's value changed, if entry widget has focus already).
324
325 2006-12-01 [wwp]        2.6.0cvs75
326
327         * src/gtk/quicksearch.c
328                 revert last changes to the quicksearch gtk_combo_box, this needs more
329                 tuning and testing.
330
331 2006-12-01 [paul]       2.6.0cvs74
332
333         * tools/kdeservicemenu/README
334         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
335         * tools/kdeservicemenu/install.sh
336         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
337         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
338                 simplify this stuff, and in so doing,
339                 fix it. (possibly re-extend it again at
340                 a later date)
341
342 2006-12-01 [wwp]        2.6.0cvs73
343
344         * src/gtk/quicksearch.c
345                 adapt quicksearch code to use modern gtk_combo_box'es.
346
347 2006-12-01 [wwp]        2.6.0cvs72
348
349         * src/common/defs.h
350         * src/prefs_common.c
351         * src/prefs_common.h
352         * src/message_search.c
353         * src/summary_search.c
354         * src/gtk/combobox.c
355         * src/gtk/combobox.h
356                 add history combos to all message and summary search fields.
357
358 2006-12-01 [wwp]        2.6.0cvs71
359
360         * src/summaryview.c
361                 As the list may change while the mark as read delay
362                 runs, we can't rely on the 'row' pointer, which can
363                 be invalid when the timeout is called. As the mark
364                 as read is only done if the message is still selected,
365                 use summaryview->selected instead. Thanks to Colin.
366
367 2006-11-30 [paul]       2.6.0cvs70
368
369         * src/textview.c
370                 give emphasis to "Sylpheed-Claws"
371                 as well as "Claws Mail"
372
373 2006-11-30 [colin]      2.6.0cvs69
374
375         * src/wizard.c
376                 Put the SSL checkboxes in the receiving
377                 and sending server pages.
378
379 2006-11-29 [colin]      2.6.0cvs68
380
381         * src/gtk/gtkutils.c
382         * src/gtk/gtkvscrollbutton.c
383                 Revert some deprecated fixes - they seem to
384                 deprecate stuff as soon as a new one gets out.
385                 g_object_ref_sink needed glib-2.10.
386
387 2006-11-29 [colin]      2.6.0cvs67
388
389         * src/common/utils.c
390                 Create .mailcap if it doesn't exist
391
392 2006-11-29 [colin]      2.6.0cvs66
393
394         * src/compose.c
395                 Followup to cvs60: use original list
396                 of recipients if replying to a mail
397                 in Sent Drafts or Queue.
398
399 2006-11-27 [paul]       2.6.0cvs65
400
401         * src/image_viewer.c
402                 revert the last change for now (it's broken)
403
404 2006-11-27 [paul]       2.6.0cvs64
405
406         * Makefile.am
407         * configure.ac
408         * m4/aclocal-include.m4
409         * m4/check-type.m4
410         * src/Makefile.am
411         * src/addr_compl.c
412         * src/compose.c
413         * src/crash.c
414         * src/export.c
415         * src/exporthtml.c
416         * src/exportldif.c
417         * src/imap.c
418         * src/import.c
419         * src/main.c
420         * src/main.h
421         * src/matcher.c
422         * src/mimeview.c
423         * src/procmsg.c
424         * src/textview.c
425         * src/common/Makefile.am
426         * src/common/claws.c
427         * src/common/claws.h
428         * src/common/ssl.c
429         * src/common/sylpheed.c
430         * src/common/sylpheed.h
431         * src/etpan/Makefile.am
432         * src/gtk/Makefile.am
433         * src/gtk/claws-marshal.list
434         * src/gtk/filesel.c
435         * src/gtk/gtksctree.c
436         * src/gtk/quicksearch.c
437         * src/gtk/sylpheed-marshal.list
438         * src/plugins/bogofilter/bogofilter.c
439         * src/plugins/bogofilter/bogofilter_gtk.c
440         * src/plugins/clamav/clamav_plugin.c
441         * src/plugins/clamav/clamav_plugin_gtk.c
442         * src/plugins/demo/demo.c
443         * src/plugins/dillo_viewer/dillo_viewer.c
444         * src/plugins/pgpcore/Makefile.am
445         * src/plugins/pgpcore/claws.def
446         * src/plugins/pgpcore/pgp_viewer.c
447         * src/plugins/pgpcore/plugin.c
448         * src/plugins/pgpcore/sylpheed.def
449         * src/plugins/pgpinline/Makefile.am
450         * src/plugins/pgpinline/claws.def
451         * src/plugins/pgpinline/plugin.c
452         * src/plugins/pgpinline/sylpheed.def
453         * src/plugins/pgpmime/Makefile.am
454         * src/plugins/pgpmime/claws.def
455         * src/plugins/pgpmime/plugin.c
456         * src/plugins/pgpmime/sylpheed.def
457         * src/plugins/spamassassin/spamassassin.c
458         * src/plugins/spamassassin/spamassassin_gtk.c
459         * src/plugins/trayicon/trayicon.c
460                 yet more renaming
461                 remove deprecated gtk_tooltips_set_delay()
462
463 2006-11-26 [paul]       2.6.0cvs63
464
465         * src/expldifdlg.c
466         * src/folderview.c
467         * src/image_viewer.c
468         * src/mainwindow.c
469         * src/gtk/gtkutils.c
470         * src/gtk/gtkvscrollbutton.c
471         * src/gtk/prefswindow.c
472         * src/plugins/pgpcore/prefs_gpg.c
473                 replace more deprecated GTK+ functions
474
475 2006-11-26 [paul]       2.6.0cvs62
476
477         * src/addr_compl.c
478         * src/addressbook.c
479         * src/browseldap.c
480                 replace deprecated gtk_idle_... functions
481
482 2006-11-26 [paul]       2.6.0cvs61
483
484         * src/compose.c
485         * src/folderview.c
486         * src/inc.c
487         * src/summaryview.c
488         * src/gtk/gtkvscrollbutton.c
489         * src/gtk/quicksearch.c
490         * src/plugins/pgpcore/passphrase.c
491                 replace deprecated gtk_timeout_add and
492                 gtk_timeout_remove
493
494 2006-11-26 [paul]       2.6.0cvs60
495
496         * src/compose.c
497                 fix bug that caused the wrong recipient
498                 to be selected when replying to a msg
499                 which is From one of our accounts to
500                 another of our accounts
501
502 2006-11-25 [paul]       2.6.0cvs59
503
504         * src/summaryview.c
505                 don't change the From column title to
506                 To if the To column is visible
507
508 2006-11-24 [paul]       2.6.0cvs58
509
510         * src/compose.c
511                 fix bug 1069, 'Sent mails disappear, BCC
512                 or locking problem?'
513
514 2006-11-21 [wwp]        2.6.0cvs57
515
516         * src/compose.c
517                 fix spelling menu when replying (same as 2.3.1cvs39):
518                 discrepancy between context menu and top menu when
519                 folder's dictionary isn't the default one.
520
521 2006-11-19 [paul]       2.6.0cvs56
522
523         * src/summaryview.c
524                 obey always_show_msg option when
525                 marking as spam
526         * src/plugins/bogofilter/bogofilter.c
527                 fix typo
528
529 2006-11-18 [paul]       2.6.0cvs55
530
531         * AUTHORS
532         * README
533         * debian/copyright
534         * manual/ack.xml
535         * manual/es/ack.xml
536         * manual/fr/ack.xml
537         * manual/pl/ack.xml
538         * src/gtk/authors.h
539         * src/gtk/icon_legend.c
540         * src/gtk/icon_legend.h
541         * tools/OOo2claws-mail.pl
542         * tools/README
543         * tools/acroread2claws-mail.pl
544         * tools/claws.i18n.status.pl
545         * tools/filter_conv.pl
546         * tools/filter_conv_new.pl
547         * tools/freshmeat_search.pl
548         * tools/google_search.pl
549         * tools/kmail2claws-mail.pl
550         * tools/kmail2claws-mail_v2.pl
551         * tools/maildir2claws-mail.pl
552         * tools/make.themes.project
553         * tools/multiwebsearch.pl
554         * tools/outlook2claws-mail.pl
555         * tools/tb2claws-mail
556         * tools/kdeservicemenu/README
557         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
558                 update mine and wwp's email addresses in
559                 several places
560                 Patch by wwp
561         * src/prefs_compose_writing.c
562                 set sensitivity on 'new message format' frame
563
564 2006-11-17 [paul]       2.6.0cvs54
565
566         * src/gtk/about.c
567                 more reworking of the GUI
568                 Patch by Fabien Vantard
569
570 2006-11-16 [paul]       2.6.0cvs53
571
572         * src/gtk/about.c
573                 set a minimum size for the window, allow
574                 it to automatically expand as necessary
575
576 2006-11-16 [wwp]        2.6.0cvs52
577
578         * src/gtk/about.c
579                 better wrap of copyright info on some systems.
580
581 2006-11-16 [paul]       2.6.0cvs51
582
583         * src/gtk/about.c
584                 move the tech info from the upper panel
585                 to the Info tab
586                 use a gtk_text_view for the features tab
587
588 2006-11-16 [paul]       2.6.0cvs50
589
590         * po/Makevars
591                 update my email address
592         * src/addressbook.c
593         * src/compose.c
594         * src/imap_gtk.c
595         * src/mh_gtk.c
596         * src/news_gtk.c
597         * src/summaryview.c
598         * src/plugins/trayicon/trayicon.c
599                 don't offer simple menu separators
600                 for translation
601         * src/folderview.c
602                 add separator between 'mark all read'
603                 and 'search folder'
604
605 2006-11-15 [wwp]        2.6.0cvs49
606
607         * src/gtk/authors.h
608                 updated manuals authors.
609
610 2006-11-14 [paul]       2.6.0cvs48
611
612         * src/compose.c
613                 Fix Options/Reply mode after draft save
614
615 2006-11-14 [paul]       2.6.0cvs47
616
617         * src/Makefile.am
618                 Fix make DESTDIR=...
619         * src/mbox.c
620                 Optimise speed
621         * src/plugins/pgpinline/pgpinline.c
622                 Probably fix bug 1061
623
624 2006-11-14 [paul]       2.6.0cvs46
625
626         * po/Makevars
627                 enable Q_ macro
628         * src/Makefile.am
629         * src/stock_pixmap.c
630         * src/stock_pixmap.h
631         * src/gtk/about.c
632         * src/pixmaps/active.xpm
633         * src/pixmaps/inactive.xpm
634                 add a new page, 'Features', to the About dialog
635                 showing which features are compiled in and which
636                 are not
637
638 2006-11-14 [paul]       2.6.0cvs45
639
640         * po/ru.po
641                 updated by Pavlo Bohmat
642
643 2006-11-14 [colin]      2.6.0cvs44
644
645         * src/compose.c
646         * src/inc.c
647         * src/messageview.c
648         * src/news.c
649         * src/pop.c
650         * src/procmsg.c
651         * src/gtk/gtkaspell.c
652                 Fix 64-bit-related warnings
653         * src/ssl_manager.c
654                 Fix possible infinite loop
655         * src/plugins/pgpcore/sgpgme.c
656                 Remove useless check
657
658 2006-11-13 [colin]      2.6.0cvs43
659
660         * src/gtk/Makefile.am
661                 authors.h isn't generated
662
663 2006-11-13 [colin]      2.6.0cvs42
664
665         * src/plugins/pgpinline/pgpinline.c
666         * src/plugins/pgpmime/pgpmime.c
667                 Very probably fix bug 1061, 'crash on 
668                 opening signed email'. Another cast
669                 problem
670
671 2006-11-13 [colin]      2.6.0cvs41
672
673         * src/plugins/pgpcore/sgpgme.c
674                 Maybe fix bug 1061, 'crash on opening 
675                 signed email'
676
677 2006-11-13 [wwp]        2.6.0cvs40
678
679         * src/plugins/pgpinline/pgpinline.c
680                 fix candidate for bug #1057, thanks to Colin.
681
682 2006-11-13 [wwp]        2.6.0cvs39
683
684         * src/compose.c
685         * src/quote_fmt_parse.y
686                 fix bug 1052: current parser buffer was not always 
687                 allocated, ptr to this buffer could be returned as 
688                 NULL whereas no parser error has occurred. in 
689                 consequence, defining a template body as "%d" 
690                 (w/o the quotes) for the first time of the instance 
691                 of claws-mail, was reporting a parser error. make 
692                 sure that the buffer is always allocated, even to 
693                 an empty string.
694                 fix mis-unescaping in compose.:compose_quote_fmt(): 
695                 unescaping of the fmt string was always done 
696                 whereas it must be done *only* when receiving 
697                 quote format strings issued from the prefs 
698                 (compose new message, reply, forward, redirect 
699                 formats), *not* when applying templates.  in 
700                 consequences, applying templates w/ sequences 
701                 like \\|p{echo} were failing. make sure that 
702                 unescaping is done only when necessary.
703
704 2006-11-12 [colin]      2.6.0cvs38
705
706         * po/de.po
707                 Fix typo (s/KB/MB)
708
709 2006-11-12 [colin]      2.6.0cvs37
710
711         * src/plugins/pgpinline/pgpinline.c
712         * src/plugins/pgpmime/pgpmime.c
713                 Release GPG context at the latest 
714                 possible moment. Maybe fixes 
715                 bug 1057, 'crash on sending signed 
716                 message to a newsgroup'
717                 
718
719 2006-11-12 [colin]      2.6.0cvs36
720
721         * src/plugins/pgpcore/sgpgme.c
722                 Tell a bit more when gpg's status doesn't
723                 contain any signature
724
725 2006-11-12 [colin]      2.6.0cvs35
726
727         * src/compose.c
728                 Fix bug 1060, 'compilation error with 
729                 Irix's cc'
730
731 2006-11-12 [paul]       2.6.0cvs34
732
733         * doc/man/claws-mail.1
734         * src/prefs_gtk.c
735         * src/plugins/clamav/README
736         * src/plugins/spamassassin/README
737         * tools/README
738         * tools/freshmeat_search.pl
739         * tools/google_search.pl
740         * tools/multiwebsearch.pl
741                 more renaming
742         * src/plugins/trayicon/trayicon.c
743                 fix compiliation warning
744
745 2006-11-11 [colin]      2.6.0cvs33
746
747         * src/folderview.c
748                 Forbid drag and drop from/to different
749                 folders of type F_UNKNOWN
750
751 2006-11-11 [colin]      2.6.0cvs32
752
753         * src/plugins/pgpinline/pgpinline.c
754                 Fix typo in previous commit:
755                 - gpgme_new(&ctx);
756                 + if ((err = gpgme_new(&data->ctx)) ...)
757
758 2006-11-11 [colin]      2.6.0cvs31
759
760         * src/plugins/pgpinline/pgpinline.c
761         * src/plugins/pgpmime/pgpmime.c
762                 Check success after calling gpgme_new
763                 Maybe fixes bug 1057, 'crash on sending 
764                 signed message to a newsgroup'
765
766 2006-11-11 [colin]      2.6.0cvs30
767
768         * src/undo.c
769                 init undostruct to 0s (from
770                 valgrind log of bug 1057)
771
772 2006-11-10 [colin]      2.6.0cvs29
773
774         * src/mainwindow.c
775                 Set cursor to wait before filtering
776                 duplicates in all folders
777         * src/plugins/bogofilter/bogofilter.c
778         * src/plugins/bogofilter/bogofilter.h
779         * src/plugins/bogofilter/bogofilter_gtk.c
780                 Completely thread away the bogofilter
781                 filtering
782
783 2006-11-10 [mones]      2.6.0cvs28
784
785         * src/compose.c
786         * src/compose.h
787                 added COMPOSE_CHECK_BEFORE_SEND hook
788
789 2006-11-10 [paul]       2.6.0cvs27
790
791         * src/crash.c
792                 more renaming
793                 add libSM to get_compiled_in_features()
794         * src/main.c
795                 more renaming
796
797 2006-11-10 [colin]      2.6.0cvs26
798
799         * src/etpan/imap-thread.c
800                 Add a reference to libetpan's sasl engine
801                 so that sasl_done() doesn't get called by
802                 libetpan, and doesn't break openssl.
803                 Should fix bug 1053, 'SC fails to reestablish 
804                 a secure connection'
805                 Patch by Hoa
806
807 2006-11-10 [colin]      2.6.0cvs25
808
809         * manual/addrbook.xml
810         * manual/advanced.xml
811         * manual/faq.xml
812         * manual/intro.xml
813                 Some more renaming
814
815 2006-11-09 [colin]      2.6.0cvs24
816
817         * src/plugins/bogofilter/bogofilter_gtk.c
818                 Add comment about annoyance
819
820 2006-11-09 [colin]      2.6.0cvs23
821
822         * src/plugins/bogofilter/bogofilter.c
823         * src/plugins/bogofilter/bogofilter_gtk.c
824                 Prepare things needed to thread bogofilter
825                 filtering: separate bogo stuff and possible GUI
826                 stuff. 
827
828 2006-11-09 [colin]      2.6.0cvs22
829
830         * src/account.c
831         * src/compose.c
832                 Search for one of our accounts in Delivered-To
833                 (helps for auto-account selection when 
834                  replying/forwarding)
835         * src/folderview.c
836         * src/mainwindow.c
837         * src/mainwindow.h
838         * src/plugins/trayicon/trayicon.c
839                 Allow opening a new mail with any account from
840                 the contextual menu
841
842 2006-11-09 [wwp]        2.6.0cvs21
843
844         * src/compose.c
845         * src/prefs_common.c
846         * src/prefs_common.h
847         * src/prefs_compose_writing.c
848                 add a compose new message format (in prefs/compose/writing), it's a
849                 simple subject+body template to use when opening a new composition
850                 window. It's similar to the existent reply and forward formats.
851
852                 enhanced the template/format % symbols substitution mechanism to
853                 use current composition window information when % are used in
854                 the compose new message format or in templates applied to new
855                 messages (there were useless in that situations before). When
856                 applied to new messages, %d corresponds to the system time/date.
857
858 2006-11-09 [paul]       2.6.0cvs20
859
860         * src/gtk/authors.h
861                 fix last commit
862
863 2006-11-09 [paul]       2.6.0cvs19
864
865         * src/gtk/authors.h
866                 keep tje alphabetical order
867
868 2006-11-08 [colin]      2.6.0cvs18
869
870         * src/etpan/imap-thread.c
871                 Fix bug 1054, 'Slowness logging big 
872                 data chunks'
873
874 2006-11-08 [paul]       2.6.0cvs17
875
876         * tools/Makefile.am
877                 fix the renaming
878
879 2006-11-08 [paul]       2.6.0cvs16
880
881         * src/common/defs.h
882                 update BUGZILLA_URI
883
884 2006-11-08 [paul]       2.6.0cvs15
885
886         * tools/Makefile.am
887         * tools/OOo2claws-mail.pl
888         * tools/OOo2sylpheed.pl
889         * tools/README
890         * tools/acroread2claws-mail.pl
891         * tools/acroread2sylpheed.pl
892         * tools/kmail2claws-mail.pl
893         * tools/kmail2claws-mail_v2.pl
894         * tools/kmail2sylpheed.pl
895         * tools/kmail2sylpheed_v2.pl
896         * tools/maildir2claws-mail.pl
897         * tools/maildir2sylpheed.pl
898         * tools/nautilus2claws-mail.sh
899         * tools/nautilus2sylpheed.sh
900         * tools/outlook2claws-mail.pl
901         * tools/outlook2sylpheed.pl
902         * tools/tb2claws-mail
903         * tools/tb2sylpheed
904         * tools/tbird2claws.py
905         * tools/tbird2syl.py
906         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
907         * tools/kdeservicemenu/install.sh
908         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
909         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
910         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
911         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
912         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
913                 renamed (removed, added) tools files
914
915 2006-11-08 [paul]       2.6.0cvs14
916
917         * src/main.c
918         * src/common/defs.h
919                 Migrate sylpheedrc to clawsrc, and fix the standard
920                 plugins path in the process
921
922 2006-11-07 [colin]      2.6.0cvs13
923
924         * src/Makefile.am
925                 Symlink sylpheed-claws relative to 
926                 claws-mail
927
928 2006-11-07 [colin]      2.6.0cvs12
929
930         * src/compose.c
931                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
932
933 2006-11-07 [paul]       2.6.0cvs11
934
935         * src/gtk/about.c
936                 Fix a missed occurence of
937                 Sylpheed-Claws
938
939 2006-11-07 [paul]       2.6.0cvs10
940
941         * src/Makefile.am
942                 Fix symlink installation
943
944 2006-11-07 [paul]       2.6.0cvs9
945
946         * src/Makefile.am
947                 Symlink claws-mail to sylpheed-claws
948         * src/common/utils.c
949                 Fix migrating symlinks
950         * src/etpan/imap-thread.c
951                 check certificate only when there's
952                 no error
953
954 2006-11-07 [paul]       2.6.0cvs8
955
956         * Makefile.am
957                 Fix icon breakages with Gtk, which needs a 
958                 cache updated to see them.
959
960 2006-11-07 [paul]       2.6.0cvs7
961
962         * .cvsignore
963         * AUTHORS
964         * COPYING
965         * INSTALL
966         * Makefile.am
967         * NEWS
968         * README
969         * RELEASE_NOTES
970         * autogen.sh
971         * claws-mail-128x128.png
972         * claws-mail-64x64.png
973         * claws-mail.ico
974         * claws-mail.pc.in
975         * claws-mail.png
976         * configure.ac
977         * sylpheed-claws-128x128.png
978         * sylpheed-claws-64x64.png
979         * sylpheed-claws.desktop
980         * sylpheed-claws.ico
981         * sylpheed-claws.pc.in
982         * sylpheed-claws.png
983         * debian/README.Debian
984         * debian/changelog
985         * debian/claws-mail.desktop
986         * debian/claws-mail.menu
987         * debian/claws-mail.postinst.debhelper
988         * debian/claws-mail.postrm.debhelper
989         * debian/control
990         * debian/copyright
991         * debian/files
992         * debian/rules
993         * debian/sylpheed-claws.desktop
994         * debian/sylpheed-claws.menu
995         * debian/sylpheed-claws.postinst.debhelper
996         * debian/sylpheed-claws.postrm.debhelper
997         * doc/man/Makefile.am
998         * doc/man/claws-mail.1
999         * doc/man/sylpheed-claws.1
1000         * doc/src/ChangeLog.claws-pre0.8.0
1001         * manual/Makefile.am
1002         * manual/account.xml
1003         * manual/ack.xml
1004         * manual/addrbook.xml
1005         * manual/advanced.xml
1006         * manual/claws-mail-manual.xml
1007         * manual/faq.xml
1008         * manual/glossary.xml
1009         * manual/handling.xml
1010         * manual/intro.xml
1011         * manual/keyboard.xml
1012         * manual/plugins.xml
1013         * manual/starting.xml
1014         * manual/sylpheed-claws-manual.xml
1015         * manual/xml2pdf
1016         * manual/dist/.cvsignore
1017         * manual/dist/html/.cvsignore
1018         * manual/dist/html/Makefile.am
1019         * manual/dist/pdf/.cvsignore
1020         * manual/dist/pdf/Makefile.am
1021         * manual/dist/ps/.cvsignore
1022         * manual/dist/ps/Makefile.am
1023         * manual/dist/txt/.cvsignore
1024         * manual/dist/txt/Makefile.am
1025         * manual/es/Makefile.am
1026         * manual/es/advanced.xml
1027         * manual/es/claws-mail-manual.xml
1028         * manual/es/faq.xml
1029         * manual/es/glossary.xml
1030         * manual/es/handling.xml
1031         * manual/es/intro.xml
1032         * manual/es/plugins.xml
1033         * manual/es/sylpheed-claws-manual.xml
1034         * manual/es/dist/.cvsignore
1035         * manual/es/dist/html/.cvsignore
1036         * manual/es/dist/html/Makefile.am
1037         * manual/es/dist/pdf/.cvsignore
1038         * manual/es/dist/pdf/Makefile.am
1039         * manual/es/dist/ps/.cvsignore
1040         * manual/es/dist/ps/Makefile.am
1041         * manual/es/dist/txt/.cvsignore
1042         * manual/es/dist/txt/Makefile.am
1043         * manual/fr/Makefile.am
1044         * manual/fr/account.xml
1045         * manual/fr/ack.xml
1046         * manual/fr/addrbook.xml
1047         * manual/fr/advanced.xml
1048         * manual/fr/claws-mail-manual.xml
1049         * manual/fr/faq.xml
1050         * manual/fr/glossary.xml
1051         * manual/fr/handling.xml
1052         * manual/fr/intro.xml
1053         * manual/fr/keyboard.xml
1054         * manual/fr/plugins.xml
1055         * manual/fr/starting.xml
1056         * manual/fr/sylpheed-claws-manual.xml
1057         * manual/fr/dist/.cvsignore
1058         * manual/fr/dist/html/.cvsignore
1059         * manual/fr/dist/html/Makefile.am
1060         * manual/fr/dist/pdf/.cvsignore
1061         * manual/fr/dist/pdf/Makefile.am
1062         * manual/fr/dist/ps/.cvsignore
1063         * manual/fr/dist/ps/Makefile.am
1064         * manual/fr/dist/txt/.cvsignore
1065         * manual/fr/dist/txt/Makefile.am
1066         * manual/pl/Makefile.am
1067         * manual/pl/account.xml
1068         * manual/pl/ack.xml
1069         * manual/pl/addrbook.xml
1070         * manual/pl/advanced.xml
1071         * manual/pl/claws-mail-manual.xml
1072         * manual/pl/faq.xml
1073         * manual/pl/glossary.xml
1074         * manual/pl/handling.xml
1075         * manual/pl/intro.xml
1076         * manual/pl/keyboard.xml
1077         * manual/pl/plugins.xml
1078         * manual/pl/starting.xml
1079         * manual/pl/sylpheed-claws-manual.xml
1080         * manual/pl/dist/.cvsignore
1081         * manual/pl/dist/html/.cvsignore
1082         * manual/pl/dist/html/Makefile.am
1083         * manual/pl/dist/pdf/.cvsignore
1084         * manual/pl/dist/pdf/Makefile.am
1085         * manual/pl/dist/ps/.cvsignore
1086         * manual/pl/dist/ps/Makefile.am
1087         * manual/pl/dist/txt/.cvsignore
1088         * manual/pl/dist/txt/Makefile.am
1089         * po/.cvsignore
1090         * po/Makevars
1091         * src/.cvsignore
1092         * src/Makefile.am
1093         * src/account.c
1094         * src/account.h
1095         * src/action.c
1096         * src/action.h
1097         * src/adbookbase.h
1098         * src/addr_compl.c
1099         * src/addr_compl.h
1100         * src/addrbook.c
1101         * src/addrcache.c
1102         * src/addrcache.h
1103         * src/addrcindex.c
1104         * src/addrcindex.h
1105         * src/addrclip.c
1106         * src/addrclip.h
1107         * src/addrdefs.h
1108         * src/addressadd.c
1109         * src/addressadd.h
1110         * src/addressbook.c
1111         * src/addressbook.h
1112         * src/addressbook_foldersel.c
1113         * src/addressbook_foldersel.h
1114         * src/addrgather.c
1115         * src/addrgather.h
1116         * src/addrharvest.c
1117         * src/addrharvest.h
1118         * src/addrindex.c
1119         * src/addrindex.h
1120         * src/addritem.c
1121         * src/addritem.h
1122         * src/addrquery.c
1123         * src/addrquery.h
1124         * src/addrselect.c
1125         * src/addrselect.h
1126         * src/alertpanel.c
1127         * src/alertpanel.h
1128         * src/browseldap.c
1129         * src/browseldap.h
1130         * src/codeconv.c
1131         * src/codeconv.h
1132         * src/compose.c
1133         * src/crash.c
1134         * src/crash.h
1135         * src/customheader.c
1136         * src/customheader.h
1137         * src/displayheader.c
1138         * src/displayheader.h
1139         * src/editaddress.c
1140         * src/editaddress.h
1141         * src/editbook.c
1142         * src/editbook.h
1143         * src/editgroup.c
1144         * src/editgroup.h
1145         * src/editjpilot.c
1146         * src/editjpilot.h
1147         * src/editldap.c
1148         * src/editldap.h
1149         * src/editldap_basedn.c
1150         * src/editldap_basedn.h
1151         * src/editvcard.c
1152         * src/editvcard.h
1153         * src/exphtmldlg.c
1154         * src/exphtmldlg.h
1155         * src/expldifdlg.c
1156         * src/expldifdlg.h
1157         * src/export.c
1158         * src/exporthtml.c
1159         * src/exporthtml.h
1160         * src/exportldif.c
1161         * src/exportldif.h
1162         * src/filtering.c
1163         * src/filtering.h
1164         * src/folder.c
1165         * src/folder.h
1166         * src/folder_item_prefs.c
1167         * src/folder_item_prefs.h
1168         * src/foldersel.c
1169         * src/foldersel.h
1170         * src/folderutils.c
1171         * src/folderutils.h
1172         * src/folderview.c
1173         * src/folderview.h
1174         * src/grouplistdialog.c
1175         * src/grouplistdialog.h
1176         * src/html.c
1177         * src/html.h
1178         * src/image_viewer.c
1179         * src/image_viewer.h
1180         * src/imap.c
1181         * src/imap.h
1182         * src/imap_gtk.c
1183         * src/imap_gtk.h
1184         * src/import.c
1185         * src/import.h
1186         * src/importldif.c
1187         * src/importldif.h
1188         * src/importmutt.c
1189         * src/importmutt.h
1190         * src/importpine.c
1191         * src/importpine.h
1192         * src/inc.c
1193         * src/inc.h
1194         * src/jpilot.c
1195         * src/jpilot.h
1196         * src/ldapctrl.c
1197         * src/ldapctrl.h
1198         * src/ldaplocate.c
1199         * src/ldaplocate.h
1200         * src/ldapquery.c
1201         * src/ldapquery.h
1202         * src/ldapserver.c
1203         * src/ldapserver.h
1204         * src/ldaputil.c
1205         * src/ldaputil.h
1206         * src/ldif.c
1207         * src/ldif.h
1208         * src/localfolder.c
1209         * src/localfolder.h
1210         * src/main.c
1211         * src/main.h
1212         * src/mainwindow.c
1213         * src/mainwindow.h
1214         * src/manual.c
1215         * src/manual.h
1216         * src/matcher.c
1217         * src/matcher.h
1218         * src/matcher_parser.h
1219         * src/matcher_parser_lex.l
1220         * src/matcher_parser_parse.y
1221         * src/mbox.c
1222         * src/mbox.h
1223         * src/message_search.c
1224         * src/message_search.h
1225         * src/messageview.c
1226         * src/messageview.h
1227         * src/mh.c
1228         * src/mh.h
1229         * src/mh_gtk.c
1230         * src/mh_gtk.h
1231         * src/mimeview.c
1232         * src/mimeview.h
1233         * src/msgcache.c
1234         * src/msgcache.h
1235         * src/mutt.c
1236         * src/mutt.h
1237         * src/news.c
1238         * src/news.h
1239         * src/news_gtk.c
1240         * src/news_gtk.h
1241         * src/noticeview.c
1242         * src/noticeview.h
1243         * src/partial_download.c
1244         * src/partial_download.h
1245         * src/pine.c
1246         * src/pine.h
1247         * src/pop.c
1248         * src/pop.h
1249         * src/prefs_account.c
1250         * src/prefs_account.h
1251         * src/prefs_actions.c
1252         * src/prefs_actions.h
1253         * src/prefs_common.c
1254         * src/prefs_common.h
1255         * src/prefs_compose_writing.c
1256         * src/prefs_compose_writing.h
1257         * src/prefs_customheader.c
1258         * src/prefs_customheader.h
1259         * src/prefs_display_header.c
1260         * src/prefs_display_header.h
1261         * src/prefs_ext_prog.c
1262         * src/prefs_ext_prog.h
1263         * src/prefs_filtering.c
1264         * src/prefs_folder_column.c
1265         * src/prefs_folder_column.h
1266         * src/prefs_folder_item.c
1267         * src/prefs_folder_item.h
1268         * src/prefs_fonts.c
1269         * src/prefs_fonts.h
1270         * src/prefs_gtk.c
1271         * src/prefs_gtk.h
1272         * src/prefs_image_viewer.c
1273         * src/prefs_image_viewer.h
1274         * src/prefs_matcher.c
1275         * src/prefs_matcher.h
1276         * src/prefs_message.c
1277         * src/prefs_message.h
1278         * src/prefs_msg_colors.c
1279         * src/prefs_msg_colors.h
1280         * src/prefs_other.c
1281         * src/prefs_other.h
1282         * src/prefs_quote.c
1283         * src/prefs_quote.h
1284         * src/prefs_receive.c
1285         * src/prefs_receive.h
1286         * src/prefs_send.c
1287         * src/prefs_send.h
1288         * src/prefs_spelling.c
1289         * src/prefs_spelling.h
1290         * src/prefs_summaries.c
1291         * src/prefs_summaries.h
1292         * src/prefs_summary_column.c
1293         * src/prefs_summary_column.h
1294         * src/prefs_template.c
1295         * src/prefs_template.h
1296         * src/prefs_themes.c
1297         * src/prefs_themes.h
1298         * src/prefs_toolbar.c
1299         * src/prefs_toolbar.h
1300         * src/prefs_wrapping.c
1301         * src/prefs_wrapping.h
1302         * src/privacy.c
1303         * src/privacy.h
1304         * src/procheader.c
1305         * src/procheader.h
1306         * src/procmime.c
1307         * src/procmime.h
1308         * src/procmsg.c
1309         * src/procmsg.h
1310         * src/quote_fmt.c
1311         * src/quote_fmt_parse.y
1312         * src/recv.c
1313         * src/recv.h
1314         * src/remotefolder.c
1315         * src/remotefolder.h
1316         * src/send_message.c
1317         * src/send_message.h
1318         * src/setup.c
1319         * src/setup.h
1320         * src/sourcewindow.c
1321         * src/sourcewindow.h
1322         * src/ssl_manager.c
1323         * src/ssl_manager.h
1324         * src/statusbar.c
1325         * src/statusbar.h
1326         * src/stock_pixmap.c
1327         * src/stock_pixmap.h
1328         * src/summary_search.c
1329         * src/summary_search.h
1330         * src/summaryview.c
1331         * src/summaryview.h
1332         * src/syldap.c
1333         * src/syldap.h
1334         * src/textview.c
1335         * src/textview.h
1336         * src/toolbar.c
1337         * src/toolbar.h
1338         * src/undo.c
1339         * src/undo.h
1340         * src/unmime.c
1341         * src/unmime.h
1342         * src/vcard.c
1343         * src/vcard.h
1344         * src/wizard.c
1345         * src/wizard.h
1346         * src/common/base64.c
1347         * src/common/base64.h
1348         * src/common/defs.h
1349         * src/common/hooks.c
1350         * src/common/hooks.h
1351         * src/common/log.c
1352         * src/common/log.h
1353         * src/common/mgutils.c
1354         * src/common/mgutils.h
1355         * src/common/nntp.c
1356         * src/common/nntp.h
1357         * src/common/passcrypt.c
1358         * src/common/passcrypt.h.in
1359         * src/common/plugin.c
1360         * src/common/plugin.h
1361         * src/common/prefs.c
1362         * src/common/prefs.h
1363         * src/common/progressindicator.c
1364         * src/common/progressindicator.h
1365         * src/common/quoted-printable.c
1366         * src/common/quoted-printable.h
1367         * src/common/session.c
1368         * src/common/session.h
1369         * src/common/smtp.c
1370         * src/common/smtp.h
1371         * src/common/socket.c
1372         * src/common/socket.h
1373         * src/common/ssl.c
1374         * src/common/ssl.h
1375         * src/common/stringtable.c
1376         * src/common/stringtable.h
1377         * src/common/sylpheed.c
1378         * src/common/sylpheed.h
1379         * src/common/template.c
1380         * src/common/template.h
1381         * src/common/timing.h
1382         * src/common/utils.c
1383         * src/common/utils.h
1384         * src/common/version.h.in
1385         * src/common/xml.c
1386         * src/common/xml.h
1387         * src/common/xmlprops.c
1388         * src/common/xmlprops.h
1389         * src/gtk/about.c
1390         * src/gtk/colorlabel.c
1391         * src/gtk/colorlabel.h
1392         * src/gtk/colorsel.c
1393         * src/gtk/colorsel.h
1394         * src/gtk/combobox.c
1395         * src/gtk/combobox.h
1396         * src/gtk/description_window.c
1397         * src/gtk/description_window.h
1398         * src/gtk/filesel.c
1399         * src/gtk/filesel.h
1400         * src/gtk/foldersort.c
1401         * src/gtk/foldersort.h
1402         * src/gtk/gtkaspell.c
1403         * src/gtk/gtkaspell.h
1404         * src/gtk/gtksctree.c
1405         * src/gtk/gtkshruler.c
1406         * src/gtk/gtkshruler.h
1407         * src/gtk/gtkutils.c
1408         * src/gtk/gtkutils.h
1409         * src/gtk/icon_legend.c
1410         * src/gtk/icon_legend.h
1411         * src/gtk/logwindow.c
1412         * src/gtk/logwindow.h
1413         * src/gtk/manage_window.c
1414         * src/gtk/manage_window.h
1415         * src/gtk/pluginwindow.c
1416         * src/gtk/pluginwindow.h
1417         * src/gtk/prefswindow.c
1418         * src/gtk/prefswindow.h
1419         * src/gtk/quicksearch.c
1420         * src/gtk/quicksearch.h
1421         * src/pixmaps/claws-mail.xpm
1422         * src/pixmaps/claws-mail_icon.xpm
1423         * src/pixmaps/claws-mail_logo.xpm
1424         * src/pixmaps/sylpheed-claws.xpm
1425         * src/pixmaps/sylpheed-claws_icon.xpm
1426         * src/pixmaps/sylpheed-claws_logo.xpm
1427         * src/plugins/bogofilter/Makefile.am
1428         * src/plugins/bogofilter/bogofilter.c
1429         * src/plugins/bogofilter/bogofilter.h
1430         * src/plugins/bogofilter/bogofilter_gtk.c
1431         * src/plugins/clamav/Makefile.am
1432         * src/plugins/clamav/clamav_plugin.c
1433         * src/plugins/clamav/clamav_plugin.h
1434         * src/plugins/clamav/clamav_plugin_gtk.c
1435         * src/plugins/demo/Makefile.am
1436         * src/plugins/demo/demo.c
1437         * src/plugins/dillo_viewer/Makefile.am
1438         * src/plugins/dillo_viewer/README
1439         * src/plugins/dillo_viewer/dillo_prefs.c
1440         * src/plugins/dillo_viewer/dillo_prefs.h
1441         * src/plugins/dillo_viewer/dillo_viewer.c
1442         * src/plugins/pgpcore/Makefile.am
1443         * src/plugins/pgpcore/passphrase.c
1444         * src/plugins/pgpcore/passphrase.h
1445         * src/plugins/pgpcore/pgp_viewer.c
1446         * src/plugins/pgpcore/pgp_viewer.h
1447         * src/plugins/pgpcore/plugin.c
1448         * src/plugins/pgpcore/prefs_gpg.c
1449         * src/plugins/pgpcore/prefs_gpg.h
1450         * src/plugins/pgpcore/select-keys.c
1451         * src/plugins/pgpcore/select-keys.h
1452         * src/plugins/pgpcore/sgpgme.c
1453         * src/plugins/pgpcore/sgpgme.h
1454         * src/plugins/pgpcore/sylpheed.def
1455         * src/plugins/pgpcore/version.rc
1456         * src/plugins/pgpinline/Makefile.am
1457         * src/plugins/pgpinline/pgpinline.c
1458         * src/plugins/pgpinline/pgpinline.h
1459         * src/plugins/pgpinline/plugin.c
1460         * src/plugins/pgpinline/sylpheed.def
1461         * src/plugins/pgpinline/version.rc
1462         * src/plugins/pgpmime/Makefile.am
1463         * src/plugins/pgpmime/pgpmime.c
1464         * src/plugins/pgpmime/pgpmime.h
1465         * src/plugins/pgpmime/plugin.c
1466         * src/plugins/pgpmime/sylpheed.def
1467         * src/plugins/pgpmime/version.rc
1468         * src/plugins/spamassassin/Makefile.am
1469         * src/plugins/spamassassin/README
1470         * src/plugins/spamassassin/spamassassin.c
1471         * src/plugins/spamassassin/spamassassin.h
1472         * src/plugins/spamassassin/spamassassin_gtk.c
1473         * src/plugins/trayicon/Makefile.am
1474         * src/plugins/trayicon/trayicon.c
1475         * tools/OOo2sylpheed.pl
1476         * tools/README
1477         * tools/README.sylprint
1478         * tools/acroread2sylpheed.pl
1479         * tools/claws.i18n.status.pl
1480         * tools/filter_conv.pl
1481         * tools/filter_conv_new.pl
1482         * tools/freshmeat_search.pl
1483         * tools/google_search.pl
1484         * tools/kmail2sylpheed.pl
1485         * tools/kmail2sylpheed_v2.pl
1486         * tools/make.themes.project
1487         * tools/multiwebsearch.pl
1488         * tools/nautilus2sylpheed.sh
1489         * tools/outlook2sylpheed.pl
1490         * tools/sylprint.pl
1491         * tools/sylprint.rc
1492         * tools/tb2sylpheed
1493         * tools/textviewer.sh
1494         * tools/vcard2xml.py
1495         * tools/kdeservicemenu/README
1496         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1497         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1498         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1499                 Change name to Claws Mail. Announce to follow...
1500
1501 2006-11-06 [wwp]        2.6.0cvs6
1502
1503         * src/prefs_template.c
1504                 unify messages related to quote format/template errors (fix
1505                 capitalization), again.
1506
1507 2006-11-06 [wwp]        2.6.0cvs5
1508
1509         * src/prefs_quote.c
1510                 unify messages related to quote format/template errors.
1511
1512 2006-11-06 [wwp]        2.6.0cvs4
1513
1514         * src/prefs_msg_colors.c
1515                 more uses of Q_ macro for contextual translations, thanks
1516                 to Fabien (fzzzzz).
1517
1518 2006-11-06 [wwp]        2.6.0cvs3
1519
1520         * src/compose.c
1521         * src/common/utils.c
1522         * src/common/utils.h
1523                 show an alertpanel to make sure users are aware that sensitive
1524                 files are attached (it's file blacklist-based). This will fix
1525                 interaction w/ GoogleEarth for instance, thanks to Colin.
1526
1527 2006-11-06 [wwp]        2.6.0cvs2
1528
1529         * src/prefs_quote.c
1530         * src/prefs_template.c
1531         * src/prefs_template.h
1532                 check quote format when applying/closing prefs. For now this only
1533                 shows up an error dialog box, not preventing the user from using
1534                 a broken quote (reply, forwards) format.
1535
1536 2006-11-06 [wwp]        2.6.0cvs1
1537
1538         * src/prefs_template.c
1539                 fix missing checks of some template fields.
1540
1541 2006-11-06 [paul]       2.6.0
1542
1543         * NEWS
1544         * README
1545         * RELEASE_NOTES
1546                 2.6.0 released
1547
1548 2006-11-06 [paul]       2.5.6cvs22
1549
1550         * manual/advanced.xml
1551         * manual/es/advanced.xml
1552                 put 'respect_flowed_format' info in the correct
1553                 place
1554
1555 2006-11-06 [mones]      2.5.6cvs21
1556
1557         * po/es.po
1558                 Minor fixes for release
1559
1560 2006-11-06 [paul]       2.5.6cvs20
1561
1562         * po/cs.po
1563         * po/de.po
1564         * po/fr.po
1565         * po/it.po
1566         * po/nl.po
1567         * po/pt_BR.po
1568         * po/sk.po
1569         * po/sv.po
1570         * po/zh_CN.po
1571                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1572                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1573                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1574                 Young
1575
1576 2006-11-02 [colin]      2.5.6cvs19
1577
1578         * src/imap.c
1579         * src/imap.h
1580         * src/prefs_account.c
1581         * src/etpan/imap-thread.c
1582                 Add GSSAPI support - fixes Debian bug #383274
1583
1584 2006-11-01 [colin]      2.5.6cvs18
1585
1586         * src/jpilot.c
1587                 Handle libpisock12 support. Probably
1588                 fixes bug 1046, 'jpilot AddressDB.pdb 
1589                 import fail'
1590
1591 2006-11-01 [colin]      2.5.6cvs17
1592
1593         * src/folderutils.c
1594                 debug_print() folderutils_mark_all_read()
1595
1596 2006-11-01 [colin]      2.5.6cvs16
1597
1598         * COPYING
1599                 Add missed files to the Apache exception
1600
1601 2006-10-31 [colin]      2.5.6cvs15
1602
1603         * src/folder.c
1604         * src/folder.h
1605                 Add a copy_private_data() func to FolderClasses
1606                 Doesn't break the feature freeze, because we 
1607                 won't use it (right now) in the core.
1608
1609 2006-10-31 [colin]      2.5.6cvs14
1610
1611         * COPYING
1612                 Allow linking with the Apache licensed files in
1613                 src/plugins/spamassassin. Hopefully fixes 
1614                 bug 1048, 'Spamassassin plugin license problem'
1615
1616 2006-10-31 [wwp]        2.5.6cvs13
1617
1618         * src/compose.c
1619                 fix and optimize trimming of leading linefeeds in body loop.
1620
1621 2006-10-31 [colin]      2.5.6cvs12
1622
1623         * src/etpan/imap-thread.c
1624         * src/imap.c
1625                 Make really sure to have NULL sets in case
1626                 of error
1627
1628 2006-10-30 [wwp]        2.5.6cvs11
1629
1630         * src/prefs_common.c
1631         * src/prefs_common.h
1632         * src/compose.c
1633                 fix broken storage of quote format template when it contains \-escape
1634                 sequences. The application of such sequences is also fixed now (\t
1635                 in quote format will be a real tab instead of a 't', for instance).
1636
1637 2006-10-27 [colin]      2.5.6cvs10
1638
1639         * src/compose.c
1640                 Probably fix bug 1045, 'sylpheed-claws 
1641                 doesn't remove the mail from the IMAP 
1642                 Queue folder after sending'. From
1643                 2.5.6cvs3-stable
1644
1645 2006-10-27 [colin]      2.5.6cvs9
1646
1647         * configure.ac
1648                 Require libetpan-0.48. I'm so annoying,
1649                 I know ;-)
1650
1651 2006-10-27 [colin]      2.5.6cvs8
1652
1653         * src/folder.c
1654         * src/imap.c
1655                 Probably fix bug 1044, 'sylpheed-claws 
1656                 segfaults while moving mails' - Fix relation
1657                 usage when moving to an IMAP mailbox from another
1658                 mailbox
1659
1660 2006-10-26 [paul]       2.5.6cvs7
1661
1662         * src/gtk/about.c
1663                 add libSM to compiled-in features
1664                 list
1665
1666 2006-10-24 [colin]      2.5.6cvs6
1667
1668         * src/textview.c
1669         * src/gtk/gtkutils.c
1670                 Fix crash when printing emails with an
1671                 xface
1672
1673 2006-10-24 [mones]      2.5.6cvs5
1674
1675         * manual/es/advanced.xml
1676                 Synchronize hidden option respect_flowed_format
1677         * po/es.po
1678                 Updated translation
1679
1680 2006-10-21 [paul]       2.5.6cvs4
1681
1682         * src/gtk/authors.h
1683         * src/plugins/pgpcore/pgp_viewer.c
1684         * src/plugins/pgpcore/sgpgme.c
1685                 fix building on BSDs
1686                 Thanks to Michael Hughes
1687                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1688
1689 2006-10-20 [colin]      2.5.6cvs3
1690
1691         * configure.ac
1692                 Bump up libetpan requirement
1693                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1694         * src/common/utils.c
1695         * src/common/utils.h
1696                 Add convenience get_file_mtime()
1697         * src/imap.c
1698         * src/etpan/imap-thread.c
1699         * src/etpan/imap-thread.h
1700                 Implement UIDPLUS support if the server
1701                 supports it - faster sending in this case
1702
1703 2006-10-19 [colin]      2.5.6cvs2
1704
1705         * src/gtk/quicksearch.c
1706                 Fix emptying in type-ahead+extended mode
1707         * src/mainwindow.c
1708         * src/mainwindow.h
1709                 Add a hook for offline state change
1710         * src/plugins/trayicon/trayicon.c
1711                 Use it to display offline icons
1712         * src/plugins/trayicon/Makefile.am
1713         * src/plugins/trayicon/newmail.offline.xpm
1714         * src/plugins/trayicon/newmarkedmail.offline.xpm
1715         * src/plugins/trayicon/nomail.offline.xpm
1716         * src/plugins/trayicon/unreadmail.offline.xpm
1717         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1718                 Add the icons
1719
1720 2006-10-12 [paul]       2.5.6cvs1
1721
1722         * NEWS
1723         * README
1724         * configure.ac
1725                 Update version number following
1726                 stable release
1727
1728 2006-10-19 [colin]      2.5.5cvs18
1729
1730         * manual/handling.xml
1731                 Add type-ahead search
1732
1733 2006-10-18 [colin]      2.5.5cvs17
1734
1735         * src/gtk/quicksearch.c
1736                 Remove "save to history only if there's
1737                 no syntax error", it breaks for some 
1738                 reason which I'll investigate later.
1739
1740 2006-10-18 [colin]      2.5.5cvs16
1741
1742         * src/prefs_common.c
1743         * src/prefs_common.h
1744         * src/summaryview.c
1745         * src/gtk/quicksearch.c
1746         * src/gtk/quicksearch.h
1747                 Add a type-ahead option for fast searches
1748                 Patch by Fabien Vantard
1749
1750 2006-10-18 [colin]      2.5.5cvs15
1751
1752         * src/compose.c
1753         * src/compose.h
1754                 Add Options/Reply mode/ menu to be able to
1755                 change the recipients of a reply on the fly
1756
1757 2006-10-18 [colin]      2.5.5cvs14
1758
1759         * src/compose.c
1760                 Fix redirecting of our own sent mails
1761
1762 2006-10-17 [wwp]        2.5.5cvs13
1763
1764         * src/send_message.c
1765                 Fix duplicate error messages when sending, and missing
1766                 newline in such error messages.
1767
1768 2006-10-17 [colin]      2.5.5cvs12
1769
1770         * src/compose.c
1771                 Compare addresses case-insensitive
1772
1773 2006-10-17 [colin]      2.5.5cvs11
1774
1775         * src/plugins/pgpcore/sgpgme.c
1776                 Fix return status
1777
1778 2006-10-17 [colin]      2.5.5cvs10
1779
1780         * src/plugins/pgpcore/pgp_viewer.c
1781                 Fix return status
1782
1783 2006-10-17 [colin]      2.5.5cvs9
1784
1785         * src/quote_fmt.c
1786                 Fix a typo (thanks to Fabien)
1787
1788 2006-10-16 [colin]      2.5.5cvs8
1789
1790         * src/textview.c
1791                 Fix problem with quote-folding when emails
1792                 don't convert cleanly to UTF-8
1793
1794 2006-10-14 [colin]      2.5.5cvs7
1795
1796         * src/prefs_template.c
1797                 Reset fields when reopening
1798                 the window
1799
1800 2006-10-13 [paul]       2.5.5cvs6
1801
1802         * manual/advanced.xml
1803         * src/prefs_message.c
1804                 make 'respect_flowed_format' a hidden
1805                 option, and add a manual entry for it
1806                 Thanks to Colin
1807
1808 2006-10-12 [colin]      2.5.5cvs5
1809
1810         * src/codeconv.c
1811                 Revert part of 2.5.2cvs21:
1812                 Don't optimise by reusing the 
1813                 last iconv converter if possible:
1814                 it seems slightly broken in a 
1815                 very hard way to reproduce
1816
1817 2006-10-12 [colin]      2.5.5cvs4
1818
1819         * src/prefs_common.c
1820         * src/prefs_common.h
1821         * src/prefs_message.c
1822         * src/procmime.c
1823                 Fix bug 1035, 'Incorrect handling 
1824                 of flowed lines'. We now optionnaly
1825                 handle this format (preference is in
1826                 Message View/Text options section)
1827
1828 2006-10-12 [colin]      2.5.5cvs3
1829
1830         * po/POTFILES.in
1831                 Add new file
1832         * src/plugins/pgpcore/pgp_viewer.c
1833         * src/plugins/pgpcore/sgpgme.c
1834                 Don't try to import without asking
1835
1836 2006-10-12 [colin]      2.5.5cvs2
1837
1838         * src/compose.c
1839                 Fix bug 1036, 'Forwarding a mutlipart
1840                 mail with a "text/html" block to ms
1841                 outlook users leeds to freeze of
1842                 outlook'. Poor outlook users...
1843
1844 2006-10-12 [paul]       2.5.5cvs1
1845
1846         * NEWS
1847         * README
1848         * configure.ac
1849                 Update version number following
1850                 stable release
1851
1852 2006-10-11 [paul]       2.5.4cvs1
1853
1854         * NEWS
1855         * README
1856         * configure.ac
1857                 Update version number following
1858                 stable release
1859
1860 2006-10-11 [paul]       2.5.3cvs32
1861
1862         * src/textview.c
1863                 fix bug 1032, 'Segmentation fault when showing
1864                 message' (bug in quote folding)
1865                 Thanks to Colin
1866
1867 2006-10-10 [colin]      2.5.3cvs31
1868
1869         * src/quote_fmt.c
1870                 Rephrase english a bit
1871
1872 2006-10-10 [colin]      2.5.3cvs30
1873
1874         * src/prefs_compose_writing.c
1875                 Stop making the page larger than the window
1876
1877 2006-10-10 [wwp]        2.5.3cvs29
1878
1879         * src/compose.c
1880         * src/prefs_template.c
1881         * src/quote_fmt.c
1882         * src/quote_fmt.h
1883         * src/quote_fmt_lex.l
1884         * src/quote_fmt_parse.y
1885                 Extend the quote parser a bit: allow to get access to
1886                 basic (composing) account info.
1887
1888 2006-10-10 [colin]      2.5.3cvs28
1889
1890         * src/procheader.c
1891                 Fix this \t problem in subject
1892
1893 2006-10-09 [colin]      2.5.3cvs27
1894
1895         * src/main.c
1896         * src/prefs_gtk.c
1897                 Prepare cache a bit later
1898                 If section already exists, skip the new one 
1899                 (as previously); avoid writing the same block
1900                 twice - if we find a second block with the 
1901                 same id, skip it.
1902         * src/plugins/pgpcore/pgp_viewer.c
1903                 Set cursor to busy when retrieving a key
1904         * src/plugins/pgpcore/sgpgme.c
1905                 allow 5 seconds for gpg to export the key
1906                 
1907
1908 2006-10-09 [colin]      2.5.3cvs26
1909
1910         * configure.ac
1911         * src/msgcache.c
1912         * src/prefs_gtk.c
1913                 Check for existence of fgets_unlocked
1914                 and fwrite_unlocked
1915
1916 2006-10-09 [paul]       2.5.3cvs25
1917
1918         * src/prefs_summaries.c
1919                 replace strftime() with fast_strftime() and in
1920                 the consequence fix the bug in the display of
1921                 AM/PM in the 'Example' string
1922
1923 2006-10-09 [ticho]      2.5.3cvs24
1924
1925         * po/sk.po
1926                 Updated (and fixed up somewhat) Slovak translation.
1927
1928 2006-10-08 [colin]      2.5.3cvs23
1929
1930         * src/prefs_folder_item.c
1931                 Explain why prefs in the top-level folder
1932                 aren't retained, but are still useful
1933
1934 2006-10-08 [colin]      2.5.3cvs22
1935
1936         * src/prefs_gtk.c
1937                 Don't cache anything if caching fails
1938
1939 2006-10-08 [colin]      2.5.3cvs21
1940
1941         * src/common/utils.c
1942                 always include gi18n.h
1943
1944 2006-10-07 [colin]      2.5.3cvs20
1945
1946         * src/plugins/pgpcore/pgp_viewer.c
1947                 Kill gpg after 5 seconds wait
1948
1949 2006-10-07 [colin]      2.5.3cvs19
1950
1951         * src/plugins/pgpcore/pgp_viewer.c
1952         * src/plugins/pgpcore/pgp_viewer.h
1953                 Fix copyright
1954
1955 2006-10-07 [colin]      2.5.3cvs18
1956
1957         * src/plugins/pgpcore/pgp_viewer.c
1958         * src/plugins/pgpcore/pgp_viewer.h
1959                 Actually add the files to CVS
1960
1961 2006-10-07 [colin]      2.5.3cvs17
1962
1963         * src/plugins/pgpcore/sgpgme.c
1964                 Be sure not to crash on 'application/pgp-signature' that
1965                 are not application/pgp-signatures
1966
1967 2006-10-07 [colin]      2.5.3cvs16
1968
1969         * src/textview.c
1970         * src/textview.h
1971                 Make a bit more of the API available
1972         * src/plugins/pgpcore/Makefile.am
1973         * src/plugins/pgpcore/plugin.c
1974         * src/plugins/pgpcore/sgpgme.c
1975                 Add basic key import/export
1976
1977 2006-10-07 [colin]      2.5.3cvs15
1978
1979         * src/folderview.c
1980         * src/imap.c
1981         * src/prefs_account.c
1982         * src/wizard.c
1983                 Warn users *everywhere* if libetpan's not
1984                 linked in
1985
1986 2006-10-06 [mones]      2.5.3cvs14
1987
1988         * po/de.po
1989         * po/es.po
1990                 updated by Stephan Sachse and me
1991
1992 2006-10-06 [colin]      2.5.3cvs13
1993
1994         * src/main.c
1995         * src/common/sylpheed.c
1996                 Don't load common plugins if --exit is passed
1997         * src/prefs_gtk.c
1998         * src/prefs_gtk.h
1999                 Implement a cache to avoid reading the same
2000                 files over and over again at startup
2001
2002 2006-10-06 [colin]      2.5.3cvs12
2003
2004         * src/summaryview.c
2005         * src/gtk/quicksearch.c
2006                 Update display every 5k mails on fast searches
2007
2008 2006-10-06 [colin]      2.5.3cvs11
2009
2010         * src/textview.c
2011                 Don't do quote folding on HTML or ERTF.
2012                 May fix the Cygwin issues if they were
2013                 happening with HTML mails?
2014
2015 2006-10-05 [colin]      2.5.3cvs10
2016
2017         * src/prefs_gtk.c
2018                 Oops, forgot one
2019
2020 2006-10-05 [colin]      2.5.3cvs9
2021
2022         * src/prefs_gtk.c
2023                 Use unlocked_stdio here too
2024
2025 2006-10-05 [colin]      2.5.3cvs8
2026
2027         * src/folderview.c
2028                 Fix go to next * after preferences apply
2029         * src/msgcache.c
2030                 Do the fd lock/unlock ourselves instead of
2031                 letting the libc do it at each write 
2032
2033 2006-10-05 [colin]      2.5.3cvs7
2034
2035         * src/common/utils.c
2036                 Faster division, thanks to Jean Diraison
2037
2038 2006-10-05 [paul]       2.5.3cvs6
2039
2040         * src/common/utils.c
2041                 fix building with --disable-nls
2042
2043 2006-10-04 [colin]      2.5.3cvs5
2044
2045         * src/folder.c
2046                 Maybe fix a segfault
2047
2048 2006-10-04 [wwp]        2.5.3cvs4
2049
2050         * src/prefs_folder_item.c
2051                 Fine-tune layouts in folder item prefs. Suggested by
2052                 Fabien Vantard <fzzzzz@gmail.com>.
2053
2054 2006-10-04 [wwp]        2.5.3cvs3
2055
2056         * src/prefs_folder_item.c
2057                 Kill the clandestine passengers. You didn't see anything.
2058
2059 2006-10-04 [wwp]        2.5.3cvs2
2060
2061         * src/prefs_folder_item.c
2062                 Add a way to test the subject simplify regexp in
2063                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2064                 w/ few layout changes.
2065
2066 2006-20-04 [paul]       2.5.3cvs1
2067
2068         * NEWS
2069         * README
2070         * configure.ac
2071                 Update version number following
2072                 stable release
2073
2074 2006-10-04 [colin]      2.5.2cvs42
2075
2076         * src/folder.c
2077         * src/folder.h
2078         * src/summaryview.c
2079                 Provide a way for folder classes to set their sort
2080                 type and key
2081
2082 2006-10-03 [colin]      2.5.2cvs41
2083
2084         * src/mh.c
2085                 Don't use strlen() to know if the
2086                 string's empty
2087
2088 2006-10-03 [colin]      2.5.2cvs40
2089
2090         * src/mh.c
2091                 Fix "check for new folders" with accentued folders
2092
2093 2006-10-03 [ticho]      2.5.2cvs39
2094
2095         * src/filtering.c
2096         * src/folder.c
2097         * src/inc.c
2098         * src/mbox.c
2099                 Colin's fix for "copy" filtering rules.
2100
2101 2006-10-02 [colin]      2.5.2cvs38
2102
2103         * src/folderview.c
2104                 Fix for double-click too
2105
2106 2006-10-02 [colin]      2.5.2cvs37
2107
2108         * src/folderview.c
2109                 correct fix for cvs36
2110
2111 2006-10-02 [colin]      2.5.2cvs36
2112
2113         * src/folderview.c
2114                 Fix 'goto next unread' after collapsing/expanding 
2115                 a node.
2116
2117 2006-10-02 [colin]      2.5.2cvs35
2118
2119         * src/summaryview.c
2120                 Fix double freeze/thaw
2121         * src/common/utils.c
2122         * src/common/utils.h
2123                 Reimplement strftime
2124         * src/procheader.c
2125                 Use it
2126
2127
2128 2006-10-02 [colin]      2.5.2cvs34
2129
2130         * src/mh.c
2131                 Time mh_write_sequences() - it's fast
2132         * src/summaryview.c
2133                 Init a variable to shut up gcc
2134
2135 2006-10-01 [colin]      2.5.2cvs33
2136
2137         * src/folder.c
2138         * src/mh.c
2139         * src/mh.h
2140         * src/msgcache.c
2141                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2142                 Add fsync but disable it, it's slow as hell
2143
2144 2006-10-01 [colin]      2.5.2cvs32
2145
2146         * src/mh.c
2147         * src/msgcache.c
2148                 fflush() caches and mh_sequences before
2149                 fclose()ing
2150
2151 2006-10-01 [colin]      2.5.2cvs31
2152
2153         * src/msgcache.c
2154                 Don't ftruncate when not using mmap
2155
2156 2006-09-30 [colin]      2.5.2cvs30
2157
2158         * src/main.c
2159                 Write folder list *after* saving caches
2160
2161 2006-09-30 [colin]      2.5.2cvs29
2162
2163         * src/folder.c
2164         * src/mh.c
2165                 Debug forced mtime changes
2166
2167 2006-09-30 [colin]      2.5.2cvs28
2168
2169         * src/folder.c
2170         * src/main.c
2171                 Remove useless debug_print()s (code
2172                 well-tested)
2173
2174 2006-09-30 [colin]      2.5.2cvs27
2175
2176         * src/mh.c
2177                 Do stuff faster when writing mh_sequences
2178
2179 2006-09-30 [colin]      2.5.2cvs26
2180
2181         * src/mh.c
2182                 Don't let the writing of .mh_sequences, which
2183                 can change the folder's mtime, let us think
2184                 we need to scan.
2185
2186 2006-09-30 [colin]      2.5.2cvs25
2187
2188         * src/folder.c
2189                 Move a debug_print where it belongs 
2190                 (processing)
2191         * src/summaryview.c
2192                 Don't mess with a huge slow subject
2193                 table if we're not threading by
2194                 subject
2195
2196 2006-09-30 [colin]      2.5.2cvs24
2197
2198         * src/msgcache.c
2199                 Reenable mmaped reads (*not* writes!)
2200         * src/procmsg.c
2201                 Don't destroy and recreate hashtables just
2202                 for fun
2203         * src/common/utils.c
2204                 Remove useless reply prefixes (it's case
2205                 unsensitive)
2206
2207 2006-09-30 [wwp]        2.5.2cvs23
2208
2209         * tools/fix_date.sh
2210                 Fixed a minor bug in date value extraction, added a switch
2211                 to replace non RFC-compliant Date: value, added a switch
2212                 to use strict RFC matching patterns for dates.
2213
2214 2006-09-29 [colin]      2.5.2cvs22
2215
2216         * src/matcher_parser.h
2217         * src/matcher_parser_parse.y
2218         * src/prefs_filtering.c
2219         * src/statusbar.c
2220         * src/summary_search.c
2221         * src/summaryview.c
2222         * src/gtk/quicksearch.c
2223         * src/gtk/quicksearch.h
2224                 Optimise searches by setting different
2225                 refresh intervals (depending if the 
2226                 search is fast or not)
2227
2228 2006-09-29 [colin]      2.5.2cvs21
2229
2230         * src/codeconv.c
2231                 Optimise by reusing the last iconv converter
2232                 if possible
2233         * src/textview.c
2234                 Optimise a bit (the foldable quotes feature
2235                 still has an awful O(n^2) algo
2236
2237 2006-09-29 [colin]      2.5.2cvs20
2238
2239         * src/gtk/gtksctree.c
2240         * src/gtk/gtksctree.h
2241                 Optimise de-selection via up/down or
2242                 another key
2243
2244 2006-09-28 [colin]      2.5.2cvs19
2245
2246         * src/action.c
2247         * src/compose.c
2248         * src/folderview.c
2249         * src/mainwindow.c
2250         * src/messageview.c
2251         * src/summary_search.c
2252         * src/toolbar.c
2253                 Avoid using summaryview->ctree directly
2254
2255 2006-09-28 [colin]      2.5.2cvs18
2256
2257         * src/summaryview.c
2258         * src/summaryview.h
2259                 Add helpers to freeze/thaw/grab_focus
2260                 Factorize calls to freeze/thaw/grab_focus
2261                 
2262
2263 2006-09-28 [colin]      2.5.2cvs17
2264
2265         * src/main.c
2266                 More guards for the session management
2267
2268 2006-09-28 [colin]      2.5.2cvs16
2269
2270         * src/folderview.c
2271         * src/gtk/gtksctree.c
2272         * src/gtk/gtksctree.h
2273                 Make expanding not recursive in folderview
2274
2275 2006-09-28 [colin]      2.5.2cvs15
2276
2277         * src/addressbook.c
2278                 If nothing is selected in the list (right part)
2279                 and a group is selected in the tree (left part),
2280                 mail this group.
2281
2282 2006-09-28 [colin]      2.5.2cvs14
2283
2284         * src/Makefile.am
2285                 Actually use SM_LIBS
2286
2287 2006-09-28 [ticho]      2.5.2cvs13
2288
2289         * src/export.c
2290         * src/messageview.c
2291         * src/mimeview.c
2292         * src/news.c
2293         * src/pop.c
2294         * src/prefs_themes.c
2295         * src/procmsg.c
2296                 Small i18n string optimization.
2297         * src/send_message.c
2298         * src/summaryview.c
2299         * src/common/session.c
2300         * src/common/smtp.c
2301         * src/common/ssl_certificate.c
2302         * src/common/utils.c
2303                 Use "Couldn't" instead of "Can't" in UI messages,
2304                 where appropriate.
2305
2306 2006-09-28 [colin]      2.5.2cvs12
2307
2308         * configure.ac
2309                 Possibly fix link errors
2310
2311 2006-09-27 [wwp]        2.5.2cvs11
2312
2313         * src/gtk/authors.h
2314         * doc/man/sylpheed-claws.1
2315         * manual/ack.xml
2316         * manual/es/ack.xml
2317         * manual/fr/ack.xml
2318         * manual/pl/ack.xml
2319                 Updated authors info (me, myself and I).
2320
2321 2006-09-27 [colin]      2.5.2cvs10
2322
2323         * src/addressbook.c
2324                 Remove useless printf
2325
2326 2006-09-27 [wwp]        2.5.2cvs9
2327
2328         * src/editgroup.c
2329         * src/send_message.c
2330         * src/inc.c
2331         * src/prefs_common.c
2332         * src/prefs_common.h
2333         * src/gtk/progressdialog.c
2334                 remember more windows' sizes (send dialog, received dialog,
2335                 edit group in addressbook).
2336
2337 2006-09-27 [colin]      2.5.2cvs8
2338
2339         * configure.ac
2340         * src/main.c
2341         * src/mainwindow.h
2342                 Use libSM to communicate with the session
2343                 manager, so that we can know when the 
2344                 session ends, save our caches, and draft
2345                 our compose windows.
2346
2347 2006-09-27 [colin]      2.5.2cvs7
2348
2349         * src/addressbook.c
2350                 Fix issues:
2351                 o Allow Book and Group creation from the tree's
2352                   contextual menu
2353                 o Do not actually delete the contacts when 
2354                   deleting groups from the tree (duh!)
2355
2356 2006-09-27 [colin]      2.5.2cvs6
2357
2358         * src/compose.c
2359         * src/compose.h
2360         * src/mainwindow.c
2361         * src/textview.c
2362         * src/toolbar.c
2363                 o Allow passing an email address to 
2364                   compose_new_with_folderitem
2365                 o Update callers
2366                 o Use current folderitem when clicking
2367                   on a TextView mailto: link
2368                 o Fix a possible leak in TextView
2369
2370 2006-09-27 [colin]      2.5.2cvs5
2371
2372         * src/html.c
2373                 Use UTF-8 chars to replace HTML entities
2374
2375 2006-09-27 [colin]      2.5.2cvs4
2376
2377         * AUTHORS
2378         * src/prefs_account.c
2379         * src/gtk/authors.h
2380                 Fix bug #1024 (Array index out of
2381                 range in sylpheed-claws-2.5.2)
2382                 Patch by Ales Nosek <anosek@suse.cz>
2383
2384 2006-09-27 [colin]      2.5.2cvs3
2385
2386         * src/addr_compl.c
2387                 Actually do the test
2388
2389 2006-09-27 [colin]      2.5.2cvs2
2390
2391         * src/addr_compl.c
2392         * src/addr_compl.h
2393                 Allow completing with comma (in certain cases: vCalendar
2394                 for example doesn't support that)
2395                 Patch by Fabien Vantard
2396
2397 2006-09-26 [colin]      2.5.2cvs1
2398
2399         * src/Makefile.am
2400         * src/addr_compl.c
2401         * src/addr_compl.h
2402         * src/addrbook.c
2403         * src/addrbook.h
2404         * src/addressbook.c
2405         * src/addrindex.c
2406         * src/addrindex.h
2407         * src/compose.c
2408         * src/prefs_common.c
2409         * src/prefs_filtering_action.c
2410         * src/prefs_folder_item.c
2411         * src/prefs_template.c
2412         * src/stock_pixmap.c
2413         * src/stock_pixmap.h
2414         * src/pixmaps/addr_one.xpm
2415         * src/pixmaps/addr_two.xpm
2416                 Add auto-completion on groups
2417
2418 2006-09-26 [colin]      2.5.2
2419
2420         * NEWS
2421         * README
2422         * RELEASE_NOTES
2423                 2.5.2 released
2424
2425 2006-09-26 [colin]      2.5.1cvs5
2426
2427         * src/matcher.c
2428                 Fix condition
2429
2430 2006-09-26 [colin]      2.5.1cvs4
2431
2432         * src/mbox.c
2433                 Revert cvs1 (useless as the message is printed 
2434                 every 500 mails)
2435
2436 2006-09-26 [colin]      2.5.1cvs3
2437
2438         * src/partial_download.c
2439                 Fix crasher found by Alexsandar Urosevic
2440
2441 2006-09-26 [colin]      2.5.1cvs2
2442
2443         * src/summaryview.c
2444                 Fix bug #1023 (Sylpheed deletes too much messages)
2445
2446 2006-09-26 [ticho]      2.5.1cvs1
2447
2448         * src/mbox.c
2449                 Make use of gettext's multiple plurals for statusbar
2450                 progress message.
2451
2452 2006-09-25 [paul]       2.5.1
2453
2454         * NEWS
2455         * README
2456         * RELEASE_NOTES
2457                 2.5.1 released
2458
2459 2006-09-25 [colin]      2.5.0cvs3
2460
2461         * src/plugins/bogofilter/bogofilter.c
2462         * src/plugins/clamav/clamav_plugin.c
2463         * src/plugins/spamassassin/spamassassin.c
2464                 BogoFilter, Spamassassin: Fix double hook registering after
2465                 visiting preferences
2466                 Spamassassin, Clamav: Just set the mails to move instead of
2467                 doing the move - caller will move the things at once.
2468
2469 2006-09-25 [colin]      2.5.0cvs2
2470
2471         * src/imap.c
2472         * src/etpan/imap-thread.c
2473                 Use UID SEARCH ALL instead of UID 1:*
2474                 (braindead servers can't figure out that's
2475                 the same...)
2476
2477 2006-09-25 [wwp]        2.5.0cvs1
2478
2479         * src/message_search.c
2480                 Added the ability to stop a running search (in message body).
2481
2482 2006-09-25 [paul]       2.5.0
2483
2484         * NEWS
2485         * README
2486         * RELEASE_NOTES
2487                 2.5.0 released
2488
2489 2006-09-25 [paul]       2.4.0cvs214
2490
2491         * po/cs.po
2492         * po/de.po
2493         * po/fi.po
2494         * po/fr.po
2495         * po/nl.po
2496         * po/pt_BR.po
2497         * po/sk.po
2498         * po/sr.po
2499         * po/zh_CN.po
2500                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2501                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2502                 Ticho, Aleksander Urosevic, Ralgh Young
2503
2504 2006-09-24 [mones]      2.4.0cvs213
2505
2506         * po/es.po
2507                 Updated for release
2508
2509 2006-09-23 [colin]      2.4.0cvs212
2510
2511         * src/gtk/inputdialog.c
2512                 Fix [ ] remember this appearing in normal
2513                 input dialogs after it's been used by
2514                 mimeview.
2515         * src/folder.c
2516         * src/folderview.c
2517         * src/msgcache.c
2518         * src/procmsg.c
2519         * src/summaryview.c
2520         * src/textview.c
2521         * src/common/timing.h
2522                 Enable timings in debug mode and make it
2523                 look prettier.
2524
2525 2006-09-22 [colin]      2.4.0cvs211
2526
2527         * README
2528                 Revert test change
2529         * commitHelper
2530                 ping the correct URI
2531
2532 2006-09-22 [colin]      2.4.0cvs210
2533
2534         * README
2535                 Let's see if bug #1022 is fixed
2536
2537 2006-09-21 [colin]      2.4.0cvs209
2538
2539         * src/wizard.c
2540         * src/common/plugin.c
2541                 Prepare infra to load predefined plugins when
2542                 no configuration existed. Don't actually load
2543                 anything yet (feat. freeze)
2544
2545 2006-09-21 [wwp]        2.4.0cvs208
2546
2547         * manual/fr/faq.xml
2548                 Partial sync w/ 2.4.0cvs72:
2549                 wrap file and minor updates.
2550
2551 2006-09-21 [wwp]        2.4.0cvs207
2552
2553         * tools/fix_date.sh
2554                 several fixes and enhancements. A new --force switch has been
2555                 added to prevent overriding by default Date: header when
2556                 already existing.
2557
2558 2006-09-21 [paul]       2.4.0cvs206
2559
2560         * src/common/utils.c
2561                 add Chinese UTF8 Re prefix
2562
2563 2006-09-21 [wwp]        2.4.0cvs205
2564
2565         * tools/Makefile.am
2566                 Fics alfabettical order.
2567
2568 2006-09-21 [wwp]        2.4.0cvs204
2569
2570         * tools/fix_date.sh
2571         * tools/Makefile.am
2572                 Added an action tool to fix missing Date field in emails.
2573                 Updated Makefile.am to reflect those last two additions.
2574
2575 2006-09-21 [wwp]        2.4.0cvs203
2576
2577         * tools/uuooffice
2578                 Added a action tool to open uuencoded docs w/
2579                 OpenOffice (based on uudec method).
2580
2581 2006-09-21 [colin]      2.4.0cvs202
2582
2583         * src/compose.c
2584         * src/textview.c
2585                 Workaround possible GTK crash: remove selection 
2586                 clipboard before destroying widget, or GTK+-2.10
2587                 dies. Thanks to Hiro.
2588
2589 2006-09-20 [colin]      2.4.0cvs201
2590
2591         * src/compose.c
2592                 Fix free-after-use in some cases (when 
2593                 procmime_encode_content() frees mimeinfo->data.mem
2594                 and turns it to a temp file)
2595
2596 2006-09-20 [colin]      2.4.0cvs200
2597
2598         * src/folderview.c
2599         * src/summaryview.c
2600         * src/gtk/gtksctree.c
2601         * src/gtk/gtksctree.h
2602                 Add tooltips in the folderview and summaryview
2603                 (Doesn't break string freeze as they already
2604                 exist)
2605         * src/toolbar.c
2606                 Put the spam button in the default configuration
2607                 if compiled with bogo plugin too
2608
2609 2006-09-19 [colin]      2.4.0cvs199
2610
2611         * src/summaryview.c
2612         * src/summaryview.h
2613                 Update folder name label on folder rename
2614         * src/prefs_matcher.c
2615         * src/gtk/logwindow.h
2616                 Fix warnings
2617                 Patches by Fabien
2618
2619 2006-09-19 [wwp]        2.4.0cvs198
2620
2621         * src/summary_search.c
2622                 fix can't click forward/backward buttons in the
2623                 search messages.
2624
2625 2006-09-18 [paul]       2.4.0cvs197
2626
2627         * src/wizard.c
2628                 add missing bracket, capitalise the A of
2629                 'SpamAssassin'
2630
2631 2006-09-18 [paul]       2.4.0cvs196
2632
2633         * src/compose.c
2634                 fix bug 1012 'crashed upon sending mail
2635                 from compose window'
2636                 Thanks to Colin
2637
2638 2006-09-16 [colin]      2.4.0cvs195
2639
2640         * src/folderview.c
2641                 Fix "real-time" sorting by freezing/thawing
2642
2643 2006-09-16 [colin]      2.4.0cvs194
2644
2645         * manual/faq.xml
2646                 Fix the anti-spam entry a bit
2647
2648 2006-09-16 [colin]      2.4.0cvs193
2649
2650         * src/wizard.c
2651                 Make sure reviewers have no excuse when stating
2652                 Sylpheed-Claws doesn't have antispam capabilities.
2653
2654 2006-09-16 [colin]      2.4.0cvs192
2655
2656         * src/main.c
2657                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2658                 as if the SIGPIPE comes from etpan's thread we could
2659                 trigger a GUI update from this thread.
2660
2661 2006-09-16 [colin]      2.4.0cvs191
2662
2663         * src/summaryview.c
2664                 Init all members of the struct
2665
2666 2006-09-16 [paul]       2.4.0cvs190
2667
2668         * src/account.c
2669                 improvements to the English
2670
2671 2006-09-15 [colin]      2.4.0cvs189
2672
2673         * src/summaryview.c
2674                 HIG order on dialog
2675
2676 2006-09-14 [colin]      2.4.0cvs188
2677
2678         * src/common/socket.c
2679         * src/common/socket.h
2680         * src/common/ssl.c
2681         * src/common/ssl_certificate.c
2682         * src/common/ssl_certificate.h
2683         * src/etpan/imap-thread.c
2684                 the get_fqdn() call done to get canonical name when
2685                 checking an SSL certificate is blocking, which is
2686                 sad as we just did a non-blocking lookup to connect.
2687                 Fix that by letting the fqdn available to the SockInfo,
2688                 and use that in ssl_certificate_check(). For IMAP,
2689                 we don't do it as the lookup's done by libetpan, but
2690                 it's less annoying as IMAP connections as much more
2691                 rare than POP3 connections.
2692
2693 2006-09-14 [paul]       2.4.0cvs187
2694
2695         * manual/advanced.xml
2696                 improvements to the English,
2697                 properly place the new hidden options
2698                 within the alphabetical order
2699         * src/gtk/pluginwindow.c
2700                 improvements to the English
2701
2702 2006-09-14 [colin]      2.4.0cvs186
2703
2704         * src/prefs_common.c
2705         * src/prefs_common.h
2706         * src/gtk/gtksctree.c
2707         * manual/advanced.xml
2708                 New hidden pref, stripes_color_offset, to change
2709                 the value added/substracted to normal bgcolor to
2710                 create the stripes in summaries
2711
2712 2006-09-13 [colin]      2.4.0cvs185
2713
2714         * src/gedit-print.c
2715         * src/messageview.c
2716         * src/messageview.h
2717         * src/summaryview.c
2718         * src/textview.c
2719                 Fix misc. printing issues: 
2720                 - Bad font for linkified headers
2721                 - Different font if the mail was displayed or not
2722                 - Factorize the thing
2723
2724 2006-09-13 [colin]      2.4.0cvs184
2725
2726         * src/common/ssl_certificate.c
2727                 Only get FQDN once when checking certificate
2728
2729 2006-09-13 [colin]      2.4.0cvs183
2730
2731         * src/account.c
2732         * src/gtk/pluginwindow.c
2733                 Misc. GUI fixes by Fabien
2734
2735 2006-09-13 [wwp]        2.4.0cvs182
2736
2737         * configure.ac
2738         * src/common/utils.h
2739         * src/common/utils.c
2740                 get rid of unused wide-char functions.
2741
2742 2006-09-13 [wwp]        2.4.0cvs181
2743
2744         * src/plugins/pgpinline/sylpheed.def
2745         * src/textview.c
2746                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2747                 add privacy_reset_error to the .def file,
2748                 do not fork for an external textviewer.
2749
2750 2006-09-13 [wwp]        2.4.0cvs180
2751
2752         * src/prefs_common.c
2753                 fix broken font entry in prefs (patch issued by the gpg4win team,
2754                 probably by Marcus Brinkmann <marcus@g10code.de>).
2755
2756 2006-09-13 [colin]      2.4.0cvs179
2757
2758         * src/folder.h
2759                 Fix a warning in summaryview.c
2760         * src/mainwindow.c
2761         * src/summaryview.c
2762         * src/summaryview.h
2763                 Add missing Mark/* elements in the
2764                 main menu
2765
2766 2006-09-12 [colin]      2.4.0cvs178
2767
2768         * src/prefs_actions.c
2769         * src/prefs_filtering_action.c
2770         * src/prefs_matcher.c
2771                 Use (New) instead of New everywhere
2772
2773 2006-09-12 [wwp]        2.4.0cvs177
2774
2775         * manual/fr/addrbook.xml
2776         * manual/fr/handling.xml
2777                 updated some quotes in the fr manual to match the fr translation.
2778
2779 2006-09-12 [wwp]        2.4.0cvs176
2780
2781         * src/prefs_matcher.c
2782                 don't store translated string elements in matcher expressions.
2783                 Also fixed a misused of Q_().
2784
2785 2006-09-11 [wwp]        2.4.0cvs175
2786
2787         * src/plugins//bogofilter/bogofilter.c
2788         * src/plugins//clamav/clamav_plugin.c
2789         * src/plugins//demo/demo.c
2790         * src/plugins//dillo_viewer/dillo_viewer.c
2791         * src/plugins//pgpcore/plugin.c
2792         * src/plugins//pgpinline/plugin.c
2793         * src/plugins//pgpmime/plugin.c
2794         * src/plugins//spamassassin/spamassassin.c
2795                 gettext-ize more strings (mostly plugin error messages).
2796
2797 2006-09-11 [colin]      2.4.0cvs174
2798
2799         * src/alertpanel.c
2800                 Make maximum buffer size bigger to avoid
2801                 truncating translated messages. Patch by
2802                 Fabien
2803
2804 2006-09-11 [colin]      2.4.0cvs173
2805
2806         * src/etpan/imap-thread.c
2807                 Fix compilation on OpenBSD, thanks to 
2808                 Landry
2809
2810 2006-09-10 [wwp]        2.4.0cvs172
2811
2812         * manual/account.xml
2813         * manual/addrbook.xml
2814         * manual/handling.xml
2815         * manual/es/handling.xml
2816         * manual/fr/account.xml
2817         * manual/fr/addrbook.xml
2818         * manual/fr/handling.xml
2819                 documented addressbook matching (condition configuration):
2820                   addrbook.xml, en fr
2821                 documented per-account filtering rules (handling/filtering
2822                   section, account section):
2823                   account.xml, handling.xml, en fr
2824                 slightly updated the handling/searching section to tell few
2825                   words about the extended search ability:
2826                   handling.xml, en fr
2827                 added missing <quote></quotes> to Quick Search:
2828                   handling.xml, en fr es
2829                 fixed a typo (auomatically):
2830                   handling.xml, en
2831                 changes revisited by Paul.
2832
2833 2006-09-10 [paul]       2.4.0cvs171
2834
2835         * src/prefs_actions.c
2836         * src/prefs_filtering.c
2837         * src/prefs_template.c
2838                 adjustments to the gui
2839                 Patch by Fabien Vantard (slightly modified)
2840
2841 2006-09-10 [colin]      2.4.0cvs170
2842
2843         * src/summaryview.c
2844                 Check folderitem/summaryview consistency
2845                 (basically automates Update summary). Fixes
2846                 #1011 (wrong (negative) count on unread 
2847                 messages)
2848
2849 2006-09-10 [colin]      2.4.0cvs169
2850
2851         * src/gtk/gtksctree.c
2852                 Fix recursive expansion via mouse
2853         * src/plugins/bogofilter/bogofilter.c
2854                 Use normal filtering way of moving
2855                 messages (batching), possibly fixing
2856                 bug #1015 (Bogofilter plugin doubles 
2857                 new messages)
2858
2859 2006-09-09 [wwp]        2.4.0cvs168
2860
2861         * src/prefs_filtering.c
2862                 better place for this fix.
2863
2864 2006-09-09 [wwp]        2.4.0cvs167
2865
2866         * src/prefs_filtering.c
2867                 fix a minor bug when the enabled status of a filtering/processing
2868                 rule always got set to TRUE when replacing this rule. That still
2869                 make sense when adding a new rule, but now when replacing, we
2870                 don't override the value of 'enabled'.
2871                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2872                 to prefs_filtering_list_view_get_info() as this function not only
2873                 returns the name, but also the account_id and the enabled status.
2874
2875 2006-09-09 [mones]      2.4.0cvs166
2876
2877         * manual/glossary.xml
2878         * manual/plugins.xml
2879                 Minor format corrections
2880         * manual/gpl.xml
2881                 Fix misplaced NO WARRANTY section
2882         * manual/es/advanced.xml
2883         * manual/es/faq.xml
2884         * manual/es/glossary.xml
2885         * manual/es/gpl.xml
2886         * manual/es/handling.xml
2887         * manual/es/plugins.xml
2888         * manual/es/starting.xml
2889                 Incorporate changes from English version
2890         * manual/fr/ack.xml
2891         * manual/pl/ack.xml
2892         * manual/es/ack.xml
2893                 Fix address, (add translation credits in es version)
2894         * po/es.po
2895                 Updated translation
2896
2897 2006-09-09 [wwp]        2.4.0cvs165
2898
2899         * src/prefs_filtering.c
2900                 fix a crash when opening filtering prefs, if matcherrc file contains
2901                 broken data (non-existing account id, which is theoretically not
2902                 possible).
2903
2904 2006-09-08 [colin]      2.4.0cvs164
2905
2906         * src/folder.c
2907                 Wrong assert, make it an if()
2908         * src/gtk/gtksctree.c
2909                 Fix bug #1013 (expand selected thread 
2910                 tree) - expanding is now recursive
2911
2912 2006-09-07 [wwp]        2.4.0cvs163
2913
2914         * src/prefs_matcher.c
2915                 make better sentences about addressbook matching in the
2916                 matcher prefs. This should make translators' work easier
2917                 too.
2918
2919 2006-09-07 [wwp]        2.4.0cvs162
2920
2921         * src/prefs_filtering.c
2922                 code simplification (get rid of dup var. assignment).
2923
2924 2006-09-07 [wwp]        2.4.0cvs161
2925
2926         * src/summaryview.c
2927                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2928                 <fzzzzz@gmail.com>.
2929
2930 2006-09-07 [paul]       2.4.0cvs160
2931
2932         * src/mimeview.c
2933                 fix compilation warnings
2934                 Thanks to Colin
2935
2936 2006-09-07 [paul]       2.4.0cvs159
2937
2938         * src/mimeview.c
2939                 select the mimepart icon when
2940                 displaying as text
2941                 Thanks to Colin
2942
2943 2006-09-06 [paul]       2.4.0cvs158
2944
2945         * src/prefs_filtering.c
2946                 fix labels and table element spacing
2947                 Patch by Fabien Vantard
2948
2949 2006-09-06 [paul]
2950
2951         2.5.0-rc3 released
2952
2953 2006-09-06 [paul]       2.4.0cvs157
2954
2955         * manual/es/advanced.xml
2956                 fix typo
2957
2958 2006-09-06 [wwp]        2.4.0cvs156
2959
2960         * src/mainwindow.c
2961                 fix an dup launch issue when iconified, thanks to Colin.
2962
2963 2006-09-06 [wwp]        2.4.0cvs155
2964
2965         * src/gtk//gtksctree.h
2966                 oops, forgot that one!
2967
2968 2006-09-06 [wwp]        2.4.0cvs154
2969
2970         * manual/pl/advanced.xml
2971         * manual/advanced.xml
2972         * manual/es/advanced.xml
2973         * manual/fr/advanced.xml
2974         * src/prefs_customheader.c
2975         * src/prefs_filtering_action.c
2976         * src/foldersel.c
2977         * src/prefs_summaries.c
2978         * src/prefs_filtering.c
2979         * src/account.c
2980         * src/compose.c
2981         * src/prefs_summary_column.c
2982         * src/addr_compl.c
2983         * src/prefs_actions.c
2984         * src/prefs_folder_column.c
2985         * src/ssl_manager.c
2986         * src/prefs_template.c
2987         * src/prefs_display_header.c
2988         * src/prefs_common.h
2989         * src/prefs_matcher.c
2990         * src/prefs_common.c
2991         * src/prefs_toolbar.c
2992         * src/summaryview.c
2993         * src/folderview.c
2994         * src/gtk/gtksctree.c
2995         * src/gtk/pluginwindow.c
2996         * src/gtk/progressdialog.c
2997         * src/gtk/prefswindow.c
2998                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2999                 to make its meaning more obvious (all versions of the manual reflect
3000                 the change).
3001                 added an extra hidden option use_stripes_in_summary to allow
3002                 discarding these stripes in mainwindow's folder and message lists;
3003                 en and fr manuals only are OK towards this.
3004
3005 2006-09-06 [colin]      2.4.0cvs153
3006
3007         * src/textview.c
3008                 Hide Sylpheed-Claws' internal queue headers
3009                 when showing all headers. They'll be present
3010                 only in Source window.
3011
3012 2006-09-05 [colin]      2.4.0cvs152
3013
3014         * src/plugins/trayicon/trayicon.c
3015                 Fix crash at exit - we have to disconnect
3016                 our handlers
3017         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3018                 Update eggtrayicon - patch adapted from a
3019                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3020                 on Sylpheed's ML
3021
3022 2006-09-05 [colin]      2.4.0cvs151
3023
3024         * src/mainwindow.c
3025         * src/gtk/logwindow.c
3026                 Fix race condition when something writes
3027                 to the log too soon during init. Thanks
3028                 to Fabien Vantard
3029
3030 2006-09-05 [colin]      2.4.0cvs150
3031
3032         * src/mimeview.c
3033                 Don't select part on right-click either
3034
3035 2006-09-05 [paul]       2.4.0cvs149
3036
3037         * src/mimeview.c
3038                 completion of previous commit
3039                 Thanks to Colin
3040
3041 2006-09-05 [colin]      2.4.0cvs148
3042
3043         * src/mimeview.c
3044                 Don't force selection on middle-click, just open
3045
3046 2006-09-04 [colin]      2.4.0cvs147
3047
3048         * src/mimeview.c
3049                 Looks like gtk_notebook_set_current_page()
3050                 sometimes steals focus, and this annoys us
3051                 in MimeViewers as it renders navigation
3052                 keys useless. Take back focus after switching
3053                 pages.
3054
3055 2006-09-04 [colin]      2.4.0cvs146
3056
3057         * src/messageview.c
3058                 Set stop_loading when clicking on Next
3059                 during load. Don't add a callback to 
3060                 avoid over-complicating things.
3061
3062 2006-09-04 [colin]      2.4.0cvs145
3063
3064         * src/mimeview.c
3065         * src/messageview.c
3066                 Fix multiple loads in separate messageview
3067
3068 2006-09-04 [colin]      2.4.0cvs144
3069
3070         * src/summaryview.c
3071                 Let navigation keys be handled during 
3072                 load
3073
3074 2006-09-04 [colin]      2.4.0cvs143
3075
3076         * src/messageview.c
3077         * src/summaryview.c
3078         * src/textview.c
3079         * src/textview.h
3080                 Make loading of huge mails (lots of text and/or
3081                 images) cancellable, so the GUI doesn't block 
3082
3083 2006-09-04 [colin]      2.4.0cvs142
3084
3085         * src/plugins/trayicon/trayicon.c
3086                 Fix annoyance when removing a folder with 
3087                 unread mails: trayicon didn't update
3088
3089 2006-09-04 [paul]       2.4.0cvs141
3090
3091         * src/gtk/icon_legend.c
3092                 straighten up columns
3093                 Patch by Fabien Vantard
3094
3095 2006-09-04 [wwp]        2.4.0cvs140
3096
3097         * src/prefs_filtering.c
3098                 fix new line's account name in filtering prefs:
3099                 was "All", is now "(New)".
3100
3101 2006-09-04 [paul]       2.4.0cvs139
3102
3103         * tools/make.themes.project
3104                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3105                 instead of homebrewed "make release"
3106
3107 2006-09-03 [colin]      2.4.0cvs138
3108
3109         * src/folderview.c
3110                 Fix bug #1007 (Wrong folder highlighted)
3111
3112 2006-09-03 [colin]      2.4.0cvs137
3113
3114         * src/compose.c
3115                 Don't set Newsgroup: header to a mail folder
3116                 path
3117
3118 2006-09-03 [paul]       2.4.0cvs136
3119
3120         * src/prefs_other.c
3121         * src/prefs_spelling.c
3122                 unify the gui
3123
3124 2006-09-03 [paul]       2.4.0cvs135
3125
3126         * src/prefs_summaries.c
3127                 correct menu item text in prefs_keybind_apply_clicked()
3128
3129 2006-09-03 [paul]       2.4.0cvs134
3130
3131         * manual/advanced.xml
3132                 some improvements to the descriptions
3133         * src/mainwindow.c
3134         * src/messageview.c
3135         * src/summaryview.c
3136         * src/gtk/menu.c
3137                 fix menu sensitivity issues
3138         * src/prefs_message.c
3139                 drop the useless word 'short'
3140         * src/prefs_other.c
3141                 add the word 'lines' indicating log length
3142                 is a measure of lines
3143         * src/textview.c
3144                 fix compilation warnings
3145
3146 2006-09-02 [colin]      2.4.0cvs133
3147
3148         * src/messageview.c
3149                 Display a special return-receipt message
3150                 if the message is from the user
3151         * src/summaryview.c
3152                 Fix missing freeze of the list when marking
3153                 all read and unthreading for exec. Thanks
3154                 to Stephan Sachse.
3155
3156 2006-09-02 [paul]       2.4.0cvs132
3157
3158         * src/mainwindow.c
3159         * src/prefs_message.c
3160         * src/summaryview.c
3161                 fix some english
3162
3163 2006-09-02 [wwp]        2.4.0cvs131
3164
3165         * src/prefs_filtering.c
3166                 added an account name column to the filtering rules
3167                 dialog.
3168
3169 2006-09-02 [colin]      2.4.0cvs130
3170
3171         * src/gtk/logwindow.c
3172         * src/gtk/logwindow.h
3173                 Block scrolling if we're not at the end
3174                 of the log
3175
3176 2006-09-02 [colin]      2.4.0cvs129
3177
3178         * src/folder.c
3179                 Make sure account-specific rules can't
3180                 be used in {pre-,post-,}processing
3181         * src/mainwindow.c
3182         * src/gtk/logwindow.c
3183         * src/gtk/logwindow.h
3184                 Jump to last error when clicking on the
3185                 warning icon
3186
3187 2006-09-02 [colin]      2.4.0cvs128
3188
3189         * src/imap.c
3190         * src/import.c
3191         * src/mainwindow.c
3192         * src/mainwindow.h
3193                 Fix warning icon
3194         * src/inc.c
3195         * src/mbox.c
3196         * src/mbox.h
3197                 Let proc_mbox know its account, for
3198                 account-specific rules
3199
3200 2006-09-01 [colin]      2.4.0cvs127
3201
3202         * src/codeconv.c
3203                 Don't uselessly use iconv to convert from
3204                 us-ascii
3205         * src/alertpanel.c
3206         * src/mainwindow.c
3207         * src/mainwindow.h
3208         * src/inc.c
3209                 Fix certain log cases, disable warning icon
3210                 for now, the correct way to display it when
3211                 necessary and only when necessary is probably
3212                 to do it manually rather than use error logs
3213         * src/etpan/imap-thread.c
3214                 Clean up UID logging a bit
3215         * src/gtk/logwindow.c
3216         * src/gtk/logwindow.h
3217                 Make logging faster when the window's closed
3218
3219 2006-09-01 [wwp]        2.4.0cvs126
3220
3221         * manual/fr/account.xml
3222                 reflect changes to the ref. manual (parts of cvs72):
3223                 fix tabnames and quotes.
3224
3225 2006-09-01 [wwp]        2.4.0cvs125
3226
3227         * manual/fr/plugins.xml
3228                 reflect changes to the reference manual (cvs42):
3229                 update IRC channel info.
3230
3231 2006-09-01 [wwp]        2.4.0cvs124
3232
3233         * commitHelper
3234                 use CVSEDITOR env. var. if set, according to `man cvs`.
3235
3236 2006-09-01 [wwp]        2.4.0cvs123
3237
3238         * manual/advanced.xml
3239                 better sentence again (thanks to Paul).
3240
3241 2006-09-01 [wwp]        2.4.0cvs122
3242
3243         * manual/advanced.xml
3244         fix definition of toolbar_detachable and rework a bit the one of
3245         enable_dotted_lines.
3246
3247 2006-09-01 [mones]      2.4.0cvs121
3248
3249         * manual/advanced.xml
3250                 Document enable_dotted_lines
3251
3252 2006-09-01 [paul]       2.4.0cvs120
3253
3254         * src/folderview.c
3255         * src/folderview.h
3256         * src/imap.c
3257         * src/mainwindow.c
3258         * src/summaryview.c
3259                 obey the 'When entering folder...' option
3260                 when using the /View/Go to/... menu items
3261                 Thanks to Colin
3262
3263 2006-08-31 [colin]      2.4.0cvs119
3264
3265         * src/folderview.c
3266                 Revert 2.4.0cvs116, wrong fix.
3267
3268 2006-08-31 [colin]      2.4.0cvs118
3269
3270         * src/gtk/gtksctree.c
3271                 Better state the various copyrights
3272
3273 2006-08-31 [colin]      2.4.0cvs117
3274
3275         * src/prefs_common.c
3276                 fix enable_dotted_lines
3277
3278 2006-08-31 [colin]      2.4.0cvs116
3279
3280         * src/folderview.c
3281                 Use pref "Always open on select" when going
3282                 to next unread folder
3283         * src/gtk/gtksctree.c
3284                 Fix link failure to _gtk_clist_create_cell_layout
3285                 on certain computers. (Why not mine, I wonder)
3286
3287 2006-08-31 [colin]      2.4.0cvs115
3288
3289         * src/procmsg.c
3290         * src/textview.c
3291         * src/plugins/bogofilter/bogofilter.c
3292         * src/plugins/spamassassin/spamassassin.c
3293                 Requalify some "errors" to warnings
3294         * src/mainwindow.c
3295         * src/mainwindow.h
3296         * src/statusbar.c
3297                 Add an icon in the statusbar to notify
3298                 of errors
3299         * src/gtk/gtksctree.c
3300         * src/folderview.c
3301         * src/summaryview.c
3302                 Make the GtkSCTree look more modern by
3303                 alternating background lines
3304         * src/prefs_common.c
3305         * src/prefs_common.h
3306                 Add a pref to let people have the old
3307                 way if they prefer
3308
3309
3310 2006-08-30 [colin]      2.4.0cvs114
3311
3312         * src/procmsg.c
3313         * src/procmsg.h
3314                 Provide a way to filter a list of
3315                 messages in an optimised manner, and
3316                 add a list-filtering hook
3317         * src/folder.c
3318         * src/inc.c
3319         * src/mbox.c
3320                 Use the list filtering
3321         * src/plugins/bogofilter/bogofilter.c
3322                 Use the list-filtering hook
3323                 Use -b (bulk) mode for more speed
3324                 when learning and filtering
3325         * src/etpan/imap-thread.c
3326                 Make log output shorter in UID SEARCH
3327
3328
3329 2006-08-30 [colin]      2.4.0cvs113
3330
3331         * src/plugins/bogofilter/bogofilter.c
3332                 Really fast mass learning - thanks to David
3333                 Relson for the options explanations :)
3334
3335 2006-08-30 [colin]      2.4.0cvs112
3336
3337         * src/msgcache.c
3338                 Fix compilation on FreeBSD. Thanks
3339                 to Michael Hugues
3340
3341 2006-08-29 [colin]      2.4.0cvs111
3342
3343         * src/folderview.c
3344                 Handle "popup_menu" signal (for popping the 
3345                 menu via the keyboard)
3346         * src/mimeview.c
3347         * src/mimeview.h
3348         * src/summaryview.c
3349         * src/textview.c
3350         * src/gtk/gtkutils.c
3351         * src/gtk/gtkutils.h
3352                 Factorize scrolling code, and add an API 
3353                 for MimeViewers to handle scroll orders
3354
3355 2006-08-29 [wwp]        2.4.0cvs110
3356
3357         * src/plugins//bogofilter/bogofilter.c
3358         * src/plugins//spamassassin/spamassassin.c
3359                 make the bogofilter/spamassassin filtering error dialogs at
3360         incorporation obey to the "don't popup error dialog on
3361         receive error" option. If disabled, feed the log window w/
3362         the error message.
3363
3364 2006-08-29 [paul]
3365
3366         2.5.0-rc2 released
3367
3368 2006-08-29 [paul]       2.4.0cvs109
3369
3370         * Makefile.am
3371                 remove 'make release', it's not needed
3372                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3373
3374 2006-08-29 [paul]       2.4.0cvs108
3375
3376         * src/foldersel.c
3377         * src/summary_search.c
3378         * src/gtk/progressdialog.c
3379         * src/plugins/pgpcore/passphrase.c
3380                 replace deprecated gtk_window_set_policy()
3381
3382 2006-08-29 [colin]      2.4.0cvs107
3383
3384         * src/folder.c
3385                 Fix data loss when copy fails during a move:
3386                 only use fast remove_msgs if everything was
3387                 copied OK; else use slow remove_msg on the
3388                 mails that got copied only.
3389
3390 2006-08-28 [paul]       2.4.0cvs106
3391
3392         * src/mh.c
3393                 revert change in 2.4.0cvs104, it breaks
3394                 stuff
3395
3396 2006-08-28 [paul]       2.4.0cvs105
3397
3398         * src/plugins/spamassassin/spamassassin.c
3399                 english fix
3400
3401 2006-08-28 [paul]       2.4.0cvs104
3402
3403         * src/mh.c
3404                 fix data loss when moving to another
3405                 mailbox fails
3406         * src/prefs_spelling.c
3407                 improve the english
3408         * src/gtk/pluginwindow.c
3409                 improve the layout of the dialog text
3410         All thanks to Colin
3411
3412 2006-08-28 [paul]       2.4.0cvs103
3413
3414         * src/plugins/bogofilter/bogofilter.c
3415         * src/plugins/bogofilter/bogofilter_gtk.c
3416                 fix english up a bit, innit
3417
3418 2006-08-28 [paul]       2.4.0cvs102
3419
3420         * configure.ac
3421         * po/Makefile.in.in
3422         * po/Makevars
3423                 require autoconf 2.60, enabling building
3424                 with gettext 0.15 (gettext 0.14.x build still
3425                 possible). Replace Makefiles with versions
3426                 from gettext 0.15.
3427                 Remove configure options --with-localedir and
3428                 --with-mandir. The options that are provided
3429                 directly by autoconf 2.60 can be used instead:
3430                 --mandir --localedir
3431
3432 2006-08-27 [colin]      2.4.0cvs101
3433
3434         * src/plugins/bogofilter/Makefile.am
3435                 Fix make dist (no README)
3436
3437 2006-08-27 [colin]      2.4.0cvs100
3438
3439         * src/folder.c
3440                 Don't use F_UNKNOWN folders for any default
3441                 outbox/trash/etc
3442         * src/plugins/bogofilter/bogofilter.c
3443         * src/plugins/bogofilter/bogofilter.h
3444         * src/plugins/bogofilter/bogofilter_gtk.c
3445                 Add an option to specify the path to bogofilter
3446                 Use single-quotes to be able to learn in folders
3447                 with spaces in their names
3448                 Verify learning status
3449
3450 2006-08-27 [colin]      2.4.0cvs99
3451
3452         * manual/faq.xml
3453         * manual/plugins.xml
3454                 Document Bogofilter plugin
3455
3456 2006-08-27 [colin]      2.4.0cvs98
3457
3458         * src/compose.c
3459         * src/messageview.c
3460         * src/procmsg.c
3461         * src/procmsg.h
3462                 When possible, copy the queued mail to sent folder
3463                 instead of re-adding. Much faster on IMAP.
3464
3465 2006-08-27 [colin]      2.4.0cvs97
3466
3467         * src/msgcache.c
3468                 Disable mmaped caches - huge metadata loss
3469                 here after a power failure.
3470         * src/summaryview.c
3471                 Add quicksearch timing
3472         * src/common/plugin.c
3473         * src/common/plugin.h
3474                 Implement an interface to tell what plugins
3475                 provide. Prevent loading of similar plugins.
3476         * src/plugins/clamav/clamav_plugin.c
3477         * src/plugins/demo/demo.c
3478         * src/plugins/dillo_viewer/dillo_viewer.c
3479         * src/plugins/pgpcore/plugin.c
3480         * src/plugins/pgpinline/pgpinline.c
3481         * src/plugins/pgpmime/pgpmime.c
3482         * src/plugins/spamassassin/spamassassin.c
3483         * src/plugins/trayicon/trayicon.c
3484                 Implement plugin_provides()
3485
3486 2006-08-27 [colin]      2.4.0cvs96
3487
3488         * configure.ac
3489         * src/plugins/Makefile.am
3490         * src/plugins/bogofilter/.cvsignore
3491         * src/plugins/bogofilter/Makefile.am
3492         * src/plugins/bogofilter/bogofilter.c
3493         * src/plugins/bogofilter/bogofilter.h
3494         * src/plugins/bogofilter/bogofilter_gtk.c
3495                 New Bogofilter plugin, provides filtering and
3496                 learning. Spamassassin will go to extra plugins.
3497
3498 2006-08-26 [mones]      2.4.0cvs95
3499
3500         * manual/handling.xml
3501                 Fix subfolder path in the example (thanks to Paul) 
3502
3503 2006-08-26 [mones]      2.4.0cvs94
3504
3505         * manual/glossary.xml
3506                 2.2. + add ISP to the glossary
3507                 7.5. + Add UIDL to glossary
3508                 7.7. + Add TCP to glossary
3509         * manual/handling.xml
3510                 7.1. + Mentions GNU/Linux distribution, what about the non...
3511                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3512                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3513                 7.4. = Use appropriate quotation for commands
3514                 7.6. = change "" to <quote></quote>
3515         * manual/plugins.xml
3516                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3517         * manual/starting.xml
3518                 2.1. + local mbox file: some examples of mbox file locations...
3519                 Also reformatted files requiring it
3520
3521 2006-08-26 [wwp]        2.4.0cvs93
3522
3523         * src/summary_search.c
3524                 disable find buttons while summary search is running.
3525
3526 2006-08-25 [colin]      2.4.0cvs92
3527
3528         * src/folder.c
3529         * src/folderutils.c
3530         * src/mh.c
3531         * src/procmsg.h
3532         * src/summaryview.c
3533                 Speed up MH moving, and add progressbar
3534                 for MH deletion
3535         * src/msgcache.c
3536                 Write cache files using mmap() too
3537
3538 2006-08-25 [wwp]        2.4.0cvs91
3539
3540         * src/summaryview.c
3541                 switch spam<->ham button when a message has been marked as spam or ham
3542                 and is still selected. Thanks to Colin.
3543
3544 2006-08-25 [paul]       2.4.0cvs90
3545
3546         * src/Makefile.am
3547         * src/stock_pixmap.c
3548         * src/stock_pixmap.h
3549         * src/summaryview.c
3550         * src/gtk/icon_legend.c
3551         * src/pixmaps/copied.xpm
3552         * src/pixmaps/moved.xpm
3553                 add icons for delayed execution marked for
3554                 copying, marked for moving
3555
3556 2006-08-25 [mones]      2.4.0cvs89
3557
3558         * manual/glossary.xml
3559                 Fix the other glossary items:
3560                 5.1. = Inmmediate execution -> <quote>immediate execution...
3561                 5.2. = Fix MBOX capitalization -> Mbox
3562                 5.3. + Improve Plugins def. w/ tech. ref.
3563                 5.4. = Quotation -> replace '>' by <quote>></quote>
3564                 5.5. - SMTP Server. -> remove dot
3565         * po/es.po
3566                 Updated translation
3567
3568 2006-08-25 [mones]      2.4.0cvs88
3569
3570         * manual/ack.xml
3571                 Reformatted, changed email address
3572         * manual/glossary.xml
3573                 Reformatted, fixed MANUAL-TODO items:
3574                 8.2. + add ROT-13 to glossary
3575                 8.4. + add URL to glossary
3576         * manual/es/advanced.xml
3577                 Fixed <literal>s
3578
3579 2006-08-25 [paul]       2.4.0cvs87
3580
3581         * src/gtk/icon_legend.c
3582                 add 'marked for deletion' icon
3583                 arrange icons by containing column
3584                 wrap long label text
3585
3586 2006-08-25 [colin]      2.4.0cvs86
3587
3588         * src/common/utils.c
3589         * src/common/utils.h
3590                 Add the sc_g_*list_bigger functions in
3591                 a place everyone can use it
3592         * src/summaryview.c
3593                 Only freeze/thaw the list when working
3594                 on the selection, if it's bigger than 1
3595         * src/gtk/gtksctree.c
3596                 Only freeze/thaw the list when unselec-
3597                 ting 'all' if ('all' != 1)
3598                 This avoids some flickering
3599
3600 2006-08-24 [colin]      2.4.0cvs85
3601
3602         * src/addressbook.c
3603                 Fix strange list selection
3604                 Fix random seg (Invalid read of freed memory)
3605
3606 2006-08-24 [colin]      2.4.0cvs84
3607
3608         * src/alertpanel.c
3609         * src/gtk/inputdialog.c
3610         * src/plugins/pgpcore/passphrase.c
3611                 Revert minimal width patch of 2.4.0cvs67,
3612                 as it is also a maximal width. Use 
3613                 gtk_window_set_default_size instead.
3614
3615 2006-08-24 [colin]      2.4.0cvs83
3616
3617         * src/msgcache.c
3618                 Write cache/mark to temp files before
3619                 overwriting old ones (avoids metadata
3620                 loss if writing the new files fail).
3621                 Use mmap() to read cache/mark file, as
3622                 this makes cache reading faster. Dis-
3623                 abled for big-endian machines until it
3624                 can be tested. (Big-endian users: set
3625                 msgcache_use_mmap = TRUE in the relevant
3626                 #if).
3627         * src/procmsg.h
3628                 Move rarely used fields of MsgInfo in 
3629                 another structure, which will only be
3630                 allocated if needed. Face, X-Face,
3631                 Return receipt headers and List-*
3632                 headers are moved. Mails having none
3633                 of these occupy 52 bytes less with
3634                 this patch, which makes 2.5MB of RAM
3635                 saved on a 50k folder).
3636         * src/headerview.c
3637         * src/mainwindow.c
3638         * src/messageview.c
3639         * src/partial_download.c
3640         * src/procheader.c
3641         * src/procmsg.c
3642         * src/textview.c
3643                 Follow this structure change.
3644
3645 2006-08-24 [wwp]        2.4.0cvs82
3646
3647         * manual/es/.cvsignore
3648         * manual/es/dist/.cvsignore
3649         * manual/es/dist/html/.cvsignore
3650         * manual/es/dist/pdf/.cvsignore
3651         * manual/es/dist/ps/.cvsignore
3652         * manual/es/dist/txt/.cvsignore
3653                 more (generated) files to ignore.
3654
3655 2006-08-24 [colin]      2.4.0cvs81
3656
3657         * src/folder.c
3658         * src/mh.c
3659                 Fix possible problems with local delivery. Check the folder doesn't
3660                 need scan before setting its mtime when saving cache (which can be
3661                 done long after the folder's been modified by an external process);
3662                 Check that the stored item's mtime didn't change in mh functions.
3663
3664 2006-08-24 [mones]      2.4.0cvs80
3665
3666         * manual/advanced.xml
3667                 Rewrapping, some fixes and MANUAL-TODO items:
3668                 8.1. = change "" to <quote></quote>
3669                 8.3. = quote menu items
3670                 8.5. - deploying -> new user ... ideally a new user (redundant)
3671
3672 2006-08-23 [colin]      2.4.0cvs79
3673
3674         * src/gtk/gtksctree.c
3675                 When selecting or deselecting range, only
3676                 freeze/thaw when selection is bigger than 10
3677
3678 2006-08-23 [colin]      2.4.0cvs78
3679
3680         * src/messageview.c
3681         * src/mimeview.c
3682         * src/mimeview.h
3683         * src/plugins/dillo_viewer/dillo_viewer.c
3684                 Provide an API for MimeViewer plugins to
3685                 return a text selection for replying
3686
3687 2006-08-23 [colin]      2.4.0cvs77
3688
3689         * src/image_viewer.c
3690         * src/textview.c
3691                 Use gtk_pixbuf_new_from_file_at_scale(), which
3692                 is faster than getting the pixbuf then resizing
3693                 it.
3694
3695 2006-08-23 [colin]      2.4.0cvs76
3696
3697         * src/procmime.c
3698                 UTF-8 should be sent Quoted-printable
3699
3700 2006-08-22 [colin]      2.4.0cvs75
3701
3702         * src/mh.c
3703                 Check if scan is required before touching
3704                 the folder (or it'll be required every time)
3705
3706 2006-08-22 [colin]      2.4.0cvs74
3707
3708         * configure.ac
3709                 Require libetpan 0.46 (crasher fix when built
3710                 against gnutls)
3711
3712 2006-08-22 [colin]      2.4.0cvs73
3713
3714         * src/folder.c
3715                 Set folder's mtime after writing its
3716                 cache
3717         * src/folderview.c
3718                 Add some timing
3719         * src/procmsg.c
3720                 Don't do useless stuff if we don't 
3721                 thread by subject
3722         * src/summaryview.c
3723                 Add some timing, don't deselect prior
3724                 to selecting (gtksctree does it itself),
3725                 remove crash avoidance hacks as it's been
3726                 properly fixed since a while
3727         * src/common/utils.c
3728                 Optimize to_human_readable(): _() is slow,
3729                 do it only once, and avoid %f format for KB
3730                 (the most common in a summaryview)
3731         * src/gtk/gtksctree.c
3732                 Don't uselessly freeze/thaw (fixes flicker
3733                 on next unread and friends), reduce number
3734                 of g_list_nth/g_list_position where possible
3735         * src/gtk/gtkutils.c
3736         * src/gtk/gtkutils.h
3737                 Reduce number of g_list_nth/g_list_position
3738                 where possible.
3739                 All of this makes loading as 70k folder 2.1
3740                 seconds instead of 3.2 (with hot FS caches).
3741                 (1.3 seconds without Date and Size columns...)
3742
3743 2006-08-22 [paul]       2.4.0cvs72
3744
3745         wrap documents and do some items from mones' MANUAL-TODO:
3746
3747         * manual/account.xml
3748                 4.1. = fix tabname references to <quote>tabname</quote>
3749                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3750         * manual/faq.xml
3751                 1.1. = mentioned options don't match UI
3752                 Add information about the 'Never send Return Receipts'
3753                 option
3754         * manual/handling.xml
3755                 6.2. = Mentions Extended symbols button, but now is
3756                 named Information
3757                 6.3. = Mentions ... button, which is now Edit
3758
3759 2006-08-22 [colin]      2.4.0cvs71
3760
3761         * src/gtk/pluginwindow.c
3762                 Fix layout in verbose translations (such
3763                 as french)
3764
3765 2006-08-22 [paul]       2.4.0cvs70
3766
3767         * manual/Makefile.am
3768                 build manuals in alphabetical order
3769         * src/addressbook.c
3770         * src/prefs_themes.c
3771                 replace/remove deprecated symbols
3772         * src/gtk/gtkutils.c
3773                 fix a warning
3774         * src/gtk/pluginwindow.c
3775                 replace deprecated symbol
3776                 replace label text and move it
3777         * src/plugins/pgpcore/prefs_gpg.c
3778                 move the 'Generate...' button out of the
3779                 Sign Key frame, replace the English used
3780         * src/plugins/pgpcore/sgpgme.c
3781                 fixes to the English
3782
3783 2006-08-21 [colin]      2.4.0cvs69
3784
3785         * src/plugins/trayicon/trayicon.c
3786                 Add more strings for translation; patch
3787                 by Pawel
3788
3789 2006-08-21 [colin]      2.4.0cvs68
3790
3791         * src/compose.c
3792                 fix replied flag not set after drafting
3793         * src/matcher.c
3794                 fix body quicksearch in non-encoded bodies
3795                 containing '='
3796         * src/msgcache.c
3797                 Get rid of the g_malloc workaround for
3798                 corrupted caches, use g_try_malloc
3799
3800 2006-08-21 [colin]      2.4.0cvs67
3801
3802         * src/alertpanel.c
3803         * src/gtk/inputdialog.c
3804         * src/plugins/pgpcore/passphrase.c
3805                 Set minimal width to 375
3806         * src/mainwindow.c
3807                 Fix switching to offline, asking if it 
3808                 should be overriden for synchronising
3809         * src/mimeview.c
3810                 Don't offer to remember command on Open 
3811                 with for text parts, as the browser or 
3812                 text editor command isn't changed from 
3813                 there
3814
3815 2006-08-20 [paul]       2.4.0cvs66
3816
3817         * po/ko.po
3818         * po/zh_CN.po
3819                 fix plural form errors. revealed by stricter
3820                 checking of gettext 0.15
3821
3822 2006-08-18 [paul]       2.4.0cvs65
3823
3824         * src/stock_pixmap.c
3825                 fix the fix of 2.4.0cvs64
3826                 Thanks to Colin
3827
3828 2006-08-18 [paul]       2.4.0cvs64
3829
3830         * src/stock_pixmap.c
3831                 fix leaks
3832                 Thanks to Colin
3833
3834 2006-08-18 [paul]       2.4.0cvs63
3835
3836         * src/compose.c
3837         * src/procmsg.c
3838                 fix occasional IMAP bug where large msgs
3839                 were left in the queue folder after sending
3840                 Thanks to Colin
3841
3842 2006-08-18 [paul]       2.4.0cvs62
3843
3844         * src/folderview.c
3845                 freeze the summaryview while quicksearch results
3846                 are displayed
3847                 (fixes bug 456 'current message is hidden when the
3848                 view is refreshed and extended search is "unread 
3849                 messages"')
3850                 Thanks to Colin
3851         * src/textview.c
3852                 add missing #include "inputdialog.h"
3853         * src/common/utils.h
3854                 add missing mailcap_update_default() and improve
3855                 readability
3856
3857 2006-08-17 [colin]      2.4.0cvs61
3858
3859         * src/plugins/pgpcore/select-keys.c
3860                 Fix warnings :)
3861
3862 2006-08-17 [colin]      2.4.0cvs60
3863
3864         * src/compose.c
3865                 Don't continue queuing if Cancel is clicked
3866                 in select-keys
3867
3868 2006-08-17 [colin]      2.4.0cvs59
3869
3870         * src/plugins/pgpcore/select-keys.c
3871                 When encrypting, if only one key matches and it 
3872                 matches exactly, automatically use it.
3873
3874 2006-08-17 [colin]      2.4.0cvs58
3875
3876         * src/mimeview.c
3877         * src/prefs_common.c
3878         * src/prefs_common.h
3879         * src/prefs_ext_prog.c
3880         * src/textview.c
3881                 Fix issues with previous patch (text/html)
3882                 Remove outdated prefs
3883
3884 2006-08-17 [colin]      2.4.0cvs57
3885
3886         * src/imap.c
3887                 Add View Log button on auth error
3888         * src/procmsg.c
3889                 Fix encrypted mail marked as new when
3890                 saved in normal folders
3891         * src/plugins/pgpinline/pgpinline.c
3892                 Fix encrypt bug on IMAP
3893         * src/mimeview.c
3894         * src/common/utils.c
3895         * src/common/utils.h
3896         * src/gtk/inputdialog.c
3897         * src/gtk/inputdialog.h
3898                 Get rid of metamail stuff, simplify
3899                 opening, and allow remembering of user's
3900                 choices (by updating ~/.mailcap). There's
3901                 still to drop "Audio player" and "Image
3902                 viewer" preferences.
3903
3904 2006-08-17 [mones]      2.4.0cvs56
3905
3906         * manual/es/sylpheed-claws-manual.xml
3907                 fix DTD path
3908
3909 2006-08-17 [mones]      2.4.0cvs55
3910
3911         * configure.ac
3912         * manual/Makefile.am
3913         * manual/es/Makefile.am
3914         * manual/es/account.xml
3915         * manual/es/ack.xml
3916         * manual/es/addrbook.xml
3917         * manual/es/advanced.xml
3918         * manual/es/faq.xml
3919         * manual/es/glossary.xml
3920         * manual/es/gpl.xml
3921         * manual/es/handling.xml
3922         * manual/es/intro.xml
3923         * manual/es/keyboard.xml
3924         * manual/es/plugins.xml
3925         * manual/es/starting.xml
3926         * manual/es/sylpheed-claws-manual.xml
3927         * manual/es/dist/Makefile.am
3928         * manual/es/dist/html/Makefile.am
3929         * manual/es/dist/pdf/Makefile.am
3930         * manual/es/dist/ps/Makefile.am
3931         * manual/es/dist/txt/Makefile.am
3932                 Spanish translation for the manual
3933
3934 2006-08-16 [colin]      2.4.0cvs54
3935
3936         * src/compose.c
3937         * src/main.c
3938         * src/mainwindow.c
3939                 Fix send button sensitivity at startup
3940                 Set send menu sensitivity (patch by Fabien)
3941         * src/ssl_manager.c
3942                 Enable closing with esc (patch by Fabien)
3943         * src/gtk/foldersort.c
3944                 Enable closing with esc (patch by Fabien)
3945         * src/procmime.c
3946                 Optimisation (no need to copy to tempfile to
3947                 "decode" 7bit and 8bit)
3948         * src/summaryview.c
3949                 Fix cruft in swap_from case
3950         * src/textview.c
3951                 Fix missing last line in some mail cases 
3952                 (Fixes debian #381872)
3953         * src/plugins/pgpcore/prefs_gpg.c
3954         * src/plugins/pgpcore/sgpgme.c
3955         * src/plugins/pgpcore/sgpgme.h
3956                 Don't show "no key found" when user explicitely
3957                 wants to create a key
3958
3959 2006-08-16 [paul]       2.4.0cvs53
3960
3961         * configure.ac
3962         * src/account.c
3963         * src/addressbook.c
3964         * src/headerview.c
3965         * src/prefs_account.c
3966         * src/prefs_message.c
3967         * src/gtk/gtkutils.c
3968                 bump up minimum required versions of GTK+ and
3969                 GLIB to 2.6.0
3970
3971 2006-08-16 [paul]       2.4.0cvs52
3972
3973         * src/toolbar.c
3974                 workaround GTK+ Bug 351600 - 'Can't re-click
3975                 on button after sensitivity update'
3976                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3977                 Thanks to Colin
3978
3979 2006-08-15 [colin]      2.4.0cvs51
3980
3981         * src/plugins/pgpcore/prefs_gpg.c
3982                 Set options sensitivity according to
3983                 key existence
3984         * src/plugins/pgpcore/sgpgme.c
3985                 Allow to create key with no passphrase
3986
3987 2006-08-14 [cleroy]     2.4.0cvs50
3988
3989         * src/gtk/pluginwindow.c
3990                 New layout (maybe to be changed?)
3991         * src/gtk/gtkutils.c
3992                 Fix a bit label_window
3993         * src/plugins/pgpcore/passphrase.c
3994         * src/plugins/pgpcore/passphrase.h
3995         * src/plugins/pgpcore/plugin.c
3996         * src/plugins/pgpcore/prefs_gpg.c
3997         * src/plugins/pgpcore/prefs_gpg.h
3998         * src/plugins/pgpcore/sgpgme.c
3999         * src/plugins/pgpcore/sgpgme.h
4000                 Allow to create a PGP private key via the GUI
4001
4002 2006-08-14 [wwp]        2.4.0cvs49
4003
4004         * src/addressbook_foldersel.c
4005                 fix strict ISO C90 compliance.
4006
4007 2006-08-14 [paul]       2.4.0cvs48
4008
4009         * src/gtk/prefswindow.c
4010                 re-set scrolled window on opening
4011                 Patch by Ticho
4012
4013 2006-08-14 [paul]
4014
4015         2.5.0-rc1 released
4016
4017 2006-08-14 [paul]       2.4.0cvs47
4018
4019         * src/prefs_display_header.c
4020                 re-enable user-defined Displayed Headers
4021
4022 2006-08-14 [paul]       2.4.0cvs46
4023
4024         * src/prefs_account.c
4025                 use GTK_STOCK_EDIT
4026
4027 2006-08-13 [colin]      2.4.0cvs45
4028
4029         * src/common/utils.c
4030                 Fix "a" in quote when the original message is empty,
4031                 by using \0 instead of 'a' to test writability of
4032                 temp files.
4033
4034 2006-08-13 [wwp]        2.4.0cvs44
4035
4036         * src/plugins/spamassassin/spamassassin.c
4037                 fix capitalization of "SpamAssassin" in some debug, log and
4038                 dialog messages.
4039
4040 2006-08-13 [paul]       2.4.0cvs43
4041
4042         * src/editldap.c
4043                 fix overlapping widgets
4044         * src/prefs_account.c
4045                 fix translation of protocol_names[]
4046                 fix label disappearing off the edge of the
4047                 visible area
4048
4049 2006-08-12 [paul]       2.4.0cvs42
4050
4051         * manual/plugins.xml
4052                 update IRC channel info before it gets forgotten
4053                 about
4054
4055 2006-08-11 [colin]      2.4.0cvs41
4056
4057         * src/compose.c
4058         * src/mainwindow.c
4059         * src/mainwindow.h
4060         * src/procmsg.c
4061         * src/procmsg.h
4062         * src/summaryview.c
4063         * src/toolbar.c
4064                 Grey out the Send button if
4065                 - Queue folders are empty, or
4066                 - We're sending already
4067
4068 2006-08-11 [wwp]        2.4.0cvs40
4069
4070         * src/main.c
4071                 fix a logic issue when quitting while a compose window is
4072                 still open, thanks to Colin.
4073
4074 2006-08-10 [colin]      2.4.0cvs39
4075
4076         * src/main.c
4077                 Fix default font size setting after wizard run
4078         * src/imap.c
4079         * src/etpan/imap-thread.c
4080         * src/etpan/imap-thread.h
4081                 Fix bug #999 (Timing out on TSL cert validation 
4082                 dialog makes ugly things happen). Also, STARTTLS
4083                 unconditionnaly if initial capabilities contain
4084                 LOGINDISABLED and STARTTLS.
4085
4086 2006-08-09 [colin]      2.4.0cvs38
4087
4088         * src/mainwindow.c
4089         * src/mainwindow.h
4090                 Fix Tools/Actions sensitivity when there are
4091                 no actions
4092
4093 2006-08-09 [colin]      2.4.0cvs37
4094
4095         * src/prefs_filtering.c
4096                 Warning fix, patch by Paul
4097         * src/messageview.c
4098         * src/prefs_actions.c
4099         * src/prefs_filtering_action.c
4100         * src/prefs_matcher.c
4101                 Uniformisation of "Info ..." to "Info..." (for
4102                 old gtk), patch by Fabien
4103         * src/plugins/clamav/clamav_plugin_gtk.c
4104                 Sensitivity fix by Fabien
4105
4106 2006-08-09 [colin]      2.4.0cvs36
4107
4108         * src/main.c
4109         * src/main.h
4110                 Add a function to know whether we're exiting
4111         * src/plugins/trayicon/trayicon.c
4112                 If exiting, don't do anything. Faster, and
4113                 avoids gtk_main_iteration reentracy causing
4114                 segfaults at exit
4115
4116 2006-08-09 [colin]      2.4.0cvs35
4117
4118         * src/messageview.c
4119         * src/mimeview.c
4120         * src/mimeview.h
4121                 Fix lack of part selection when automatically 
4122                 jumping to a specific part
4123         * src/msgcache.c
4124                 Little optimisation in cache reading
4125
4126 2006-08-09 [colin]      2.4.0cvs34
4127
4128         * src/compose.c
4129                 Fix crash setting the priority on reedit
4130                 (Accessing compose before creating it!)
4131
4132 2006-08-08 [colin]      2.4.0cvs33
4133
4134         * src/procmime.c
4135                 Fix bug #998 (last attachment is not accessible)
4136                 Bad RFC interpretation on multipart close-delimiters
4137         * src/mimeview.c
4138         * src/mimeview.h
4139         * src/gtk/gtkvscrollbutton.c
4140         * src/gtk/gtkvscrollbutton.h
4141                 Make attachments list wheel-scrollable
4142
4143 2006-08-07 [colin]      2.4.0cvs32
4144
4145         * src/gtk/gtkaspell.c
4146                 Fix bug #973 (Unicode punctation characters 
4147                 are not recognized as separators by the
4148                 spell checker); fix unsigned stuff
4149
4150 2006-08-07 [colin]      2.4.0cvs31
4151
4152         * src/compose.c
4153                 Fix bug #956 (DnD text with accents in compose 
4154                 text entry); fix gccc's signed/unsigned fuss
4155
4156 2006-08-06 [colin]      2.4.0cvs30
4157
4158         * src/main.c
4159                 Fix bug #979 (Plugin crashes when exiting 
4160                 sylpheed-claws) : handle exit request only 
4161                 once
4162
4163 2006-08-05 [colin]      2.4.0cvs29
4164
4165         * src/news.c
4166                 Just make sure we have a msgid.
4167
4168 2006-08-05 [colin]      2.4.0cvs28
4169
4170         * src/news.c
4171         * src/summaryview.c
4172                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4173                 by reimplementing it
4174         * src/textview.c
4175                 Fix bug when hiding quotes with level > 3 and quote
4176                 colors are recycled
4177
4178 2006-08-04 [colin]      2.4.0cvs27
4179
4180         * src/compose.c
4181         * src/undo.c
4182         * src/undo.h
4183                 Fix a bit replace-by-pasting undo
4184         * src/mainwindow.c
4185         * src/messageview.c
4186                 Fix Fold quotes menu synchro in
4187                 mainwindow when it changes in 
4188                 messageview
4189         * src/textview.c
4190                 Fix right-click on quotes blocks
4191         * src/common/utils.c
4192                 Verify that the file created by
4193                 my_tmpfile() is writable. Fixes
4194                 bug #988 (very specific filesystem
4195                 issue)
4196         * src/plugins/pgpcore/sgpgme.c
4197                 Fix file descriptor leak
4198         * src/plugins/spamassassin/spamassassin.c
4199                 Warn once if spamd isn't reachable
4200
4201 2006-08-04 [colin]      2.4.0cvs26
4202
4203         * src/toolbar.c
4204                 i18n context patch by Fabien
4205
4206 2006-08-03 [colin]      2.4.0cvs25
4207
4208         * src/mainwindow.c
4209         * src/messageview.c
4210                 Rename "Hide quotes" to "Fold quotes"
4211         * src/textview.c
4212                 Don't use hand cursor on quotes. "all 
4213                 the bonuses of the feature and none of 
4214                 unwelcome side-effects"
4215
4216 2006-08-03 [colin]      2.4.0cvs24
4217
4218         * AUTHORS
4219         * sylpheed-claws.desktop
4220         * src/gtk/authors.h
4221                 Bring the desktop file to XDG compliance
4222                 Patch by Charles A. Edwards
4223
4224 2006-08-03 [colin]      2.4.0cvs23
4225
4226         * src/textview.c
4227                 Fix links offset when they are preceded
4228                 by accentued chars (g_utf8_strlen!)
4229         * src/mainwindow.c
4230                 Fix wrong status when starting offline
4231
4232
4233 2006-08-03 [wwp]        2.4.0cvs22
4234
4235         * src/prefs_common.h
4236                 ask what to do w/ filtering rules that belong to an account when
4237                 applying filtering rules manually from the main window (skip,
4238                 apply regardless of the account, use current account). This dialog
4239                 can be skipped and the last reply used.
4240                 (forgot that file)
4241
4242 2006-08-03 [wwp]        2.4.0cvs21
4243
4244         * src/filtering.c
4245         * src/filtering.h
4246         * src/prefs_common.c
4247         * src/summaryview.c
4248         * src/alertpanel.c
4249         * src/alertpanel.h
4250         * src/messageview.c
4251                 ask what to do w/ filtering rules that belong to an account when
4252                 applying filtering rules manually from the main window (skip,
4253                 apply regardless of the account, use current account). This dialog
4254                 can be skipped and the last reply used.
4255
4256
4257 2006-08-03 [colin]      2.4.0cvs20
4258
4259         * src/textview.c
4260                 Optimize previous patch
4261
4262 2006-08-03 [cleroy]     2.4.0cvs19
4263
4264         * src/textview.c
4265                 Fix quotes getting toggled back when the
4266                 mail has an even number of text parts
4267
4268 2006-08-02 [colin]      2.4.0cvs18
4269
4270         * src/messageview.c
4271                 Add Hide quotes menu
4272
4273 2006-08-02 [colin]      2.4.0cvs17
4274
4275         * src/mainwindow.c
4276         * src/prefs_common.c
4277         * src/textview.c
4278         * src/textview.h
4279         * src/gtk/about.c
4280                 Allow per-level quote hiding,
4281                 Allow toggling quotes by double-clicking them
4282                 Rename RemoteURI to ClickableText to reflect
4283                 the fact it's used for a variety of things
4284
4285 2006-08-02 [wwp]        2.4.0cvs16
4286
4287         * src/mainwindow.c
4288                 fix "View/Hide quotes" menu item status initialization.
4289
4290 2006-08-02 [wwp]        2.4.0cvs15
4291
4292         * src/matcher_parser_parse.y
4293                 remove a debug trace.
4294
4295 2006-08-02 [paul]       2.4.0cvs14
4296
4297         * src/plugins/pgpcore/passphrase.c
4298                 don't set initial dialog size
4299                 make it resizable
4300
4301 2006-08-02 [paul]       2.4.0cvs13
4302
4303         * src/noticeview.c
4304                 remove the rogue '/' character
4305
4306 2006-08-02 [paul]       2.4.0cvs12
4307
4308         * src/noticeview.c
4309                 allow buttons to resize as necessary
4310
4311 2006-08-01 [wwp]        2.4.0cvs11
4312
4313         * src/mbox.c
4314                 fix strict ISO C90 compliance.
4315
4316 2006-08-01 [wwp]        2.4.0cvs10
4317
4318         * tools/update-po
4319                 updated update-po tool to work w/ context-dependent translations.
4320                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4321
4322 2006-08-01 [wwp]        2.4.0cvs9
4323
4324         * src/matcher.c
4325         * src/prefs_filtering.c
4326         * src/prefs_matcher.c
4327                 allow context-dependent translations for "All",
4328                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4329
4330 2006-07-31 [colin]      2.4.0cvs8
4331
4332         * AUTHORS
4333         * src/gtk/authors.h
4334                 Add Rafal to authors
4335
4336 2006-07-31 [colin]      2.4.0cvs7
4337
4338         * src/compose.c
4339         * src/mainwindow.c
4340         * src/messageview.h
4341         * src/prefs_common.c
4342         * src/prefs_common.h
4343         * src/textview.c
4344                 Add 'View/Hide quotes'. Patch based on a patch
4345                 by Rafal Weglarz
4346
4347 2006-07-31 [colin]      2.4.0cvs6
4348
4349         * src/action.c
4350                 Fix problem with "> stuff >" actions
4351
4352 2006-07-31 [paul]       2.4.0cvs5
4353
4354         * po/nb.po
4355                 updated by Geir Helland
4356
4357 2006-07-31 [wwp]        2.4.0cvs4
4358
4359         * src/mainwindow.c
4360         * src/summaryview.c
4361         * src/summaryview.h
4362                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4363                 thanks to Colin.
4364
4365 2006-07-31 [wwp]        2.4.0cvs3
4366
4367         * src/Makefile.am
4368         * src/addr_compl.c
4369         * src/addr_compl.h
4370         * src/addressbook.c
4371         * src/addressbook.h
4372         * src/addressbook_foldersel.c
4373         * src/addressbook_foldersel.h
4374         * src/addrindex.c
4375         * src/addrindex.h
4376         * src/matcher.c
4377         * src/matcher.h
4378         * src/matcher_parser_lex.l
4379         * src/matcher_parser_parse.y
4380         * src/prefs_common.c
4381         * src/prefs_common.h
4382         * src/prefs_filtering.c
4383         * src/prefs_matcher.c
4384         * src/prefs_matcher.h
4385         * src/summaryview.c
4386                 introduce filtering against the address book. It's now possible to add
4387                 matched conditions to determine if any email address in a message matches
4388                 or doesn't match any or all books or folders in the address book.
4389
4390 2006-07-31 [wwp]        2.4.0cvs2
4391
4392         * src/account.c
4393         * src/filtering.c
4394         * src/filtering.h
4395         * src/folder.c
4396         * src/folderview.c
4397         * src/inc.c
4398         * src/mainwindow.c
4399         * src/matcher.c
4400         * src/matcher_parser_lex.l
4401         * src/matcher_parser_parse.y
4402         * src/mbox.c
4403         * src/prefs_filtering.c
4404         * src/prefs_filtering.h
4405         * src/procmsg.c
4406         * src/procmsg.h
4407         * src/summaryview.c
4408                 introduce per-account filtering rules. Each filtering rule can now be assigned
4409                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4410                 when applying filtering rules manually, as all rules will apply - even the ones
4411                 assigned to an account. This issue will be addressed soon.
4412  
4413
4414
4415 2006-07-31 [wwp]        2.4.0cvs1
4416
4417         * src/quote_fmt.c
4418                 make more strings translatable.
4419
4420 2006-07-31 [paul]       2.4.0
4421
4422         2.4.0 released
4423
4424 2006-07-31 [paul]       2.3.1cvs91
4425
4426         * po/ca.po
4427                 updated by Miquel Oliete
4428
4429 2006-07-31 [paul]       2.3.1cvs90
4430
4431         * po/de.po
4432         * po/el.po
4433         * po/fr.po
4434         * po/it.po
4435         * po/pl.po
4436         * po/pt_BR.po
4437         * po/sr.po
4438         * po/zh_CN.po
4439                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4440                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4441                 Aleksandar Urosevic, and Ralgh Young
4442
4443 2006-07-31 [paul]       2.3.1cvs89
4444
4445         * src/account.c
4446         * src/main.c
4447         * src/mainwindow.c
4448         * src/mainwindow.h
4449                 Fix a race condition when, after an SC crash, rescanning
4450                 folders took more than 0.5 seconds
4451                 Thanks to Colin
4452
4453 2006-07-31 [paul]       2.3.1cvs88
4454
4455         * src/folderview.c
4456                 don't translate separator strings
4457
4458 2006-07-30 [mones]      2.3.1cvs87
4459
4460         * doc/man/sylpheed-claws.1
4461                 Fixed non-ASCII chars in Hoa's name
4462         * po/es.po
4463                 Updated for release
4464
4465 2006-07-27 [colin]      2.3.1cvs86
4466
4467         * src/textview.c
4468                 Don't include the leading \n in links
4469                 Patch by Fabien
4470
4471 2006-07-25 [colin]      2.3.1cvs85
4472
4473         * src/mainwindow.c
4474         * src/common/socket.h
4475         * src/etpan/imap-thread.c
4476                 Refresh resolvers before connecting
4477                 to IMAP servers, and after switching
4478                 to online. Thanks to Paul.
4479
4480 2006-07-18 [colin]
4481
4482         * 2.4.0-rc4 released
4483
4484 2006-07-17 [colin]      2.3.1cvs84
4485
4486         * src/inc.c
4487                 Show connection attempt in statusbar before
4488                 connecting (previously first message was
4489                 "Retrieving messages from ..." after the
4490                 connection succeeded.
4491
4492 2006-07-16 [wwp]        2.3.1cvs83
4493
4494         * sylpheed-claws.ico
4495                 Added .ico file (windows multi-size icon file, generated).
4496
4497 2006-07-12 [wwp]        2.3.1cvs82
4498
4499         * src/messageview.c
4500                 remove Message/Re-edit menu entry from messageview window,
4501                 as sent/draft/queued messages are opened in compose window when
4502                 re-edited and it's not possible to re-edit other msgs.
4503
4504 2006-07-12 [paul]       2.3.1cvs81
4505
4506         * AUTHORS
4507         * src/mainwindow.c
4508         * src/gtk/authors.h
4509                 check online state before resetting
4510                 mailcheck timer. Useful if some program
4511                 verifies connection state and updates
4512                 Claws.
4513                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4514
4515 2006-07-12 [paul]       2.3.1cvs80
4516
4517         * sylpheed-claws-128x128.png
4518         * sylpheed-claws-64x64.png
4519         * sylpheed-claws.png
4520         * src/Makefile.am
4521         * src/main.c
4522         * src/prefs_toolbar.c
4523         * src/stock_pixmap.c
4524         * src/stock_pixmap.h
4525         * src/wizard.c
4526         * src/gtk/about.c
4527         * src/gtk/gtkutils.c
4528         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4529         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4530         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4531         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4532         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4533         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4534                 updated and renamed logo/icon files and related
4535                 logo by Jesper Schultz
4536
4537 2006-07-11 [paul]       2.3.1cvs79
4538
4539         * src/main.c
4540                 fix the labels a smidgin
4541
4542 2006-07-09 [colin]      2.3.1cvs78
4543
4544         * src/textview.c
4545                 Show errors in textviewer's command
4546                 Patch by H. Merijn Brand
4547
4548 2006-07-09 [colin]      2.3.1cvs77
4549
4550         * src/compose.c
4551                 Save FMID in drafts too
4552
4553 2006-07-08 [colin]      2.3.1cvs76
4554
4555         * src/compose.c
4556                 Svae RMID in drafted mails too
4557                 Save quote_fmt vars for whole mails,
4558                 don't reset at each quote_fmt_init:
4559                 allows to use the same |i{var} in
4560                 various template fields
4561         * src/prefs_template.c
4562         * src/quote_fmt.h
4563         * src/quote_fmt_parse.y
4564                 Same
4565
4566 2006-07-08 [colin]      2.3.1cvs75
4567
4568         * src/textview.c
4569                 Fix highlighting of attached parts URIs
4570
4571 2006-07-08 [colin]      2.3.1cvs74
4572
4573         * src/main.c
4574                 Prevent bug #981 (sc 2.3.1 segfaults with 
4575                 gtk+ 2.10) from being reported again:
4576                 if Sylpheed-Claws has been compiled against
4577                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4578                 of if Sylpheed-Claws has been compiled against
4579                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4580                 error out.
4581
4582 2006-07-07 [colin]      2.3.1cvs73
4583
4584         * src/prefs_actions.c
4585                 Fix label
4586
4587 2006-07-07 [colin]      2.3.1cvs72
4588
4589         * src/prefs_actions.c
4590                 Fix compile on gtk < 2.8. argh :)
4591
4592 2006-07-07 [paul]       2.3.1cvs71
4593
4594         * src/common/defs.h
4595                 update DONATE_URI
4596
4597 2006-07-07 [colin]      2.3.1cvs70
4598
4599         * po/POTFILES.in
4600         * src/quote_fmt.c
4601         * src/quote_fmt_lex.l
4602         * src/quote_fmt_parse.y
4603                 Add |i{var}, a way to insert user-entered
4604                 text in a template
4605
4606 2006-07-07 [colin]
4607
4608         * 2.4.0-rc3 released
4609
4610 2006-07-07 [colin]      2.3.1cvs69
4611
4612         * src/folder.c
4613                 Don't consider inboxes of UNKNOWN folder 
4614                 classes to be useable as default inboxes
4615
4616 2006-07-07 [paul]       2.3.1cvs68
4617
4618         * src/textview.c
4619                 add missing #include <errno.h>
4620                 Thanks to René J. Blokland
4621
4622 2006-07-07 [paul]       2.3.1cvs67
4623
4624         * src/action.c
4625                 Return now Closes dialog
4626         * src/mimeview.c
4627         * src/mimeview.h
4628         * src/textview.c
4629                 add contextual menu to mime parts listed
4630                 in the textview
4631                 Thanks to Colin
4632         * src/common/utils.c
4633                 reversal: ' is a valid character in URLs
4634
4635 2006-07-06 [colin]      2.3.1cvs66
4636
4637         * src/remotefolder.h
4638                 Forgotten in previous commit
4639
4640 2006-07-06 [colin]      2.3.1cvs65
4641
4642         * src/folder.c
4643                 Set summary update flag whenever
4644                 totals changed
4645         * src/imap.c
4646         * src/prefs_account.c
4647         * src/common/utils.h
4648         * src/etpan/imap-thread.c
4649                 Fix warnings, thanks to Fabien and
4650                 Ricardo
4651
4652 2006-07-06 [wwp]        2.3.1cvs64
4653
4654         * src/gtk/gtkutils.c
4655                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4656
4657 2006-07-06 [wwp]        2.3.1cvs63
4658
4659         * src/account.c
4660         * src/addressbook.c
4661         * src/addressitem.h
4662         * src/folderview.c
4663         * src/mainwindow.c
4664         * src/manual.c
4665         * src/manual.h
4666         * src/message_search.c
4667         * src/prefs_actions.c
4668         * src/prefs_filtering.c
4669         * src/prefs_filtering.h
4670         * src/prefs_template.c
4671         * src/summary_search.c
4672         * src/summaryview.c
4673         * src/gtk/gtkutils.c
4674         * src/gtk/gtkutils.h
4675         * src/gtk/pluginwindow.c
4676                 add help buttons to some dialogs. Clicking such buttons opens a
4677                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4678
4679 2006-07-06 [paul]       2.3.1cvs62
4680
4681         * src/textview.c
4682                 fix attachments contextual menu
4683                 Thanks to Colin
4684
4685 2006-07-05 [colin]      2.3.1cvs61
4686
4687         * src/textview.c
4688         * src/compose.c
4689                 Handle sftp:// links
4690
4691 2006-07-05 [paul]       2.3.1cvs60
4692
4693         * src/gtk/filesel.c
4694                 grab save button by default
4695                 Thanks to Colin
4696
4697 2006-07-05 [wwp]        2.3.1cvs59
4698
4699         * manual/xml2pdf
4700                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4701
4702 2006-07-04 [colin]      2.3.1cvs58
4703
4704         * src/mimeview.c
4705         * src/textview.c
4706                 Use left click to select, middle click to open
4707                 on mimeparts links
4708         * src/common/utils.c
4709                 Fix segfault
4710
4711 2006-07-04 [colin]      2.3.1cvs57
4712
4713         * src/mainwindow.c
4714         * src/news.c
4715                 Warning fixes, thanks to Fabien
4716
4717 2006-07-04 [colin]      2.3.1cvs56
4718
4719         * src/mimeview.c
4720         * src/mimeview.h
4721         * src/textview.c
4722                 Allow parts to be selected via their text label
4723                 in textview
4724
4725 2006-07-04 [colin]      2.3.1cvs55
4726
4727         * src/folderview.c
4728                 Feedback when closing (for big folders)
4729         * src/prefs_actions.c
4730         * src/prefs_filtering.c
4731         * src/prefs_matcher.c
4732         * src/prefs_template.c
4733                 Fix default button when closing without
4734                 having saved
4735
4736 2006-07-04 [colin]      2.3.1cvs54
4737
4738         * src/news.c
4739                 Delete local file on deletion
4740
4741 2006-07-03 [colin]      2.3.1cvs53
4742
4743         * src/folderview.c
4744         * src/main.c
4745                 Don't freeze when rescanning after crash
4746
4747 2006-07-03 [wwp]        2.3.1cvs52
4748
4749         * src/compose.c
4750         * src/privacy.c
4751         * src/privacy.h
4752         * src/plugins/pgpinline/pgpinline.c
4753         * src/plugins/pgpmime/pgpmime.c
4754                 don't report an error when the user cancels the passphrase dialog.
4755
4756 2006-07-02 [colin]      2.3.1cvs51
4757
4758         * src/folderview.c
4759                 Open message when crossing folders with Space,
4760                 goto next unread and friends
4761
4762 2006-07-01 [colin]      2.3.1cvs50
4763
4764         * src/prefs_account.c
4765                 Typographic rules varying from language
4766                 to language (in french "Protocole :"),
4767                 we have to do that :)
4768
4769 2006-07-01 [ticho]      2.3.1cvs49
4770
4771         * src/prefs_account.c
4772                 Only use one temporary gchar* variable in
4773                 prefs_account_protocol_set_optmenu().
4774
4775 2006-07-01 [ticho]      2.3.1cvs48
4776
4777         * src/prefs_account.c
4778         * src/prefs_account.h
4779                 Use GtkLabel for existing account protocol name.
4780                 Created an array for protocol names and populate the
4781                 combobox from it in a for() cycle.
4782
4783 2006-06-30 [colin]      2.3.1cvs47
4784
4785         * src/compose.c
4786                 Block undo when changing signature (by changing
4787                 account)
4788
4789 2006-06-30 [paul]       2.3.1cvs46
4790
4791         * src/send_message.c
4792                 when editing From in the Compose window, use that address
4793                 in the Return-Path: header
4794                 Thanks to Colin
4795
4796 2006-06-30 [colin]      2.3.1cvs45
4797
4798         * src/compose.c
4799                 Fix signature replacement:
4800                 - when no newline before separator
4801                 - when reediting
4802
4803 2006-06-29 [colin]      2.3.1cvs44
4804
4805         * src/folderview.c
4806         * src/folderview.h
4807         * src/mainwindow.c
4808         * src/summaryview.c
4809                 Let 'View/Go to/Next marked' work like
4810                 Next new & Next unread: across folders
4811                 Change the select_on_entry pref to do
4812                 what we want when changing folder
4813         * src/common/utils.c
4814                 Fix single-quoted links 
4815
4816 2006-06-29 [colin]      2.3.1cvs43
4817
4818         * src/gtk/gtkaspell.c
4819                 "Sylpheed" and "Sylpheed-Claws" do exist !
4820
4821 2006-06-29 [colin]      2.3.1cvs42
4822
4823         * src/imap.c
4824                 Forgot to remove debug
4825
4826 2006-06-29 [colin]      2.3.1cvs41
4827
4828         * src/imap.c
4829         * src/imap.h
4830         * src/mainwindow.c
4831                 Disconnect from IMAP servers when going
4832                 offline. Fixes bug #978 (going to offline-mode 
4833                 won't close connections)
4834
4835 2006-06-29 [colin]      2.3.1cvs40
4836
4837         * src/main.c
4838                 Fix transient setting on failing plugins
4839                 Patch by Fabien
4840         * src/plugins/pgpcore/sgpgme.c
4841                 Only warn for OpenPGP. Most people don't
4842                 have CMS available.
4843
4844 2006-06-29 [colin]      2.3.1cvs39
4845
4846         * src/compose.c
4847                 Fix Spelling menu (discrepancy between context menu
4848                 and top menu when folder's dictionary isn't the 
4849                 default one)
4850         * src/plugins/pgpcore/sgpgme.c
4851                 More error reporting about why gpgme can fail
4852
4853 2006-06-29 [wwp]        2.3.1cvs38
4854
4855         * src/mainwindow.c
4856                 honor the display-header-pane setting even when the message view
4857                 is a separate window.
4858
4859 2006-06-29 [wwp]        2.3.1cvs37
4860
4861         * src/prefs_actions.c
4862                 forgot to commit that one (use of GTK_STOCK_INFO).
4863
4864 2006-06-29 [colin]      2.3.1cvs36
4865
4866         * src/imap.c
4867                 Better handling of login errors (ask the password
4868                 again once), alert in case of error. Fix three
4869                 signedness warnings.
4870
4871 2006-06-28 [wwp]        2.3.1cvs35
4872
4873         * src/prefs_template.c
4874         * src/prefs_matcher.c
4875         * src/prefs_filtering_action.c
4876         * src/prefs_quote.c
4877                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4878                 patch by Fabien Vantard, slightly modified.
4879
4880 2006-06-28 [paul]
4881
4882         2.4.0-rc2 released
4883
4884 2006-06-28 [colin]      2.3.1cvs34
4885
4886         * src/prefs_account.c
4887                 Fix bug #977 (Can't add or edit imap accounts)
4888
4889 2006-06-28 [colin]      2.3.1cvs33
4890
4891         * src/mimeview.c
4892                 Fix previous
4893
4894 2006-06-28 [colin]      2.3.1cvs32
4895
4896         * src/mimeview.c
4897                 Save named inlined attachments with "Save all"
4898         * src/main.c
4899         * src/mbox.c
4900         * src/common/plugin.c
4901         * src/common/plugin.h
4902         * src/common/sylpheed.c
4903         * src/common/utils.c
4904         * src/plugins/pgpcore/sylpheed.def
4905         * src/plugins/pgpinline/sylpheed.def
4906         * src/plugins/pgpmime/sylpheed.def
4907                 Win32 compatibility patch, by
4908                 Werner Koch
4909
4910 2006-06-28 [wwp]        2.3.1cvs31
4911
4912         * src/imap.c
4913         * src/prefs_folder_item.c
4914                 less compilation warnings (thanks to Fabien Vantard), less typos.
4915
4916 2006-06-28 [paul]       2.3.1cvs30
4917
4918         * src/gtk/gtkutils.c
4919                 gtk_combo_box_set_focus_on_click() is only
4920                 available since gtk 2.6.0
4921
4922 2006-06-28 [paul]       2.3.1cvs29
4923
4924         * src/prefs_ext_prog.c
4925                 fix engrish and add a tooltip for the
4926                 'command for 'Display as text' option
4927
4928 2006-06-28 [paul]
4929
4930         2.4.0-rc1 released
4931
4932 2006-06-28 [paul]       2.3.1cvs28
4933
4934         * ChangeLog
4935         * tools/Makefile.am
4936                 include textviewer.pl in releases
4937
4938 2006-06-28 [paul]       2.3.1cvs27
4939
4940         * src/prefs_ext_prog.c
4941                 hide Print command option if libgnomeprint
4942                 support is present
4943
4944 2006-06-27 [colin]      2.3.1cvs26
4945
4946         * src/compose.c
4947                 Fix Esc handling in insert/attach dialog
4948                 Don't show this dialog if dragging something
4949                 else than text/uri-list
4950                 Thanks to Fabien Vantard
4951         * tools/textviewer.pl
4952                 Filter script to display stuff as text
4953                 by H. Merijn Brand
4954
4955 2006-06-27 [wwp]        2.3.1cvs25
4956
4957         * src/messageview.c
4958                 use the exact product name (message view title), patch
4959                 by Fabien Vantard.
4960
4961 2006-06-27 [ticho]      2.3.1cvs24
4962
4963         * src/prefs_account.c
4964         * src/prefs_common.c
4965         * src/prefs_common.h
4966         * src/prefs_ext_prog.c
4967         * src/textview.c
4968                 Add a preference (Preferences/External programs)
4969                 to allow "Display as text" to be done via a script
4970                 (patch by H.Merijn Brand).
4971                 Use GtkComboBox for protocol selection in account
4972                 preferences.
4973                 Only include current choice for existing accounts, and
4974                 insensitivize the combobox.
4975
4976 2006-06-27 [paul]       2.3.1cvs23
4977
4978         * src/mbox.c
4979                 fix crasher introduced in cvs21.
4980                 Thanks to Colin
4981
4982 2006-06-26 [colin]      2.3.1cvs22
4983
4984         * src/mbox.c
4985                 Fix double-frees when leaving folders
4986                 after exporting to mbox
4987
4988 2006-06-26 [colin]      2.3.1cvs21
4989
4990         * src/mbox.c
4991                 More feedback (and optimisation)
4992                 on import/export
4993         * src/common/utils.c
4994                 Fix case when looking for mail addresses
4995         * src/gtk/gtkutils.c
4996                 Extra check for (X-)Face
4997
4998 2006-06-25 [ticho]      2.3.1cvs20
4999
5000         * src/compose.c
5001         * src/exphtmldlg.c
5002         * src/gtk/gtkutils.c
5003         * src/gtk/gtkutils.h
5004                 Added second argument to gtkut_sc_combobox_create() to
5005                 control focus-on-click for the widget.
5006                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5007
5008 2006-06-25 [ticho]      2.3.1cvs19
5009
5010         * src/compose.c
5011         * src/gtk/Makefile.am
5012         * src/gtk/combobox.c
5013         * src/gtk/combobox.h
5014         * src/gtk/gtkutils.c
5015         * src/gtk/gtkutils.h
5016                 Use GtkComboBox instead of deprecated GtkOptionMenu
5017                 for account selector in compose window and for encoding
5018                 selector in attachment properties.
5019                 Also factorise working with the new GtkComboBox somewhat.
5020
5021 2006-06-24 [paul]       2.3.1cvs18
5022
5023         * src/prefs_common.c
5024                 use the correct default value
5025
5026 2006-06-24 [paul]       2.3.1cvs17
5027
5028         * src/compose.c
5029         * src/prefs_common.c
5030         * src/prefs_common.h
5031         * src/prefs_compose_writing.c
5032                 enable setting of default action when
5033                 dnd'ing files in the compose window.
5034                 (Collaborative effort with wwp)
5035
5036 2006-06-23 [wwp]        2.3.1cvs16
5037
5038         * src/compose.c
5039                 i18n fix (thanks to Fabien Vantard)
5040
5041 2006-06-22 [colin]      2.3.1cvs15
5042
5043         * src/prefs_customheader.c
5044                 Don't use filters in custom headers' file 
5045                 selector. Remember, extensions mean nothing :)
5046
5047 2006-06-22 [paul]       2.3.1cvs14
5048
5049         * configure.ac
5050                 allow setting of man directory location
5051
5052 2006-06-22 [colin]      2.3.1cvs13
5053
5054         * src/mainwindow.c
5055                 Add 'View/Go to/Next unread folder'.
5056                 I missed that :)
5057
5058 2006-06-22 [colin]      2.3.1cvs12
5059
5060         * src/common/utils.c
5061                 Add some subject prefixes
5062                 Patch by Bjorn T Johansen <btj@havleik.no>
5063
5064 2006-06-22 [colin]      2.3.1cvs11
5065
5066         * manual/advanced.xml
5067                 Forgotten hidden pref
5068
5069 2006-06-21 [paul]       2.3.1cvs10
5070
5071         * src/prefs_account.c
5072                 complete the removal of 'Add date header' option
5073
5074 2006-06-21 [paul]       2.3.1cvs9
5075
5076         * src/account.c
5077         * src/compose.c
5078         * src/prefs_account.c
5079         * src/prefs_account.h
5080                 remove option to add date header - always
5081                 add date header
5082         * src/etpan/imap-thread.c
5083                 fix warnings (Thanks to Colin)
5084
5085 2006-06-21 [wwp]        2.3.1cvs8
5086
5087         * src/folder.c
5088                 set the attachment flag when inline text part are (file)named. This is more convenient
5089                 when receiving (for instance) inline source files or patches sent using thunderbird.
5090
5091 2006-06-21 [paul]       2.3.1cvs7
5092
5093         * src/inc.c
5094                 fix off-by-one count of current msg in
5095                 statusbar filtering progressbar
5096
5097 2006-06-21 [paul]       2.3.1cvs6
5098
5099         * src/folder.c
5100                 Show attachment icon even if the part is 'inline'
5101                 if the following conditions are met:
5102                 - content-type != 'text/plain'
5103                 - content-type != '*/pgp-signature'
5104                 - either 'name' or 'filename' parameter is not NULL
5105                 
5106                 Thanks to Colin
5107
5108 2006-06-21 [paul]       2.3.1cvs5
5109
5110         * src/messageview.c
5111         * src/prefs_common.c
5112         * src/prefs_common.h
5113         * src/prefs_other.c
5114                 add an option to 'Never send Return
5115                 Receipts'
5116                 Thanks to Colin
5117
5118 2006-06-20 [mones]      2.3.1cvs4
5119
5120         * po/es.po
5121                 updated
5122         * src/compose.c
5123                 typo fixed (space after comma)
5124         * tools/make.themes.project
5125                 remove exec mode from tarball files
5126
5127 2006-06-20 [colin]      2.3.1cvs3
5128
5129         * src/news.c
5130         * src/procheader.c
5131         * src/unmime.c
5132                 Better fix for \n's in headers (don't 
5133                 break Received: and others)
5134
5135 2006-06-20 [paul]       2.3.1cvs2
5136
5137         * src/alertpanel.c
5138         * src/textview.c
5139                 improve legibility of phishing attempt
5140                 dialog
5141
5142 2006-06-20 [paul]       2.3.1cvs1
5143
5144         * NEWS
5145         * README
5146         * configure.ac
5147                 Update version number following
5148                 stable release
5149
5150 2006-06-20 [colin]      2.3.0cvs26
5151
5152         * src/compose.c
5153                 When dragging a file to the text of the compose
5154                 window, ask whether we want to insert or attach
5155                 (I know lots of people who do that to attach)
5156
5157 2006-06-20 [colin]      2.3.0cvs25
5158
5159         * src/etpan/imap-thread.c
5160                 Fix threshold (the append command is often > 32 bytes)
5161
5162 2006-06-19 [colin]      2.3.0cvs24
5163
5164         * src/imap.c
5165         * src/etpan/imap-thread.c
5166                 Workaround Rockliffe IMAP server bug: replace
5167                 "x UID SEARCH (ANSWERED UID 1:*)" with
5168                 "x UID SEARCH ANSWERED"
5169                 (Rockliffe doesn't handle the parenthesis)
5170
5171 2006-06-19 [colin]      2.3.0cvs23
5172
5173         * src/compose.c
5174         * src/imap.c
5175         * src/etpan/imap-thread.c
5176                 Probably fix bug #972 (Freezes when adding 
5177                 an attachment to the message)
5178         * src/common/defs.h
5179                 Modernize Firefox cmd
5180
5181
5182 2006-06-18 [colin]      2.3.0cvs22
5183
5184         * src/prefs_customheader.c
5185                 Only allow correct filenames for various
5186                 custom headers
5187
5188 2006-06-18 [colin]      2.3.0cvs21
5189
5190         * src/prefs_customheader.c
5191                 Add a 'From File...' button in custom headers prefs, which
5192                 try to do the right thing: 
5193                 for normal headers, use file as plaintext,
5194                 for X-Face, calls compface,
5195                 for Face, encode to b64.
5196
5197 2006-06-17 [colin]      2.3.0cvs20
5198
5199         * src/mh.c
5200                 Warning fix
5201
5202 2006-06-16 [colin]      2.3.0cvs19
5203
5204         * src/summaryview.c
5205                 Recursive quicksearch: show message list
5206                 in current folder, *then* search children
5207                 in the background.
5208
5209 2006-06-16 [colin]      2.3.0cvs18
5210
5211         * src/main.c
5212                 Instead of ignoring SIGPIPE, save caches
5213                 when getting one. Will fix the fact that
5214                 hot caches are out-of-date when logging 
5215                 out of Xorg.
5216         * src/compose.c
5217         * src/prefs_compose_writing.c
5218                 Only save text (not attachments) when 
5219                 auto-saving to drafts
5220         * src/unmime.c
5221                 Always replace \n, \r and \t with spaces
5222                 in headers
5223         * manual/dist/html/Makefile.am
5224         * manual/dist/pdf/Makefile.am
5225         * manual/dist/ps/Makefile.am
5226         * manual/dist/txt/Makefile.am
5227         * manual/fr/dist/html/Makefile.am
5228         * manual/fr/dist/pdf/Makefile.am
5229         * manual/fr/dist/ps/Makefile.am
5230         * manual/fr/dist/txt/Makefile.am
5231         * manual/pl/dist/html/Makefile.am
5232         * manual/pl/dist/pdf/Makefile.am
5233         * manual/pl/dist/ps/Makefile.am
5234         * manual/pl/dist/txt/Makefile.am
5235                 Fix make clean removing pregenerated manuals
5236
5237
5238 2006-06-16 [colin]      2.3.0cvs17
5239
5240         * src/plugins/pgpcore/sgpgme.c
5241         * src/plugins/pgpmime/pgpmime.c
5242         * src/plugins/pgpinline/pgpinline.c
5243                 Better error reporting in setup_signers.
5244                 Don't fallback to default key if specified
5245                 key isn't found.
5246                 Don't allow signing if more than one secret
5247                 key matches the one specified in prefs.
5248
5249 2006-06-15 [colin]      2.3.0cvs16
5250
5251         * src/folderview.c
5252                 Add "Send queue" in the folder's contextual
5253                 menu
5254         * src/compose.c
5255         * src/messageview.c
5256         * src/privacy.c
5257         * src/privacy.h
5258         * src/procmime.c
5259         * src/procmsg.c
5260         * src/plugins/pgpcore/passphrase.c
5261         * src/plugins/pgpcore/sgpgme.c
5262         * src/plugins/pgpinline/pgpinline.c
5263         * src/plugins/pgpmime/pgpmime.c
5264                 Better error reporting
5265         * src/mbox.c
5266                 Probably fix bug #971 (2.2.3 cannot read mail 
5267                 from local mbox)
5268
5269
5270 2006-06-15 [mones]      2.3.0cvs15
5271
5272         * tools/make.themes.project
5273                 creates the themes project from the web page
5274
5275 2006-06-15 [colin]      2.3.0cvs14
5276
5277         * src/folder.c
5278                 Better fix (avoid losing the folder if scan_tree 
5279                 fails)
5280
5281 2006-06-15 [cleroy]     2.3.0cvs13
5282
5283         * src/folder.c
5284                 Probably fix Bug #969 (crash on rebuilding 
5285                 imap folder)
5286
5287 2006-06-14 [colin]      2.3.0cvs12
5288
5289         * manual/dtd/manual.xsl
5290         * manual/sylpheed-claws-manual.xml
5291         * manual/fr/sylpheed-claws-manual.xml
5292         * manual/pl/sylpheed-claws-manual.xml
5293                 Insert pagebreaks between sections
5294
5295 2006-06-14 [paul]       2.3.0cvs11
5296
5297         * configure.ac
5298                 better fix than 2.3.0cvs10
5299
5300 2006-06-14 [paul]       2.3.0cvs10
5301
5302         * configure.ac
5303                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5304                 (backwards compatible)
5305
5306 2006-06-13 [colin]      2.3.0cvs9
5307
5308         * src/messageview.c
5309                 Fix sending of return receipt with the new queue folders
5310
5311 2006-06-13 [wwp]        2.3.0cvs8
5312
5313         * src/quote_fmt_lex.l
5314                 fix wrong tokens returned in quote_fmt lexer, query not().
5315
5316 2006-06-13 [wwp]        2.3.0cvs7
5317
5318         * src/folder.c
5319         * src/prefs_folder_item.c
5320                 allow changing folder type even when folder is not a top-level one,
5321                 thanks to Colin.
5322
5323 2006-06-12 [colin]      2.3.0cvs6
5324
5325         * src/folderview.c
5326                 Fix double-ask of "Do you want to mark all
5327                 as read"
5328
5329 2006-06-12 [colin]      2.3.0cvs5
5330
5331         * src/compose.c
5332         * src/compose.h
5333         * src/folder.c
5334         * src/folder.h
5335         * src/imap.c
5336         * src/inc.c
5337         * src/main.c
5338         * src/messageview.c
5339         * src/mh.c
5340         * src/prefs_folder_item.c
5341         * src/procheader.c
5342         * src/procmime.c
5343         * src/procmsg.c
5344         * src/procmsg.h
5345         * src/send_message.c
5346         * src/summaryview.c
5347         * src/toolbar.c
5348                 Apply bug #964's patch (Queue and drafts aren't normal)
5349                 The Drafts and Queue folder now contain RFC-822 files,
5350                 allowing to move and copy mails from and to these 
5351                 folders. Moving from Drafts to Queue will prepare the
5352                 mail for sending (PGP signature, encryption, etc).
5353                 This patch also rework sending errors handling to try
5354                 to be more helpful.
5355                 Also, allow redefining folder types via the GUI 
5356                 (Folder type in its Properties)
5357
5358 2006-06-12 [colin]      2.3.0cvs4
5359
5360         * src/summaryview.c
5361         * src/prefs_common.c
5362         * src/prefs_common.h
5363         * src/gedit-print.c
5364                 Allow to define a specific print font - patch
5365                 by Bernhard Walle <bernhard.walle@gmx.de>
5366         * src/prefs_fonts.c
5367         * manual/advanced.xml
5368         * manual/fr/advanced.xml
5369                 Add a hidden pref to allow deletion without
5370                 confirmation
5371
5372 2006-06-12 [wwp]        2.3.0cvs3
5373
5374         * .cvsignore
5375                 more files to ignore.
5376
5377 2006-06-12 [wwp]        2.3.0cvs2
5378
5379         * src/quote_fmt.c
5380         * src/quote_fmt_lex.l
5381         * src/quote_fmt_parse.y
5382                 extend the quote_fmt parser (templates and quotes):
5383                 - allow limited sub-expressions in |p{} and |f{} expressions,
5384                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5385                 - implemented/fixed missing implementation of query_references and show_references,
5386                 - completed, fixed contents and format of the symbols help dialog,
5387                 - fix some compilation warnings.
5388
5389 2006-06-12 [wwp]        2.3.0cvs1
5390
5391         * manual/advanced.xml
5392         * manual/fr/advanced.xml
5393                 updates in the "templates" section of the manual (eng/fr):
5394                  - be more precise (both versions)
5395                  - completed to match the english reference (fr version)
5396                  - touchups (both versions)
5397
5398 2006-06-12 [paul]       2.3.0
5399
5400         2.3.0 released
5401
5402 2006-06-12 [paul]       2.2.3cvs14
5403
5404         * po/ca.po
5405         * po/cs.po
5406         * po/de.po
5407         * po/el.po
5408         * po/fr.po
5409         * po/it.po
5410         * po/pt_BR.po
5411         * po/sr.po
5412         * po/zh_CN.po
5413                 updated by Miquel Oliete, Tim, Stephan Sachse,
5414                 Stavros Giannouris, Fabien Vantard, Andrea
5415                 Spadaccini, Frederico Goncalves Guimaraes,
5416                 Aleksandar Urosevic, and Ralgh Young
5417
5418 2006-06-12 [colin]      2.2.3cvs13
5419
5420         * src/mbox.c
5421                 Add missing header
5422
5423 2006-06-11 [colin]      2.2.3cvs12
5424
5425         * src/msgcache.c
5426                 Verify that g_malloc() succeeded
5427
5428 2006-06-11 [colin]      2.2.3cvs11
5429
5430         * src/wizard.c
5431                 Add Face header to welcome mail
5432
5433 2006-06-10 [colin]      2.2.3cvs10
5434
5435         * src/textview.c
5436                 Revert previous (Forgot it changes the
5437                 margin on the whole mail)
5438
5439 2006-06-10 [colin]      2.2.3cvs9
5440
5441         * src/textview.c
5442                 Don't overlap long headers under (X-)Face
5443
5444 2006-06-10 [mones]      2.2.3cvs8
5445
5446         * manual/xml2pdf
5447                 allow generation of manual on systems lacking saxon binary
5448                 but with java and the saxon library installed
5449
5450         * po/es.po
5451                 updated for release
5452
5453 2006-06-09 [colin]      2.2.3cvs7
5454
5455         * src/summaryview.c
5456                 Fix leak when using Display Sender using Addressbook
5457
5458 2006-06-09 [colin]      2.2.3cvs6
5459
5460         * src/compose.c
5461         * src/folder.c
5462         * src/folderview.c
5463         * src/mimeview.c
5464         * src/summaryview.c
5465                 More leaks fixes
5466
5467 2006-06-09 [paul]       2.2.3cvs5
5468
5469         * AUTHORS
5470         * src/gtk/authors.h
5471         * tools/claws.i18n.status.pl
5472                 updated with new info
5473
5474 2006-06-09 [paul]       2.2.3cvs4
5475
5476         * README
5477                 updated
5478         * manual/ack.xml
5479                 add wwp to authors list
5480         * src/gtk/authors.h
5481                 update mine and Colin's addresses
5482
5483 2006-06-08 [colin]      2.2.3cvs3
5484
5485         * src/etpan/imap-thread.c
5486                 Fix leak on SSL cert check
5487
5488 2006-06-08 [colin]      2.2.3cvs2
5489
5490         * src/common/utils.c
5491                 Fix leak
5492
5493 2006-06-08 [paul]       2.2.3cvs1
5494
5495         * configure.ac
5496                 Update version number following
5497                 stable release
5498
5499 2006-06-07 [colin]      2.2.2cvs3
5500
5501         * src/msgcache.c
5502                 Fix catching cache read errors (guint instead of gint)
5503                 Prevent malloc'ing more than 8MB (means cache corruption)
5504
5505 2006-06-07 [paul]       2.2.2cvs2
5506
5507         * src/exporthtml.c
5508         * src/exportldif.c
5509         * src/mh.c
5510         * src/mutt.c
5511         * src/pine.c
5512         * src/common/utils.c
5513                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5514                 obey $HOME'
5515                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5516                 Thanks to Colin
5517
5518 2006-06-06 [paul]       2.2.2cvs1
5519
5520         * configure.ac
5521                 Update version number following
5522                 stable release
5523
5524 2006-06-06 [paul]       2.2.1cvs6
5525
5526         * src/matcher.c
5527                 fix  implicit declaration of
5528                 sylpheed_do_idle()
5529                 Patch by Fabien Vantard
5530
5531 2006-06-06 [paul]       2.2.1cvs5
5532
5533         * src/matcher.c
5534                 fix age_greater and age_lower so that they
5535                 mean what say and not '...or equal to'
5536                 Thanks to Colin
5537
5538 2006-06-06 [paul]       2.2.1cvs4
5539
5540         * src/textview.c
5541         * src/common/utils.c
5542                 fix URI check
5543                 Thanks to Colin
5544
5545 2006-06-05 [wwp]        2.2.1cvs3
5546
5547         * manual/fr/account.xml
5548                 minor language fixes (thanks to Fabien Vantard).
5549
5550 2006-06-05 [colin]      2.2.1cvs2
5551
5552         * src/prefs_folder_item.c
5553         * src/folderview.c
5554                 Allow recursive setting of properties 
5555                 for whole mailboxes
5556         * src/matcher.c
5557                 Don't freeze on 'test' filtering rule
5558
5559 2006-06-05 [colin]      2.2.1cvs1
5560
5561         * configure.ac
5562                 Update version number following
5563                 stable release
5564
5565 2006-06-04 [wwp]        2.2.0cvs82
5566
5567         * manual/glossary.xml
5568         * manual/account.xml
5569         * manual/fr/glossary.xml
5570         * manual/fr/account.xml
5571                 added glossary section and references/links related to the Face custom header.
5572
5573 2006-06-04 [colin]      2.2.0cvs81
5574
5575         * src/summaryview.c
5576                 Skip to next message on move with no
5577                 immediate execution
5578
5579 2006-06-04 [wwp]        2.2.0cvs80
5580
5581         * manual/xml2pdf
5582                 added sanity checks, exit when needed.
5583
5584 2006-06-03 [paul]       2.2.0cvs79
5585
5586         * src/prefs_receive.c
5587                 page name is now 'Receiving'
5588         * src/prefs_send.c
5589                 page name is now 'Sending'
5590
5591 2006-06-03 [colin]      2.2.0cvs78
5592
5593         * src/plugins/spamassassin/spamassassin_gtk.c
5594                 Autoswitch to Localhost if transport was previously
5595                 disabled. Else people had to check [] Enable, then
5596                 *reselect* transport.
5597
5598 2006-06-03 [colin]      2.2.0cvs77
5599
5600         * src/plugins/pgpinline/pgpinline.c
5601         * src/plugins/pgpmime/pgpmime.c
5602                 Check that gpg_data_release_and_get_mem 
5603                 didn't fail (now, why this happens...)
5604
5605 2006-06-03 [colin]      2.2.0cvs76
5606
5607         * src/mbox.c
5608                 Fix bug #962 (Manual and/or UI should 
5609                 warn about incompatible locking 
5610                 causing dataloss)
5611
5612 2006-06-02 [cleroy]     2.2.0cvs75
5613
5614         * src/filtering.c
5615         * src/folder.c
5616         * src/procmsg.c
5617         * src/summaryview.c
5618                 Fix a few leaks
5619
5620 2006-06-02 [colin]      2.2.0cvs74
5621
5622         * src/main.c
5623                 On exit, free caches after writing them
5624                 Shuts up some valgrind false positives
5625         * src/procmsg.c
5626         * src/send_message.c
5627                 Fix races when reusing existing SMTP connections
5628                 Fix inexistant session timeout
5629         * src/toolbar.c
5630                 Display alertpanel after all queues have
5631                 been processed, not after each
5632
5633 2006-06-02 [wwp]        2.2.0cvs73
5634
5635         * manual/fr/glossary.xml
5636         * manual/fr/ack.xml
5637         * manual/ack.xml
5638                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5639
5640 2006-06-02 [wwp]        2.2.0cvs72
5641
5642         * manual/xml2pdf
5643         * manual/dist/pdf/Makefile.am
5644         * manual/dtd/manual.xsl
5645         * manual/fr/dist/pdf/Makefile.am
5646         * manual/pl/dist/pdf/Makefile.am
5647                 we changed the procedure to generate the .pdf version of the manual.
5648                 The procedure is more modern and the .pdf we get now has a valid index.
5649                 Here are the new pre-requisites:
5650
5651                 - JRE 1.x (1.4 here): there must be one from your distro
5652                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5653                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5654                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5655
5656                 See my posts for further info about the installation of this toolchain:
5657
5658                 Date: Fri, 19 May 2006 19:40:06 +0200
5659                 From: wwp <subscript@free.fr>
5660                 To: sylpheed-claws-devel@lists.sourceforge.net
5661                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5662
5663                 and
5664
5665                 Date: Wed, 24 May 2006 12:58:49 +0200
5666                 From: wwp <subscript@free.fr>
5667                 To: sylpheed-claws-devel@lists.sourceforge.net
5668                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5669
5670 2006-06-01 [colin]      2.2.0cvs71
5671
5672         * src/compose.c
5673                 Better guards against IMAP races
5674         * src/main.c
5675         * src/prefs_common.c
5676         * src/prefs_common.h
5677         * src/common/ssl_certificate.c
5678         * src/etpan/imap-thread.c
5679         * src/etpan/imap-thread.h
5680         * src/gtk/sslcertwindow.c
5681                 New hidden option ssl_skip_cert_check to 
5682                 avoid dups of bug #959 (libetpan linked
5683                 against gnutls and gnutls buggy on 64bit)
5684                 Present expired warning only once per
5685                 session/server.
5686         * manual/advanced.xml
5687         * manual/fr/advanced.xml
5688                 Document new option
5689
5690 2006-06-01 [wwp]        2.2.0cvs70
5691
5692         * src/messageview.c
5693                 fix for bug #961 (return receipt dialog 
5694                 complains incorrectly about return-path 
5695                 email adress being different), thanks 
5696                 to Colin.
5697
5698 2006-05-31 [cleroy]     2.2.0cvs69
5699
5700         * src/common/ssl.c
5701                 Guard against NULLs, although this
5702                 should never be an issue
5703
5704 2006-05-31 [colin]      2.2.0cvs68
5705
5706         * src/filtering.c
5707                 Use g_slist_prepend
5708         * src/imap.c
5709                 Don't remove caches when destroying folder, it
5710                 could (should) be done at exit
5711         * src/inc.c
5712                 free processing cache after incorporation
5713         * src/etpan/imap-thread.c
5714                 Maybe fix bug #959 (Crash on moving to emails 
5715                 to a imap account per ssl with a expired 
5716                 certificate.)
5717
5718 2006-05-30 [colin]      2.2.0cvs67
5719
5720         * src/summaryview.c
5721                 Put back event flush when displaying message
5722                 It avoids reading a bunch of messages just
5723                 by hitting shift-n for too long ;)
5724
5725 2006-05-29 [colin]      2.2.0cvs66
5726
5727         * src/summaryview.c
5728                 Remove useless g_warnings
5729
5730 2006-05-29 [colin]      2.2.0cvs65
5731
5732         * src/imap.c
5733                 Fix g_slist_append()s for performance
5734
5735 2006-05-29 [colin]      2.2.0cvs64
5736
5737         * src/compose.c
5738         * src/common/utils.c
5739                 Fix extraneous tab at start of addresses
5740         * src/mainwindow.c
5741                 Fix warnings (thanks to Fabien)
5742                 Fix crash at exit when composing messages 
5743                 exist
5744         * src/pop.c
5745                 Fix progress bar when deleting expired mails
5746                 Thanks to Hiro
5747         * src/summaryview.c
5748         * src/gtk/gtksctree.c
5749                 Fix re-sorting slowness
5750
5751 2006-05-29 [paul]       2.2.0cvs63
5752
5753         * src/mh.c
5754                 fetch full message when moving mails
5755                 from another mailbox, (fixed data loss
5756                 when filtering from IMAP to MH, introduced
5757                 in 2.2.0cvs57).
5758                 Thanks to Colin
5759
5760 2006-05-29 [mones]      2.2.0cvs62
5761
5762         * src/gtk/gtksctree.c
5763                 Unselect faster (patch by Colin)        
5764
5765 2006-05-26 [colin]      2.2.0cvs61
5766
5767         * src/summaryview.c
5768                 Unplug MSGINFO_UPDATE callback on delete too.
5769
5770 2006-05-26 [colin]      2.2.0cvs60
5771
5772         * src/foldersel.c
5773                 Fix bold in folder selection window with glib2.10
5774                 thanks Hiro
5775
5776 2006-05-26 [colin]      2.2.0cvs59
5777
5778         * src/procheader.c
5779                 Convert date only if necessary (and don't
5780                 try to convert from utf8 to utf8, too)
5781         * src/summaryview.c
5782                 Only set column's text if the column's 
5783                 displayed
5784
5785 2006-05-26 [colin]      2.2.0cvs58
5786
5787         * src/summaryview.c
5788         * src/gtk/gtkutils.c
5789                 Fix useless warning
5790
5791 2006-05-26 [colin]      2.2.0cvs57
5792
5793         * src/mainwindow.c
5794                 Make summaryview selectable as long as 
5795                 no message has focus
5796         * src/mh.c
5797                 Faster deletion (by implementing mh_remove_msgs)
5798                 Faster copy (avoid using mh_fetch_msg just to get
5799                 the filename)
5800                 Faster move (using move_file instead of copy_file
5801                 if MSG_IS_MOVE)
5802                 No progressbar if total number of mails to cp/mv 
5803                 is less than 100
5804         * src/summaryview.c
5805                 Fix removal from subject_table when mail gets moved
5806                 Faster deletion (g_slist_prepend instead of append)
5807         * src/gtk/gtksctree.c
5808                 Remove useless code
5809
5810 2006-05-25 [colin]      2.2.0cvs56
5811
5812         * src/common/ssl_certificate.c
5813                 Fix leak in expired cert check
5814
5815 2006-05-25 [colin]      2.2.0cvs55
5816
5817         * src/mh.c
5818                 Disable flags syncing on .mh_sequences - it
5819                 is buggy and marks mails read under unknown
5820                 conditions.
5821
5822 2006-05-25 [paul]
5823
5824         * 2.3.0-rc4 released
5825
5826 2006-05-24 [colin]      2.2.0cvs54
5827
5828         attention cvs users: if you manage to crash
5829         Sylpheed-Claws while moving, copying or deleting
5830         mails, we *are* interested in stack traces and
5831         valgrind logs. It looks stable, but one never
5832         knows...
5833
5834         * src/folder.c
5835                 Add progressbar for cache updates
5836         * src/folderutils.c
5837                 Optimize Mark all read in the current
5838                 folder
5839         * src/mh.c
5840                 Add progressbar for copy/move
5841         * src/procmsg.c
5842                 Optimize O(n^2) in copy/move
5843         * src/summaryview.c
5844         * src/gtk/gtksctree.c
5845                 Optimize O(n^2) algos
5846         * src/common/timing.h
5847                 Display ms instead of us
5848
5849 2006-05-24 [wwp]        2.2.0cvs53
5850
5851         * manual/fr/advanced.xml
5852                 updates to the French manual.
5853
5854 2006-05-24 [wwp]        2.2.0cvs52
5855
5856         * src/common/utils.c
5857                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5858
5859 2006-05-24 [wwp]        2.2.0cvs51
5860
5861         * src/folderutils.c
5862                 fixed "mark all read" in MH folders (thanks to Colin).
5863
5864 2006-05-24 [paul]       2.2.0cvs50
5865
5866         * doc/man/sylpheed-claws.1
5867                 updated the man page
5868
5869 2006-05-23 [colin]      2.2.0cvs49
5870
5871         * src/folderview.c
5872         * src/imap.c
5873         * src/inc.c
5874         * src/mbox.c
5875         * src/messageview.c
5876         * src/news.c
5877         * src/send_message.c
5878         * src/summaryview.c
5879         * src/gtk/sslcertwindow.c
5880                 alertpanel fixes, by Fabien
5881
5882 2006-05-23 [colin]      2.2.0cvs48
5883
5884         * src/folder.c
5885         * src/folderview.c
5886         * src/msgcache.c
5887         * src/summaryview.c
5888         * src/gtk/gtksctree.c
5889         * src/gtk/gtksctree.h
5890                 More timings
5891                 Fix slow loading problem, which was caused by the
5892                 use of some gtk_ctree funcs and their use of
5893                 g_list_position while gtk_ctree_(un)link'ing.
5894                 Reap more functions from gtkctree.c to be sure we
5895                 use our (fast) version instead of theirs.
5896         * src/mh.c
5897                 Fix copy of unread mails
5898
5899
5900 2006-05-22 [wwp]        2.2.0cvs47
5901
5902         * manual/fr/advanced.xml
5903                 updated.
5904
5905 2006-05-22 [colin]      2.2.0cvs46
5906
5907         * src/filtering.c
5908                 Fix possible infinite loop. 'copy' is not a 
5909                 final action, so when encountering a 'copy',
5910                 we have to check if a previous one was set
5911                 and do it. In the same way, if we encounter
5912                 a 'move' we have to perform a possibly 
5913                 pending 'copy'. This will slow down filtering
5914                 on IMAP if move+copy or multiple copy actions
5915                 are to be done, but handling it via the batch
5916                 would be really too convoluted.
5917
5918 2006-05-22 [wwp]        2.2.0cvs45
5919
5920         * manual/fr/advanced.xml
5921         * manual/fr/faq.xml
5922         * manual/fr/glossary.xml
5923         * manual/fr/handling.xml
5924         * manual/fr/intro.xml
5925         * manual/fr/plugins.xml
5926         * manual/fr/sylpheed-claws-manual.xml
5927                 sync w/ the english manual: updates URIs, documented mailing-list
5928                 support, better explanation about the enabled/disabled feature
5929                 in filtering/processing rules by Paul.
5930
5931 2006-05-21 [colin]      2.2.0cvs44
5932
5933         * src/summaryview.c
5934                 Don't expand after building threads, but during
5935
5936 2006-05-21 [colin]      2.2.0cvs43
5937
5938         * src/procmsg.c
5939         * src/summaryview.c
5940                 More timing possibilities... For next time I have 
5941                 to find out how the hell some 3GHz computer takes
5942                 one minute to open a 30k folder...
5943
5944 2006-05-21 [colin]      2.2.0cvs42
5945
5946         * manual/pl/advanced.xml
5947         * manual/pl/faq.xml
5948         * manual/pl/glossary.xml
5949         * manual/pl/handling.xml
5950         * manual/pl/intro.xml
5951         * manual/pl/plugins.xml
5952         * manual/pl/sylpheed-claws-manual.xml
5953                 Polish manual updated by Pawel
5954
5955 2006-05-20 [colin]
5956
5957         * 2.3.0-rc3 released
5958
5959 2006-05-20 [colin]      2.2.0cvs41
5960
5961         * src/imap.c
5962                 Fix -rc2 problems:
5963                 - remove cache of moved messages from original folder
5964                 - apply new flags to messages even if they aren't appliable
5965                   via IMAP.
5966
5967 2006-05-20 [colin]
5968
5969         * 2.3.0-rc2 released
5970
5971 2006-05-19 [colin]      2.2.0cvs40
5972
5973         * src/imap.c
5974                 Don't issue SELECT in imap_change_flags
5975                 before having checked that we indeed have
5976                 some flags to change. MSG_POSTFILTERED for
5977                 example can't be used on IMAP.
5978                 Fixes bug #955 (copying messages between 
5979                 imap folders is extremely slow), which was
5980                 a regression.
5981
5982 2006-05-19 [colin]      2.2.0cvs39
5983
5984         * src/folder.c
5985         * src/folder.h
5986         * src/folderview.c
5987                 Try to fix bug #830 (Some unread messages 
5988                 get marked read in IMAP inbox):
5989                 - Prevent scanning a folder if it's being 
5990                   opened via the GUI
5991                 - Postpone opening via the GUI of a folder
5992                   currently scanned.
5993
5994
5995 2006-05-19 [wwp]        2.2.0cvs38
5996
5997         * manual/advanced.xml
5998                 fix English+typo (thanks to Paul).
5999
6000 2006-05-19 [wwp]        2.2.0cvs37
6001
6002         * manual/advanced.xml
6003         * manual/fr/advanced.xml
6004         * src/gtk/logwindow.c
6005         * src/prefs_common.c
6006         * src/prefs_common.h
6007                 added hidden prefs to allow customization of colors used in
6008                 protocol log window (useful for dark gtk+ themes).
6009
6010 2006-05-19 [wwp]        2.2.0cvs36
6011
6012         * ChangeLog
6013                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6014
6015 2006-05-19 [paul]       2.2.0cvs35
6016
6017         * src/textview.c
6018                 make Reply-To fully clickable
6019         * src/gtk/logwindow.c
6020                 more colouring (SMTP ESMTP)
6021         Both patches by Pawel Pekala
6022
6023 2006-05-19 [cleroy]     2.2.0cvs34
6024
6025         * src/mh.c
6026                 Don't update flags from current folder
6027                 Probably fixes bug #935 (Read Messages 
6028                 Revert to Being Marked as Unread)
6029
6030 2006-05-18 [colin]      2.2.0cvs33
6031
6032         * src/imap.c
6033                 Warning fix
6034         * src/compose.c
6035         * src/mainwindow.c
6036         * src/summaryview.c
6037         * src/toolbar.c
6038                 Allow replying to multiple emails
6039                 in multiple windows
6040         * src/mimeview.c
6041         * src/etpan/imap-thread.c
6042                 Leak fixes
6043
6044 2006-05-18 [paul]       2.2.0cvs32
6045
6046         * src/summaryview.c
6047                 keep Mailing-List menu refreshed
6048                 Thanks to Colin
6049
6050 2006-05-18 [paul]       2.2.0cvs31
6051
6052         * manual/advanced.xml
6053         * manual/faq.xml
6054         * manual/glossary.xml
6055         * manual/handling.xml
6056         * manual/intro.xml
6057         * manual/plugins.xml
6058         * manual/sylpheed-claws-manual.xml
6059                 update URLs
6060                 add info about mailing-list support
6061                 edit filtering info
6062         * src/wizard.c
6063         * src/common/defs.h
6064         * src/gtk/about.c
6065         * src/plugins/dillo_viewer/README
6066                 update URLs
6067
6068 2006-05-17 [wwp]        2.2.0cvs30
6069
6070         * manual/handling.xml
6071         * manual/fr/handling.xml
6072                 documented the ability to enabled/disable filtering/processing rules.
6073
6074 2006-05-17 [colin]      2.2.0cvs29
6075
6076         * src/main.c
6077                 Don't initialize g_thread subsystem if it's 
6078                 already done (thanks to Hiro)
6079         * src/mimeview.c
6080                 Fix saving of parts when there name can't be
6081                 converted from UTF-8.
6082
6083 2006-05-17 [paul]       2.2.0cvs28
6084
6085         * po/Makefile.in.in
6086                 fix config.status warning with autoconf 2.60
6087
6088 2006-05-17 [paul]       2.2.0cvs27
6089
6090         * po/POTFILES.in
6091                 add src/mbox.c
6092
6093 2006-05-17 [wwp]        2.2.0cvs26
6094
6095         * src/mainwindow.c
6096                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6097
6098 2006-05-17 [wwp]        2.2.0cvs25
6099
6100         * src/plugins/demo/demo.c
6101                 updated product name in plugin demo (many plugins need to be
6102                 sync'ed w/ that change).
6103
6104 2006-05-17 [colin]      2.2.0cvs24
6105
6106         * src/mh.c
6107                 Fix leak
6108
6109 2006-05-16 [colin]      2.2.0cvs23
6110
6111         * src/mainwindow.c
6112                 Stupid me hit again. Fix cvs22.
6113
6114 2006-05-16 [colin]      2.2.0cvs22
6115
6116         * src/mainwindow.c
6117                 Fix bug #922 (sylpheed-claws crashed after 
6118                 pushing on Inbox folder)
6119
6120 2006-05-16 [colin]      2.2.0cvs21
6121
6122         * src/compose.c
6123                 Make From header be copy/paste/select-able
6124
6125 2006-05-16 [wwp]        2.2.0cvs20
6126
6127         * src/export.c
6128         * src/matcher.c
6129         * src/summaryview.c
6130         * src/etpan/imap-thread.c
6131                 fix some compiler warnings (thanks to Colin).
6132
6133 2006-05-16 [wwp]        2.2.0cvs19
6134
6135         * src/action.c
6136         * src/gedit-print.c
6137         * src/inc.c
6138         * src/mainwindow.c
6139         * src/mh.c
6140         * src/statusbar.c
6141         * src/send_message.c
6142         * src/summaryview.c
6143                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6144
6145 2006-05-15 [colin]      2.2.0cvs18
6146
6147         * src/procmsg.c
6148                 Fix automatic rule creation with List-Post
6149
6150 2006-05-15 [paul]       2.2.0cvs17
6151
6152         * tools/filter_conv_new.pl
6153                 updated for rule enabling/disabling
6154                 claws version >= 2.3.x required
6155
6156 2006-05-15 [cleroy]     2.2.0cvs16
6157
6158         * src/main.c
6159                 Revert test
6160
6161 2006-05-15 [cleroy]     2.2.0cvs15
6162
6163         * src/main.c
6164                 test
6165
6166 2006-05-15 [wwp]        2.2.0cvs14
6167
6168         * manual/pl/.cvsignore
6169                 ignore generated files.
6170
6171 2006-05-14 [wwp]        2.3.0-rc1
6172
6173         * 2.3.0-rc1 released
6174
6175 2006-05-13 [wwp]        2.2.0cvs13
6176
6177         * src/filtering.c
6178         * src/filtering.h
6179         * src/matcher.c
6180         * src/matcher_parser_lex.l
6181         * src/matcher_parser_parse.y
6182         * src/prefs_filtering.c
6183                 new feature: provide the ability to disable filtering and processing
6184                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6185                 adaptations.
6186
6187 2006-05-13 [colin]      2.2.0cvs12
6188
6189         * src/compose.c
6190                 Remove useless if (a) b; else b;
6191                 Thanks to wwp
6192
6193 2006-05-13 [wwp]        2.2.0cvs11
6194
6195         * src/export.c
6196         * src/import.c
6197         * src/mainwindow.c
6198         * src/mbox.c
6199         * src/summaryview.c
6200         * src/summaryview.h
6201                 no more silent failures (or at least less ones) when importing
6202                 or exporting from/to mbox. Also start importing/exporting if
6203                 the necessary info is set.
6204
6205 2006-05-13 [wwp]        2.2.0cvs10
6206
6207         * RELEASE_NOTES
6208                 restored up-to-date release notes.
6209
6210 2006-05-13 [paul]       2.2.0cvs9
6211
6212         * po/nl.po
6213         * po/ru.po
6214                 updated by Tim Dijkstra and Pavlo Bohmat
6215
6216 2006-05-12 [colin]      2.2.0cvs8
6217
6218         * src/gtk/quicksearch.c
6219                 Add "k" as shortcut for "colorlabel". Patch
6220                 by ath42@users.sf.net.
6221
6222 2006-05-12 [paul]       2.2.0cvs7
6223
6224         * src/prefs_common.h
6225         * src/prefs_summaries.c
6226         * src/summaryview.c
6227                 when entering a folder also allow
6228                 going directly to first Marked message
6229
6230 2006-05-12 [paul]       2.2.0cvs6
6231
6232         * src/summaryview.c
6233                 always obey 'confirm before marking all
6234                 mails read' option
6235
6236 2006-05-12 [paul]       2.2.0cvs5
6237
6238         * src/textview.c
6239                 make Sender fully clickable
6240
6241 2006-05-12 [colin]      2.2.0cvs4
6242
6243         * src/compose.c
6244         * src/compose.h
6245                 Let From be editable
6246         * src/main.c
6247         * src/mh.c
6248                 Full support of .mh_sequences' Unseen seq
6249
6250 2006-05-12 [colin]      2.2.0cvs3
6251
6252         * src/folder.c
6253         * src/mainwindow.c
6254         * src/mainwindow.h
6255         * src/messageview.c
6256         * src/prefs_spelling.c
6257         * src/procheader.c
6258         * src/procmsg.c
6259         * src/procmsg.h
6260         * src/summaryview.c
6261         * src/toolbar.c
6262         * src/toolbar.h
6263                 Add contextual menu on Compose toolbar
6264                 button. Fixes bug #944 (Automatic
6265                 addresses not applied when changing account
6266                 from compose window)
6267                 add Mailing List support
6268                 based on the old 0.6.5claws25 patch by
6269                 Melvin Hadasht, with finishing touches
6270                 by Colin
6271                 Fix "ignore thread" when mails are threaded by
6272                 subject (and weren't ignored although appearing
6273                 in the thread).
6274                 GUI rework.
6275                 Both patches by Pawel.
6276
6277 2006-05-08 [paul]       2.2.0cvs2
6278
6279         * src/mainwindow.c
6280         * src/mainwindow.h
6281         * src/messageview.c
6282         * src/procheader.c
6283         * src/procmsg.c
6284         * src/procmsg.h
6285         * src/summaryview.c
6286                 add Mailing List support
6287                 based on the old 0.6.5claws25 patch by 
6288                 Melvin Hadasht, with finishing touches
6289                 by Colin
6290
6291 2006-05-08 [colin]      2.2.0cvs1
6292
6293         * src/mainwindow.c
6294         * src/toolbar.c
6295         * src/toolbar.h
6296                 Add contextual menu on Compose toolbar 
6297                 button. Fixes bug #944 (Automatic 
6298                 addresses not applied when changing account 
6299                 from compose window)
6300
6301 2006-05-08 [paul]       2.2.0
6302
6303         2.2.0 released
6304
6305 2006-05-08 [paul]       2.1.1cvs51
6306
6307         * po/cs.po
6308         * po/de.po
6309         * po/en_GB.po
6310         * po/fi.po
6311         * po/fr.po
6312         * po/pt_BR.po
6313         * po/sr.po
6314         * po/zh_CN.po
6315                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6316                 Fabien Vantard, Frederico Goncalves Guimaraes,
6317                 Aleksandar Urosevic, and Ralgh Young
6318
6319 2006-05-12 [colin]      2.1.1cvs50
6320
6321         * po/cs.po
6322         * po/de.po
6323         * po/en_GB.po
6324         * po/es.po
6325         * po/fi.po
6326         * po/fr.po
6327         * po/pt_BR.po
6328         * po/sr.po
6329         * po/zh_CN.po
6330                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6331                 Fabien Vantard, Frederico Goncalves Guimaraes,
6332                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6333
6334 2006-05-05 [colin]      2.1.1cvs49
6335
6336         * manual/Makefile.am
6337         * manual/pl/Makefile.am
6338         * manual/pl/account.xml
6339         * manual/pl/ack.xml
6340         * manual/pl/addrbook.xml
6341         * manual/pl/advanced.xml
6342         * manual/pl/faq.xml
6343         * manual/pl/glossary.xml
6344         * manual/pl/gpl.xml
6345         * manual/pl/handling.xml
6346         * manual/pl/intro.xml
6347         * manual/pl/keyboard.xml
6348         * manual/pl/plugins.xml
6349         * manual/pl/starting.xml
6350         * manual/pl/sylpheed-claws-manual.xml
6351         * manual/pl/dist/.cvsignore
6352         * manual/pl/dist/Makefile.am
6353         * manual/pl/dist/html/.cvsignore
6354         * manual/pl/dist/html/Makefile.am
6355         * manual/pl/dist/pdf/.cvsignore
6356         * manual/pl/dist/pdf/Makefile.am
6357         * manual/pl/dist/ps/.cvsignore
6358         * manual/pl/dist/ps/Makefile.am
6359         * manual/pl/dist/txt/.cvsignore
6360         * manual/pl/dist/txt/Makefile.am
6361                 Add the polish translation of the manual,
6362                 Authored by Pawel Pekala.
6363
6364 2006-05-05 [cleroy]     2.1.1cvs48
6365
6366         * src/main.c
6367                 Re-read matcherrc after loading plugins 
6368                 if some of them add folders.
6369
6370 2006-05-03 [colin]      2.1.1cvs47
6371
6372         * src/imap.c
6373                 I'm idiot
6374
6375 2006-05-03 [colin]      2.1.1cvs46
6376
6377         * src/imap.c
6378                 Be sure to have a session when
6379                 getting separator
6380
6381 2006-05-03 [colin]      2.1.1cvs45
6382
6383         * src/imap.c
6384         * src/imap.h
6385         * src/imap_gtk.c
6386                 Fix preventing renaming with namespace 
6387                 separator.
6388
6389 2006-05-01 [colin]      2.1.1cvs44
6390
6391         * src/action.c
6392                 Don't reload messageview when result of
6393                 action is piped.
6394
6395 2006-04-29 [colin]      2.1.1cvs43
6396
6397         * src/prefs_receive.c
6398         * src/plugins/spamassassin/spamassassin_gtk.c
6399         * src/plugins/clamav/clamav_plugin_gtk.c
6400                 GUI fixes by Pawel
6401
6402 2006-04-29 [colin]      2.1.1cvs42
6403
6404         * src/prefs_compose_writing.c
6405         * src/prefs_quote.c
6406                 Cleanups. Patch by Pawel
6407
6408 2006-04-28 [paul]       2.1.1cvs41
6409
6410         * src/matcher.c
6411                 fix returned quick search results when search
6412                 term contains an underscore.
6413                 Thanks to Colin
6414
6415 2006-04-28 [paul]       2.1.1cvs40
6416
6417         * src/prefs_message.c
6418         * src/prefs_receive.c
6419                 GUI cleanups
6420                 Patches by Pawel Pekala
6421
6422 2006-04-27 [colin]      2.1.1cvs39
6423
6424         * src/wizard.c
6425                 Differentiate subject Welcome from
6426                 window's title Welcome
6427
6428 2006-04-27 [paul]
6429
6430         2.2.0-rc1 released
6431
6432 2006-04-27 [paul]       2.1.1cvs38
6433
6434         * manual/advanced.xml
6435         * manual/fr/advanced.xml
6436                 add info about compose_no_markup hidden pref
6437
6438 2006-04-27 [paul]       2.1.1cvs37
6439
6440         * src/prefs_account.c
6441                 improve privacy labels
6442         * src/prefs_msg_colors.c
6443                 change some strings for translators' convenience
6444         * src/gtk/gtkutils.c
6445                 don't underline the link button text
6446
6447 2006-04-25 [colin]      2.1.1cvs36
6448
6449         * src/folder.c
6450                 Complete 2.1.1cvs33 (once more ;)
6451
6452 2006-04-25 [colin]      2.1.1cvs35
6453
6454         * src/editldap.c
6455                 Fix tooltip
6456
6457 2006-04-25 [cleroy]     2.1.1cvs34
6458
6459         * src/compose.c
6460         * src/gtk/gtkaspell.c
6461                 Fix crash on redirect (related to the return 
6462                 of the aspell menu in compose's toolbar)
6463         * src/prefs_msg_colors.c
6464                 Fix sensitivity widgets
6465         * src/image_viewer.c
6466         * src/gtk/pluginwindow.c
6467         * src/gtk/prefswindow.c
6468                 Change released signals to clicked (Fabien)
6469         * po/POTFILES.in
6470         * src/common/socket.c
6471         * src/plugins/spamassassin/spamassassin.c
6472                 Translate strings (Fabien)
6473
6474 2006-04-25 [paul]       2.1.1cvs33
6475
6476         * src/folder.c
6477         * src/folder.h
6478         * src/folderview.c
6479                 complete the fix of bug #912
6480                 Thanks to Colin
6481
6482 2006-04-25 [colin]      2.1.1cvs32
6483
6484         * src/news.c
6485                 Better progress bar
6486         * src/mimeview.c
6487         * src/summaryview.c
6488         * src/summaryview.h
6489                 Fix focus chain
6490                 Patches by Pawel Pekala
6491
6492 2006-04-24 [colin]      2.1.1cvs31
6493
6494         * src/compose.c
6495                 Fix compilation warnings (Fabien)
6496
6497 2006-04-24 [colin]      2.1.1cvs30
6498
6499         * src/addrindex.c
6500         * src/editldap.c
6501         * src/editldap_basedn.c
6502         * src/editldap_basedn.h
6503         * src/ldapctrl.c
6504         * src/ldapctrl.h
6505         * src/ldapquery.c
6506         * src/ldaputil.c
6507         * src/ldaputil.h
6508                 Fix bug #901 (LDAPS support)
6509
6510 2006-04-24 [colin]      2.1.1cvs29
6511
6512         * src/compose.c
6513                 Fix logic on error with send dialog on
6514         * src/imap.c
6515                 Fix compilation without libetpan, thanks
6516                 to Fabien
6517         * src/summaryview.c
6518                 Fix 'context-menu' key
6519
6520 2006-04-23 [colin]      2.1.1cvs28
6521
6522         * src/folder.c
6523                 Never free current's cache to free up 
6524                 memory. Fixes bug #912 (new count 
6525                 randomly set to message count)
6526
6527 2006-04-23 [colin]      2.1.1cvs27
6528
6529         * src/gtk/quicksearch.c
6530                 And remove printf...
6531
6532 2006-04-23 [colin]      2.1.1cvs26
6533
6534         * src/gtk/quicksearch.c
6535                 Fix replacing in quicksearch, and fix inserting
6536                 in the middle of the string. (introduced at 2.1.0cvs22)
6537
6538 2006-04-23 [colin]      2.1.1cvs25
6539
6540         * src/imap.c
6541                 Make sure uidnext is initialized in get_num_list
6542                 (not for stable, related to 2.1.1cvs8 and friends)
6543
6544 2006-04-23 [colin]      2.1.1cvs24
6545
6546         * src/imap.c
6547                 Output something when login is successful
6548                 too
6549
6550 2006-04-23 [colin]      2.1.1cvs23
6551
6552         * src/etpan/imap-thread.c
6553                 Better logging (line-per-line, hide data in fetch)
6554                 Fix a const warning
6555         * src/gtk/logwindow.c
6556         * src/gtk/logwindow.h
6557                 Better logging (color for input/output)
6558
6559 2006-04-21 [colin]      2.1.1cvs22
6560
6561         * src/gtk/quicksearch.c
6562                 On gtk+-2.8, use stock buttons in quicksearch
6563                 Based on a patch by Fabien and a design by Paul
6564
6565 2006-04-21 [colin]      2.1.1cvs21
6566
6567         * src/folderview.c
6568         * src/mainwindow.c
6569                 Fix occasional flicker in folderview
6570         * src/common/utils.c
6571                 Fix bug #943 (Incorrectly parsed email address 
6572                 list in short headers on message view and in 
6573                 printouts)
6574
6575 2006-04-20 [colin]      2.1.1cvs20
6576
6577         * src/imap.c
6578         * src/imap.h
6579         * src/prefs_account.c
6580                 Add ANONYMOUS auth for IMAP
6581
6582 2006-04-20 [paul]       2.1.1cvs19
6583
6584         * src/main.c
6585                 proper fix for 2.1.1cvs18
6586                 Thanks to Colin
6587
6588 2006-04-20 [paul]       2.1.1cvs18
6589
6590         * src/main.c
6591                 fix build warnings
6592
6593 2006-04-20 [paul]       2.1.1cvs17
6594
6595         * src/gtk/quicksearch.c
6596                 fix standard, non-extended Quick search,
6597                 was broken in 2.1.1cvs15.
6598                 Thanks to Colin.
6599
6600 2006-04-20 [colin]      2.1.1cvs16
6601
6602         * src/prefs_matcher.c
6603                 Fix values when reselecting a ~test
6604                 rule
6605
6606 2006-04-19 [colin]      2.1.1cvs15
6607
6608         * src/compose.c
6609         * src/compose.h
6610         * src/gtk/gtkaspell.c
6611         * src/gtk/gtkaspell.h
6612                 Put back Options menu in Spelling/
6613         * src/gtk/quicksearch.c
6614                 Don't search, and show error, if the
6615                 advanced search has a syntax error
6616
6617 2006-04-18 [colin]      2.1.1cvs14
6618
6619         * src/textview.c
6620                 Fix gdk warnings on set_cursor when textview
6621                 isn't visible
6622
6623 2006-04-18 [colin]      2.1.1cvs13
6624
6625         * src/gtk/gtksctree.c
6626                 Remove seemingly useless refresh that causes
6627                 flicker - watch this commit in case of 
6628                 problems before planned backport to stable
6629
6630 2006-04-18 [colin]      2.1.1cvs12
6631
6632         * src/imap.c
6633                 Factorize get/set_xml code
6634         * src/compose.c
6635         * src/prefs_account.c
6636         * src/prefs_account.h
6637         * src/procmsg.c
6638                 Add Encrypt to self option
6639
6640 2006-04-17 [colin]      2.1.1cvs11
6641
6642         * configure.ac
6643                 Fix search on encrpyt function on dragonfly
6644                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6645
6646 2006-04-17 [colin]      2.1.1cvs10
6647
6648         * src/prefs_account.c
6649                 Be safe by default: remove mails from POP3
6650                 after 7 days, not immediately
6651
6652 2006-04-17 [colin]      2.1.1cvs9
6653
6654         * src/etpan/imap-thread.c
6655                 Fix build on DragonFly - patch by 
6656                 Jonathan Buschmann <jonthn@agmact.com>
6657
6658 2006-04-17 [colin]      2.1.1cvs8
6659
6660         * src/imap.c
6661                 Save uidnext between sessions
6662
6663 2006-04-17 [colin]      2.1.1cvs7
6664
6665         * src/imap.c
6666                 scan is required when uid validity changes
6667
6668 2006-04-17 [colin]      2.1.1cvs6
6669
6670         * src/folderview.c
6671                 Don't scan if not necessary, apart in current
6672                 folder and INBOX to fetch flags.
6673         * src/imap.c
6674                 Scan is necessary if unread count changes
6675
6676 2006-04-17 [colin]      2.1.1cvs5
6677
6678         * src/imap.c
6679                 ...But always fetch ANSWERED and DELETED flags for
6680                 INBOX, as filtering can happen on these flags.
6681
6682 2006-04-17 [colin]      2.1.1cvs4
6683
6684         * src/imap.c
6685                 Don't fetch REPLIED and DELETED flags when synchronising
6686                 flags with a closed folder. We only need UNSEEN and FLAGGED
6687                 to update the folderview.
6688
6689 2006-04-17 [colin]      2.1.1cvs3
6690
6691         * src/imap.c
6692                 Faster flag search when there are new mails 
6693                 in a folder. We can do a full search if the 
6694                 folder contains less messages than the new
6695                 list.
6696
6697 2006-04-17 [colin]      2.1.1cvs2
6698
6699         * po/cs.po
6700         * po/de.po
6701         * po/fr.po
6702         * po/nl.po
6703         * po/pt_BR.po
6704                 Update translations from stable branch
6705
6706 2006-04-17 [colin]      2.1.1cvs1
6707
6708         * configure.ac
6709                 Bump version to follow stable release
6710
6711 2006-04-16 [mones]      2.1.0cvs50
6712
6713         * po/es.po
6714                 Updated for release
6715
6716 2006-04-16 [colin]      2.1.0cvs49
6717
6718         * src/textview.c
6719                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6720                 with gtk < 2.8. Thanks to Fabien Vantard.
6721
6722 2006-04-15 [colin]      2.1.0cvs48
6723
6724         * src/etpan/imap-thread.c
6725                 Fix bug #919 (libetpan: SEGV when connecting 
6726                 using command)
6727
6728 2006-04-14 [colin]      2.1.0cvs47
6729
6730         * src/main.c
6731                 Fix race on --select (should be done better)
6732
6733 2006-04-14 [wwp]        2.1.0cvs46
6734
6735         * src/send_message.c
6736                 enforce a check for domain in account prefs (a sending
6737                 error could be faced if domain was checked but no value set),
6738                 thanks to Colin.
6739
6740 2006-04-14 [colin]      2.1.0cvs45
6741
6742         * src/codeconv.c
6743                 when converting from unknown to unknown, if the
6744                 string is UTF8, don't convert it to the locale
6745                 (which breaks it)
6746
6747 2006-04-14 [colin]      2.1.0cvs44
6748
6749         * src/compose.c
6750                 Don't try to use ASCII for converting headers
6751                 (as done in body)
6752
6753 2006-04-14 [paul]       2.1.0cvs43
6754
6755         * src/crash.c
6756                 add locale/charset info to crash report
6757         * src/gtk/about.c
6758                 add wwp to doc team
6759                 replace 'e-mail' with preferred 'email'
6760         * src/gtk/authors.h
6761                 ensure contributors list is in alphabetical
6762                 order
6763
6764 2006-04-13 [colin]      2.1.0cvs42
6765
6766         * src/textview.c
6767                 Prevent gdk warnings
6768
6769 2006-04-13 [colin]      2.1.0cvs41
6770
6771         * src/common/ssl_certificate.c
6772         * src/common/ssl_certificate.h
6773         * src/gtk/sslcertwindow.c
6774                 Warn on expired certs, and display the expiration date
6775
6776 2006-04-13 [colin]      2.1.0cvs40
6777
6778         * src/plugins/spamassassin/spamassassin_gtk.c
6779                 Fix missing set_text on unix socket
6780
6781 2006-04-13 [wwp]        2.1.0cvs39
6782
6783         * manual/fr/advanced.xml
6784         * manual/fr/glossary.xml
6785                 applied new spam/ham/email lexicon (pourriel, courriel)
6786
6787 2006-04-13 [paul]       2.1.0cvs38
6788
6789         * src/plugins/pgpmime/plugin.c
6790                 remove the mention of S/MIME from the
6791                 description. This is now handled by the
6792                 S/MIME plugin.
6793
6794 2006-04-13 [paul]       2.1.0cvs37
6795
6796         * src/prefs_msg_colors.c
6797                 rework dialog
6798         * src/prefs_folder_item.c
6799         * src/prefs_spelling.c
6800                 add a tooltip to the colour selector buttons
6801
6802 2006-04-13 [wwp]        2.1.0cvs36
6803
6804         * manual/advanced.xml
6805         * manual/glossary.xml
6806         * manual/handling.xml
6807         * manual/keyboard.xml
6808         * manual/plugins.xml
6809         * manual/starting.xml
6810         * manual/fr/account.xml
6811         * manual/fr/ack.xml
6812         * manual/fr/addrbook.xml
6813         * manual/fr/advanced.xml
6814         * manual/fr/faq.xml
6815         * manual/fr/glossary.xml
6816         * manual/fr/gpl.xml
6817         * manual/fr/handling.xml
6818         * manual/fr/intro.xml
6819         * manual/fr/keyboard.xml
6820         * manual/fr/plugins.xml
6821         * manual/fr/starting.xml
6822         * manual/fr/sylpheed-claws-manual.xml
6823                 fixes to the manuals:
6824                  - summaryview -> Message List (same in French)
6825                  - translate key names
6826                  - fix French punctuation, use non-breakable spaces when
6827                    necessary, don't use &thinsp; which is not portable
6828                  - tell what maildir and mbox formats we support
6829
6830 2006-04-12 [wwp]        2.1.0cvs35
6831
6832         * src/prefs_toolbar.c
6833                 unified a replace button more,
6834                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6835
6836 2006-04-12 [wwp]        2.1.0cvs34
6837
6838         * src/prefs_common.c
6839         * src/prefs_msg_colors.c
6840                 make default color labels translatable,
6841                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6842                 thanks to Tim <timbrain@post.cz> for reporting.
6843
6844 2006-04-12 [wwp]        2.1.0cvs33
6845
6846         * manual/glossary.xml
6847         * manual/intro.xml
6848         * manual/plugins.xml
6849         * manual/starting.xml
6850         * manual/sylpheed-claws-manual.xml
6851         * manual/fr/.cvsignore
6852         * manual/fr/account.xml
6853         * manual/fr/ack.xml
6854         * manual/fr/addrbook.xml
6855         * manual/fr/advanced.xml
6856         * manual/fr/faq.xml
6857         * manual/fr/glossary.xml
6858         * manual/fr/handling.xml
6859         * manual/fr/intro.xml
6860         * manual/fr/keyboard.xml
6861         * manual/fr/plugins.xml
6862         * manual/fr/starting.xml
6863         * manual/fr/sylpheed-claws-manual.xml
6864                 various fixes: typos, missing .fr translations, punctuation,
6865                 capitalization, links, accents and some bad French more.
6866
6867 2006-04-12 [wwp]        2.1.0cvs32
6868
6869         * src/prefs_gtk.c
6870                 fix for bug #935: always store prefs files in UTF-8 (thanks
6871                 to Colin).
6872
6873 2006-04-11 [colin]      2.1.0cvs31
6874
6875         * src/compose.c
6876                 Fix inserting files not in utf8 when locale is utf8
6877
6878 2006-04-11 [colin]      2.1.0cvs30
6879
6880         * src/inc.c
6881                 Don't show error dialog when cancelling connection
6882                 Patch by Pawel
6883
6884 2006-04-11 [cleroy]     2.1.0cvs29
6885
6886         * src/compose.c
6887                 Implement multiple quote levels
6888         * src/prefs_common.c
6889                 Change a little bit the quote bgcolor for 2nd level
6890
6891 2006-04-11 [colin]      2.1.0cvs28
6892
6893         * src/gtk/about.c
6894                 Add locale and charset in the label
6895
6896 2006-04-10 [colin]      2.1.0cvs27
6897
6898         * src/compose.c
6899         * src/prefs_common.c
6900         * src/prefs_common.h
6901         * src/prefs_msg_colors.c
6902         * src/textview.c
6903                 Allow optional background color in quotes
6904                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6905                 GTK+-2.8.x feature
6906
6907 2006-04-10 [colin]      2.1.0cvs26
6908
6909         * src/main.c
6910         * src/mainwindow.c
6911         * src/mainwindow.h
6912                 Implement --select
6913
6914 2006-04-10 [colin]      2.1.0cvs25
6915
6916         * manual/plugins.xml
6917         * manual/fr/plugins.xml
6918                 Document libcurl's proxy variables
6919
6920 2006-04-09 [colin]      2.1.0cvs24
6921
6922         * src/prefs_common.c
6923                 gettext() returns statically allocated stuff. We have
6924                 to strdup it in order to be able to free it.
6925
6926 2006-04-09 [colin]      2.1.0cvs23
6927
6928         * AUTHORS
6929         * src/gtk/authors.h
6930                 Add Alexei
6931
6932 2006-04-09 [colin]      2.1.0cvs22
6933
6934         * src/mainwindow.c
6935         * src/gtk/quicksearch.c
6936                 Fix bug #859 (problems with cyrilic input in 
6937                 search panel) - Patch by Alexey Illarionov 
6938                 <littlesavage@rambler.ru>
6939
6940 2006-04-09 [colin]      2.1.0cvs21
6941
6942         * src/prefs_customheader.c
6943                 I prefer removing then freeing rather than the contrary
6944                 (even if it doesn't change anything ;-)
6945         * src/prefs_account.c
6946                 Fix bug #933 (Crash re-entering the custom headers list 
6947                 dialog in accounts prefs)
6948                 The problem happened when cancelling the Account 
6949                 Preferences' dialogs - in which case we didn't do 
6950                 anything to the PrefsAccount * struct. In case of applying,
6951                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6952                 working with in this dialog. The problem is that 
6953                 prefs_customheader.c, working on this tmp_ac_prefs, always
6954                 changes the ->customhdr_list pointer, even when cancelled. 
6955                 So in case of cancelling the prefs_account dialog, we still
6956                 have to update ->customhdr_list in the real account.
6957
6958 2006-04-08 [colin]      2.1.0cvs20
6959
6960         * manual/fr/glossary.xml
6961         * manual/fr/keyboard.xml
6962                 Forgot some headers :)
6963
6964 2006-04-08 [colin]      2.1.0cvs19
6965
6966         * manual/Makefile.am
6967         * manual/fr/Makefile.am
6968         * manual/fr/account.xml
6969         * manual/fr/ack.xml
6970         * manual/fr/addrbook.xml
6971         * manual/fr/advanced.xml
6972         * manual/fr/faq.xml
6973         * manual/fr/glossary.xml
6974         * manual/fr/gpl.xml
6975         * manual/fr/handling.xml
6976         * manual/fr/intro.xml
6977         * manual/fr/keyboard.xml
6978         * manual/fr/plugins.xml
6979         * manual/fr/starting.xml
6980         * manual/fr/sylpheed-claws-manual.xml
6981         * manual/fr/dist/.cvsignore
6982         * manual/fr/dist/Makefile.am
6983         * manual/fr/dist/html/.cvsignore
6984         * manual/fr/dist/html/Makefile.am
6985         * manual/fr/dist/pdf/.cvsignore
6986         * manual/fr/dist/pdf/Makefile.am
6987         * manual/fr/dist/ps/.cvsignore
6988         * manual/fr/dist/ps/Makefile.am
6989         * manual/fr/dist/txt/.cvsignore
6990         * manual/fr/dist/txt/Makefile.am
6991                 Add the french translation of the manual. Thanks to
6992                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6993                 account.xml, ack.xml, addrbook.xml and advanced.xml
6994
6995 2006-04-08 [colin]      2.1.0cvs18
6996
6997         * manual/plugins.xml
6998         * manual/starting.xml
6999                 More fixes
7000
7001 2006-04-07 [colin]      2.1.0cvs17
7002
7003         * manual/faq.xml
7004         * manual/intro.xml
7005         * manual/keyboard.xml
7006                 Little fixes
7007
7008 2006-04-07 [colin]      2.1.0cvs16
7009
7010         * README
7011         * src/compose.c
7012         * src/prefs_common.c
7013         * src/prefs_common.h
7014                 Add hidden compose_no_markup pref
7015
7016 2006-04-07 [wwp]        2.1.0cvs15
7017
7018         * src/summary_search.c
7019         * .cvsignore
7020                 Bugfix: stop button was sticky when searching in an empty folder.
7021                 Applied curly brackets code style to the whole file (summary_search.c).
7022                 More files to ignore.
7023
7024 2006-04-07 [wwp]        2.1.0cvs14
7025
7026         * src/message_search.c
7027         * src/summary_search.c
7028                 changed default button when search bumps at file/folder
7029                 beginning or end, for convenience (thanks to Colin).
7030
7031 2006-04-07 [paul]       2.1.0cvs13
7032
7033         * src/plugins/dillo_viewer/dillo_prefs.c
7034                 avoid future potential for namespace collision
7035                 Patch by Colin
7036
7037 2006-04-06 [wwp]        2.1.0cvs12
7038
7039         * src/summary_search.c
7040                 Unify extended/advanced searches names (and thus factorize labels),
7041                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7042
7043 2006-04-06 [wwp]        2.1.0cvs11
7044
7045         * src/folderview.c
7046         * src/prefs_themes.c
7047         * src/summaryview.c
7048                 Fixed some compilation warnings.
7049
7050 2006-04-06 [colin]      2.1.0cvs10
7051
7052         * manual/advanced.xml
7053                 Document the wizard template and how to deploy
7054                 Sylpheed-Claws effectively
7055
7056 2006-04-06 [colin]      2.1.0cvs9
7057
7058         * src/folderview.c
7059                 gettext patch to tell translators about _("#"),
7060                 by Maxim Britov
7061
7062 2006-04-06 [colin]      2.1.0cvs8
7063
7064         * src/textview.c
7065                 Fix invalid GtkTextBIter after clicking "Display as text"
7066
7067 2006-04-06 [mones]      2.1.0cvs7
7068
7069         * src/addr_compl.c
7070         * src/addrindex.c
7071         * src/addritem.c
7072         * src/codeconv.c
7073         * src/compose.c
7074         * src/filtering.c
7075         * src/folder.c
7076         * src/folder_item_prefs.c
7077         * src/folderview.c
7078         * src/localfolder.c
7079         * src/matcher.c
7080         * src/mimeview.c
7081         * src/prefs_msg_colors.c
7082         * src/prefs_spelling.c
7083         * src/prefs_themes.c
7084         * src/procmime.c
7085         * src/procmsg.c
7086         * src/stock_pixmap.c
7087         * src/summaryview.c
7088         * src/textview.c
7089         * src/toolbar.c
7090         * src/common/mgutils.c
7091         * src/common/prefs.c
7092         * src/common/ssl_certificate.c
7093         * src/gtk/colorlabel.c
7094         * src/gtk/quicksearch.c
7095         * src/plugins/pgpmime/pgpmime.c
7096         * src/plugins/spamassassin/spamassassin.c
7097                 Removed redundant NULL checks for g_free() calls.
7098                 Patch by Pawel Pekala.
7099
7100 2006-04-06 [mones]      2.1.0cvs6
7101
7102         * src/prefs_actions.c
7103         * src/prefs_filtering.c
7104         * src/prefs_filtering_action.c
7105         * src/prefs_matcher.c
7106         * src/prefs_template.c
7107         * src/gtk/gtkutils.c
7108         * src/gtk/gtkutils.h
7109                 Have a nice replace button. Patch by Pawel Pekala
7110
7111 2006-04-06 [colin]      2.1.0cvs5
7112
7113         * src/addressbook.c
7114                 Fix crash with empty columns
7115
7116 2006-04-05 [colin]      2.1.0cvs4
7117
7118         * src/wizard.c
7119         * src/prefs_gtk.c
7120                 Allow wizard customization with pre-filled values
7121
7122 2006-04-05 [colin]      2.1.0cvs3
7123
7124         * src/textview.c
7125         * src/mimeview.c
7126         * src/mimeview.h
7127                 Nicer messages in mimeview
7128
7129 2006-04-05 [colin]      2.1.0cvs2
7130
7131         * src/addressbook.c
7132         * src/prefs_summaries.c
7133                 i18n fix
7134
7135 2006-04-05 [colin]      2.1.0cvs1
7136
7137         * src/plugins/pgpcore/plugin.c
7138         * src/plugins/pgpcore/select-keys.c
7139         * src/plugins/pgpcore/select-keys.h
7140         * src/plugins/pgpcore/sgpgme.c
7141         * src/plugins/pgpcore/sgpgme.h
7142         * src/plugins/pgpinline/pgpinline.c
7143         * src/plugins/pgpinline/plugin.c
7144         * src/plugins/pgpmime/pgpmime.c
7145         * src/plugins/pgpmime/plugin.c
7146                 Factorize and generalize a bit 
7147                 Drop S/MIME signature verification from PGP/MIME
7148                 (adding it as another, more complete plugin)
7149
7150 2006-04-05 [paul]       2.1.0
7151
7152         2.1.0 released
7153
7154 2006-04-05 [paul]       2.0.0cvs186
7155
7156         * manual/advanced.xml
7157                 add info on colour labels
7158
7159 2006-04-05 [paul]       2.0.0cvs185
7160
7161         * po/bg.po
7162         * po/cs.po
7163         * po/de.po
7164         * po/el.po
7165         * po/en_GB.po
7166         * po/fi.po
7167         * po/fr.po
7168         * po/it.po
7169         * po/nl.po
7170         * po/pl.po
7171         * po/pt_BR.po
7172         * po/sr.po
7173         * po/zh_CN.po
7174                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7175                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7176                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7177                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7178         * src/gtk/authors.h
7179         * tools/claws.i18n.status.pl
7180                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7181                 and new Czech translator, Tim <timbrain@post.cz>
7182
7183 2006-04-05 [mones]      2.0.0cvs184
7184
7185         * po/es.po
7186                 Updated translation
7187
7188 2006-04-05 [colin]      2.0.0cvs183
7189
7190         * src/gtk/quicksearch.c
7191                 Fix bug #929 (unnecessary reload in quick search bar)
7192
7193 2006-04-05 [colin]      2.0.0cvs182
7194
7195         * src/compose.c
7196                 Fix crash on Reply with no From:
7197                 Show signature and conversion error on queuing 
7198                 (but not sending)
7199         * src/mainwindow.c
7200         * src/summaryview.c
7201         * src/summaryview.h
7202                 Factorize threading code and make sure msginfo 
7203                 is not null when it comes from a GtkCTreeRow's 
7204                 data
7205         * src/gtk/gtkaspell.c
7206                 Check for necessary things
7207         * src/gtk/gtksctree.c
7208         * src/gtk/gtksctree.h
7209                 Reset anchor if necessary when removing node
7210
7211 2006-03-29 [colin]      2.0.0cvs181
7212
7213         * src/folderview.c
7214                 Warn for disabled IMAP accounts (due to lack of
7215                 libetpan). Breaks string-freeze - sorry - but it
7216                 is kind of important ;)
7217
7218 2006-03-28 [colin]      2.0.0cvs180
7219
7220         * src/gtk/gtkutils.c
7221         * src/gtk/gtkutils.h
7222                 Add a gtkut_get_link_btn() function that
7223                 creates a button which acts like an URI
7224         * src/prefs_themes.c
7225         * src/gtk/about.c
7226                 Use this function (factorizes codes)
7227         * src/common/defs.h
7228         * src/gtk/pluginwindow.c
7229                 Add a "Get more..." in the plugins window
7230
7231 2006-03-28 [colin]      2.0.0cvs179
7232
7233         * src/common/smtp.c
7234         * src/common/passcrypt.c
7235         * src/undo.c
7236                 Warning fixes. Patch by Pawel Pekala
7237
7238 2006-03-27 [colin]      2.0.0cvs178
7239
7240         * src/undo.c
7241                 Fix undoing by blocks with spaces
7242
7243 2006-03-27 [colin]      2.0.0cvs177
7244
7245         * src/textview.c
7246                 Set margin to 3px for headers
7247
7248 2006-03-27 [paul]
7249
7250         2.1.0-rc2 released
7251
7252 2006-03-27 [wwp]        2.0.0cvs176
7253
7254         * src/summaryview.c
7255                 don't reset quicksearch when updating the message list.
7256                 Thanks to Colin.
7257
7258 2006-03-26 [wwp]        2.0.0cvs175
7259
7260         * src/compose.c
7261                 use a unified border width ('other' tab in the compose window,
7262                 patch by Pawel Pekala).
7263
7264
7265 2006-03-26 [wwp]        2.0.0cvs174
7266
7267         * src/common/quoted-printable.c
7268         * src/addressbook.c
7269                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7270
7271 2006-03-26 [colin]      2.0.0cvs173
7272
7273         * src/quote_fmt_parse.y
7274                 Fix non-UTF8 date formats messing up the whole quote a 
7275                 little bit
7276
7277 2006-03-26 [colin]      2.0.0cvs172
7278
7279         * src/procheader.c
7280                 Make sure the date is UTF8 valid, or try to make it
7281                 so. IncrediMail is really IncrediStupid.
7282         * src/compose.c
7283                 Fix possible conversions. 
7284                 
7285
7286 2006-03-26 [colin]      2.0.0cvs171
7287
7288         * src/matcher.c
7289                 Fix corner cases in body search. This is still a
7290                 hack... It seems impossible to make it good and 
7291                 reasonably fast at the same time.
7292
7293 2006-03-26 [colin]      2.0.0cvs170
7294
7295         * src/summaryview.c
7296                 I think I killed the twilight zone bug!
7297                 summary_select_node() flushes GTK events in order
7298                 to be able to center the view. But this also 
7299                 flushes keypresses like Ctrl-Alt-U, so this can
7300                 call summary_show from summary_select_node (itself
7301                 called from summary_show, etc.). And the summaryview
7302                 has to be unlocked in this function. So just locking
7303                 while processing GTK events, and bailing if locked, 
7304                 should fix it.
7305                 Fixes bug #927 (SIGSEGV during Update Summary)
7306
7307 2006-03-25 [colin]      2.0.0cvs169
7308
7309         * src/matcher.c
7310                 Fix search in QP-encoded bodies
7311                 Fix utf-8 searches in bodies encoded in the
7312                 locale's encoding
7313         * src/common/quoted-printable.c
7314         * src/common/quoted-printable.h
7315                 Add a decode function that doesn't overwrite
7316                 the original pointer
7317                 
7318
7319 2006-03-24 [colin]      2.0.0cvs168
7320
7321         * src/action.c
7322         * src/summaryview.c
7323         * src/summaryview.h
7324                 Update message cache after action
7325                 Patch by H. Merijn Brand
7326         * src/prefs_msg_colors.c
7327                 Factorize label 
7328                 Patch by Fabien Vantard
7329         * src/plugins/spamassassin/spamassassin_gtk.c
7330                 Remove useless translation
7331                 Patch by Fabien Vantard
7332
7333 2006-03-23 [colin]      2.0.0cvs167
7334
7335         * src/common/ssl.c
7336                 Let 30 seconds to SSL_connect
7337
7338 2006-03-23 [wwp]        2.0.0cvs166
7339
7340         * src/summaryview.c
7341         * src/gtk/description_window.c
7342                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7343                 and headers are translated; adjust description windows' width to fit their
7344                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7345
7346 2006-03-23 [paul]       2.0.0cvs165
7347
7348         * src/common/utils.c
7349                 fix highlighting of URIs containing "()"
7350                 (2.0.0cvs164's reversal fixed)
7351                 Thanks to Colin.
7352
7353 2006-03-23 [paul]       2.0.0cvs164
7354
7355         * src/common/utils.c
7356                 revert patch, (postponing a fix), at 2.0.0cvs120
7357                 as it breaks more URIs than it fixes.
7358                 Allow '-' to be a terminating character in a URI
7359
7360 2006-03-22 [colin]      2.0.0cvs163
7361
7362         * configure.ac
7363                 Require libetpan 0.45
7364                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7365
7366 2006-03-22 [paul]       2.0.0cvs162
7367
7368         * src/editgroup.c
7369                 replace '<-' and '->' buttons with GTK_STOCK graphical
7370                 buttons
7371         * src/summary_search.c
7372                 don't offer '...' for translation
7373                 add a tooltip to advanced search '...' button
7374         * src/gtk/quicksearch.c
7375                 don't offer '...' for translation
7376
7377 2006-03-21 [colin]      2.0.0cvs161
7378
7379         * src/compose.c
7380                 Fix middle-click pasting (insert at click
7381                 position instead of cursor position, don't
7382                 remove existing selection and allow pasting
7383                 our own selection)
7384         * src/addressbook.c
7385                 "LDAP Server" -> "LDAP servers"
7386
7387 2006-03-21 [wwp]        2.0.0cvs160
7388
7389         * src/etpan/imap-thread.c
7390                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7391
7392 2006-03-20 [colin]      2.0.0cvs159
7393
7394         * src/summaryview.c
7395                 Don't reload summaryview after an execute with no
7396                 move action
7397
7398 2006-03-19 [colin]      2.0.0cvs158
7399
7400         * src/addressbook.c
7401                 and put groups at the top, always
7402
7403 2006-03-19 [colin]      2.0.0cvs157
7404
7405         * src/addressbook.c
7406                 Order groups before names, as previously
7407
7408 2006-03-19 [colin]      2.0.0cvs156
7409
7410         * src/addressbook.c
7411                 - Sort case-unsensitive
7412                 - Put the sort arrow at opening too
7413
7414 2006-03-19 [wwp]        2.0.0cvs155
7415
7416         * src/addressbook.c
7417                 allow sorting by name/email/remarks, ensure that right-pane's contents
7418                 matches the left-pane selection (cleared when appropriate).
7419                 Patch by Pawel Pekala <c0rn@o2.pl>.
7420
7421 2006-03-18 [colin]      2.0.0cvs154
7422
7423         * src/textview.c
7424                 Fix text cursor ;)
7425
7426 2006-03-18 [colin]      2.0.0cvs153
7427
7428         * src/gtk/filesel.c
7429                 Make sure we hide the preview if we didn't get
7430                 a filename
7431
7432 2006-03-18 [colin]      2.0.0cvs152
7433
7434         * src/summaryview.c
7435                 Set cursor to watch for execution (fixes lack
7436                 of watch-cursor when dnd'ing hundreds of mails)
7437         * src/gtk/filesel.c
7438                 Check that mime type is 'image/*' before updating
7439                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7440
7441 2006-03-18 [colin]      2.0.0cvs151
7442
7443         * src/mainwindow.c
7444         * src/textview.c
7445         * src/textview.h
7446                 Put a watch cursor in textview too when the mainwindow's
7447                 cursor in a watch
7448
7449 2006-03-18 [colin]      2.0.0cvs150
7450
7451         * src/folder.c
7452                 Change wrong asserts to simple tests
7453
7454 2006-03-17 [colin]      2.0.0cvs149
7455
7456         * src/mainwindow.c
7457         * src/mainwindow.h
7458         * src/prefs_msg_colors.c
7459         * src/summaryview.c
7460         * src/summaryview.h
7461         * src/gtk/colorlabel.c
7462         * src/gtk/colorlabel.h
7463                 Add a color label menu in the main menubar
7464                 Add (fixed) accels Ctrl-{0-7} to change the color
7465                 They have to be fixed because the menu's dynamic,
7466                 the items are complex widgets, hence we can't use
7467                 a GtkItemFactory.
7468
7469
7470 2006-03-17 [wwp]        2.0.0cvs148
7471
7472         * src/compose.c
7473                 rollback few lines from my previous commit (those lines come from
7474                 a pending patch, accidentally commited, even if neutral as they are
7475                 commented out).
7476
7477 2006-03-17 [wwp]        2.0.0cvs147
7478
7479         * src/compose.c
7480                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7481                 applied code style/indentation to the modified function.
7482
7483 2006-03-17 [wwp]        2.0.0cvs146
7484
7485         * src/procmsg.c
7486         * src/compose.c
7487                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7488
7489 2006-03-17 [paul]
7490
7491         2.1.0-rc1 released
7492
7493 2006-03-17 [paul]       2.0.0cvs145
7494
7495         * src/main.c
7496                 addressbook_read_file() was called twice
7497         * src/textview.c
7498                 X-Mailer highlighting
7499
7500 2006-03-16 [colin]      2.0.0cvs144
7501
7502         * src/sourcewindow.c
7503         * src/sourcewindow.h
7504                 And the last one, in source window.
7505
7506 2006-03-16 [colin]      2.0.0cvs143
7507
7508         * src/compose.c
7509         * src/compose.h
7510                 Fix the same stuff in compose
7511
7512 2006-03-16 [colin]      2.0.0cvs142
7513
7514         * src/messageview.c
7515                 Complete the previous messageview crash fix
7516
7517 2006-03-16 [colin]      2.0.0cvs141
7518
7519         * src/procmsg.h
7520         * src/procmsg.c
7521         * src/folder.c
7522                 Fix POSTPROCESSING hook
7523                 Patch by H. Merijn Brand
7524
7525         * src/procmime.c
7526         * src/procmime.h
7527                 Parse Content-Location
7528
7529         * src/toolbar.c
7530         * src/messageview.c
7531         * src/messageview.h
7532                 Don't crash when a top-level MessageView has
7533                 been closed on us. Same problematic than
7534                 yesterday's quicksearch issue.
7535
7536 2006-03-15 [colin]      2.0.0cvs140
7537
7538         * src/gtk/quicksearch.c
7539                 Fix a bitchy race we didn't think about when we
7540                 added quicksearch cancellation:
7541                 If the search is not on cached fields, for example
7542                 body_part matchcase "stuff"
7543                 the matcher code has to get the whole message. If
7544                 we're on IMAP, that can be slow, and in order to
7545                 be non-blocking, the IMAP code idle loop processes
7546                 gtk events too. So it is possible to cancel a
7547                 quicksearch while the matcher is getting the mail's
7548                 body. After matcher got its body, it will start to
7549                 iterate over the matcher list that the Quicksearch's
7550                 clear_search_cb() just freed via prepare_matcher().
7551                 SIGSEGV ensues.
7552                 The fix consists of guarding the matcherlist_match()
7553                 call with a boolean 'matching'. If we reset the
7554                 quicksearch while matching is TRUE, we don't free
7555                 the matcherlist anymore like we did, but we set
7556                 another new flag, deferred_free, to TRUE. Then,
7557                 in quicksearch_match(), just after returning from
7558                 matcherlist_match() and unsetting the matching flag,
7559                 we check the deferred_free flag and do the
7560                 prepare_matcher() (which does the matcherlist_free)
7561                 for real, so we free the matcherlist once it's not
7562                 used anymore.
7563                 As all of this runs via the glib main loop, we
7564                 luckily don't need a mutex.
7565         * src/summaryview.c
7566                 Also, show progress while searching.
7567
7568
7569 2006-03-14 [colin]      2.0.0cvs139
7570
7571         * src/alertpanel.c
7572                 Make alertpanel_is_open non-static
7573
7574 2006-03-14 [colin]      2.0.0cvs138
7575
7576         * src/prefs_spelling.c
7577                 Cleanups - Fabien Vantard
7578
7579 2006-03-14 [wwp]        2.0.0cvs137
7580
7581         * src/main.c
7582                 code style normalization (curly braces, indentation).
7583
7584 2006-03-14 [wwp]        2.0.0cvs137
7585
7586         * src/main.c
7587                 code style (braces, indentation)
7588
7589 2006-03-12 [paul]       2.0.0cvs136
7590
7591         * src/prefs_common.c
7592                 trans_hdr defaults to FALSE to be RFC-savvy
7593         * src/prefs_summaries.c
7594                 add a tooltip to the trans_hdr option
7595                 
7596
7597 2006-03-12 [paul]       2.0.0cvs135
7598
7599         * src/prefs_matcher.c
7600                 give a little more width to the combos
7601         * src/prefs_display_header.c
7602         * src/textview.c
7603                 translate headers if prefs_common.trans_hdr
7604                 is TRUE
7605
7606         Patches by Pawel Pekala
7607
7608 2006-03-12 [paul]       2.0.0cvs134
7609
7610         * src/plugins/clamav/clamav_plugin.c
7611         * src/plugins/dillo_viewer/dillo_viewer.c
7612         * src/plugins/pgpcore/plugin.c
7613         * src/plugins/pgpinline/plugin.c
7614         * src/plugins/pgpmime/plugin.c
7615         * src/plugins/spamassassin/spamassassin.c
7616                 update/add to descriptions
7617         * src/plugins/spamassassin/spamassassin_gtk.c
7618                 fixes to the english, remove superfluous
7619                 tooltips, clean up a little
7620
7621 2006-03-12 [paul]       2.0.0cvs133
7622
7623         * src/compose.c
7624                 fix Bug 924, 'Account combo box shows up wrong 
7625                 if & is in account name'
7626
7627 2006-03-11 [colin]      2.0.0cvs132
7628
7629         * src/summaryview.c
7630                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7631                 messed up shift-selection because is slows down
7632                 moving around summaryview. thanks -users
7633
7634 2006-03-10 [colin]      2.0.0cvs131
7635
7636         * src/plugins/spamassassin/spamassassin_gtk.c
7637                 Put back Paul's engrish fixes
7638
7639 2006-03-10 [colin]      2.0.0cvs130
7640
7641         * src/plugins/spamassassin/spamassassin.c
7642         * src/plugins/spamassassin/spamassassin.h
7643         * src/plugins/spamassassin/spamassassin_gtk.c
7644                 Cleanup SA prefs page (more)
7645                 Patch by Fabien Vantard
7646
7647 2006-03-10 [paul]       2.0.0cvs129
7648
7649         * src/prefs_msg_colors.c
7650         * src/prefs_spelling.c
7651                 widget sensitivity
7652
7653 2006-03-09 [mones]      2.0.0cvs128
7654
7655         * po/es.po
7656                 Update for next RC
7657
7658 2006-03-09 [wwp]        2.0.0cvs127
7659
7660         * configure.ac
7661                 revert accidental commit (requirement for libetpan 0.43), this time
7662                 not in HEAD.
7663
7664 2006-03-09 [wwp]        2.0.0cvs125
7665
7666         * configure.ac
7667                 revert accidental commit (requirement for libetpan 0.43)
7668
7669 2006-03-09 [paul]       2.0.0cvs126
7670
7671         * src/prefs_receive.c
7672                 remove useless frame
7673                 replace 'incorporation' with 'receiving'
7674         * src/plugins/clamav/clamav_plugin_gtk.c
7675         * src/plugins/spamassassin/spamassassin_gtk.c
7676                 improve widget sensitivity
7677                 fix a bit his engrish
7678
7679 2006-03-09 [wwp]        2.0.0cvs125
7680
7681         * src/addressadd.c
7682         * src/foldersel.c
7683         * src/prefs_common.c
7684         * src/prefs_common.h
7685                 remember some more windows' sizes (add to addressbook and
7686                 select folder).
7687
7688 2006-03-09 [paul]       2.0.0cvs124
7689
7690         * src/plugins/pgpcore/prefs_gpg.c
7691                 normalise construction of dialogue
7692
7693 2006-03-09 [paul]       2.0.0cvs123
7694
7695         * src/plugins/trayicon/Makefile.am
7696                 add missing slash
7697
7698 2006-03-08 [colin]      2.0.0cvs122
7699
7700         * src/plugins/trayicon/Makefile.am
7701                 Fix build in separate dir 
7702                 Patch by Bamanzi <bamanzi@gmail.com>
7703
7704 2006-03-08 [colin]      2.0.0cvs121
7705
7706         * src/procmsg.c
7707                 Batch move and copies from summaryview with delayed execution
7708                 too
7709
7710 2006-03-07 [paul]       2.0.0cvs120
7711
7712         * src/common/utils.c
7713                 fix highlighting of URIs containing "()"
7714                 Patch by Pawel Pekala
7715
7716 2006-03-07 [paul]       2.0.0cvs119
7717
7718         * src/folder.c
7719         * src/folder.h
7720         * src/folderview.c
7721                 immediately do alphabetical resort when
7722                 changing a folder's name
7723                 Patch by Pawel Pekala
7724
7725 2006-03-07 [paul]       2.0.0cvs118
7726
7727         * src/news.c
7728         * src/news_gtk.c
7729                 when unsubscribing a newsgroup, remove the
7730                 folder and msgs in .sylpheed-claws/newscache
7731                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7732
7733 2006-03-07 [paul]       2.0.0cvs117
7734
7735         * src/textview.c
7736                 fix wrong Fake URL Warning
7737                 Thanks to Hiro
7738
7739 2006-03-07 [colin]      2.0.0cvs116
7740
7741         * src/imap.c
7742                 Return immediately when password dialog was
7743                 cancelled
7744         * src/gtk/inputdialog.c
7745                 Allow empty strings for passwords
7746
7747
7748 2006-03-06 [colin]      2.0.0cvs115
7749
7750         * src/imap.c
7751                 Prevent double-timeouts when connection fails
7752
7753 2006-03-06 [colin]
7754
7755         2.0.1-rc1 released
7756
7757 2006-03-06 [colin]      2.0.0cvs114
7758
7759         * src/imap.c
7760                 Refresh session during potentially long
7761                 operations
7762
7763 2006-03-06 [wwp]        2.0.0cvs113
7764
7765         * src/prefs_msg_colors.h
7766                 forgot that one (custom color labels).
7767
7768 2006-03-06 [wwp]        2.0.0cvs112
7769
7770         * src/prefs_common.c
7771         * src/prefs_common.h
7772         * src/prefs_msg_colors.c
7773         * src/summaryview.c
7774         * src/summaryview.h
7775         * src/gtk/colorlabel.c
7776         * src/gtk/colorlabel.h
7777                 colors in messages list are now customizable. Color values and names can
7778                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7779                 Thanks to Paul and Colin for their help with this longstanding patch!
7780
7781 2006-03-06 [wwp]        2.0.0cvs111
7782
7783         * src/textview.c
7784                 don't crash if (x)face is bad.
7785
7786 2006-03-05 [paul]       2.0.0cvs110
7787
7788         * AUTHORS
7789         * configure.ac
7790         * src/Makefile.am
7791         * src/common/Makefile.am
7792         * src/common/utils.h
7793         * src/etpan/imap-thread.c
7794         * src/gtk/authors.h
7795         * src/plugins/clamav/Makefile.am
7796         * src/plugins/demo/Makefile.am
7797         * src/plugins/dillo_viewer/Makefile.am
7798         * src/plugins/pgpcore/Makefile.am
7799         * src/plugins/pgpcore/passphrase.c
7800         * src/plugins/pgpinline/Makefile.am
7801         * src/plugins/pgpmime/Makefile.am
7802         * src/plugins/spamassassin/Makefile.am
7803         * src/plugins/trayicon/Makefile.am
7804                 fix builiding on cygwin
7805                 Patch by Ralgh Young <bamanzi@gmail.com>
7806
7807 2006-03-04 [wwp]        2.0.0cvs109
7808
7809         * manual/keyboard.xml
7810                 fix mixed up/down keys.
7811
7812 2006-03-04 [wwp]        2.0.0cvs108
7813
7814         * README
7815         * INSTALL
7816                 updated links to SpamAssassin.
7817
7818 2006-03-04 [wwp]        2.0.0cvs107
7819
7820         * manual/plugins.xml
7821         * src/plugins/spamassassin/README
7822                 updated SpamAssassin plugin docs to reflect new functional additions
7823                 (also fix/update/documents few technical stuff more, see the README).
7824
7825 2006-03-04 [wwp]        2.0.0cvs106
7826
7827         * src/prefs_message.c
7828                 normalized capitalization of message-prefs paths.
7829
7830 2006-03-04 [wwp]        2.0.0cvs105
7831
7832         * manual/advanced.xml
7833                 typo.
7834
7835 2006-03-03 [colin]      2.0.0cvs104
7836
7837         * src/plugins/clamav/clamav_plugin_gtk.c
7838                 Rework prefs page, patch by Fabien 
7839
7840 2006-03-03 [colin]      2.0.0cvs103
7841
7842         * src/plugins/clamav/clamav_plugin.c
7843                 Set error on all errors
7844
7845 2006-03-03 [colin]      2.0.0cvs102
7846
7847         * src/common/plugin.c
7848                 Initialize error to avoid crashing when a plugin fails
7849                 without setting error
7850
7851 2006-03-02 [wwp]        2.0.0cvs101
7852
7853         * configure.ac
7854                 fixed linker flags for libetpan support on Cygwin
7855                 (thanks to H.Merijn Brand).
7856
7857 2006-03-02 [wwp]        2.0.0cvs100
7858
7859         * src/addressbook.c
7860                 fix some AB error messages: one for punctuation and
7861                 one wrongly duplicate (thanks, maxbritov).
7862
7863 2006-03-02 [wwp]        2.0.0cvs99
7864
7865         * src/plugins/spamassassin/spamassassin.c
7866                 make sync calls to sa-learn/spamc to prevent
7867                 system (whatever local or client/server) overload.
7868
7869 2006-03-02 [colin]      2.0.0cvs98
7870
7871         * src/summaryview.c
7872                 Put the spam icon in the status column instead of the
7873                 mark one
7874
7875 2006-03-01 [colin]      2.0.0cvs97
7876
7877         * src/plugins/spamassassin/spamassassin.c
7878                 Fix segfault (g_file_set_contents fails for some 
7879                 reason and err==0x2f. Can't find out why with
7880                 valgrind, using working function :-)
7881
7882 2006-03-01 [colin]      2.0.0cvs96
7883
7884         * src/inc.c
7885                 Offline overriding: let 'No' be cached only 3 seconds
7886
7887 2006-03-01 [colin]      2.0.0cvs95
7888
7889         * src/addr_compl.c
7890         * src/addrbook.c
7891         * src/addressbook.c
7892         * src/addrindex.c
7893         * src/folder_item_prefs.c
7894         * src/headerview.c
7895         * src/imap.c
7896         * src/inc.c
7897         * src/ldif.c
7898         * src/mainwindow.c
7899         * src/mh.c
7900         * src/msgcache.c
7901         * src/prefs_common.h
7902         * src/prefs_msg_colors.c
7903         * src/procheader.c
7904         * src/procheader.h
7905         * src/procmime.c
7906         * src/procmsg.c
7907         * src/procmsg.h
7908         * src/send_message.h
7909         * src/simple-gettext.c
7910         * src/summaryview.c
7911         * src/summaryview.h
7912         * src/syldap.c
7913         * src/textview.c
7914         * src/undo.c
7915         * src/common/ssl_certificate.c
7916         * src/common/utils.c
7917         * src/gtk/colorsel.c
7918         * src/gtk/gtksctree.c
7919         * src/gtk/gtkshruler.c
7920         * src/plugins/trayicon/trayicon.c
7921                 #if 0 goes to /dev/null
7922
7923 2006-03-01 [colin]      2.0.0cvs94
7924
7925         * src/compose.c
7926         * src/imap.c
7927         * src/inc.c
7928         * src/inc.h
7929         * src/messageview.c
7930         * src/news.c
7931         * src/plugins/spamassassin/spamassassin.c
7932                 Allow to add information in the "working offline"
7933                 window
7934
7935 2006-03-01 [wwp]        2.0.0cvs93
7936
7937         * src/plugins/spamassassin/spamassassin.c
7938                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7939                 'cause it seems that calling `spamc ... < inputfile` with
7940                 g_spawn_(a)sync simply.. erm doesn't work :-).
7941
7942 2006-03-01 [wwp]        2.0.0cvs92
7943
7944         * src/toolbar.c
7945         * src/toolbar.h
7946                 simplify the adding of spam/ham button to the messageview toolbar
7947                 (it gets more clear now that the same button will be "Mark as spam"
7948                 or "Mark as ham" according to the current message status,
7949                 thanks to Colin).
7950
7951 2006-03-01 [wwp]        2.0.0cvs91
7952
7953         * src/messageview.c
7954         * src/procmsg.c
7955         * src/procmsg.h
7956         * src/summaryview.c
7957         * src/plugins/spamassassin/spamassassin.c
7958         * src/plugins/spamassassin/spamassassin.h
7959                 make learner callbacks return a status (0 for ok),
7960                 handle it in main code to avoid setting flags when learning failed,
7961                 don't learn on TCP if offline in spamassassin,
7962                 thanks to Colin.
7963
7964                 
7965
7966 2006-03-01 [wwp]        2.0.0cvs90
7967
7968         * src/compose.c
7969                 some work around the compose window's account menu,
7970                 patch by Fabien Vantard.
7971
7972 2006-03-01 [wwp]        2.0.0cvs89
7973
7974         * src/plugins/spamassassin/spamassassin.c
7975                 fixed bad logics, was using spamc in local mode and sa-learn
7976                 in remote mode (thanks, Colin).
7977
7978 2006-03-01 [wwp]        2.0.0cvs88
7979
7980         * src/plugins/spamassassin/spamassassin.c
7981         * src/plugins/spamassassin/spamassassin.h
7982         * src/plugins/spamassassin/spamassassin_gtk.c
7983                 made processing of emails w/ sa-plugin an option (default is TRUE),
7984                 fixed Engrish some tooltips, capitalization of some debug messages
7985                 and warnings. The spamassassin plugin now provides two separate
7986                 services: process emails upon incorporation and spamd training.
7987                 Both services (un)register independently but use some common
7988                 plugin settings (transport settings, spam storage location).
7989
7990 2006-02-28 [wwp]        2.0.0cvs87
7991
7992         * src/plugins/spamassassin/spamassassin.c
7993                 fix async flag to spamc cmdline execution (batch exec should
7994                 be asynchronous).
7995
7996 2006-02-27 [wwp]        2.0.0cvs86
7997
7998         * src/plugins/spamassassin/spamassassin.c
7999         * src/plugins/spamassassin/spamassassin.h
8000         * src/plugins/spamassassin/spamassassin_gtk.c
8001                 - added the ability to learn a remote spamassassin server (spamd),
8002                 using spamc.
8003                 - added the spamassassin option 'username', that applies to all
8004                 spamassassin operations (filtering, learning, local or remote).
8005                 The default username is the current unix user (if left blank
8006                 from gtk prefs or config file).
8007                 - commented out some unused code (notebook widget), removed unused
8008                 layout (hbox1).
8009                 - make more widgets sensitive to the transport type.
8010
8011 2006-02-27 [colin]      2.0.0cvs85
8012
8013         * src/plugins/spamassassin/spamassassin.c
8014                 Fix sa-learn call when offline
8015
8016 2006-02-27 [colin]      2.0.0cvs84
8017
8018         * configure.ac
8019         * src/Makefile.am
8020         * src/mainwindow.c
8021         * src/mainwindow.h
8022         * src/messageview.c
8023         * src/messageview.h
8024         * src/prefs_toolbar.c
8025         * src/procmsg.c
8026         * src/stock_pixmap.c
8027         * src/stock_pixmap.h
8028         * src/summaryview.c
8029         * src/toolbar.c
8030         * src/toolbar.h
8031         * src/pixmaps/ham_btn.xpm
8032         * src/pixmaps/spam.xpm
8033         * src/pixmaps/spam_btn.xpm
8034         * src/plugins/spamassassin/spamassassin.c
8035                 Add button in toolbar for spam learning
8036                 Fix a few bugs from the last related commit
8037                 Revert 1.9.6cvs23 which messed up shift-selection
8038
8039 2006-02-24 [colin]      2.0.0cvs83
8040
8041         * src/procmsg.c
8042         * src/summaryview.c
8043         * src/summaryview.h
8044         * src/plugins/spamassassin/spamassassin.c
8045         * src/plugins/spamassassin/spamassassin.h
8046         * src/plugins/spamassassin/spamassassin_gtk.c
8047                 Unregister learner when spamassassin is either
8048                 disabled or over tcp
8049
8050 2006-02-24 [colin]      2.0.0cvs82
8051
8052         * src/Makefile.am
8053         * src/mainwindow.c
8054         * src/mainwindow.h
8055         * src/procmsg.c
8056         * src/procmsg.h
8057         * src/stock_pixmap.c
8058         * src/stock_pixmap.h
8059         * src/summaryview.c
8060         * src/summaryview.h
8061         * src/gtk/icon_legend.c
8062         * src/pixmaps/spam.xpm  ** NEW FILE **
8063         * src/plugins/spamassassin/spamassassin.c
8064         * src/plugins/spamassassin/spamassassin_gtk.c
8065                 Add spam learning interface (Mark/Mark as 
8066                 (spam|ham) menus)
8067
8068 2006-02-24 [wwp]        2.0.0cvs81
8069
8070         * src/compose.c
8071         * src/compose.h
8072         * src/filtering.c
8073                 hide compose window when sending message in batch mode
8074                 (filtering: forward and redirect). Also fixed a wrong
8075                 value returned when sending failed, neutral anyway.
8076                 (Colin, me) 
8077
8078 2006-02-24 [wwp]        2.0.0cvs80
8079
8080         * src/mainwindow.c
8081                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8082
8083 2006-02-24 [paul]       2.0.0cvs79
8084
8085         * src/news.c
8086         * src/news.h
8087         * src/news_gtk.c
8088                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8089                 Thanks to Colin
8090
8091 2006-02-23 [colin]      2.0.0cvs78
8092
8093         * src/alertpanel.c
8094                 Change OK to Close in alertpanel with View log
8095                 button; add accel to View log. Patch by Fabien
8096                 Vantard
8097
8098 2006-02-23 [wwp]        2.0.0cvs77
8099
8100         * src/compose.c
8101                 silly me, there were much more tests to perform, since toolbars can
8102                 really have down to 1 element only.
8103
8104 2006-02-23 [wwp]        2.0.0cvs76
8105
8106         * commitHelper
8107                 fixed indentation from my previous commit. Fallback to VISUAL if
8108                 EDITOR is not set (and to vi, at last resort).
8109
8110 2006-02-23 [wwp]        2.0.0cvs75
8111
8112         * commitHelper
8113                 improved error detection (Colin, me).
8114
8115 2006-02-23 [wwp]        2.0.0cvs74
8116
8117         * src/prefs_toolbar.c
8118                 simplify and fix prefs/toolbars layouting. Combos' contents can
8119                 now be really displayed.
8120
8121 2006-02-23 [wwp]        2.0.0cvs73
8122         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8123         be really displayed.
8124
8125 2006-02-22 [wwp]        2.0.0cvs72
8126
8127         * src/compose.c
8128                 fix a typo in my previous commit (sorry!).
8129
8130 2006-02-22 [wwp]        2.0.0cvs71
8131
8132         * src/prefs_toolbar.c
8133                 fix a crash when adding separators to toolbars,
8134                 also fix some separator item information.
8135
8136 2006-02-22 [wwp]        2.0.0cvs70
8137
8138         * src/compose.c
8139                 fix a crash when redirecting (for instance) when compose window's
8140                 toolbar contents has been customized (when some buttons have been
8141                 removed in fact).
8142
8143 2006-02-21 [wwp]        2.0.0cvs69
8144
8145         * src/summaryview.c
8146         * src/gtk/pluginwindow.c
8147         * src/plugins/pgpcore/prefs_gpg.c
8148                 fix some compilation warnings (feat. remains of removed code).
8149
8150 2006-02-21 [wwp]        2.0.0cvs68
8151
8152         * src/gtk/gtkutils.c
8153                 fix two compilation issues, thanks to Stephan Sachse.
8154
8155 2006-02-20 [colin]      2.0.0cvs67
8156
8157         * src/mainwindow.c
8158                 Don't reselect displayed mail on refocus
8159                 This fixes actions misbehaving 
8160
8161 2006-02-20 [wwp]        2.0.0cvs66
8162
8163         * src/summaryview.c
8164         * src/gtk/gtksctree.c
8165         * src/gtk/gtkshruler.c
8166                 changed more runtime typecast checks.
8167
8168 2006-02-20 [wwp]        2.0.0cvs65
8169
8170         * src/summary_search.c
8171                 find all - summaryview refresh issue fixed, thanks to Colin.
8172
8173 2006-02-20 [wwp]        2.0.0cvs64
8174
8175         * src/gtk/gtkutils.c
8176                 better runtime typecast checks.
8177
8178 2006-02-20 [wwp]        2.0.0cvs63
8179
8180         * src/summary_search.c
8181                 enhancements to the summary search:
8182                         - add the ability to stop the running search
8183                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8184                         - don't search if no criteria (From/To/Subject/Body) is set
8185                         - ensure that a busy mouse pointer is always shown when searching,
8186                           show it even a bit earlier
8187
8188 2006-02-19 [colin]      2.0.0cvs62
8189
8190         * src/compose.c
8191         * src/imap.c
8192         * src/etpan/imap-thread.c
8193         * src/etpan/imap-thread.h
8194                 (Future) IMAP speed improvement on sending
8195                 Will require a libetpan update
8196         * src/summaryview.c
8197         * src/gtk/quicksearch.c
8198                 Make quicksearch clearable while running.
8199
8200 2006-02-17 [colin]      2.0.0cvs61
8201
8202         * src/imap.c
8203         * src/etpan/imap-thread.c
8204         * src/etpan/imap-thread.h
8205                 Check for IMAP certificates
8206                 ** Requires libetpan-0.42-cvs4 
8207                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8208
8209 2006-02-17 [colin]      2.0.0cvs60
8210
8211         * src/messageview.c
8212         * src/prefs_common.c
8213         * src/prefs_common.h
8214         * src/prefs_message.c
8215                 Add pref to display HTML-only mails with plugin, 
8216                 if possible (defaulting to FALSE of course).
8217
8218 2006-02-16 [colin]      2.0.0cvs59
8219
8220         * src/main.c
8221         * src/common/plugin.c
8222         * src/common/plugin.h
8223         * src/gtk/pluginwindow.c
8224                 Keep track of requested (but unloaded) plugins
8225                 in some error cases.
8226
8227 2006-02-16 [wwp]        2.0.0cvs58
8228
8229         * src/gtk/gtkaspell.c
8230         * src/gtk/gtkaspell.h
8231         * src/prefs_spelling.c
8232         * src/compose.c
8233         * src/prefs_common.c
8234         * src/prefs_common.h
8235                 implemented new optional spellchecker behaviour: re-check message when
8236                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8237
8238 2006-02-16 [wwp]        2.0.0cvs57
8239
8240         * src/quote_fmt_parse.y
8241                 pclose popen'ed pipe.
8242
8243 2006-02-15 [colin]      2.0.0cvs56
8244
8245         * src/mimeview.c
8246         * src/mimeview.h
8247                 Let MimeViewers know which MimeView they
8248                 depend of.
8249         * src/summaryview.c
8250                 Swap From/To columns in Sent/Queue/Drafts
8251                 folders
8252         * src/etpan/imap-thread.c
8253                 Use mailstream_low_tls_open() for STARTTLS
8254                 instead of mailstream_low_ssl_open()
8255                 ** REQUIRES libetpan 0.42cvs3 **
8256
8257 2006-02-15 [wwp]        2.0.0cvs55
8258
8259         * src/compose.c
8260         * src/compose.h
8261         * src/message_search.c
8262         * src/message_search.h
8263         * src/textview.c
8264         * src/gtk/gtkutils.c
8265         * src/gtk/gtkutils.h
8266                 added the ability to Find text in the compose window (and a bit
8267                 of code factorization).
8268
8269 2006-02-15 [wwp]        2.0.0cvs54
8270
8271         * src/prefs_gtk.c
8272                 yet another one file was missing (fix for some widgets' sensitivity).
8273                 Thanks Colin!
8274
8275 2006-02-15 [wwp]        2.0.0cvs53
8276
8277         * src/prefs_gtk.h
8278                 oops forgot that file (fix for some widgets' sensitivity).
8279
8280 2006-02-15 [wwp]        2.0.0cvs52
8281
8282         * src/summary_search.c
8283                 implemented advanced summary search options (added the ability
8284                 to use matcher conditions in an advanced search mode).
8285
8286 2006-02-15 [wwp]        2.0.0cvs51
8287
8288         * src/plugins/pgpcore/prefs_gpg.c
8289         * src/prefs_account.c
8290                 fix some widget sensitivity, mostly around some labels in
8291                 account prefs.
8292
8293 2006-02-15 [paul]       2.0.0cvs50
8294
8295         * manual/advanced.xml
8296                 improve Templates info
8297                 written by wwp
8298
8299 2006-02-14 [colin]      2.0.0cvs49
8300
8301         * src/pixmaps/address_book.xpm
8302         * src/pixmaps/preferences.xpm
8303         * src/pixmaps/properties.xpm
8304                 Fix pixmap size - patch by Fabien Vantard
8305
8306 2006-02-13 [colin]      2.0.0cvs48
8307
8308         * src/procmime.c
8309                 Add missing fclose()s on error
8310         * src/textview.c
8311                 Remove unused code
8312         * src/common/utils.c
8313                 Fix temp files not being deleted on windows
8314         Patches by Thomas Gilgin
8315
8316 2006-02-13 [colin]      2.0.0cvs47
8317
8318         * src/mainwindow.c
8319                 Fix exit crash
8320
8321 2006-02-13 [wwp]        2.0.0cvs46
8322
8323         * src/plugins/pgpcore/prefs_gpg.c
8324                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8325
8326 2006-02-12 [colin]      2.0.0cvs45
8327
8328         * src/folderview.c
8329         * src/main.c
8330         * src/mainwindow.c
8331                 Fix "stuff" when quitting
8332
8333 2006-02-12 [wwp]        2.0.0cvs44
8334
8335         * src/prefs_themes.c
8336                 fix typos in debug messages.
8337
8338 2006-02-11 [colin]      2.0.0cvs43
8339
8340         * src/summaryview.c
8341                 don't allow drag/drop from ourself
8342
8343 2006-02-10 [wwp]        2.0.0cvs42
8344
8345         * src/exporthtml.c
8346         * src/html.c
8347         * src/html.h
8348         * src/procmime.c
8349         * src/textview.c
8350                 renamed html_ prefixed functions and data structures to avoid
8351                 namespace clashes w/ other software (gtkhtml2 for instance).
8352                 Closes bug #907.
8353
8354
8355 2006-02-09 [colin]      2.0.0cvs41
8356
8357         * src/summaryview.c
8358                 Fix shitty logic messed up. Thanks Ticho for the hint!
8359
8360 2006-02-09 [wwp]        2.0.0cvs40
8361
8362         * src/gtk/about.c
8363         * src/compose.c
8364         * src/prefs_account.c
8365         * src/prefs_gtk.h
8366         * src/editaddress.c
8367                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8368                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8369                 Browse buttons in accounts prefs.
8370
8371 2006-02-09 [colin]      2.0.0cvs39
8372
8373         * src/matcher.c
8374                 Check for pointer before using its members
8375         * src/gtk/gtksourceprintjob.c
8376                 Fix a wrong warning
8377
8378 2006-02-09 [wwp]        2.0.0cvs38
8379
8380         * src/gtk/filesel.c
8381                 fix few compiler warnings (type mismatch).
8382
8383 2006-02-09 [paul]       2.0.0cvs37
8384
8385         * po/fr.po
8386                 updated by Fabien Vantard
8387
8388 2006-02-08 [colin]      2.0.0cvs36
8389
8390         * src/prefs_common.c
8391         * src/common/defs.h
8392         * src/common/plugin.c
8393                 allow windows and linux configurations to coexist
8394                 patch by Thomas Gilgin
8395
8396 2006-02-08 [colin]      2.0.0cvs35
8397
8398         * src/filtering.c
8399         * src/matcher.c
8400         * src/matcher.h
8401         * src/matcher_parser_parse.y
8402         * src/prefs_filtering_action.c
8403         * src/prefs_matcher.c
8404                 Add the "Ignore thread" filtering
8405                 action
8406
8407 2006-02-08 [colin]      2.0.0cvs34
8408
8409         * src/compose.c
8410         * src/procmime.c
8411         * src/procmime.h
8412                 Fix bug #905 (damaged attachment)
8413                 text files with raw \0's aren't really text files
8414         FOR_STABLE
8415
8416 2006-02-08 [colin]      2.0.0cvs33
8417
8418         * src/summaryview.c
8419                 Fix crasher introduced yesterday
8420
8421 2006-02-08 [wwp]        2.0.0cvs32
8422
8423         * src/compose.c
8424         * src/compose.h
8425                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8426
8427 2006-02-08 [wwp]        2.0.0cvs31
8428
8429         * src/prefs_template.c
8430                 templates enhancement: allow address completion for Cc and Bcc fields
8431                 (it was currently possible for the To field only)
8432
8433 2006-02-08 [colin]      2.0.0cvs30
8434
8435         * src/compose.c
8436                 Don't unblock if not blocked
8437         FOR_STABLE
8438
8439 2006-02-07 [colin]      2.0.0cvs29
8440
8441         * src/action.c
8442                 Forgot to refresh summaryview
8443
8444 2006-02-07 [colin]      2.0.0cvs28
8445
8446         * src/action.c
8447                 Freeze/thaw message list and folder list while
8448                 processing %as{} actions 
8449         * src/compose.c
8450                 Fix auto-wrap disabling after a middle-click
8451                 paste - FOR_STABLE
8452
8453 2006-02-07 [paul]       2.0.0cvs27
8454
8455         * src/folder.c
8456                 fix freeing of uninitialised pointers
8457                 Thanks to Colin
8458
8459 2006-02-06 [colin]      2.0.0cvs26
8460
8461         * src/folder.c
8462                 Use g_slist_prepend in potentially big list
8463
8464 2006-02-06 [colin]      2.0.0cvs25
8465
8466         * src/folder.c
8467                 Completely skip processing if it doesn't 
8468                 exist (faster!)
8469
8470 2006-02-06 [colin]      2.0.0cvs24
8471
8472         * src/folder.c
8473         * src/summaryview.c
8474                 Batch filtering in summaryview (from Tools menu)
8475                 and pre/post//-processing too
8476
8477 2006-02-06 [colin]      2.0.0cvs23
8478
8479         * src/procmsg.h
8480         * src/filtering.c
8481                 Use a special field for batch filtering instead
8482                 of stepping on deferred execution's toes
8483
8484 2006-02-06 [colin]      2.0.0cvs22
8485
8486         * src/action.c
8487         * src/filtering.c
8488         * src/filtering.h
8489         * src/folder.c
8490         * src/summaryview.c
8491                 Fix filtering via menus and actions
8492
8493 2006-02-06 [colin]      2.0.0cvs21
8494
8495         * src/imap.c
8496                 Put the added file directly to cache if possible (will work
8497                 with next libetpan)
8498         * src/filtering.c
8499         * src/filtering.h
8500         * src/inc.c
8501         * src/folder.c
8502         * src/mbox.c
8503         * src/procmsg.h
8504                 Move and copy filtered messages by batches instead of one
8505                 by one - faster on IMAP
8506         * src/procmsg.c
8507                 Add a function that'll possibly be useful later
8508
8509 2006-02-06 [colin]      2.0.0cvs20
8510
8511         * src/addressbook.c
8512                 Use internal mime-type instead of text/plain for d'n'd
8513         * src/compose.c
8514                 Allow attaching files from mimeview's icon list via d'n'd
8515         * src/folderview.c
8516         * src/folderview.h
8517                 Use internal mime-type instead of text/plain for d'n'd
8518                 Don't try to selected opened folder if none is
8519                 Factorize d'n'd from other apps code
8520         * src/headerview.c
8521         * src/textview.c
8522         * src/gtk/gtkutils.c
8523         * src/gtk/gtkutils.h
8524                 Factorize Face/X-Face stuff
8525         * src/mimeview.c
8526                 Fix d'n'd to other apps
8527         * src/prefs_message.c
8528                 Let the XFace pref be usable without libcompface as it also
8529                 applies to Face
8530         * src/summaryview.c
8531                 Fix d'n'd to other apps
8532                 Factorize d'n'd from other apps code
8533
8534 2006-02-06 [wwp]        2.0.0cvs19
8535
8536         * po/it.po
8537                 Italian translation fixes by Andrea Spadaccini (no more confusion
8538                 between filtering and processing, and few changes in the About
8539                 dialog).
8540
8541
8542 2006-02-06 [mones]      2.0.0cvs18
8543
8544         * src/gtk/icon_legend.c
8545                 Improved descriptions allowing better translations
8546
8547 2006-02-05 [colin]      2.0.0cvs17
8548
8549         * src/imap.c
8550                 Add the f*cking missing expunge that caused imap_fetch_env
8551                 to fail after an add_msgs ! :-///
8552         * src/etpan/imap-thread.c
8553                 Add a bit of debug
8554         FOR_STABLE
8555
8556 2006-02-05 [colin]      2.0.0cvs16
8557
8558         * src/common/utils.c
8559                 Don't check for return-path (or we can't put
8560                 back non-sent mails)
8561
8562 2006-02-05 [colin]      2.0.0cvs15
8563
8564         * src/textview.c
8565                 Don't try to display Face header in textview
8566                 when teh headerview's active
8567
8568 2006-02-05 [colin]      2.0.0cvs14
8569
8570         * tools/tbird2syl.py
8571         * tools/Makefile.am
8572                 Add script to import Thunderbird mails
8573
8574 2006-02-05 [colin]      2.0.0cvs13
8575
8576         * src/headerview.c
8577         * src/procheader.c
8578         * src/procmsg.c
8579         * src/procmsg.h
8580         * src/textview.c
8581                 Show Face headers - patch partially by Klaus Flittner
8582
8583 2006-02-05 [colin]      2.0.0cvs12
8584
8585         * src/folderview.c
8586         * src/summaryview.c
8587         * src/common/utils.c
8588         * src/common/utils.h
8589                 Let dnd work from mime icons to summaryview
8590                 and to folderview too
8591                 Add a crude test to avoid trying to add files
8592                 drag'n'dropped when they're not mails
8593
8594 2006-02-04 [colin]      2.0.0cvs11
8595
8596         * src/summaryview.c
8597         * src/mimeview.c
8598                 Fix utf8 conversion
8599
8600 2006-02-04 [colin]      2.0.0cvs10
8601
8602         * src/compose.c
8603         * src/folderview.c
8604         * src/mimeview.c
8605         * src/summaryview.c
8606         * src/summaryview.h
8607                 Added various drag and drop capas:
8608                 From                    To
8609                 summaryview             other apps
8610                 mimeview icons          other apps
8611                 other apps              summaryview
8612                 other apps              folderview
8613
8614                 This shouldn't have broken the existing:
8615                 From                    To
8616                 summaryview             folderview
8617                 folderview              folderview
8618                 summaryview             compose's attachments
8619
8620         Tests welcomed.
8621
8622 2006-02-02 [paul]       2.0.0cvs9
8623
8624         * src/mainwindow.c
8625                 move global option 'Set displayed columns...' out
8626                 of folder option grouping.
8627                 fix sensitivity of 'harvest addresses'
8628         FOR_STABLE
8629
8630 2006-02-01 [colin]      2.0.0cvs8
8631
8632         * src/mimeview.c
8633                 Revert the alertpanel patch, it sucks (intrusive
8634                 and gets in the way of "open")
8635
8636 2006-02-01 [colin]      2.0.0cvs7
8637
8638         * src/compose.c
8639         * src/prefs_account.c
8640         * src/prefs_common.c
8641         * src/common/defs.h
8642         * src/common/utils.c
8643         * src/common/utils.h
8644                 Add ability to edit the signature file
8645                 from the account preferences, and use
8646                 a default for the text editor.
8647                 Patch by Fabien Vantard
8648
8649 2006-02-01 [colin]      2.0.0cvs6
8650
8651         * src/mimeview.c
8652                 Try to get mime type by extension if it is
8653                 application/octet-stream
8654                 Display a window with possible choices when
8655                 encountering unknown mime types
8656         * src/gtk/filesel.c
8657         * src/gtk/filesel.h
8658                 Add preview
8659                 Allow multiple selection in filtered filesel
8660                 (patch by Fabien Vantard)
8661         * src/gtk/pluginwindow.c
8662                 Use it (patch by Fabien Vantard)
8663
8664 2006-02-01 [paul]       2.0.0cvs5
8665
8666         * src/jpilot.c
8667                 fix crash on creating jpilot address book
8668                 Thanks to Colin - FOR_STABLE
8669         * src/prefs_summaries.c
8670         * src/prefs_wrapping.c
8671         * src/gtk/icon_legend.c
8672         * src/gtk/quicksearch.c
8673                 string fixes and additions
8674
8675 2006-02-01 [paul]       2.0.0cvs4
8676
8677         * src/compose.c
8678         * src/mainwindow.c
8679         * src/messageview.c
8680         * src/prefs_send.c
8681                 add Arabic encoding option
8682                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8683
8684 2006-01-31 [colin]      2.0.0cvs3
8685
8686         * src/plugins/pgpcore/passphrase.c
8687                 Convert passphrase to locale encoding
8688         * src/compose.c
8689                 Fix drafting on IMAP. Crappy bug sneaked in
8690                 the release :-/
8691         FOR_STABLE
8692
8693 2006-01-30 [paul]       2.0.0cvs2
8694
8695         * src/gtk/icon_legend.c
8696                 show the new entries
8697
8698 2006-01-30 [colin]      2.0.0cvs1
8699
8700         * src/manual.c
8701                 Check for the file to be present before 
8702                 enabling the menu - FOR_STABLE
8703         * src/gtk/icon_legend.c
8704                 Add folders icons (not all of them, there
8705                 are too much, but the most intriguing ones)
8706
8707 2006-01-30 [paul]       2.0.0
8708
8709         version 2.0.0 released
8710
8711 2006-01-30 [paul]       1.9.100cvs200
8712
8713         * manual/faq.xml
8714         * manual/gpl.xml
8715         * manual/intro.xml
8716         * manual/starting.xml
8717         * manual/sylpheed-claws-manual.xml
8718                 fixes, additions
8719
8720 2006-01-29 [mones]      1.9.100cvs199
8721
8722         * manual/account.xml
8723         * manual/advanced.xml
8724         * manual/glossary.xml
8725                 Some typos fixed, added LDIF term to glossary
8726         * po/es.po
8727                 Fixed leading plus symbol
8728
8729 2006-01-29 [paul]       1.9.100cvs198
8730
8731         * po/fi.po
8732         * po/sk.po
8733                 updated by Tommi Pirinen and Andrej Kacian
8734
8735 2006-01-29 [paul]       1.9.100cvs197
8736
8737         * src/gtk/authors.h
8738                 remove duplicates
8739
8740 2006-01-29 [paul]       1.9.100cvs196
8741
8742         * AUTHORS
8743         * po/nl.po
8744         * src/gtk/authors.h
8745         * tools/claws.i18n.status.pl
8746                 nl translation updated by Tim Dijkstra
8747
8748 2006-01-29 [paul]       1.9.100cvs195
8749
8750         * po/sr.po
8751         * po/sv.po
8752                 updated by Aleksandar Urosevic and Anders Troback
8753
8754 2006-01-28 [colin]      1.9.100cvs194
8755
8756         * src/gtk/gtksourceprintjob.c
8757                 Don't fiddle with PangoLayout when we
8758                 have an image
8759
8760 2006-01-28 [paul]       1.9.100cvs193
8761
8762         * AUTHORS
8763         * po/el.po
8764         * po/zh_CN.po
8765         * src/gtk/authors.h
8766         * tools/claws.i18n.status.pl
8767                 updated translations submitted by Stavros Giannouris
8768                 and Ralgh Young
8769
8770 2006-01-27 [colin]      1.9.100cvs192
8771
8772         * src/summaryview.c
8773         * src/gtk/gtksourceprintjob.c
8774                 Add image printing 
8775                 (libgnomeprint only, of course)
8776
8777 2006-01-27 [paul]       1.9.100cvs191
8778
8779         * po/fr.po
8780         * po/it.po
8781                 updated by Fabien Vantard and Andrea Spadaccini
8782
8783 2006-01-26 [colin]      1.9.100cvs190
8784
8785         * manual/Makefile.am
8786         * configure.ac
8787                 Make building the manual optional 
8788                 (--disable-manual)
8789
8790 2006-01-26 [paul]       1.9.100cvs189
8791
8792         * manual/glossary.xml
8793         * manual/plugins.xml
8794                 edited
8795         * po/en_GB.po
8796                 updated
8797
8798 2006-01-26 [paul]       1.9.100cvs188
8799
8800         * src/prefs_display_header.c
8801         * src/prefs_folder_column.c
8802         * src/prefs_msg_colors.c
8803         * src/prefs_summaries.c
8804         * src/prefs_summary_column.c
8805                 HIGify
8806
8807 2006-01-25 [colin]      1.9.100cvs187
8808
8809         * src/imap.c
8810                 Don't allow moving/copying mails between
8811                 queue/drafts and non-queue/drafts folders
8812                 Fixes bug #897 (message header is resetted 
8813                 if one is copied to Drafts)
8814
8815 2006-01-25 [colin]      1.9.100cvs186
8816
8817         * src/folder.c
8818         * src/mainwindow.c
8819                 Fix subscribed folders not found
8820         * src/compose.c
8821                 Don't try to encode as original mail's charset
8822                 if it's ascii 
8823
8824 2006-01-25 [paul]       1.9.100cvs185
8825
8826         * AUTHORS
8827         * po/Makevars
8828                 updated
8829         * po/de.po
8830         * po/pl.po
8831         * po/pt_BR.po
8832         * po/sr.po
8833                 updates submitted by Stephan Sachse, Emilian Nowak
8834                 and Quar, Frederico Goncalves Guimaraes, and
8835                 Aleksandar Urosevic
8836                 Fix Bug 896, 'PT_BR locale broken'.
8837         * src/gtk/authors.h
8838                 updated
8839
8840 2006-01-24 [mones]      1.9.100cvs184
8841
8842         * manual/glossary.xml
8843                 All current terms finished. Reviewers welcome ;-)
8844         * manual/keyboard.xml
8845                 Fixed column width for pdf output.
8846         * po/es.po
8847                 Updated
8848
8849 2006-01-24 [paul]       1.9.100cvs183
8850
8851         * manual/glossary.xml
8852                 fix id name
8853         * manual/dist/html/Makefile.am
8854         * manual/dist/pdf/Makefile.am
8855         * manual/dist/ps/Makefile.am
8856         * manual/dist/txt/Makefile.am
8857                 fix make deps
8858                 Thanks to Colin
8859
8860 2006-01-24 [mones]      1.9.100cvs182
8861
8862         * manual/glossary.xml
8863                 Nearly finished, some terms missing.
8864
8865 2006-01-23 [paul]       1.9.100cvs181
8866
8867         * manual/dist/html/Makefile.am
8868         * manual/dist/pdf/Makefile.am
8869         * manual/dist/ps/Makefile.am
8870         * manual/dist/txt/Makefile.am
8871         * src/mainwindow.c
8872                 re-enable manual
8873                 Thanks to Colin
8874
8875 2006-01-22 [colin]      1.9.100cvs180
8876
8877         * src/compose.c
8878         * src/gtk/gtkaspell.c
8879                 Don't deselect stuff before right-clicking, with aspell.
8880                 (This prevented right-click Copy, for example).
8881                 Thanks to Clo!
8882
8883 2006-01-22 [paul]       1.9.100cvs179
8884
8885         * src/summary_search.c
8886                 don't fix the widget size as it causes problems
8887                 under localisation.
8888                 Thanks to Emilian Nowak
8889
8890 2006-01-21 [paul]       1.9.100cvs178
8891
8892         * src/prefs_themes.c
8893                 fix broken underlining of label text
8894                 with some translations
8895
8896 2006-01-21 [colin]      1.9.100cvs177
8897
8898         * po/fr.po
8899                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8900
8901 2006-01-20 [colin]      1.9.100cvs176
8902
8903         * configure.ac
8904         * Makefile.am
8905         * manual/Makefile
8906         * manual/dist/html/.cvsignore
8907         * manual/dist/html/Makefile.am
8908         * manual/dist/pdf/.cvsignore
8909         * manual/dist/pdf/Makefile.am
8910         * manual/dist/ps/.cvsignore
8911         * manual/dist/ps/Makefile.am
8912         * manual/dist/txt/.cvsignore
8913         * manual/dist/txt/Makefile.am
8914                 Autotool-ize manual
8915
8916 2006-01-20 [paul]       1.9.100cvs175
8917
8918         * manual/handling.xml
8919                 make Filtering and Searching entries easier to find
8920         * manual/keyboard.xml
8921                 add the remaining default keybinds
8922         * src/prefs_summaries.c
8923                 update the default keybinds
8924
8925 2006-01-20 [paul]       1.9.100cvs174
8926
8927         * src/addressbook.c
8928         * src/addrgather.c
8929         * src/addrharvest.c
8930         * src/editaddress.c
8931         * src/editgroup.c
8932         * src/exphtmldlg.c
8933         * src/expldifdlg.c
8934         * src/exporthtml.c
8935         * src/exportldif.c
8936         * src/ldif.c
8937                 replace 'e-mail' with 'email'
8938         * src/summary_search.c
8939                 add mnemonic to "Find all" button
8940
8941 2006-01-20 [wwp]        1.9.100cvs173
8942
8943         * src/export.c
8944         * src/import.c
8945                 touched mbox import/export buttons for HIG-compliance
8946
8947 2006-01-19 [paul]       1.9.100cvs172
8948
8949         * manual/account.xml
8950         * manual/addrbook.xml
8951         * manual/advanced.xml
8952         * manual/faq.xml
8953         * manual/handling.xml
8954         * manual/intro.xml
8955         * manual/plugins.xml
8956         * manual/starting.xml
8957                 more editing
8958
8959 2006-01-19 [paul]       1.9.100cvs171
8960
8961         * src/toolbar.c
8962                 allow use of trash button while receiving
8963                 Thanks to Colin
8964
8965 2006-01-19 [wwp]        1.9.100cvs170
8966
8967         * src/gtk/quicksearch.c
8968         * src/compose.c
8969                 force text color to black when yellow background is set
8970
8971 2006-01-19 [colin]      1.9.100cvs169
8972
8973         * src/plugins/trayicon/trayicon.c
8974                 Gray out Get Mail when already getting mail
8975
8976 2006-01-18 [paul]       1.9.100cvs168
8977
8978         * src/compose.c
8979                 give widget yellow background was To is
8980                 set via folder prefs
8981         * src/gtk/quicksearch.c
8982                 give widget yellow background when quick
8983                 search is active.
8984                 Thanks to Colin
8985
8986 2006-01-18 [paul]       1.9.100cvs167
8987
8988         * doc/man/sylpheed-claws.1
8989                 add --subscribe option
8990
8991 2006-01-18 [paul]       1.9.100cvs166
8992
8993         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8994         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8995                 use %U instead of %F (%F is broken for user installed
8996                 files in kde 3.5)
8997
8998 2006-01-18 [colin]      1.9.100cvs165
8999
9000         * src/summaryview.c
9001                 Default to Yes in "No more * messages" dialogs
9002
9003 2006-01-17 [colin]      1.9.100cvs164
9004
9005         * src/compose.c
9006                 Possibly fix an invalid iterator causing
9007                 crash
9008
9009 2006-01-17 [colin]      1.9.100cvs163
9010
9011         * src/mimeview.c
9012                 Fix crash when the image disappears under the
9013                 image viewer
9014
9015 2006-01-16 [colin]      1.9.100cvs162
9016
9017         * src/compose.c
9018                 Fix reenabling autowrap
9019
9020 2006-01-16 [colin]      1.9.100cvs161
9021
9022         * src/compose.c
9023                 reset quote_len before getting quote_str
9024
9025 2006-01-16 [colin]      1.9.100cvs160
9026
9027         * src/account.c
9028         * src/account.h
9029         * src/folder.c
9030         * src/imap_gtk.c
9031         * src/mh_gtk.c
9032                 Fix bug #883 (default inbox does not track folder move)
9033
9034 2006-01-16 [colin]      1.9.100cvs159
9035
9036         * src/compose.c
9037         * src/plugins/pgpcore/passphrase.c
9038                 More buttons fixes
9039
9040 2006-01-16 [paul]       1.9.100cvs158
9041
9042         * src/prefs_actions.c
9043         * src/prefs_filtering_action.c
9044         * src/prefs_matcher.c
9045         * src/quote_fmt.c
9046         * src/gtk/description_window.c
9047         * src/gtk/description_window.h
9048         * src/gtk/quicksearch.c
9049                 description window cleanups
9050
9051 2006-01-15 [colin]      1.9.100cvs157
9052
9053         * src/addressbook.c
9054         * src/prefs_filtering.c
9055                 Same here
9056
9057 2006-01-15 [colin]      1.9.100cvs156
9058
9059         * src/folderview.c
9060         * src/mainwindow.c
9061                 Same for "Empty trash"
9062
9063 2006-01-15 [colin]      1.9.100cvs155
9064
9065         * src/inc.c
9066                 Override offline dialog had Yes by default
9067
9068 2006-01-15 [colin]      1.9.100cvs154
9069
9070         * src/summaryview.c
9071                 Delete selected messages? previously had Yes the default
9072
9073 2006-01-15 [colin]      1.9.100cvs153
9074
9075         * src/folder.c
9076         * src/folder.h
9077         * src/main.c
9078                 Check if a mailbox is loaded after all
9079                 plugins are loaded.
9080
9081 2006-01-15 [colin]      1.9.100cvs152
9082
9083         * src/folder.c
9084                 Don't start wizard when there are unloaded folders (will help
9085                 people with only mbox or maildir mailboxes)
9086
9087 2006-01-14 [colin]      1.9.100cvs151
9088
9089         * src/addressbook.c
9090         * src/expldifdlg.c
9091         * src/importldif.c
9092         * src/importmutt.c
9093         * src/importpine.c
9094         * src/mh_gtk.c
9095                 More HIG compliance and fixes
9096
9097 2006-01-14 [colin]      1.9.100cvs150
9098
9099         * src/prefs_filtering_action.c
9100         * src/foldersel.c
9101                 Two forgotten button order changes
9102
9103 2006-01-14 [colin]      1.9.100cvs149
9104
9105         * src/account.c
9106         * src/addressbook.c
9107         * src/compose.c
9108         * src/folderview.c
9109         * src/imap_gtk.c
9110         * src/mainwindow.c
9111         * src/mh_gtk.c
9112         * src/news_gtk.c
9113         * src/prefs_actions.c
9114         * src/prefs_customheader.c
9115         * src/prefs_filtering.c
9116         * src/prefs_matcher.c
9117         * src/prefs_template.c
9118         * src/ssl_manager.c
9119         * src/summaryview.c
9120         * src/textview.c
9121         * src/toolbar.c
9122                 All deletion confirmations are now "Cancel, Delete" 
9123                 instead of "No, Yes"
9124                 Clarified most of the other "No, Yes" to 
9125                 "Cancel, Descriptive_action"
9126                 Rechanged the "Entry not saved" alerts to have 
9127                 "Close, Continue editing"
9128
9129
9130 2006-01-14 [paul]
9131
9132         * 2.0.0-rc4 released
9133
9134 2006-01-14 [paul]       1.9.100cvs148
9135
9136         * src/account.c
9137         * src/addressadd.c
9138         * src/addressbook.c
9139         * src/compose.c
9140         * src/editaddress.c
9141         * src/editbook.c
9142         * src/editgroup.c
9143         * src/editjpilot.c
9144         * src/editldap.c
9145         * src/editvcard.c
9146         * src/exphtmldlg.c
9147         * src/expldifdlg.c
9148         * src/folderview.c
9149         * src/grouplistdialog.c
9150         * src/imap_gtk.c
9151         * src/importmutt.c
9152         * src/importpine.c
9153         * src/inc.c
9154         * src/main.c
9155         * src/mainwindow.c
9156         * src/message_search.c
9157         * src/messageview.c
9158         * src/mh_gtk.c
9159         * src/mimeview.c
9160         * src/news_gtk.c
9161         * src/prefs_actions.c
9162         * src/prefs_customheader.c
9163         * src/prefs_filtering.c
9164         * src/prefs_matcher.c
9165         * src/prefs_template.c
9166         * src/prefs_themes.c
9167         * src/ssl_manager.c
9168         * src/summary_search.c
9169         * src/summaryview.c
9170         * src/textview.c
9171         * src/toolbar.c
9172         * src/gtk/foldersort.c
9173         * src/gtk/gtkaspell.c
9174         * src/gtk/inputdialog.c
9175         * src/gtk/prefswindow.c
9176         * src/plugins/pgpcore/select-keys.c
9177         * src/plugins/trayicon/trayicon.c
9178                 HIG compliant button order
9179
9180 2006-01-14 [mones]      1.9.100cvs147
9181
9182         * po/es.po
9183                 Updated translation
9184
9185 2006-01-13 [paul]       1.9.100cvs146
9186
9187         * AUTHORS
9188         * ChangeLog
9189         * src/gtk/authors.h
9190                 add Joshua M. Kwan to contributors list
9191
9192 2006-01-13 [colin]      1.9.100cvs145
9193
9194         * src/gtk/quicksearch.c
9195                 Don't refocus quick search after executing (Esc or Enter)
9196                 Allows to '/'search something then move up/down in 
9197                 summaryview, and to Esc a search and be back in the 
9198                 summaryview
9199
9200 2006-01-13 [paul]       1.9.100cvs144
9201
9202         * src/plugins/pgpinline/pgpinline.c
9203                 support Content-Type 'application/pgp'
9204                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9205
9206 2006-01-13 [paul]       1.9.100cvs143
9207
9208         * manual/account.xml
9209                 make mention of partial retrieval
9210                 thanks to Colin
9211
9212 2006-01-13 [paul]       1.9.100cvs142
9213
9214         * src/account.c
9215         * src/account.h
9216         * src/action.c
9217         * src/action.h
9218         * src/adbookbase.h
9219         * src/addr_compl.c
9220         * src/addr_compl.h
9221         * src/addrbook.c
9222         * src/addrcache.c
9223         * src/addrcache.h
9224         * src/addrcindex.c
9225         * src/addrcindex.h
9226         * src/addrclip.c
9227         * src/addrclip.h
9228         * src/addrdefs.h
9229         * src/addressadd.c
9230         * src/addressadd.h
9231         * src/addressbook.c
9232         * src/addressbook.h
9233         * src/addrgather.c
9234         * src/addrgather.h
9235         * src/addrharvest.c
9236         * src/addrharvest.h
9237         * src/addrindex.c
9238         * src/addrindex.h
9239         * src/addritem.c
9240         * src/addritem.h
9241         * src/addrquery.c
9242         * src/addrquery.h
9243         * src/addrselect.c
9244         * src/addrselect.h
9245         * src/alertpanel.c
9246         * src/alertpanel.h
9247         * src/browseldap.c
9248         * src/browseldap.h
9249         * src/codeconv.c
9250         * src/codeconv.h
9251         * src/compose.c
9252         * src/compose.h
9253         * src/customheader.c
9254         * src/customheader.h
9255         * src/displayheader.c
9256         * src/displayheader.h
9257         * src/editaddress.c
9258         * src/editaddress.h
9259         * src/editbook.c
9260         * src/editbook.h
9261         * src/editgroup.c
9262         * src/editgroup.h
9263         * src/editjpilot.c
9264         * src/editjpilot.h
9265         * src/editldap.c
9266         * src/editldap.h
9267         * src/editldap_basedn.c
9268         * src/editldap_basedn.h
9269         * src/editvcard.c
9270         * src/editvcard.h
9271         * src/exphtmldlg.c
9272         * src/exphtmldlg.h
9273         * src/expldifdlg.c
9274         * src/expldifdlg.h
9275         * src/export.h
9276         * src/exporthtml.c
9277         * src/exporthtml.h
9278         * src/exportldif.c
9279         * src/exportldif.h
9280         * src/filtering.c
9281         * src/filtering.h
9282         * src/folder.c
9283         * src/folder.h
9284         * src/folder_item_prefs.c
9285         * src/folder_item_prefs.h
9286         * src/foldersel.c
9287         * src/foldersel.h
9288         * src/folderutils.c
9289         * src/folderutils.h
9290         * src/folderview.c
9291         * src/folderview.h
9292         * src/grouplistdialog.c
9293         * src/grouplistdialog.h
9294         * src/headerview.c
9295         * src/html.c
9296         * src/html.h
9297         * src/image_viewer.c
9298         * src/image_viewer.h
9299         * src/imap.c
9300         * src/imap.h
9301         * src/imap_gtk.c
9302         * src/imap_gtk.h
9303         * src/import.h
9304         * src/importldif.c
9305         * src/importldif.h
9306         * src/importmutt.c
9307         * src/importmutt.h
9308         * src/importpine.c
9309         * src/importpine.h
9310         * src/inc.c
9311         * src/inc.h
9312         * src/jpilot.c
9313         * src/jpilot.h
9314         * src/ldapctrl.c
9315         * src/ldapctrl.h
9316         * src/ldaplocate.c
9317         * src/ldaplocate.h
9318         * src/ldapquery.c
9319         * src/ldapquery.h
9320         * src/ldapserver.c
9321         * src/ldapserver.h
9322         * src/ldaputil.c
9323         * src/ldaputil.h
9324         * src/ldif.c
9325         * src/ldif.h
9326         * src/main.c
9327         * src/main.h
9328         * src/mainwindow.c
9329         * src/mainwindow.h
9330         * src/manual.c
9331         * src/manual.h
9332         * src/mbox.c
9333         * src/mbox.h
9334         * src/message_search.c
9335         * src/message_search.h
9336         * src/messageview.c
9337         * src/messageview.h
9338         * src/mh.c
9339         * src/mh.h
9340         * src/mh_gtk.c
9341         * src/mh_gtk.h
9342         * src/mimeview.c
9343         * src/mimeview.h
9344         * src/msgcache.c
9345         * src/msgcache.h
9346         * src/mutt.c
9347         * src/mutt.h
9348         * src/news.c
9349         * src/news.h
9350         * src/news_gtk.c
9351         * src/news_gtk.h
9352         * src/partial_download.c
9353         * src/partial_download.h
9354         * src/pine.c
9355         * src/pine.h
9356         * src/pop.c
9357         * src/pop.h
9358         * src/prefs_account.c
9359         * src/prefs_account.h
9360         * src/prefs_actions.c
9361         * src/prefs_actions.h
9362         * src/prefs_common.c
9363         * src/prefs_common.h
9364         * src/prefs_compose_writing.c
9365         * src/prefs_compose_writing.h
9366         * src/prefs_customheader.c
9367         * src/prefs_customheader.h
9368         * src/prefs_display_header.c
9369         * src/prefs_display_header.h
9370         * src/prefs_filtering.c
9371         * src/prefs_filtering.h
9372         * src/prefs_filtering_action.c
9373         * src/prefs_filtering_action.h
9374         * src/prefs_folder_column.c
9375         * src/prefs_folder_column.h
9376         * src/prefs_folder_item.c
9377         * src/prefs_folder_item.h
9378         * src/prefs_fonts.c
9379         * src/prefs_fonts.h
9380         * src/prefs_gtk.c
9381         * src/prefs_gtk.h
9382         * src/prefs_image_viewer.c
9383         * src/prefs_image_viewer.h
9384         * src/prefs_matcher.c
9385         * src/prefs_matcher.h
9386         * src/prefs_message.c
9387         * src/prefs_msg_colors.c
9388         * src/prefs_msg_colors.h
9389         * src/prefs_other.c
9390         * src/prefs_quote.c
9391         * src/prefs_receive.c
9392         * src/prefs_send.c
9393         * src/prefs_spelling.c
9394         * src/prefs_spelling.h
9395         * src/prefs_summaries.c
9396         * src/prefs_summaries.h
9397         * src/prefs_summary_column.c
9398         * src/prefs_summary_column.h
9399         * src/prefs_template.c
9400         * src/prefs_template.h
9401         * src/prefs_themes.c
9402         * src/prefs_themes.h
9403         * src/prefs_toolbar.c
9404         * src/prefs_toolbar.h
9405         * src/prefs_wrapping.c
9406         * src/prefs_wrapping.h
9407         * src/privacy.c
9408         * src/privacy.h
9409         * src/procheader.c
9410         * src/procheader.h
9411         * src/procmime.c
9412         * src/procmime.h
9413         * src/procmsg.c
9414         * src/procmsg.h
9415         * src/quote_fmt.c
9416         * src/quote_fmt_parse.y
9417         * src/recv.c
9418         * src/recv.h
9419         * src/remotefolder.c
9420         * src/remotefolder.h
9421         * src/send_message.c
9422         * src/send_message.h
9423         * src/setup.c
9424         * src/setup.h
9425         * src/sourcewindow.c
9426         * src/sourcewindow.h
9427         * src/ssl_manager.c
9428         * src/ssl_manager.h
9429         * src/statusbar.c
9430         * src/statusbar.h
9431         * src/stock_pixmap.c
9432         * src/stock_pixmap.h
9433         * src/summary_search.c
9434         * src/summary_search.h
9435         * src/summaryview.c
9436         * src/summaryview.h
9437         * src/syldap.c
9438         * src/syldap.h
9439         * src/textview.c
9440         * src/textview.h
9441         * src/toolbar.c
9442         * src/toolbar.h
9443         * src/undo.c
9444         * src/undo.h
9445         * src/unmime.c
9446         * src/unmime.h
9447         * src/vcard.c
9448         * src/vcard.h
9449         * src/wizard.c
9450         * src/wizard.h
9451         * src/common/base64.c
9452         * src/common/base64.h
9453         * src/common/defs.h
9454         * src/common/hooks.c
9455         * src/common/hooks.h
9456         * src/common/log.c
9457         * src/common/log.h
9458         * src/common/mgutils.c
9459         * src/common/mgutils.h
9460         * src/common/nntp.c
9461         * src/common/nntp.h
9462         * src/common/passcrypt.c
9463         * src/common/passcrypt.h.in
9464         * src/common/plugin.c
9465         * src/common/plugin.h
9466         * src/common/prefs.c
9467         * src/common/prefs.h
9468         * src/common/progressindicator.c
9469         * src/common/progressindicator.h
9470         * src/common/quoted-printable.c
9471         * src/common/quoted-printable.h
9472         * src/common/session.c
9473         * src/common/session.h
9474         * src/common/smtp.c
9475         * src/common/smtp.h
9476         * src/common/socket.c
9477         * src/common/socket.h
9478         * src/common/ssl.c
9479         * src/common/ssl.h
9480         * src/common/ssl_certificate.c
9481         * src/common/ssl_certificate.h
9482         * src/common/stringtable.c
9483         * src/common/stringtable.h
9484         * src/common/sylpheed.c
9485         * src/common/sylpheed.h
9486         * src/common/template.c
9487         * src/common/template.h
9488         * src/common/timing.h
9489         * src/common/utils.c
9490         * src/common/utils.h
9491         * src/common/version.h.in
9492         * src/common/xml.c
9493         * src/common/xml.h
9494         * src/common/xmlprops.c
9495         * src/common/xmlprops.h
9496         * src/gtk/colorlabel.c
9497         * src/gtk/colorsel.c
9498         * src/gtk/colorsel.h
9499         * src/gtk/description_window.c
9500         * src/gtk/description_window.h
9501         * src/gtk/filesel.c
9502         * src/gtk/filesel.h
9503         * src/gtk/foldersort.c
9504         * src/gtk/foldersort.h
9505         * src/gtk/gtkutils.c
9506         * src/gtk/gtkutils.h
9507         * src/gtk/inputdialog.c
9508         * src/gtk/inputdialog.h
9509         * src/gtk/logwindow.c
9510         * src/gtk/logwindow.h
9511         * src/gtk/manage_window.c
9512         * src/gtk/manage_window.h
9513         * src/gtk/menu.c
9514         * src/gtk/menu.h
9515         * src/gtk/pluginwindow.c
9516         * src/gtk/pluginwindow.h
9517         * src/gtk/prefswindow.c
9518         * src/gtk/prefswindow.h
9519         * src/gtk/progressdialog.c
9520         * src/gtk/progressdialog.h
9521         * src/gtk/sslcertwindow.c
9522         * src/gtk/sslcertwindow.h
9523         * src/plugins/clamav/clamav_plugin.c
9524         * src/plugins/clamav/clamav_plugin.h
9525         * src/plugins/clamav/clamav_plugin_gtk.c
9526         * src/plugins/demo/demo.c
9527         * src/plugins/dillo_viewer/dillo_prefs.c
9528         * src/plugins/dillo_viewer/dillo_prefs.h
9529         * src/plugins/dillo_viewer/dillo_viewer.c
9530         * src/plugins/pgpcore/passphrase.c
9531         * src/plugins/pgpcore/passphrase.h
9532         * src/plugins/pgpcore/plugin.c
9533         * src/plugins/pgpcore/select-keys.c
9534         * src/plugins/pgpcore/select-keys.h
9535         * src/plugins/pgpcore/sgpgme.c
9536         * src/plugins/pgpcore/sgpgme.h
9537         * src/plugins/pgpinline/pgpinline.c
9538         * src/plugins/pgpinline/pgpinline.h
9539         * src/plugins/pgpinline/plugin.c
9540         * src/plugins/pgpmime/pgpmime.c
9541         * src/plugins/pgpmime/pgpmime.h
9542         * src/plugins/pgpmime/plugin.c
9543         * src/plugins/spamassassin/spamassassin.c
9544         * src/plugins/spamassassin/spamassassin.h
9545         * src/plugins/spamassassin/spamassassin_gtk.c
9546         * src/plugins/trayicon/trayicon.c
9547                 update copyright header
9548
9549 2006-01-13 [paul]       1.9.100cvs141
9550
9551         * src/account.c
9552         * src/export.c
9553         * src/import.c
9554         * src/mainwindow.c
9555         * src/prefs_account.c
9556         * src/prefs_display_header.c
9557         * src/prefs_receive.c
9558         * src/prefs_send.c
9559         * src/prefs_summaries.c
9560         * src/prefs_themes.c
9561         * src/prefs_toolbar.c
9562         * src/gtk/about.c
9563                 various cleanups
9564
9565 2006-01-12 [colin]      1.9.100cvs140
9566
9567         * src/folder.c
9568         * src/folder.h
9569         * src/main.c
9570                 Add --subscribe option
9571                 Let sylpheed-claws email@domain.com equivalent to --compose
9572                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9573
9574 2006-01-12 [paul]       1.9.100cvs139
9575
9576         * src/mainwindow.c
9577                 append 'Change folder order' label with '...'
9578         * src/prefs_actions.c
9579                 allow reordering of actions list by dnd
9580         * src/gtk/foldersort.c
9581                 make the dialog nicer
9582
9583 2006-01-11 [colin]      1.9.100cvs138
9584
9585         * src/compose.c
9586                 Allow templates without text
9587
9588 2006-01-11 [paul]       1.9.100cvs137
9589
9590         * tools/README
9591         * tools/filter_conv_new.pl
9592                 add info to README
9593                 also check .sylpheed for filter.xml
9594                 be a bit informative to the user
9595
9596 2006-01-11 [colin]      1.9.100cvs136
9597
9598         * src/textview.c
9599                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9600
9601 2006-01-10 [paul]       1.9.100cvs135
9602
9603         * tools/Makefile.am
9604         * tools/filter_conv_new.pl
9605                 add script to convert new style Sylpheed
9606                 filter rules (Sylpheed >= 0.9.99) to
9607                 Claws filtering rules
9608
9609 2006-01-10 [colin]      1.9.100cvs134
9610
9611         * src/compose.c
9612                 Fix broken line joins in certain conditions
9613                 (between two quoted lines: <enter><enter><up>
9614                  <type a wrapped sentence><go in the first line>
9615                  <insert more text><watch as line joining failed>)
9616
9617 2006-01-10 [paul]       1.9.100cvs133
9618
9619         * src/compose.c
9620                 don't report success in error dialog
9621                 thanks to Colin
9622         * src/common/utils.c
9623                 include some trailing punctuations as URI
9624                 thanks to Hiro
9625
9626 2006-01-10 [paul]       1.9.100cvs132
9627
9628         * src/mimeview.c
9629                 fix incompatible pointer type
9630                 warning
9631
9632 2006-01-10 [paul]       1.9.100cvs131
9633
9634         * src/compose.c
9635                 change Subject in window title
9636                 instantaneously
9637
9638 2006-01-09 [colin]      1.9.100cvs130
9639
9640         * src/addressbook.c
9641         * src/headerview.c
9642         * src/mainwindow.c
9643         * src/messageview.c
9644         * src/mimeview.c
9645         * src/noticeview.c
9646         * src/summaryview.c
9647                 Fix possible crashes on exit and in addressbook
9648
9649 2006-01-09 [paul]       1.9.100cvs129
9650
9651         * src/prefs_msg_colors.c
9652                 some cleanups that I forgot last time
9653
9654 2006-01-09 [paul]       1.9.100cvs128
9655
9656         * README
9657         * src/folderview.c
9658         * src/prefs_msg_colors.c
9659                 add previously hidden option, color_new, to
9660                 the gui
9661                 move the page to Display/
9662                 rework the gui
9663
9664 2006-01-09 [wwp]        1.9.100cvs127
9665
9666         * src/prefs_themes.c
9667                 made the prefs/display/themes layouts spacing less condensed
9668                 (and so they match other prefs/pages' look).
9669
9670 2006-01-09 [paul]       1.9.100cvs126
9671
9672         * src/compose.c
9673         * src/prefs_common.c
9674         * src/prefs_common.h
9675         * src/prefs_wrapping.c
9676                 remove 'wrap at send' option
9677
9678 2006-01-06 [colin]      1.9.100cvs125
9679
9680         * src/compose.c
9681                 Just make completely sure we don't insert "manual line breaks" 
9682                 when wrapping... 
9683
9684 2006-01-04 [paul]
9685
9686         * 2.0.0-rc3 released
9687
9688 2006-01-04 [paul]       1.9.100cvs124
9689
9690         * src/folderview.c
9691                 fix bug 882, 'quick scroll in folder list
9692                 displays wrong folder contents'
9693
9694 2006-01-04 [paul]       1.9.100cvs123
9695
9696         * src/plugins/pgpmime/pgpmime.c
9697                 better debug information when signing
9698                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9699
9700 2006-01-03 [colin]      1.9.100cvs122
9701
9702         * configure.ac
9703                 We need to recheck for gpgme 1.0.0 after checking
9704                 for 1.1.1, because if 1.1.1 isn't available, 
9705                 GPGME_LIBS and friends are blanked out by the 
9706                 second check.
9707
9708 2006-01-03 [colin]      1.9.100cvs121
9709
9710         * src/common/prefs.c
9711                 Windows unlink-before rename fix
9712         * src/plugins/pgpcore/sgpgme.c
9713                 Add support for PKA info if available
9714                 Both patches by Werner Koch
9715
9716 2006-01-03 [paul]       1.9.100cvs120
9717
9718         * src/messageview.c
9719                 fix bug 884, 'Send receipt' button visible in queue
9720                 Thanks to Colin
9721
9722 2006-01-02 [colin]      1.9.100cvs119
9723
9724         * src/compose.c
9725         * src/imap.c
9726                 Fix autosave on IMAP and more generally try to
9727                 return the correct ID on a newly added IMAP message
9728
9729 2006-01-02 [paul]       1.9.100cvs118
9730
9731         * manual/keyboard.xml
9732                 edited
9733
9734 2006-01-01 [paul]       1.9.100cvs117
9735
9736         * src/gtk/authors.h
9737                 alphabetical order
9738
9739 2005-12-30 [colin]      1.9.100cvs116
9740
9741         * manual/advanced.xml
9742                 Explain Pre/Post-processing differences.
9743
9744 2005-12-30 [colin]      1.9.100cvs115
9745
9746         * src/mh.c
9747                 Implement copy_msgs for a little optimization
9748         * src/imap.c
9749                 Finish yesterday's fix
9750
9751 2005-12-29 [colin]      1.9.100cvs114
9752
9753         * src/imap.c
9754                 Fix occasional failure in fetching a mail over
9755                 IMAP
9756
9757 2005-12-29 [colin]      1.9.100cvs113
9758
9759         * src/compose.c
9760                 Don't remove a draft when sending it, if it is 
9761                 locked.
9762
9763 2005-12-28 [colin]      1.9.100cvs112
9764
9765         * src/summaryview.c
9766                 Fix leak for real
9767
9768 2005-12-28 [wwp]        1.9.100cvs111
9769
9770         * doc/faq/.cvsignore
9771         * doc/faq/de/.cvsignore
9772         * doc/faq/en/.cvsignore
9773         * doc/faq/es/.cvsignore
9774         * doc/faq/fr/.cvsignore
9775         * doc/faq/it/.cvsignore
9776         * doc/manual/.cvsignore
9777         * doc/manual/de/.cvsignore
9778         * doc/manual/en/.cvsignore
9779         * doc/manual/es/.cvsignore
9780         * doc/manual/fr/.cvsignore
9781         * doc/manual/ja/.cvsignore
9782         * src/plugins/mathml_viewer/.cvsignore
9783                 rollback revival of those files (my bad, sorry for the noise).
9784
9785 2005-12-28 [wwp]        1.9.100cvs110
9786
9787         * src/compose.c
9788                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9789
9790 2005-12-28 [wwp]        1.9.100cvs109
9791
9792         * doc/faq/.cvsignore
9793         * doc/faq/de/.cvsignore
9794         * doc/faq/en/.cvsignore
9795         * doc/faq/es/.cvsignore
9796         * doc/faq/fr/.cvsignore
9797         * doc/faq/it/.cvsignore
9798         * doc/manual/.cvsignore
9799         * doc/manual/de/.cvsignore
9800         * doc/manual/en/.cvsignore
9801         * doc/manual/es/.cvsignore
9802         * doc/manual/fr/.cvsignore
9803         * doc/manual/ja/.cvsignore
9804         * src/plugins/mathml_viewer/.cvsignore
9805         * po/.cvsignore
9806                 more files to ignore.
9807
9808 2005-12-24 [colin]      1.9.100cvs108
9809
9810         * AUTHORS
9811         * src/gtk/authors.h
9812                 Update for Werner
9813
9814 2005-12-24 [colin]      1.9.100cvs107
9815
9816         * src/procmsg.c
9817                 Allow NULL src_msginfo in 
9818                 procmsg_msginfo_new_from_mimeinfo
9819
9820 2005-12-23 [paul]       1.9.100cvs106
9821
9822         * src/plugins/pgpinline/mypgpcore.def
9823                 add this forgotten file
9824
9825 2005-12-23 [colin]      1.9.100cvs105
9826
9827         * src/mainwindow.c
9828                 Fix missing break
9829
9830 2005-12-23 [colin]      1.9.100cvs104
9831
9832         * autogen.sh
9833         * src/folder.c
9834         * src/mh.c
9835         * src/common/plugin.c
9836         * src/common/socket.c
9837         * src/common/socket.h
9838         * src/common/utils.c
9839         * src/common/utils.h
9840         * src/gtk/pluginwindow.c
9841         * src/plugins/pgpcore/plugin.def
9842         * src/plugins/pgpcore/sylpheed.def
9843         * src/plugins/pgpinline/Makefile.am
9844         * src/plugins/pgpinline/plugin.def
9845         * src/plugins/pgpinline/sylpheed.def
9846         * src/plugins/pgpmime/plugin.def
9847         * src/plugins/pgpmime/sylpheed.def
9848                 Various w32 fixes by Werner Koch
9849
9850 2005-12-22 [paul]       1.9.100cvs103
9851
9852         * src/wizard.c
9853                 don't offer IMAP as 'server type' if
9854                 libetpan isn't built in
9855
9856 2005-12-22 [paul]       1.9.100cvs102
9857
9858         * AUTHORS
9859         * src/mainwindow.c
9860         * src/mainwindow.h
9861         * src/toolbar.c
9862         * src/gtk/authors.h
9863                 support GTK_TOOLBAR_BOTH_HORIZ (text
9864                 next to icon) Patch by Marien Zwart
9865                 marienz@users.sf.net
9866                 Also reword the text
9867
9868 2005-12-21 [colin]      1.9.100cvs101
9869
9870         * configure.ac
9871                 Fix DATADIRNAME
9872         * COPYING
9873                 Fix missing section and explicit the exception better
9874         * src/compose.c
9875                 Prevent mail from being lost without notice when an
9876                 SMTP error happens on trying to send an unmodified
9877                 drafted mail.
9878         * src/send_message.c
9879         * src/common/smtp.c
9880                 Fix password remembering when wrong, and add return
9881                 value checks where they should have been
9882         * src/plugins/pgpcore/sylpheed.def
9883         * src/plugins/pgpinline/sylpheed.def
9884         * src/plugins/pgpmime/sylpheed.def
9885                 Add a few symbols needed
9886
9887 2005-12-21 [paul]       1.9.100cvs100
9888
9889         * m4/codeset.m4
9890         * m4/glibc21.m4
9891         * m4/intdiv0.m4
9892         * m4/inttypes-pri.m4
9893         * m4/inttypes.m4
9894         * m4/inttypes_h.m4
9895         * m4/isc-posix.m4
9896         * m4/lcmessage.m4
9897         * m4/stdint_h.m4
9898         * m4/uintmax_t.m4
9899                 gettextization
9900                 thanks to Colin
9901
9902 2005-12-21 [paul]       1.9.100cvs99
9903
9904         * po/sv.po
9905                 fixed by Colin
9906
9907 2005-12-20 [paul]       1.9.100cvs98
9908
9909         * po/sv.po
9910                 updated by Anders Trobäck
9911
9912 2005-12-20 [colin]      1.9.100cvs97
9913
9914         * ABOUT-NLS
9915         * Makefile.am
9916         * autogen.sh
9917         * configure.ac
9918         * config/config.rpath
9919         * config/mkinstalldirs
9920         * m4/Makefile.am
9921         * m4/glibc2.m4
9922         * m4/gnupg.m4
9923         * m4/gpgme.m4
9924         * m4/intmax.m4
9925         * m4/longdouble.m4
9926         * m4/longlong.m4
9927         * m4/printf-posix.m4
9928         * m4/signed.m4
9929         * m4/size_max.m4
9930         * m4/ulonglong.m4
9931         * m4/wchar_t.m4
9932         * m4/wint_t.m4
9933         * m4/xsize.m4
9934         * po/Makefile.in.in
9935         * po/Makevars
9936         * po/bg.po
9937         * po/ca.po
9938         * po/cs.po
9939         * po/de.po
9940         * po/el.po
9941         * po/en_GB.po
9942         * po/es.po
9943         * po/fi.po
9944         * po/fr.po
9945         * po/hr.po
9946         * po/hu.po
9947         * po/it.po
9948         * po/ja.po
9949         * po/ko.po
9950         * po/nb.po
9951         * po/nl.po
9952         * po/pl.po
9953         * po/pt_BR.po
9954         * po/ru.po
9955         * po/sk.po
9956         * po/sr.po
9957         * po/stamp-po
9958         * po/sv.po
9959         * po/zh_CN.po
9960         * po/zh_TW.po
9961         * src/Makefile.am
9962         * src/codeconv.c
9963         * src/compose.c
9964         * src/exporthtml.c
9965         * src/exportldif.c
9966         * src/folder.c
9967         * src/main.c
9968         * src/manual.c
9969         * src/mh.c
9970         * src/mimeview.c
9971         * src/send_message.c
9972         * src/common/Makefile.am
9973         * src/common/fnmatch.c
9974         * src/common/fnmatch.h
9975         * src/common/fnmatch_loop.c
9976         * src/common/nntp.c
9977         * src/common/plugin.c
9978         * src/common/smtp.c
9979         * src/common/socket.c
9980         * src/common/string_match.c
9981         * src/common/sylpheed.c
9982         * src/common/utils.c
9983         * src/common/utils.h
9984         * src/common/w32_dirent.c
9985         * src/common/w32_reg.c
9986         * src/common/w32_signal.c
9987         * src/common/w32_stat.c
9988         * src/common/w32_stdio.c
9989         * src/common/w32_stdlib.c
9990         * src/common/w32_string.c
9991         * src/common/w32_time.c
9992         * src/common/w32_unistd.c
9993         * src/common/w32_wait.c
9994         * src/common/w32lib.h
9995         * src/etpan/Makefile.am
9996         * src/gtk/Makefile.am
9997         * src/plugins/clamav/Makefile.am
9998         * src/plugins/demo/Makefile.am
9999         * src/plugins/dillo_viewer/Makefile.am
10000         * src/plugins/pgpcore/Makefile.am
10001         * src/plugins/pgpcore/passphrase.c
10002         * src/plugins/pgpcore/plugin.def
10003         * src/plugins/pgpcore/sgpgme.c
10004         * src/plugins/pgpcore/sylpheed.def
10005         * src/plugins/pgpcore/version.rc
10006         * src/plugins/pgpinline/Makefile.am
10007         * src/plugins/pgpinline/plugin.def
10008         * src/plugins/pgpinline/sylpheed.def
10009         * src/plugins/pgpinline/version.rc
10010         * src/plugins/pgpmime/Makefile.am
10011         * src/plugins/pgpmime/mypgpcore.def
10012         * src/plugins/pgpmime/plugin.def
10013         * src/plugins/pgpmime/sylpheed.def
10014         * src/plugins/pgpmime/version.rc
10015         * src/plugins/spamassassin/Makefile.am
10016                 Very little ;-) patch from Werner Koch, providing
10017                 infrastructure for cross-compiling to Win32
10018
10019 2005-12-20 [paul]       1.9.100cvs96
10020
10021         * src/account.c
10022         * src/account.h
10023         * src/mainwindow.c
10024         * src/mainwindow.h
10025         * src/toolbar.c
10026         * src/toolbar.h
10027                 add a combo to the Get All button, allowing
10028                 quick retrieval from any account
10029                 Patch by Fabien Vantard, slightly modified
10030                 by Colin
10031         * src/gtk/about.c
10032                 i18n fix. Patch by Fabien Vantard
10033
10034 2005-12-19 [colin]      1.9.100cvs95
10035
10036         * src/compose.c
10037         * src/compose.h
10038                 Don't automatically join lines when they've 
10039                 been separated by the user and not automatically
10040
10041 2005-12-19 [paul]       1.9.100cvs94
10042
10043         * src/gtk/pluginwindow.c
10044                 i18n fix.
10045                 Patch by Fabien Vantard
10046
10047 2005-12-15 [paul]       1.9.100cvs93
10048
10049         * src/common/plugin.c
10050         * src/common/plugin.h
10051         * src/gtk/pluginwindow.c
10052         * src/plugins/clamav/clamav_plugin.c
10053         * src/plugins/demo/demo.c
10054         * src/plugins/dillo_viewer/dillo_viewer.c
10055         * src/plugins/pgpcore/plugin.c
10056         * src/plugins/pgpinline/plugin.c
10057         * src/plugins/pgpmime/plugin.c
10058         * src/plugins/spamassassin/spamassassin.c
10059         * src/plugins/trayicon/trayicon.c
10060                 add plugin_version()
10061
10062 2005-12-15 [colin]      1.9.100cvs92
10063
10064         * src/compose.c
10065                 Further fix bug #875
10066
10067 2005-12-15 [paul]       1.9.100cvs91
10068
10069         * src/gtk/filesel.c
10070                 fix attach_load_dir getting set to
10071                 PLUGINDIR on plugin load
10072
10073 2005-12-14 [mones]      1.9.100cvs90
10074
10075         * manual/ack.xml
10076         * manual/keyboard.xml
10077                 Initial draft and some shortcuts added
10078                 
10079         * po/es.po
10080                 Updated translation
10081
10082 2005-12-14 [colin]      1.9.100cvs89
10083
10084         * src/compose.c
10085         * src/imap.c
10086         * src/summaryview.c
10087         * src/gtk/gtkaspell.c
10088                 More leaks fixed
10089         * src/prefs_folder_item.c
10090                 Fix recursive prefs apply
10091
10092
10093 2005-12-14 [colin]      1.9.100cvs88
10094
10095         * src/compose.c
10096                 Fix bug #875 (Freeze On Inline Forward of 
10097                 Large Message)
10098
10099 2005-12-13 [colin]      1.9.100cvs87
10100
10101         * src/compose.c
10102                 Uniq-ify and sort the mimetypes list
10103                 Patch by Fabien Vantard
10104
10105 2005-12-13 [colin]      1.9.100cvs86
10106
10107         * src/imap.c
10108         * src/etpan/imap-thread.c
10109                 Fix leaks (patch by Hoa)
10110         * src/news.c
10111         * src/common/plugin.c
10112                 Fix leaks
10113
10114 2005-12-12 [colin]
10115
10116         * 2.0.0-rc2 released
10117
10118 2005-12-12 [colin]      1.9.100cvs85
10119
10120         * src/matcher.c
10121                 Fix a leak
10122
10123 2005-12-12 [wwp]        1.9.100cvs84
10124
10125         * src/gtk/icon_legend.c
10126                 fix misbehaviour and crash when closing the legend window
10127         using the Esc key (patch by Fabien Vantard).
10128
10129 2005-12-12 [paul]       1.9.100cvs83
10130
10131         * src/browseldap.c
10132         * src/foldersel.c
10133         * src/prefs_actions.c
10134         * src/prefs_filtering.c
10135         * src/prefs_matcher.c
10136         * src/prefs_spelling.glade      ** REMOVED **
10137         * src/prefs_template.c
10138         * src/gtk/foldersort.glade      ** REMOVED **
10139         * src/gtk/pluginwindow.c
10140         * src/gtk/pluginwindow.glade    ** REMOVED **
10141         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10142                 cleanups
10143
10144 2005-12-11 [paul]       1.9.100cvs82
10145
10146         * src/gtk/filesel.c
10147                 fix attach_load_dir crasher (double free)
10148
10149 2005-12-09 [paul]       1.9.100cvs81
10150
10151         * po/POTFILES.in
10152         * src/mainwindow.c
10153         * src/gtk/Makefile.am
10154         * src/gtk/icon_legend.c
10155         * src/gtk/icon_legend.h
10156                 add icon legend
10157         * src/manual.c
10158                 cleanup
10159
10160 2005-12-09 [paul]       1.9.100cvs80
10161
10162         * src/plugins/pgpcore/passphrase.c
10163                 wrap the label in the dialog
10164
10165 2005-12-09 [colin]      1.9.100cvs79
10166
10167         * src/plugins/pgpcore/sgpgme.c
10168                 Display (untrusted) on not trusted signatures
10169                 Patch by Michal Èihaø <michal@cihar.com>
10170                 Closes bug #867 (Report also key trust)
10171
10172 2005-12-09 [colin]      1.9.100cvs78
10173
10174         * src/common/plugin.c
10175                 Update licence check, following Eben Moglen's advice
10176
10177 2005-12-08 [colin]      1.9.100cvs77
10178
10179         * src/folder.c
10180                 Fix the occasionnal item->cache != NULL 
10181                 assertion failure. 
10182
10183 2005-12-08 [colin]      1.9.100cvs76
10184
10185         * src/mimeview.c
10186         * src/plugins/pgpcore/sgpgme.c
10187                 Print key id when unable to check it
10188                 Closes bug #866 (Show key id when missing)
10189
10190 2005-12-08 [paul]       1.9.100cvs75
10191
10192         * src/prefs_common.c
10193         * src/prefs_common.h
10194         * src/gtk/filesel.c
10195                 remember load attachment dir
10196
10197 2005-12-07 [colin]      1.9.100cvs74
10198
10199         * src/prefs_toolbar.c
10200                 Gtk fixes, patch by Fabien Vantard
10201
10202 2005-12-07 [colin]      1.9.100cvs73
10203
10204         * src/action.c
10205         * src/compose.c
10206         * src/compose.h
10207                 Fix bug #839 (Quoted text isn't colored after 
10208                 executing an action)
10209         * src/common/plugin.c
10210                 Require plugins to declare their licence in plugin_licence()
10211                 Refuse to load non-GPL plugins as they'd be illegal (as 
10212                 derived works of Sylpheed-Claws, they must be GPL).
10213         * src/plugins/clamav/clamav_plugin.c
10214         * src/plugins/demo/demo.c
10215         * src/plugins/dillo_viewer/dillo_viewer.c
10216         * src/plugins/pgpcore/plugin.c
10217         * src/plugins/pgpinline/plugin.c
10218         * src/plugins/pgpmime/plugin.c
10219         * src/plugins/spamassassin/spamassassin.c
10220         * src/plugins/trayicon/trayicon.c
10221                 Add plugin_licence()
10222
10223 2005-12-07 [paul]       1.9.100cvs72
10224
10225         * configure.ac
10226         * src/mainwindow.c
10227         * src/manual.c
10228         * src/manual.h
10229         * src/common/defs.h
10230                 clean up after local FAQ removal and
10231                 temporary manual removal
10232
10233 2005-12-06 [colin]      1.9.100cvs71
10234
10235         * configure.ac
10236         * doc/Makefile.am
10237         * doc/faq/.cvsignore
10238         * doc/faq/Makefile.am
10239         * doc/faq/de/.cvsignore
10240         * doc/faq/de/Makefile.am
10241         * doc/faq/de/sylpheed-faq-1.html
10242         * doc/faq/de/sylpheed-faq-2.html
10243         * doc/faq/de/sylpheed-faq-3.html
10244         * doc/faq/de/sylpheed-faq.html
10245         * doc/faq/en/.cvsignore
10246         * doc/faq/en/Makefile.am
10247         * doc/faq/en/sylpheed-faq-1.html
10248         * doc/faq/en/sylpheed-faq-2.html
10249         * doc/faq/en/sylpheed-faq-3.html
10250         * doc/faq/en/sylpheed-faq-4.html
10251         * doc/faq/en/sylpheed-faq.html
10252         * doc/faq/es/.cvsignore
10253         * doc/faq/es/Makefile.am
10254         * doc/faq/es/sylpheed-faq-1.html
10255         * doc/faq/es/sylpheed-faq-2.html
10256         * doc/faq/es/sylpheed-faq-3.html
10257         * doc/faq/es/sylpheed-faq-4.html
10258         * doc/faq/es/sylpheed-faq.html
10259         * doc/faq/fr/.cvsignore
10260         * doc/faq/fr/Makefile.am
10261         * doc/faq/fr/sylpheed-faq-1.html
10262         * doc/faq/fr/sylpheed-faq-2.html
10263         * doc/faq/fr/sylpheed-faq-3.html
10264         * doc/faq/fr/sylpheed-faq.html
10265         * doc/faq/it/.cvsignore
10266         * doc/faq/it/Makefile.am
10267         * doc/faq/it/sylpheed-faq-1.html
10268         * doc/faq/it/sylpheed-faq-2.html
10269         * doc/faq/it/sylpheed-faq-3.html
10270         * doc/faq/it/sylpheed-faq.html
10271         * doc/manual/.cvsignore
10272         * doc/manual/Makefile.am
10273         * doc/manual/de/.cvsignore
10274         * doc/manual/de/Makefile.am
10275         * doc/manual/de/sylpheed-1.html
10276         * doc/manual/de/sylpheed-10.html
10277         * doc/manual/de/sylpheed-11.html
10278         * doc/manual/de/sylpheed-12.html
10279         * doc/manual/de/sylpheed-13.html
10280         * doc/manual/de/sylpheed-14.html
10281         * doc/manual/de/sylpheed-15.html
10282         * doc/manual/de/sylpheed-16.html
10283         * doc/manual/de/sylpheed-17.html
10284         * doc/manual/de/sylpheed-18.html
10285         * doc/manual/de/sylpheed-19.html
10286         * doc/manual/de/sylpheed-2.html
10287         * doc/manual/de/sylpheed-20.html
10288         * doc/manual/de/sylpheed-3.html
10289         * doc/manual/de/sylpheed-4.html
10290         * doc/manual/de/sylpheed-5.html
10291         * doc/manual/de/sylpheed-6.html
10292         * doc/manual/de/sylpheed-7.html
10293         * doc/manual/de/sylpheed-8.html
10294         * doc/manual/de/sylpheed-9.html
10295         * doc/manual/de/sylpheed.html
10296         * doc/manual/en/.cvsignore
10297         * doc/manual/en/Makefile.am
10298         * doc/manual/en/sylpheed-1.html
10299         * doc/manual/en/sylpheed-10.html
10300         * doc/manual/en/sylpheed-11.html
10301         * doc/manual/en/sylpheed-12.html
10302         * doc/manual/en/sylpheed-13.html
10303         * doc/manual/en/sylpheed-14.html
10304         * doc/manual/en/sylpheed-15.html
10305         * doc/manual/en/sylpheed-16.html
10306         * doc/manual/en/sylpheed-17.html
10307         * doc/manual/en/sylpheed-18.html
10308         * doc/manual/en/sylpheed-19.html
10309         * doc/manual/en/sylpheed-2.html
10310         * doc/manual/en/sylpheed-20.html
10311         * doc/manual/en/sylpheed-21.html
10312         * doc/manual/en/sylpheed-22.html
10313         * doc/manual/en/sylpheed-3.html
10314         * doc/manual/en/sylpheed-4.html
10315         * doc/manual/en/sylpheed-5.html
10316         * doc/manual/en/sylpheed-6.html
10317         * doc/manual/en/sylpheed-7.html
10318         * doc/manual/en/sylpheed-8.html
10319         * doc/manual/en/sylpheed-9.html
10320         * doc/manual/en/sylpheed.html
10321         * doc/manual/es/.cvsignore
10322         * doc/manual/es/Makefile.am
10323         * doc/manual/es/sylpheed-1.html
10324         * doc/manual/es/sylpheed-10.html
10325         * doc/manual/es/sylpheed-11.html
10326         * doc/manual/es/sylpheed-12.html
10327         * doc/manual/es/sylpheed-13.html
10328         * doc/manual/es/sylpheed-14.html
10329         * doc/manual/es/sylpheed-15.html
10330         * doc/manual/es/sylpheed-16.html
10331         * doc/manual/es/sylpheed-17.html
10332         * doc/manual/es/sylpheed-18.html
10333         * doc/manual/es/sylpheed-19.html
10334         * doc/manual/es/sylpheed-2.html
10335         * doc/manual/es/sylpheed-20.html
10336         * doc/manual/es/sylpheed-3.html
10337         * doc/manual/es/sylpheed-4.html
10338         * doc/manual/es/sylpheed-5.html
10339         * doc/manual/es/sylpheed-6.html
10340         * doc/manual/es/sylpheed-7.html
10341         * doc/manual/es/sylpheed-8.html
10342         * doc/manual/es/sylpheed-9.html
10343         * doc/manual/es/sylpheed.html
10344         * doc/manual/fr/.cvsignore
10345         * doc/manual/fr/Makefile.am
10346         * doc/manual/fr/sylpheed-1.html
10347         * doc/manual/fr/sylpheed-10.html
10348         * doc/manual/fr/sylpheed-11.html
10349         * doc/manual/fr/sylpheed-12.html
10350         * doc/manual/fr/sylpheed-13.html
10351         * doc/manual/fr/sylpheed-14.html
10352         * doc/manual/fr/sylpheed-15.html
10353         * doc/manual/fr/sylpheed-16.html
10354         * doc/manual/fr/sylpheed-17.html
10355         * doc/manual/fr/sylpheed-18.html
10356         * doc/manual/fr/sylpheed-19.html
10357         * doc/manual/fr/sylpheed-2.html
10358         * doc/manual/fr/sylpheed-20.html
10359         * doc/manual/fr/sylpheed-3.html
10360         * doc/manual/fr/sylpheed-4.html
10361         * doc/manual/fr/sylpheed-5.html
10362         * doc/manual/fr/sylpheed-6.html
10363         * doc/manual/fr/sylpheed-7.html
10364         * doc/manual/fr/sylpheed-8.html
10365         * doc/manual/fr/sylpheed-9.html
10366         * doc/manual/fr/sylpheed.html
10367         * doc/manual/ja/.cvsignore
10368         * doc/manual/ja/Makefile.am
10369         * doc/manual/ja/sylpheed-1.html
10370         * doc/manual/ja/sylpheed-10.html
10371         * doc/manual/ja/sylpheed-11.html
10372         * doc/manual/ja/sylpheed-12.html
10373         * doc/manual/ja/sylpheed-13.html
10374         * doc/manual/ja/sylpheed-14.html
10375         * doc/manual/ja/sylpheed-15.html
10376         * doc/manual/ja/sylpheed-16.html
10377         * doc/manual/ja/sylpheed-17.html
10378         * doc/manual/ja/sylpheed-18.html
10379         * doc/manual/ja/sylpheed-19.html
10380         * doc/manual/ja/sylpheed-2.html
10381         * doc/manual/ja/sylpheed-20.html
10382         * doc/manual/ja/sylpheed-3.html
10383         * doc/manual/ja/sylpheed-4.html
10384         * doc/manual/ja/sylpheed-5.html
10385         * doc/manual/ja/sylpheed-6.html
10386         * doc/manual/ja/sylpheed-7.html
10387         * doc/manual/ja/sylpheed-8.html
10388         * doc/manual/ja/sylpheed-9.html
10389         * doc/manual/ja/sylpheed.html
10390         * doc/manual/ja/sylpheed.sgml
10391         * src/mainwindow.c
10392                 Remove outdated manual and faq. Noisy, eh?
10393
10394 2005-12-06 [colin]      1.9.100cvs70
10395
10396         * src/compose.c
10397         * src/quote_fmt_parse.y
10398         * src/undo.c
10399         * src/undo.h
10400                 Allow %X to position cursor at 0 
10401                 (no %X = before signature)
10402                 Fix paste as quotation putting the cursor at 0
10403                 Fix undo offsets when pasting
10404                 Insert the quote_fmt at once instead of line 
10405                 by line
10406                 Fix [Edited] when starting to reply/forward
10407
10408 2005-12-06 [paul]       1.9.100cvs69
10409
10410         * src/plugins/clamav/clamav_plugin_gtk.c
10411                 add another tooltip
10412         * src/plugins/spamassassin/spamassassin_gtk.c
10413                 rework spamassassin_create_widget_func()
10414
10415 2005-12-05 [colin]      1.9.100cvs68
10416
10417         * po/POTFILES.in
10418                 Fix make release ;-)
10419
10420 2005-12-05 [colin]      1.9.100cvs67
10421
10422         * src/compose.c
10423         * src/compose.h
10424                 Fix cursor positioning (not obeying %X)
10425
10426 2005-12-05 [paul]       1.9.100cvs66
10427
10428         * src/plugins/dillo_viewer/dillo_prefs.c
10429                 fix compilation warning
10430
10431 2005-12-05 [paul]       1.9.100cvs65
10432
10433         * src/prefs_spelling.c
10434         * src/plugins/trayicon/trayicon.c
10435                 cleanups - remove unused stuff
10436
10437 2005-12-05 [paul]       1.9.100cvs64
10438
10439         * README
10440         * manual/plugins.xml
10441                 remove info about removed mathml_viewer plugin
10442
10443 2005-12-05 [paul]       1.9.100cvs63
10444
10445         * configure.ac
10446         * src/plugins/Makefile.am
10447         * src/plugins/mathml_viewer/.cvsignore
10448         * src/plugins/mathml_viewer/Makefile.am
10449         * src/plugins/mathml_viewer/mathml_viewer.c
10450                 remove unmaintained mathml_viewer plugin
10451
10452 2005-12-05 [paul]       1.9.100cvs62
10453
10454         * src/summaryview.c
10455                 obey prefs_common.always_show_msg when
10456                 moving a msg
10457                 Thanks to Colin
10458
10459 2005-12-05 [paul]       1.9.100cvs61
10460
10461         * src/compose.c
10462         * src/prefs_account.c
10463         * src/prefs_filtering.c
10464         * src/prefs_quote.c
10465         * src/prefs_spelling.c
10466         * src/prefs_toolbar.c
10467         * src/summaryview.c
10468         * src/gtk/gtkutils.c
10469         * src/gtk/quicksearch.c
10470         * src/plugins/dillo_viewer/dillo_prefs.c
10471                 dialog cleanups
10472
10473 2005-12-04 [paul]       1.9.100cvs60
10474
10475         * src/inc.c
10476         * src/prefs_account.c
10477         * src/prefs_account.h
10478                 allow a Local account to specify a
10479                 default inbox
10480                 (closes bug 843 'Inbox cannot be changed for local
10481                  mailboxes')
10482
10483 2005-12-04 [colin]      1.9.100cvs59
10484
10485         * src/plugins/trayicon/trayicon.c
10486                 Remove Get, rename Get All to Get Mail in order to
10487                 be consistent with the default main toolbar
10488
10489 2005-12-03 [colin]      1.9.100cvs58
10490
10491         * manual/gpl.xml
10492         * manual/sylpheed-claws-manual.xml
10493                 Add GPL appendix
10494
10495 2005-12-03 [paul]       1.9.100cvs57
10496
10497         * AUTHORS
10498         * po/sv.po
10499         * src/gtk/authors.h
10500                 new (partially complete) Swedish translation
10501                 by Anders Troback <sylpheed@troback.com>
10502
10503 2005-12-02 [paul]       1.9.100cvs56
10504
10505         * configure.ac
10506                 libetpan 0.41 required
10507
10508 2005-12-02 [paul]       1.9.100cvs55
10509
10510         * src/plugins/clamav/clamav_plugin.c
10511         * src/plugins/clamav/clamav_plugin.h
10512         * src/plugins/clamav/clamav_plugin_gtk.c
10513         * src/plugins/spamassassin/spamassassin.c
10514         * src/plugins/spamassassin/spamassassin.h
10515         * src/plugins/spamassassin/spamassassin_gtk.c
10516                 unregister prefs pages on unloading, thus
10517                 preventing a crash
10518                 (thanks to Colin for the hint)
10519
10520 2005-12-02 [wwp]        1.9.100cvs54
10521
10522         * src/quote_fmt.h
10523         * src/quote_fmt_parse.y
10524                 fix misuse of gboolean*, use gboolean instead
10525                 (thanks to Paul, Colin, for pointing out that scaring one)
10526
10527 2005-12-02 [paul]       1.9.100cvs53
10528
10529         * src/plugins/clamav/clamav_plugin.c
10530                 int no --> unsigned int no
10531         * src/plugins/clamav/clamav_plugin_gtk.c
10532                 rework config page
10533
10534 2005-12-02 [wwp]        1.9.100cvs52
10535
10536         * src/compose.c
10537         * src/prefs_template.c
10538         * src/quote_fmt.h
10539         * src/quote_fmt_parse.y
10540                 prevent from executing |f and |p templates commands when
10541                 adding or replacing templates in prefs (avoids annoying and
10542                 potentially dangerous behaviours)
10543
10544 2005-12-02 [paul]       1.9.100cvs51
10545
10546         * src/prefs_common.c
10547                 allow translation of some default values
10548                 Patch by Fabien Vantard
10549
10550 2005-12-02 [paul]       1.9.100cvs50
10551
10552         * src/codeconv.c
10553         * src/codeconv.h
10554         * src/prefs_common.c
10555         * src/prefs_common.h
10556         * src/prefs_message.c
10557         * src/textview.c
10558                 remove obsolete 'convert_mb_alnum' option
10559                 and related stuff
10560         * src/gtk/about.c
10561                 remove unused 'about_textview_visibility_notify'
10562
10563 2005-12-02 [paul]       1.9.100cvs49
10564
10565         * src/prefs_account.c
10566         * src/prefs_compose_writing.c
10567         * src/prefs_fonts.c
10568         * src/prefs_gtk.h
10569         * src/prefs_image_viewer.c
10570         * src/prefs_message.c
10571         * src/prefs_other.c
10572         * src/prefs_receive.c
10573         * src/prefs_send.c
10574         * src/prefs_spelling.c
10575         * src/prefs_summaries.c
10576         * src/prefs_wrapping.c
10577         * src/plugins/dillo_viewer/dillo_prefs.c
10578         * src/plugins/pgpcore/prefs_gpg.c
10579                 several cleanups to the prefs dialogs
10580                 (slightly modified) patch by Fabien Vantard
10581
10582 2005-12-02 [paul]       1.9.100cvs48
10583
10584         * src/main.c
10585                 --exit means exit
10586         * src/send_message.c
10587                 fix crash on send when connection fails
10588
10589         Thanks to Colin
10590
10591 2005-12-01 [colin]      1.9.100cvs47
10592
10593         * src/html.c
10594                 Translate &hellip; to "..."
10595
10596 2005-11-30 [colin]      1.9.100cvs46
10597
10598         * src/matcher.c
10599         * src/matcher.h
10600                 Optimize back yesterday's fix.
10601
10602 2005-11-30 [paul]       1.9.100cvs45
10603
10604         * manual/faq.xml
10605                 standardised
10606         * manual/intro.xml
10607                 written by Colin, edited by me
10608
10609 2005-11-29 [colin]      1.9.100cvs44
10610
10611         * src/matcher.c
10612                 Skip headers unconditionnaly in match_body if the
10613                 rule is not message or ~message
10614
10615 2005-11-29 [colin]      1.9.100cvs43
10616
10617         * src/matcher.c
10618                 Fix body_part and such, not skipping headers 
10619                 if the matchcriteria wasn't the first in the rule
10620
10621 2005-11-29 [colin]      1.9.100cvs42
10622
10623         * src/compose.c
10624                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10625                 option missing from message view window)
10626                 Fix double text D'n'D with gtk-2.8
10627         * src/matcher.c
10628                 Fix ~message, ~headers_part, ~body_part rules
10629         * src/messageview.c
10630                 Add Windows-1252 (Closes bug #863)
10631                 Fix accels
10632         * src/gtk/gtkaspell.c
10633                 Properly destroy accels in all menus
10634
10635 2005-11-29 [mones]      1.9.100cvs41
10636
10637         * po/es.po
10638                 Updated.
10639
10640 2005-11-27 [colin]      1.9.100cvs40
10641
10642         * src/mh_gtk.c
10643                 "/Remove mailbox" -> "/Remove mailbox..."
10644
10645 2005-11-27 [paul]       1.9.100cvs39
10646
10647         * AUTHORS
10648         * po/de.po
10649         * src/gtk/authors.h
10650                 updated by new maintainer, Stephan Sachse
10651
10652 2005-11-27 [paul]       1.9.100cvs38
10653
10654         * manual/faq.xml
10655                 written by Colin, edited by me
10656
10657 2005-11-27 [paul]       1.9.100cvs37
10658
10659         * src/prefs_common.c
10660         * src/prefs_common.h
10661         * src/prefs_receive.c
10662         * src/prefs_summaries.c
10663                 move 'go to inbox after receiving new mail'
10664                 option from display/sumamaries to mail
10665                 handling/receive, and rework prefs_summaries
10666                 dialog a little
10667
10668 2005-11-25 [martin]     1.9.100cvs36
10669
10670         * po/de.po
10671             fixed windows-1252 translation;
10672             translated some new and fuzzy strings
10673
10674 2005-11-25 [paul]       1.9.100cvs35
10675
10676         * src/plugins/clamav/clamav_plugin.c
10677                 complete the update done in cvs34
10678
10679 2005-11-25 [paul]       1.9.100cvs34
10680
10681         * src/plugins/clamav/clamav_plugin.c
10682                 reflect upstream changes
10683
10684 2005-11-25 [paul]       1.9.100cvs33
10685
10686         * manual/ack.xml
10687         * manual/plugins.xml
10688         * manual/sylpheed-claws-manual.xml
10689                 written/updated by Colin, edited by me
10690         * tools/acroread2sylpheed.pl
10691                 update binary name
10692
10693 2005-11-24 [colin]      1.9.100cvs32
10694
10695         * src/compose.c
10696                 Fix bug #856 (reediting messages forgets Request
10697                 Return Receipt)
10698
10699 2005-11-24 [paul]       1.9.100cvs31
10700
10701         * manual/addrbook.xml
10702         * manual/starting.xml
10703                 written by Colin, proofread, edited, adapted by me
10704         * manual/advanced.xml
10705                 add some Actions examples
10706         * src/importldif.c
10707                 use a Save button instead of a Close button
10708         * src/wizard.c
10709                 indicate mandatory fields
10710                 fix page display
10711                 Thanks to Colin
10712
10713 2005-11-23 [colin]      1.9.100cvs30
10714
10715         * src/addressbook.c
10716                 Rename menu item, fix possible crash after
10717                 deletion of books
10718         * src/addrindex.c
10719                 Allow searching for '*' in ldap
10720         * src/browseldap.c
10721                 Fix "Browse Entry" (did anyone use it?)
10722         * src/wizard.c
10723                 Add guards for mandatory information
10724
10725 2005-11-23 [paul]       1.9.100cvs29
10726
10727         * manual/advanced.xml
10728                 corrections to the English
10729
10730 2005-11-23 [colin]      1.9.100cvs28
10731
10732         * src/mimeview.c
10733                 Fix possible crash at exit. After the call to
10734                 gtk_container_remove(), the Viewer's widget has no
10735                 more parent so gtk+ automatically frees it and its
10736                 sons. If destroy_viewer() then try to access it,
10737                 problems ensue.
10738
10739 2005-11-22 [colin]      1.9.100cvs27
10740
10741         * src/compose.c
10742         * src/gtk/gtkaspell.c
10743                 Fix right-clicking on a misspelled word
10744                 Fix More... in suggestions menu
10745
10746 2005-11-22 [wwp]        1.9.100cvs26
10747
10748         * src/prefs_template.c
10749                 templates works: re-sort templates list when adding or replacing,
10750                 prevent from adding or replacing when the template name is empty
10751
10752 2005-11-21 [colin]      1.9.100cvs25
10753
10754         * src/addressbook.c
10755                 Fix some addressbook suckage (dnd, select all)
10756         * src/compose.c
10757         * src/gtk/gtkaspell.c
10758         * src/gtk/gtkaspell.h
10759                 Make the spellchecker menu work with the 
10760                 GtkTextView one instead of overriding it
10761
10762 2005-11-20 [paul]       1.9.100cvs24
10763
10764         * manual/handling.xml
10765                 proofread and corrected
10766
10767 2005-11-20 [paul]       1.9.100cvs23
10768
10769         * manual/Makefile
10770                 generate html as one file
10771         * manual/advanced.xml
10772                 fix output generation
10773                 reformat hidden options list
10774         * manual/manual.xml     ** REMOVED **
10775         * manual/sylpheed-claws-manual.xml      ** ADDED **
10776                 renamed
10777
10778 2005-11-18 [colin]      1.9.100cvs22
10779
10780         * src/prefs_account.c
10781                 Fix layout in news and mbox accounts
10782         * manual/account.xml
10783         * manual/advanced.xml
10784                 New contents for Paul to check :)
10785
10786 2005-11-18 [wwp]        1.9.100cvs21
10787
10788         * src/gtk/quicksearch.c
10789                 don't update extended quicksearch buttons twice
10790
10791 2005-11-18 [paul]       1.9.100cvs20
10792
10793         * src/textview.c
10794                 complete 1.9.100cvs19
10795
10796 2005-11-18 [paul]       1.9.100cvs19
10797
10798         * src/compose.c
10799                 cosmetic improvements
10800         * src/textview.c
10801                 also list text/* attachments
10802
10803 2005-11-18 [colin]      1.9.100cvs18
10804
10805         * src/summaryview.c
10806                 Use column 0 instead of -1 in 
10807                 gtk_ctree_node_moveto, in a naive
10808                 hope it'll fix the gtk-related crashes
10809
10810 2005-11-18 [colin]      1.9.100cvs17
10811
10812         * src/gtk/inputdialog.c
10813                 Fix icon staying the first one
10814
10815 2005-11-17 [wwp]        1.9.100cvs16
10816                 fix possible problem showing some quicksearch buttons, and a bad
10817                 call to g_return_if_fail in a function that returns a value (both
10818                 fixes by Fabien Vantard)
10819
10820 2005-11-15 [wwp]        1.9.100cvs15
10821
10822         * src/gtk/quicksearch.c
10823                 added a tooltip to that obscure ... quicksearch button
10824
10825 2005-11-15 [wwp]        1.9.100cvs14
10826
10827         * src/gtk/quicksearch.c
10828                 add a quicksearch helper to filtering expression users: the ... button
10829                 raises the condition expr window. condition expressions set up w/ this
10830                 window are used by the quicksearch if the user closes it pressing OK.
10831
10832 2005-11-14 [paul]       1.9.100cvs13
10833
10834         * src/plugins/clamav/clamav_plugin.c
10835         * src/plugins/spamassassin/spamassassin.c
10836                 change plugin type following recent merging
10837
10838 2005-11-14 [wwp]        1.9.100cvs12
10839
10840         * src/folder.c
10841                 prevent from crashing when copying/moving message(s) from and
10842                 to the same folder
10843
10844 2005-11-14 [paul]       1.9.100cvs11
10845
10846         * src/plugins/clamav/Makefile.am
10847         * src/plugins/clamav/clamav_plugin.c
10848         * src/plugins/clamav/clamav_plugin.h
10849         * src/plugins/clamav/clamav_plugin_gtk.c
10850                 also merge clamav and clamav_gtk plugins
10851
10852 2005-11-13 [colin]      1.9.100cvs10
10853
10854         * configure.ac
10855         * src/plugins/spamassassin/Makefile.am
10856         * src/plugins/spamassassin/spamassassin.c
10857         * src/plugins/spamassassin/spamassassin.h
10858         * src/plugins/spamassassin/spamassassin_gtk.c
10859                 Merge spamassassin and spamassassin_gtk plugins,
10860                 and build it by default.
10861
10862 2005-11-12 [colin]      1.9.100cvs9
10863
10864         * src/etpan/imap-thread.c
10865                 Fix gcc warning
10866
10867 2005-11-12 [colin]      1.9.100cvs8
10868
10869         * src/procmime.c
10870                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10871
10872 2005-11-10 [colin]      1.9.100cvs7
10873
10874         * src/main.c
10875                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10876                 minimised state)
10877
10878 2005-11-10 [wwp]        1.9.100cvs6
10879
10880         * src/gtk/description_window.c
10881                 fix a crash when closing description windows using the WM's [X] button
10882
10883 2005-11-09 [colin]      1.9.100cvs5
10884
10885         * src/common/ssl.c
10886                 Update libetpan call to follow upstream
10887                 (yes, this requires libetpan-0.40cvs3)
10888
10889 2005-11-08 [colin]      1.9.100cvs4
10890
10891         * src/compose.c
10892         * src/textview.c
10893         * src/common/utils.c
10894         * src/common/utils.h
10895                 Enhance the email parser
10896
10897 2005-11-08 [colin]      1.9.100cvs3
10898
10899         * src/procmime.c
10900                 Fix what looks like an off-by-one (fixes 
10901                 attachments from the Bat)
10902
10903 2005-11-08 [wwp]        1.9.100cvs2
10904
10905         * src/main.c
10906                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10907
10908 2005-11-08 [wwp]        1.9.100cvs1
10909
10910         * src/main.c
10911                 allow exiting Sylpheed-Claws from command-line
10912
10913 2005-11-08 [paul]       1.9.100
10914
10915         1.9.100 released
10916
10917 2005-11-07 [colin]      1.9.99cvs17
10918
10919         * src/addritem.c
10920         * src/ldif.c
10921                 Fix import of base-64 encoded items
10922
10923 2005-11-07 [colin]      1.9.99cvs16
10924
10925         * src/send_message.c
10926                 Fix bug #314 (Queue does not empty under certain 
10927                 circumstances)
10928
10929 2005-11-07 [paul]       1.9.99cvs15
10930
10931         * src/mutt.c
10932         * src/pine.c
10933                 fix buffer overflows
10934                 Thanks to Colin
10935
10936 2005-11-07 [paul]       1.9.99cvs14
10937
10938         * doc/man/Makefile.am
10939         * doc/man/sylpheed-claws.1      ** ADDED **
10940         * doc/man/sylpheed.1            ** DELETED **
10941                 rename and update the man file
10942
10943 2005-11-06 [colin]      1.9.99cvs13
10944
10945         * src/ldif.c
10946                 Fix ldif_get_line() that returned empty strings
10947                 (Didn't understand why). Also fix a possible
10948                 buffer overflow.
10949
10950 2005-11-06 [wwp]        1.9.99cvs12
10951
10952         * src/textview.c
10953         * src/gtk/about.c
10954         * src/gtk/gtkutils.c
10955         * src/gtk/gtkutils.h
10956                 fix a compilation warning,
10957                 make links sensitive in the about dialog
10958
10959 2005-11-04 [wwp]        1.9.99cvs11
10960
10961         * src/gtk/about.c
10962                 don't wrap or translate URIs, and a bit text format cleanup
10963
10964 2005-11-04 [wwp]        1.9.99cvs10
10965
10966         * src/gtk/about.c
10967                 better textview tagging implementation (no more use of marks for
10968                 postponed tagging)
10969
10970 2005-11-02 [colin]      1.9.99cvs9
10971
10972         * src/common/ssl.c
10973                 Forgot an ifdef
10974
10975 2005-11-02 [colin]      1.9.99cvs8
10976
10977         * configure.ac
10978                 Require libetpan-0.40 due to upstream fix
10979         * src/common/ssl.c
10980                 Tell libetpan not to call SSL_Library_Init,
10981                 as we do it ourselves.
10982
10983 2005-11-02 [colin]      1.9.99cvs7
10984
10985         * po/POTFILES.in
10986                 Add missing files (thanks to Fabien Vantard)
10987
10988 2005-11-02 [colin]      1.9.99cvs6
10989
10990         * src/summaryview.c
10991                 Fix totals when read messages are hidden or quicksearch
10992                 is on
10993         * src/ssl_manager.c
10994         * src/ssl_manager.h
10995         * src/common/ssl_certificate.c
10996         * src/common/ssl_certificate.h
10997         * src/gtk/sslcertwindow.c
10998         * src/gtk/sslcertwindow.h
10999                 Fix copyright on my stuff
11000
11001 2005-11-02 [wwp]        1.9.99cvs5
11002
11003         * src/prefs_themes.c
11004                 fix directory name checking (theme installation/removal),
11005                 made related error a bit more verbose
11006
11007 2005-11-02 [colin]      1.9.99cvs4
11008
11009         * src/summaryview.c
11010                 Fix typo (probably fixes bug #841 (Sort by the From 
11011                 field doesn't work)
11012
11013 2005-11-02 [paul]       1.9.99cvs3
11014
11015         * po/ko.po
11016         * po/nb.po
11017                 updated by SungHyun Nam, Geir Helland
11018         * src/wizard.c
11019                 fix typo in welcome message. spotted by
11020                 Andrea Spadaccini
11021
11022 2005-11-01 [colin]      1.9.99cvs2
11023
11024         * src/compose.c
11025                 Fix replying to ml wen confirming subscription
11026         * src/messageview.c
11027         * src/mimeview.c
11028         * src/mimeview.h
11029         * src/privacy.h
11030         * src/summaryview.c
11031                 Make key check non blocking
11032
11033 2005-10-31 [paul]       1.9.99cvs1
11034
11035         * tools/claws.i18n.status.pl
11036                 updated for ChangeLog
11037
11038 2005-10-31 [paul]       1.9.99
11039
11040         1.9.99 released
11041
11042 2005-10-31 [paul]       1.9.15cvs131
11043
11044         * .cvsignore
11045         * ChangeLog
11046         * ChangeLog.claws       ** REMOVED **
11047         * ChangeLog-gtk2.claws  ** REMOVED **
11048         * ChangeLog.gtk1        ** ADDED **
11049         * INSTALL
11050         * Makefile.am
11051         * NEWS
11052         * README
11053         * README.claws          ** REMOVED **
11054         * README.jp             ** REMOVED **
11055         * RELEASE_NOTES         ** ADDED **
11056         * RELEASE_NOTES.claws   ** REMOVED **
11057         * commitHelper
11058         * configure.ac
11059         * sylpheed.spec.in      ** REMOVED **
11060                 tidy up and update the default docs:
11061                 ChangeLog.claws is renamed ChangeLog.gtk1
11062                 ChangeLog-gtk2.claws is renamed ChangeLog
11063                 README.claws is renamed README
11064                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11065
11066 2005-10-31 [paul]       1.9.15cvs130
11067
11068         * po/it.po
11069                 fix errors
11070
11071 2005-10-31 [paul]       1.9.15cvs129
11072
11073         * po/ca.po
11074         * po/de.po
11075         * po/en_GB.po
11076         * po/fr.po
11077         * po/it.po
11078         * po/pt_BR.po
11079         * po/sk.po
11080         * po/sr.po
11081         * po/zh_CN.po
11082                 updated by Miquel Oliete, Stephan Sachse and
11083                 Thomas Gilgin, me, Fabien Vantard, Andrea
11084                 Spadaccini, Frederico Goncalves Guimaraes,
11085                 Andrej Kacian, Aleksandar Urosevic, and
11086                 Ralgh Young.
11087
11088 2005-10-31 [mones]      1.9.15cvs128
11089
11090         * manual/faq.xml
11091                 More questions.
11092         
11093         * po/es.po
11094                 Updated for release.
11095
11096 2005-10-30 [colin]      1.9.15cvs127
11097
11098         * src/compose.c
11099                 Place cursor before rewrapping (fixes cursor
11100                 pos if quotation gets rewrapped)
11101
11102 2005-10-29 [paul]       1.9.15cvs126
11103
11104         * src/crash.c
11105         * src/foldersel.c
11106         * src/main.c
11107         * src/messageview.c
11108         * src/toolbar.c
11109         * src/gtk/authors.h
11110                 corrections to text items
11111
11112 2005-10-28 [colin]      1.9.15cvs125
11113
11114         * src/messageview.c
11115                 Make "hit 'C' to check sig" work from extern 
11116                 messageviews
11117
11118 2005-10-27 [colin]      1.9.15cvs124
11119
11120         * src/summaryview.c
11121                 Add a hack to avoid segfaulting when hammering 
11122                 on gtk's events
11123
11124 2005-10-27 [wwp]        1.9.15cvs123
11125
11126         * src/prefs_themes.c
11127                 sort list of themes names in themes prefs
11128
11129 2005-10-27 [paul]       1.9.15cvs122
11130
11131         * src/folder.c
11132         * src/prefs_account.c
11133                 fix building on Solaris
11134                 Patch by Alex Moore
11135
11136 2005-10-27 [wwp]        1.9.15cvs121
11137
11138         * src/summaryview.c
11139         * src/gtk/gtksctree.c
11140                 speed up unselecting messages in summary view (thanks to Colin)
11141
11142 2005-10-27 [paul]       1.9.15cvs120
11143
11144         * src/mainwindow.c
11145                 fix a compilation warning
11146         * src/summaryview.c
11147                 fix updating of 'n items selected' count
11148                 when deselecting
11149
11150 2005-10-27 [martin]     1.9.15cvs119
11151
11152         * src/action.c
11153                 ignore actions with a leading '/' in the action menu name
11154                 fixes a crash on menu creation
11155         * src/prefs_actions.c
11156                 do not allow a leading '/' in the action menu name
11157
11158 2005-10-27 [paul]       1.9.15cvs118
11159
11160         * src/main.c
11161                 fix compilation warning
11162
11163 2005-10-27 [paul]       1.9.15cvs117
11164
11165         * src/procmime.c
11166                 add #if HAVE_LOCALE_H
11167
11168 2005-10-27 [paul]       1.9.15cvs116
11169
11170         * src/plugins/clamav/clamav_plugin.c
11171         * src/plugins/dillo_viewer/dillo_viewer.c
11172         * src/plugins/mathml_viewer/mathml_viewer.c
11173         * src/plugins/pgpcore/plugin.c
11174         * src/plugins/pgpinline/plugin.c
11175         * src/plugins/pgpmime/plugin.c
11176         * src/plugins/spamassassin/spamassassin.c
11177         * src/plugins/trayicon/trayicon.c
11178                 plugin_init() : make error messages more
11179                 informative
11180
11181 2005-10-26 [wwp]        1.9.15cvs115
11182
11183         * src/prefs_matcher.c
11184                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11185
11186 2005-10-26 [wwp]        1.9.15cvs114
11187
11188         * src/procmime.c
11189         * src/gtk/gtksctree.c
11190         * src/plugins/spamassassin/libspamc.c
11191         * src/plugins/spamassassin/spamassassin.c
11192                 fix some compilation warnings more
11193
11194 2005-10-26 [mones]      1.9.15cvs113
11195
11196         * po/es.po
11197                 Updated translation
11198
11199 2005-10-26 [paul]       1.9.15cvs112
11200
11201         * src/prefs_message.c
11202                 give all display_xface stuff the
11203                 #if HAVE_LIBCOMPFACE treatment, thus
11204                 preventing a crash
11205                 (Thanks to Wolfgang Enderlein)
11206
11207 2005-10-26 [colin]      1.9.15cvs111
11208
11209         * src/gedit-print.c
11210                 Fix date format
11211         * src/imap_gtk.c
11212         * src/news_gtk.c
11213                 Remove context menu items that should not be there
11214         * src/jpilot.c
11215                 Fix encoding
11216         * src/main.c
11217         * src/mainwindow.c
11218                 Don't show the mainwindow too soon
11219
11220 2005-10-26 [wwp]        1.9.15cvs110
11221
11222         * src/folder.c
11223         * src/manual.c
11224         * src/summaryview.c
11225                 fix uninitialized pointers in the folder updating hook
11226                 (thanks to Colin)
11227
11228 2005-10-25 [mones]      1.9.15cvs109
11229
11230         * manual/faq.xml
11231                 General information subsection completed. 
11232                 Removed archaic references.
11233                 
11234         * manual/Makefile
11235         * manual/dtd/manual.dsl
11236                 Added customization stylesheet for getting paragraphs
11237                 fully justified in PDF output (as suggested by Colin).
11238
11239 2005-10-25 [colin]      1.9.15cvs108
11240
11241         * src/compose.c
11242                 Fix a second leak
11243
11244 2005-10-25 [colin]      1.9.15cvs107
11245
11246         * src/addrbook.c
11247         * src/addrindex.c
11248                 Fix leak (xml_get_element() allocates memory)
11249         * src/compose.c
11250                 Fix leak + dead code (shame!)
11251         * src/procmime.c
11252                 Fix leak
11253
11254 2005-10-25 [colin]      1.9.15cvs106
11255
11256         * src/mimeview.c
11257                 Fix encoding issue in Save all and in 
11258                 overwrite-confirmation alertpanel
11259
11260 2005-10-25 [colin]      1.9.15cvs105
11261
11262         * src/common/socket.c
11263                 Fix a leak - Thanks to Christopher Aillon
11264                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11265
11266 2005-10-25 [paul]       1.9.15cvs104
11267
11268         * src/wizard.c
11269                 Always guess servers from the right-hand
11270                 email part and guess username from the
11271                 left-hand part. (Thanks to Colin)
11272                 add an X-Face to the welcome message
11273
11274 2005-10-25 [paul]       1.9.15cvs103
11275
11276         * manual/handling.xml
11277                 written by Colin, edited by me
11278
11279 2005-10-25 [wwp]        1.9.15cvs102
11280
11281         * src/folderview.c
11282         * src/grouplistdialog.c
11283         * src/imap.c
11284         * src/noticeview.c
11285                 fix some compilation warnings
11286
11287 2005-10-24 [paul]
11288
11289         1.9.99-rc3 released
11290
11291 2005-10-24 [paul]       1.9.15cvs101
11292
11293         * src/gtk/about.c
11294                 fix window sizing
11295
11296 2005-10-24 [paul]       1.9.15cvs100
11297
11298         * src/pixmaps/offline.xpm
11299         * src/pixmaps/online.xpm
11300                 replace with last default versions
11301
11302 2005-10-24 [colin]      1.9.15cvs99
11303
11304         * src/imap.c
11305                 Fix bug when moving a folder
11306         * src/imap_gtk.c
11307         * src/mh_gtk.c
11308                 "Delete folder" pops up a window, so it 
11309                 should be suffixed with "..."
11310         * src/plugins/pgpcore/sgpgme.c
11311                 Include locale.h
11312
11313 2005-10-24 [mones]      1.9.15cvs98
11314
11315         * manual/Makefile
11316         * manual/account.xml
11317         * manual/ack.xml
11318         * manual/addrbook.xml
11319         * manual/advanced.xml
11320         * manual/faq.xml
11321         * manual/glossary.xml
11322         * manual/gpl.xml
11323         * manual/handling.xml
11324         * manual/intro.xml
11325         * manual/keyboard.xml
11326         * manual/manual.xml
11327         * manual/plugins.xml
11328         * manual/starting.xml
11329         * manual/dtd/sdocbook.dtd
11330                 Initial manual structure and some content.
11331
11332 2005-10-23 [wwp]        1.9.15cvs97
11333
11334         * src/gtk/about.c
11335                 fix a typo
11336
11337 2005-10-23 [wwp]        1.9.15cvs96
11338
11339         * src/gtk/about.c
11340         * src/gtk/authors.h
11341                 rework of the about window (main work by Paul), also featuring a few
11342                 fixes for typos and duplicate names
11343
11344 2005-10-23 [wwp]        1.9.15cvs95
11345
11346         * src/.cvsignore
11347                 Ignore the right binary name (sylpheed-claws now)
11348
11349 2005-10-23 [paul]       1.9.15cvs94
11350
11351         * src/compose.c
11352                 when using Folder Pref 'Default To for
11353                 replies' make the entry in the Compose
11354                 window bold
11355                 Patch by Fabien Vantard
11356
11357 2005-10-22 [colin]      1.9.15cvs93
11358
11359         * src/codeconv.c
11360                 Fix leak
11361
11362 2005-10-22 [colin]      1.9.15cvs92
11363
11364         * src/codeconv.c
11365                 try to convert using locale (apart utf8) if necessary
11366
11367 2005-10-22 [colin]      1.9.15cvs91
11368
11369         * src/pixmaps/new.xpm
11370         * src/pixmaps/unread.xpm
11371                 Make the unread envelope blue again and
11372                 saturate the new one a bit more.
11373
11374 2005-10-22 [colin]      1.9.15cvs90
11375
11376         * src/compose.c
11377                 When replying to a mail sent by one of our accounts,
11378                 use the original list of recipients. Let 'Reply All'
11379                 and 'Reply to sender' work like previously.
11380
11381 2005-10-21 [colin]      1.9.15cvs89
11382
11383         * src/prefs_filtering.c
11384                 Clear fields after add and replace
11385         * src/textview.c
11386                 Display xface differently (better)
11387         * src/plugins/pgpinline/pgpinline.c
11388                 Fix crappy encodings/recodings
11389
11390 2005-10-21 [paul]       1.9.15cvs88
11391
11392         * src/compose.c
11393         * src/prefs_folder_item.c
11394         * src/toolbar.c
11395                 fix news folder Folder Properties
11396                 (thanks to Colin)
11397         * src/folderview.c
11398                 update folderview after Themes change
11399                 keep selected folder selected
11400                 (thanks to Colin)
11401
11402 2005-10-21 [paul]       1.9.15cvs87
11403
11404         * tools/Makefile.am
11405         * tools/OOo2sylpheed.pl
11406         * tools/README
11407         * tools/README.sylprint
11408         * tools/asus_mailled.sh         ** REMOVED **
11409         * tools/filter_conv.pl
11410         * tools/freshmeat_search.pl
11411         * tools/google_search.pl
11412         * tools/gpg-sign-syl            ** REMOVED **
11413         * tools/kmail2sylpheed.pl
11414         * tools/kmail2sylpheed_v2.pl
11415         * tools/multiwebsearch.pl
11416         * tools/nautilus2sylpheed.sh
11417         * tools/newscache_clean.pl
11418         * tools/outlook2sylpheed.pl
11419         * tools/sylpheed-switcher       ** REMOVED **
11420         * tools/sylprint.pl
11421         * tools/sylprint.rc
11422         * tools/tb2sylpheed
11423         * tools/vcard2xml.py
11424         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11425                 update default config dir
11426                 update binary name (thanks to Fabien Vantard)
11427                 remove obsolete scripts
11428
11429 2005-10-21 [colin]      1.9.15cvs86
11430
11431         * src/inc.c
11432                 Fix possible leak and units. Based on a patch by
11433                 Fabien Vantard.
11434
11435 2005-10-20 [colin]      1.9.15cvs85
11436
11437         * src/textview.c
11438                 Clear xface when clearing textview
11439
11440 2005-10-20 [colin]      1.9.15cvs84
11441
11442         * configure.ac
11443         * src/folderview.c
11444         * src/headerview.c
11445         * src/main.c
11446         * src/prefs_common.c
11447         * src/prefs_common.h
11448         * src/prefs_message.c
11449         * src/textview.c
11450         * src/textview.h
11451         * src/common/defs.h
11452         * src/common/utils.c
11453         * src/common/utils.h
11454         * src/gtk/gtkutils.c
11455         * src/gtk/gtkutils.h
11456                 Migrate config to .sylpheed-claws (Automatically)
11457                 Add a way to get the Xface in the TextView
11458
11459 2005-10-20 [colin]      1.9.15cvs83
11460
11461         * src/gtk/Makefile.am
11462         * src/gtk/about.c
11463         * src/gtk/authors.h
11464                 Make the about dialog *grooovy*
11465
11466 2005-10-20 [colin]      1.9.15cvs82
11467
11468         * src/mimeview.c
11469                 Use "Open with" on double click if no command
11470                 was found
11471
11472 2005-10-20 [colin]      1.9.15cvs81
11473
11474         * src/imap.c
11475         * src/etpan/imap-thread.c
11476                 Fix possible crash.
11477
11478 2005-10-20 [paul]       1.9.15cvs80
11479
11480         * src/folder.c
11481                 don't show clipkey icon if the only
11482                 attachment is the signature
11483                 Patch by Colin
11484
11485 2005-10-20 [paul]       1.9.15cvs79
11486
11487         * AUTHORS
11488         * src/plugins/pgpmime/pgpmime.c
11489                 name the PGP/MIME signature 'signature.asc'
11490                 Patch by Andrew Nelson <freeandy@gmail.com>
11491
11492 2005-10-19 [colin]      1.9.15cvs78
11493
11494         * src/plugins/pgpmime/pgpmime.c
11495                 Oops, no need to double-check though
11496
11497 2005-10-19 [colin]      1.9.15cvs77
11498
11499         * src/plugins/pgpinline/pgpinline.c
11500         * src/plugins/pgpmime/pgpmime.c
11501                 Check that my_tmpfile() doesn't 
11502                 return NULL
11503
11504 2005-10-19 [colin]      1.9.15cvs76
11505
11506         * src/common/utils.c
11507                 Use shorter mime boundaries to avoid having
11508                 MTAs rewrapping our headers, breaking the
11509                 PGP signature in the process 
11510         * src/compose.c
11511         * src/plugins/pgpmime/pgpmime.c
11512                 Check for boundary uniqueness to be sure
11513                 it won't happen, instead of hoping for the
11514                 best
11515
11516 2005-10-19 [colin]      1.9.15cvs75
11517
11518         * sylpheed-claws.desktop
11519         * src/Makefile.am
11520         * src/main.c
11521                 Ship a sylpheed-claws binary instead
11522                 of a sylpheed one. Change the socket
11523                 name, too
11524         * src/folderview.c
11525                 Update folder only if it changed
11526         * src/wizard.c
11527                 Fix i18n in welcome mail, patch by
11528                 Fabien Vantard
11529
11530 2005-10-19 [paul]
11531
11532         1.9.99-rc2 released
11533
11534 2005-10-19 [paul]       1.9.15cvs74
11535
11536         * src/folder.c
11537         * src/folderview.c
11538                 fix summaryview update
11539                 Patch by Colin
11540
11541 2005-10-18 [colin]      1.9.15cvs73
11542
11543         * src/plugins/pgpcore/passphrase.c
11544                 Don't XGrabServer, and try a bit more to 
11545                 sync everything before grabbing mouse/keyboard
11546
11547 2005-10-18 [colin]      1.9.15cvs72
11548
11549         * src/Makefile.am
11550         * src/addressadd.c
11551         * src/addressbook.c
11552         * src/folderview.c
11553         * src/grouplistdialog.c
11554         * src/mimeview.c
11555         * src/stock_pixmap.c
11556         * src/stock_pixmap.h
11557         * src/summaryview.c
11558         * src/gtk/gtksctree.c
11559         * src/gtk/gtksctree.h
11560         * src/pixmaps/empty.xpm
11561                 Implement a wrapper call for gtk_ctree_set_node_info
11562                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11563                 pixmap instead of a NULL one. This works around some
11564                 memory problems deep inside gtk, revealed by valgrind,
11565                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11566                 as locked crashes sylpheed.), as well as, probably, 
11567                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11568
11569 2005-10-17 [colin]      1.9.15cvs71
11570
11571         * src/mimeview.c
11572                 Provide visual feedback when checking
11573                 signature
11574
11575 2005-10-17 [colin]      1.9.15cvs70
11576
11577         * src/main.c
11578                 Keep the folder list frozen while checking caches...
11579
11580 2005-10-17 [colin]      1.9.15cvs69
11581
11582         * src/addr_compl.c
11583                 Fi bug #833 (Autocompleting from addressbook 
11584                 fails with extended chars)
11585         * src/imap.c
11586                 Fix 'adding messages' staying in statusbar
11587                 after an error
11588
11589 2005-10-17 [wwp]        1.9.15cvs68
11590
11591         * src/ssl_manager.c
11592                 Fix buttons' layout resizing when window size changes
11593
11594 2005-10-17 [wwp]        1.9.15cvs67
11595
11596         * src/account.c
11597         * src/prefs_account.c
11598         * src/prefs_common.c
11599         * src/prefs_common.h
11600         * src/prefs_folder_item.c
11601         * src/prefs_gtk.c
11602         * src/gtk/logwindow.c
11603         * src/gtk/pluginwindow.c
11604         * src/gtk/prefswindow.c
11605         * src/gtk/prefswindow.h
11606                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11607
11608 2005-10-17 [paul]       1.9.15cvs66
11609
11610         * configure.ac
11611                 fix missing libetpan message
11612         * po/en_GB.po
11613                 updated
11614         * src/crash.c
11615         * src/manual.c
11616         * src/prefs_themes.c
11617         * src/common/defs.h
11618                 add some new URI defines, change some
11619                 others
11620         * src/wizard.c
11621                 make welcome message translatable
11622                 small improvements to english
11623                 other tweaks
11624         * src/gtk/menu.c
11625                 fix warnings
11626
11627 2005-10-17 [paul]       1.9.15cvs65
11628
11629         * src/summaryview.c
11630                 fix column titles
11631
11632 2005-10-16 [mones]      1.9.15cvs64
11633
11634         * po/es.po
11635                 Updated translation
11636
11637 2005-10-16 [colin]
11638
11639         1.9.99-rc1 released
11640
11641 2005-10-16 [colin]      1.9.15cvs63
11642
11643         * src/wizard.c
11644                 Fix whitespace
11645
11646 2005-10-16 [colin]      1.9.15cvs62
11647
11648         * src/toolbar.c
11649                 s/Get All/Get Mail/
11650         * src/wizard.c
11651                 Real welcome mail text, thanks Paul
11652
11653 2005-10-16 [colin]      1.9.15cvs61
11654
11655         * src/editldap.c
11656         * src/exporthtml.c
11657         * src/main.c
11658         * src/mainwindow.c
11659         * src/prefs_themes.c
11660         * src/prefs_toolbar.c
11661         * src/plugins/demo/demo.c
11662         * src/plugins/trayicon/trayicon.c
11663                 s/Sylpheed/Sylpheed-Claws/
11664
11665 2005-10-16 [colin]      1.9.15cvs60
11666
11667         * src/wizard.c
11668                 Add a welcome email in the first empty mailbox
11669         * src/prefs_common.c
11670                 Change one more default
11671
11672 2005-10-16 [colin]      1.9.15cvs59
11673
11674         * src/wizard.c
11675                 Remove printf
11676
11677 2005-10-16 [colin]      1.9.15cvs58
11678
11679         * src/toolbar.c
11680         * src/prefs_common.c
11681                 Change some defaults
11682
11683 2005-10-16 [colin]      1.9.15cvs57
11684
11685         * src/toolbar.c
11686         * src/prefs_common.c
11687                 Change some defaults
11688
11689 2005-10-16 [colin]      1.9.15cvs56
11690
11691         * src/wizard.c
11692                 By default, initialize fonts to have
11693                 the same size as normal GtkWidgets
11694
11695 2005-10-16 [colin]      1.9.15cvs55
11696
11697         * src/mimeview.c
11698                 Fix message a bit more
11699
11700 2005-10-16 [colin]      1.9.15cvs54
11701
11702         * src/addressbook.c
11703                 Second attempt at flicker fixing
11704
11705 2005-10-16 [colin]      1.9.15cvs53
11706
11707         * src/addressbook.c
11708                 Fix flicker
11709
11710 2005-10-16 [wwp]        1.9.15cvs52
11711
11712         * src/addressbook.c
11713         * src/editaddress.c
11714         * src/prefs_common.c
11715         * src/prefs_common.h
11716                 Remember window sizes (address book)
11717
11718 2005-10-16 [wwp]        1.9.15cvs51
11719
11720         * src/plugins/clamav/clamav_plugin_gtk.c
11721         * src/plugins/spamassassin/spamassassin_gtk.c
11722                 Fix compilation warnings (missing #include).
11723
11724 2005-10-16 [colin]      1.9.15cvs50
11725
11726         * src/mimeview.c
11727         * src/summaryview.c
11728         * src/textview.c
11729                 Make 'c' check signature, and forward
11730                 c, l, y, t from summaryview to mimeview
11731
11732 2005-10-16 [colin]      1.9.15cvs49
11733
11734         * src/addressbook.c
11735                 Put border around buttons
11736         * src/mainwindow.c
11737         * src/summaryview.c
11738                 Rework menus (Patch based on a patch
11739                 by Paul)
11740
11741 2005-10-15 [wwp]        1.9.15cvs48
11742
11743         * src/editjpilot.c
11744         * src/editldap.c
11745         * src/editvcard.c
11746         * src/exphtmldlg.c
11747         * src/expldifdlg.c
11748         * src/export.c
11749         * src/import.c
11750         * src/importldif.c
11751         * src/importmutt.c
11752         * src/importpine.c
11753         * src/prefs_account.c
11754         * src/prefs_spelling.c
11755         * src/gtk/gtkutils.c
11756         * src/gtk/gtkutils.h
11757         * src/plugins/clamav/clamav_plugin_gtk.c
11758         * src/plugins/spamassassin/spamassassin_gtk.c
11759                 use nicer browse-for-file/dir buttons than the "..." ones,
11760                 code factorizing more.
11761
11762 2005-10-14 [colin]      1.9.15cvs47
11763
11764         * src/mainwindow.c
11765                 set relief on the account switcher so that people see it
11766                 grey out Create processing rules when no message is selected
11767         * src/prefs_filtering.c
11768                 ask before closing if the rule has not been modified, even if
11769                 it's not valid
11770         * src/prefs_matcher.c
11771                 fix sensitivity when entering the dialog
11772         * src/gtk/inputdialog.c
11773                 display a better icon on password ask
11774         * src/plugins/pgpcore/passphrase.c
11775                 make the dialog look better
11776
11777 2005-10-14 [paul]       1.9.15cvs46
11778
11779         * src/folderview.c
11780                 indicate presense of marked msgs in
11781                 unexpanded subfolders
11782
11783 2005-10-14 [paul]       1.9.15cvs45
11784
11785         * src/prefs_actions.c
11786         * src/prefs_common.c
11787         * src/prefs_common.h
11788         * src/prefs_filtering_action.c
11789         * src/prefs_matcher.c
11790         * src/prefs_template.c
11791                 remember window sizes
11792                 fix Info button size
11793
11794         Patches by wwp
11795
11796 2005-10-13 [colin]      1.9.15cvs44
11797
11798         * src/mimeview.c
11799         * src/noticeview.c
11800         * src/noticeview.h
11801                 Add a tooltip on the icon (optional) 
11802                 Get rid of the signature buttons and only
11803                 use the icon+tooltip
11804
11805 2005-10-13 [colin]      1.9.15cvs43
11806
11807         * src/noticeview.c
11808         * src/noticeview.h
11809                 Add hand cursor for hovering over icon
11810
11811 2005-10-13 [colin]      1.9.15cvs42
11812
11813         * src/summaryview.c
11814                 Fix crash when quicksearch's hidden 
11815                 at startup
11816
11817 2005-10-13 [colin]      1.9.15cvs41
11818
11819         * src/compose.c
11820                 Set subject when forwarding multiple mails
11821                 Check that other recipient than the default Cc or Bcc
11822                 have been set before sending.
11823
11824 2005-10-13 [colin]      1.9.15cvs40
11825
11826         * src/imap.c
11827                 Batch per-folder
11828                 Introduce locking, but don't use it yet
11829
11830 2005-10-13 [colin]      1.9.15cvs39
11831
11832         * src/gtk/quicksearch.c
11833                 Reset quicksearch when hiding it
11834                 Make sticky a real pref
11835
11836 2005-10-13 [colin]      1.9.15cvs38
11837
11838         * src/summaryview.c
11839                 Faster prefs apply
11840
11841 2005-10-13 [colin]      1.9.15cvs37
11842
11843         * src/mimeview.c
11844         * src/noticeview.c
11845         * src/noticeview.h
11846         * src/plugins/pgpcore/sgpgme.c
11847                 Make privacy icon clickable
11848                 Move Trust field in Full info
11849                 When trust is less than full, don't display
11850                 a warning icon
11851
11852 2005-10-13 [colin]      1.9.15cvs36
11853
11854         * src/folder.c
11855                 Batch on flags sync
11856         * src/folderview.c
11857                 Revert speed hack which is dangerous in fact
11858                 Apply prefs faster
11859
11860 2005-10-13 [colin]      1.9.15cvs35
11861
11862         * src/folder_item_prefs.c
11863                 Fix pref corruption on folder move. Patch
11864                 by wwp
11865
11866 2005-10-13 [paul]       1.9.15cvs34
11867
11868         * src/export.c
11869         * src/import.c
11870                 fix typos in g_warnings
11871         * src/prefs_account.c
11872                 add a file selector for Signature file
11873
11874         Patches by wwp
11875
11876 2005-10-12 [colin]      1.9.15cvs33
11877
11878         * src/mimeview.c
11879                 Provide a quick way to go back from a
11880                 signature's full info to the email part
11881
11882 2005-10-12 [colin]      1.9.15cvs32
11883
11884         * src/compose.c
11885                 Remove old hack of encoding signed mails with base64.
11886                 QP works equally well.
11887
11888 2005-10-12 [colin]      1.9.15cvs31
11889
11890         * src/crash.c
11891                 Replace deprecated GtkText with GtkTextView
11892         * src/imap.c
11893                 Fix a logic bug about counts in imap_select
11894                 (previously un-triggered)
11895         * src/mainwindow.c
11896         * src/summaryview.c
11897         * src/news.c
11898                 Allow local deletion of news posts
11899         * src/mimeview.c
11900                 Show GPG noticeview on the message/rfc822 part
11901                 in addition to the text/plain one
11902         * src/prefs_image_viewer.c
11903           src/plugins/pgpcore/prefs_gpg.c
11904                 Polish (set the label as part of the checkbox)
11905         * src/wizard.c
11906                 Don't sit there doing nothing after destroying
11907                 the window - return err
11908
11909 2005-10-11 [colin]      1.9.15cvs30
11910
11911         * src/folderview.c
11912                 Apply processing rules before showing folders.
11913                 Early folder show (before flags sync) will only
11914                 be done when there are no processing rules (nor
11915                 pre- or post- ones)
11916         * src/imap.c
11917                 Fix stuff related to mail subdir, creation and 
11918                 deletion of folders 
11919         * src/imap_gtk.c
11920                 Don't allow creation of folders in NoInferior
11921                 folders, as it won't work
11922
11923 2005-10-10 [colin]      1.9.15cvs29
11924
11925         * src/compose.c
11926                 Reselect "None" Privacy system when selecting an
11927                 account with no privacy system defined
11928
11929 2005-10-10 [colin]      1.9.15cvs28
11930
11931         * src/mainwindow.c
11932                 Add Windows-1252 encoding
11933         * src/prefs_common.c
11934                 Rework some defaults:
11935                 - autosave to draft by default
11936                 - don't show header pane (it's already in the textview)
11937                 - Select first new or unread mail on entry
11938                 - Assume 'Yes' to change folder when there's no more
11939                   unread message
11940         * src/prefs_matcher.c
11941                 Fix a gtk assertion failure
11942         * src/gtk/colorlabel.c
11943                 Workaround bad repainting on selection
11944         * src/main.c
11945                 Freeze/thaw (a bit faster on ssh -X)
11946         * src/msgcache.c
11947                 Get rid of StrdupConverter that just adds an
11948                 extra strdup/free 
11949         * src/etpan/imap_thread.c
11950                 memset buf to 0
11951
11952 2005-10-10 [colin]      1.9.15cvs27
11953
11954         * src/export.c
11955         * src/import.c
11956                 Fix compile on gtk 2.4. Patch by wwp
11957
11958 2005-10-09 [colin]      1.9.15cvs26
11959
11960         * src/mainwindow.c
11961         * src/messageview.c
11962         * src/summaryview.c
11963                 Clarify forward menus. Patch by wwp
11964
11965 2005-10-09 [colin]      1.9.15cvs25
11966
11967         * src/compose.c
11968         * src/compose.h
11969                 Fix bug #829 (Non-working "Encrypt message by 
11970                 default when replying to an encrypted message")
11971
11972 2005-10-08 [colin]      1.9.15cvs24
11973
11974         * src/wizard.c
11975                 Fix bug #827 ("Welcome" setup wizard after a 
11976                 permission error gives up & forgets itself.)
11977
11978 2005-10-08 [colin]      1.9.15cvs23
11979
11980         * src/procmime.c
11981                 Fix bug #828 (Ignoring headers with spaces around = sign)
11982
11983 2005-10-08 [colin]      1.9.15cvs22
11984
11985         * src/export.c
11986                 Warning fix by wwp
11987
11988 2005-10-08 [colin]      1.9.15cvs21
11989
11990         * src/folder.c
11991         * src/folder.h
11992                 Add a processing_pending indicator, set on 
11993                 folder_item_open and cleared after 
11994                 folder_item_process_open
11995         * src/folderview.c
11996         * src/summaryview.c
11997                 wrap procmsg_msginfo_*_flags, and in the
11998                 wrapper check that there's no folder processing 
11999                 pending. If there is, defer the flags change until 
12000                 processing is done to avoid stepping over each
12001                 other's toes.
12002                 Freeze during processing, but not during scanning.
12003
12004 2005-10-07 [colin]      1.9.15cvs20
12005
12006         * src/plugins/pgpcore/passphrase.c
12007                 Fix bug #826 (X-Server hangs when 
12008                 right-clicking a PGP encrypted message)
12009
12010 2005-10-07 [paul]       1.9.15cvs19
12011
12012         * src/compose.c
12013                 fix compose_entries[]
12014                 patch by Fabien Vantard
12015
12016 2005-10-06 [colin]      1.9.15cvs18
12017
12018         * src/pixmaps/address.xpm
12019         * src/pixmaps/address_book.xpm
12020         * src/pixmaps/book.xpm
12021         * src/pixmaps/check_spelling.xpm
12022         * src/pixmaps/checkbox_off.xpm
12023         * src/pixmaps/checkbox_on.xpm
12024         * src/pixmaps/close.xpm
12025         * src/pixmaps/complete.xpm
12026         * src/pixmaps/continue.xpm
12027         * src/pixmaps/deleted.xpm
12028         * src/pixmaps/down_arrow.xpm
12029         * src/pixmaps/exec.xpm
12030         * src/pixmaps/forwarded.xpm
12031         * src/pixmaps/group.xpm
12032         * src/pixmaps/ignorethread.xpm
12033         * src/pixmaps/interface.xpm
12034         * src/pixmaps/jpilot.xpm
12035         * src/pixmaps/ldap.xpm
12036         * src/pixmaps/linewrap.xpm
12037         * src/pixmaps/linewrapcurrent.xpm
12038         * src/pixmaps/mail.xpm
12039         * src/pixmaps/mail_attach.xpm
12040         * src/pixmaps/mail_compose.xpm
12041         * src/pixmaps/mail_forward.xpm
12042         * src/pixmaps/mail_receive.xpm
12043         * src/pixmaps/mail_receive_all.xpm
12044         * src/pixmaps/mail_reply.xpm
12045         * src/pixmaps/mail_reply_to_all.xpm
12046         * src/pixmaps/mail_reply_to_author.xpm
12047         * src/pixmaps/mail_send.xpm
12048         * src/pixmaps/mail_send_queue.xpm
12049         * src/pixmaps/mime_application.xpm
12050         * src/pixmaps/mime_audio.xpm
12051         * src/pixmaps/mime_image.xpm
12052         * src/pixmaps/mime_message.xpm
12053         * src/pixmaps/mime_text_enriched.xpm
12054         * src/pixmaps/mime_text_html.xpm
12055         * src/pixmaps/mime_text_plain.xpm
12056         * src/pixmaps/mime_unknown.xpm
12057         * src/pixmaps/new.xpm
12058         * src/pixmaps/news_compose.xpm
12059         * src/pixmaps/offline.xpm
12060         * src/pixmaps/online.xpm
12061         * src/pixmaps/paste.xpm
12062         * src/pixmaps/preferences.xpm
12063         * src/pixmaps/privacy_emblem_encrypted.xpm
12064         * src/pixmaps/privacy_expired.xpm
12065         * src/pixmaps/privacy_failed.xpm
12066         * src/pixmaps/privacy_passed.xpm
12067         * src/pixmaps/privacy_signed.xpm
12068         * src/pixmaps/privacy_unknown.xpm
12069         * src/pixmaps/privacy_warn.xpm
12070         * src/pixmaps/properties.xpm
12071         * src/pixmaps/replied.xpm
12072         * src/pixmaps/search.xpm
12073         * src/pixmaps/unread.xpm
12074         * src/pixmaps/up_arrow.xpm
12075         * src/pixmaps/vcard.xpm
12076                 Modernize internal theme, with icons from the 
12077                 Gnomaws theme. Keep some of the old ones where
12078                 they were better.
12079
12080 2005-10-06 [colin]      1.9.15cvs17
12081
12082         * src/summaryview.c
12083                 Little optimisations + bugfix
12084         * src/toolbar.c
12085                 Remove default useless items - useless being defined
12086                 by the default relevant prefs
12087         * src/wizard.c
12088                 include config.h to make gettext work
12089         * src/prefs_themes.c
12090                 Fix selection of current theme in prefs
12091
12092 2005-10-06 [colin]      1.9.15cvs16
12093
12094         * src/prefs_common.c
12095         * src/prefs_common.h
12096         * src/prefs_summaries.c
12097         * src/folderview.c
12098                 Add a warning dialog on Mark all read 
12099                 (with pref to get rid of it)
12100
12101 2005-10-06 [paul]       1.9.15cvs15
12102
12103         * po/nb.po
12104         * po/pt_BR.po
12105                 updated by Geir Helland and Frederico
12106                 Goncalves Guimaraes
12107
12108 2005-10-05 [colin]      1.9.15cvs14
12109
12110         * src/folder.c
12111         * src/folder.h
12112         * src/folderview.c
12113         * src/folderview.h
12114         * src/imap_gtk.c
12115         * src/mh_gtk.c
12116         * src/mainwindow.c
12117         * src/setup.c
12118                 add a way to rescan without rebuilding
12119                 make moving a bit faster (less folders changes)
12120                 don't lock the tree on Get 
12121         * src/imap.c
12122                 Don't re-delete deleted messages before expunging
12123         * src/summaryview.c
12124                 Set batch mode when deleting mails
12125
12126 2005-10-05 [paul]       1.9.15cvs13
12127
12128         * src/mainwindow.c
12129         * src/mainwindow.h
12130                 fix disabled Execute menu item
12131         * src/toolbar.c
12132                 match the change in 1.9.15cvs10: use Compose
12133                 instead of News by default
12134
12135 2005-10-04 [colin]      1.9.15cvs12
12136
12137         * src/compose.c
12138                 When replying to an ML post with Reply-To set
12139                 to the poster's email, honor it (as before),
12140                 but also honor our user's request to reply to
12141                 the mailing list: set the ML address in the To
12142                 field and the Reply-To address in the Cc: 
12143                 field.
12144
12145 2005-10-04 [colin]      1.9.15cvs11
12146
12147         * src/plugins/trayicon/trayicon.c
12148                 Finish cosmetic change - thanks to wwp
12149
12150 2005-10-04 [colin]      1.9.15cvs10
12151
12152         * src/toolbar.c
12153                 Use Compose instead of Email by default.
12154                 Spotted by wwp.
12155
12156 2005-10-04 [colin]      1.9.15cvs9
12157
12158         * src/folder.c
12159         * src/folder.h
12160         * src/folderview.c
12161         * src/imap.c
12162         * src/etpan/imap-thread.c
12163         * src/etpan/imap-thread.h
12164                 Try to make IMAP faster, by simplifying SEARCH
12165                 commands, avoiding sending two STATUS in a row,
12166                 and deferring flags sync and processing just
12167                 after displaying the folder. 
12168                 This will update the SummaryView in certain
12169                 cases (new mails not already fetched, flags
12170                 changed from another client) but in a non-
12171                 blocking manner.
12172
12173 2005-10-04 [colin]      1.9.15cvs8
12174
12175         * src/plugins/trayicon/trayicon.c
12176                 Relabel "Offline" to "Work offline"
12177
12178 2005-10-04 [colin]      1.9.15cvs7
12179
12180         * src/export.c
12181         * src/import.c
12182         * src/mbox.c
12183                 Fix mbox import/export buglets
12184                 Patch by wwp
12185         * src/plugins/trayicon/trayicon.c
12186                 Add offline swithc
12187                 Patch by wwp
12188
12189 2005-10-04 [colin]      1.9.15cvs6
12190
12191         * src/folder.c
12192         * src/folderview.c
12193         * src/summaryview.c
12194                 Better fix (don't break mark all read) for cvs2
12195
12196 2005-10-03 [colin]      1.9.15cvs5
12197
12198         * src/folder.c
12199                 Use a sane sort by default
12200
12201 2005-10-03 [colin]      1.9.15cvs4
12202
12203         * src/inc.c
12204                 Add a 'Only once' button for overriding offline mode
12205         * src/prefs_account.c
12206         * src/wizard.c
12207                 Add Local mbox to the wizard
12208                 Add IMAP subdir to the wizard (or the wizard is useless
12209                 for such accounts, or even worse than useless)
12210                 Move IMAP subdir from Advanced to Receive tab, as it's
12211                 not that uncommon
12212
12213 2005-10-03 [colin]      1.9.15cvs3
12214
12215         * src/send_message.c
12216                 Forgot this one in cvs1
12217
12218 2005-10-03 [colin]      1.9.15cvs2
12219
12220         * src/folder.c
12221                 Faster close when leaving a folder with lots
12222                 of new mails. Idea by David Relson.
12223
12224 2005-10-03 [colin]      1.9.15cvs1
12225
12226         * src/compose.c
12227         * src/imap.c
12228         * src/inc.c
12229         * src/main.c
12230         * src/messageview.c
12231         * src/news.c
12232         * src/summaryview.c
12233         * src/gtk/sslcertwindow.c
12234         * src/plugins/trayicon/trayicon.c
12235                 Add accels to every AlertPanel. Patch by Fabien 
12236                 Vantard
12237
12238 2005-10-03 [paul]       1.9.15
12239
12240         1.9.15 released
12241
12242 2005-10-03 [paul]       1.9.14cvs68
12243
12244         * po/ca.po
12245         * po/de.po
12246         * po/es.po
12247         * po/fi.po
12248         * po/fr.po
12249         * po/sk.po
12250         * po/sr.po
12251         * po/zh_CN.po
12252                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12253                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12254                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12255
12256 2005-10-03 [paul]       1.9.14cvs67
12257
12258         * src/send_message.c
12259                 prevent hang on Cancel
12260                 patch by Colin
12261
12262 2005-10-03 [paul]       1.9.14cvs66
12263
12264         * src/main.c
12265                 fix crash in IMAP caused by discrepancy
12266                 between check_at_startup and offline mode
12267                 Patch by Colin
12268
12269 2005-10-01 [paul]       1.9.14cvs65
12270
12271         * src/inc.c
12272                 fix engrish
12273
12274 2005-10-01 [paul]       1.9.14cvs64
12275         * src/export.c
12276         * src/import.c
12277                 synchronise import_mbox() and export_mbox()
12278         * src/mbox.c
12279                 proc_mbox(): add alert if file cannot be opened
12280                 export_list_to_mbox(): test if dest file exists,
12281                 prompt user to overwrite if it does. add alert
12282                 if file cannot be created
12283                                                                 
12284         Patch by wwp
12285                                                                                                                 
12286
12287 2005-09-30 [paul]       1.9.14cvs63
12288
12289         * src/addressbook.c
12290                 Fix sensitivity of a menu
12291         * src/codeconv.c
12292                 Respect hidden pref for mails with no encoding
12293         * src/common/xml.c
12294                 Fix memory corruption
12295         * src/plugins/pgpcore/sgpgme.c
12296                 Fix segfault on incomplete sigs, and display
12297                 of S/Mime UIDs
12298
12299         Patches by Colin
12300
12301 2005-09-30 [colin]      1.9.14cvs62
12302
12303         * src/partial_download.c
12304                 Little logic fix in almost-dead code
12305         * src/pop.c
12306                 Fix partial download when there's no new mail
12307
12308 2005-09-29 [paul]       1.9.14cvs61
12309
12310         * src/plugins/pgpinline/pgpinline.c
12311                 fix bug 819, 'crash accessing sign message'
12312                 Patch by Colin
12313
12314 2005-09-28 [martin]     1.9.14cvs60
12315
12316         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12317                 fix bug #790 (Crash when restarting window manager (fluxbox))
12318
12319 2005-09-28 [paul]       1.9.14cvs59
12320
12321         * src/gtk/gtkaspell.c
12322                 fix off-by-one typo
12323
12324 2005-09-27 [colin]      1.9.14cvs58
12325
12326         * src/plugins/pgpcore/sgpgme.c
12327                 Report error when there's one, instead of
12328                 "Signature unchecked" 
12329
12330 2005-09-27 [colin]      1.9.14cvs57
12331
12332         * src/prefs_quote.c
12333                 Fix bug #816 (Weird quotation with spaces)
12334
12335 2005-09-27 [colin]      1.9.14cvs56
12336
12337         * src/codeconv.c
12338         * src/compose.c
12339         * src/compose.h
12340                 Put subject in compose's title
12341                 Fix Automatic encoding so that it's really automatic:
12342                 first try default locale's charset, then charset of the replied mail, 
12343                 then utf-8
12344                 Fix encoding of headers (must be in strict mode too)
12345
12346 2005-09-26 [colin]      1.9.14cvs55
12347
12348         * src/gtk/gtkaspell.c
12349                 Fix previous patch - don't color the space,
12350                 just uncolor it :)
12351
12352 2005-09-26 [colin]      1.9.14cvs54
12353
12354         * src/gtk/gtkaspell.c
12355                 Unmark space if possible
12356
12357 2005-09-26 [colin]      1.9.14cvs53
12358
12359         * src/imap.c
12360                 log_error instead of alertpanel according to the pref
12361         * src/etpan/imap-thread.c
12362                 Print connect status, copy only necessary size to 
12363                 logger
12364         * src/plugins/pgpmime/pgpmime.c
12365                 Handle S/Mime signatures (verification only). Patch based
12366                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12367
12368 2005-09-26 [paul]       1.9.14cvs52
12369
12370         * src/common/passcrypt.c
12371                 this 'workaround' not necessary on NetBSD.
12372                 Thanks to Daniel Gustafson
12373
12374 2005-09-26 [paul]
12375
12376         1.9.15-rc4 released
12377
12378 2005-09-26 [paul]       1.9.14cvs51
12379
12380         * src/summaryview.c
12381                 Skip currently selected message when
12382                 looking for next new or unread message
12383                 in current folder. Patch by Colin
12384         * src/common/passcrypt.c
12385                 eliminate warnings on *BSD. Patch by
12386                 Daniel Gustafson
12387
12388 2005-09-26 [colin]      1.9.14cvs50
12389
12390         * src/procmsg.c
12391                 Call postfiltering hook anyway
12392
12393 2005-09-22 [colin]      1.9.14cvs49
12394
12395         * src/codeconv.c
12396         * src/codeconv.h
12397                 Add a strict mode that doesn't replace with _
12398         * src/compose.c
12399         * src/compose.h
12400                 Use strict conversion while sending
12401                 Fix race when drafting while sending (happens
12402                 on IMAP)
12403                 Fix d'n'd of messages from summaryview
12404         * src/prefs_common.c
12405         * src/prefs_common.h
12406                 add hidden utf8_instead_of_locale_for_broken_mail 
12407                 pref for people that preferred the default charset 
12408                 to be utf8 for broken mails
12409         * src/quote_fmt_parse.y
12410                 fix bug #815 (No quote insert if "From:" fied 
12411                 contained Russian letters)
12412         * src/summaryview.c
12413                 Fix d'n'd of messages to compose
12414
12415 2005-09-22 [paul]       1.9.14cvs48
12416
12417         * src/compose.c
12418                 fix bug where attachments Name entry
12419                 would display Path instead
12420
12421 2005-09-21 [paul]       1.9.14cvs47
12422
12423         * README
12424         * README.jp
12425         * configure.ac
12426         * config/config.rpath
12427         * doc/manual/en/sylpheed-20.html
12428         * doc/manual/es/sylpheed-20.html
12429         * po/bg.po
12430         * po/ca.po
12431         * po/de.po
12432         * po/es.po
12433         * po/fr.po
12434         * po/it.po
12435         * po/pt_BR.po
12436         * po/sk.po
12437         * po/zh_TW.po
12438         * src/account.c
12439         * src/account.h
12440         * src/action.c
12441         * src/action.h
12442         * src/adbookbase.h
12443         * src/addr_compl.c
12444         * src/addr_compl.h
12445         * src/addrbook.c
12446         * src/addrbook.h
12447         * src/addrcache.c
12448         * src/addrcache.h
12449         * src/addrcindex.c
12450         * src/addrcindex.h
12451         * src/addrclip.c
12452         * src/addrclip.h
12453         * src/addrdefs.h
12454         * src/addressadd.c
12455         * src/addressadd.h
12456         * src/addressbook.c
12457         * src/addressbook.h
12458         * src/addressitem.h
12459         * src/addrgather.c
12460         * src/addrgather.h
12461         * src/addrharvest.c
12462         * src/addrharvest.h
12463         * src/addrindex.c
12464         * src/addrindex.h
12465         * src/addritem.c
12466         * src/addritem.h
12467         * src/addrquery.c
12468         * src/addrquery.h
12469         * src/addrselect.c
12470         * src/addrselect.h
12471         * src/alertpanel.c
12472         * src/alertpanel.h
12473         * src/browseldap.c
12474         * src/browseldap.h
12475         * src/codeconv.c
12476         * src/codeconv.h
12477         * src/compose.c
12478         * src/compose.h
12479         * src/crash.c
12480         * src/crash.h
12481         * src/customheader.c
12482         * src/customheader.h
12483         * src/displayheader.c
12484         * src/displayheader.h
12485         * src/editaddress.c
12486         * src/editaddress.h
12487         * src/editbook.c
12488         * src/editbook.h
12489         * src/editgroup.c
12490         * src/editgroup.h
12491         * src/editjpilot.c
12492         * src/editjpilot.h
12493         * src/editldap.c
12494         * src/editldap.h
12495         * src/editldap_basedn.c
12496         * src/editldap_basedn.h
12497         * src/editvcard.c
12498         * src/editvcard.h
12499         * src/enriched.c
12500         * src/enriched.h
12501         * src/exphtmldlg.c
12502         * src/exphtmldlg.h
12503         * src/expldifdlg.c
12504         * src/expldifdlg.h
12505         * src/export.c
12506         * src/export.h
12507         * src/exporthtml.c
12508         * src/exporthtml.h
12509         * src/exportldif.c
12510         * src/exportldif.h
12511         * src/filtering.c
12512         * src/filtering.h
12513         * src/folder.c
12514         * src/folder.h
12515         * src/folder_item_prefs.c
12516         * src/folder_item_prefs.h
12517         * src/foldersel.c
12518         * src/foldersel.h
12519         * src/folderutils.c
12520         * src/folderutils.h
12521         * src/folderview.c
12522         * src/folderview.h
12523         * src/grouplistdialog.c
12524         * src/grouplistdialog.h
12525         * src/headerview.c
12526         * src/headerview.h
12527         * src/html.c
12528         * src/html.h
12529         * src/image_viewer.c
12530         * src/image_viewer.h
12531         * src/imap.c
12532         * src/imap.h
12533         * src/imap_gtk.c
12534         * src/imap_gtk.h
12535         * src/import.c
12536         * src/import.h
12537         * src/importldif.c
12538         * src/importldif.h
12539         * src/importmutt.c
12540         * src/importmutt.h
12541         * src/importpine.c
12542         * src/importpine.h
12543         * src/inc.c
12544         * src/inc.h
12545         * src/jpilot.c
12546         * src/jpilot.h
12547         * src/ldapctrl.c
12548         * src/ldapctrl.h
12549         * src/ldaplocate.c
12550         * src/ldaplocate.h
12551         * src/ldapquery.c
12552         * src/ldapquery.h
12553         * src/ldapserver.c
12554         * src/ldapserver.h
12555         * src/ldaputil.c
12556         * src/ldaputil.h
12557         * src/ldif.c
12558         * src/ldif.h
12559         * src/localfolder.c
12560         * src/localfolder.h
12561         * src/main.c
12562         * src/main.h
12563         * src/mainwindow.c
12564         * src/mainwindow.h
12565         * src/manual.c
12566         * src/manual.h
12567         * src/matcher.c
12568         * src/matcher.h
12569         * src/matcher_parser.h
12570         * src/matcher_parser_lex.l
12571         * src/matcher_parser_parse.y
12572         * src/mbox.c
12573         * src/mbox.h
12574         * src/message_search.c
12575         * src/message_search.h
12576         * src/messageview.c
12577         * src/messageview.h
12578         * src/mh.c
12579         * src/mh.h
12580         * src/mh_gtk.c
12581         * src/mh_gtk.h
12582         * src/mimeview.c
12583         * src/mimeview.h
12584         * src/msgcache.c
12585         * src/msgcache.h
12586         * src/mutt.c
12587         * src/mutt.h
12588         * src/news.c
12589         * src/news.h
12590         * src/news_gtk.c
12591         * src/news_gtk.h
12592         * src/noticeview.c
12593         * src/noticeview.h
12594         * src/partial_download.c
12595         * src/partial_download.h
12596         * src/pine.c
12597         * src/pine.h
12598         * src/pop.c
12599         * src/pop.h
12600         * src/prefs_account.c
12601         * src/prefs_account.h
12602         * src/prefs_actions.c
12603         * src/prefs_actions.h
12604         * src/prefs_common.c
12605         * src/prefs_common.h
12606         * src/prefs_compose_writing.c
12607         * src/prefs_compose_writing.h
12608         * src/prefs_customheader.c
12609         * src/prefs_customheader.h
12610         * src/prefs_display_header.c
12611         * src/prefs_display_header.h
12612         * src/prefs_ext_prog.c
12613         * src/prefs_ext_prog.h
12614         * src/prefs_filtering.c
12615         * src/prefs_filtering.h
12616         * src/prefs_filtering_action.c
12617         * src/prefs_filtering_action.h
12618         * src/prefs_folder_column.c
12619         * src/prefs_folder_column.h
12620         * src/prefs_folder_item.c
12621         * src/prefs_folder_item.h
12622         * src/prefs_fonts.c
12623         * src/prefs_fonts.h
12624         * src/prefs_gtk.c
12625         * src/prefs_gtk.h
12626         * src/prefs_image_viewer.c
12627         * src/prefs_image_viewer.h
12628         * src/prefs_matcher.c
12629         * src/prefs_matcher.h
12630         * src/prefs_message.c
12631         * src/prefs_message.h
12632         * src/prefs_msg_colors.c
12633         * src/prefs_msg_colors.h
12634         * src/prefs_other.c
12635         * src/prefs_other.h
12636         * src/prefs_quote.c
12637         * src/prefs_quote.h
12638         * src/prefs_receive.c
12639         * src/prefs_receive.h
12640         * src/prefs_send.c
12641         * src/prefs_send.h
12642         * src/prefs_spelling.c
12643         * src/prefs_spelling.h
12644         * src/prefs_summaries.c
12645         * src/prefs_summaries.h
12646         * src/prefs_summary_column.c
12647         * src/prefs_summary_column.h
12648         * src/prefs_template.c
12649         * src/prefs_template.h
12650         * src/prefs_themes.c
12651         * src/prefs_themes.h
12652         * src/prefs_toolbar.c
12653         * src/prefs_toolbar.h
12654         * src/prefs_wrapping.c
12655         * src/prefs_wrapping.h
12656         * src/privacy.c
12657         * src/privacy.h
12658         * src/procheader.c
12659         * src/procheader.h
12660         * src/procmime.c
12661         * src/procmime.h
12662         * src/procmsg.c
12663         * src/procmsg.h
12664         * src/quote_fmt.c
12665         * src/quote_fmt_parse.y
12666         * src/recv.c
12667         * src/recv.h
12668         * src/remotefolder.c
12669         * src/remotefolder.h
12670         * src/send_message.c
12671         * src/send_message.h
12672         * src/setup.c
12673         * src/setup.h
12674         * src/simple-gettext.c
12675         * src/sourcewindow.c
12676         * src/sourcewindow.h
12677         * src/ssl_manager.c
12678         * src/ssl_manager.h
12679         * src/statusbar.c
12680         * src/statusbar.h
12681         * src/stock_pixmap.c
12682         * src/stock_pixmap.h
12683         * src/summary_search.c
12684         * src/summary_search.h
12685         * src/summaryview.c
12686         * src/summaryview.h
12687         * src/syldap.c
12688         * src/syldap.h
12689         * src/textview.c
12690         * src/textview.h
12691         * src/toolbar.c
12692         * src/toolbar.h
12693         * src/undo.c
12694         * src/undo.h
12695         * src/unmime.c
12696         * src/unmime.h
12697         * src/vcard.c
12698         * src/vcard.h
12699         * src/wizard.c
12700         * src/wizard.h
12701         * src/common/base64.c
12702         * src/common/base64.h
12703         * src/common/defs.h
12704         * src/common/hooks.c
12705         * src/common/hooks.h
12706         * src/common/log.c
12707         * src/common/log.h
12708         * src/common/md5.c
12709         * src/common/md5.h
12710         * src/common/mgutils.c
12711         * src/common/mgutils.h
12712         * src/common/nntp.c
12713         * src/common/nntp.h
12714         * src/common/passcrypt.c
12715         * src/common/passcrypt.h.in
12716         * src/common/plugin.c
12717         * src/common/plugin.h
12718         * src/common/prefs.c
12719         * src/common/prefs.h
12720         * src/common/progressindicator.c
12721         * src/common/progressindicator.h
12722         * src/common/quoted-printable.c
12723         * src/common/quoted-printable.h
12724         * src/common/session.c
12725         * src/common/session.h
12726         * src/common/smtp.c
12727         * src/common/smtp.h
12728         * src/common/socket.c
12729         * src/common/socket.h
12730         * src/common/ssl.c
12731         * src/common/ssl.h
12732         * src/common/ssl_certificate.c
12733         * src/common/ssl_certificate.h
12734         * src/common/string_match.c
12735         * src/common/string_match.h
12736         * src/common/stringtable.c
12737         * src/common/sylpheed.c
12738         * src/common/sylpheed.h
12739         * src/common/template.c
12740         * src/common/template.h
12741         * src/common/timing.h
12742         * src/common/utils.c
12743         * src/common/utils.h
12744         * src/common/uuencode.c
12745         * src/common/uuencode.h
12746         * src/common/version.h.in
12747         * src/common/xml.c
12748         * src/common/xml.h
12749         * src/common/xmlprops.c
12750         * src/common/xmlprops.h
12751         * src/gtk/about.c
12752         * src/gtk/about.h
12753         * src/gtk/colorlabel.c
12754         * src/gtk/colorlabel.h
12755         * src/gtk/colorsel.c
12756         * src/gtk/colorsel.h
12757         * src/gtk/description_window.c
12758         * src/gtk/description_window.h
12759         * src/gtk/filesel.c
12760         * src/gtk/filesel.h
12761         * src/gtk/foldersort.c
12762         * src/gtk/foldersort.h
12763         * src/gtk/gtkutils.c
12764         * src/gtk/gtkutils.h
12765         * src/gtk/inputdialog.c
12766         * src/gtk/inputdialog.h
12767         * src/gtk/logwindow.c
12768         * src/gtk/logwindow.h
12769         * src/gtk/manage_window.c
12770         * src/gtk/manage_window.h
12771         * src/gtk/menu.c
12772         * src/gtk/menu.h
12773         * src/gtk/pluginwindow.c
12774         * src/gtk/pluginwindow.h
12775         * src/gtk/prefswindow.c
12776         * src/gtk/prefswindow.h
12777         * src/gtk/progressdialog.c
12778         * src/gtk/progressdialog.h
12779         * src/gtk/quicksearch.c
12780         * src/gtk/quicksearch.h
12781         * src/gtk/sslcertwindow.c
12782         * src/gtk/sslcertwindow.h
12783         * src/plugins/clamav/clamav_plugin.c
12784         * src/plugins/clamav/clamav_plugin.h
12785         * src/plugins/clamav/clamav_plugin_gtk.c
12786         * src/plugins/demo/demo.c
12787         * src/plugins/dillo_viewer/dillo_prefs.c
12788         * src/plugins/dillo_viewer/dillo_prefs.h
12789         * src/plugins/dillo_viewer/dillo_viewer.c
12790         * src/plugins/mathml_viewer/mathml_viewer.c
12791         * src/plugins/pgpcore/passphrase.c
12792         * src/plugins/pgpcore/passphrase.h
12793         * src/plugins/pgpcore/plugin.c
12794         * src/plugins/pgpcore/prefs_gpg.c
12795         * src/plugins/pgpcore/prefs_gpg.h
12796         * src/plugins/pgpcore/select-keys.c
12797         * src/plugins/pgpcore/select-keys.h
12798         * src/plugins/pgpcore/sgpgme.c
12799         * src/plugins/pgpcore/sgpgme.h
12800         * src/plugins/pgpinline/pgpinline.c
12801         * src/plugins/pgpinline/pgpinline.h
12802         * src/plugins/pgpinline/plugin.c
12803         * src/plugins/pgpmime/pgpmime.c
12804         * src/plugins/pgpmime/pgpmime.h
12805         * src/plugins/pgpmime/plugin.c
12806         * src/plugins/spamassassin/spamassassin.c
12807         * src/plugins/spamassassin/spamassassin.h
12808         * src/plugins/spamassassin/spamassassin_gtk.c
12809         * src/plugins/trayicon/trayicon.c
12810         * tools/OOo2sylpheed.pl
12811         * tools/acroread2sylpheed.pl
12812         * tools/asus_mailled.sh
12813         * tools/filter_conv.pl
12814         * tools/freshmeat_search.pl
12815         * tools/google_search.pl
12816         * tools/kmail2sylpheed.pl
12817         * tools/kmail2sylpheed_v2.pl
12818         * tools/maildir2sylpheed.pl
12819         * tools/multiwebsearch.pl
12820         * tools/newscache_clean.pl
12821         * tools/outlook2sylpheed.pl
12822         * tools/sylpheed-switcher
12823         * tools/update-po
12824         * tools/vcard2xml.py
12825         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12826                 update FSF address
12827
12828 2005-09-21 [colin]      1.9.14cvs46
12829
12830         * src/gedit-print.c
12831         * src/procmsg.c
12832         * src/procmsg.h
12833         * src/textview.c
12834         * src/summaryview.c
12835                 Remove some printing hacks (deselection/reselection),
12836                 which by the way fix printing the currently 
12837                 displayed mime part (still only text)
12838                 Plus a little optimisation of summary_show
12839
12840
12841 2005-09-20 [colin]      1.9.14cvs45
12842
12843         * src/mainwindow.c
12844         * src/messageview.c
12845                 GUI fixups: add accels, set message
12846                 view title to displayed mail's subject
12847         * src/prefs_spelling.c
12848         * src/gtk/gtkaspell.c
12849                 GUI fixups: allow underlining misspelled
12850                 words instead of coloring them (a11y!)
12851
12852 2005-09-19 [colin]
12853
12854         1.9.15rc3 released
12855
12856 2005-09-19 [colin]      1.9.14cvs44
12857
12858         * src/compose.c
12859                 Fix draft message
12860         * src/gtk/gtkaspell.c
12861                 Fix wrong test ;-)
12862
12863 2005-09-19 [colin]      1.9.14cvs43
12864
12865         * src/addressbook.c
12866                 Fix sensitivity of Delete button
12867         * src/compose.c
12868                 Warn if the requested Privacy system
12869                 is not available
12870         * src/exphtmldlg.c
12871         * src/expldifdlg.c
12872         * src/importldif.c
12873         * src/importmutt.c
12874         * src/importpine.c
12875                 Fix crappy UI
12876         * src/
12877         * src/ssl.h
12878         * src/prefs_account.h
12879         * src/prefs_account.c
12880                 Save SSL prefs even in builds that have
12881                 SSL support disable
12882         * src/imap.c
12883         * src/inc.c
12884         * src/news.c
12885         * src/send_message.c
12886                 Warn if connection should be secure, but
12887                 SSL support isn't compiled in
12888         * src/gtkaspell.c
12889                 Fix word separation on UTF-8 systems
12890                 Fixes bug #812 (Strange inline spellchecking)
12891         * src/compose.c
12892                 Warn if the requested Privacy system
12893                 is not available
12894                 Factorize offline warning
12895         * src/imap.c
12896         * src/imap_gtk.c
12897         * src/imap_gtk.h
12898         * src/inc.h
12899         * src/news_gtk.c
12900         * src/news_gtk.h
12901         * src/messageview.c
12902                 Factorize offline warning
12903
12904 2005-09-19 [paul]
12905
12906         1.9.15-rc2 released
12907
12908 2005-09-18 [colin]      1.9.14cvs42
12909
12910         * src/codeconv.c
12911         * src/codeconv.h
12912         * src/procmime.c
12913                 Add a way to get locale's charset ignoring utf-8,
12914                 and use that as default encoding for broken mails
12915
12916 2005-09-18 [colin]      1.9.14cvs41
12917
12918         * src/gtk/logwindow.c
12919                 Translate string. Patch by Fabien Vantard
12920
12921 2005-09-18 [colin]      1.9.14cvs40
12922
12923         * configure.ac
12924                 Fix bug #803 (IMAP/SSL support breaks with 
12925                 GnuTLS libetpan 0.38)
12926
12927 2005-09-18 [colin]      1.9.14cvs39
12928
12929         * src/codeconv.c
12930         * src/compose.c
12931         * src/procmime.c
12932                 More charsets fixes. Fixes bug #806 (non
12933                 ascii characters in subject line)
12934
12935 2005-09-17 [paul]       1.9.14cvs38
12936
12937         * src/folderview.c
12938         * src/mainwindow.c
12939                 fix gcc-2.95 issues
12940                 Patch by Pawel Pekala
12941
12942 2005-09-17 [colin]      1.9.14cvs37
12943
12944         * src/addrindex.c
12945                 bugfix for NO-USE LDAP compilation, patch 
12946                 by Fabien Vantard
12947
12948 2005-09-17 [colin]      1.9.14cvs36
12949
12950         * src/prefs_actions.c
12951         * src/prefs_customheader.c
12952         * src/prefs_display_header.c
12953         * src/prefs_filtering_action.c
12954         * src/prefs_matcher.c
12955         * src/prefs_toolbar.c
12956                 Fix strange casts (less elegant but
12957                 works better)
12958
12959 2005-09-16 [colin]      1.9.14cvs35
12960
12961         * src/jpilot.c
12962                 Missed that one
12963
12964 2005-09-16 [colin]      1.9.14cvs34
12965
12966         * configure.ac
12967         * src/Makefile.am
12968         * src/addr_compl.c
12969         * src/addrindex.c
12970         * src/browseldap.c
12971         * src/editldap.c
12972         * src/ldaplocate.c
12973         * src/ldapquery.c
12974         * src/ldapquery.h
12975         * src/ldapserver.c
12976         * src/ldapserver.h
12977         * src/main.c
12978         * src/matcher_parser_parse.y
12979         * src/prefs_themes.c
12980         * src/etpan/Makefile.am
12981         * src/gtk/description_window.c
12982         * src/plugins/clamav/Makefile.am
12983         * src/plugins/clamav/clamav_plugin.c
12984         * src/plugins/dillo_viewer/Makefile.am
12985         * src/plugins/pgpcore/Makefile.am
12986         * src/plugins/pgpinline/Makefile.am
12987         * src/plugins/pgpmime/Makefile.am
12988         * src/plugins/trayicon/Makefile.am
12989                 Fix 100% cpu usage in address completion list
12990                 Fix little bugs (return with no values etc)
12991                 Fix all warnings (with common CFLAGS)
12992
12993 2005-09-15 [colin]      1.9.14cvs33
12994
12995         * src/addressbook.c
12996                 Fix bug where sometimes a group's email list is empty,
12997                 force its refresh (probably fixes "Re: how to create a 
12998                 distribution list")
12999         * src/ldapquery.c
13000                 Don't return to the callback in the main thread from the
13001                 fetch thread (or face segs!)
13002
13003 2005-09-15 [paul]       1.9.14cvs32
13004
13005         * src/prefs_matcher.c
13006                 forgotten in last commit
13007
13008 2005-09-15 [paul]       1.9.14cvs31
13009
13010         * src/prefs_actions.c
13011         * src/prefs_filtering_action.c
13012         * src/prefs_quote.c
13013         * src/quote_fmt.c
13014         * src/summaryview.c
13015         * src/gtk/description_window.c
13016         * src/gtk/description_window.h
13017         * src/gtk/quicksearch.c
13018                 allow interaction with the called
13019                 description window
13020                 Patch by Anders Hammar
13021
13022 2005-09-14 [paul]       1.9.14cvs30
13023
13024         * src/compose.c
13025                 fix a little annoyance when pasting with 3rd button 
13026                 with wrap_pastes=0 and wrap_input=1
13027                 Patch by Colin
13028
13029 2005-09-14 [paul]       1.9.14cvs29
13030
13031         * src/prefs_account.c
13032                 disable 'Filter messages on receiving' for
13033                 SMTP-only accounts
13034                 Patch  by Anders Hammar
13035
13036 2005-09-14 [paul]       1.9.14cvs28
13037
13038         * po/sk.po
13039                 fix crash
13040                 updated by Andrej Kacian
13041
13042 2005-09-14 [paul]
13043
13044         1.9.15-rc1 released
13045
13046 2005-09-14 [paul]       1.9.14cvs27
13047
13048         * po/es.po
13049                 updated by Ricardo Mones Lastra
13050         * src/compose.c
13051         * src/compose.h
13052                 associate no_wrap_tags to Compose windows
13053                 instead of using a static one
13054                 Patch by Colin
13055         * src/mbox.c
13056                 fix proc_mbox()
13057                 Patch by wwp
13058         * src/textview.c
13059                 remove unneeded printf()
13060
13061 2005-09-14 [paul]       1.9.14cvs26
13062
13063         * src/addrcache.c
13064         * src/codeconv.h
13065         * src/folder.h
13066         * src/mainwindow.h
13067         * src/mh.c
13068         * src/mimeview.h
13069         * src/partial_download.c
13070         * src/pop.c
13071         * src/prefs_account.c
13072         * src/prefs_account.h
13073         * src/prefs_actions.c
13074         * src/prefs_customheader.c
13075         * src/prefs_display_header.c
13076         * src/prefs_filtering_action.c
13077         * src/prefs_matcher.c
13078         * src/prefs_toolbar.c
13079         * src/privacy.h
13080         * src/procmime.c
13081         * src/procmime.h
13082         * src/procmsg.h
13083         * src/textview.c
13084         * src/undo.h
13085         * src/common/plugin.c
13086         * src/common/session.h
13087         * src/common/socket.c
13088         * src/common/socket.h
13089         * src/common/template.c
13090         * src/gtk/gtkaspell.c
13091         * src/gtk/quicksearch.h
13092         * src/plugins/pgpcore/passphrase.c
13093         * src/plugins/pgpcore/prefs_gpg.h
13094         * src/plugins/pgpcore/select-keys.c
13095         * src/plugins/pgpcore/select-keys.h
13096         * src/plugins/pgpcore/sgpgme.c
13097         * src/plugins/pgpinline/pgpinline.c
13098         * src/plugins/pgpmime/pgpmime.c
13099         * src/plugins/trayicon/trayicon.c
13100                 fix compilation warnings
13101                 Patch by Daniel Gustafson
13102
13103 2005-09-14 [paul]       1.9.14cvs25
13104
13105         * src/addressbook.c
13106                 add missing column header, and other small
13107                 bug fixes
13108                 Patch by Anders Hammar
13109
13110 2005-09-13 [colin]      1.9.14cvs24
13111
13112         * src/gtk/gtkaspell.c
13113                 Fix non-utf8 in menu
13114                 Fix little leaks
13115                 Nullify struct members after free()s
13116
13117 2005-09-13 [colin]      1.9.14cvs23
13118
13119         * src/compose.c
13120                 Test utf8 compliance before inserting to 
13121                 buffer, and try to convert if necessary
13122         * src/procmime.c
13123                 If no charset is present, use the locale 
13124                 one instead of us-ascii
13125         * src/procmsg.c
13126                 Add Sender, List-Post and To in the checked 
13127                 headers for automatic rules creation 
13128                 (thanks to wwp)
13129         * src/prefs_themes.c
13130         * src/gtk/gtkaspell.c
13131                 Remove deprecated functions. 
13132                 patch by Daniel Gustafson
13133
13134 2005-09-12 [colin]      1.9.14cvs22
13135
13136         * src/compose.c
13137                 Fix bug #448 (Scrolling/Redraw issue with 
13138                 address-fields in Header)
13139         * src/mainwindow.c
13140         * src/summaryview.c
13141         * src/summaryview.h
13142                 Fix loss of MSG_MARKED on move/copy
13143                 Fix bug #804 (Quicksearch togglebutton doesn't 
13144                 get depressed after '/' key is pressed)
13145
13146 2005-09-12 [paul]       1.9.14cvs21
13147
13148         * AUTHORS
13149         * src/gtk/logwindow.c
13150                 add 'Clear Log' to popup menu
13151                 Patch by Anders Hammar <anders.hammar@telia.com>
13152
13153 2005-09-12 [paul]       1.9.14cvs20
13154
13155         * src/compose.c
13156                 set correct sensitivity on attachments
13157                 popup menu
13158         * src/folder.c
13159                 fix typo
13160         * src/prefs_spelling.c
13161                 fix crash when no LANG env is set
13162         * src/common/xml.c
13163                 fix crash in wizard
13164                 don't use memeory after free
13165
13166         All patches by Daniel Gustafson
13167
13168 2005-09-12 [paul]       1.9.14cvs19
13169
13170         * src/prefs_themes.c
13171                 make theme info selectable
13172         * src/gtk/description_window.c
13173                 make window non-modal
13174         * tools/README
13175                 add details of asus_mailed.sh
13176         * tools/claws.i18n.status.pl
13177                 update for new zh_TW translator
13178                 widen the output
13179                 create alternate coloured lines
13180                 improve readability
13181
13182 2005-09-10 [colin]      1.9.14cvs18
13183
13184         * src/plugins/pgpcore/select-keys.c
13185                 Better order for the buttons
13186
13187 2005-09-10 [colin]      1.9.14cvs17
13188
13189         * src/compose.c
13190         * src/plugins/pgpcore/select-keys.c
13191         * src/plugins/pgpcore/select-keys.h
13192         * src/plugins/pgpcore/sgpgme.c
13193                 Add a "Don't encrypt" button to the key
13194                 selection dialog. Fixes bug #177 (There should be a 
13195                 'Don't encrypt button in the Select Keys dialog)
13196
13197 2005-09-10 [colin]      1.9.14cvs16
13198
13199         * src/compose.c
13200                 Fix bug #572 (%X option does not work with templates)
13201
13202 2005-09-10 [colin]      1.9.14cvs15
13203
13204         * src/toolbar.c 
13205                 Remove g_print
13206
13207 2005-09-10 [colin]      1.9.14cvs14
13208
13209         * src/imap.c
13210                 Fix a possible crash
13211
13212 2005-09-09 [colin]      1.9.14cvs13
13213
13214         * src/imap.c
13215         * src/etpan/imap-thread.c
13216         * src/etpan/imap-thread.h
13217                 Fix moving from queue or drafts to normal folders
13218                 Fix bug #794 (No way to delete without expunging)
13219                 Take flags unset by other mailers into account
13220                 Take deleted flag set by other mailers into account
13221                 Fix unsetting REPLIED flag
13222                 Fix crash when capabilities can't be retrieved
13223         * src/mainwindow.c
13224         * src/mainwindow.h
13225                 Add M_DELAYED_FLAGS condition, and let the user use
13226                 Execute in order to be able to expunge deleted mails,
13227                 even if he's not in delayed execute mode
13228         * src/prefs_spelling.c
13229                 Use 'en' dictionary by default if LANG is POSIX or C
13230         * src/gtk/prefswindow.c
13231                 Fix bug #767 (Preferences windows expanding) by making
13232                 the window a bit larger when the resolution is greater
13233                 than 640x480, and by putting the prefs in a
13234                 GtkScrolledWindow.
13235
13236 2005-09-09 [paul]       1.9.14cvs12
13237
13238         * AUTHORS
13239         * configure.ac
13240         * po/zh_TW.Big5.po      ** REMOVED **
13241         * po/zh_TW.po           ** ADDED **
13242                 updated by Wei-Lun Chao
13243
13244 2005-09-09 [paul]       1.9.14cvs11
13245
13246         * src/mainwindow.c
13247                 fix asserts
13248         * src/common/xml.c
13249                 delay memory allocation until file is
13250                 opened successfully
13251                 Patch by Daniel Gustafson
13252
13253 2005-09-09 [colin]      1.9.14cvs10
13254
13255         * src/imap.c
13256                 Add guards
13257
13258 2005-09-08 [colin]      1.9.14cvs9
13259
13260         * src/compose.c
13261                 Alert when we can't save draft
13262                 Fix various wrap/color issues
13263                 Add mid-click pasting respecting wrap_paste option
13264         * src/folder.c
13265         * src/folder.h
13266         * src/folder_item_prefs.c
13267         * src/folder_item_prefs.h
13268         * src/imap.c
13269         * src/imap_gtk.c
13270         * src/imap_gtk.h
13271         * src/main.c
13272         * src/mainwindow.c
13273         * src/mainwindow.h
13274         * src/news.c
13275         * src/news_gtk.c
13276         * src/news_gtk.h
13277         * src/prefs_folder_item.c
13278                 Fix the impossibility to synchronise folders for
13279                 offline use (IMAP and NNTP are concerned)
13280
13281 2005-09-08 [colin]      1.9.14cvs8
13282
13283         * configure.ac
13284                 Build LDAP and JPilot by default if available
13285         * src/textview.c
13286                 Fix use after free
13287
13288 2005-09-08 [paul]       1.9.14cvs7
13289
13290         * doc/manual/en/sylpheed-1.html
13291         * doc/manual/en/sylpheed-18.html
13292         * doc/manual/en/sylpheed-19.html
13293         * doc/manual/en/sylpheed-4.html
13294         * doc/manual/en/sylpheed-6.html
13295         * doc/manual/en/sylpheed.html
13296                 a few minor updates, plus include some
13297                 details about plugins and their requirements
13298         * src/mainwindow.c
13299                 minor changes to English in /View/Sort
13300
13301 2005-09-07 [colin]      1.9.14cvs6
13302
13303         * doc/manual/en/sylpheed-1.html
13304         * doc/manual/en/sylpheed-10.html
13305         * doc/manual/en/sylpheed-11.html
13306         * doc/manual/en/sylpheed-12.html
13307         * doc/manual/en/sylpheed-13.html
13308         * doc/manual/en/sylpheed-14.html
13309         * doc/manual/en/sylpheed-15.html
13310         * doc/manual/en/sylpheed-16.html
13311         * doc/manual/en/sylpheed-17.html
13312         * doc/manual/en/sylpheed-18.html
13313         * doc/manual/en/sylpheed-19.html
13314         * doc/manual/en/sylpheed-2.html
13315         * doc/manual/en/sylpheed-20.html
13316         * doc/manual/en/sylpheed-21.html
13317         * doc/manual/en/sylpheed-22.html
13318         * doc/manual/en/sylpheed-3.html
13319         * doc/manual/en/sylpheed-4.html
13320         * doc/manual/en/sylpheed-5.html
13321         * doc/manual/en/sylpheed-6.html
13322         * doc/manual/en/sylpheed-7.html
13323         * doc/manual/en/sylpheed-8.html
13324         * doc/manual/en/sylpheed-9.html
13325         * doc/manual/en/sylpheed.html
13326                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13327
13328 2005-09-07 [colin]      1.9.14cvs5
13329
13330         * src/mainwindow.c
13331                 Make labels more to-the-point
13332
13333 2005-09-07 [colin]      1.9.14cvs4
13334
13335         * doc/manual/en/sylpheed-1.html
13336         * doc/manual/en/sylpheed-12.html
13337         * doc/manual/en/sylpheed-13.html
13338         * doc/manual/en/sylpheed-14.html
13339         * doc/manual/en/sylpheed-15.html
13340         * doc/manual/en/sylpheed-16.html
13341         * doc/manual/en/sylpheed-17.html
13342         * doc/manual/en/sylpheed-18.html
13343         * doc/manual/en/sylpheed-19.html
13344         * doc/manual/en/sylpheed-2.html
13345         * doc/manual/en/sylpheed-20.html
13346         * doc/manual/en/sylpheed-21.html
13347         * doc/manual/en/sylpheed-22.html
13348         * doc/manual/en/sylpheed-4.html
13349         * doc/manual/en/sylpheed-5.html
13350         * doc/manual/en/sylpheed-6.html
13351         * doc/manual/en/sylpheed-7.html
13352         * doc/manual/en/sylpheed-8.html
13353         * doc/manual/en/sylpheed-9.html
13354         * doc/manual/en/sylpheed.html
13355                 Update manual
13356
13357 2005-09-07 [colin]      1.9.14cvs3
13358
13359         * doc/faq/en/sylpheed-faq-1.html
13360         * doc/faq/en/sylpheed-faq-2.html
13361         * doc/faq/en/sylpheed-faq-3.html
13362         * doc/faq/en/sylpheed-faq.html
13363                 Update FAQ
13364
13365 2005-09-07 [colin]      1.9.14cvs2
13366
13367         * src/folderview.c
13368         * src/procmsg.c
13369         * src/summaryview.c
13370         * src/toolbar.c
13371                 Fix special subfolders:
13372                 - Inherit parent's icon
13373                 - sent contents of queues subfolders
13374                 - empty subfolders of trashes
13375         * src/mainwindow.c
13376                 Remove outdated manual and faq entries
13377         * src/common/utils.c
13378                 Add quotes around %s coming from mailcap
13379
13380 2005-09-07 [colin]      1.9.14cvs1
13381
13382         * src/compose.c
13383                 After saving draft, set modified to FALSE
13384         * src/mimeview.c
13385         * src/common/utils.c
13386         * src/common/utils.h
13387                 Try to open mime parts using what is 
13388                 indicated in ~/.mailcap or /etc/mailcap,
13389                 if possible.
13390
13391 2005-09-05 [paul]       1.9.14
13392
13393         1.9.14 released
13394
13395         * po/sk.po
13396                 updated by Andrej Kacian
13397
13398 2005-09-05 [paul]       1.9.13cvs83
13399
13400         * po/de.po
13401         * po/es.po
13402         * po/fi.po
13403         * po/fr.po
13404         * po/nb.po
13405         * po/pt_BR.po
13406         * po/sr.po
13407                 updated translations by Thomas Gilgin, Ricardo Mones
13408                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13409                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13410
13411 2005-09-04 [paul]       1.9.13cvs82
13412
13413         * src/compose.c
13414                 only warn about exceeded line length limit
13415                 on send
13416
13417 2005-09-04 [paul]       1.9.13cvs81
13418
13419         * src/compose.c
13420                 fix crash in 'line length exceeded' dialogue
13421
13422 2005-09-02 [paul]       1.9.13cvs80
13423
13424         * src/imap.c
13425                 fix bug 795, 'Connection lost IMAP'
13426                 and add statusbar prints
13427                 Patch by Colin
13428
13429 2005-09-02 [paul]       1.9.13cvs79
13430
13431         * src/compose.c
13432                 compose_wrap_paragraph() becomes
13433                 compose_beautify_paragraph()
13434                 Patch by Colin
13435
13436 2005-09-02 [colin]      1.9.13cvs78
13437
13438         * src/folderview.c
13439                 Micro-fix
13440
13441 2005-09-01 [colin]      1.9.13cvs77
13442
13443         * src/imap.c
13444                 Maybe fix bug #795 (Connection lost IMAP)
13445                 Don't try to send logout when we're disconnected.
13446         * src/summaryview.c
13447                 Include locked and marked emails in HRM
13448                 view. Fixes bug #800 (Locked messages no longer 
13449                 show up when hide read messages is used)
13450
13451 2005-09-01 [paul]       1.9.13cvs76
13452
13453         * src/prefs_common.c
13454                 fix bad cutting
13455
13456 2005-08-31 [colin]      1.9.13cvs75
13457
13458         * src/folderview.c
13459         * src/folderview.h
13460         * src/prefs_summaries.c
13461         * src/summaryview.c
13462                 Fix "go to next new", fix preference
13463                 (Open unread/next swapped)
13464
13465 2005-08-31 [paul]       1.9.13cvs74
13466
13467         * src/compose.c
13468         * src/folderview.c
13469         * src/headerview.c
13470         * src/headerview.h
13471         * src/mainwindow.c
13472         * src/prefs_common.c
13473         * src/prefs_common.h
13474         * src/prefs_fonts.c
13475         * src/summaryview.c
13476         * src/textview.c
13477         * src/common/defs.h
13478                 remove obsolete BOLD_FONT setting
13479                 fix font update in headerview and textview
13480                 headers after prefs change
13481                 Patch By Colin
13482
13483 2005-08-31 [paul]
13484
13485         1.9.14-rc4 released
13486
13487 2005-08-30 [colin]      1.9.13cvs73
13488
13489         * src/summaryview.c
13490                 When Hide read messages is selected and we
13491                 refresh the summaryview, don't remove the 
13492                 currently displayed message. Fixes bug #797
13493                 (Summary view reloads when new mail is 
13494                 downloaded in 1.9.14 rc)
13495
13496 2005-08-30 [colin]      1.9.13cvs72
13497
13498         * src/folderview.c
13499                 Fix flickering
13500         * src/mainwindow.c
13501                 Remove useless callback
13502         * src/mimeview.c
13503         * src/gtk/filesel.c
13504         * src/gtk/filesel.h
13505                 Add a filesel_select_file_save_folder() - used by Save All
13506
13507 2005-08-29 [paul]       1.9.13cvs71
13508
13509         * AUTHORS
13510         * src/matcher_parser_parse.y
13511         * src/etpan/imap-thread.c
13512                 fix building on FreeBSD
13513                 Patch by Daniel Gustafson <daniel@hobbit.se>
13514
13515 2005-08-29 [paul]       1.9.13cvs70
13516
13517         * src/plugins/pgpinline/pgpinline.c
13518                 only initialise sig result if it's been handled
13519                 Patch by Colin
13520
13521 2005-08-29 [paul]       1.9.13cvs69
13522         
13523         Patches by Colin:
13524
13525         * src/imap.c
13526         * src/common.utils.c
13527         * src/common/utils.h
13528                 optimisation
13529         * src/stock_pixmap.h
13530                 fix wrong icon reference
13531         * src/pixmaps/trash_btn.xpm
13532                 replace with nicer image
13533
13534 2005-08-28 [colin]      1.9.13cvs68
13535
13536         * src/Makefile.am
13537         * src/stock_pixmap.c
13538         * src/stock_pixmap.h
13539         * src/toolbar.c
13540         * src/pixmaps/trash_btn.xpm
13541                 Add a specific trash xpm for the button
13542
13543 2005-08-28 [colin]      1.9.13cvs67
13544
13545         * src/imap.c
13546                 Fix leak
13547
13548 2005-08-27 [colin]      1.9.13cvs66
13549
13550         * src/imap.c
13551         * src/procmime.c
13552                 Correctly fix "Problem with replies", fixes
13553                 pgpmime encryption too. 
13554
13555 2005-08-27 [colin]      1.9.13cvs65
13556
13557         * src/folder.c
13558         * src/procmsg.c
13559         * src/procmsg.h
13560         * src/summaryview.c
13561                 Fix bug #517 (messages removed from summaryview 
13562                 when moving fails)
13563
13564 2005-08-27 [colin]      1.9.13cvs64
13565
13566         * tools/Makefile.am
13567         * tools/asus_mailled.sh
13568                 Add a script to blink ASUS laptops' mail LED where there
13569                 is unread mail.
13570
13571 2005-08-27 [colin]      1.9.13cvs63
13572
13573         * src/imap.c
13574         * src/etpan/imap-thread.c
13575         * src/etpan/imap-thread.h
13576                 Implement automatic choosing of login method
13577                 Fixes bug #791
13578         * src/gtk/.cvsignore
13579                 Add sylpheed-marshal.[ch]
13580
13581 2005-08-27 [colin]      1.9.13cvs62
13582
13583         * src/common/utils.c
13584                 Fix confusing perror
13585
13586 2005-08-27 [colin]      1.9.13cvs61
13587
13588         * src/toolbar.c
13589         * src/toolbar.h
13590                 Remove A_DELETE, replace it with 
13591                 A_TRASH and A_DELETE_REAL. Automatically
13592                 rewrite config files to replace A_DELETE
13593                 with A_TRASH (no functionality change).
13594                 Fixes half of #794
13595
13596 2005-08-26 [colin]      1.9.13cvs60
13597
13598         * src/procmime.c
13599                 Previous "Problem with replies" fix brought other
13600                 problems, fixing them
13601
13602 2005-08-26 [colin]      1.9.13cvs59
13603
13604         * src/procmime.c
13605                 Fix "Problem with replies". This happened only
13606                 on IMAP...
13607         * src/procmsg.c
13608                 Factorize code a bit
13609         * src/compose.c
13610                 Speed improvement on very long messages (wrapping)
13611                 Fix signature color on Reedit and Redirect
13612                 On Reedit, don't attach pgp-signatures parts, but
13613                 set signing to On.
13614
13615 2005-08-24 [paul]       1.9.13cvs58
13616
13617         * src/compose.c
13618                 don't claim success when clicking
13619                 Cancel on the passphrase box.
13620                 Patch by Colin
13621
13622 2005-08-24 [paul]       1.9.13cvs57
13623
13624         * src/main.c
13625                 fix misplaced sylpheed.log
13626         * src/common/defs.h
13627                 define UIDL_DIR
13628
13629 2005-08-24 [paul]       1.9.13cvs56
13630
13631         * src/imap.c
13632         * src/etpan/imap-thread.c
13633         * src/etpan/imap-thread.h
13634                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13635                 Patch by Colin
13636         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13637         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13638                 remove autogenerated files
13639         * tools/kdeservicemenu/README
13640         * tools/kdeservicemenu/install.sh
13641         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13642         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13643                 use Claws icon, use 'Sylpheed-Claws' in menu,
13644                 use kdialog, and other cleanups
13645
13646 2005-08-23 [paul]       1.9.13cvs55
13647
13648         * src/compose.c
13649                 fix paste/wrap crash
13650                 Patch by Colin
13651
13652 2005-08-23 [paul]       1.9.13cvs54
13653
13654         * src/main.c
13655                 fix crash recovery
13656                 Patch by Colin
13657
13658 2005-08-23 [paul]       1.9.13cvs53
13659
13660         * src/addressbook.c
13661         * src/editaddress.c
13662                 view all data of LDAP contacts
13663                 Patch by Colin
13664
13665 2005-08-23 [paul]       1.9.13cvs52
13666
13667         * src/addressbook.c
13668                 fix issues with the Search field
13669                 Patch by Colin
13670
13671 2005-08-22 [paul]       1.9.13cvs51
13672
13673         * src/folderview.c
13674                 put name of folder in processing dialog
13675                 title
13676         * src/prefs_folder_item.c
13677                 improve english usage
13678
13679 2005-08-22 [paul]       1.9.13cvs50
13680
13681         * src/filtering.c
13682         * src/filtering.h
13683         * src/matcher.c
13684         * src/matcher_parser_lex.l
13685         * src/matcher_parser_parse.y
13686         * src/prefs_filtering.c
13687                 add Filtering/Processing rule names feature.
13688                 (the incompatible old matcherrc is saved as
13689                 matcherrc.pre_names).
13690                 Patch by Colin
13691
13692 2005-08-22 [paul]       1.9.13cvs49
13693
13694         * src/procmsg.c
13695                 fix colour labelling
13696                 Patch by Colin
13697
13698 2005-08-22 [paul]       1.9.13cvs48
13699
13700         * src/textview.c
13701                 fix open_image_cb()
13702
13703 2005-08-22 [paul]       1.9.13cvs47
13704
13705         * src/imap.c
13706                 fix bug 789, 'SC crashes with imap (CVS ver)'
13707                 Patch by Colin
13708
13709 2005-08-22 [paul]       1.9.13cvs46
13710
13711         * src/mimeview.c
13712         * src/prefs_common.c
13713         * src/common/defs.h
13714                 define reused defaults in defs.h
13715         * src/textview.c
13716                 add 'Open image' to image popup menu
13717
13718 2005-08-21 [colin]      1.9.13cvs45
13719
13720         * src/summaryview.c
13721                 Fix bug #788 (Bogus "From" address displayed)
13722
13723 2005-08-20 [colin]      1.9.13cvs44
13724
13725         * src/folder.c
13726                 Fix buf #787 (multilevel delete causes SIGSEGV)
13727
13728 2005-08-19 [colin]      1.9.13cvs43
13729
13730         * src/inc.c
13731         * src/prefs_common.c
13732         * src/prefs_common.h
13733                 Add an hidden pref to allow modifying the
13734                 update stepping in incorporation.
13735                 Patch by wwp.
13736
13737 2005-08-19 [colin]      1.9.13cvs42
13738
13739         * src/compose.c
13740         * src/procmime.c
13741                 Workaround for broken MUAs: encode 
13742                 Content-type: name: as ASCII and 
13743                 Content-Disposition: filename: as
13744                 per rfc2231
13745         * src/prefs_account.c
13746                 Fix invisible-ness of SMTP SSL prefs
13747                 in NNTP accounts
13748
13749 2005-08-19 [paul]       1.9.13cvs41
13750
13751         * src/compose.c
13752         * src/prefs_common.c
13753         * src/prefs_common.h
13754         * src/prefs_wrapping.c
13755                 paste with or without wrapping.
13756                 patch by Colin
13757
13758 2005-08-19 [paul]       1.9.13cvs40
13759
13760         * src/prefs_common.c
13761         * src/prefs_common.h
13762         * src/summaryview.c
13763                 reintroduce enable_swap_from as a
13764                 hidden pref. patch by Colin
13765         * src/quote_fmt_parse.y
13766         * src/plugins/clamav/clamav_plugin.c
13767         * src/plugins/dillo_viewer/dillo_viewer.c
13768         * src/plugins/mathml_viewer/mathml_viewer.c
13769         * src/plugins/pgpcore/sgpgme.c
13770         * src/plugins/pgpinline/pgpinline.c
13771         * src/plugins/pgpmime/pgpmime.c
13772                 tidy up. patch by Colin
13773
13774 2005-08-19 [paul]       1.9.13cvs39
13775
13776         * configure.ac
13777                 complete cvs38's sync
13778         * src/editaddress.c
13779         * src/gedit-print.c
13780         * src/mutt.c
13781         * src/etpan/etpan-log.c
13782         * src/etpan/imap-thread.c
13783         * src/gtk/gtksourceprintjob.c
13784                 fix compilation warnings
13785                 (patch by Colin)
13786
13787 2005-08-19 [paul]       1.9.13cvs38
13788
13789         sync with main:
13790
13791         * src/account.c
13792         * src/action.c
13793         * src/addrbook.c
13794         * src/addrcache.c
13795         * src/addrharvest.c
13796         * src/addrindex.c
13797         * src/codeconv.c
13798         * src/compose.c
13799         * src/crash.c
13800         * src/exporthtml.c
13801         * src/exportldif.c
13802         * src/folder.c
13803         * src/image_viewer.c
13804         * src/inc.c
13805         * src/inc.h
13806         * src/jpilot.c
13807         * src/ldif.c
13808         * src/main.c
13809         * src/matcher.c
13810         * src/mbox.c
13811         * src/messageview.c
13812         * src/mh.c
13813         * src/mimeview.c
13814         * src/msgcache.c
13815         * src/mutt.c
13816         * src/news.c
13817         * src/partial_download.c
13818         * src/pine.c
13819         * src/pop.c
13820         * src/prefs_actions.c
13821         * src/prefs_common.c
13822         * src/prefs_customheader.c
13823         * src/prefs_display_header.c
13824         * src/prefs_gtk.c
13825         * src/prefs_themes.c
13826         * src/procheader.c
13827         * src/procmime.c
13828         * src/procmsg.c
13829         * src/recv.c
13830         * src/send_message.c
13831         * src/simple-gettext.c
13832         * src/sourcewindow.c
13833         * src/textview.c
13834         * src/vcard.c
13835         * src/common/defs.h
13836         * src/common/log.c
13837         * src/common/plugin.c
13838         * src/common/prefs.c
13839         * src/common/session.c
13840         * src/common/session.h
13841         * src/common/socket.c
13842         * src/common/socket.h
13843         * src/common/ssl_certificate.c
13844         * src/common/template.c
13845         * src/common/utils.c
13846         * src/common/utils.h
13847         * src/common/xml.c
13848         * src/gtk/about.c
13849         added wrappers for C library function that
13850                 take pathname arguments.
13851                 enabled compilation with MinGW.
13852                 use GDir instead of directly using opendir().
13853                 added rename_force().
13854
13855 2005-08-19 [paul]       1.9.13cvs37
13856         
13857         patches by Colin:
13858         * src/compose.c
13859                 fix privacy settings on re-editing
13860                 a sent message
13861         * src/jpilot.c
13862                 fix encoding bug
13863         * src/folder.c
13864         * src/procmsg.c
13865         * src/procmsg.h
13866         * src/summaryview.c
13867                 flag changing optimisation
13868
13869 2005-08-18 [martin]     1.9.13cvs36
13870
13871         * commitHelper
13872             added my login
13873         * src/addrcache.c
13874         * src/addrharvest.c
13875         * src/addrindex.c
13876         * src/compose.c
13877         * src/grouplistdialog.c
13878         * src/main.c
13879         * src/mainwindow.c
13880         * src/msgcache.c
13881         * src/mutt.c
13882         * src/pine.c
13883         * src/prefs_account.c
13884         * src/prefs_themes.c
13885         * src/stock_pixmap.c
13886         * src/summaryview.c
13887         * src/gtk/about.c
13888         * src/gtk/logwindow.c
13889             removed deprecated glib and gdk stuff
13890         * src/plugins/pgpcore/select-keys.c
13891             convert attributes from locale to utf8
13892
13893 2005-08-17 [paul]       1.9.13cvs35
13894
13895         * src/account.c
13896         * src/addressbook.c
13897                 use new GTK_STOCK_ icons if available
13898         * src/summaryview.c
13899         * src/gtk/gtksctree.c
13900         * src/gtk/gtksctree.h
13901                 faster range select. patch by Colin
13902
13903 2005-08-17 [paul]       1.9.13cvs34
13904
13905         patches by colin:
13906         * src/addressbook.c
13907         * src/addressitem.h
13908                 Add an edit button for contacts, fix selections
13909                 of gtksctree items
13910         * src/editaddress.c
13911                 Change labels, let Save be always possible in the
13912                 email and user atributes tabs
13913         * src/folderview.c
13914                 fix sort issues
13915         * src/summaryview.c
13916                 select next item instead of the displayed one
13917                 after deletion
13918
13919         * src/gtk/progressdialog.c
13920                 use prefs_common.enable_rules_hint
13921
13922 2005-08-13 [hoa]        1.9.13cvs33
13923
13924         * src/etpan/imap-thread.c
13925                 fixed build on Solaris.
13926
13927 2005-08-10 [colin]      1.9.13cvs32
13928
13929         * src/procmsg.c
13930                 Fix cvs31 (missing fclose before reading
13931                 the file)
13932
13933 2005-08-10 [colin]      1.9.13cvs31
13934
13935         * src/procmsg.c
13936                 Fix procmsg_msginfo_new_from_mimeinfo() when
13937                 the MimeInfo isn't stored in memory. This fixes
13938                 replying to an attached message.
13939
13940 2005-08-10 [colin]      1.9.13cvs30
13941
13942         * src/mainwindow.c
13943                 Fix slowness in account changing
13944
13945 2005-08-10 [colin]      1.9.13cvs29
13946
13947         * src/folder.c
13948         * src/folderutils.c
13949         * src/folderview.c
13950         * src/imap_gtk.c
13951         * src/mainwindow.c
13952         * src/mh_gtk.c
13953         * src/procmsg.c
13954         * src/summaryview.c
13955                 Optimize folder_has_parent_of_type
13956                 Prevent moving special sub-folders from contextual menus
13957                 Rework message a bit ("Empty all messages" -> "Delete all
13958                 messages")
13959                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13960                 and "Deleted Items" folders)
13961
13962 2005-08-08 [colin]      1.9.13cvs28
13963
13964         * src/summaryview.c
13965         * src/prefs_summaries.c
13966                 Make "Select first unread|new" more flexible
13967                 (just prioritize new or unread)
13968
13969 2005-08-08 [colin]      1.9.13cvs27
13970
13971         * src/summaryview.c
13972                 If "select first new" is selected and there only
13973                 are unread messages, fallback to "select first
13974                 unread".
13975
13976 2005-08-08 [colin]      1.9.13cvs26
13977
13978         * src/folder.c
13979                 Fix shameful bugs (and bug #779)
13980
13981 2005-08-08 [colin]      1.9.13cvs25
13982
13983         * src/folder.c
13984         * src/folder.h
13985                 Cache parents' type to make folder_has_parent_of_type
13986                 faster
13987         * src/folderview.c
13988                 Forbid DnD of special sub-folders
13989         * src/procmsg.c
13990         * src/procmsg.h
13991                 Add MAIL_POSTFILTERING_HOOK
13992         * src/summaryview.c
13993                 Revert over-zealous deletion of the use_addr_book 
13994                 code
13995
13996 2005-08-07 [colin]      1.9.13cvs24
13997
13998         * src/folder.c
13999                 Fix big mistake (passing MsgInfo instead 
14000                 of FolderItem)
14001
14002 2005-08-07 [colin]      1.9.13cvs23
14003
14004         * src/compose.c
14005         * src/folder.c
14006         * src/folder.h
14007         * src/foldersel.c
14008         * src/folderutils.c
14009         * src/folderview.c
14010         * src/imap.c
14011         * src/mainwindow.c
14012         * src/messageview.c
14013         * src/mh.c
14014         * src/msgcache.c
14015         * src/procmime.c
14016         * src/summaryview.c
14017                 Make subfolders of Drafts, Queue, Outbox, Trash
14018                 work like their parents. 
14019                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14020
14021 2005-08-07 [colin]      1.9.13cvs22
14022
14023         * src/addressbook.c
14024                 Fix bug #771 (Dragged contacts not saved)
14025
14026 2005-08-07 [paul]       1.9.13cvs21
14027
14028         * src/summaryview.c
14029                 fix bug 32 'Search Doesn't display results
14030                 if "Hide Read Messages" is chosen'
14031                 be more literal in interpreting 'Hide read
14032                 messages'
14033
14034 2005-08-07 [colin]      1.9.13cvs20
14035
14036         * src/folderview.c
14037                 Add debug
14038         * src/summaryview.c
14039                 Faster 'unthread_for_execution'
14040
14041 2005-08-06 [paul]       1.9.13cvs19
14042
14043         * src/mainwindow.c
14044                 add mnemonics to Set displayed columns
14045                 fix bug where msgview_visible option was
14046                 overwritten as TRUE on startup
14047
14048 2005-08-06 [paul]       1.9.13cvs18
14049
14050         * src/mainwindow.c
14051                 refer to 'displayed columns in folder/message
14052                 list' not 'displayed items in summary/message view'
14053         * src/prefs_display_header.c
14054                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14055                 be consistent with similar dialogues
14056         * src/prefs_folder_column.c
14057         * src/prefs_summary_column.c
14058                 'columns' not 'items', and folder and message lists,
14059                 instead of folder and summary views;
14060                 Use 'Hidden columns' as list heading not 'Available
14061                 items';
14062                 move the 'Remove' button to the right hand side;
14063                 top-align the buttons;
14064                 remove unneeded vbox
14065         * src/prefs_summaries.c
14066                 put the 2 column prefs buttons in a frame to reduce
14067                 overall width; refer to columns not items &c.
14068
14069 2005-08-05 [colin]      1.9.13cvs17
14070
14071         * src/prefs_common.c
14072         * src/prefs_common.h
14073         * src/mainwindow.c
14074         * src/compose.c
14075         * src/messageview.c
14076                 Add an hidden toolbar_detachable pref, so
14077                 that I can get rid of these painful handles
14078                 in the toolbars. Defaults to TRUE to avoid
14079                 changing the GUI on unsuspecting people...
14080
14081 2005-08-05 [colin]      1.9.13cvs16
14082
14083         * src/Makefile.am
14084         * src/prefs_folder_column.c
14085         * src/prefs_folder_column.h
14086                 Add prefs for folder columns
14087         * src/folderview.c
14088         * src/folderview.h
14089         * src/mainwindow.c
14090         * src/mainwindow.h
14091         * src/prefs_common.c
14092         * src/prefs_common.h
14093         * src/prefs_summaries.c
14094                 Use them
14095         * src/prefs_summary_column.c
14096         * src/summaryview.c
14097         * src/summaryview.h
14098                 Add a To column
14099         * src/textview.c
14100         * src/common/utils.c
14101         * src/common/utils.h
14102                 Move uri colourisation functions
14103                 to utils
14104         * src/compose.c
14105                 Colourise URIs
14106         * src/imap.c
14107                 Fix bug with LIST where we'd try
14108                 to get Folder//////[...]/// 
14109
14110 2005-08-05 [paul]       1.9.13cvs15
14111
14112         * src/prefs_summaries.c
14113                 improve the English usage
14114         * src/summaryview.c
14115                 set font on column change
14116                 thanks to Colin
14117
14118 2005-08-05 [paul]       1.9.13cvs14
14119
14120         * src/prefs_common.c
14121         * src/prefs_common.h
14122         * src/prefs_summaries.c
14123         * src/summaryview.c
14124                 replace 'open_unread_on_enter' option with
14125                 'select_on_entry' option. opening/not opening
14126                 is now exclusively controlled by 'always_show_msg'
14127
14128 2005-08-04 [colin]      1.9.13cvs13
14129
14130         * src/compose.c
14131                 Remove dead code
14132                 Add colourisation of quotes and signatures
14133         * src/folderview.c
14134                 Fix possible crashes
14135         * src/messageview.c
14136                 Change an assert that is no problem
14137         * src/news.c
14138         * src/news_gtk.c
14139         * src/news_gtk.h
14140                 Fix offline mode
14141         * src/gtk/quicksearch.c
14142                 Fix a possible crash
14143
14144 2005-08-03 [colin]      1.9.13cvs12
14145
14146         * src/prefs_account.c
14147                 Fix bug #777 (Sylpheed crash in account configuration)
14148
14149 2005-08-03 [colin]      1.9.13cvs11
14150
14151         * src/addressbook.c
14152         * src/editaddress.c
14153         * src/editgroup.c
14154                 Fixing addressbook, round 2
14155         * src/textview.c
14156                 Fix emphasis color on rechecking 'Colorize messages'
14157
14158 2005-08-03 [paul]       1.9.13cvs10
14159
14160         sync with main
14161
14162         * src/addr_compl.c
14163         * src/compose.c
14164         * src/main.c
14165         * src/pop.c
14166         * src/prefs_account.c
14167         * src/procmime.c
14168         * src/procmsg.c
14169         * src/quote_fmt_parse.y
14170         * src/textview.c
14171         * src/common/quoted-printable.c
14172         * src/common/utils.c
14173         * src/common/utils.h
14174         * src/common/xml.c
14175                 replaced incorrect locale-independent
14176                 ctype functions with GLib's. Corrected
14177                 signedness mismatch.
14178         * src/headerview.c
14179                 headerview_create(): added spacing for vbox.
14180         * src/gtk/about.c
14181                 set focus to the OK button.
14182
14183 2005-08-03 [colin]      1.9.13cvs9
14184
14185         * src/folderview.c
14186                 Fix possible crash
14187
14188 2005-08-02 [colin]      1.9.13cvs8
14189
14190         * src/mainwindow.c
14191                 Fix cast
14192         * src/addressbook.c
14193         * src/addressitem.h
14194                 Fix a cast and more generally, try to make the
14195                 GUI more intuitive and consistent (round 1)
14196
14197 2005-08-02 [paul]       1.9.13cvs7
14198
14199         * src/folder.h
14200                 missing in 1.9.13cvs6
14201
14202 2005-08-02 [colin]      1.9.13cvs6
14203
14204         * src/folder.c
14205                 Fix one more leak
14206
14207 2005-08-02 [colin]      1.9.13cvs5
14208
14209         * src/folder.c
14210         * src/folderview.c
14211         * src/imap.c
14212         * src/main.c
14213         * src/mbox.c
14214         * src/procmsg.c
14215         * src/summaryview.c
14216                 Fix a number of folder_item_get_msg_list()-related
14217                 leaks (missing procmsg_msginfo_free()s)
14218
14219 2005-08-01 [colin]      1.9.13cvs4
14220
14221         * src/folderview.c
14222         * src/folderview.h
14223         * src/mainwindow.c
14224         * src/prefs_fonts.c
14225         * src/prefs_summaries.c
14226         * src/prefs_themes.c
14227         * src/summaryview.c
14228         * src/summaryview.h
14229         * src/textview.c
14230         * src/textview.h
14231                 Fix instant-apply of summary and folderview-related prefs
14232                 Fix erroneous g_free and alertpanels in prefs_theme
14233                 Add instant-apply for fonts
14234                 Defer applying of prefs a little bit so it's done only
14235                 once even if requested by multiples prefs pages
14236
14237 2005-08-01 [paul]       1.9.13cvs3
14238
14239         * src/main.c
14240                 fix bug 776 'S.C. crashes on close'
14241                 thanks to Colin
14242         * src/etpan/etpan-thread-manager-types.h
14243                 add missing include
14244                 thanks to Hoa
14245
14246 2005-07-25 [paul]       1.9.13cvs2
14247
14248         * src/summaryview.c
14249                 fix typos. spotted by Fabien Vantard
14250
14251 2005-07-24 [paul]       1.9.13cvs1
14252
14253         * doc/man/sylpheed.1
14254                 update man page, incorporating fix of
14255                 bug 769 'Typo in manpage'
14256         * src/etpan/imap-thread.c
14257                 fix NetBSD openssl dependencies. patch by
14258                 George Michaelson <ggm@apnic.net>
14259         * po/pt_BR.po
14260                 updated by Frederico Goncalves Guimaraes
14261
14262 2005-07-22 [paul]       1.9.13
14263
14264         1.9.13 release
14265
14266 2005-07-22 [paul]       1.9.12cvs91
14267
14268         * AUTHORS
14269         * INSTALL
14270         * README.claws
14271         * RELEASE_NOTES.claws
14272                 updated for release
14273         * configure.ac
14274         * po/nb.po
14275         * tools/claws.i18n.status.pl
14276                 add Norwegian translation. submiited by
14277                 Geir Helland <pjallabais@users.sourceforge.net>
14278         * po/ca.po
14279         * po/de.po
14280         * po/es.po
14281         * po/fi.po
14282         * po/fr.po
14283         * po/it.po
14284         * po/sk.po
14285         * po/sr.po
14286         * po/zh_CN.po
14287                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14288                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14289                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14290                 Yang Guilong
14291         * src/plugins/clamav/clamav_plugin_gtk.c
14292         * src/plugins/spamassassin/spamassassin_gtk.c
14293                 replace outdated description strings
14294
14295 2005-07-21 [colin]      1.9.12cvs90
14296
14297         * src/folder.c
14298                 Set folder to batch mode when scanning it. Makes deletion
14299                 of unread mails on IMAP much faster (due to the UNREAD 
14300                 flag unsetting)
14301
14302 2005-07-21 [darko]      1.9.12cvs89
14303
14304         * configure.ac
14305                 link against libresolv if necessary (patch by Paul)
14306         * src/msgcache.c
14307                 use glib's portable macros to determine endianness
14308
14309 2005-07-21 [paul]       1.9.12cvs88
14310
14311         * src/crash.c
14312         * src/gtk/about.c
14313                 update compiled-in features list
14314
14315 2005-07-20 [colin]      1.9.12cvs87
14316
14317         * src/folder.c
14318         * src/textview.c
14319                 Gcc 2.9x compilation fixes, thanks to Darko
14320         * src/plugins/clamav/clamav_plugin.c
14321                 Little optimisation: load virus database only once
14322         * src/plugins/spamassassin/spamassassin.c
14323                 Big optimisation: filtering one mail took at least 1 second,
14324                 now it takes at least 50ms. Doesn't speed up spamassassin 
14325                 itself, but should already be much more tolerable.
14326
14327 2005-07-20 [colin]      1.9.12cvs86
14328
14329         * src/summaryview.c
14330                 Fix performance issue
14331
14332 2005-07-19 [colin]      1.9.12cvs85
14333
14334         * src/plugins/pgpinline/plugin.c
14335                 Fix warning
14336
14337 2005-07-19 [colin]      1.9.12cvs84
14338
14339         * configure.ac
14340         * src/plugins/Makefile.am
14341         * src/plugins/pgpinline/.cvsignore
14342         * src/plugins/pgpinline/Makefile.am
14343         * src/plugins/pgpinline/pgpinline.c
14344         * src/plugins/pgpinline/pgpinline.deps
14345         * src/plugins/pgpinline/pgpinline.h
14346         * src/plugins/pgpinline/plugin.c
14347                 Put pgpinline in the main tree
14348
14349 2005-07-19 [paul]       1.9.12cvs83
14350
14351         * src/prefs_actions.c
14352                 prevent '//' in menu names, which cause a crash
14353                 thanks to Colin
14354
14355 2005-07-19 [paul]       1.9.12cvs82
14356
14357         * configure.ac
14358                 be generally more informative in configure output.
14359                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14360                 '[ --disable-openssl ...', as --enable-openssl is default
14361                 PGP/MIME: don't check for GPGME again, check for
14362                 pgpcore instead. Therefore prevent the possibility of
14363                 attempting to build pgpmime if pgpcore dependencies are
14364                 not met
14365                 ClamAV: use pkgconfig to check for lib
14366                 libgnomeprint: revert logic on inner test to match
14367                 everything else
14368         * src/plugins/pgpcore/sgpgme.c
14369                 add missing include
14370
14371 2005-07-19 [colin]      1.9.12cvs81
14372
14373         * src/summaryview.c
14374                 Fix slow thread rebuilding in particular
14375                 cases
14376
14377 2005-07-19 [paul]       1.9.12cvs80
14378
14379         * sylpheed-claws.desktop
14380                 fix typo, spotted by Stephan Sachse
14381         * src/account.c
14382                 replace GTK_STOCK_ADD with
14383                 GTK_STOCK_NEW button
14384
14385 2005-07-18 [colin]      1.9.12cvs79
14386
14387         * src/etpan/imap-thread.c
14388                 Fix return value (Thanks Hoa)
14389
14390 2005-07-18 [colin]      1.9.12cvs78
14391
14392         * src/imap.c
14393                 Allow empty passwords
14394                 Create drafts/queue/outbox if necessary
14395         * src/summaryview.c
14396                 Remove old code
14397         * src/etpan/imap-thread.c
14398                 Fix STARTTLS (Thanks to Hoa)
14399
14400 2005-07-18 [paul]       1.9.12cvs77
14401
14402         * ChangeLog-gtk2.jp
14403         * ChangeLog.jp
14404                 removed
14405         * Makefile.am
14406                 updated to reflect additions and removals
14407         * TODO
14408                 updated to be claws-specific
14409         * TODO-gtk2
14410         * TODO-gtk2.jp
14411         * TODO.jp
14412         * sylpheed-128x128.png
14413         * sylpheed-64x64.png
14414                 removed
14415         * sylpheed-claws-128x128.png
14416         * sylpheed-claws-64x64.png
14417         * sylpheed-claws.desktop
14418         * sylpheed-claws.png
14419                 added
14420         * sylpheed.desktop
14421         * sylpheed.png
14422                 removed
14423
14424 2005-07-17 [paul]       1.9.12cvs76
14425
14426         * src/account.c
14427         * src/addressbook.c
14428         * src/alertpanel.c
14429         * src/alertpanel.h
14430         * src/compose.c
14431         * src/exphtmldlg.c
14432         * src/expldifdlg.c
14433         * src/folderview.c
14434         * src/imap_gtk.c
14435         * src/inc.c
14436         * src/message_search.c
14437         * src/messageview.c
14438         * src/mh_gtk.c
14439         * src/news_gtk.c
14440         * src/prefs_actions.c
14441         * src/prefs_filtering.c
14442         * src/prefs_matcher.c
14443         * src/prefs_template.c
14444         * src/prefs_themes.c
14445         * src/ssl_manager.c
14446         * src/summary_search.c
14447         * src/textview.c
14448         * src/toolbar.c
14449         * src/gtk/sslcertwindow.c
14450         * src/plugins/pgpcore/sgpgme.c
14451                 rework alertpanels
14452
14453 2005-07-17 [colin]      1.9.12cvs75
14454
14455         * src/privacy.c
14456                 add a PrivacySystem accessor that checks that
14457                 the system cached in a MimeInfo's privacydata
14458                 is still registered. Use this accessor instead
14459                 of directly using data->system. Fixes crashes
14460                 after unloading pgp plugins.
14461
14462 2005-07-17 [colin]      1.9.12cvs74
14463
14464         * src/alertpanel.c
14465                 Change geometry hints to a simple default size.
14466                 Fixes the certs dialogs.
14467
14468 2005-07-17 [colin]      1.9.12cvs73
14469
14470         * src/gtk/sslcertwindow.c
14471                 Use a gtkExpander
14472
14473 2005-07-17 [colin]      1.9.12cvs72
14474
14475         * src/plugins/pgpcore/Makefile.am
14476         * src/plugins/pgpmime/Makefile.am
14477                 Add gpgme libs
14478
14479 2005-07-17 [paul]       1.9.12cvs71
14480
14481         * configure.ac
14482                 add --disable-gnomeprint option
14483                 modified version of patch by Marius Mauch
14484
14485 2005-07-17 [paul]       1.9.12cvs70
14486
14487         * src/common/defs.h
14488                 update urls
14489         * src/account.c
14490         * src/action.c
14491         * src/addressbook.c
14492         * src/compose.c
14493         * src/foldersel.c
14494         * src/folderview.c
14495         * src/html.c
14496         * src/imap_gtk.c
14497         * src/main.c
14498         * src/mainwindow.c
14499         * src/messageview.c
14500         * src/mh_gtk.c
14501         * src/mimeview.c
14502         * src/news_gtk.c
14503         * src/prefs_account.c
14504         * src/prefs_send.c
14505         * src/prefs_summaries.c
14506         * src/procmsg.c
14507         * src/summaryview.c
14508         * src/common/utils.c
14509         * src/common/xml.c
14510         * src/plugins/pgpcore/passphrase.c
14511         * src/plugins/pgpcore/select-keys.c
14512                 replace inappropriately used backticks
14513                 with single quotes
14514
14515 2005-07-16 [colin]      1.9.12cvs69
14516
14517         * src/image_viewer.c
14518                 Add extra paranoid checks
14519
14520 2005-07-16 [colin]      1.9.12cvs68
14521
14522         * src/plugins/pgpcore/prefs_gpg.c
14523                 Don't auto-check sigs by default, as it
14524                 can be really slow.
14525
14526 2005-07-16 [colin]      1.9.12cvs67
14527
14528         * src/plugins/pgpcore/sgpgme.c
14529                 Make messages a bit better.
14530
14531 2005-07-16 [colin]      1.9.12cvs66
14532
14533         * src/imap.c
14534                 Remove pseudo-log
14535         * src/etpan/imap-thread.c
14536                 Add real log
14537
14538 2005-07-16 [colin]      1.9.12cvs65
14539
14540         * src/main.c
14541         * src/prefs_other.c
14542                 And now, fix build with libetpan :-/
14543
14544 2005-07-15 [colin]      1.9.12cvs64
14545
14546         * src/prefs_other.c
14547                 Continue fixing build without libetpan.
14548
14549 2005-07-15 [colin]      1.9.12cvs63
14550
14551         * src/main.c
14552                 Fix build with --disable-libetpan
14553
14554 2005-07-15 [colin]      1.9.12cvs62
14555
14556         * configure.ac
14557                 Bump libetpan's version
14558
14559 2005-07-15 [colin]      1.9.12cvs61
14560
14561         * src/etpan/imap-thread.c
14562                 Actually stop logging :)
14563
14564 2005-07-15 [colin]      1.9.12cvs60
14565
14566         * src/addressbook.c
14567                 Fix dnd of multiple addresses.
14568
14569 2005-07-15 [hoa]        1.9.12cvs59
14570
14571         * src/etpan/imap-thread.c
14572             disable login of IMAP password in libetpan log file.
14573
14574 2005-07-15 [paul]       1.9.12cvs58
14575
14576         * src/account.c
14577                 don't automatically sort
14578                 do allow drag n drop
14579
14580 2005-07-15 [paul]       1.9.12cvs57
14581
14582         * src/account.c
14583         * src/ssl_manager.c
14584                 alphabetical listing
14585
14586 2005-07-15 [paul]       1.9.12cvs56
14587
14588         * src/gtk/pluginwindow.c
14589                 sort plugin list alphabetically
14590
14591 2005-07-15 [paul]       1.9.12cvs55
14592
14593         * src/prefs_spelling.c
14594         * src/prefs_wrapping.c
14595                 unify English usage
14596
14597 2005-07-15 [colin]      1.9.12cvs54
14598
14599         * src/wizard.c
14600                 Typo fix
14601
14602 2005-07-15 [paul]       1.9.12cvs53
14603
14604         * src/prefs_message.c
14605                 make 'show cursor' a hidden option
14606
14607 2005-07-14 [colin]      1.9.12cvs52
14608
14609         * src/plugins/spamassassin/Makefile.am
14610         * src/plugins/clamav/Makefile.am
14611                 Fix double EXTRA_DISTs
14612
14613 2005-07-14 [colin]      1.9.12cvs51
14614
14615         * src/plugins/clamav/Makefile.am
14616         * src/plugins/clamav/clamav_plugin_gtk.deps
14617         * src/plugins/spamassassin/Makefile.am
14618         * src/plugins/spamassassin/spamassassin_gtk.deps
14619                 Make $plugin_gtk depend on $plugin
14620
14621 2005-07-14 [hoa]        1.9.12cvs50
14622
14623         * src/etpan/imap-thread.c
14624                 enable debug log of libetpan when running with --debug
14625
14626 2005-07-14 [colin]      1.9.12cvs49
14627
14628         * configure.ac
14629         * src/common/Makefile.am
14630         * src/common/plugin.c
14631         * src/common/plugin.h
14632                 Add a little plugin dependancy system.
14633                 Plugins can ship a $plugin_name.deps file
14634                 (near them in PLUGINDIR) so that their
14635                 dependancies are loaded if possible.
14636         * src/plugins/Makefile.am
14637         * src/plugins/pgpcore/Makefile.am
14638         * src/plugins/pgpcore/passphrase.c
14639         * src/plugins/pgpcore/passphrase.h
14640         * src/plugins/pgpcore/plugin.c
14641         * src/plugins/pgpcore/prefs_gpg.c
14642         * src/plugins/pgpcore/prefs_gpg.h
14643         * src/plugins/pgpcore/select-keys.c
14644         * src/plugins/pgpcore/select-keys.h
14645         * src/plugins/pgpcore/sgpgme.c
14646         * src/plugins/pgpcore/sgpgme.h
14647                 Introduce pgpcore, used by pgpmime and
14648                 pgpinline
14649         * src/plugins/pgpmime/Makefile.am
14650         * src/plugins/pgpmime/passphrase.c
14651         * src/plugins/pgpmime/passphrase.h
14652         * src/plugins/pgpmime/pgpmime.c
14653         * src/plugins/pgpmime/pgpmime.deps
14654         * src/plugins/pgpmime/plugin.c
14655         * src/plugins/pgpmime/prefs_gpg.c
14656         * src/plugins/pgpmime/prefs_gpg.h
14657         * src/plugins/pgpmime/select-keys.c
14658         * src/plugins/pgpmime/select-keys.h
14659         * src/plugins/pgpmime/sgpgme.c
14660         * src/plugins/pgpmime/sgpgme.h
14661                 Remove the core from pgpmime and add the
14662                 dependancy to pgpcore.
14663
14664 2005-07-14 [paul]       1.9.12cvs48
14665
14666         * src/stock_pixmap.c
14667                 forgot this in last commit
14668
14669 2005-07-14 [paul]       1.9.12cvs47
14670
14671         * src/account.c
14672         * src/addressbook.c
14673                 add accelerators for the buttons (sync with main)
14674         * src/compose.c
14675         * src/compose.h
14676                 add accelerators for the buttons.
14677                 fix editing with external editor.
14678                 replace gdk_input_*() with GIOChannel;
14679                 (sync with main)
14680         * src/foldersel.c
14681                 display folder names with new/unread
14682                 representation (sync with main)
14683         * src/main.c
14684                 specify default window icon (sync with main)
14685         * src/prefs_common.c
14686                 use_addr_book default to FALSE
14687         * src/summaryview.c
14688         * src/textview.c
14689                 add accelerators for the buttons (sync with main)
14690         * src/gtk/menu.c
14691                 fix typos
14692         * src/pixmaps/sylpheed_icon.xpm
14693                 updated
14694
14695 2005-07-13 [paul]       1.9.12cvs46
14696
14697         * src/plugins/pgpmime/pgpmime.c
14698         * src/plugins/pgpmime/sgpgme.c
14699                 (temporarily) use deprecated gpgme_data_rewind()
14700                 while largefile support is not present
14701                 (as suggested by Colin)
14702
14703 2005-07-13 [paul]       1.9.12cvs45
14704
14705         * configure.ac
14706                 remove large file support (for now):
14707                 it breaks too many things
14708
14709 2005-07-13 [paul]       1.9.12cvs44
14710
14711         * configure.ac
14712                 add large file support
14713         * src/html.c
14714                 fix bug #763 where href attribute was not
14715                 the very first attribute of a link
14716                 patch by Thomas Gilgin
14717
14718 2005-07-13 [colin]      1.9.12cvs43
14719
14720         * src/gtk/pluginwindow.c
14721                 Little portability fix
14722
14723 2005-07-13 [colin]      1.9.12cvs42
14724
14725         * src/plugins/pgpmime/sgpgme.c
14726                 Fix crasher.
14727
14728 2005-07-13 [colin]      1.9.12cvs41
14729
14730         * src/plugins/pgpmime/pgpmime.c
14731         * src/plugins/pgpmime/sgpgme.c
14732                 Use gpgme_data_release_and_get_mem instead
14733                 of gpgme_data_read.
14734
14735 2005-07-13 [colin]      1.9.12cvs40
14736
14737         * configure.ac
14738         * src/plugins/pgpmime/passphrase.c
14739         * src/plugins/pgpmime/passphrase.h
14740         * src/plugins/pgpmime/pgpmime.c
14741         * src/plugins/pgpmime/plugin.c
14742         * src/plugins/pgpmime/select-keys.c
14743         * src/plugins/pgpmime/select-keys.h
14744         * src/plugins/pgpmime/sgpgme.c
14745         * src/plugins/pgpmime/sgpgme.h
14746                 Port pgpmime to gpgme-1.0.
14747
14748 2005-07-12 [paul]       1.9.12cvs39
14749
14750         * AUTHORS
14751         * src/toolbar.c
14752         * src/toolbar.h
14753                 add a 'Go to Prev' button to the toolbar.
14754                 correct tooltip text of go to buttons.
14755                 based on patch by Yang Guilong <bamanzi@gmail.com>
14756
14757 2005-07-12 [colin]      1.9.12cvs38
14758
14759         * src/statusbar.c
14760                 Fix progress bar showing stuff at startup.
14761
14762 2005-07-12 [paul]       1.9.12cvs37
14763
14764         * src/editjpilot.c
14765                 fix building with jpilot support
14766
14767 2005-07-11 [colin]      1.9.12cvs36
14768
14769         * src/inc.c
14770                 Add visual indication that filtering is running
14771         * src/textview.c
14772                 Make {}[] uri delimiters
14773         * src/summaryview.c
14774                 Remove useless (and slow) calls
14775
14776 2005-07-11 [paul]       1.9.12cvs35
14777
14778         * src/plugins/clamav/clamav_plugin_gtk.c
14779         * src/plugins/dillo_viewer/dillo_prefs.c
14780         * src/plugins/pgpmime/prefs_gpg.c
14781         * src/plugins/spamassassin/spamassassin_gtk.c
14782                 gather plugins prefs together under their
14783                 own 'Plugins' heading
14784
14785 2005-07-11 [paul]       1.9.12cvs34
14786
14787         sync with main
14788
14789         * src/account.c
14790                 account_delete(): modified alert dialog
14791         * src/editjpilot.c
14792         * src/editvcard.c
14793                 fixed a crash when cancelling file selection
14794                 dialog by Escape key. Made non-ascii filename
14795                 selectable.
14796         * src/prefs_template.c
14797                 prefs_template_window_create(): make scrolled
14798                 window policy AUTOMATIC
14799
14800 2005-07-10 [hoa]        1.9.12cvs33
14801
14802         * src/etpan/imap-thread.c
14803                 workaround for old Courier IMAP servers.
14804
14805 2005-07-10 [colin]      1.9.12cvs32
14806
14807         * src/folder.c
14808         * src/statusbar.c
14809         * src/statusbar.h
14810                 Add visual progress indicator on filtering/processing
14811                 Factorize the progress bar code
14812         * src/imap.c
14813         * src/imap.h
14814         * src/etpan/imap-thread.c
14815                 Add a reference counter to avoid destroying the Folder
14816                 while it's in use by another callback.
14817
14818 2005-07-09 [hoa]        1.9.12cvs31
14819
14820         * src/imap.c
14821         * src/etpan/imap-thread.c
14822                 fixed deadlock when removing IMAP account.
14823
14824 2005-07-08 [colin]      1.9.12cvs30
14825
14826         * src/textview.c
14827         * src/unmime.c
14828                 Fix again problems decoding broken headers
14829         * src/gtk/inputdialog.c
14830                 Fix local variable shadowing a global one
14831
14832 2005-07-08 [colin]      1.9.12cvs29
14833
14834         * src/msgcache.c
14835                 Make the cache/mark files platform-agnostic by writing
14836                 them in little-endian format. Reading them is also done
14837                 in little-endian format, of course; however, in order
14838                 to avoid trashing mark data on big-endian machines, the
14839                 files are, at first, read from the native format if the
14840                 little-endian one doesn't exist. This is easy to deter-
14841                 mine by trying to open a file with a swapped data_ver
14842                 and seeing if it's the wanted version.
14843                 Little-endian using users should see absolutely no
14844                 difference, Big-endian users may get a very little
14845                 performance drop due to byte-swapping.
14846                 Tested on i386 and ppc32. 
14847                 Fixes bug #159 (The index file, in the mailboxes, is 
14848                 hardware depending).
14849
14850                 To have the cache/mark files updated to the new little-
14851                 endian format, "Check for new messages" or even
14852                 "Rebuild folder tree" aren't enough. Files will be
14853                 updated as soon as a folder has been opened/closed.
14854                 To update everything, just select all folders by
14855                 selecting them one by one.
14856
14857 2005-07-07 [colin]      1.9.12cvs28
14858
14859         * src/imap.c
14860                 Remember the folder separator per IMAPFolder
14861                 instead of globally.
14862                 Revive the Session on noop; fixes bug #761
14863                 (mark a bunch of unread messages as read takes 
14864                 forever)
14865
14866 2005-07-07 [darko]      1.9.12cvs27
14867
14868         * src/common/template.c
14869                 Sort templates alphabetically
14870
14871 2005-07-06 [colin]      1.9.12cvs26
14872
14873         * src/imap.c
14874                 Try to use the correct separator in
14875                 most cases. Possibly fixes bug #759
14876                 (only creates the INBOX folder when 
14877                 setting up new IMAP account) and 
14878                 bug #760 (Can't retrieve messages)
14879
14880 2005-07-06 [colin]      1.9.12cvs25
14881
14882         * src/imap.c
14883                 Use real_path in status command. This will
14884                 help later, when namespaces will be used.
14885
14886 2005-07-06 [colin]      1.9.12cvs24
14887
14888         * configure.ac
14889         * src/account.c
14890         * src/folder.c
14891         * src/imap.c
14892         * src/etpan/etpan-log.c
14893         * src/etpan/etpan-thread-manager.c
14894         * src/etpan/imap-thread.c
14895                 Add a --disable-libetpan parameter. With this,
14896                 users that don't want IMAP4 support can avoid
14897                 the new dependancy (and have no IMAP support).
14898                 Users that have IMAP4 accounts and use this
14899                 parameter won't lose their configuration, their
14900                 IMAP accounts will just be invisible and not
14901                 used.
14902         * src/textview.c
14903                 Make the "Copy ..." contextual menu items 
14904                 copy to both the X clipboard and the gtk 
14905                 clipboard - as most other apps do.
14906         * src/gtk/about.c
14907                 Add a notice about OpenSSL usage, in order to
14908                 comply with OpenSSL's license (point 6):
14909                 http://www.openssl.org/source/license.html
14910
14911 2005-07-06 [colin]      1.9.12cvs23
14912
14913         * src/alertpanel.c
14914                 Fix a minimum size for alertpanels
14915         * src/compose.c
14916                 Show 'No space left on device' type errors
14917                 when queuing/sending
14918         * src/imap_gtk.c
14919         * src/mh_gtk.c
14920                 Rework folder's deletion message (remove 
14921                 extra \n)
14922
14923 2005-07-05 [colin]      1.9.12cvs22
14924
14925         * src/imap.c
14926                 Add an alertpanel on auth error
14927                 Add pseudo-log
14928                 Remove pthread-related stuff
14929
14930 2005-07-05 [colin]      1.9.12cvs21
14931
14932         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14933                 Fix crash on plugin reloading (with a hack)
14934
14935 2005-07-05 [colin]      1.9.12cvs20
14936
14937         * src/prefs_account.c
14938         * src/prefs_account.h
14939                 Fix typo
14940         * src/gtk/filesel.c
14941         * src/gtk/filesel.h
14942                 Add a way to filter the view
14943         * src/gtk/pluginwindow.c
14944                 Filter loadable stuff
14945         * src/plugins/pgpmime/prefs_gpg.c
14946                 Fix missing unregistration
14947         * .cvsignore
14948         * src/etpan/.cvsignore
14949         * src/plugins/spamassassin/.cvsignore
14950                 Add more stuff to cvs ignored files
14951
14952 2005-07-04 [colin]      1.9.12cvs19
14953
14954         * src/imap.c
14955                 Fix scan_required returning FALSE when it
14956                 shouldn't. Maybe fix #760 (Can't retrieve
14957                 messages)
14958
14959 2005-07-04 [colin]      1.9.12cvs18
14960
14961         * src/summaryview.c
14962                 Fix always_show_msg pref
14963
14964 2005-07-04 [paul]       1.9.12cvs17
14965
14966         sync with main (forgotten in last commit)
14967         
14968         * src/common/utils.c
14969         * src/common/utils.h
14970                 check_line_length(): new.
14971                 is_dir_exist()
14972                 is_file_entry_exist()
14973                 dirent_is_regular_file()
14974                 dirent_is_directory(): use g_file_test() instead of stat().
14975
14976 2005-07-04 [paul]       1.9.12cvs16
14977
14978         sync with main:
14979
14980         * src/compose.c
14981                 compose_write_to_file(): check for line
14982                 length limit and display warning if exceeds
14983         * src/jpilot.c
14984                 use get_home_dir() instead of g_get_home_dir()
14985         * src/procheader.c
14986                 removed warning about invalid date
14987         * src/vcard.c
14988                 use get_home_dir() instead of g_get_home_dir()
14989
14990 2005-07-04 [paul]       1.9.12cvs15
14991
14992         * src/stock_pixmap.c
14993                 fix new pixmap naming errors
14994                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14995
14996 2005-07-04 [colin]      1.9.12cvs14
14997
14998         * src/imap.c
14999                 Fix debugging string with a warning
15000
15001 2005-07-04 [colin]      1.9.12cvs13
15002
15003         * configure.ac
15004                 Add a check for libetpan's version (>= 0.37)
15005
15006 2005-07-04 [hoa]        1.9.12cvs12
15007
15008         * commitHelper
15009         * src/imap.c
15010         * src/etpan/imap-thread.c
15011         * src/etpan/imap-thread.h
15012                 fixed IMAP implementation of check of mails.
15013
15014 2005-07-03 [hoa]        1.9.12cvs11
15015
15016         * src/etpan/Makefile.am
15017         * src/etpan/etpan-errors.h
15018         * src/etpan/etpan-log.[ch]
15019         * src/etpan/etpan-thread-manager-types.h
15020         * src/etpan/etpan-thread-manager.[ch]
15021         * src/etpan/imap-thread.[ch]
15022         * src/Makefile.am
15023         * src/imap.c
15024         * src/main.c
15025         * src/prefs_other.c
15026         * configure.ac
15027             merged imap branch.
15028             dependency on libetpan 0.37 is now added.
15029
15030 2005-07-01 [colin]      1.9.12cvs10
15031
15032         * src/Makefile.am
15033         * src/folder.c
15034         * src/folder.h
15035         * src/folderview.c
15036         * src/stock_pixmap.c
15037         * src/stock_pixmap.h
15038         * src/plugins/trayicon/trayicon.c
15039                 Add marked symbol on folders containing
15040                 marked messages
15041         * src/procmsg.c
15042         * src/procmsg.h
15043         * src/toolbar.c
15044         * src/prefs_common.c
15045         * src/prefs_common.h
15046         * src/prefs_send.c
15047                 Add an optional confirmation dialog on queue
15048                 sending. Patch by wwp.
15049         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15050         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15051         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15052         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15053         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15054         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15055         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15056         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15057         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15058         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15059         * src/pixmaps/trash_mark.xpm            ** ADDED **
15060                 New pixmaps
15061
15062 2005-07-01 [colin]      1.9.12cvs9
15063
15064         * src/summaryview.c
15065                 Fix a little threading bug
15066         * src/addrgather.c
15067         * src/mainwindow.c
15068                 A little bit of HIG normality never hurts
15069
15070 2005-07-01 [colin]      1.9.12cvs8
15071
15072         * src/compose.c
15073         * src/msgcache.c
15074         * src/pop.c
15075         * src/procmime.c
15076         * src/recv.c
15077         * src/common/log.c
15078         * src/common/template.c
15079         * src/common/utils.c
15080         * src/common/utils.h
15081                 Reverted the fwrite_atomic stuff. In fact
15082                 it is already atomic.
15083
15084 2005-06-30 [colin]      1.9.12cvs7
15085
15086         * src/common/utils.c
15087         * src/common/utils.h
15088                 Add an fwrite_atomic() function to make
15089                 sure we write everything: fwrite can make
15090                 short writes.
15091         * src/compose.c
15092         * src/msgcache.c
15093         * src/pop.c
15094         * src/procmime.c
15095         * src/recv.c
15096         * src/common/log.c
15097         * src/common/template.c
15098                 Use that (and fix swapping of size and nmemb).
15099                 Thanks to Rich Coe for the heads up.
15100
15101 2005-06-30 [colin]      1.9.12cvs6
15102
15103         * src/addressbook.c
15104                 Optimize addressbook opening 
15105
15106 2005-06-30 [colin]      1.9.12cvs5
15107
15108         * src/summaryview.c
15109                 Remove calls to summary_step after move/copy
15110
15111 2005-06-28 [paul]       1.9.12cvs4
15112
15113         * src/alertpanel.c
15114                 wrap and make the error msg selectable
15115
15116 2005-06-28 [paul]       1.9.12cvs3
15117
15118         * src/ssl_manager.c
15119                 replace the OK button with a Close button
15120         * src/gtk/foldersort.c
15121                 use GTK_STOCK_ icons/buttons
15122
15123 2005-06-28 [colin]      1.9.12cvs2
15124
15125         * src/gedit-print.c             ** ADDED **
15126         * src/gedit-print.h             ** ADDED **
15127         * src/gtk/gtksourceprintjob.c   ** ADDED **
15128         * src/gtk/gtksourceprintjob.h   ** ADDED **
15129                 I can't believe no one had enough time to tell
15130                 me I forgot the `cvs add`
15131
15132 2005-06-27 [colin]      1.9.12cvs1
15133
15134         * src/Makefile.am
15135         * src/gtk/Makefile.am
15136         * src/messageview.c
15137         * src/procmsg.c
15138         * src/summaryview.c
15139         * configure.ac
15140                 Add optional libgnomeprint-based printing
15141         * src/mainwindow.c
15142         * src/gtk/quicksearch.c
15143                 Add an Edit/Quick search menu item to show
15144                 and focus the quicksearch
15145
15146 2005-06-27 [paul]       1.9.12
15147
15148         1.9.12 release
15149
15150         * po/ca.po
15151         * po/de.po
15152         * po/es.po
15153         * po/fr.po
15154         * po/it.po
15155         * po/ko.po
15156         * po/pt_BR.po
15157         * po/sk.po
15158         * po/zh_CN.po
15159                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15160                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15161                 SungHyun Nam, Frederico Goncalves Guimaraes,
15162                 Andrej Kacian, and Yang Guilong
15163 2005-06-26 [colin]      1.9.11cvs106
15164
15165         * src/imap_gtk.c
15166                 Forgot one file for previous fix
15167
15168 2005-06-26 [colin]      1.9.11cvs105
15169
15170         * src/folder.c
15171         * src/imap.c
15172                 Fix problems with folder operations in no_select
15173                 imap folders. it applies only to mails, and 
15174                 creation/deletion/move/renaming of folders 
15175                 should be possible
15176
15177 2005-06-26 [paul]       1.9.11cvs104
15178
15179         * src/prefs_filtering.c
15180                 replace one more GTK_STOCK_REMOVE
15181                 with GTK_STOCK_DELETE
15182
15183 2005-06-25 [colin]      1.9.11cvs103
15184
15185         * src/imap.c
15186                 Optimize get_seq_set_from_seq_list
15187                 (Patch by Ricardo) 
15188
15189 2005-06-25 [colin]      1.9.11cvs102
15190
15191         * src/mh.c
15192                 If the directory exists, but not in the
15193                 correct encoding, rename it. This should
15194                 handle old-versions-induced bugs.
15195
15196 2005-06-25 [colin]      1.9.11cvs101
15197
15198         * src/mh.c
15199                 Fix path access with extended dir names
15200                 Fixes bug #589 (SC segfaults with wrong locale
15201                 settings)
15202
15203 2005-06-25 [colin]      1.9.11cvs100
15204
15205         * src/prefs_account.c
15206         * src/prefs_account.h
15207         * src/compose.c
15208                 Add an option to encrypt replies to
15209                 encrypted messages
15210
15211 2005-06-25 [colin]      1.9.11cvs99
15212
15213         * src/compose.c
15214         * src/quote_fmt_parse.y
15215                 ... And make it work with pgpinline.
15216
15217 2005-06-25 [colin]      1.9.11cvs98
15218
15219         * src/compose.c
15220         * src/procmime.c
15221         * src/procmime.h
15222         * src/quote_fmt_parse.y
15223                 o Make reedition of encrypted messages possible
15224                   (as long as it is encrypted to self too, no
15225                    magic there)
15226                 o Make replying with quote (and without selecting
15227                   text) possible for encrypted messages.
15228                 Closes bug #550 (Not possible to "reply with quote"
15229                 to gnupg encrypted messages)
15230
15231 2005-06-24 [paul]       1.9.11cvs97
15232
15233         * src/imap.c
15234                 add missing include
15235
15236 2005-06-24 [paul]       1.9.11cvs96
15237
15238         * src/editldap.c
15239                 made bind password entry invisible
15240                 (sync with main)
15241         * src/send_message.c
15242                 send_message_local(): check exit status
15243                 to detect errors (sync with main)
15244         * src/textview.c
15245                 use main's less ambiguous popup menu
15246                 wording
15247
15248 2005-06-24 [paul]       1.9.11cvs95
15249
15250         * src/prefs_actions.c
15251         * src/prefs_customheader.c
15252         * src/prefs_display_header.c
15253         * src/prefs_filtering_action.c
15254         * src/prefs_matcher.c
15255         * src/prefs_template.c
15256         * src/prefs_toolbar.c
15257                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15258         * src/gtk/description_window.c
15259                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15260
15261 2005-06-23 [colin]      1.9.11cvs94
15262
15263         * src/summaryview.c
15264                 Fix rough edges (be sure to call status_show whenever
15265                 necessary).
15266
15267 2005-06-23 [colin]      1.9.11cvs93
15268
15269         * src/summaryview.c
15270                 Optimize Select All
15271                 Before, in a 5K mails folder: 11s
15272                 After, in the same folder: 58000µs
15273                 The joys of locking... gtk_clist_select_all() fires a 
15274                 tree-select-row event for each selected row, which in 
15275                 summaryview, callbacks summary_selected which in turn,
15276                 calls summary_status_show, which walks the selected
15277                 rows. Hence, calling gtk_clist_select_all was 
15278                 exponential. Locking the summaryview makes 
15279                 summary_selected return early.
15280
15281 2005-06-23 [colin]      1.9.11cvs92
15282
15283         * src/imap.c
15284                 Move mutex at the important place to avoid
15285                 deadlocks
15286         * src/summaryview.c
15287                 Fix Del key deleting directly instead of
15288                 moving to trash
15289
15290 2005-06-22 [colin]      1.9.11cvs91
15291
15292         * src/plugins/spamassassin/libspamc.c
15293                 As we do spagetti code with assignations in multiple
15294                 places (see _message_read_raw where out = msg = raw),
15295                 let's be sure we don't free the same pointer twice.
15296                 Should fix bug #683 (Crash in libpam at 
15297                 message_cleanup).
15298
15299 2005-06-22 [colin]      1.9.11cvs90
15300
15301         * src/compose.c
15302         * src/messageview.c
15303         * src/toolbar.c
15304                 Make toolbar's delete use the move to trash stuff;
15305                 Add gtk_widget_realize to be sure pixmaps can get
15306                 created (that may fix an old worksforme bug which
15307                 I can't find back...)
15308
15309 2005-06-22 [colin]      1.9.11cvs89
15310
15311         * src/summaryview.c
15312         * src/summaryview.h
15313         * src/mainwindow.c
15314                 Rename "Message/Delete" to "Message/Move to trash"
15315                 Add "Message/Delete..." that directly destroys the
15316                 selected messages after asking for a confirmation.
15317
15318 2005-06-22 [colin]      1.9.11cvs88
15319
15320         * src/imap.c
15321                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15322                 o Fix a deadlock (thanks Darko)
15323
15324 2005-06-22 [colin]      1.9.11cvs87
15325
15326         * src/gtk/foldersort.c
15327                 Add missing include for the i18n;
15328                 patch by Fabien Vantard
15329
15330 2005-06-21 [colin]      1.9.11cvs86
15331
15332         * src/folder.c
15333         * src/folderview.c
15334                 Respect the no_select flag
15335         * src/imap.c
15336                 Fix recursive deletion
15337         * src/imap_gtk.c
15338         * src/mh_gtk.c
15339                 Make the folder deletion's warning
15340                 more explicit
15341
15342 2005-06-21 [colin]      1.9.11cvs85
15343
15344         * src/textview.c
15345                 Prevent email addresses from spanning accross
15346                 lines - fixes bug # 646 (newline-chars in 
15347                 email addresses)
15348
15349 2005-06-20 [colin]      1.9.11cvs84
15350
15351         * src/folder.c
15352                 Be sure not to remove source if copy failed
15353
15354 2005-06-20 [colin]      1.9.11cvs83
15355
15356         * src/folderview.c
15357         * src/imap_gtk.c
15358                 remove summaryview's lock
15359         * src/imap.c
15360                 introduce threads to avoid problems when foreground tasks
15361                 interfere with background tasks
15362         * src/mh.c
15363                 prevent moving to drafts/queue
15364         * src/mimeview.c
15365                 fix leak
15366
15367 2005-06-19 [colin]      1.9.11cvs82
15368
15369         * src/imap_gtk.c
15370                 Remember that the user doesn't want to override
15371                 offline mode, for 3 seconds. It avoid presenting
15372                 him with N popups in a really short time.
15373
15374 2005-06-17 [colin]      1.9.11cvs81
15375
15376         * src/imap.c
15377                 Fix IMAP breaking on folders containing '('
15378                 (Probably won't be enough)
15379
15380 2005-06-17 [colin]      1.9.11cvs80
15381
15382         Forgotten files on 1.9.11cvs79
15383         * src/summaryview.c
15384                 Fix stepping when not immediately executing
15385         * src/imap.c
15386                 Really prevent UID FETCH 0
15387         * src/codeconv.c
15388                 Fix outgoing charset never set to utf-8
15389         * src/mh.c
15390                 Fix leak
15391
15392 2005-06-16 [colin]      1.9.11cvs79
15393
15394         * src/compose.c
15395                 Fix bug #707 (Dash splits rows)
15396                 Only wrap if we're on a line break position and
15397                 the previous one was a "white" (space) char.
15398                 Pango stuff is weird.
15399
15400 2005-06-16 [colin]      1.9.11cvs78
15401
15402         * src/imap_gtk.c
15403                 Lock summaryview while downloading messages
15404                 on user demand
15405         * src/procheader.c
15406         * src/unmime.c
15407         * src/common/utils.c
15408         * src/common/utils.h
15409                 Replace \r and \n with spaces in From and
15410                 Subject headers
15411
15412 2005-06-16 [paul]       1.9.11cvs77
15413
15414         * src/procmime.c
15415                 liberalise the mime parser
15416         * src/gtk/about.c
15417                 add text wrapping
15418
15419 2005-06-16 [paul]       1.9.11cvs76
15420
15421         * src/gtk/about.c
15422                 reworked
15423
15424 2005-06-15 [colin]      1.9.11cvs75
15425
15426         * src/compose.c
15427                 Finish header encoding fix
15428         * src/summaryview.c
15429                 Fix segfault
15430         * src/headerview.c
15431                 Fix compilation (Thanks Stephan
15432                 Sachse)
15433
15434 2005-06-15 [colin]      1.9.11cvs74
15435
15436         * Makefile.am
15437                 Install gnome2 stuff rather than gnome1, 
15438                 if both are present
15439         * src/codeconv.c
15440         * src/codeconv.h
15441         * src/compose.c
15442                 Fix headers encoding
15443         * src/folder.c
15444                 Visual progress when fetching all messages
15445         * src/folderview.c
15446         * src/summaryview.c
15447         * src/summaryview.h
15448                 Prevent changing current message while
15449                 incorporating
15450
15451 2005-06-15 [paul]       1.9.11cvs73
15452
15453         * src/gtk/gtkaspell.c
15454         * src/gtk/gtkaspell.h
15455                 fix build warnings
15456
15457 2005-06-15 [paul]       1.9.11cvs72
15458
15459         * src/prefs_filtering.c
15460                 allow reordering of filter rules by
15461                 drag n drop
15462
15463 2005-06-15 [paul]       1.9.11cvs71
15464
15465         * COPYING
15466                 updated
15467         * src/codeconv.c
15468                 replace deprecated function
15469         * src/inc.c
15470         * src/send_message.c
15471         * src/gtk/progressdialog.c
15472         * src/gtk/progressdialog.h
15473                 salvage and reuse parts of reverted sync
15474
15475 2005-06-15 [paul]       1.9.11cvs70
15476
15477         * src/inc.c
15478         * src/send_message.c
15479         * src/gtk/progressdialog.c
15480         * src/gtk/progressdialog.h
15481                 revert yesterday's sync with main
15482                 it contains deprecated functions
15483
15484 2005-06-15 [colin]      1.9.11cvs69
15485
15486         * src/headerview.c
15487                 Fix bug #670 (multi user to: will corrupt message 
15488                 headers display)
15489
15490 2005-06-15 [colin]      1.9.11cvs68
15491
15492         * src/compose.c
15493                 Fix bug #421 (Fix undo on wrapping)
15494
15495 2005-06-15 [colin]      1.9.11cvs67
15496
15497         * src/folder.c
15498                 Provide visual feedback while processing
15499                 folder's rules.
15500         * src/imap.c
15501                 Provide visual feedback while getting
15502                 short headers (for uncached messages)
15503
15504
15505 2005-06-14 [paul]       1.9.11cvs66
15506
15507         * src/account.c
15508                 change a couple stock icons
15509         * src/inc.c
15510         * src/send_message.c
15511         * src/gtk/progressdialog.c
15512         * src/gtk/progressdialog.h
15513                 sync main's GtkTreeView implementation
15514
15515 2005-06-14 [colin]      1.9.11cvs65
15516
15517         * src/imap.c
15518                 Various little fixes, mainly on error paths
15519
15520 2005-06-13 [colin]      1.9.11cvs64
15521
15522         * matcher.c
15523         * procmsg.c
15524         * procmsg.h
15525                 Add a way to fetch only headers. This speeds
15526                 up filtering on headers for IMAP. Fixes:
15527                 bug #481 extraneous imap commands slow down 
15528                         imap filtering
15529                 bug #522 Sylpheed downloads all messages 
15530                         when opening mailbox (IMAP)
15531                 bug #677 IMAP fetch is soooooooooooooo slow
15532         * src/folder.c
15533         * src/folder.h
15534                 Add a folder set_batch method so that
15535                 implementations can speed up flags changes
15536         * src/folderutils.c
15537         * src/summaryview.c
15538                 Use that in mark as (un)read and mark all read
15539                 Refix bug #679
15540         * src/imap.c
15541                 Implement set_batch - brings back deferred
15542                 flags in a less buggy manner. Fixes:
15543                 bug #729 IMAP immediate expunge of deleted messages
15544                 bug #191 remove list of messages with one command
15545                 Fix login with strange chars
15546                 Implement fetch_msg_full
15547                 Fix copy (wrong counts)
15548
15549 2005-06-12 [colin]      1.9.11cvs63
15550
15551         * src/folder.c
15552                 lock incorporation during long operations.
15553                 Avoids fucking up the IMAP socket.
15554
15555 2005-06-12 [colin]      1.9.11cvs62
15556
15557         * src/imap.c
15558                 Fix harmful typo
15559                 Factorize remove_all_msg
15560                 Thread-ize expunge
15561         * src/summaryview.c
15562                 Don't update partial-download status if unnecessary
15563         * src/folder.c
15564                 Use remove_msgs everywhere possible
15565
15566 2005-06-12 [colin]      1.9.11cvs61
15567
15568         * src/folder.c
15569         * src/folder.h
15570                 Add a remove_msgs function to remove a 
15571                 list of messages
15572         * src/imap.c
15573                 Implement that.
15574
15575 2005-06-12 [colin]      1.9.11cvs60
15576
15577         * src/imap.c
15578                 Remove flags-processing deferring... Too hard
15579                 to get it to work in all cases.
15580
15581 2005-06-11 [colin]      1.9.11cvs59
15582
15583         * src/imap.c
15584                 printf -> debug_print
15585
15586 2005-06-11 [colin]      1.9.11cvs58
15587
15588         * src/imap.c
15589                 o Fix build without USE_PTHREAD
15590                 o Factorize imap_open
15591                 o Alertpanel in case of impossible connection
15592                 o Alertpanel in case of impossible login
15593                 o Fix deferred flags processing to force a 
15594                   flush before adding some more flags to process,
15595                   but in another folder.
15596
15597 2005-06-10 [colin]      1.9.11cvs57
15598
15599         * src/imap.c
15600                 o Fix a format string error
15601                 o init ssl socket outside of the thread 
15602                   (it possibly invokes gtk calls)
15603         * src/procmime.c
15604                 o Put back the buffer to its necessary size
15605                 o Fix changing a file pointer without keeping
15606                   track of it (thanks Valgrind)
15607         * src/common/smtp.c
15608                 o Fix automatic STARTTLS if login should be done
15609                   and the server only allows it after starting TLS
15610         * src/gtk/gtkinputdialog.c
15611                 o Eat GDK_Return so that the combo popup doesn't 
15612                   appear when we press Enter to validate the combo
15613                   input dialog (as seen in the Open with... dialog)
15614
15615 2005-06-10 [colin]      1.9.11cvs56
15616
15617         * src/imap.c
15618                 o A bit less debug
15619                 o Fix a crash on deletion
15620                 o Threadize imap_select (it's called outside of 
15621                   threads)
15622                 o Defer treatment of DELETED flags
15623
15624
15625 2005-06-09 [colin]      1.9.11cvs55
15626
15627         * src/imap.c
15628                 Make sure we check imap_gtk_should_override(), which
15629                 potentially calls gtk stuff, before creating thread.
15630                 That way it should't be called via imap_get_session()
15631                 inside a thread.
15632
15633 2005-06-09 [colin]      1.9.11cvs54
15634
15635         * src/imap.c
15636                 o add a bit of status output
15637                 o remove some dead code
15638                 o threadize get_list_of_uids
15639                 o threadize imap_get_flags
15640                 o defer flag changing by 500ms so that they
15641                   can be batched
15642
15643
15644 2005-06-08 [colin]      1.9.11cvs53
15645
15646         * src/imap.c
15647                 Thread-ize imap_cmd_fetch
15648
15649 2005-06-08 [colin]      1.9.11cvs52
15650
15651         * src/main.c
15652                 Mmh, that broke POP3...
15653
15654 2005-06-08 [colin]      1.9.11cvs51
15655
15656         * src/main.c
15657                 Stabilize IMAP patch (thanks to Hoa)
15658
15659 2005-06-08 [colin]      1.9.11cvs50
15660
15661         * src/imap.c
15662                 Test patch to speed up imap. 
15663
15664 2005-06-08 [colin]      1.9.11cvs49
15665
15666         * src/imap_gtk.c
15667                 Warning fix
15668         * src/procmime.c
15669                 Apply patch from gentoo to use /usr/share/mime/globs if 
15670                 available, after un-breaking it
15671         * src/common/log.c
15672         * src/common/log.h
15673                 Use g_timeout for invoking hooks that possibly use gtk
15674                 calls. This should leave gtk calls in the main thread.
15675
15676 2005-06-08 [paul]       1.9.11cvs48
15677
15678         * src/codeconv.c
15679                 conv_get_outgoing_charset_str(): don't
15680                 use prefs_common setting
15681         * src/compose.c
15682         * src/compose.h
15683                 add /Options/Character encoding/... to
15684                 temporarily change the outgoing encoding
15685
15686         (belated sync with main)
15687
15688 2005-06-08 [paul]       1.9.11cvs47
15689
15690         * src/compose.c
15691                 correction to/completion of last
15692                 sync with main
15693
15694 2005-06-08 [paul]       1.9.11cvs46
15695
15696         sync with main:
15697         
15698         * src/codeconv.c
15699         * src/codeconv.h
15700                 always enabled Japanese auto-detection
15701                 if the first letters of locale string
15702                 is "ja"
15703         * src/compose.c
15704                 don't use "destroy" signal to destroy
15705                 Compose object (fix rare crashes on discard?)
15706         * src/mainwindow.c
15707         * src/messageview.c
15708         * src/prefs_send.c
15709                 added Hebrew encodings
15710         * src/sourcewindow.c
15711                 don't use "destroy" signal to destroy
15712                 objects
15713
15714 2005-06-07 [colin]      1.9.11cvs45
15715
15716         * src/summaryview.c
15717                 Add missing unlocks/locks
15718
15719 2005-06-07 [paul]       1.9.11cvs44
15720
15721         * src/summaryview.c
15722                 restore bug #749 fix
15723
15724 2005-06-06 [colin]      1.9.11cvs43
15725
15726         * src/summaryview.c
15727                 Fix selection bug when prefs_common.open_unread 
15728                 is FALSE
15729
15730 2005-06-06 [colin]      1.9.11cvs42
15731
15732         * src/common/md5.c
15733                 Fix a warning
15734         * src/summaryview.c
15735         * src/folderview.c
15736                 Factorize long operations beginning and end
15737                 (locking, freezing/thawing, cursor, ...)
15738                 Check selection->data member in selection-
15739                 related loops; this avoids dying an awful
15740                 death if the selection changes on us while
15741                 we're marking a whole IMAP folder unread, 
15742                 for example.
15743
15744 2005-06-06 [paul]       1.9.11cvs41
15745
15746         * src/textview.c
15747                 don't g_free() a static gchar buffer
15748
15749 2005-06-05 [colin]      1.9.11cvs40
15750
15751         * src/mainwindow.c
15752         * src/messageview.c
15753         * src/summaryview.c
15754                 Fix bug #749 (Show all headers should be
15755                 sticky as the GUI suggests)
15756
15757 2005-06-03 [paul]       1.9.11cvs39
15758
15759         * src/compose.c
15760                 don't allow editing of mail while sending.
15761                 patch by Colin
15762
15763 2005-06-03 [paul]       1.9.11cvs38
15764
15765         * src/folderview.c
15766                 add a freeze/thaw to speed up 'mark all read'
15767
15768 2005-06-03 [paul]       1.9.11cvs37
15769
15770         * src/prefs_message.c
15771                 reflect changes immediately
15772
15773 2005-06-02 [colin]      1.9.11cvs36
15774
15775         * po/POTFILES.in
15776                 Patch by Fabien Vantard.
15777
15778 2005-06-02 [colin]      1.9.11cvs35
15779
15780         * src/imap.c
15781                 Use a non-blocking imap_getline() if possible.
15782                 This should completely prevent the interface
15783                 from freezin on imap operations, although it
15784                 may do strange stuff in case of folder switching
15785                 while a big imap operation is taking place...
15786
15787                 In addition, fix a leak in the case thread
15788                 creation fails on connection.
15789
15790 2005-06-02 [colin]      1.9.11cvs34
15791
15792         * src/crash.c
15793         * src/prefs_common.h
15794                 Fix build (prefs_common_init() doesn't exist
15795                 anymore)
15796
15797 2005-06-02 [colin]      1.9.11cvs33
15798
15799         * src/prefs_account.c
15800                 Fix bug #245 (filtering rules broken when
15801                 renaming a remote account (imap4 or nntp)
15802
15803 2005-06-02 [colin]      1.9.11cvs32
15804
15805         * src/imap.c
15806                 Try to fix IMAP shortcomings: 
15807                 o Multithread imap_open()
15808                 o allow offline-mode overriding instead of
15809                   just returning NULL
15810         * src/imap_gtk.c
15811         * src/imap_gtk.h
15812                 Add a function to ask whether we want to
15813                 override offline-mode for 10 minutes (one-shot
15814                 asking was painful)
15815         * src/procheader.c
15816                 Fix segfault when imap parser isn't happy about
15817                 a missing {
15818
15819 2005-06-01 [colin]      1.9.11cvs31
15820
15821         * src/addrharvest.c
15822         * src/compose.c
15823         * src/mbox.c
15824         * src/mbox.h
15825         * src/mh.c
15826         * src/msgcache.c
15827         * src/send_message.c
15828         * src/setup.c
15829         * src/undo.c
15830         * src/common/hooks.c
15831         * src/common/prefs.c
15832         * src/common/template.c
15833         * src/common/utils.c
15834         * src/gtk/gtkutils.c
15835         * src/gtk/inputdialog.c
15836         * src/gtk/menu.c
15837         * src/gtk/pluginwindow.c
15838         * src/gtk/prefswindow.c
15839         * src/plugins/pgpmime/passphrase.c
15840         * src/plugins/pgpmime/prefs_gpg.c
15841                 More -Wall fixes
15842
15843         * src/common/Makefile.am
15844         * src/common/timing.h
15845                 Add basic timing code
15846
15847         * src/summaryview.c
15848                 Fix a bug with unread messages when 
15849                 re-sorting folders, and by the way
15850                 fix a big performance hit when 
15851                 re-sorting (10k mails: before 5s,
15852                 after .5s)
15853
15854         * src/prefs_compose_writing.c
15855         * src/prefs_compose_writing.h
15856         * src/prefs_message.c
15857         * src/prefs_message.h
15858         * src/prefs_other.c
15859         * src/prefs_other.h
15860         * src/prefs_quote.c
15861         * src/prefs_quote.h
15862         * src/prefs_receive.c
15863         * src/prefs_receive.h
15864         * src/prefs_send.c
15865         * src/prefs_send.h
15866         * src/prefs_summaries.c
15867         * src/prefs_summaries.h
15868                 Fix copyright banner
15869
15870 2005-06-01 [paul]       1.9.11cvs30
15871
15872         * po/fi.po
15873                 updated by Flammie Pirinen
15874         * src/procmime.c
15875                 fix 'Bad BASE64 content' output
15876
15877 2005-05-31 [colin]      1.9.11cvs29
15878
15879         * src/procmime.c
15880                 Oops, where did my hunk go.
15881
15882 2005-05-31 [colin]      1.9.11cvs28
15883
15884         * src/Makefile.am
15885         * src/account.c
15886         * src/action.c
15887         * src/addr_compl.c
15888         * src/addressbook.c
15889         * src/codeconv.c
15890         * src/compose.c
15891         * src/export.c
15892         * src/folder.c
15893         * src/folderview.c
15894         * src/image_viewer.c
15895         * src/main.c
15896         * src/mainwindow.c
15897         * src/messageview.c
15898         * src/mimeview.c
15899         * src/msgcache.c
15900         * src/prefs_account.c
15901         * src/prefs_actions.c
15902         * src/prefs_common.c
15903         * src/prefs_compose_writing.c
15904         * src/prefs_customheader.c
15905         * src/prefs_ext_prog.c
15906         * src/prefs_filtering.c
15907         * src/prefs_filtering_action.c
15908         * src/prefs_fonts.c
15909         * src/prefs_image_viewer.c
15910         * src/prefs_message.c
15911         * src/prefs_message.h
15912         * src/prefs_msg_colors.c
15913         * src/prefs_other.c
15914         * src/prefs_other.h
15915         * src/prefs_quote.c
15916         * src/prefs_receive.c
15917         * src/prefs_receive.h
15918         * src/prefs_send.c
15919         * src/prefs_send.h
15920         * src/prefs_spelling.c
15921         * src/prefs_summaries.c
15922         * src/prefs_summary_column.c
15923         * src/prefs_template.c
15924         * src/prefs_themes.c
15925         * src/prefs_toolbar.c
15926         * src/prefs_wrapping.c
15927         * src/procmime.c
15928         * src/procmsg.c
15929         * src/send_message.h
15930         * src/ssl_manager.c
15931         * src/summary_search.c
15932         * src/summaryview.c
15933         * src/textview.c
15934         * src/wizard.c
15935         * src/common/smtp.c
15936         * src/common/smtp.h
15937         * src/gtk/gtkutils.h
15938                 o Move the rest of Common prefs to new style
15939                 o Lots of -Wall warning fixes
15940                 o fix FIXME in cache memusage calculation
15941                 o Let return receipts be sent from any account
15942                 o Little cache optimisation (read)
15943                 o Fix bug #746 (don't treat commas as separators
15944                   when inside a quoted string)
15945
15946 2005-05-31 [paul]       1.9.11cvs27
15947
15948         * src/prefs_common.c
15949                 fix 'off-by-one' typo
15950
15951 2005-05-31 [paul]       1.9.11cvs26
15952
15953         * src/account.c
15954         * src/addr_compl.c
15955         * src/compose.c
15956         * src/foldersel.c
15957         * src/prefs_actions.c
15958         * src/prefs_common.c
15959         * src/prefs_common.h
15960         * src/prefs_customheader.c
15961         * src/prefs_display_header.c
15962         * src/prefs_filtering.c
15963         * src/prefs_filtering_action.c
15964         * src/prefs_matcher.c
15965         * src/prefs_summaries.c
15966         * src/prefs_summary_column.c
15967         * src/prefs_template.c
15968         * src/prefs_toolbar.c
15969         * src/ssl_manager.c
15970         * src/gtk/pluginwindow.c
15971         * src/gtk/prefswindow.c
15972         * src/gtk/progressdialog.c
15973                 add hidden prefs 'enable_rules_hint'
15974                 for gtk_tree_view_set_rules_hint()
15975                 (sync with main)
15976                 
15977
15978 2005-05-31 [colin]      1.9.11cvs25
15979
15980         * src/Makefile.am
15981         * src/main.c
15982         * src/prefs_common.c
15983         * src/prefs_summaries.c ** ADDED **
15984         * src/prefs_summaries.h ** ADDED **
15985                 Common/Display -> Display/Summaries
15986
15987 2005-05-31 [colin]      1.9.11cvs24
15988
15989         * src/Makefile.am
15990         * src/main.c
15991         * src/prefs_quote.c ** ADDED **
15992         * src/prefs_quote.h ** ADDED **
15993                 Move Common/Quote to Compose/Quoting
15994         * src/prefs_common.c
15995         * src/prefs_common.h
15996                 Remove old quote stuff, add
15997                 convenience functions for GtkTextView prefs
15998         * src/gtk/prefswindow.c
15999                 Set default height higher
16000
16001 2005-05-30 [colin]      1.9.11cvs23
16002
16003         * src/Makefile.am
16004         * src/main.c
16005         * src/prefs_common.c
16006         * src/prefs_compose_writing.c ** ADDED **
16007         * src/prefs_compose_writing.h ** ADDED **
16008                 Move Common/Compose prefs to Compose/Writing
16009
16010 2005-05-30 [colin]      1.9.11cvs22
16011
16012         * src/common/utils.c
16013                 Fix bug #651 (Confused Attract by Subject)
16014                 Patch by M. Benkmann <haferfrost@web.de>
16015         * AUTHORS
16016
16017 2005-05-30 [colin]      1.9.11cvs21
16018
16019         * src/compose.c
16020                 Fix concatenation of different headers of
16021                 the same type (bug #645)
16022         * src/prefs_folder_item.c
16023                 Fix bug #699 (setting color to black doesn't
16024                 work immediately)
16025         * src/procmime.c
16026                 Print out decoding error only once per
16027                 block
16028
16029 2005-05-30 [paul]       1.9.11cvs20
16030
16031         * src/common/template.c
16032                 fix Bcc
16033
16034 2005-05-30 [paul]       1.9.11cvs19
16035
16036         * doc/src/rfc2368.txt   **NEW FILE**
16037         * src/compose.c
16038                 compose_entries_set(): don't interpret Bcc
16039                 header field (conform to RFC 2368)
16040                 (sync with main)
16041
16042 2005-05-29 [colin]      1.9.11cvs18
16043
16044         * src/prefs_common.c
16045                 Let the default reply format respect
16046                 netiquette by cutting the signature.
16047
16048 2005-05-29 [colin]      1.9.11cvs17
16049
16050         * src/summaryview.c
16051                 Don't let always_show_msg override
16052                 open_unread_on_enter when opening a new
16053                 directory.
16054
16055 2005-05-27 [paul]       1.9.11cvs16
16056
16057         sync with main:
16058
16059         * src/main.c
16060                 app_will_exit(): cleanup tmp directory when exit
16061         * src/message_search.c
16062                 improved the interface and made code cleanup.
16063                 removed Clear button
16064         * src/send_message.c
16065                 send_message_local(): use GSpawn, and detect errors
16066         * src/summary_search.c
16067                 improved the interface and made code cleanup
16068         * src/textview.c
16069                 textview_write_link(): also skip non-ascii space
16070                  at the head of link strings (phishing check
16071                  didn't work at the case)
16072         * src/common/utils.c
16073                 get_command_output(): use g_spawn_command_line_sync()
16074                 instead of popen()
16075
16076 2005-05-26 [colin]      1.9.11cvs15
16077
16078         * src/folder.c
16079                 remove printf
16080
16081 2005-05-26 [colin]      1.9.11cvs14
16082
16083         * src/common/nntp.c
16084                 Fix nntp mode reader (bug #611)
16085                 Patch by Florian Mickler <florian@mickler.org>
16086
16087 2005-05-26 [colin]      1.9.11cvs13
16088
16089         * src/plugins/pgpmime/passphrase.c
16090                 Fix mouse grabbing (bug #557)
16091
16092 2005-05-26 [colin]      1.9.11cvs12
16093
16094         * src/prefs_themes.c
16095                 Fix g_warning (bug #541)
16096
16097 2005-05-26 [colin]      1.9.11cvs11
16098
16099         * src/prefs_actions.c
16100         * src/prefs_template.c
16101                 Fix bug #506 (no warning if action/template
16102                 is not saved)
16103         * src/common/template.c
16104                 Fix a possible crash
16105
16106 2005-05-26 [colin]      1.9.11cvs10
16107
16108         * src/folder.c
16109         * src/folderview.c
16110         * src/procmsg.c
16111         * src/summaryview.c
16112                 Forbid locked messages to be moved or
16113                 deleted. Locked messages in trashes 
16114                 still get deleted, for performance
16115                 reason (mh.c::mh_remove_all_msgs)
16116
16117 2005-05-25 [colin]      1.9.11cvs9
16118
16119         * src/procmime.c
16120                 Use correct encoding when sending mails
16121                 with attachments that have accentued 
16122                 chars in their name
16123
16124 2005-05-24 [colin]      1.9.11cvs8
16125
16126         * src/summaryview.c
16127                 Fix bug #688 f) read/unread marker not
16128                 changed on first click
16129                 Also, optimize summary_status_show()
16130                 calls
16131         * src/folder.c
16132         * src/inc.c
16133         * src/procmime.c
16134                 Fix bug #688 b) and c) wrt message
16135                 attachments and signature
16136         * src/stock_pixmap.c
16137         * src/stock_pixmap.h
16138         * src/stock_pixmap.c
16139         * src/stock_pixmap.h
16140         * src/Makefile.am
16141         * src/pixmaps/clip_gpg_signed.xpm
16142                 Add clip/signed icon
16143
16144 2005-05-24 [colin]      1.9.11cvs7
16145
16146         * src/folder_item_prefs.c
16147                 whitespace fix
16148
16149 2005-05-24 [colin]      1.9.11cvs6
16150
16151         * src/folderview.c
16152         * src/prefs_common.c
16153         * src/prefs_common.h
16154                 Add a confirmation to folder drag and drop
16155                 fixes bug #156
16156         * src/alertpanel.c
16157         * src/alertpanel.h
16158                 fix _with_disable parameters so that
16159                 the buttons labels are specifiable too
16160         * src/plugins/pgpmime/sgpgme.c
16161                 reflect said change
16162                 
16163
16164 2005-05-24 [colin]      1.9.11cvs5
16165
16166         * src/folderview.c
16167                 Uncollapse/collapse folders on double-click
16168                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16169                 closes bug #108
16170
16171 2005-05-23 [colin]      1.9.11cvs4
16172
16173         * src/common/socket.c
16174                 Check another special SSL_peek() error.
16175                 Should help wrt bug #728
16176
16177 2005-05-23 [colin]      1.9.11cvs3
16178
16179         * src/plugins/pgpmime/pgpmime.c
16180                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16181                 breaking menu accelerators and stuff. Users will have to
16182                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16183                 account's privacy preferences if needed.
16184
16185 2005-05-22 [paul]
16186
16187         * tools/kdeservicemenu/install.sh
16188                 use kdesu to prompt for root password if doing
16189                 global install/uninstall
16190
16191 2005-05-20 [colin]      1.9.11cvs2
16192
16193         * src/procmsg.c
16194                 Fix another compilation error with gcc-2.9x
16195                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16196         * src/send_message.c
16197                 Don't send QUIT if we aren't connected
16198
16199 2005-05-19 [colin]      1.9.11cvs1
16200
16201         * src/procmsg.c
16202                 Fix compilation with gcc 2.9x
16203
16204 2005-05-19 [paul]       1.9.11
16205
16206         1.9.11 released
16207
16208 2005-05-19 [paul]       1.9.9cvs14
16209
16210         * src/gtk/inputdialog.c
16211                 prevent gettext warning
16212
16213 2005-05-19 [paul]       1.9.9cvs13
16214
16215         * src/mainwindow.c
16216         * src/prefs_common.c
16217         * src/prefs_common.h
16218         * src/textview.c
16219         * src/textview.h
16220                 add an option to toggle cursor in message
16221                 view (sync with main)
16222
16223 2005-05-18 [colin]      1.9.9cvs12
16224
16225         * src/compose.c
16226                 Dereference freed pointer
16227         * src/gtk/gtkaspell.c
16228                 Fix duplication of dictionaries (is it an aspell issue?)
16229
16230 2005-05-18 [colin]      1.9.9cvs11
16231
16232         * src/gtk/inputdialog.c
16233         * src/gtk/gtkaspell.c
16234                 HIGuify dialogs
16235         * src/alertpanel.c
16236                 Remove a double call
16237
16238 2005-05-17 [colin]      1.9.9cvs10
16239
16240         * src/gtk/gtkaspell.c
16241                 Fix dialogs, Ctrl-Enter accel
16242
16243 2005-05-17 [colin]      1.9.9cvs9
16244
16245         * src/gtk/gtkaspell.c
16246                 Fix some accelerators, escape in replace-window
16247
16248 2005-05-16 [colin]      1.9.9cvs8
16249
16250         * src/gtk/gtkaspell.c
16251                 Revert last commit, it was a mistake.
16252
16253 2005-05-16 [colin]      1.9.9cvs7
16254
16255         * src/gtk/gtkaspell.c
16256                 Remove buggy code while we're at it. It's a 
16257                 dead code path anyway.
16258
16259 2005-05-16 [colin]      1.9.9cvs6
16260
16261         * src/gtk/gtkaspell.c
16262                 Missed some gtk_menu_popup where deactivate
16263                 signal should be handled. Should fix bug
16264                 #629 a bit more.
16265
16266 2005-05-16 [colin]      1.9.9cvs5
16267
16268         * src/gtk/gtkaspell.c
16269                 Remove debug printf()s
16270
16271 2005-05-16 [colin]      1.9.9cvs4
16272
16273         * src/gtk/gtkaspell.c
16274                 Fix a bit aspell problems
16275                 (see bug #629)
16276
16277 2005-05-13 [colin]      1.9.9cvs3
16278
16279         * src/folderview.c
16280                 Fix the + appearing even when no subfolders
16281                 have unread messages. Thanks to wwp for the
16282                 bug report.
16283
16284 2005-05-11 [paul]       1.9.9cvs2
16285
16286         * src/folderview.c
16287                 correction to 1.9.9cvs1, only colour folders that
16288                 have new msgs (not unread msgs)
16289
16290 2005-05-10 [colin]      1.9.9cvs1
16291
16292         * src/folderview.c
16293         * src/summaryview.c
16294                 Try to fix bolding bugs again.
16295
16296 2005-05-09 [paul]
16297
16298         * tools/claws.i18n.status.pl
16299                 add Ricardo Mones Lastra's script that has been providing
16300                 the i18n status page for many months
16301
16302 2005-05-09 [paul]       1.9.9
16303
16304         1.9.9 release
16305
16306 2005-05-09 [paul]       1.9.6cvs58
16307
16308         * AUTHORS
16309         * INSTALL
16310         * README.claws
16311                 updated
16312         * Makefile.am 
16313         * RELEASE_NOTES.claws
16314                 add release notes to cvs to simplify release
16315                 procedure
16316         * configure.ac
16317                 add ca and fi to ALL_LINGUAS
16318         * po/Makefile.in.in
16319                 workaround for missing Makevars
16320         * po/ca.po
16321         * po/fi.po
16322                 add new Catalan and Finnish translations
16323                 submitted by Miquel Oliete and Flammie Pirinen
16324         * po/de.po
16325         * po/es.po
16326         * po/fr.po
16327         * po/it.po
16328         * po/pl.po
16329         * po/ru.po
16330         * po/sk.po
16331         * po/sr.po
16332         * po/zh_CN.po
16333                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16334                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16335                 Urke MMI, and Hansom Young
16336         * src/main.c
16337                 Fix drafting when quitting. compose_draft() closes the
16338                 compose windows, which modifies the compose_list GSList.
16339                 We have to refresh this list after echo drafting to avoid a
16340                 segfault
16341         * src/partial_download.c
16342                 fix segfault on exit
16343
16344 2005-05-06 [paul]       1.9.6cvs57
16345
16346         * src/grouplistdialog.c
16347                 quick fix/workaround for unresizeable newsgroup
16348                 name column 
16349
16350 2005-05-06 [paul]       1.9.6cvs56
16351
16352         * src/inc.c
16353         * src/mainwindow.c
16354                 use gettext plural forms
16355         * src/imap_gtk.c
16356         * src/mh_gtk.c
16357         * src/toolbar.c
16358                 small improvement to english usage
16359
16360 2005-05-05 [thorsten]   1.9.6cvs55
16361
16362         * src/folder.c
16363                 fix possible crash
16364
16365 2005-05-05 [paul]       1.9.6cvs54
16366         
16367         sync with HEAD
16368
16369         * AUTHORS
16370         * src/compose.c
16371                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16372                 patch by Tim Mann
16373
16374 2005-05-05 [paul]       1.9.6cvs53
16375
16376         * src/mainwindow.c
16377                 fix resizing of separate message and
16378                 folder views
16379
16380 2005-05-05 [paul]       1.9.6cvs52
16381
16382         * src/account.c
16383         * src/addrgather.c
16384         * src/browseldap.c
16385         * src/exphtmldlg.c
16386         * src/expldifdlg.c
16387         * src/importmutt.c
16388         * src/importpine.c
16389         * src/main.c
16390         * src/mainwindow.c
16391         * src/noticeview.c
16392         * src/prefs_filtering.c
16393         * src/prefs_filtering_action.c
16394         * src/prefs_matcher.c
16395         * src/prefs_spelling.c
16396         * src/prefs_toolbar.c
16397         * src/toolbar.c
16398         * src/wizard.c
16399         * src/gtk/description_window.c
16400         * src/gtk/gtkvscrollbutton.c
16401         * src/gtk/progressdialog.c
16402         * src/gtk/quicksearch.c
16403         * src/plugins/pgpmime/prefs_gpg.c
16404         * src/plugins/spamassassin/spamassassin_gtk.c
16405                 replace deprecated gtk_widget_set_usize
16406
16407 2005-05-04 [colin]      1.9.6cvs51
16408
16409         * src/common/utils.c
16410                 Fix crash when subst_for_filename is called
16411                 with a NULL parameter
16412
16413 2005-05-04 [colin]      1.9.6cvs50
16414
16415         * src/partial_download.c
16416         * src/pop.c
16417                 Escape login when writing uidl file
16418                 fixes bug #736
16419
16420 2005-05-03 [colin]      1.9.6cvs49
16421
16422         * src/procmime.c
16423                 Fix possible DOS in mime parser
16424                 (see bug #634)
16425
16426 2005-05-02 [colin]      1.9.6cvs48
16427
16428         * src/compose.c
16429                 Try to fix the copy/paste mess once again.
16430
16431
16432 2005-04-30 [colin]      1.9.6cvs47
16433
16434         * src/prefs_account.h
16435         * src/procmsg.c
16436         * src/send_message.c
16437         * src/common/smtp.c
16438         * src/common/smtp.h
16439                 Try to batch sending mails (per account) instead of
16440                 reconnecting to server every time.
16441
16442 2005-04-29 [colin]      1.9.6cvs46
16443
16444         * src/messageview.c
16445                 Fix window resizing that refused to size down
16446         * src/prefs_common.c
16447         * src/prefs_common.h
16448         * src/prefs_filtering.c
16449                 Save Filtering's window size
16450
16451 2005-04-21 [paul]       1.9.6cvs45
16452
16453         * ChangeLog-gtk2.claws
16454         * src/setup.c
16455                 correction to sync
16456
16457 2005-04-21 [paul]       1.9.6cvs44
16458
16459         sync with main:
16460
16461         * src/setup.c
16462         * src/statusbar.c
16463         * src/statusbar.h
16464                 use gtkut_widget_draw_now(). Improved performance
16465                 of the update of statusbar
16466         * src/textview.c
16467                 textview_smooth_scroll_do(): redraw it after scroll
16468                 is done (fixed incorrect display when a part of the
16469                 view is hidden).
16470         * src/gtk/gtkutils.c
16471         * src/gtk/gtkutils.h
16472                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16473                 to force update of widgets.
16474                 Removed gtkut_widget_wait_for_draw() which had a big
16475                 overhead  because of waiting for all events processed 
16476
16477 2005-04-20 [paul]       1.9.6cvs43
16478
16479         * src/codeconv.c
16480                 complete 1.9.6cvs42's sync:
16481                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16482
16483 2005-04-19 [paul]       1.9.6cvs42
16484
16485         sync with main:
16486
16487         * src/action.c
16488                 catch_output(): correctly select the insert text
16489                 (fix invalid iterator warnings).
16490         * src/codeconv.c
16491         * src/codeconv.h
16492         * src/mainwindow.c
16493         * src/messageview.c
16494         * src/prefs_common.c
16495                 support GBK encoding.
16496         * src/common/session.c
16497         * src/common/session.h
16498                 use separate buffer for large data to be sent,
16499                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16500
16501 2005-04-18 [paul]       1.9.6cvs41
16502
16503         * src/jpilot.c
16504                 convert unsigned long into guint32
16505                 patch by Paul LeoNerd Evans 
16506
16507 2005-04-17 [colin]      1.9.6cvs40
16508
16509         * src/compose.c
16510                 Fix 'Request return receipt' from folder
16511                 properties (bug #708)
16512
16513 2005-04-17 [colin]      1.9.6cvs39
16514
16515         * src/mainwindow.c
16516                 Fix duplicate hotkeys in Mainwindow's menu
16517
16518 2005-04-17 [colin]      1.9.6cvs38
16519
16520         * src/folderview.c
16521                 Fix duplicate hotkeys in Folderview's contextual
16522                 menu
16523
16524 2005-04-15 [colin]      1.9.6cvs37
16525
16526         * src/summaryview.c
16527                 Fix 'Save as...' with non-ascii filenames
16528
16529 2005-04-15 [colin]      1.9.6cvs36
16530
16531         * src/plugins/pgpmime/pgpmime.c
16532                 Fix bus error on 64bit. Spotted by 
16533                 macallan1888@gmail.com
16534
16535 2005-04-15 [colin]      1.9.6cvs35
16536
16537         * src/prefs_account.c
16538                 Fix cvs34.
16539
16540 2005-04-12 [colin]      1.9.6cvs34
16541
16542         * src/prefs_account.c
16543                 Fix smtp auth type off-by-one. We forgot to
16544                 add PLAIN in the prefs-to-gui setter func and
16545                 as a result, the selected auth when opening
16546                 account prefs was not the correct one.
16547
16548 2005-04-12 [paul]       1.9.6cvs33
16549
16550         * src/inc.c
16551                 if the recv dialog is visible, Cancel only
16552                 cancels the current account
16553
16554
16555 2005-04-10 [colin]      1.9.6cvs32
16556
16557         * src/filtering.c
16558                 Copy score when copying FilteringActions
16559                 Fix bug #674
16560
16561 2005-04-10 [colin]      1.9.6cvs31
16562
16563         * src/inc.c
16564                 Make Message -> Receive -> Cancel cancel 
16565                 incorporation on all accounts. Fixes
16566                 bug #693
16567
16568 2005-04-10 [colin]      1.9.6cvs30
16569
16570         * src/prefs_account.c
16571                 Update Privacy checkbuttons status based
16572                 on the selected privacy system
16573         * src/compose.c
16574                 Always connect the "None" privacy system; the
16575                 static boolean was probably there to avoid
16576                 reconnecting twice in the same compose window,
16577                 but as the parent function is only called once
16578                 per compose, it's only a bug - as a static is
16579                 initialized once per application instance.
16580                 Also, don't uncheck Sign and Encrypt when
16581                 selecting None as privacy system; just ignore
16582                 them when sending/queuing.
16583                 Should fix bug #695
16584
16585 2005-04-08 [colin]      1.9.6cvs29
16586
16587         * src/account.c
16588         * src/prefs_account.c
16589         * src/prefs_account.h
16590                 Add account preference to queue message in a certain
16591                 folder.
16592
16593 2005-04-06 [colin]      1.9.6cvs28
16594
16595         * src/prefs_account.c
16596                 Update old inbox path syntax
16597
16598 2005-04-06 [paul]       1.9.6cvs27
16599
16600         sync with main:
16601
16602         * configure.ac
16603                 changed -traditional-cpp to -no-cpp-precomp for newer
16604                 Mac OS X support
16605         * src/foldersel.c
16606                 made column resize automatically
16607         * src/send_message.c
16608                 send_message_smtp(): consider EOF right after QUIT
16609                 successful (workaround for Gmail SMTP server)
16610         * src/common/socket.c
16611                 ssl_read(), ssl_peek(): check EOF which violates the
16612                 SSL protocol
16613         * src/gtk/colorlabel.c
16614                 removed warnings when displaying colorlabel menu
16615                 (don't use GtkAlignment)
16616
16617 2005-04-05 [paul]       1.9.6cvs26
16618
16619         * src/plugins/trayicon/trayicon.c
16620                 fix clipping of icon under KDE3 
16621
16622 2005-04-05 [paul]       1.9.6cvs25
16623
16624         * src/summaryview.c
16625                 hide display of threading
16626                 patch by Alfons
16627
16628 2005-04-04 [thorsten]   1.9.6cvs24
16629
16630         * src/mh.c
16631                 marks lost on filesystems with different stat() results on
16632                 summer-/wintertime
16633
16634 2005-04-03 [colin]      1.9.6cvs23
16635
16636         * src/summaryview.c
16637                 Don't handle up/down. Patch by Alfons
16638
16639 2005-04-02 [colin]      1.9.6cvs22
16640
16641         * src/summaryview.c
16642                 Make scrolling faster. Patch by Alfons.
16643
16644 2005-04-01 [colin]      1.9.6cvs21
16645
16646         * src/Makefile.am
16647         * src/stock_pixmap.c
16648         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16649         * src/pixmaps/dir_noselect.xpm ** ADDED **
16650                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16651
16652 2005-04-01 [colin]      1.9.6cvs20
16653
16654         * src/image_viewer.c
16655         * src/image_viewer.h
16656         * src/procmime.c
16657         * src/procmime.h
16658         * src/textview.c
16659         * src/textview.h
16660                 Implement inline image resizing and right-clicking
16661
16662 2005-04-01 [paul]       1.9.6cvs19
16663
16664         * AUTHORS
16665         * Makefile.am
16666         * configure.ac
16667                 check for gnome2
16668                 patch by Luca Cavalli <loopback<AT>slackit.org>
16669         * po/ru.po
16670                 updated by Pavlo Bohmat
16671
16672 2005-03-31 [colin]      1.9.6cvs18
16673
16674         * src/news.c
16675                 Fix parsing references
16676         * src/msgcache.c
16677                 don't put nulls in the references list
16678         * src/procheader.c
16679                 commit that forgotten file in 1.9.6cvs14
16680
16681 2005-03-31 [colin]      1.9.6cvs17
16682
16683         * src/compose.c
16684                 Fix joining of signature separator again. 
16685                 Maybe Hiro could put it in main too...
16686
16687 2005-03-31 [colin]      1.9.6cvs16
16688
16689         * src/Makefile.am
16690         * src/foldersel.c
16691         * src/stock_pixmap.c
16692         * src/stock_pixmap.h
16693         * src/pixmaps/dir-noselect.xpm
16694                 Update foldersel.c (sync from main, patch by Alfons)
16695
16696 2005-03-30 [colin]      1.9.6cvs15
16697
16698         * src/imap.c
16699                 Fix handling of imap folders containing [] in 
16700                 their name. Thanks to Nahuel Angelinetti for
16701                 the detailed bugreport.
16702
16703 2005-03-30 [colin]      1.9.6cvs14
16704
16705         * src/common/utils.h
16706         * src/common/utils.c
16707         * src/common/defs.h
16708         * src/matcher.c
16709         * src/msgcache.c
16710         * src/news.c
16711         * src/procmsg.c
16712         * src/procmsg.h
16713         * src/quote_fmt_parse.y
16714         * src/summaryview.c
16715                 Update references system. Patch by Alfons
16716
16717 2005-03-30 [colin]      1.9.6cvs13
16718
16719         * src/common/socket.c
16720                 Force the glibc to read resolv.conf again when 
16721                 it has changed. Should fix issues when changing
16722                 networks on a laptop and not restarting sylpheed. 
16723
16724 2005-03-30 [paul]       1.9.6cvs12
16725
16726         partial sync with main:
16727
16728         * src/action.c
16729                 create_io_dialog(): use user-defined text font
16730                 (thanks to Alfons), and modified its appearance.
16731         * src/addrgather.c
16732         * src/addrharvest.c
16733         * src/browseldap.c
16734                 replace old code
16735         * src/compose.c
16736                 don't join (presumably) itemized lines on line-wrapping
16737                 fixed wrapping of quote when auto-wrapping is enabled
16738                 compose_destroy(): destroy paned only if it's not
16739                 attached to window. Fixed memory leak of popup menu.
16740         * src/exphtmldlg.c
16741         * src/expldifdlg.c
16742                 replace old code
16743         * src/html.c
16744         * src/html.h
16745         * src/importmutt.c
16746         * src/importpine.c
16747                 replace old code
16748         * src/main.c
16749                 removed redundant code
16750         * src/mainwindow.c
16751                 changed 'Code set' (which is rather incorrect)
16752                 in the menu to 'Character encoding'
16753                 main_window_set_widgets(): request size first
16754                 to prevent window size becoming wrong
16755                 fixed remembering of the state of the visibility
16756                 of MessageView
16757         * src/messageview.c
16758                 changed 'Code set' (which is rather incorrect)
16759                 in the menu to 'Character encoding'
16760         * src/prefs_common.c
16761         * src/prefs_common.h
16762                 added an option whether to render HTML as text or not
16763                 added separators to outgoing encoding menu
16764         * src/procheader.c
16765                 procheader_scan_date_string(): support header
16766                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16767         * src/summaryview.c
16768         * src/summaryview.h
16769                 minor code cleanup
16770         * src/textview.c
16771                 textview_show_html(): force output of newline
16772                 added an option whether to render HTML as text or not
16773         * src/common/utils.c
16774                 strncpy2(): optimized based on Alfons' code
16775         * src/gtk/gtkutils.c
16776         * src/gtk/gtkutils.h
16777                 removed non-used code
16778         * src/plugins/pgpmime/passphrase.c
16779                 partially fixed grab input of passphrase dialog
16780                 Confine pointer to window
16781
16782 2005-03-30 [colin]      1.9.6cvs11
16783
16784         * src/msgcache.c
16785         * src/msgcache.h
16786                 Read/write 32bit ints from cache & marks
16787                 From main.
16788
16789 2005-03-29 [paul]       1.9.6cvs10
16790
16791         * AUTHORS
16792         * ChangeLog.claws
16793         * src/compose.c
16794         * src/gtk/gtkaspell.c
16795                 sync with HEAD (don't pass NULL pointers) 
16796
16797 2005-03-24 [paul]
16798
16799         * tools/Makefile.am
16800         * tools/README
16801         * tools/acroread2sylpheed.pl
16802                 sync with HEAD (add script to send pdfs as
16803                 attachments from Adobe Reader 7)
16804
16805 2005-03-21 [paul]       1.9.6cvs9
16806
16807         * configure.ac
16808         * po/POTFILES.in
16809         * src/Makefile.am
16810         * src/crash.c
16811         * src/image_viewer.c ** ADDED **
16812         * src/image_viewer.h ** ADDED **
16813         * src/main.c
16814         * src/prefs_common.c
16815         * src/prefs_common.h
16816         * src/prefs_image_viewer.c ** ADDED **
16817         * src/prefs_image_viewer.h ** ADDED **
16818         * src/textview.c
16819         * src/gtk/about.c
16820         * src/pixmaps/sylpheed_logo.xpm
16821         * src/plugins/Makefile.am
16822         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16823         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16824         * src/plugins/image_viewer/plugin.c ** REMOVED **
16825         * src/plugins/image_viewer/viewer.c ** REMOVED **
16826         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16827         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16828         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16829         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16830         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16831                 as gdk-pixbuf is now built-in
16832                 remove image_viewer plugin and put code back into
16833                 main codebase
16834                 implement inline image display (sync with main)
16835
16836                 replace logo with newer, nicer, larger version  
16837
16838 2005-03-21 [paul]       1.9.6cvs8
16839
16840         * src/gtk/about.c
16841                 cosmetic improvement
16842
16843 2005-03-21 [holger]     1.9.6cvs7
16844
16845         * src/plugins/spamassassin/spamassassin.c
16846                 Sync with HEAD
16847                 (unregister hook on failed plugin init)
16848
16849 2005-03-20 [colin]      1.9.6cvs6
16850
16851         * src/common/plugin.c
16852                 Check that plugin isn't already loaded
16853                 Patch by Alfons
16854
16855 2005-03-20 [thorsten]   1.9.6cvs5
16856
16857         * src/compose.c
16858                 use a more compatible syntax
16859
16860 2005-03-20 [thorsten]   1.9.6cvs4
16861
16862         * src/prefs_toolbar.c
16863                 fix crash when selecting toolbar item (uninitialized pointer)
16864
16865 2005-03-20 [thorsten]   1.9.6cvs3
16866
16867         * src/procmime.c
16868                 fix mimetype detection (referenced free()d string)
16869
16870 2005-03-20 [paul]       1.9.6cvs2
16871
16872         * src/compose.c
16873                 sync with HEAD (1.0.3cvs5)
16874                 neglect Reply-To header if empty
16875                 Patch by Alfons 
16876
16877 2005-03-19 [holger]     1.9.6cvs1
16878
16879         * src/summaryview.c
16880         * src/summaryview.h
16881                 Sync with HEAD
16882
16883 2005-03-18 [paul]       1.9.6
16884
16885         initial GTK2 release
16886
16887 2005-03-18 [paul]       1.0.3cvs3.1
16888
16889         * AUTHORS
16890         * ChangeLog.claws
16891         * configure.ac
16892         * src/gtk/about.c
16893         * src/pixmaps/sylpheed_logo.xpm
16894                 sync with HEAD
16895
16896 2005-03-18 [colin]      1.0.3cvs2.6
16897
16898         * src/summaryview.c
16899                 Remove call to summary_step in summary_copy_selected_to
16900                 Can't see its purpose, and this causes bug when copying
16901                 a message if the next one is unread: it reads it.
16902
16903 2005-03-18 [paul]       1.0.3cvs2.5
16904
16905         * src/foldersel.c
16906                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16907
16908 2005-03-18 [paul]       1.0.3cvs2.4
16909
16910         * src/addrharvest.c
16911         * src/codeconv.c
16912         * src/codeconv.h
16913         * src/compose.c
16914         * src/news.c
16915         * src/procheader.c
16916         * src/procmime.c
16917         * src/unmime.c
16918         * src/unmime.h
16919                 fix buffer overflow, CAN-2005-0667, see
16920                 http://secunia.com/advisories/14491/
16921                 Patch by Alfons
16922
16923 2005-03-17 [colin]      1.0.3cvs2.3
16924
16925         * src/prefs_fonts.c
16926         * src/summaryview.c
16927                 Fix font bugs (both lists now officialy share 
16928                 the same font)
16929                 
16930
16931 2005-03-17 [paul]       1.0.3cvs2.2
16932
16933         * src/gtk/pluginwindow.c
16934                 make plugin descriptions uneditable
16935
16936 2005-03-11 [paul]       1.0.3cvs2.1
16937
16938         * ChangeLog.claws
16939         * configure.ac
16940         * po/POTFILES.in
16941         * src/plugins/trayicon/trayicon.c
16942                 sync with HEAD
16943                 add src/wizard.c to POTFILES.in
16944
16945 2005-03-11 [paul]       1.0.3cvs1.1
16946
16947         * ChangeLog
16948         * ChangeLog.claws
16949         * configure.ac
16950         * po/de.po
16951         * po/es.po
16952         * po/fr.po
16953         * po/it.po
16954         * po/pt_BR.po
16955         * po/ru.po
16956         * po/sk.po
16957         * po/sr.po
16958         * po/zh_CN.po
16959                 sync with HEAD
16960
16961 2005-03-04 [colin]      1.0.1cvs22.2
16962
16963         * src/compose.c
16964                 Fix signatures with accentued chars in it
16965
16966 2005-03-04 [colin]      1.0.1cvs22.1
16967
16968         * src/common/smtp.c
16969         * src/common/smtp.h
16970                 Don't use SIZE param in MAIL FROM: if server 
16971                 doesn't support it. Patch by Eugen Freiter
16972                 <eugen_f@users.sf.net>
16973
16974 2005-02-27 [paul]       1.0.1cvs20.1
16975
16976         * ChangeLog.claws
16977         * configure.ac
16978         * src/messageview.c
16979                 sync with HEAD
16980
16981 2005-02-27 [colin]      1.0.1cvs19.4
16982
16983         * src/procheader.c
16984         * src/procheader.h
16985                 Fix prototypes. Patch by Alfons
16986
16987 2005-02-27 [colin]      1.0.1cvs19.3
16988
16989         * src/compose.c
16990                 Don't auto-join the signature separator.
16991
16992 2005-02-26 [colin]      1.0.1cvs19.2
16993
16994         * src/summaryview.c
16995                 Fix 'mark all read' with collapsed threads.
16996                 Patch by Alfons.
16997
16998 2005-02-25 [paul]       1.0.1cvs19.1
16999
17000         * ChangeLog.claws
17001         * configure.ac
17002         * src/prefs_account.c
17003         * src/prefs_folder_item.c
17004         * src/gtk/prefswindow.c
17005         * src/gtk/prefswindow.h
17006                 sync with HEAD
17007
17008 2005-02-25 [paul]       1.0.1cvs15.12
17009
17010         * src/alertpanel.c
17011         * src/codeconv.c
17012         * src/compose.c
17013         * src/textview.c
17014         * src/gtk/gtkutils.c
17015         * src/gtk/gtkutils.h
17016         * src/gtk/logwindow.c
17017         * src/gtk/progressdialog.c
17018                 sync with main (revision 127)
17019                 and fix logwindow clipping
17020
17021 2005-02-24 [colin]      1.0.1cvs15.11
17022
17023         * src/plugins/pgpmime/passphrase.c
17024                 Disable input grabbing; it doesn't work yet.
17025
17026 2005-02-24 [colin]      1.0.1cvs15.10
17027
17028         * src/messageview.c
17029                 Don't send out receipts if offline. Ask.
17030
17031 2005-02-23 [colin]      1.0.1cvs15.9
17032
17033         * src/summaryview.c     
17034                 Fix expanding
17035
17036 2005-02-23 [colin]      1.0.1cvs15.8
17037
17038         * src/summaryview.c
17039                 Really fix Bug 568 by removing useless
17040                 calls. summary_thread_init() now called
17041                 in summary_sort(). This should please
17042                 Alfons as it should be faster than 
17043                 previously.
17044
17045 2005-02-23 [colin]      1.0.1cvs15.7
17046
17047         * src/compose.c
17048                 Encode parts as QP or B64 if signing
17049
17050 2005-02-23 [colin]      1.0.1cvs15.6
17051
17052         * src/compose.c
17053                 Fix Mimeinfo leakage (including tmp files)
17054         * src/procmsg.c
17055                 Fix tmp file leakage (spotted by Ivan Rayner)
17056
17057 2005-02-22 [colin]      1.0.1cvs15.5
17058
17059         * src/expldifdlg.c
17060                 Fix keyboard input. Patch by Alfons.
17061
17062 2005-02-21 [colin]      1.0.1cvs15.4
17063
17064         * src/compose.c
17065                 Fix Sign/Encrypt when unselecting privacy
17066                 system
17067         * src/prefs_common.c
17068                 Change default message font to Monospace
17069         * src/summaryview.c
17070                 More freezing during potentially large operations
17071
17072 2005-02-21 [paul]       1.0.1cvs15.3
17073
17074         * src/main.c
17075                 fix --help output
17076
17077 2005-02-21 [paul]       1.0.1cvs15.2
17078
17079         * po/Makefile.in.in
17080         * src/compose.c
17081         * src/summaryview.c
17082         * src/textview.c
17083         * src/common/utils.c
17084         * src/common/utils.h
17085                 sync with main (revision 117)
17086
17087 2005-02-20 [colin]      1.0.1cvs15.1
17088
17089         * src/common/defs.h
17090                 Change cache file to .sylpheed_claws_cache, as
17091                 suggested by Alfons. Allows people to switch
17092                 between Sylpheed and Sylpheed-Claws. it is
17093                 a good idea to "Check for new messages" at next
17094                 startup.
17095
17096
17097 2005-02-18 [colin]      1.0.1cvs14.1
17098
17099         * src/quote_fmt_lex.l
17100         * src/quote_fmt_parse.y
17101                 Fix parser initialisation. Patch by Ivan.
17102
17103 2005-02-18 [colin]      1.0.1cvs11.6
17104
17105         * src/folderview.c
17106                 Fix scrolldown (bug 662)
17107
17108 2005-02-17 [colin]      1.0.1cvs11.5
17109
17110         * src/codeconv.c
17111                 conv_filename_to_utf8: return clean 7bit instead
17112                 of broken utf8 if needed
17113         * src/mimeview.c
17114                 Fix display of parts with unclean 8bit names
17115
17116 2005-02-17 [paul]       1.0.1cvs11.4
17117
17118         * src/compose.c
17119         * src/exportldif.c
17120         * src/matcher_parser_parse.y
17121         * src/procmime.c
17122         * src/sourcewindow.c
17123         * src/common/Makefile.am
17124         * src/common/intl.h             ** REMOVED **
17125         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17126                 sync with main (revision 109)
17127                 and clean up
17128
17129 2005-02-16 [colin]      1.0.1cvs11.3
17130
17131         * src/summaryview.c
17132                 Fix collapsed thread not highlighting when new
17133                 messages in it (Bug 568) Patch by Stephan Sachse.
17134                 Fix messed up selection when reaching bounds (Bug 632)
17135         * src/prefs_themes.c
17136                 Fix theme installing (Bug 684)
17137
17138 2005-02-16 [colin]      1.0.1cvs11.2
17139
17140         * src/messageview.c
17141                 Fix messageview_select_all
17142
17143 2005-02-16 [colin]      1.0.1cvs11.1
17144
17145         * src/mh.c
17146                 Sync with HEAD (MH scan required function)
17147
17148 2005-02-15 [colin]      1.0.1cvs8.1
17149
17150         * src/mimeview.c
17151         * src/common/utils.c
17152                 Sync with HEAD (filename chars substitution)
17153
17154 2005-02-15 [colin]      1.0.1cvs7.3
17155
17156         * src/gtk/pluginwindow.c
17157                 Fix button spacing
17158
17159 2005-02-15 [colin]      1.0.1cvs7.2
17160
17161         * src/mimeview.c
17162                 Fix mime icons not reset across message when
17163                 scrolled down
17164
17165 2005-02-15 [colin]      1.0.1cvs7.1
17166
17167         * src/compose.c
17168         * src/procmime.c
17169                 Sync with HEAD (optimisation of cvs6)
17170
17171 2005-02-14 [colin]      1.0.1cvs6.1
17172
17173         * src/compose.c
17174         * src/procmime.c
17175                 Sync with HEAD (encode "From " at line beginning)
17176
17177 2005-02-14 [colin]      1.0.1cvs5.3
17178
17179         * src/compose.c
17180                 Fix wrapping with accentued chars.
17181
17182 2005-02-13 [colin]      1.0.1cvs5.2
17183
17184         * src/textview.c
17185                 Fix email informative part parsing with
17186                 accentued chars in it. ispunct() returns
17187                 true for them in utf8...
17188
17189 2005-02-12 [colin]      1.0.1cvs5.1
17190
17191         * src/filtering.c
17192                 Sync with HEAD (remove wrong use of compose after send)
17193
17194 2005-02-12 [paul]       1.0.1cvs4.5
17195
17196         * src/textview.c
17197                 remove unnecessary code (thanks to Alfons)
17198
17199 2005-02-12 [paul]       1.0.1cvs4.4
17200
17201         * src/textview.c
17202                 add 'Copy' to contextual menu on emails
17203
17204 2005-02-11 [colin]      1.0.1cvs4.3
17205
17206         * src/compose.c
17207                 revert 1.0.0cvs28.2, it doesn't work that well.
17208
17209 2005-02-11 [paul]       1.0.1cvs4.2
17210
17211         * po/Makefile.in.in
17212                 fix 'make release'
17213
17214 2005-02-10 [paul]       1.0.1cvs4.1
17215
17216         * ChangeLog
17217         * ChangeLog.claws
17218         * ChangeLog.jp
17219         * configure.ac
17220         * src/compose.c
17221                 sync with HEAD (sync with main)
17222
17223 2005-02-10 [paul]       1.0.1cvs3.2
17224
17225         * AUTHORS
17226         * Makefile.am
17227         * autogen.sh
17228         * configure.ac
17229         * config/mkinstalldirs
17230         * intl/.cvsignore
17231         * intl/ChangeLog
17232         * intl/VERSION
17233         * intl/bindtextdom.c
17234         * intl/config.charset
17235         * intl/dcgettext.c
17236         * intl/dcigettext.c
17237         * intl/dcngettext.c
17238         * intl/dgettext.c
17239         * intl/dngettext.c
17240         * intl/eval-plural.h
17241         * intl/explodename.c
17242         * intl/finddomain.c
17243         * intl/gettext.c
17244         * intl/gettextP.h
17245         * intl/gmo.h
17246         * intl/hash-string.h
17247         * intl/intl-compat.c
17248         * intl/l10nflist.c
17249         * intl/libgnuintl.h.in
17250         * intl/loadinfo.h
17251         * intl/loadmsgcat.c
17252         * intl/localcharset.c
17253         * intl/localcharset.h
17254         * intl/locale.alias
17255         * intl/localealias.c
17256         * intl/localename.c
17257         * intl/log.c
17258         * intl/ngettext.c
17259         * intl/os2compat.c
17260         * intl/os2compat.h
17261         * intl/osdep.c
17262         * intl/plural-exp.c
17263         * intl/plural-exp.h
17264         * intl/plural.c
17265         * intl/plural.y
17266         * intl/ref-add.sin
17267         * intl/ref-del.sin
17268         * intl/relocatable.c
17269         * intl/relocatable.h
17270         * intl/textdomain.c
17271         * m4/Makefile.am
17272         * po/Makefile.in.in
17273         * src/Makefile.am
17274         * src/account.c
17275         * src/action.c
17276         * src/addr_compl.c
17277         * src/addressadd.c
17278         * src/addressbook.c
17279         * src/addrgather.c
17280         * src/addrindex.c
17281         * src/alertpanel.c
17282         * src/browseldap.c
17283         * src/codeconv.c
17284         * src/codeconv.h
17285         * src/compose.c
17286         * src/compose.h
17287         * src/crash.c
17288         * src/editaddress.c
17289         * src/editbook.c
17290         * src/editgroup.c
17291         * src/editjpilot.c
17292         * src/editldap.c
17293         * src/editldap_basedn.c
17294         * src/editvcard.c
17295         * src/exphtmldlg.c
17296         * src/expldifdlg.c
17297         * src/export.c
17298         * src/exporthtml.c
17299         * src/filtering.c
17300         * src/folder.c
17301         * src/folder_item_prefs.c
17302         * src/foldersel.c
17303         * src/folderview.c
17304         * src/grouplistdialog.c
17305         * src/headerview.c
17306         * src/imap.c
17307         * src/imap_gtk.c
17308         * src/import.c
17309         * src/importldif.c
17310         * src/importmutt.c
17311         * src/importpine.c
17312         * src/inc.c
17313         * src/ldif.c
17314         * src/main.c
17315         * src/mainwindow.c
17316         * src/matcher.c
17317         * src/mbox.c
17318         * src/message_search.c
17319         * src/messageview.c
17320         * src/mh.c
17321         * src/mh_gtk.c
17322         * src/mimeview.c
17323         * src/msgcache.c
17324         * src/news.c
17325         * src/news_gtk.c
17326         * src/noticeview.c
17327         * src/partial_download.c
17328         * src/pop.c
17329         * src/prefs_account.c
17330         * src/prefs_actions.c
17331         * src/prefs_common.c
17332         * src/prefs_customheader.c
17333         * src/prefs_display_header.c
17334         * src/prefs_ext_prog.c
17335         * src/prefs_filtering.c
17336         * src/prefs_filtering_action.c
17337         * src/prefs_folder_item.c
17338         * src/prefs_fonts.c
17339         * src/prefs_gtk.c
17340         * src/prefs_matcher.c
17341         * src/prefs_msg_colors.c
17342         * src/prefs_spelling.c
17343         * src/prefs_summary_column.c
17344         * src/prefs_template.c
17345         * src/prefs_themes.c
17346         * src/prefs_toolbar.c
17347         * src/prefs_wrapping.c
17348         * src/privacy.c
17349         * src/procheader.c
17350         * src/procmime.c
17351         * src/procmsg.c
17352         * src/quote_fmt.c
17353         * src/recv.c
17354         * src/send_message.c
17355         * src/setup.c
17356         * src/sourcewindow.c
17357         * src/ssl_manager.c
17358         * src/statusbar.c
17359         * src/summary_search.c
17360         * src/summaryview.c
17361         * src/textview.c
17362         * src/toolbar.c
17363         * src/wizard.c
17364         * src/common/nntp.c
17365         * src/common/plugin.c
17366         * src/common/smtp.c
17367         * src/common/ssl.c
17368         * src/common/ssl_certificate.c
17369         * src/common/string_match.c
17370         * src/common/sylpheed.c
17371         * src/common/template.c
17372         * src/common/utils.c
17373         * src/gtk/about.c
17374         * src/gtk/colorlabel.c
17375         * src/gtk/description_window.c
17376         * src/gtk/filesel.c
17377         * src/gtk/foldersort.c
17378         * src/gtk/gtkaspell.c
17379         * src/gtk/gtkutils.c
17380         * src/gtk/inputdialog.c
17381         * src/gtk/logwindow.c
17382         * src/gtk/menu.c
17383         * src/gtk/pluginwindow.c
17384         * src/gtk/prefswindow.c
17385         * src/gtk/progressdialog.c
17386         * src/gtk/quicksearch.c
17387         * src/gtk/sslcertwindow.c
17388         * src/plugins/clamav/clamav_plugin.c
17389         * src/plugins/clamav/clamav_plugin_gtk.c
17390         * src/plugins/demo/demo.c
17391         * src/plugins/dillo_viewer/dillo_prefs.c
17392         * src/plugins/dillo_viewer/dillo_viewer.c
17393         * src/plugins/image_viewer/plugin.c
17394         * src/plugins/image_viewer/viewer.c
17395         * src/plugins/image_viewer/viewerprefs.c
17396         * src/plugins/mathml_viewer/mathml_viewer.c
17397         * src/plugins/pgpmime/passphrase.c
17398         * src/plugins/pgpmime/plugin.c
17399         * src/plugins/pgpmime/prefs_gpg.c
17400         * src/plugins/pgpmime/select-keys.c
17401         * src/plugins/pgpmime/sgpgme.c
17402         * src/plugins/spamassassin/spamassassin.c
17403         * src/plugins/spamassassin/spamassassin_gtk.c
17404         * src/plugins/trayicon/trayicon.c
17405                 sync with main (revision 104)
17406
17407 2005-02-10 [colin]      1.0.1cvs3.1
17408
17409         * src/mainwindow.c
17410                 Sync with HEAD (fix occasional crasher)
17411
17412 2005-02-10 [colin]      1.0.1cvs2.1
17413
17414         * src/messageview.c
17415                 Synw with HEAD (don't automatically display html)
17416
17417 2005-02-09 [colin]      1.0.1cvs1.3
17418
17419         * src/textview.c
17420         * src/textview.h
17421                 Add contextual menu on emails
17422
17423 2005-02-09 [colin]      1.0.1cvs1.2
17424
17425         * src/codeconv.c
17426                 Fix converting from broken headers and 
17427                 put back the _ in missing places
17428                 (feature broke with cvs24.2 sync, main 
17429                  possibly affected?)
17430
17431 2005-02-09 [colin]      1.0.1cvs1.1
17432
17433         * src/messageview.c
17434         * src/mimeview.c
17435         * src/mimeview.h
17436                 Sync with HEAD (display non text/plain mails with plugin)
17437
17438 2005-02-08 [colin]      1.0.1.1
17439
17440         * ChangeLog.claws
17441         * po/pt_BR.po
17442                 Sync with HEAD
17443         * configure.ac
17444                 Make default configuration directory 
17445                 be .sylpheed-gtk2
17446
17447 2005-02-08 [colin]      1.0.0cvs29.1
17448
17449         * po/de.po
17450         * po/es.po
17451         * po/fr.po
17452         * po/it.po
17453         * po/sk.po
17454         * po/sr.po
17455                 Sync translations with HEAD
17456
17457 2005-02-06 [colin]      1.0.0cvs28.3
17458
17459         * src/compose.c
17460                 Make compose a bit faster - patch by Alfons.
17461
17462 2005-02-06 [colin]      1.0.0cvs28.2
17463
17464         * src/compose.c
17465                 Make pasting via middle-click more reliable
17466
17467 2005-02-05 [paul]       1.0.0cvs28.1
17468
17469         * ChangeLog
17470         * ChangeLog.claws
17471         * ChangeLog.jp
17472         * configure.ac
17473         * src/compose.c
17474                 sync with HEAD
17475                 (fix bug 682 'redirect is broken'
17476
17477 2005-02-05 [torte]      1.0.0cvs27.1
17478
17479         * ChangeLog.claws
17480         * configure.ac
17481         * src/partial_download.c
17482                 Sync with HEAD (fix buf overflow)
17483
17484 2005-02-03 [colin]      1.0.0cvs26.1
17485
17486         * src/common/plugin.c
17487                 Sync with HEAD (avoid plugin mismatches)
17488
17489 2005-02-03 [paul]       1.0.0cvs25.3
17490
17491         * src/folderview.c
17492         * src/headerview.c
17493         * src/summaryview.c
17494         * src/textview.c
17495         * src/gtk/colorlabel.c
17496                 third and final part of initial sync with main-gtk2
17497
17498 2005-02-03 [paul]       1.0.0cvs25.2
17499
17500         * src/jpilot.c
17501                 fix building with jpilot support
17502
17503 2005-02-02 [colin]      1.0.0cvs25.1
17504
17505         * src/messageview.c
17506                 Sync with HEAD (fix dangerous typo)
17507
17508 2005-02-01 [colin]      1.0.0cvs24.3
17509
17510         * src/common/xml.c
17511                 Write file as advertised (UTF-8)
17512
17513 2005-02-01 [paul]       1.0.0cvs24.2
17514
17515         * src/addrbook.c
17516         * src/addrindex.c
17517         * src/alertpanel.h
17518         * src/codeconv.c
17519         * src/codeconv.h
17520         * src/compose.c
17521         * src/export.c
17522         * src/folder_item_prefs.c
17523         * src/html.c
17524         * src/imap.c
17525         * src/import.c
17526         * src/jpilot.c
17527         * src/mainwindow.c
17528         * src/matcher_parser_lex.l
17529         * src/messageview.c
17530         * src/mh.c
17531         * src/prefs_account.c
17532         * src/prefs_actions.c
17533         * src/prefs_common.c
17534         * src/prefs_gtk.c
17535         * src/prefs_gtk.h
17536         * src/prefs_themes.c
17537         * src/procheader.c
17538         * src/procmime.c
17539         * src/sourcewindow.c
17540         * src/statusbar.c
17541         * src/summaryview.c
17542         * src/textview.c
17543         * src/toolbar.c
17544         * src/unmime.c
17545         * src/common/template.c
17546         * src/common/utils.c
17547         * src/common/xml.c
17548         * src/common/xml.h
17549         * src/gtk/gtkaspell.c
17550         * src/plugins/clamav/clamav_plugin.c
17551         * src/plugins/dillo_viewer/dillo_prefs.c
17552         * src/plugins/image_viewer/viewerprefs.c
17553         * src/plugins/pgpmime/passphrase.c
17554         * src/plugins/pgpmime/prefs_gpg.c
17555         * src/plugins/pgpmime/select-keys.c
17556         * src/plugins/spamassassin/spamassassin.c
17557                 second part of initial sync with main-gtk2
17558                 (more to follow)
17559
17560 2005-01-31 [colin]      1.0.0cvs24.1
17561
17562         * src/compose.c
17563                 Sync with HEAD
17564
17565 2005-01-29 [paul]       1.0.0cvs23.2
17566
17567         * src/account.c
17568         * src/action.c
17569         * src/addressadd.c
17570         * src/addressbook.c
17571         * src/alertpanel.c
17572         * src/compose.c
17573         * src/editaddress.c
17574         * src/editbook.c
17575         * src/editgroup.c
17576         * src/editjpilot.c
17577         * src/editldap.c
17578         * src/editldap_basedn.c
17579         * src/editvcard.c
17580         * src/export.c
17581         * src/foldersel.c
17582         * src/grouplistdialog.c
17583         * src/import.c
17584         * src/importldif.c
17585         * src/inc.c
17586         * src/main.c
17587         * src/mainwindow.c
17588         * src/message_search.c
17589         * src/messageview.c
17590         * src/mimeview.c
17591         * src/prefs_actions.c
17592         * src/prefs_common.c
17593         * src/prefs_common.h
17594         * src/prefs_customheader.c
17595         * src/prefs_display_header.c
17596         * src/prefs_filtering.c
17597         * src/prefs_filtering_action.c
17598         * src/prefs_gtk.c
17599         * src/prefs_matcher.c
17600         * src/prefs_summary_column.c
17601         * src/prefs_template.c
17602         * src/sourcewindow.c
17603         * src/summary_search.c
17604         * src/summaryview.c
17605         * src/textview.c
17606         * src/gtk/about.c
17607         * src/gtk/description_window.c
17608         * src/gtk/gtkshruler.c
17609         * src/gtk/gtkutils.c
17610         * src/gtk/gtkutils.h
17611         * src/gtk/inputdialog.c
17612         * src/gtk/logwindow.c
17613         * src/gtk/prefswindow.c
17614         * src/gtk/progressdialog.c
17615         * src/gtk/progressdialog.h
17616                 first part of initial sync with main-gtk2
17617                 (more to follow)
17618
17619 2005-01-28 [colin]      1.0.0cvs23.1
17620
17621         * src/folderview.c
17622                 Sync with HEAD
17623
17624 2005-01-27 [colin]      1.0.0cvs21.1
17625
17626         * src/folder.c
17627         * src/folderview.c
17628                 Sync with HEAD
17629
17630 2005-01-27 [colin]      1.0.0cvs19.1
17631
17632         * src/procmime.c
17633                 Sync with HEAD
17634
17635 2005-01-27 [colin]      1.0.0cvs18.1
17636
17637         * src/messageview.c
17638         * src/summaryview.c
17639         * src/mainwindow.c
17640         * src/compose.c
17641         * src/compose.h
17642         * src/procmsg.c
17643         * src/procmsg.h
17644         * src/toolbar.c
17645                 Sync with HEAD
17646
17647 2005-01-26 [paul]       1.0.0cvs15.2
17648
17649         * src/compose.c
17650                 compose_entries_set(): convert subject and body to
17651                 utf8 if necessary. patch by Felix Eckhofer
17652
17653 2005-01-26 [paul]       1.0.0cvs15.1
17654
17655         * configure.ac
17656         * src/common/template.c
17657                 sync with HEAD (fix memory leak)
17658
17659 2005-01-25 [paul]       1.0.0cvs14.1
17660
17661         * configure.ac
17662         * src/compose.c
17663                 sync with HEAD
17664
17665 2005-01-24 [colin]      1.0.0cvs13.1
17666
17667         * src/summaryview.c
17668                 Sync with HEAD
17669
17670 2005-01-24 [paul]       1.0.0cvs12.1
17671
17672         * configure.ac
17673         * src/messageview.c
17674         * src/mh.c
17675         * src/common/utils.c
17676                 sync with HEAD
17677
17678 2005-01-24 [colin]      1.0.0cvs11.1
17679
17680         * src/procheader.c
17681                 Sync with HEAD
17682
17683 2005-01-24 [colin]      1.0.0cvs10.1
17684
17685         * src/folderview.c
17686                 Sync with HEAD
17687
17688 2005-01-23 [colin]      1.0.0cvs9.1
17689
17690         * src/crash.c
17691                 Sync with HEAD
17692
17693 2005-01-22 [colin]      1.0.0cvs8.1
17694
17695         * src/summaryview.c
17696         * src/gtk/quicksearch.c
17697                 Sync with HEAD
17698
17699 2005-01-21 [colin]      1.0.0cvs7.1
17700
17701         * src/summaryview.c
17702                 Sync with HEAD
17703
17704 2005-01-21 [colin]      1.0.0cvs6.1
17705
17706         * src/summaryview.c
17707                 Sync with HEAD
17708
17709 2005-01-21 [colin]      1.0.0cvs5.1
17710
17711         * src/gtk/quicksearch.c
17712         * src/prefs_common.c
17713         * src/prefs_common.h
17714                 Sync with HEAD (recurse option)
17715
17716 2005-01-21 [colin]      1.0.0cvs4.1
17717
17718         * src/folder.h
17719         * src/folderview.c
17720         * src/folderview.h
17721         * src/summaryview.c
17722         * src/gtk/quicksearch.c
17723         * src/gtk/quicksearch.h
17724                 Sync with HEAD (recursive quicksearch)
17725
17726 2005-01-20 [colin]      1.0.0cvs3.4
17727
17728         * src/ssl_manager.c
17729                 Remove useless code
17730
17731 2005-01-20 [colin]      1.0.0cvs3.3
17732
17733         * src/ssl_manager.c
17734                 Fix leak, thanks to Alfons.
17735
17736 2005-01-20 [colin]      1.0.0cvs3.2
17737
17738         * src/ssl_manager.c
17739                 Port SSL certificate window to GTK2.
17740
17741 2005-01-20 [paul]       1.0.0cvs3.1
17742
17743         * ChangeLog.claws
17744         * configure.ac
17745         * src/addrindex.c
17746         * src/addrindex.h
17747                 sync with HEAD
17748
17749 2005-01-19 [colin]      1.0.0cvs2.2
17750
17751         * src/plugins/trayicon/trayicon.c
17752                 Fix freeze with gtk-2.6, the easy way
17753                 (signal blocking helpless there...)
17754                 Closes bug #668.
17755
17756 2005-01-19 [colin]      1.0.0cvs2.1
17757
17758         * src/mbox.c
17759         * src/mbox.h
17760         * src/mainwindow.c
17761         * src/summaryview.c
17762         * src/summaryview.h
17763                 Sync with HEAD
17764
17765 2005-01-19 [paul]       1.0.0cvs1.1
17766
17767         * configure.ac
17768         * po/de.po
17769         * po/es.po
17770         * po/fr.po
17771         * po/hr.po
17772         * po/it.po
17773         * po/ja.po
17774         * po/ko.po
17775         * po/pt_BR.po
17776         * po/ru.po
17777         * po/sk.po
17778         * po/sr.po
17779                 sync with HEAD (update translations)
17780
17781 2005-01-18 [colin]      1.0.0cvs0.1
17782
17783         * src/foldersel.c
17784                 Specify search column - patch by Alfons
17785
17786 2005-01-18 [colin]      0.9.13cvs36.3
17787
17788         * src/prefs_toolbar.c
17789                 Change Delete to Remove
17790         * src/prefs_fonts.c
17791                 GTK2 version and leak fixes
17792         * src/prefs_actions.c
17793                 Add stock buttons.
17794                 All patches by Alfons
17795
17796 2005-01-17 [colin]      0.9.13cvs36.2
17797
17798         * src/compose.c
17799                 Fix DnD inserting twice. While at it,
17800                 add DnD support for text/plain in the
17801                 body, and add support in the headers.
17802
17803 2005-01-16 [colin]      0.9.13cvs36.1
17804
17805         * ChangeLog
17806         * ChangeLog.jp
17807         * ChangeLog.claws
17808                 Sync with HEAD (nothing applicable)
17809
17810 2005-01-16 [colin]      0.9.13cvs33.2
17811
17812         * src/prefs_toolbar.c
17813                 GTK2ize prefs_toolbar, by Alfons.
17814
17815 2005-01-14 [colin]      0.9.13cvs33.1
17816
17817         * src/html.c
17818         * src/msgcache.c
17819                 Sync with HEAD
17820
17821 2005-01-14 [colin]      0.9.13cvs32.1
17822
17823         * src/html.c
17824         * src/html.h
17825         * src/msgcache.c
17826         * AUTHORS
17827         * tools/calypso_convert.pl
17828                 Sync with HEAD
17829
17830 2005-01-08 [colin]      0.9.13cvs29.2
17831
17832         * src/prefs_filtering_action.c
17833         * src/prefs_filtering.c
17834                 2 more gtk2 patches by Alfons
17835
17836 2005-01-07 [paul]       0.9.13cvs29.1
17837
17838         * ChangeLog
17839         * ChangeLog.claws
17840         * ChangeLog.jp
17841         * configure.ac
17842         * src/pop.c
17843         * src/pop.h
17844                 sync with HEAD
17845
17846 2005-01-07 [colin]      0.9.13cvs28.3
17847
17848         * src/gtk/progressdialog.c
17849         * src/gtk/progressdialog.h
17850         * src/inc.c
17851         * src/send_message.c
17852                 GTK2 for the incorporation dialog. The CList isn't dead
17853                 yet, for a more smooth migration. Patch by Alfons.
17854
17855 2005-01-06 [colin]      0.9.13cvs28.2
17856
17857         * src/prefs_display_header.c
17858                 GTK2 conversion by Alfons
17859         * src/prefs_actions.c
17860         * src/prefs_matcher.c
17861                 Fix 2 leaks - patch by Alfons
17862
17863 2005-01-06 [colin]      0.9.13cvs28.1
17864
17865         * src/prefs_matcher.c
17866                 Sync with HEAD
17867
17868 2005-01-06 [colin]      0.9.13cvs27.4
17869
17870         * src/prefs_matcher.c
17871                 Fix double-free. Patch by Alfons
17872
17873 2005-01-06 [colin]      0.9.13cvs27.3
17874
17875         * src/prefs_matcher.c
17876                 GTK2 widgets + memleak
17877                 Patch by Alfons
17878
17879 2005-01-05 [colin]      0.9.13cvs27.2
17880
17881         * src/account.c
17882         * src/addr_compl.c
17883         * src/foldersel.c
17884         * src/stock_pixmap.c
17885         * src/stock_pixmap.h
17886                 3 more GTK2 patches by Alfons.
17887
17888 2005-01-04 [colin]      0.9.13cvs27.1
17889
17890         * src/folderview.c
17891         * src/imap_gtk.c
17892         * src/news_gtk.c
17893                 Sync with HEAD
17894
17895 2005-01-04 [colin]      0.9.13cvs25.9
17896
17897         * src/compose.c
17898                 Fix Show Ruler menuitem
17899         * src/prefs_template.c
17900                 Convert to GTK2
17901         * src/common/utils.c
17902                 Make auto pointer stuff handles NULLs
17903                 Patches by Alfons.
17904
17905 2005-01-04 [colin]      0.9.13cvs25.8
17906
17907         * src/compose.c
17908                 Move the attachment list to gtk2
17909                 Patch by Alfons.
17910
17911 2005-01-04 [colin]      0.9.13cvs25.7
17912
17913         * src/textview.c
17914                 Make some keys work again
17915                 Patch by SungHyun Nam <namsh@kldp.org>
17916
17917 2005-01-04 [colin]      0.9.13cvs25.6
17918
17919         * src/gtk/gtkshruler.c
17920                 Move the ruler to GTK2
17921                 Patch by Alfons
17922
17923 2005-01-03 [colin]      0.9.13cvs25.5
17924
17925         * src/compose.c
17926                 Fix my broken patch apply 
17927
17928 2005-01-03 [colin]      0.9.13cvs25.4
17929
17930         * src/common/utils.c
17931         * src/common/utils.h
17932         * src/gtk/prefswindow.c
17933                 Move auto pointer stuff to utils.c
17934                 Patch by Alfons again :)
17935
17936 2005-01-03 [colin]      0.9.13cvs25.3
17937
17938         * src/compose.c
17939         * src/prefs_gtk.c
17940         * src/prefs_template.c
17941         * src/textview.c
17942                 Empty text widgets with empty strings, not NULL char
17943                 Patch by SungHyun Nam <namsh@kldp_org>
17944
17945 2005-01-03 [colin]      0.9.13cvs25.2
17946
17947         * src/main.c
17948         * AUTHORS
17949                 Sync with HEAD
17950
17951 2005-01-03 [colin]      0.9.13cvs25.1
17952
17953         * src/pop.c
17954         * src/pop.h
17955                 Sync with HEAD
17956
17957 2005-01-03 [colin]      0.9.13cvs24.3
17958
17959         * src/account.c
17960                 Two patches from Alfons and Alex S Moore:
17961                 fix images, fix return value.
17962
17963 2005-01-01 [colin]      0.9.13cvs24.2
17964
17965         * src/prefs_actions.c
17966                 Fix over-zealous assertion. Patch by Alfons
17967
17968 2005-01-01 [colin]      0.9.13cvs24.1
17969
17970         * src/procmime.c
17971                 Sync with HEAD (leak fix)
17972
17973 2004-12-31 [colin]      0.9.13cvs23.2
17974
17975         * src/prefs_common.c
17976                 GTK2 widgets + stock buttons - patch by Alfons
17977
17978 2004-12-31 [paul]       0.9.13cvs23.1
17979
17980         * configure.ac
17981                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17982         * src/gtk/pluginwindow.c
17983                 use GTK2 widgets and plug memory leaks,
17984                 patches by Alfons
17985
17986 2004-12-30 [colin]      0.9.13cvs22.4
17987
17988         * src/account.c
17989         * src/action.c
17990         * src/export.c
17991         * src/foldersel.c
17992         * src/import.c
17993         * src/message_search.c
17994         * src/prefs_actions.c
17995         * src/prefs_common.c
17996         * src/prefs_customheader.c
17997         * src/prefs_filtering.c
17998         * src/prefs_summary_column.c
17999         * src/summary_search.c
18000         * src/gtk/about.c
18001         * src/gtk/description_window.c
18002         * src/gtk/gtkutils.c
18003         * src/gtk/gtkutils.h
18004         * src/gtk/inputdialog.c
18005         * src/gtk/prefswindow.c
18006                 Use GTK2 stock buttons. Patches by Alfons.
18007
18008 2004-12-30 [colin]      0.9.13cvs22.3
18009
18010         * src/account.c
18011                 Sync with HEAD
18012         * src/prefs_actions.c
18013         * src/prefs_customheader.c
18014         * src/prefs_filtering.c
18015         * src/prefs_msg_colors.c
18016         * src/prefs_summary_column.c
18017         * src/gtk/prefswindow.c
18018                 Use GtkTreeView instead of deprecated 
18019                 widgets. Patches by Alfons.
18020
18021 2004-12-30 [paul]       0.9.13cvs22.2
18022
18023         * src/foldersel.c
18024                 use GTK 2 Tree View
18025                 patch by Alfons, with root folder sorting fix
18026                 by Stephan Sachse
18027
18028 2004-12-30 [paul]       0.9.13cvs22.1
18029
18030         * ChangeLog
18031         * ChangeLog.claws
18032         * ChangeLog.jp
18033         * NEWS
18034         * configure.ac
18035         * src/account.c
18036                 sync with HEAD
18037
18038 2004-12-22 [martin]     0.9.13cvs21.2
18039
18040         * src/action.c
18041                 free the command line after its use
18042
18043 2004-12-18 [paul]       0.9.13cvs21.1
18044
18045         * AUTHORS
18046         * ChangeLog
18047         * ChangeLog.claws
18048         * ChangeLog.jp
18049         * NEWS
18050         * configure.ac
18051         * src/action.c
18052         * src/compose.c
18053         * src/syldap.c
18054                 sync with HEAD
18055
18056 2004-12-17 [martin]     0.9.13cvs17.2
18057
18058         * src/action.c
18059                 convert actions input to locale
18060         * src/inc.c
18061                 convert notification command to locale
18062         * src/plugins/pgpmime/select-keys.c
18063                 convert attributes to utf8
18064
18065 2004-12-14 [colin]      0.9.13cvs17.1
18066
18067         * ChangeLog
18068         * ChangeLog.jp
18069         * ChangeLog.claws
18070         * src/action.c
18071         * src/common/utils.c
18072         * src/gtk/prefswindow.c
18073         * src/gtk/gtkutils.c
18074         * src/gtk/gtkutils.h
18075         * src/plugins/spamassassin/libspamc.c
18076                 Sync with HEAD
18077
18078 2004-12-13 [colin]      0.9.13cvs14.1
18079
18080         * src/quote_fmt_parse.y
18081                 Sync with HEAD
18082
18083 2004-12-10 [colin]      0.9.13cvs12.1
18084
18085         * src/prefs_themes.c
18086         * src/mainwindow.c
18087         * src/messageview.c
18088                 Sync with HEAD
18089
18090 2004-12-09 [colin]      0.9.13cvs10.1
18091
18092         * src/procmime.c
18093                 Sync with HEAD (fix B64 encoding from memory)
18094
18095 2004-12-08 [colin]      0.9.13cvs9.1
18096
18097         * src/gtk/colorlabel.c
18098                 Sync with HEAD
18099
18100 2004-12-08 [paul]       0.9.13cvs8.2
18101
18102         * src/gtk/pluginwindow.c
18103                 fix window resizing oddities
18104
18105 2004-12-08 [colin]      0.9.13cvs8.1
18106
18107         * src/quote_fmt_parse.y
18108                 Sync with HEAD
18109
18110 2004-12-08 [colin]      0.9.13cvs7.1
18111
18112         * src/matcher_parser_parse.y
18113         * src/msgcache.c
18114         * src/prefs_matcher.c
18115         * src/procheader.c
18116         * src/matcher.c
18117         * src/common/defs.h
18118         * po/sr.po
18119                 Sync with HEAD
18120
18121 2004-12-08 [colin]      0.9.13cvs6.1
18122
18123         * src/quote_fmt_parse.y
18124         * src/textview.c
18125                 Sync with HEAD
18126         * src/gtk/prefswindow.c
18127         * src/gtk/pluginwindow.c
18128                 Fix G_CALLBACKS protos (thanks to Alfons)
18129
18130 2004-12-07 [torte]      0.9.13cvs2.2
18131
18132         * src/procmime.c
18133                 [Bug 650] reply button causes crash
18134                 Thanks to David Relson and Christoph
18135
18136 2004-12-07 [colin]      0.9.13cvs2.1
18137
18138         * ChangeLog.claws
18139         * AUTHORS
18140         * po/sk.po
18141         * src/procmime.c
18142         * src/prefs_account.c
18143         * src/common/smtp.c
18144         * src/common/smtp.h
18145                 Sync with HEAD
18146
18147 2004-12-06 [colin]      0.9.12cvs187.1
18148
18149         * ChangeLog.claws
18150         * INSTALL
18151         * Makefile.am
18152         * README.claws
18153         * TODO.claws
18154         * configure.ac
18155         * po/bg.po
18156         * po/cs.po
18157         * po/el.po
18158         * po/en_GB.po
18159         * po/es.po
18160         * po/fr.po
18161         * po/hr.po
18162         * po/hu.po
18163         * po/it.po
18164         * po/ja.po
18165         * po/ko.po
18166         * po/nl.po
18167         * po/pl.po
18168         * po/pt_BR.po
18169         * po/ru.po
18170         * po/sk.po
18171         * po/sr.po
18172         * po/sv.po
18173         * po/zh_CN.po
18174         * po/zh_TW.Big5.po
18175         * src/compose.c
18176         * tools/Makefile.am
18177         * tools/README
18178         * tools/filter_conv.pl
18179         * tools/kdeservicemenu/README
18180         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18181         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18182                 Sync with HEAD
18183
18184 2004-12-04 [colin]      0.9.12cvs183.1
18185
18186         * src/compose.c
18187                 Sync with HEAD (compose window position saving)
18188
18189 2004-12-04 [paul]       0.9.12cvs182.3
18190
18191         * src/messageview.c
18192         * src/mimeview.c
18193         * src/prefs_customheader.c
18194         * src/gtk/quicksearch.c
18195                 replace some forgotten GTK_SIGNAL_FUNCs
18196
18197 2004-12-04 [paul]       0.9.12cvs182.2
18198
18199         * src/Makefile.am
18200                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18201                 committed in error      
18202
18203 2004-12-04 [paul]       0.9.12cvs182.1
18204
18205         * ChangeLog
18206         * ChangeLog.claws
18207         * ChangeLog.jp
18208         * INSTALL
18209         * NEWS
18210         * README
18211         * README.jp
18212         * configure.ac
18213         * doc/manual/ja/Makefile.am
18214         * doc/manual/ja/sylpheed-1.html
18215         * doc/manual/ja/sylpheed-10.html
18216         * doc/manual/ja/sylpheed-11.html
18217         * doc/manual/ja/sylpheed-12.html
18218         * doc/manual/ja/sylpheed-13.html
18219         * doc/manual/ja/sylpheed-14.html
18220         * doc/manual/ja/sylpheed-15.html
18221         * doc/manual/ja/sylpheed-16.html
18222         * doc/manual/ja/sylpheed-17.html
18223         * doc/manual/ja/sylpheed-18.html
18224         * doc/manual/ja/sylpheed-19.html
18225         * doc/manual/ja/sylpheed-2.html
18226         * doc/manual/ja/sylpheed-20.html
18227         * doc/manual/ja/sylpheed-3.html
18228         * doc/manual/ja/sylpheed-4.html
18229         * doc/manual/ja/sylpheed-5.html
18230         * doc/manual/ja/sylpheed-6.html
18231         * doc/manual/ja/sylpheed-7.html
18232         * doc/manual/ja/sylpheed-8.html
18233         * doc/manual/ja/sylpheed-9.html
18234         * doc/manual/ja/sylpheed.html
18235         * doc/manual/ja/sylpheed.sgml
18236         * po/de.po
18237         * src/Makefile.am
18238         * src/compose.c
18239         * src/procmime.c
18240         * src/pixmaps/regular.xpm **REMOVED**
18241         * src/plugins/pgpmime/pgpmime.c
18242         * src/plugins/pgpmime/plugin.c
18243         * src/plugins/pgpmime/prefs_gpg.c
18244                 sync with HEAD
18245
18246 2004-12-03 [paul]       0.9.12cvs180.1
18247
18248         * ChangeLog
18249         * ChangeLog.claws
18250         * ChangeLog.jp
18251         * configure.ac
18252         * src/Makefile.am
18253         * src/pop.c
18254         * src/common/utils.c
18255         * src/common/utils.h
18256         * src/pixmaps/continue.xpm
18257         * src/pixmaps/dir_close.xpm
18258         * src/pixmaps/dir_open.xpm
18259         * src/pixmaps/drafts_close.xpm
18260         * src/pixmaps/drafts_open.xpm
18261         * src/pixmaps/folder.xpm **REMOVED**
18262         * src/pixmaps/group.xpm
18263         * src/pixmaps/unread.xpm
18264                 sync with HEAD
18265
18266 2004-12-02 [colin]      0.9.12cvs179.1
18267
18268         * src/compose.c
18269                 Sync with HEAD (non-duplicated reedition)
18270
18271 2004-12-02 [colin]      0.9.12cvs178.1
18272
18273         * src/compose.c
18274                 Sync with HEAD (linewrap_quote fix)
18275
18276 2004-12-01 [colin]      0.9.12cvs177.3
18277
18278         * src/addrharvest.c
18279                 Replace sizeof with strlen
18280
18281 2004-12-01 [paul]       0.9.12cvs177.2
18282
18283         * src/addrharvest.c
18284                 fix 'harvest addresses'
18285
18286 2004-11-30 [colin]      0.9.12cvs177.1
18287
18288         * src/gtk/prefswindow.c
18289         * src/gtk/pluginwindow.c
18290                 Sync with HEAD
18291
18292 2004-11-29 [colin]      0.9.12cvs176.1
18293
18294         * src/folderview.c
18295                 sync with HEAD (Fix disappearing separators in folderview's popup)
18296
18297 2004-11-29 [colin]      0.9.12cvs175.1
18298
18299         * src/procmime.c
18300                 Sync with head (another format fix)
18301
18302 2004-11-29 [colin]      0.9.12cvs174.1
18303
18304         * src/pop.c
18305                 Sync with HEAD (format string fix)
18306
18307 2004-11-26 [colin]      0.9.12cvs173.1
18308
18309         * src/common/smtp.c
18310         * src/common/smtp.h
18311                 Sync with HEAD
18312
18313 2004-11-24 [colin]      0.9.12cvs172.1
18314
18315         * src/plugins/pgpmime/pgpmime.c
18316                 Sync with HEAD
18317
18318 2004-11-24 [colin]      0.9.12cvs171.1
18319
18320         * src/plugins/pgpmime/pgpmime.c
18321                 Sync with head (gpgmectx leaks)
18322
18323 2004-11-24 [colin]      0.9.12cvs169.1
18324
18325         * src/plugins/pgpmime/plugin.c
18326         * src/plugins/trayicon/Makefile.am
18327         * src/plugins/trayicon/newmarkedmail.xpm
18328         * src/plugins/trayicon/trayicon.c
18329         * src/plugins/trayicon/unreadmarkedmail.xpm
18330                 Sync with HEAD
18331
18332 2004-11-23 [colin]      0.9.12cvs168.1
18333
18334         * src/partial_download.c
18335         * src/partial_download.h
18336         * src/plugins/pgpmime/plugin.c
18337                 Sync with HEAD
18338
18339 2004-11-23 [colin]      0.9.12cvs166.1
18340
18341         * src/Makefile.am
18342         * src/codeconv.c
18343         * src/compose.c
18344         * src/folderview.c
18345         * src/main.c
18346         * src/partial_download.c
18347         * src/partial_download.h
18348         * src/prefs_account.c
18349         * src/prefs_account.h
18350         * src/privacy.c
18351         * src/privacy.h
18352         * src/procmime.c
18353         * src/common/Makefile.am
18354         * src/common/base64.h
18355         * src/common/partial_download.c
18356         * src/common/partial_download.h
18357         * src/gtk/prefswindow.c
18358         * src/gtk/prefswindow.h
18359         * src/plugins/pgpmime/pgpmime.c
18360         * src/plugins/pgpmime/prefs_gpg.c
18361         * src/plugins/pgpmime/prefs_gpg.h
18362         * src/plugins/pgpmime/sgpgme.c
18363         * src/plugins/pgpmime/sgpgme.h
18364                 Sync with HEAD
18365
18366 2004-11-23 [colin]      0.9.12cvs163.1
18367
18368         * src/main.c
18369                 Sync with HEAD (cursor optimization)
18370
18371 2004-11-23 [colin]      0.9.12cvs162.1
18372
18373         * src/prefs_common.c
18374         * src/prefs_themes.c
18375         * src/procmsg.c
18376                 Sync with HEAD
18377
18378 2004-11-23 [colin]      0.9.12cvs158.9
18379
18380         * src/compose.c
18381                 Fix double-free when forwarding
18382         * src/msgcache.c
18383                 Fix leak on error path
18384                 
18385
18386 2004-11-23 [colin]      0.9.12cvs158.8
18387
18388         * src/compose.c
18389                 Fix possible double-free
18390                 Spotted by Alfons
18391
18392 2004-11-23 [colin]      0.9.12cvs158.7
18393
18394         * src/compose.c
18395                 Fix some signal handlers' prototypes
18396                 Spotted by Alfons
18397
18398 2004-11-22 [colin]      0.9.12cvs158.6
18399
18400         * src/compose.c
18401                 Remove unneeded code and duplicated
18402                 wrapping - patch by Alfons
18403
18404 2004-11-22 [colin]      0.9.12cvs158.5
18405
18406         * src/prefs_themes.c
18407                 Fix oversized selector
18408
18409 2004-11-22 [colin]      0.9.12cvs158.4
18410
18411         * src/compose.c
18412                 fix dump_text()
18413                 patch by Alfons
18414
18415 2004-11-19 [colin]      0.9.12cvs158.3
18416
18417         * src/textview.c
18418                 Add a context menu on links (open, copy)
18419
18420 2004-11-18 [paul]       0.9.12cvs158.2
18421
18422         * src/addrgather.c
18423         * src/exphtmldlg.c
18424         * src/expldifdlg.c
18425         * src/mimeview.c
18426         * src/prefs_common.c
18427         * src/plugins/image_viewer/viewer.c
18428         * src/plugins/spamassassin/spamassassin_gtk.c
18429                 replace deprecated gtk_notebook_set_page
18430                 and gtk_notebook_current_page
18431
18432 2004-11-18 [paul]       0.9.12cvs158.1
18433
18434         * configure.ac
18435         * src/compose.c
18436         * src/mainwindow.c
18437         * src/messageview.c
18438         * src/prefs_common.c
18439         * src/common/utils.c
18440         * src/common/utils.h
18441                 sync with HEAD
18442
18443 2004-11-17 [colin]      0.9.12cvs156.1
18444
18445         * src/prefs_account.c
18446         * src/prefs_account.h
18447         * src/procmsg.c
18448                 Sync with HEAD (add pref to store encrypted mails encrypted)
18449
18450 2004-11-17 [paul]       0.9.12cvs155.1
18451
18452         * ChangeLog
18453         * ChangeLog.claws
18454         * ChangeLog.jp
18455         * NEWS
18456         * configure.ac
18457         * src/compose.c
18458         * src/jpilot.c
18459         * src/privacy.c
18460         * src/procmime.c
18461         * src/procmime.h
18462         * src/procmsg.c
18463         * src/toolbar.c
18464         * src/pixmaps/error.xpm
18465                 sync with HEAD
18466
18467 2004-11-17 [colin]      0.9.12cvs151.1
18468
18469         * src/plugins/pgpmime/pgpmime.c
18470                 Sync with HEAD (remove debug printf)
18471
18472 2004-11-17 [colin]      0.9.12cvs150.1
18473
18474         * src/plugins/pgpmime/pgpmime.c
18475                 Sync with HEAD (off-by-one fix)
18476
18477 2004-11-17 [colin]      0.9.12cvs149.1
18478
18479         * src/procmsg.c
18480                 Sync with HEAD (coding style fixes)
18481
18482 2004-11-16 [colin]      0.9.12cvs148.1
18483
18484         * src/procmsg.c
18485                 Sync with head (Fix the fix)
18486
18487 2004-11-16 [colin]      0.9.12cvs147.1
18488
18489         * src/procmsg.c
18490                 Sync with Main (leak fix)
18491
18492 2004-11-16 [colin]      0.9.12cvs146.14
18493
18494         * src/compose.c
18495                 Remove useless chunk of code
18496                 Patch by Alfons
18497
18498 2004-11-15 [colin]      0.9.12cvs146.13
18499
18500         * src/compose.c
18501                 Fix drafting after insertion
18502                 Patch by Alfons
18503
18504 2004-11-15 [colin]      0.9.12cvs146.12
18505
18506         * src/compose.c
18507         * src/prefs_filtering.c
18508         * src/prefs_filtering_action.c
18509         * src/prefs_toolbar.c
18510                 Fix some const-correctness
18511
18512 2004-11-15 [colin]      0.9.12cvs146.11
18513
18514         * src/summaryview.c
18515         * src/prefs_themes.c
18516         * src/messageview.c
18517                 Fix some leaks
18518
18519 2004-11-15 [colin]      0.9.12cvs146.10
18520
18521         * src/codeconv.c
18522                 More unreadable locale fixes
18523
18524 2004-11-14 [colin]      0.9.12cvs146.9
18525
18526         * src/textview.c
18527                 Fix uri_security_check
18528                 Patch by Alfons
18529
18530 2004-11-13 [paul]       0.9.12cvs146.8
18531
18532         * src/folder.c
18533         * src/procmime.c
18534                 fix 2 bugs introduced in last commit
18535
18536 2004-11-13 [paul]       0.9.12cvs146.7
18537
18538         * src/compose.c
18539         * src/exporthtml.c
18540         * src/exportldif.c
18541         * src/folder.c
18542         * src/imap.c
18543         * src/imap_gtk.c
18544         * src/main.c
18545         * src/mainwindow.c
18546         * src/messageview.c
18547         * src/mh_gtk.c
18548         * src/prefs_themes.c
18549         * src/procmime.c
18550         * src/setup.c
18551         * src/summaryview.c
18552                 replace deprecated g_basename
18553
18554 2004-11-13 [paul]       0.9.12cvs146.6
18555
18556         * src/compose.c
18557         * src/imap.c
18558         * src/matcher_parser.h
18559         * src/matcher_parser_parse.y
18560         * src/prefs_filtering.c
18561         * src/prefs_filtering_action.c
18562         * src/prefs_themes.c
18563         * src/prefs_toolbar.c
18564         * src/common/utils.c
18565                 various small fixes/cleanups
18566
18567 2004-11-12 [colin]      0.9.12cvs146.5
18568
18569         * src/textview.c
18570                 Validate event's origin on visibility notify
18571                 Patch by Alfons.
18572
18573 2004-11-12 [paul]       0.9.12cvs146.4
18574
18575         * src/exporthtml.c
18576         * src/exportldif.c
18577         * src/imap.c
18578         * src/mh.c
18579         * src/mimeview.c
18580         * src/prefs_spelling.c
18581         * src/prefs_themes.c
18582                 replace deprecated g_dirname    
18583
18584 2004-11-12 [colin]      0.9.12cvs146.3
18585
18586         * src/textview.c
18587                 Some coding style fixes
18588
18589 2004-11-12 [colin]      0.9.12cvs146.2
18590
18591         * src/codeconv.c
18592                 We want to replace _all_ extended chars in
18593                 conv_unreadable_*, because any string containing
18594                 extended chars not parsing as UTF8 is 
18595                 undisplayed on gtk2.
18596
18597 2004-11-12 [paul]       0.9.12cvs146.1
18598
18599         * ChangeLog
18600         * ChangeLog.claws
18601         * ChangeLog.jp
18602         * NEWS
18603         * configure.ac
18604         * src/account.c
18605         * src/folderview.c
18606         * src/folderview.h
18607         * src/imap.c
18608         * src/imap_gtk.c
18609         * src/inc.c
18610         * src/mainwindow.c
18611         * src/mh_gtk.c
18612         * src/news_gtk.c
18613         * src/pop.c
18614         * src/prefs_account.c
18615         * src/prefs_account.h
18616         * src/prefs_ext_prog.c
18617         * src/procmime.c
18618         * src/procmime.h
18619         * src/procmsg.c
18620         * src/procmsg.h
18621         * src/summary_search.c
18622         * src/summaryview.c
18623         * src/textview.c
18624         * src/common/defs.h
18625         * src/common/utils.c
18626         * src/common/utils.h
18627         * src/gtk/menu.c
18628         * src/gtk/menu.h
18629                 sync with HEAD
18630
18631 2004-11-11 [colin]      0.9.12cvs144.2
18632
18633         * src/textview.c
18634                 Fix URI range selection (patch by Alfons)
18635
18636 2004-11-09 [colin]      0.9.12cvs144.1
18637
18638         * ChangeLog.claws
18639         * src/compose.c
18640         * src/folder.c
18641         * src/folder_item_prefs.c
18642         * src/prefs_account.c
18643         * src/prefs_account.h
18644         * src/plugins/pgpmime/pgpmime.c
18645                 Sync with HEAD
18646
18647 2004-11-08 [colin]      0.9.12cvs143.1
18648
18649         * src/summaryview.c
18650                 Sync with HEAD (optimize quicksearch)
18651
18652 2004-11-08 [colin]      0.9.12cvs142.2
18653
18654         * src/compose.c
18655                 Don't wrap when Edit/Auto wrapping is disabled
18656
18657 2004-11-08 [colin]      0.9.12cvs142.1
18658
18659         * src/textview.c
18660                 Sync with HEAD
18661
18662 2004-11-08 [colin]      0.9.12cvs141.1
18663
18664         * src/textview.c
18665                 Sync with HEAD (fix some mail URIs)
18666
18667 2004-11-08 [colin]      0.9.12cvs140.3
18668
18669         * src/textview.c
18670                 o Use text cursor instead of arrow when
18671                   not on a link
18672                 o Fix handling of contiguous links (as in
18673                   "colin@colino.net" <colin@colino.net>)
18674                   This one unveils a bug in get_email_part()
18675
18676 2004-11-07 [colin]      0.9.12cvs140.2
18677
18678         * src/textview.c
18679                 Fix memleak. Patch by Alfons.
18680
18681 2004-11-06 [colin]      0.9.12cvs140.1
18682
18683         * src/compose.c
18684                 Sync with HEAD (don't ask passphrase
18685                 when drafting)
18686
18687 2004-11-06 [paul]       0.9.12cvs139.2
18688
18689         * AUTHORS
18690         * src/textview.c
18691         * src/textview.h
18692                 textview URI handling. hovering over a 
18693                 link displays it in the status bar,
18694                 and changes the mouse pointer to a hand 
18695                 cursor. a link is activated with a single 
18696                 click. (Modified from the) patch by Jean-Yves 
18697                 Lefort <jylefort@users.sourceforge.net>
18698                 
18699
18700 2004-11-05 [colin]      0.9.12cvs139.1
18701
18702         * src/compose.c
18703         * src/procmime.c
18704                 Sync with HEAD again ^^
18705
18706 2004-11-05 [colin]      0.9.12cvs139.1
18707
18708         * src/compose.c
18709         * src/procmime.c
18710                 Sync with HEAD
18711
18712 2004-11-03 [paul]       0.9.12cvs138.1
18713
18714         * ChangeLog.claws
18715         * configure.ac
18716         * po/POTFILES.in
18717         * src/prefs_ext_prog.c
18718         * src/procmime.c
18719         * tools/kdeservicemenu/README
18720         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18721         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18722                 sync with HEAD
18723
18724 2004-11-01 [christoph]  0.9.12cvs136.2
18725
18726         * src/procmime.c
18727                 convert MIME parameters to UTF-8
18728
18729 2004-10-29 [colin]      0.9.12cvs136.1
18730
18731         * src/common/utils.c
18732                 Sync with HEAD (don't use '=' in mime boundary)
18733
18734 2004-10-29 [paul]       0.9.12cvs135.1
18735
18736         * configure.ac
18737         * doc/src/rfc2231.txt
18738         * src/procmime.c
18739         * src/common/quoted-printable.c
18740         * src/common/utils.c
18741         * src/common/utils.h
18742                 sync with HEAD
18743
18744 2004-10-27 [paul]       0.9.12cvs134.1
18745
18746         * configure.ac
18747         * src/main.c
18748         * src/procmime.c
18749         * src/plugins/pgpmime/pgpmime.c
18750                 sync with HEAD
18751
18752 2004-10-26 [paul]       0.9.12cvs132.3
18753
18754         * src/account.c
18755         * src/addressbook.c
18756         * src/addrgather.c
18757         * src/addrharvest.c
18758         * src/codeconv.c
18759         * src/compose.c
18760         * src/customheader.c
18761         * src/editaddress.c
18762         * src/editgroup.c
18763         * src/enriched.c
18764         * src/expldifdlg.c
18765         * src/exporthtml.c
18766         * src/exportldif.c
18767         * src/folder.c
18768         * src/foldersel.c
18769         * src/folderview.c
18770         * src/grouplistdialog.c
18771         * src/html.c
18772         * src/imap.c
18773         * src/jpilot.c
18774         * src/ldapserver.c
18775         * src/ldif.c
18776         * src/mimeview.c
18777         * src/news.c
18778         * src/news_gtk.c
18779         * src/pop.c
18780         * src/prefs_display_header.c
18781         * src/prefs_gtk.c
18782         * src/prefs_msg_colors.c
18783         * src/prefs_toolbar.c
18784         * src/procheader.c
18785         * src/procmime.c
18786         * src/summaryview.c
18787         * src/textview.c
18788         * src/toolbar.c
18789         * src/vcard.c
18790         * src/common/mgutils.c
18791         * src/common/nntp.c
18792         * src/common/smtp.c
18793         * src/common/template.c
18794         * src/common/utils.c
18795         * src/common/xmlprops.c
18796         * src/plugins/pgpmime/pgpmime.c
18797         * src/plugins/pgpmime/select-keys.c
18798         * src/plugins/pgpmime/sgpgme.c
18799                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18800                 g_string_sprintfa(), gtk_notebook_current_page()
18801
18802 2004-10-26 [colin]      0.9.12cvs132.2
18803
18804         * src/prefs_folder_item.c
18805                 Fix default-account selection
18806
18807 2004-10-21 [colin]      0.9.12cvs133
18808
18809         * src/compose.c
18810                 Sync with HEAD (Remove extra separator in compose's Options)
18811         * src/textview.c
18812                 Set wrapping to char
18813
18814 2004-10-21 [paul]       0.9.12cvs131.2
18815
18816         * src/compose.c
18817         * src/sourcewindow.c
18818                 fix wrapping
18819                 fix window shrinking 
18820
18821 2004-10-21 [colin]      0.9.12cvs131.1
18822
18823         * ChangeLog.claws
18824         * src/compose.c
18825                 Sync with HEAD
18826
18827 2004-10-21 [paul]       0.9.12cvs130.2
18828
18829         * src/prefs_folder_item.c
18830                 sync with HEAD (Apply to subfolders)
18831
18832 2004-10-19 [colin]      0.9.12cvs130.1
18833
18834         * ChangeLog.claws
18835         * src/compose.c
18836         * src/common/utils.c
18837         * src/gtk/menu.c
18838                 Sync with HEAD
18839
18840 2004-10-19 [colin]      0.9.12cvs128.1
18841
18842         * src/addrbook.c
18843         * src/addrcache.c
18844         * src/addressbook.c
18845         * src/codeconv.c
18846         * src/compose.c
18847         * src/customheader.c
18848         * src/editaddress.c
18849         * src/editgroup.c
18850         * src/exporthtml.c
18851         * src/folder.c
18852         * src/folderview.c
18853         * src/imap.c
18854         * src/jpilot.c
18855         * src/main.c
18856         * src/matcher_parser_parse.y
18857         * src/mbox.c
18858         * src/pop.c
18859         * src/prefs_account.c
18860         * src/prefs_gtk.c
18861         * src/prefs_msg_colors.c
18862         * src/procheader.c
18863         * src/procmime.c
18864         * src/procmime.h
18865         * src/procmsg.c
18866         * src/summaryview.c
18867         * src/textview.c
18868         * src/common/base64.c
18869         * src/common/partial_download.c
18870         * src/common/socket.c
18871         * src/common/sylpheed.c
18872         * src/common/utils.c
18873         * src/common/utils.h
18874         * src/gtk/pluginwindow.c
18875         * src/gtk/quicksearch.c
18876         * src/plugins/clamav/clamav_plugin.c
18877         * src/plugins/clamav/clamav_plugin.h
18878         * src/plugins/clamav/clamav_plugin_gtk.c
18879         * src/plugins/pgpmime/passphrase.c
18880         * src/plugins/pgpmime/pgpmime.c
18881         * src/plugins/pgpmime/plugin.c
18882         * src/plugins/pgpmime/prefs_gpg.c
18883         * src/plugins/pgpmime/prefs_gpg.h
18884         * src/plugins/pgpmime/select-keys.c
18885         * src/plugins/pgpmime/sgpgme.c
18886         * src/plugins/spamassassin/libspamc.c
18887         * src/plugins/spamassassin/spamassassin.c
18888         * src/plugins/spamassassin/spamassassin.h
18889         * src/plugins/spamassassin/spamassassin_gtk.c
18890         * src/plugins/trayicon/trayicon.c
18891         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18892                 Sync with HEAD
18893
18894 2004-10-14 [colin]      0.9.12cvs126.2
18895
18896         * src/codeconv.c
18897         * src/textview.c
18898                 Fix conv_unreadable_locale
18899
18900 2004-10-13 [colin]      0.9.12cvs126.1
18901
18902         * src/compose.c
18903                 Sync with HEAD (don't convert charset for 
18904                 drafted messages, minor cleanup)
18905
18906 2004-10-13 [colin]      0.9.12cvs125.1
18907
18908         * po/POTFILES.in
18909                 Sync with HEAD (POTFILES fix)
18910
18911 2004-10-12 [colin]      0.9.12cvs124.3
18912
18913         * src/compose.c
18914                 Fix encoding bug from latest sync
18915
18916 2004-10-12 [paul]       0.9.12cvs124.2
18917
18918         * src/plugins/pgpmime/prefs_gpg.c
18919         * src/plugins/pgpmime/prefs_gpg.h
18920                 forgotten in last commit        
18921
18922 2004-10-12 [paul]       0.9.12cvs124.1
18923
18924         * ChangeLog.claws
18925         * configure.ac
18926         * m4/spamassassin.m4
18927         * src/Makefile.am
18928         * src/account.c
18929         * src/compose.c
18930         * src/compose.h
18931         * src/crash.c
18932         * src/main.c
18933         * src/mimeview.c
18934         * src/passphrase.c
18935         * src/passphrase.h
18936         * src/prefs_account.c
18937         * src/prefs_account.h
18938         * src/prefs_common.c
18939         * src/privacy.c
18940         * src/privacy.h
18941         * src/procmime.c
18942         * src/procmime.h
18943         * src/procmsg.c
18944         * src/rfc2015.c
18945         * src/rfc2015.h
18946         * src/select-keys.c
18947         * src/select-keys.h
18948         * src/textview.c
18949         * src/common/utils.c
18950         * src/common/utils.h
18951         * src/gtk/about.c
18952         * src/plugins/pgpmime/Makefile.am
18953         * src/plugins/pgpmime/passphrase.c
18954         * src/plugins/pgpmime/passphrase.h
18955         * src/plugins/pgpmime/pgpmime.c
18956         * src/plugins/pgpmime/plugin.c
18957         * src/plugins/pgpmime/select-keys.c
18958         * src/plugins/pgpmime/select-keys.h
18959         * src/plugins/pgpmime/sgpgme.c
18960         * src/plugins/pgpmime/sgpgme.h
18961                 sync with HEAD
18962
18963 2004-10-04 [colin]      0.9.12cvs122.1
18964
18965         * src/mainwindow.c
18966         * src/messageview.c
18967         * src/messageview.h
18968         * src/textview.c
18969                 Sync with HEAD
18970
18971 2004-10-04 [colin]      0.9.12cvs121.1
18972
18973         * src/summaryview.c
18974                 Sync with HEAD
18975
18976 2004-10-04 [paul]       0.9.12cvs120.1
18977
18978         * configure.ac
18979                 sync with HEAD [don't try to build 
18980                 pgpmime plugin when gpgme is disabled]
18981
18982 2004-10-03 [colin]      0.9.12cvs119.3
18983
18984         * src/gtk/gtksctree.c
18985                 Lots of side effects. Put back as before 117.2.
18986         * src/summaryview.c
18987                 Fix bug #602
18988
18989 2004-10-03 [colin]      0.9.12cvs119.2
18990
18991         * src/gtk/gtksctree.c
18992                 Revert 608 fix that doesn't work that good
18993
18994 2004-10-02 [colin]      0.9.12cvs119.1
18995
18996         * src/mainwindow.c
18997         * src/messageview.c
18998         * src/prefs_common.h
18999         * src/procmime.c
19000         * src/procmime.h
19001         * src/textview.c
19002                 Sync with HEAD
19003         * src/gtk/gtksctree.c
19004                 Close bug #608
19005
19006 2004-10-01 [colin]      0.9.12cvs118.1
19007
19008         * src/mimeview.c
19009                 Sync with HEAD (better Save All fix)
19010
19011 2004-10-01 [colin]      0.9.12cvs117.2
19012
19013         * src/gtk/gtksctree.c
19014                 Faster on selection
19015
19016 2004-10-01 [colin]      0.9.12cvs117.1
19017
19018         * src/mimeview.c
19019                 Sync with HEAD (Save All: only attachments)
19020
19021 2004-10-01 [paul]       0.9.12cvs116.1
19022
19023         * ChangeLog.claws
19024         * configure.ac
19025         * src/account.c
19026         * src/prefs_common.c
19027         * src/gtk/colorlabel.c
19028                 sync with HEAD
19029
19030 2004-09-30 [colin]      0.9.12cvs115.1
19031
19032         * src/stock_pixmap.c
19033         * src/stock_pixmap.h
19034         * src/folderview.c
19035         * src/Makefile.am
19036         * src/pixmaps/read.xpm
19037                 Sync with HEAD (new pixmap)
19038
19039 2004-09-29 [colin]      0.9.12cvs114.1
19040
19041         * src/compose.c
19042                 Sync with HEAD
19043                 Fix focus handling in headers
19044
19045 2004-09-29 [paul]       0.9.12cvs113.1
19046
19047         * src/quote_fmt_parse.y
19048                 sync with HEAD
19049  
19050
19051 2004-09-28 [colin]      0.9.12cvs112.1
19052
19053         * src/folderview.c
19054         * src/mainwindow.c
19055                 Sync with HEAD
19056
19057 2004-09-28 [colin]      0.9.12cvs110.1
19058
19059         * src/folderview.c
19060                 Sync with HEAD (Contextual Empty trash menu)
19061
19062 2004-09-28 [colin]      0.9.12cvs108.1
19063
19064         * src/addressbook.c
19065                 Sync with HEAD (addressbook edit on double-click)
19066
19067 2004-09-28 [colin]      0.9.12cvs106.1
19068
19069         * src/inc.c
19070                 Sync with HEAD (folder_item freeze on inc)
19071
19072 2004-09-27 [colin]      0.9.12cvs105.1
19073
19074         * src/folderview.c
19075                 Sync with HEAD (right-align new and unread column)
19076
19077 2004-09-27 [colin]      0.9.12cvs104.1
19078
19079         * src/main.c
19080                 Sync with HEAD (revert 0.9.12cvs101)
19081
19082 2004-09-24 [colin]      0.9.12cvs103.2
19083
19084         * src/wizard.c
19085                 Fix gtk warnings and use domain part of the email address 
19086                 when domain detection fails (no dot in domain name)
19087
19088 2004-09-23 [colin]      0.9.12cvs103.1
19089
19090         * src/plugins/spamassassin/libspamc.c
19091         * src/plugins/spamassassin/libspamc.h
19092         * src/plugins/spamassassin/utils.c
19093         * src/plugins/spamassassin/utils.h
19094                 Sync with HEAD (Update spamassassin to 3.0)
19095
19096 2004-09-21 [colin]      0.9.12cvs102.3
19097
19098         * src/action.c
19099                 Add horizontal scrollbar in action io dialog as needed
19100                 Patch by Alfons.
19101
19102 2004-09-20 [colin]      0.9.12cvs102.2
19103
19104         * src/plugins/image_viewer/viewer.c
19105                 Remove imlib stuff
19106                 use gtk_pixmap_set when clearing
19107                 (would be better to use gtkImages, but causes size-allocate 
19108                 signals storm)
19109
19110 2004-09-17 [paul]       0.9.12cvs102.1
19111
19112         * ChangeLog
19113         * ChangeLog.claws
19114         * ChangeLog.jp
19115         * configure.ac
19116         * src/inc.c
19117                 sync with HEAD
19118
19119
19120 2004-09-17 [colin]      0.9.12cvs101.1
19121
19122         * ChangeLog.claws
19123         * src/main.c
19124                 Sync with HEAD (fix segs at exit)
19125
19126 2004-09-14 [colin]      0.9.12cvs99.5
19127
19128         * src/common/socket.c
19129         * AUTHORS
19130                 Fix send error on 64bit platforms
19131                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19132
19133 2004-09-14 [colin]      0.9.12cvs99.4
19134
19135         * src/action.c
19136                 Fix action output with utf8 
19137                 Patch by Alfons.
19138
19139 2004-09-14 [colin]      0.9.12cvs99.3
19140
19141         * ChangeLog.claws
19142         * src/folder.c
19143                 Sync with HEAD
19144
19145 2004-09-09 [colin]      0.9.12cvs99.2
19146
19147         * src/action.c
19148                 Fix progress bar (displaying "Completed %v/%u")
19149                 Patch by Alfons.
19150
19151 2004-09-08 [colin]      0.9.12cvs99.1
19152
19153         * src/account.c
19154         * src/folder.c
19155         * src/procmsg.c
19156         * src/procmsg.h
19157         * src/plugins/pgpmime/pgpmime.c
19158                 Sync with HEAD
19159
19160 2004-09-08 [colin]      0.9.12cvs97.2
19161
19162         * src/summaryview.c
19163                 Don't select mails in collapsed threads 
19164                 when navigating with up/down
19165
19166 2004-09-07 [colin]      0.9.12cvs97.1
19167
19168         * src/inc.c
19169                 Sync with HEAD (meaningful error messages)
19170
19171 2004-09-06 [colin]      0.9.12cvs96.1
19172
19173         * src/toolbar.c
19174                 Sync with HEAD (fix Redirect graying out)
19175
19176 2004-09-06 [colin]      0.9.12cvs95.1
19177
19178         * src/summaryview.c
19179         * src/mimeview.c
19180                 Sync with HEAD (fix dropped URIs)
19181
19182 2004-09-06 [colin]      0.9.12cvs94.1
19183
19184         * src/addressbook.c
19185         * src/addressitem.h
19186         * src/addritem.c
19187         * src/addritem.h
19188                 Sync with HEAD (addressbook DnD)
19189
19190 2004-09-03 [colin]      0.9.12cvs93.1
19191
19192         * src/summaryview.c
19193                 Sync with HEAD (next/prev unread)
19194
19195 2004-09-03 [colin]      0.9.12cvs92.1
19196
19197         * src/prefs_common.c
19198         * src/prefs_common.h
19199         * src/summaryview.c
19200                 Sync with HEAD ('mark_as_read_delay' pref)
19201
19202 2004-09-02 [colin]      0.9.12cvs91.2
19203
19204         * src/common/xml.c
19205                 Fix leak
19206
19207 2004-09-02 [colin]      0.9.12cvs91.1
19208
19209         * src/gtk/menu.c
19210                 Sync with HEAD (menu accel don't work, but whatever)
19211
19212 2004-09-02 [colin]      0.9.12cvs90.1
19213
19214         * src/account.c
19215                 Sync with HEAD (fix bug 582)
19216
19217 2004-09-02 [colin]      0.9.12cvs89.1
19218
19219         * src/addrindex.c
19220                 Sync with HEAD (free deleted queries)
19221
19222 2004-09-02 [colin]      0.9.12cvs88.1
19223
19224         * src/ldapquery.c
19225                 Sync with HEAD (fix LDAP freezes)
19226
19227 2004-09-02 [colin]      0.9.12cvs87.1
19228
19229         * src/prefs_spelling.c
19230                 Sync with HEAD (add default dictionary)
19231
19232 2004-09-01 [colin]      0.9.12cvs86.1
19233
19234         * src/filtering.c
19235         * src/folderview.c
19236         * src/imap.c
19237         * src/prefs_matcher.c
19238         * src/stock_pixmap.c
19239         * src/summary_search.c
19240         * src/summaryview.c
19241         * src/wizard.c
19242         * src/wizard.h
19243                 Sync with HEAD (uninitialized vars fixes)
19244                 + gtk2 specific warning fixes
19245
19246 2004-08-31 [colin]      0.9.12cvs85.1
19247
19248         * src/folder.c
19249                 Sync with HEAD (Fix memory corruption due to 
19250                 uninitialized var)
19251
19252 2004-08-31 [colin]      0.9.12cvs84.4
19253
19254         * src/summary_search.c
19255                 Fix segfaults when searching in folders with broken headers
19256
19257 2004-08-31 [colin]      0.9.12cvs84.3
19258
19259         * src/compose.c
19260         * src/textview.c
19261                 Fix some more encoding/decoding issues
19262
19263 2004-08-30 [colin]      0.9.12cvs84.2
19264
19265         * src/mimeview.c
19266         * src/prefs_themes.c
19267         * src/gtk/filesel.c
19268         * src/gtk/filesel.h
19269                 Add a folder-mode selection (fixes mimeview's "Save all")
19270
19271 2004-08-29 [colin]      0.9.12cvs84.1
19272
19273         * src/mimeview.c
19274                 Sync with HEAD (don't escape saved filenames)
19275
19276 2004-08-27 [colin]      0.9.12cvs83.1
19277
19278         * ChangeLog
19279         * ChangeLog.claws
19280         * ChangeLog.jp
19281         * src/mh.c
19282         * src/procheader.c
19283         * src/procmsg.c
19284         * src/procmsg.h
19285         * src/common/utils.c
19286         * src/gtk/menu.h
19287         * po/
19288                 Sync with HEAD 0.9.12cvs83 (sync with main)
19289
19290 2004-08-26 [colin]      0.9.12cvs82.4
19291
19292         * src/codeconv.c
19293                 Fix strange stack corruption
19294                 Convert to utf8 after unmime, not before
19295
19296 2004-08-26 [colin]      0.9.12cvs82.3
19297
19298         * src/main.c
19299         * src/wizard.c
19300                 Fix account folders duplication
19301
19302 2004-08-25 [colin]      0.9.12cvs82.2
19303
19304         * src/wizard.c
19305                 Remove ports
19306                 Add SSL selection
19307                 Use login@server as account name
19308
19309 2004-08-25 [colin]      0.9.12cvs82.1
19310
19311         * src/plugins/pgpmime/pgpmime.c
19312                 Sync with HEAD (leak fix).
19313
19314 2004-08-25 [colin]      0.9.12cvs81.1
19315
19316         * src/plugins/pgpmime/pgpmime.c
19317         * src/plugins/pgpmime/sgpgme.c
19318         * src/plugins/pgpmime/sgpgme.h
19319                 Sync with HEAD (Handle combined messages).
19320
19321 2004-08-24 [colin]      0.9.12cvs80.3
19322
19323         * src/wizard.c
19324                 Fix full name, ports, and imap
19325
19326 2004-08-24 [colin]      0.9.12cvs80.2
19327
19328         * src/Makefile.am
19329         * src/main.c
19330         * src/setup.c
19331         * src/setup.h
19332         * src/stock_pixmap.c
19333         * src/stock_pixmap.h
19334         * src/wizard.c ** ADDED **
19335         * src/wizard.h ** ADDED ** 
19336         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19337                 Add a setup wizard 
19338
19339 2004-08-24 [colin]      0.9.12cvs80.1
19340
19341         * src/folder.c
19342                 Sync with HEAD (set mimeflags on all messages)
19343
19344 2004-08-24 [colin]      0.9.12cvs79.3
19345
19346         * src/matcher_parser_lex.l
19347                 Fix 8bits strings not in utf8
19348
19349 2004-08-24 [colin]      0.9.12cvs79.2
19350
19351         * src/compose.c
19352                 Check conversion result before replacing buffer
19353
19354 2004-08-23 [colin]      0.9.12cvs79.1
19355
19356         * src/compose.c
19357                 Sync with HEAD (create message header in memory)
19358
19359 2004-08-23 [colin]      0.9.12cvs78.1
19360
19361         * src/rfc2015.c
19362         * src/rfc2015.h
19363                 Sync with HEAD (fix bug 197 again)
19364
19365 2004-08-23 [colin]      0.9.12cvs77.3
19366
19367         * src/compose.c
19368                 Fix again inline gpg signing (which outputs utf8
19369                 in gtk2). Not syncing this fix to HEAD as this 
19370                 code is meant to die.
19371
19372 2004-08-23 [colin]      0.9.12cvs77.2
19373
19374         * src/prefs_account.h
19375                 Remove useless include
19376
19377 2004-08-23 [colin]      0.9.12cvs77.1
19378
19379         * src/imap.c
19380         * po/es.po
19381         * po/fr.po
19382         * po/it.po
19383         * po/pl.po
19384         * po/pt_BR.po
19385         * po/sk.po
19386         * po/sr.po
19387                 Sync with HEAD (fix bug 577)
19388
19389 2004-08-22 [colin]      0.9.12cvs76.1
19390
19391         * src/plugins/trayicon/trayicon.c
19392                 Sync with HEAD (fix formatting bug)
19393
19394 2004-08-21 [colin]      0.9.12cvs74.2
19395
19396         * src/gtk/colorsel.c
19397                 Fix bug 564 (Folder color selection window exits on any
19398                 keypress)
19399
19400 2004-08-21 [colin]      0.9.12cvs74.1
19401
19402         * ChangeLog.claws
19403         * src/compose.c
19404         * src/summaryview.c
19405         * src/toolbar.c
19406                 Sync with HEAD (fix bug 576)
19407
19408 2004-08-21 [colin]      0.9.12cvs70.1
19409
19410         * src/compose.c
19411         * src/mainwindow.c
19412                 Sync with HEAD
19413                 
19414
19415 2004-08-21 [paul]       0.9.12cvs66.4
19416
19417         * src/mainwindow.c
19418         * src/messageview.c
19419         * src/gtk/menu.c
19420         * src/plugins/spamassassin/spamassassin_gtk.c
19421                 remove some deprecated gtk1 functions
19422
19423
19424 2004-08-21 [colin]      0.9.12cvs66.3
19425
19426         * src/compose.c
19427         * src/codeconv.c
19428                 Fix warnings
19429                 Remove encoding hacks
19430                 Fix bug 575 (Strange character messes up message)
19431                 Don't display conversion error when drafting
19432
19433 2004-08-21 [paul]       0.9.12cvs66.2
19434
19435         * src/prefs_account.c
19436                 fix GnuPG mode bugs
19437
19438
19439 2004-08-20 [colin]      0.9.12cvs66.1
19440
19441         * src/codeconv.c
19442                 Sync with HEAD 0.9.12cvs66
19443
19444 2004-08-20 [paul]
19445
19446         * src/plugins/pgpmime/plugin.c
19447                 modify PGP/MIME plugin's description
19448
19449 2004-08-17 [colin]      0.9.12cvs65.1
19450
19451         * src/common/ssl.c
19452         * src/plugins/pgpmime/plugin.c
19453                 Sync with HEAD
19454
19455 2004-08-14 [colin]      0.9.12cvs60.3
19456
19457         * src/plugins/trayicon/trayicon.c
19458                 Put back resize callback, on size-request signal
19459                 rather than size-allocate to avoid infinite 
19460                 callback loop
19461
19462 2004-08-13 [colin]      0.9.12cvs60.2
19463
19464         * src/common/defs.h
19465                 Cache versions have been fixed
19466
19467 2004-08-13 [colin]      0.9.12cvs60.1
19468
19469         * src/folderutils.c
19470                 Sync with HEAD
19471
19472 2004-08-12 [colin]      0.9.12cvs59.1
19473
19474         * src/plugins/trayicon/trayicon.c
19475                 Sync with HEAD
19476
19477 2004-08-12 [colin]      0.9.12cvs57.5
19478
19479         * sylpheed.desktop
19480         * configure.ac
19481         * src/Makefile.am
19482         * src/main.c
19483                 Add support for Freedesktop.org's startup notification
19484
19485 2004-08-11 [colin]      0.9.12cvs57.4
19486
19487         * src/textview.c
19488                 Fix off-by-one
19489
19490 2004-08-11 [colin]      0.9.12cvs57.3
19491
19492         * src/message_search.c
19493         * src/summary_search.c
19494                 Make searches case insensitive by default
19495         * src/textview.c
19496                 Fix case-insensitive search in message
19497
19498 2004-08-11 [colin]      0.9.12cvs57.2
19499
19500         * src/summary_search.c
19501                 Let case-sensitive be specified
19502
19503 2004-08-10 [colin]      0.9.12cvs55.4
19504
19505         * src/common/socket.c
19506                 Fix the possible race condition
19507
19508 2004-08-09 [paul]       0.9.12cvs55.3
19509
19510         * configure.ac
19511         * src/Makefile.am
19512         * src/common/Makefile.am
19513                 sync with HEAD
19514
19515
19516 2004-08-09 [paul]       0.9.12cvs55.2
19517
19518         * autogen.sh
19519         * po/poconv.sh
19520                 remove unneeded script
19521
19522         * configure.ac
19523                 add forgotten USE_LDAP_TLS (sync with HEAD)
19524
19525
19526 2004-08-09 [colin]      0.9.12cvs55.1
19527
19528         * src/main.c
19529         * src/common/ssl.c
19530         * src/common/sylpheed.c
19531         * src/common/sylpheed.h
19532                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19533
19534 2004-08-09 [paul]       0.9.12cvs54.1
19535
19536         * ChangeLog
19537         * ChangeLog.claws
19538         * ChangeLog.jp
19539         * configure.ac
19540         * po/POTFILES.in
19541         * src/Makefile.am
19542         * src/folderutils.c
19543         * src/main.c
19544         * src/pgpmime.c
19545         * src/pgpmime.h
19546         * src/sgpgme.c
19547         * src/sgpgme.h
19548         * src/plugins/Makefile.am
19549         * src/plugins/pgpmime/.cvsignore
19550         * src/plugins/pgpmime/Makefile.am
19551         * src/plugins/pgpmime/pgpmime.c
19552         * src/plugins/pgpmime/pgpmime.h
19553         * src/plugins/pgpmime/plugin.c
19554         * src/plugins/pgpmime/sgpgme.c
19555         * src/plugins/pgpmime/sgpgme.h
19556                 sync with HEAD
19557
19558 2004-08-08 [paul]       0.9.12cvs51.1
19559
19560         * configure.ac
19561         * src/folder.c
19562                 sync with HEAD
19563
19564 2004-08-07 [colin]      0.9.12cvs50.1
19565
19566         * src/pop.c
19567         * src/common/partial_download.c
19568                 fix warnings (sync from HEAD)
19569
19570 2004-08-07 [colin]      0.9.12cvs48.1
19571
19572         * src/prefs_folder_item.c
19573                 sync with HEAD 0.9.12cvs48
19574
19575 2004-08-06 [colin]      0.9.12cvs47.1
19576
19577         * src/compose.c
19578                 Sync with HEAD
19579
19580 2004-08-06 [christoph]  0.9.12cvs46.2
19581
19582         * src/main.c
19583         * src/plugins/clamav/clamav_plugin_gtk.c
19584         * src/plugins/dillo_viewer/dillo_viewer.c
19585         * src/plugins/image_viewer/plugin.c
19586         * src/plugins/mathml_viewer/mathml_viewer.c
19587         * src/plugins/spamassassin/spamassassin_gtk.c
19588         * src/plugins/trayicon/trayicon.c
19589                 don't mix GTK1.2 plugin with GTK2 plugins
19590
19591 2004-08-06 [colin]      0.9.12cvs46.1
19592
19593         * ChangeLog
19594         * ChangeLog.claws
19595         * ChangeLog.jp
19596         * configure.ac
19597         * sylpheed-claws.pc.in
19598         * src/folder.c
19599         * src/imap.c
19600         * src/localfolder.c
19601         * src/messageview.c
19602         * src/mimeview.c
19603         * src/mimeview.h
19604         * src/msgcache.c
19605         * src/news.c
19606         * src/prefs_ext_prog.c
19607         * src/prefs_folder_item.c
19608         * src/prefs_fonts.c
19609         * src/prefs_msg_colors.c
19610         * src/prefs_spelling.c
19611         * src/prefs_themes.c
19612         * src/prefs_toolbar.c
19613         * src/prefs_wrapping.c
19614         * src/procmime.h
19615         * src/common/defs.h
19616         * src/common/nntp.c
19617         * src/common/session.c
19618         * src/common/session.h
19619         * src/common/socket.c
19620         * src/common/utils.h
19621         * src/common/xml.c
19622         * src/common/xml.h
19623         * src/gtk/prefswindow.c
19624         * src/gtk/prefswindow.h
19625         * src/plugins/clamav/clamav_plugin_gtk.c
19626         * src/plugins/dillo_viewer/dillo_prefs.c
19627         * src/plugins/image_viewer/viewerprefs.c
19628         * src/plugins/spamassassin/spamassassin_gtk.c
19629         * m4/openssl.m4 *** REMOVED ***
19630                 Sync with HEAD 0.9.12cvs46
19631
19632 2004-08-03 [paul]       0.9.12cvs40.2
19633
19634         * src/action.c
19635         * src/addressadd.c
19636         * src/addressbook.c
19637         * src/addrgather.c
19638         * src/browseldap.c
19639         * src/compose.c
19640         * src/crash.c
19641         * src/editaddress.c
19642         * src/editgroup.c
19643         * src/editldap_basedn.c
19644         * src/foldersel.c
19645         * src/importldif.c
19646         * src/mimeview.c
19647         * src/prefs_common.c
19648         * src/prefs_template.c
19649         * src/sourcewindow.c
19650         * src/summaryview.c
19651         * src/gtk/about.c
19652         * src/gtk/foldersort.c
19653         * src/gtk/logwindow.c
19654         * src/gtk/pluginwindow.c
19655         * src/gtk/prefswindow.c
19656                 change all gtk_scrolled_window_set_policy from 
19657                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19658
19659 2004-08-02 [paul]       0.9.12cvs40.1
19660
19661         * AUTHORS
19662                 update translation team section
19663         * po/pt_BR.po
19664                 updated by Frederico Goncalves Guimaraes
19665                 <fggdebian@yahoo.com.br>
19666
19667 2004-07-31 [colin]      0.9.12cvs39.9
19668
19669         * src/exphtmldlg.c
19670                 Fix compilation
19671
19672 2004-07-31 [colin]      0.9.12cvs39.8
19673
19674         * src/exphtmldlg.c
19675                 Fix an alertpanel type
19676
19677 2004-07-30 [colin]      0.9.12cvs39.7
19678
19679         * src/alertpanel.c
19680                 Fix alertpanel_error_log's icon
19681
19682 2004-07-30 [colin]      0.9.12cvs39.6
19683
19684         * src/pop.c
19685                 Two of them should still be warnings
19686
19687 2004-07-30 [colin]      0.9.12cvs39.5
19688
19689         * src/pop.c
19690                 More warning -> error
19691 2004-07-29 [colin]      0.9.12cvs39.4
19692
19693         * src/pop.c
19694                 Warning -> error
19695
19696 2004-07-29 [colin]      0.9.12cvs39.3
19697
19698         * src/prefs_matcher.c
19699                 Fix segfault
19700
19701 2004-07-29 [colin]      0.9.12cvs39.2
19702
19703         * src/alertpanel.c
19704                 More nice-looking alertpanels
19705
19706 2004-07-29 [colin]      0.9.12cvs39.1
19707
19708         * src/messageview.c
19709                 sync with head
19710                 (inform user when partial mail is deleted on server)
19711
19712 2004-07-29 [colin]      0.9.12cvs38.1
19713
19714         * src/messageview.c
19715                 sync with head
19716
19717 2004-07-28 [paul]       0.9.12cvs37.7
19718
19719         * src/mainwindow.c
19720                 complete the replacement of deprecated gtk_progress_*
19721
19722 2004-07-28 [paul]       0.9.12cvs37.6
19723
19724         * src/action.c
19725         * src/inc.c
19726         * src/mainwindow.c
19727         * src/send_message.c
19728         * src/gtk/progressdialog.c
19729         * src/gtk/progressdialog.h
19730                 replace deprecated gtk_progress_*
19731
19732 2004-07-28 [paul]       0.9.12cvs37.5
19733
19734         * src/gtk/filesel.c
19735                 remove gtk_window_set_wmclass()
19736 2004-07-28 [paul]       0.9.12cvs37.4
19737
19738         * src/addressbook.c
19739         * src/compose.c
19740         * src/foldersel.c
19741         * src/mainwindow.c
19742         * src/messageview.c
19743         * src/sourcewindow.c
19744         * src/gtk/logwindow.c
19745                 remove gtk_window_set_wmclass()
19746                 
19747         * src/prefs_filtering.c
19748         * src/prefs_filtering_action.c
19749         * src/prefs_fonts.c
19750         * src/prefs_gtk.c
19751         * src/prefs_matcher.c
19752         * src/ssl_manager.c
19753         * src/gtk/prefswindow.c
19754                 replace gtk_window_position()
19755
19756 2004-07-28 [colin]      0.9.12cvs37.3
19757
19758         * src/alertpanel.c
19759         * src/alertpanel.h
19760                 Add a way to specify panel type for specific
19761                 panels (alertpanel())
19762         * src/account.c
19763         * src/addressbook.c
19764         * src/compose.c
19765         * src/expldifdlg.c
19766         * src/main.c
19767         * src/messageview.c
19768         * src/summaryview.c
19769         * src/textview.c
19770         * src/gtk/sslcertwindow.c
19771                 Fix alertpanel()s so that their icon match
19772                 their real type
19773
19774 2004-07-28 [paul]       0.9.12cvs37.2
19775
19776         * src/addr_compl.c
19777         * src/addressbook.c
19778         * src/alertpanel.c
19779         * src/compose.c
19780         * src/export.c
19781         * src/foldersel.c
19782         * src/folderview.c
19783         * src/grouplistdialog.c
19784         * src/import.c
19785         * src/mainwindow.c
19786         * src/message_search.c
19787         * src/messageview.c
19788         * src/passphrase.c
19789         * src/prefs_actions.c
19790         * src/prefs_common.c
19791         * src/prefs_customheader.c
19792         * src/prefs_display_header.c
19793         * src/prefs_filtering.c
19794         * src/prefs_filtering_action.c
19795         * src/prefs_gtk.c
19796         * src/prefs_matcher.c
19797         * src/prefs_msg_colors.c
19798         * src/prefs_summary_column.c
19799         * src/prefs_template.c
19800         * src/sourcewindow.c
19801         * src/ssl_manager.c
19802         * src/summary_search.c
19803         * src/gtk/colorsel.c
19804         * src/gtk/description_window.c
19805         * src/gtk/gtkaspell.c
19806         * src/gtk/inputdialog.c
19807         * src/gtk/logwindow.c
19808         * src/gtk/prefswindow.c
19809         * src/gtk/progressdialog.c
19810                 replace deprecated gtk_window_set_policy
19811
19812 2004-07-27 [colin]      0.9.12cvs37.1
19813
19814         * src/msgcache.c
19815                 More fixes (synced for head again)
19816
19817 2004-07-27 [colin]      0.9.12cvs35.3
19818
19819         * src/msgcache.c
19820                 Fix wrong test
19821
19822 2004-07-27 [colin]      0.9.12cvs35.2
19823
19824         * src/mimeview.c
19825                 Fix width a bit (by Paul)
19826         * src/alertpanel.c
19827         * src/alertpanel.h
19828                 Specialize icons, make alertpanel_message()
19829                 private
19830         * src/message_search.c
19831         * src/sgpgme.c
19832         * src/summary_search.c
19833                 Suit alertpanel changes
19834
19835 2004-07-27 [colin]      0.9.12cvs35.1
19836
19837         * src/alertpanel.c
19838                 Add an icon
19839         * src/passphrase.c
19840                 Add debug output - maybe someone will
19841                 want to look at the problem with Grab
19842                 Input :)
19843         Bump version as we're synced with HEAD
19844
19845 2004-07-26 [colin]      0.9.12cvs33.26
19846
19847         * src/pop.c
19848                 Fix uidl-file parsing when not in new
19849                 format
19850
19851 2004-07-26 [colin]      0.9.12cvs33.25
19852
19853         * src/gtk/menu.c
19854                 Move popup menu up if necessary (fixes 
19855                 account selector)
19856         * src/mainwindow.c
19857                 Set account selector's button height to
19858                 minimum
19859
19860 2004-07-26 [colin]      0.9.12cvs33.24
19861
19862         * src/alertpanel.c
19863                 Maybe fix 551 (Truncated font in alert window)
19864
19865 2004-07-26 [colin]      0.9.12cvs33.23
19866
19867         * po/de.po
19868         * po/es.po
19869         * po/fr.po
19870         * po/it.po
19871         * po/ja.po
19872         * po/pl.po
19873         * po/ru.po
19874         * po/sk.po
19875         * po/sr.po
19876         * po/zh_CN.po
19877                 Sync po files with HEAD
19878
19879 2004-07-26 [paul]       0.9.12cvs33.22
19880
19881         * src/compose.c
19882                 fix Bug 556 'Organisation-header is sent even if empty'
19883
19884 2004-07-24 [colin]      0.9.12cvs33.21
19885
19886         * src/compose.c
19887         * src/gtk/gtkaspell.c
19888         * src/gtk/gtkaspell.h
19889                 Fix speller accelerators (require hack)
19890
19891 2004-07-24 [colin]      0.9.12cvs33.20
19892
19893         * src/gtk/gtkaspell.c
19894                 Fix over-eager code deletion breaking
19895                 Check while typing
19896
19897 2004-07-24 [colin]      0.9.12cvs33.19
19898
19899         * src/browseldap.c
19900         * src/ldapctrl.c
19901         * src/ldapctrl.h
19902         * src/ldapserver.h
19903                 Sync ldap with HEAD
19904         (Fixes 546 LDAP completely broken)
19905
19906 2004-07-24 [colin]      0.9.12cvs33.18
19907
19908         * src/prefs_msg_colors.c
19909                 Fix prototype mismatch
19910         (Fixes 547 void function cannot return value)
19911
19912 2004-07-24 [colin]      0.9.12cvs33.17
19913
19914         * src/mainwindow.c
19915                 Fix sort going back to previous sort key
19916                 when changing sort direction
19917
19918 2004-07-24 [colin]      0.9.12cvs33.16
19919
19920         * src/compose.c
19921                 Fix space insertion when re-wrapping at 
19922                 cursor point
19923
19924 2004-07-24 [colin]      0.9.12cvs33.15
19925
19926         * src/gtk/gtkaspell.c
19927                 Don't change cursor position in insert-text
19928                 callback
19929         (Fixes 539 Word wrapping on input transposes letters)
19930
19931 2004-07-24 [colin]      0.9.12cvs33.14
19932
19933         * src/gtk/gtkaspell.c
19934                 Reencode non-ascii chars to dictionary's
19935                 encoding
19936         (Fixes 544 Spell check broken non english locale)
19937
19938 2004-07-24 [colin]      0.9.12cvs33.13
19939
19940         * src/summaryview.c
19941                 Fix Shift+Down, add Home/End/PgUp/PgDown
19942
19943 2004-07-21 [colin]      0.9.12cvs33.12
19944
19945         * src/prefs_common.c
19946                 Fix a gtk warning (Patch by Andrej Kacian)
19947
19948 2004-07-21 [colin]      0.9.12cvs33.11
19949
19950         * src/gtk/filesel.c
19951                 More check
19952
19953 2004-07-21 [colin]      0.9.12cvs33.10
19954
19955         * src/compose.c
19956         * src/crash.c
19957         * src/export.c
19958         * src/import.c
19959         * src/messageview.c
19960         * src/mimeview.c
19961         * src/prefs_spelling.c
19962         * src/prefs_themes.c
19963         * src/summaryview.c
19964         * src/gtk/filesel.c
19965         * src/gtk/filesel.h
19966         * src/gtk/pluginwindow.c
19967                 Untwist open/save mode guessing logic, make
19968                 it explicit
19969
19970 2004-07-20 [colin]      0.9.12cvs33.9
19971
19972         * src/codeconv.c
19973                 conv_encode_header: src_charset is UTF-8 on
19974                 gtk2
19975         * src/compose.c
19976                 Remove double encoding of the headers
19977
19978 2004-07-20 [colin]      0.9.12cvs33.8
19979
19980         * src/codeconv.c
19981                 Fix typo
19982
19983 2004-07-20 [colin]      0.9.12cvs33.7
19984
19985         * src/mainwindow.c
19986                 Set the separated messageview to the saved
19987                 size of Claws' messageview (Patch by Alfons)
19988                 Fix a callback prototype (me)
19989
19990 2004-07-20 [colin]      0.9.12cvs33.6
19991
19992         * src/codeconv.h
19993                 Forgot one hunk in 0.9.12cvs33.4
19994
19995 2004-07-19 [colin]      0.9.12cvs33.5
19996
19997         * src/action.c
19998                 Action output fix
19999                 Patch by Alfons
20000
20001 2004-07-19 [colin]      0.9.12cvs33.4
20002
20003         * src/compose.c
20004                 Fix outgoing charset bug in headers
20005         * src/codeconv.c
20006                 Clean for glib2 - Patch by Alfons
20007
20008 2004-07-19 [colin]      0.9.12cvs33.3
20009
20010         * src/statusbar.c
20011                 Remove grip from the statusbar
20012                 Patch by Alfons
20013
20014 2004-07-19 [colin]      0.9.12cvs33.2
20015
20016         * src/messageview.c
20017         * src/textview.c
20018                 Fix messageview remembering the previous
20019                 scroll position when loading a new message
20020                 Patch by Alfons
20021
20022 2004-07-19 [colin]      0.9.12cvs33.1
20023
20024         * src/folder.h
20025         * src/folderview.c
20026         * src/summaryview.c
20027                 Sync with HEAD
20028
20029 2004-07-18 [colin]      0.9.12cvs32.7
20030
20031         * configure.ac
20032                 Remove useless check for XIM - noticed
20033                 by Alfons
20034
20035 2004-07-18 [colin]      0.9.12cvs32.6
20036
20037         * src/summaryview.c
20038                 Remove non-modified and shift-modified
20039                 accelerators in summaryview's popup
20040                 menu, as that doesn't get catched by
20041                 the accel-activate signal catcher...
20042
20043 2004-07-18 [colin]      0.9.12cvs32.5
20044
20045         * src/prefs_common.c
20046                 Define sensible default prefs for 
20047                 wrapping
20048
20049 2004-07-18 [colin]      0.9.12cvs32.4
20050
20051         * src/compose.c
20052         * src/prefs_common.c
20053         * src/prefs_common.h
20054         * src/prefs_wrapping.c
20055                 Remove Smart Wrapping pref, which does
20056                 nothing on gtk2 branch
20057
20058 2004-07-18 [colin]      0.9.12cvs32.3
20059
20060         * src/sourcewindow.c
20061                 Proper utf8
20062
20063 2004-07-18 [colin]      0.9.12cvs32.2
20064
20065         * src/compose.c
20066                 Save attachment status when drafting
20067
20068 2004-07-18 [colin]      0.9.12cvs32.1
20069
20070         * src/gtk/filesel.c
20071                 Fix erratic folder selection in open mode
20072
20073 2004-07-18 [colin]      0.9.12cvs31.11
20074
20075         * src/pop.c
20076                 Don't let partial messages get deleted
20077                 even with "dowload all"
20078                 (0.9.12cvs31.8 fix extension)
20079 2004-07-18 [colin]      0.9.12cvs31.10
20080
20081         * src/gtk/logwindow.c
20082                 Fix log scrolling
20083
20084 2004-07-18 [colin]      0.9.12cvs31.9
20085
20086         * src/common/utils.c
20087                 Fix non-utf8 strings coming from commands
20088                 and files
20089
20090 2004-07-18 [colin]      0.9.12cvs31.8
20091
20092         * src/pop.c
20093                 Fix partial download bug with Download all
20094                 messages option
20095
20096 2004-07-18 [colin]      0.9.12cvs31.7
20097
20098         * src/textview.c
20099                 Fix bug introduced in 0.9.12cvs31.2
20100                 (blocked in select mode after double click)
20101
20102 2004-07-18 [colin]      0.9.12cvs31.6
20103
20104         * src/compose.c
20105         * src/gtk/menu.c
20106                 More glib-warning fixes
20107
20108 2004-07-18 [colin]      0.9.12cvs31.5
20109
20110         * src/compose.c
20111                 Fix trashing the primary clipboard when moving 
20112                 around with tab
20113         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20114
20115 2004-07-18 [colin]      0.9.12cvs31.4
20116
20117         * src/codeconv.c
20118                 convert unencoded iso headers to utf8
20119         (Fix Bug 538 Unencoded local characters in subject make it 
20120          disappear)
20121
20122 2004-07-18 [colin]      0.9.12cvs31.3
20123
20124         * src/compose.c
20125                 Fix tab char handling in wrapping
20126         (Fix Bug 537 Line wrap problem - TAB character treated as 
20127          one character instead of 8)
20128
20129 2004-07-18 [colin]      0.9.12cvs31.2
20130
20131         * src/textview.c
20132                 return FALSE on GDK_MOTION_NOTIFY
20133         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20134          (unable to highlight))
20135
20136 2004-07-18 [colin]      0.9.12cvs31.1
20137
20138         * src/folderview.c
20139                 Sync with 0.9.12cvs31
20140
20141 2004-07-18 [colin]      0.9.12cvs30.4
20142
20143         * src/compose.c
20144                 Also block text_inserted when inserting a file
20145
20146 2004-07-18 [colin]      0.9.12cvs30.3
20147
20148         * src/compose.c
20149                 Fix smart wrapping (block text_inserted handler
20150                 while putting quotation to avoid wrap on input,
20151                 don't join lines if next is sig separator)
20152
20153 2004-07-17 [colin]      0.9.12cvs30.2
20154
20155         * src/folderview.c
20156         * src/mainwindow.c
20157         * src/mimeview.c
20158         * src/summaryview.c
20159         * src/gtk/quicksearch.c
20160         * src/gtk/quicksearch.h
20161                 Block key events handlers *and* accels while
20162                 quicksearch is focused
20163         (Fixes Bug 534 quick-search bar not accepting certain letters)
20164
20165 2004-07-17 [colin]      0.9.12cvs30.1
20166
20167         * src/folder.h
20168         * src/folderview.c
20169         * src/summaryview.c
20170                 Sync with 0.9.12cvs30
20171
20172 2004-07-17 [colin]      0.9.12cvs28.2
20173
20174         * src/mimeview.c
20175         * src/procmime.c
20176         * src/summaryview.c
20177         * src/gtk/menu.c
20178                 Squash some compile and glib warnings
20179
20180 2004-07-17 [paul]       0.9.12cvs28.1
20181
20182         * src/mimeview.c
20183                 sync with 0.9.12cvs28 HEAD
20184
20185 2004-07-16 [paul]       0.9.12cvs26.1
20186         
20187         * src/gtk/quicksearch.c
20188         * src/account.c
20189         * src/account.h
20190         * src/compose.c
20191         * src/customheader.c
20192         * src/folder_item_prefs.c
20193         * src/main.c
20194         * src/mainwindow.c
20195         * src/messageview.c
20196         * src/mimeview.c
20197         * src/news.c
20198         * src/pgpmime.c
20199         * src/pop.c
20200         * src/pop.h
20201         * src/prefs_account.c
20202         * src/prefs_account.h
20203         * src/prefs_common.c
20204         * src/prefs_common.h
20205         * src/prefs_display_header.c
20206         * src/prefs_gtk.c
20207         * src/prefs_gtk.h
20208         * src/procheader.c
20209         * src/procmime.c
20210                 sync with 0.9.12cvs26 HEAD      
20211
20212 2004-07-15 [colin]      0.9.12cvs18.14
20213
20214         * src/folder.c
20215                 Disable GPG signature check during
20216                 folder move and scan
20217         (Closes Bug 521 Signature checking slows down Folder-Move)
20218
20219 2004-07-14 [colin]      0.9.12cvs18.13
20220
20221         * src/common/partial_download.c
20222                 update includes
20223
20224 2004-07-14 [colin]      0.9.12cvs18.12
20225
20226         * src/common/partial_download.c
20227         * src/common/partial_download.h
20228                 Move doc at top, add correct copyright
20229
20230 2004-07-14 [colin]      0.9.12cvs18.11
20231
20232         * src/folder.c
20233         * src/messageview.c
20234         * src/pop.c
20235         * src/pop.h
20236         * src/procmsg.c
20237         * src/summaryview.c
20238         * src/common/Makefile.am
20239         * src/common/partial_download.c ** NEW FILES **
20240         * src/common/partial_download.h ** NEW FILES **
20241                 Move partial-download related stuff to its
20242                 own file
20243
20244 2004-07-14 [colin]      0.9.12cvs18.10
20245
20246         * src/send_message.c
20247                 Fix smtp auth when user is null or empty
20248
20249 2004-07-13 [colin]      0.9.12cvs18.9
20250
20251         * src/gtk/quicksearch.c
20252                 Use alphabetic order
20253
20254 2004-07-13 [colin]      0.9.12cvs18.8
20255
20256         * src/pop.c
20257                 Be paranoid on the checks
20258
20259 2004-07-13 [colin]      0.9.12cvs18.7
20260
20261         * src/gtk/quicksearch.c
20262                 Fix Engrish once again
20263
20264 2004-07-13 [colin]      0.9.12cvs18.6
20265
20266         * src/procmsg.c
20267         * src/summaryview.c
20268                 Mark messages for deletion when they are about to
20269                 be removed from trash
20270
20271 2004-07-13 [colin]      0.9.12cvs18.5
20272
20273         * src/matcher.c
20274         * src/matcher.h
20275         * src/matcher_parser_parse.y
20276         * src/prefs_matcher.c
20277         * src/gtk/quicksearch.c
20278                 Add 'partial' ('p') match string to find partially
20279                 downloaded messages
20280
20281 2004-07-13 [colin]      0.9.12cvs18.4
20282
20283         * src/pop.c
20284                 Fix misplaced block
20285
20286 2004-07-13 [colin]      0.9.12cvs18.3
20287
20288         * src/pop.c
20289         * src/pop.h
20290         * src/messageview.c
20291                 Refactor API (to avoid passing 5+ params and code
20292                 duplication)
20293         * src/folder.c
20294         * src/msgcache.c
20295         * src/procheader.c
20296         * src/common/defs.h
20297                 Add planned_download to cache
20298                 Don't mess uidl file when moving partially downloaded
20299                 mails (they change folder, we should change it in the
20300                 uidl list too or we'll remove an incorrect message)
20301                 (this also helps removing hacks when changing 
20302                 planned_download in messageview.c)
20303
20304 2004-07-12 [colin]      0.9.12cvs18.2
20305
20306         * src/gtk/quicksearch.c
20307                 Fix missing status update in quicksearch
20308
20309 2004-07-12 [paul]       0.9.12cvs18.1
20310
20311         * po/POTFILES.in
20312         * src/Makefile.am
20313         * src/account.c
20314         * src/codeconv.c
20315         * src/compose.c
20316         * src/inc.c
20317         * src/main.c
20318         * src/prefs_common.c
20319         * src/procmsg.h
20320         * src/toolbar.c
20321         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20322         * src/prefs_wrapping.[ch]       ** NEW FILES **
20323         * src/common/intl.h
20324         * src/common/utils.[ch]
20325         * src/gtk/quicksearch.[ch]
20326                 sync with 0.9.12cvs18 HEAD
20327
20328 2004-07-12 [colin]      0.9.11cvs17.25
20329
20330         * src/folder.c
20331         * src/folder.h
20332                 Remove unused function added by me in 0.9.11cvs17.10
20333
20334 2004-07-11 [colin]      0.9.11cvs17.24
20335
20336         * src/inc.c
20337         * src/messageview.c
20338         * src/pop.c
20339         * src/pop.h
20340                 Use folderitem and msgnum instead of filename to
20341                 know which mail to delete
20342                 Move old partial mail deletion to pop.c
20343
20344 2004-07-10 [colin]      0.9.11cvs17.23
20345
20346         * src/inc.c
20347                 Add debug
20348         * src/pop.c
20349         * src/pop.h
20350                 Don't re-use same enums for unrelated stuff: it's 
20351                 completely misleading !
20352                 Document a bit
20353
20354 2004-07-09 [colin]      0.9.11cvs17.22
20355
20356         * src/inc.c
20357                 Remove folder-type check and do
20358                 more tests to be sure everything's
20359                 ok
20360         * src/messageview.c
20361                 Punctuation update, remove useless
20362                 code, fix two warnings
20363         * src/noticeview.c
20364                 Layout cleaning, reset 2nd button
20365                 when specifying one
20366
20367 2004-07-09 [colin]      0.9.11cvs17.21
20368
20369         * src/messageview.c
20370         * src/pop.c
20371         * src/pop.h
20372                 Allow user to change his mind
20373                 and postpone decision (by
20374                 unmarking the mail)
20375
20376 2004-07-09 [colin]      0.9.11cvs17.20
20377
20378         * src/messageview.c
20379                 Fix bug with delete state
20380         * src/pop.c
20381         * src/pop.h
20382                 Fix buffer leak (fread doesn't 
20383                 terminate buffers with \0)
20384                 Refactoring (remove magic 
20385                 numbers)
20386
20387 2004-07-09 [colin]      0.9.11cvs17.19
20388
20389         * src/pop.c
20390                 Don't log "Skipping message" if 
20391                 we're going to TOP it two lines
20392                 later
20393
20394 2004-07-09 [colin]      0.9.11cvs17.18
20395
20396         * src/messageview.c
20397                 Fix Engrish
20398
20399 2004-07-09 [colin]      0.9.11cvs17.17
20400
20401         * src/pop.c
20402                 strlen checking...
20403         * src/messageview.c
20404                 refactoring a bit
20405
20406 2004-07-08 [colin]      0.9.11cvs17.16
20407
20408         * src/noticeview.c
20409         * src/noticeview.h
20410                 Add an optional second button
20411         * src/messageview.c
20412         * src/pop.c
20413         * src/pop.h
20414                 Don't delete partially received mails after a certain
20415                 time; rather, let the user decide.
20416
20417 2004-07-08 [colin]      0.9.11cvs17.15
20418
20419         * src/common/smtp.h
20420                 Sync with HEAD
20421
20422 2004-07-08 [colin]      0.9.11cvs17.14
20423
20424         * src/messageview.c
20425         * src/common/smtp.c
20426                 Use to_human_readable() for sizes
20427
20428 2004-07-08 [colin]      0.9.11cvs17.13
20429
20430         * src/inc.c
20431         * src/messageview.c
20432         * src/pop.c
20433         * src/pop.h
20434         * src/procmsg.c
20435                 Fix partial-downloading issues:
20436                         catch unsupported TOP
20437                         don't delete partially downloaded mails before 5 days
20438                         don't update existing with non-MH folders; that'll
20439                         make dups, but it's better than trashing the folder
20440                         free new msginfo parts
20441                 Fix indentation ;-)
20442
20443 2004-07-08 [colin]      0.9.11cvs17.12
20444
20445         * src/common/smtp.c
20446         * src/common/smtp.h
20447                 Sync smtp size verification with HEAD
20448
20449 2004-07-08 [colin]      0.9.11cvs17.11
20450
20451         * src/summaryview.c
20452         * src/prefs_common.c
20453         * src/prefs_common.h
20454         * src/gtk/quicksearch.c
20455         * src/gtk/quicksearch.h
20456                 Sync sticky pref with HEAD
20457
20458 2004-07-08 [colin]      0.9.11cvs17.10
20459
20460         * src/folder.c [1.213.2.6]
20461         * src/folder.h [1.87.2.6]
20462         * src/inc.c [1.149.2.7]
20463         * src/messageview.c [1.94.2.8]
20464         * src/procheader.c [1.47.2.6]
20465         * src/procmsg.c [1.150.2.4]
20466         * src/procmsg.h [1.60.2.5]
20467         * src/pop.c [1.56.2.4]
20468         * src/pop.h [1.17.2.3]
20469                 Let too big messages get downloaded, but truncated
20470                 Add a button to download them completely
20471                 
20472 2004-07-06 [colin]      0.9.11cvs17.9
20473
20474         * src/gtk/quicksearch.c [1.1.2.3]
20475                 Add a Clear button
20476         * commitHelper
20477         * PATCHSETS
20478                 Add a script to help with cvs
20479
20480 2004-07-03 [colin]      0.9.11cvs17.8
20481
20482         * src/plugins/imageviewer/viewer.c
20483                 fix imageviewer (which was staying on the first
20484                 displayed image)
20485
20486 2004-07-03 [colin]      0.9.11cvs17.7
20487
20488         Removed FIXME_GTK2 warnings
20489         * src/gtk/gtkutils.c
20490                 useless #warnings
20491         * src/gtk/menu.c
20492                 useless #warnings (no need to mess with menu rc)
20493         * src/gtk/menu.h
20494                 unused functions
20495         
20496
20497 2004-07-03 [colin]      0.9.11cvs17.6
20498
20499         Removed FIXME_GTK2 warnings
20500         * src/codeconv.c
20501                 useless #warnings (rewrite needed)
20502         * src/compose.c
20503                 useless #warnings (rewrite needed)
20504                 useless #warnings (gtk2 is like that)
20505                 useless #warnings (previously fixed)
20506         * src/main.c
20507                 useless #warnings (previously fixed)
20508         * src/message_search.c
20509                 useless #warnings (gtk2 is like that)
20510                 Made apparent that search is case-sensitive
20511         * src/mimeview.c
20512                 useless #warnings (rewrite needed)
20513                 useless #warnings (gtk2 is like that)
20514                 reimplemented real warnings
20515         * src/prefs_common.c
20516                 Removed block cursor option (not it gtk2)
20517         * src/prefs_gtk.c
20518                 useless #warnings (rewrite needed)
20519         * src/procheader.c
20520                 useless #warnings (rewrite needed)
20521         * src/sourcewindow.c
20522                 useless #warnings (incorrect placing)
20523         * src/summary_search.c
20524                 useless #warnings (gtk2 is like that)
20525                 Made apparent that search is case-sensitive
20526         * src/action.c
20527                 useless #warnings (gtk2 is like that)
20528         * src/textview.c
20529                 useless #warnings (rewrite needed)
20530         * src/toolbar.c
20531                 useless #warnings (rewrite needed)
20532
20533 2004-07-03 [colin]      0.9.11cvs17.5
20534
20535         * src/textview.c
20536                 Fix mismerge which broke URI opening
20537                 
20538 2004-07-01 [colin]      0.9.11cvs17.4
20539
20540         * src/gtk/filesel.c
20541                 Fill filename when saving
20542                 
20543 2004-06-27 [colin]      0.9.11cvs17.3
20544
20545         * src/gtk/filesel.[ch]
20546                 Use the new GTK file selector
20547                 Update prototype to match the reality: multiple file
20548                 selection is open-only          
20549         * src/compose.c
20550                 Match the new prototypes        
20551         * configure.ac
20552                 Match the new requirements (gtk 2.4.0)
20553                         
20554 2004-06-26 [colin]      0.9.11cvs17.2
20555
20556         * src/plugins/trayicon/trayicon.c
20557                 Remove useless signal handler on resize, which causes
20558                 an infinite "loop"
20559         
20560 2004-06-26 [colin]      0.9.11cvs17.1
20561         
20562         * tools/Makefile.am
20563                 remove launch_firebird and add nautilus2sylpheed.sh
20564         * src/quicksearch.c
20565           src/summaryview.c
20566                 Fix show/hide "Extended symbols" button problem
20567                 Fix apparition at startup
20568                 Fix const warnings
20569         * src/plugins/image_viewer/Makefile.am
20570                 Fix configure 
20571         * common/ssl.c
20572                 Re-enable certificate check, as it doesn't seem to
20573                 cause Xlib errors anymore
20574
20575 2004-06-25 [paul]       0.9.11cvs17
20576
20577         * sync with 0.9.11cvs17 HEAD
20578         
20579         NOTE: QuickSearch is broken
20580
20581 2004-06-07 [colin]      0.9.10claws67.10
20582         * src/plugins/trayicon/trayicon.c
20583           src/plugins/trayicon/libeggtrayicon/Makefile.am
20584           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20585                 Fix gettextization in trayicon plugin
20586
20587 2004-06-07 [colin]      0.9.10claws67.9
20588         
20589         * src/summaryview.c
20590           src/gtk/gtksctree.[ch]
20591                 Let Shift+{Up,Down} work in summaryview
20592                 (well, Down "works" and Up works)
20593                 Let the list scroll when using these keys
20594
20595 2004-06-06 [colin]      0.9.10claws67.8
20596
20597         * src/plugins/trayicon/trayicon.c
20598                 Fix pixmap update
20599
20600 2004-06-06 [colin]      0.9.10claws67.7
20601
20602         * src/addressbook.c
20603                 Fix signal handling causing system-wide focus grab
20604
20605 2004-05-25 [paul]       0.9.10claws67.6
20606
20607         * Makefile.am
20608           src/Makefile.am
20609                 clean up
20610
20611 2004-05-25 [paul]       0.9.10claws67.5
20612
20613         * replace deprecated gtk_signal... functions
20614
20615 2004-05-23 [colin]      0.9.10claws67.4
20616
20617         * src/compose.c
20618                 Fix wrapping
20619
20620 2004-05-22 [colin]      0.9.10claws67.3
20621
20622         * src/compose.c
20623                 Re-fix [Edited] in compose.c::compose_reedit()
20624
20625 2004-05-22 [colin]      0.9.10claws67.2
20626
20627         * src/procmime.c
20628                 Fix parsing of multiparts mails
20629
20630 2004-05-22 [colin]      0.9.10claws67.1
20631
20632         * src/summaryview.c
20633                 Fix quicksearch
20634
20635 2004-05-22 [paul]       0.9.10claws67
20636
20637         * sync with 0.9.10claws67 HEAD
20638
20639 2004-05-14 [alfons]
20640
20641         * src/procmime.h
20642                 add forgotton prototype
20643
20644 2004-05-10 [paul]       0.9.10claws57
20645
20646         * sync with 0.9.10claws57 HEAD
20647
20648 2004-05-05 [paul]       0.9.9.claws1
20649
20650         * ChangeLog-gtk2        ** REMOVED **
20651           ChangeLog-gtk2.claws  ** ADDED **
20652                 rename and adopt the normal claws format
20653                 
20654         * configure.ac
20655                 require gtkmathview >= 0.5
20656
20657         * ac/*                          ** REMOVED **
20658           ac/                           ** REMOVED **
20659           intl/Makefile.in              ** REMOVED **
20660           m4/                           ** ADDED **
20661           m4/missing                    ** ADDED **
20662           m4/missing/gdk-pixbuf.m4      ** ADDED **
20663           m4/missing/gettext.m4         ** ADDED **
20664           m4/missing/gpgme.m4           ** ADDED **
20665           m4/missing/imlib.m4           ** ADDED **
20666           m4/.cvsignore                 ** ADDED **
20667           m4/Makefile.am                ** ADDED **
20668           m4/README                     ** ADDED **
20669           m4/aclocal-include.m4         ** ADDED **
20670           m4/aspell.m4                  ** ADDED **
20671           m4/check-type.m4              ** ADDED **
20672           m4/gnupg-check-typedef.m4     ** ADDED **
20673           m4/openssl.m4                 ** ADDED **
20674           m4/spamassassin.m4            ** ADDED **
20675           po/ChangeLog                  ** REMOVED **
20676           po/Makefile.in.in             ** REMOVED **
20677           po/Rules-quot                 ** REMOVED **
20678           po/boldquot.sed               ** REMOVED **
20679           po/en@boldquot.header         ** REMOVED **
20680           po/en@quot.header             ** REMOVED **
20681           po/insert-header.sin          ** REMOVED **
20682           po/quot.sed                   ** REMOVED **
20683           po/remove-potcdate.sed        ** REMOVED **
20684           po/remove-potcdate.sin        ** REMOVED **
20685           po/stamp-po                   ** REMOVED **
20686           Makefile.am
20687           autogen.sh
20688           configure.ac
20689                 enable building with automake 1.8.x
20690                 add 'autopoint --force' to autogen.sh and remove all
20691                 auto-generated files, remove ac/ directory and use
20692                 m4/ directory instead
20693                 
20694         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20695                 fix gettextization
20696
20697 2004-02-28 Colin Leroy <colin@colino.net>
20698         * src/prefs_matcher.c
20699           src/prefs_filtering.c
20700           src/prefs_filtering_action.c
20701                 Fix non-editable GtkEntries
20702
20703 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20704         * src/prefs_themes.c
20705                 utf8 conversion for theme info
20706
20707 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20708         * sync 0.9.9claws
20709
20710 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20711         * src/grouplistdialog.c
20712                 allow multiple selections without ctrl key
20713
20714 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20715         * src/main.c
20716                 enable customizable accelerators
20717
20718 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20719         * src/prefs_common.c
20720                 re-enable different font settings for gtk1/2
20721         * src/prefs_folder_item.c
20722                 fix folder prefs displayed wrong
20723         * src/textview.c
20724                 set 'sunken' shadow type
20725
20726 2004-02-07 Colin Leroy <colin@colino.net>
20727         * src/compose.c
20728                 Fix message being always [Edited]
20729                 Encode headers correctly (utf8 buf)
20730
20731 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20732         * src/socket.c
20733                 remove double g_source_attach()
20734                 (Thanks to Colin Leroy)
20735
20736 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20737         * src/gtk/gtksctree.c
20738                 Fix SSL certificate list not shown
20739         * src/mimeview.c
20740                 Fix clicks in mime tree
20741
20742 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20743         * src/common/socket.c
20744                 Fix SSL receive
20745         * src/compose.c
20746                 Fix clipboard menu hotkeys
20747
20748 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20749         * src/gtk/gtkaspell.[ch]
20750           src/compose.c
20751                 reimplement spellchecker
20752
20753 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20754         * src/gtk/filesel.c
20755                 crash when inserting file in compose window
20756                 (TODO: keep old selection on clicks)
20757         * src/main.c
20758                 use gtkrc-2.0 instead of gtkrc
20759
20760 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20761         * src/messageview.c
20762                 remove orphaned mimeview unref()
20763
20764 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20765         * src/grouplistdialog.c
20766                 expand nodes containing subscribed groups
20767
20768 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20769         * src/textview.c
20770                 textview: hide cursor, restore old click behaviour
20771
20772 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20773         * src/textview.c
20774                 variable names messed up
20775
20776 2004-01-17 Colin Leroy <colin@colino.net>
20777         * src/addr_compl.c
20778                 Fix completion address too thin
20779         * src/compose.c
20780                 Fix tab-to-subject behaviour
20781         * src/summaryview.c
20782                 Implement key up & down in summaryview
20783
20784 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20785
20786         * sync 098claws
20787
20788 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20789         * configure.ac
20790           Makefile.am
20791           doc/.cvsignore
20792           doc/Makefile.am
20793                 faq, man, manual moved to doc/
20794         * ac/aspell.m4
20795           ac/check-type.m4
20796           ac/gnupg-check-typedef.m4
20797           ac/openssl.m4
20798           ac/spamassassin.m4
20799           ac/missing/gdk-pixbuf.m4
20800           ac/missing/gpgme.m4
20801           ac/missing/imlib.m4
20802                 fix automake warnings
20803
20804 2003-12-06 Colin Leroy <colin@colino.net>
20805         * src/summaryview.c
20806                 Fix quicksearch
20807
20808 2003-12-05 Colin Leroy <colin@colino.net>
20809         * src/summaryview.c
20810                 Fix going to next unread folder
20811
20812 2003-12-05 Colin Leroy <colin@colino.net>
20813         * src/crash.c
20814                 Fix gtk2 compilation
20815         * src/session.c
20816                 Remove iotag source handler at disconnection
20817         * src/socket.[ch] 
20818                 Remove source handler when closing socket 
20819                 (fixes another seg)
20820
20821 2003-12-04 Colin Leroy <colin@colino.net>
20822         * src/compose.c
20823           src/prefs_account.c
20824           src/prefs_common.c
20825                 Fix some dropdown menus
20826
20827 2003-12-04 Colin Leroy <colin@colino.net>
20828         * src/compose.c
20829                 Fix event handlers on header fields
20830         * src/common/socket.c
20831           src/common/session.c
20832                 Fix segfault with callback (SSL)
20833                 Fix end of session 
20834
20835 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20836
20837         * Fix compile bug in src/compose.c
20838         * removed src/gtk/gtkstext.[ch]
20839
20840 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20841
20842         * Convert character set and escape "text" attributes in toolbar setting
20843         files.
20844         * Fixed bug in button-press-event handling.
20845
20846 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20847
20848         * Fixed bug in key-press-event handling.
20849
20850 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20851
20852         * Enabled to compile tray-icon plugin (Ad-hoc).
20853         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20854
20855 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20856
20857         * Enabled to compile on sylpheed-claws.
20858         (tray-icon plugin still cannot compile yet.)
20859
20860 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20861
20862         * Updated to 0.9.5.
20863
20864 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20865
20866         * Updated to 0.9.4.
20867         * Ported monitoring SSL mechanism to GSource of GLib2
20868         (I don't confirm it)
20869         * Added _gtk2 suffix to key name of font preference to avoid
20870         ovverwriting preference of Gtk+-1.2 version.
20871
20872 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20873
20874         * Updated to 0.9.2.
20875
20876 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20877
20878         * Updated to 0.9.1.
20879         * Translate po files into UTF-8 when execute autogen.sh.
20880
20881 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20882
20883         * Updated to 0.9.0.
20884
20885 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20886
20887         * Plugged GError related memory leaks.
20888
20889 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20890
20891         * Changed default size of fonts.
20892         * Enabled to set titile font size of warning dialog.
20893
20894 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20895
20896         * Embed a sylpheed icon into executable binary on Windows.
20897
20898 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20899
20900         * I forgot to traslate character set of element string in src/xml.c.
20901
20902 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20903
20904         * Fixed detecting bind_textdomain_codeset in configure.in.
20905         * The bug in which "Example" of "Date fromat" preference isn't displayed
20906         correctly has been fixed.
20907
20908 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20909
20910         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20911           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20912           glib-gettextize
20913           Removed intl directory.
20914           Translated po files into UTF-8.
20915           (Thanks! Ryuji Abe)
20916
20917 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20918
20919         * The bug which doesn't unscape string in xml.c has been fixed.
20920
20921 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20922
20923         * The bug which is failed to translate encoding of file name thorough
20924         file dialog has been fixed.
20925
20926 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20927
20928         * Modified to translate file names which is used in inporting/expoting
20929         mbox feature and "Save as" feature into locale encoding.
20930         * Translate file names into locale encoding when "Attache file" and
20931         "Insert file".
20932         * Force set G_BROKEN_FILENAMES environment variable.
20933         * Other minor fixes.
20934
20935 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20936
20937         * Modified to treat MH folder's name as locale encoding.
20938
20939 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20940
20941         * The bug which clash on switching candidates of auto completion of
20942         addresses, cannot use auto completion in Japanesse is fixed
20943         (Thanks! Tokunaga-san)¡¥
20944
20945 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20946
20947         * The bug which cannot switch key accelerator preference has been fixed
20948         (Thanks! smbd-san)¡¥
20949
20950 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20951
20952         * version 0.8.11-gtk2-20030314
20953
20954 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20955
20956         * The bug in which character set conversion of filtering messages has
20957         been fixed.(Thanks! COCOA-san).
20958
20959 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20960
20961         * Revived "Leave space on head" preference in "Message" category.
20962         * A bug which clash when put the cursor to end of buffer and execute
20963         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20964
20965 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20966
20967         * version 0.8.11-gtk2-20030312
20968
20969 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20970
20971         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20972         * Modified to use Pango's API directly for font preference.
20973         * Integrated GtkTextView of textview to one widget.
20974         * Set fonts of header title in textview by "header_title" tag.
20975         * Removed some deprecated codes.
20976
20977 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20978
20979         * Updated to 0.8.11.
20980         * Merged cygwin patch(Thanks! Sakai-san).
20981
20982 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20983
20984         * version 0.8.10-gtk2-20030309