2006-12-14 [wwp] 2.6.1cvs32
[claws.git] / ChangeLog
1 2006-12-14 [wwp]        2.6.1cvs32
2
3         * src/mainwindow.c
4         * src/summaryview.c
5         * src/summaryview.h
6         * src/gtk/quicksearch.c
7                 fix quicksearch 'magnify' button status when QS is closed
8                 using the Escape key, thanks to Colin.
9
10 2006-12-14 [wwp]        2.6.1cvs31
11
12         * src/mainwindow.c
13         * src/summaryview.c
14         * src/summaryview.h
15         * src/gtk/quicksearch.c
16                 fix quicksearch 'magnify' button status when QS is closed
17                 using the Escape key, thanks to Colin.
18
19 2006-12-13 [colin]      2.6.1cvs30
20
21         * src/ldapquery.c
22         * src/ldaputil.c
23                 Use the binary safe version of ldap_get_values,
24                 to make sure we manipulate null-terminated 
25                 strings. Maybe fixes bug 1075, 'claws mail 
26                 segfault when completing ldap adresses'
27         * src/syldap.c ** REMOVED **
28         * src/syldap.h ** REMOVED **
29                 Remove dead files
30
31 2006-12-13 [mones]      2.6.1cvs29
32
33         * po/es.po
34                 Fixed piped strings, fixed click translation
35
36 2006-12-13 [paul]       2.6.1cvs28
37
38         * src/main.c
39                 don't translate these strings
40
41 2006-12-13 [paul]       2.6.1cvs27
42
43         * po/en_GB.po
44                 updated
45
46 2006-12-13 [colin]      2.6.1cvs26
47
48         * src/main.c
49         * src/main.h
50                 Add claws_is_starting()
51
52 2006-12-13 [mones]      2.6.1cvs25
53
54         * manual/es/advanced.xml
55         * po/es.po
56                 Synced manual and updated translation
57
58 2006-12-12 [colin]      2.6.1cvs24
59
60         * src/wizard.c
61                 Add an option to use STARTTLS in the
62                 welcome wizard. Fixes bug 1080, 
63                 'Using SSL option in wizard for incoming 
64                 server does not activate SSL with STARTTLS'
65
66 2006-12-12 [colin]      2.6.1cvs23
67
68         * src/main.c
69                 Don't exit when there's an incomplete
70                 mailbox configured - leaves a chance 
71                 to fix a failing IMAP account. Exit
72                 if no mailbox at all is loaded (case
73                 of missing plugin).
74                 Completes bug 1077's fix (I was wrong
75                 in this bug's comment #3).
76
77 2006-12-12 [colin]      2.6.1cvs22
78
79         * src/gtk/menu.h
80                 Add another menu data type
81         * src/prefs_account.c
82                 Complete the completion of bug 1076
83                 (doesn't lose the pref on apply)
84
85 2006-12-12 [paul]       2.6.1cvs21
86
87         * src/prefs_account.c
88                 complete the fix of bug 1076
89                 also be more verbose with the text
90
91 2006-12-12 [paul]       2.6.1cvs20
92
93         * src/gtk/combobox.c
94                 fix compilation warning
95
96 2006-12-11 [colin]      2.6.1cvs19
97
98         * src/wizard.c
99                 Document :port in server entry tooltips
100
101 2006-12-11 [colin]      2.6.1cvs18
102
103         * src/main.c
104                 Fix compile
105
106 2006-12-11 [colin]      2.6.1cvs17
107
108         * src/main.c
109                 Add failing IMAP as a reason for no
110                 mailbox
111
112 2006-12-11 [colin]      2.6.1cvs16
113
114         * src/prefs_account.c
115                 Check for existence of inbox for local
116                 accounts too
117         * src/wizard.c
118                 Allow setting the port to use for servers
119                 by using the usual "server.example.com:port"
120                 syntax. Fixes bug 1077, 'sylpheed-claws does 
121                 not start when IMAP server is unavailable'
122
123 2006-12-11 [colin]      2.6.1cvs15
124
125         * src/prefs_account.c
126                 Prevent use of non-existing default inbox
127
128 2006-12-11 [colin]      2.6.1cvs14
129
130         * src/prefs_account.c
131                 Fix sensitivity. Fixes bug 1076, 'privacy 
132                 options are displayed even when pgp plugin 
133                 not loaded / available'
134
135 2006-12-09 [colin]      2.6.1cvs13
136
137         * manual/advanced.xml
138         * src/prefs_common.c
139         * src/prefs_common.h
140         * src/common/ssl_certificate.c
141                 Add a new hidden preference, 'unsafe_ssl_certs',
142                 which allows to store multiple certificates per
143                 server/port. This is disabled by default because
144                 it's less secure (presenting a new certificate
145                 instead of a changed one raises less alarms).
146                 This will cause Claws to ask about an unknown
147                 certificate for people who have used 2.6.1cvs8
148                 or greater.
149
150 2006-12-09 [colin]      2.6.1cvs12
151
152         * src/action.c
153                 Fix cache updating after action
154
155 2006-12-07 [wwp]        2.6.1cvs11
156
157         * src/compose.c
158                 fix email address comparison when replying to all
159                 (avoid replying to ourselves), thanks to Colin.
160
161 2006-12-06 [paul]       2.6.1cvs10
162
163         * src/addrharvest.c
164         * src/editldap.c
165         * src/expldifdlg.c
166         * src/news.c
167         * src/toolbar.c
168         * src/common/utils.c
169                 ...and more renaming
170                 Thanks to Colin
171
172 2006-12-06 [paul]       2.6.1cvs9
173
174         * src/compose.c
175         * src/messageview.c
176         * src/procheader.c
177         * src/procmime.c
178         * src/procmsg.c
179         * src/textview.c
180                 more renaming
181                 Thanks to Colin
182
183 2006-12-06 [colin]      2.6.1cvs8
184
185         * src/ssl_manager.c
186         * src/common/ssl_certificate.c
187         * src/common/ssl_certificate.h
188                 Handle multiple certificates per host/port
189
190 2006-12-06 [colin]      2.6.1cvs7
191
192         * src/etpan/imap-thread.c
193                 Fix certificate checking on IMAP
194
195 2006-12-06 [colin]      2.6.1cvs6
196
197         * src/folderview.c
198                 Fix bug 1072, 'Claws stops fetching newsgroups 
199                 from server when newsgroup got deleted': continue
200                 checking other groups
201
202 2006-12-05 [wwp]        2.6.1cvs5
203
204         * src/message_search.c
205         * src/summary_search.c
206         * src/gtk/combobox.c
207         * src/gtk/combobox.h
208         * src/gtk/gtkutils.c
209         * src/gtk/gtkutils.h
210                 make up and down arrow keys in modern gtk_combo_box_entry widgets
211                 behave like w/ old comboboxes (summary and message search only).
212
213 2006-12-05 [paul]       2.6.1cvs4
214
215         * src/wizard.c
216                 encode headers
217                 Thanks to Colin
218
219 2006-12-05 [paul]       2.6.1cvs3
220
221         * tools/README
222         * tools/textviewer.pl
223                 script updated and description added
224
225 2006-12-04 [colin]      2.6.1cvs2
226
227         * src/compose.c
228                 Run pre-send hook only when checking
229                 everything
230
231 2006-12-04 [paul]       2.6.1cvs1
232
233         * NEWS
234         * README
235         * RELEASE_NOTES
236         * configure.ac
237         * tools/README
238                 bump up version number following stable release
239
240 2006-12-04 [paul]       2.6.0cvs83
241
242         * README
243                 updates and corrections
244
245 2006-12-04 [colin]      2.6.0cvs82
246
247         * src/common/utils.c
248                 Probably fix bug 1066, 'Incorrect mailbox 
249                 size displayed'
250
251 2006-12-04 [colin]      2.6.0cvs81
252
253         * src/common/utils.c
254                 Trim tabs from mailcap file too.
255
256 2006-12-02 [paul]       2.6.0cvs80
257
258         * src/exphtmldlg.c
259                 fix broken GUI under certain languages
260         * src/expldifdlg.c
261                 put the Cancel button to the right
262
263 2006-12-01 [paul]       2.6.0cvs79
264
265         * tools/Makefile.am
266                 remove reference to removed file
267
268 2006-12-01 [wwp]        2.6.0cvs78
269
270         * src/addressbook.c
271         * src/editaddress.c
272                 remove forgotten debug statements.
273
274 2006-12-01 [wwp]        2.6.0cvs77
275
276         * manual/advanced.xml
277         * manual/fr/advanced.xml
278         * src/addressbook.c
279         * src/addressbook.h
280         * src/addressitem.h
281         * src/editaddress.c
282         * src/editaddress.h
283         * src/prefs_common.c
284         * src/prefs_common.h
285         * src/gtk/gtkutils.c
286         * src/gtk/gtkutils.h
287                 add a hidden option to allow embedding the editaddress (edit contact details)
288                 dialog into the addressbook's window. This doesn't change the default
289                 behaviour.
290
291 2006-12-01 [wwp]        2.6.0cvs76
292
293         * src/message_search.c
294         * src/summary_search.c
295                 fix more focus issues (don't set focus to combobox's entry widget when
296                 entry's value changed, if entry widget has focus already).
297
298 2006-12-01 [wwp]        2.6.0cvs75
299
300         * src/gtk/quicksearch.c
301                 revert last changes to the quicksearch gtk_combo_box, this needs more
302                 tuning and testing.
303
304 2006-12-01 [paul]       2.6.0cvs74
305
306         * tools/kdeservicemenu/README
307         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
308         * tools/kdeservicemenu/install.sh
309         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
310         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
311                 simplify this stuff, and in so doing,
312                 fix it. (possibly re-extend it again at
313                 a later date)
314
315 2006-12-01 [wwp]        2.6.0cvs73
316
317         * src/gtk/quicksearch.c
318                 adapt quicksearch code to use modern gtk_combo_box'es.
319
320 2006-12-01 [wwp]        2.6.0cvs72
321
322         * src/common/defs.h
323         * src/prefs_common.c
324         * src/prefs_common.h
325         * src/message_search.c
326         * src/summary_search.c
327         * src/gtk/combobox.c
328         * src/gtk/combobox.h
329                 add history combos to all message and summary search fields.
330
331 2006-12-01 [wwp]        2.6.0cvs71
332
333         * src/summaryview.c
334                 As the list may change while the mark as read delay
335                 runs, we can't rely on the 'row' pointer, which can
336                 be invalid when the timeout is called. As the mark
337                 as read is only done if the message is still selected,
338                 use summaryview->selected instead. Thanks to Colin.
339
340 2006-11-30 [paul]       2.6.0cvs70
341
342         * src/textview.c
343                 give emphasis to "Sylpheed-Claws"
344                 as well as "Claws Mail"
345
346 2006-11-30 [colin]      2.6.0cvs69
347
348         * src/wizard.c
349                 Put the SSL checkboxes in the receiving
350                 and sending server pages.
351
352 2006-11-29 [colin]      2.6.0cvs68
353
354         * src/gtk/gtkutils.c
355         * src/gtk/gtkvscrollbutton.c
356                 Revert some deprecated fixes - they seem to
357                 deprecate stuff as soon as a new one gets out.
358                 g_object_ref_sink needed glib-2.10.
359
360 2006-11-29 [colin]      2.6.0cvs67
361
362         * src/common/utils.c
363                 Create .mailcap if it doesn't exist
364
365 2006-11-29 [colin]      2.6.0cvs66
366
367         * src/compose.c
368                 Followup to cvs60: use original list
369                 of recipients if replying to a mail
370                 in Sent Drafts or Queue.
371
372 2006-11-27 [paul]       2.6.0cvs65
373
374         * src/image_viewer.c
375                 revert the last change for now (it's broken)
376
377 2006-11-27 [paul]       2.6.0cvs64
378
379         * Makefile.am
380         * configure.ac
381         * m4/aclocal-include.m4
382         * m4/check-type.m4
383         * src/Makefile.am
384         * src/addr_compl.c
385         * src/compose.c
386         * src/crash.c
387         * src/export.c
388         * src/exporthtml.c
389         * src/exportldif.c
390         * src/imap.c
391         * src/import.c
392         * src/main.c
393         * src/main.h
394         * src/matcher.c
395         * src/mimeview.c
396         * src/procmsg.c
397         * src/textview.c
398         * src/common/Makefile.am
399         * src/common/claws.c
400         * src/common/claws.h
401         * src/common/ssl.c
402         * src/common/sylpheed.c
403         * src/common/sylpheed.h
404         * src/etpan/Makefile.am
405         * src/gtk/Makefile.am
406         * src/gtk/claws-marshal.list
407         * src/gtk/filesel.c
408         * src/gtk/gtksctree.c
409         * src/gtk/quicksearch.c
410         * src/gtk/sylpheed-marshal.list
411         * src/plugins/bogofilter/bogofilter.c
412         * src/plugins/bogofilter/bogofilter_gtk.c
413         * src/plugins/clamav/clamav_plugin.c
414         * src/plugins/clamav/clamav_plugin_gtk.c
415         * src/plugins/demo/demo.c
416         * src/plugins/dillo_viewer/dillo_viewer.c
417         * src/plugins/pgpcore/Makefile.am
418         * src/plugins/pgpcore/claws.def
419         * src/plugins/pgpcore/pgp_viewer.c
420         * src/plugins/pgpcore/plugin.c
421         * src/plugins/pgpcore/sylpheed.def
422         * src/plugins/pgpinline/Makefile.am
423         * src/plugins/pgpinline/claws.def
424         * src/plugins/pgpinline/plugin.c
425         * src/plugins/pgpinline/sylpheed.def
426         * src/plugins/pgpmime/Makefile.am
427         * src/plugins/pgpmime/claws.def
428         * src/plugins/pgpmime/plugin.c
429         * src/plugins/pgpmime/sylpheed.def
430         * src/plugins/spamassassin/spamassassin.c
431         * src/plugins/spamassassin/spamassassin_gtk.c
432         * src/plugins/trayicon/trayicon.c
433                 yet more renaming
434                 remove deprecated gtk_tooltips_set_delay()
435
436 2006-11-26 [paul]       2.6.0cvs63
437
438         * src/expldifdlg.c
439         * src/folderview.c
440         * src/image_viewer.c
441         * src/mainwindow.c
442         * src/gtk/gtkutils.c
443         * src/gtk/gtkvscrollbutton.c
444         * src/gtk/prefswindow.c
445         * src/plugins/pgpcore/prefs_gpg.c
446                 replace more deprecated GTK+ functions
447
448 2006-11-26 [paul]       2.6.0cvs62
449
450         * src/addr_compl.c
451         * src/addressbook.c
452         * src/browseldap.c
453                 replace deprecated gtk_idle_... functions
454
455 2006-11-26 [paul]       2.6.0cvs61
456
457         * src/compose.c
458         * src/folderview.c
459         * src/inc.c
460         * src/summaryview.c
461         * src/gtk/gtkvscrollbutton.c
462         * src/gtk/quicksearch.c
463         * src/plugins/pgpcore/passphrase.c
464                 replace deprecated gtk_timeout_add and
465                 gtk_timeout_remove
466
467 2006-11-26 [paul]       2.6.0cvs60
468
469         * src/compose.c
470                 fix bug that caused the wrong recipient
471                 to be selected when replying to a msg
472                 which is From one of our accounts to
473                 another of our accounts
474
475 2006-11-25 [paul]       2.6.0cvs59
476
477         * src/summaryview.c
478                 don't change the From column title to
479                 To if the To column is visible
480
481 2006-11-24 [paul]       2.6.0cvs58
482
483         * src/compose.c
484                 fix bug 1069, 'Sent mails disappear, BCC
485                 or locking problem?'
486
487 2006-11-21 [wwp]        2.6.0cvs57
488
489         * src/compose.c
490                 fix spelling menu when replying (same as 2.3.1cvs39):
491                 discrepancy between context menu and top menu when
492                 folder's dictionary isn't the default one.
493
494 2006-11-19 [paul]       2.6.0cvs56
495
496         * src/summaryview.c
497                 obey always_show_msg option when
498                 marking as spam
499         * src/plugins/bogofilter/bogofilter.c
500                 fix typo
501
502 2006-11-18 [paul]       2.6.0cvs55
503
504         * AUTHORS
505         * README
506         * debian/copyright
507         * manual/ack.xml
508         * manual/es/ack.xml
509         * manual/fr/ack.xml
510         * manual/pl/ack.xml
511         * src/gtk/authors.h
512         * src/gtk/icon_legend.c
513         * src/gtk/icon_legend.h
514         * tools/OOo2claws-mail.pl
515         * tools/README
516         * tools/acroread2claws-mail.pl
517         * tools/claws.i18n.status.pl
518         * tools/filter_conv.pl
519         * tools/filter_conv_new.pl
520         * tools/freshmeat_search.pl
521         * tools/google_search.pl
522         * tools/kmail2claws-mail.pl
523         * tools/kmail2claws-mail_v2.pl
524         * tools/maildir2claws-mail.pl
525         * tools/make.themes.project
526         * tools/multiwebsearch.pl
527         * tools/outlook2claws-mail.pl
528         * tools/tb2claws-mail
529         * tools/kdeservicemenu/README
530         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
531                 update mine and wwp's email addresses in
532                 several places
533                 Patch by wwp
534         * src/prefs_compose_writing.c
535                 set sensitivity on 'new message format' frame
536
537 2006-11-17 [paul]       2.6.0cvs54
538
539         * src/gtk/about.c
540                 more reworking of the GUI
541                 Patch by Fabien Vantard
542
543 2006-11-16 [paul]       2.6.0cvs53
544
545         * src/gtk/about.c
546                 set a minimum size for the window, allow
547                 it to automatically expand as necessary
548
549 2006-11-16 [wwp]        2.6.0cvs52
550
551         * src/gtk/about.c
552                 better wrap of copyright info on some systems.
553
554 2006-11-16 [paul]       2.6.0cvs51
555
556         * src/gtk/about.c
557                 move the tech info from the upper panel
558                 to the Info tab
559                 use a gtk_text_view for the features tab
560
561 2006-11-16 [paul]       2.6.0cvs50
562
563         * po/Makevars
564                 update my email address
565         * src/addressbook.c
566         * src/compose.c
567         * src/imap_gtk.c
568         * src/mh_gtk.c
569         * src/news_gtk.c
570         * src/summaryview.c
571         * src/plugins/trayicon/trayicon.c
572                 don't offer simple menu separators
573                 for translation
574         * src/folderview.c
575                 add separator between 'mark all read'
576                 and 'search folder'
577
578 2006-11-15 [wwp]        2.6.0cvs49
579
580         * src/gtk/authors.h
581                 updated manuals authors.
582
583 2006-11-14 [paul]       2.6.0cvs48
584
585         * src/compose.c
586                 Fix Options/Reply mode after draft save
587
588 2006-11-14 [paul]       2.6.0cvs47
589
590         * src/Makefile.am
591                 Fix make DESTDIR=...
592         * src/mbox.c
593                 Optimise speed
594         * src/plugins/pgpinline/pgpinline.c
595                 Probably fix bug 1061
596
597 2006-11-14 [paul]       2.6.0cvs46
598
599         * po/Makevars
600                 enable Q_ macro
601         * src/Makefile.am
602         * src/stock_pixmap.c
603         * src/stock_pixmap.h
604         * src/gtk/about.c
605         * src/pixmaps/active.xpm
606         * src/pixmaps/inactive.xpm
607                 add a new page, 'Features', to the About dialog
608                 showing which features are compiled in and which
609                 are not
610
611 2006-11-14 [paul]       2.6.0cvs45
612
613         * po/ru.po
614                 updated by Pavlo Bohmat
615
616 2006-11-14 [colin]      2.6.0cvs44
617
618         * src/compose.c
619         * src/inc.c
620         * src/messageview.c
621         * src/news.c
622         * src/pop.c
623         * src/procmsg.c
624         * src/gtk/gtkaspell.c
625                 Fix 64-bit-related warnings
626         * src/ssl_manager.c
627                 Fix possible infinite loop
628         * src/plugins/pgpcore/sgpgme.c
629                 Remove useless check
630
631 2006-11-13 [colin]      2.6.0cvs43
632
633         * src/gtk/Makefile.am
634                 authors.h isn't generated
635
636 2006-11-13 [colin]      2.6.0cvs42
637
638         * src/plugins/pgpinline/pgpinline.c
639         * src/plugins/pgpmime/pgpmime.c
640                 Very probably fix bug 1061, 'crash on 
641                 opening signed email'. Another cast
642                 problem
643
644 2006-11-13 [colin]      2.6.0cvs41
645
646         * src/plugins/pgpcore/sgpgme.c
647                 Maybe fix bug 1061, 'crash on opening 
648                 signed email'
649
650 2006-11-13 [wwp]        2.6.0cvs40
651
652         * src/plugins/pgpinline/pgpinline.c
653                 fix candidate for bug #1057, thanks to Colin.
654
655 2006-11-13 [wwp]        2.6.0cvs39
656
657         * src/compose.c
658         * src/quote_fmt_parse.y
659                 fix bug 1052: current parser buffer was not always 
660                 allocated, ptr to this buffer could be returned as 
661                 NULL whereas no parser error has occurred. in 
662                 consequence, defining a template body as "%d" 
663                 (w/o the quotes) for the first time of the instance 
664                 of claws-mail, was reporting a parser error. make 
665                 sure that the buffer is always allocated, even to 
666                 an empty string.
667                 fix mis-unescaping in compose.:compose_quote_fmt(): 
668                 unescaping of the fmt string was always done 
669                 whereas it must be done *only* when receiving 
670                 quote format strings issued from the prefs 
671                 (compose new message, reply, forward, redirect 
672                 formats), *not* when applying templates.  in 
673                 consequences, applying templates w/ sequences 
674                 like \\|p{echo} were failing. make sure that 
675                 unescaping is done only when necessary.
676
677 2006-11-12 [colin]      2.6.0cvs38
678
679         * po/de.po
680                 Fix typo (s/KB/MB)
681
682 2006-11-12 [colin]      2.6.0cvs37
683
684         * src/plugins/pgpinline/pgpinline.c
685         * src/plugins/pgpmime/pgpmime.c
686                 Release GPG context at the latest 
687                 possible moment. Maybe fixes 
688                 bug 1057, 'crash on sending signed 
689                 message to a newsgroup'
690                 
691
692 2006-11-12 [colin]      2.6.0cvs36
693
694         * src/plugins/pgpcore/sgpgme.c
695                 Tell a bit more when gpg's status doesn't
696                 contain any signature
697
698 2006-11-12 [colin]      2.6.0cvs35
699
700         * src/compose.c
701                 Fix bug 1060, 'compilation error with 
702                 Irix's cc'
703
704 2006-11-12 [paul]       2.6.0cvs34
705
706         * doc/man/claws-mail.1
707         * src/prefs_gtk.c
708         * src/plugins/clamav/README
709         * src/plugins/spamassassin/README
710         * tools/README
711         * tools/freshmeat_search.pl
712         * tools/google_search.pl
713         * tools/multiwebsearch.pl
714                 more renaming
715         * src/plugins/trayicon/trayicon.c
716                 fix compiliation warning
717
718 2006-11-11 [colin]      2.6.0cvs33
719
720         * src/folderview.c
721                 Forbid drag and drop from/to different
722                 folders of type F_UNKNOWN
723
724 2006-11-11 [colin]      2.6.0cvs32
725
726         * src/plugins/pgpinline/pgpinline.c
727                 Fix typo in previous commit:
728                 - gpgme_new(&ctx);
729                 + if ((err = gpgme_new(&data->ctx)) ...)
730
731 2006-11-11 [colin]      2.6.0cvs31
732
733         * src/plugins/pgpinline/pgpinline.c
734         * src/plugins/pgpmime/pgpmime.c
735                 Check success after calling gpgme_new
736                 Maybe fixes bug 1057, 'crash on sending 
737                 signed message to a newsgroup'
738
739 2006-11-11 [colin]      2.6.0cvs30
740
741         * src/undo.c
742                 init undostruct to 0s (from
743                 valgrind log of bug 1057)
744
745 2006-11-10 [colin]      2.6.0cvs29
746
747         * src/mainwindow.c
748                 Set cursor to wait before filtering
749                 duplicates in all folders
750         * src/plugins/bogofilter/bogofilter.c
751         * src/plugins/bogofilter/bogofilter.h
752         * src/plugins/bogofilter/bogofilter_gtk.c
753                 Completely thread away the bogofilter
754                 filtering
755
756 2006-11-10 [mones]      2.6.0cvs28
757
758         * src/compose.c
759         * src/compose.h
760                 added COMPOSE_CHECK_BEFORE_SEND hook
761
762 2006-11-10 [paul]       2.6.0cvs27
763
764         * src/crash.c
765                 more renaming
766                 add libSM to get_compiled_in_features()
767         * src/main.c
768                 more renaming
769
770 2006-11-10 [colin]      2.6.0cvs26
771
772         * src/etpan/imap-thread.c
773                 Add a reference to libetpan's sasl engine
774                 so that sasl_done() doesn't get called by
775                 libetpan, and doesn't break openssl.
776                 Should fix bug 1053, 'SC fails to reestablish 
777                 a secure connection'
778                 Patch by Hoa
779
780 2006-11-10 [colin]      2.6.0cvs25
781
782         * manual/addrbook.xml
783         * manual/advanced.xml
784         * manual/faq.xml
785         * manual/intro.xml
786                 Some more renaming
787
788 2006-11-09 [colin]      2.6.0cvs24
789
790         * src/plugins/bogofilter/bogofilter_gtk.c
791                 Add comment about annoyance
792
793 2006-11-09 [colin]      2.6.0cvs23
794
795         * src/plugins/bogofilter/bogofilter.c
796         * src/plugins/bogofilter/bogofilter_gtk.c
797                 Prepare things needed to thread bogofilter
798                 filtering: separate bogo stuff and possible GUI
799                 stuff. 
800
801 2006-11-09 [colin]      2.6.0cvs22
802
803         * src/account.c
804         * src/compose.c
805                 Search for one of our accounts in Delivered-To
806                 (helps for auto-account selection when 
807                  replying/forwarding)
808         * src/folderview.c
809         * src/mainwindow.c
810         * src/mainwindow.h
811         * src/plugins/trayicon/trayicon.c
812                 Allow opening a new mail with any account from
813                 the contextual menu
814
815 2006-11-09 [wwp]        2.6.0cvs21
816
817         * src/compose.c
818         * src/prefs_common.c
819         * src/prefs_common.h
820         * src/prefs_compose_writing.c
821                 add a compose new message format (in prefs/compose/writing), it's a
822                 simple subject+body template to use when opening a new composition
823                 window. It's similar to the existent reply and forward formats.
824
825                 enhanced the template/format % symbols substitution mechanism to
826                 use current composition window information when % are used in
827                 the compose new message format or in templates applied to new
828                 messages (there were useless in that situations before). When
829                 applied to new messages, %d corresponds to the system time/date.
830
831 2006-11-09 [paul]       2.6.0cvs20
832
833         * src/gtk/authors.h
834                 fix last commit
835
836 2006-11-09 [paul]       2.6.0cvs19
837
838         * src/gtk/authors.h
839                 keep tje alphabetical order
840
841 2006-11-08 [colin]      2.6.0cvs18
842
843         * src/etpan/imap-thread.c
844                 Fix bug 1054, 'Slowness logging big 
845                 data chunks'
846
847 2006-11-08 [paul]       2.6.0cvs17
848
849         * tools/Makefile.am
850                 fix the renaming
851
852 2006-11-08 [paul]       2.6.0cvs16
853
854         * src/common/defs.h
855                 update BUGZILLA_URI
856
857 2006-11-08 [paul]       2.6.0cvs15
858
859         * tools/Makefile.am
860         * tools/OOo2claws-mail.pl
861         * tools/OOo2sylpheed.pl
862         * tools/README
863         * tools/acroread2claws-mail.pl
864         * tools/acroread2sylpheed.pl
865         * tools/kmail2claws-mail.pl
866         * tools/kmail2claws-mail_v2.pl
867         * tools/kmail2sylpheed.pl
868         * tools/kmail2sylpheed_v2.pl
869         * tools/maildir2claws-mail.pl
870         * tools/maildir2sylpheed.pl
871         * tools/nautilus2claws-mail.sh
872         * tools/nautilus2sylpheed.sh
873         * tools/outlook2claws-mail.pl
874         * tools/outlook2sylpheed.pl
875         * tools/tb2claws-mail
876         * tools/tb2sylpheed
877         * tools/tbird2claws.py
878         * tools/tbird2syl.py
879         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
880         * tools/kdeservicemenu/install.sh
881         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
882         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
883         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
884         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
885         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
886                 renamed (removed, added) tools files
887
888 2006-11-08 [paul]       2.6.0cvs14
889
890         * src/main.c
891         * src/common/defs.h
892                 Migrate sylpheedrc to clawsrc, and fix the standard
893                 plugins path in the process
894
895 2006-11-07 [colin]      2.6.0cvs13
896
897         * src/Makefile.am
898                 Symlink sylpheed-claws relative to 
899                 claws-mail
900
901 2006-11-07 [colin]      2.6.0cvs12
902
903         * src/compose.c
904                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
905
906 2006-11-07 [paul]       2.6.0cvs11
907
908         * src/gtk/about.c
909                 Fix a missed occurence of
910                 Sylpheed-Claws
911
912 2006-11-07 [paul]       2.6.0cvs10
913
914         * src/Makefile.am
915                 Fix symlink installation
916
917 2006-11-07 [paul]       2.6.0cvs9
918
919         * src/Makefile.am
920                 Symlink claws-mail to sylpheed-claws
921         * src/common/utils.c
922                 Fix migrating symlinks
923         * src/etpan/imap-thread.c
924                 check certificate only when there's
925                 no error
926
927 2006-11-07 [paul]       2.6.0cvs8
928
929         * Makefile.am
930                 Fix icon breakages with Gtk, which needs a 
931                 cache updated to see them.
932
933 2006-11-07 [paul]       2.6.0cvs7
934
935         * .cvsignore
936         * AUTHORS
937         * COPYING
938         * INSTALL
939         * Makefile.am
940         * NEWS
941         * README
942         * RELEASE_NOTES
943         * autogen.sh
944         * claws-mail-128x128.png
945         * claws-mail-64x64.png
946         * claws-mail.ico
947         * claws-mail.pc.in
948         * claws-mail.png
949         * configure.ac
950         * sylpheed-claws-128x128.png
951         * sylpheed-claws-64x64.png
952         * sylpheed-claws.desktop
953         * sylpheed-claws.ico
954         * sylpheed-claws.pc.in
955         * sylpheed-claws.png
956         * debian/README.Debian
957         * debian/changelog
958         * debian/claws-mail.desktop
959         * debian/claws-mail.menu
960         * debian/claws-mail.postinst.debhelper
961         * debian/claws-mail.postrm.debhelper
962         * debian/control
963         * debian/copyright
964         * debian/files
965         * debian/rules
966         * debian/sylpheed-claws.desktop
967         * debian/sylpheed-claws.menu
968         * debian/sylpheed-claws.postinst.debhelper
969         * debian/sylpheed-claws.postrm.debhelper
970         * doc/man/Makefile.am
971         * doc/man/claws-mail.1
972         * doc/man/sylpheed-claws.1
973         * doc/src/ChangeLog.claws-pre0.8.0
974         * manual/Makefile.am
975         * manual/account.xml
976         * manual/ack.xml
977         * manual/addrbook.xml
978         * manual/advanced.xml
979         * manual/claws-mail-manual.xml
980         * manual/faq.xml
981         * manual/glossary.xml
982         * manual/handling.xml
983         * manual/intro.xml
984         * manual/keyboard.xml
985         * manual/plugins.xml
986         * manual/starting.xml
987         * manual/sylpheed-claws-manual.xml
988         * manual/xml2pdf
989         * manual/dist/.cvsignore
990         * manual/dist/html/.cvsignore
991         * manual/dist/html/Makefile.am
992         * manual/dist/pdf/.cvsignore
993         * manual/dist/pdf/Makefile.am
994         * manual/dist/ps/.cvsignore
995         * manual/dist/ps/Makefile.am
996         * manual/dist/txt/.cvsignore
997         * manual/dist/txt/Makefile.am
998         * manual/es/Makefile.am
999         * manual/es/advanced.xml
1000         * manual/es/claws-mail-manual.xml
1001         * manual/es/faq.xml
1002         * manual/es/glossary.xml
1003         * manual/es/handling.xml
1004         * manual/es/intro.xml
1005         * manual/es/plugins.xml
1006         * manual/es/sylpheed-claws-manual.xml
1007         * manual/es/dist/.cvsignore
1008         * manual/es/dist/html/.cvsignore
1009         * manual/es/dist/html/Makefile.am
1010         * manual/es/dist/pdf/.cvsignore
1011         * manual/es/dist/pdf/Makefile.am
1012         * manual/es/dist/ps/.cvsignore
1013         * manual/es/dist/ps/Makefile.am
1014         * manual/es/dist/txt/.cvsignore
1015         * manual/es/dist/txt/Makefile.am
1016         * manual/fr/Makefile.am
1017         * manual/fr/account.xml
1018         * manual/fr/ack.xml
1019         * manual/fr/addrbook.xml
1020         * manual/fr/advanced.xml
1021         * manual/fr/claws-mail-manual.xml
1022         * manual/fr/faq.xml
1023         * manual/fr/glossary.xml
1024         * manual/fr/handling.xml
1025         * manual/fr/intro.xml
1026         * manual/fr/keyboard.xml
1027         * manual/fr/plugins.xml
1028         * manual/fr/starting.xml
1029         * manual/fr/sylpheed-claws-manual.xml
1030         * manual/fr/dist/.cvsignore
1031         * manual/fr/dist/html/.cvsignore
1032         * manual/fr/dist/html/Makefile.am
1033         * manual/fr/dist/pdf/.cvsignore
1034         * manual/fr/dist/pdf/Makefile.am
1035         * manual/fr/dist/ps/.cvsignore
1036         * manual/fr/dist/ps/Makefile.am
1037         * manual/fr/dist/txt/.cvsignore
1038         * manual/fr/dist/txt/Makefile.am
1039         * manual/pl/Makefile.am
1040         * manual/pl/account.xml
1041         * manual/pl/ack.xml
1042         * manual/pl/addrbook.xml
1043         * manual/pl/advanced.xml
1044         * manual/pl/claws-mail-manual.xml
1045         * manual/pl/faq.xml
1046         * manual/pl/glossary.xml
1047         * manual/pl/handling.xml
1048         * manual/pl/intro.xml
1049         * manual/pl/keyboard.xml
1050         * manual/pl/plugins.xml
1051         * manual/pl/starting.xml
1052         * manual/pl/sylpheed-claws-manual.xml
1053         * manual/pl/dist/.cvsignore
1054         * manual/pl/dist/html/.cvsignore
1055         * manual/pl/dist/html/Makefile.am
1056         * manual/pl/dist/pdf/.cvsignore
1057         * manual/pl/dist/pdf/Makefile.am
1058         * manual/pl/dist/ps/.cvsignore
1059         * manual/pl/dist/ps/Makefile.am
1060         * manual/pl/dist/txt/.cvsignore
1061         * manual/pl/dist/txt/Makefile.am
1062         * po/.cvsignore
1063         * po/Makevars
1064         * src/.cvsignore
1065         * src/Makefile.am
1066         * src/account.c
1067         * src/account.h
1068         * src/action.c
1069         * src/action.h
1070         * src/adbookbase.h
1071         * src/addr_compl.c
1072         * src/addr_compl.h
1073         * src/addrbook.c
1074         * src/addrcache.c
1075         * src/addrcache.h
1076         * src/addrcindex.c
1077         * src/addrcindex.h
1078         * src/addrclip.c
1079         * src/addrclip.h
1080         * src/addrdefs.h
1081         * src/addressadd.c
1082         * src/addressadd.h
1083         * src/addressbook.c
1084         * src/addressbook.h
1085         * src/addressbook_foldersel.c
1086         * src/addressbook_foldersel.h
1087         * src/addrgather.c
1088         * src/addrgather.h
1089         * src/addrharvest.c
1090         * src/addrharvest.h
1091         * src/addrindex.c
1092         * src/addrindex.h
1093         * src/addritem.c
1094         * src/addritem.h
1095         * src/addrquery.c
1096         * src/addrquery.h
1097         * src/addrselect.c
1098         * src/addrselect.h
1099         * src/alertpanel.c
1100         * src/alertpanel.h
1101         * src/browseldap.c
1102         * src/browseldap.h
1103         * src/codeconv.c
1104         * src/codeconv.h
1105         * src/compose.c
1106         * src/crash.c
1107         * src/crash.h
1108         * src/customheader.c
1109         * src/customheader.h
1110         * src/displayheader.c
1111         * src/displayheader.h
1112         * src/editaddress.c
1113         * src/editaddress.h
1114         * src/editbook.c
1115         * src/editbook.h
1116         * src/editgroup.c
1117         * src/editgroup.h
1118         * src/editjpilot.c
1119         * src/editjpilot.h
1120         * src/editldap.c
1121         * src/editldap.h
1122         * src/editldap_basedn.c
1123         * src/editldap_basedn.h
1124         * src/editvcard.c
1125         * src/editvcard.h
1126         * src/exphtmldlg.c
1127         * src/exphtmldlg.h
1128         * src/expldifdlg.c
1129         * src/expldifdlg.h
1130         * src/export.c
1131         * src/exporthtml.c
1132         * src/exporthtml.h
1133         * src/exportldif.c
1134         * src/exportldif.h
1135         * src/filtering.c
1136         * src/filtering.h
1137         * src/folder.c
1138         * src/folder.h
1139         * src/folder_item_prefs.c
1140         * src/folder_item_prefs.h
1141         * src/foldersel.c
1142         * src/foldersel.h
1143         * src/folderutils.c
1144         * src/folderutils.h
1145         * src/folderview.c
1146         * src/folderview.h
1147         * src/grouplistdialog.c
1148         * src/grouplistdialog.h
1149         * src/html.c
1150         * src/html.h
1151         * src/image_viewer.c
1152         * src/image_viewer.h
1153         * src/imap.c
1154         * src/imap.h
1155         * src/imap_gtk.c
1156         * src/imap_gtk.h
1157         * src/import.c
1158         * src/import.h
1159         * src/importldif.c
1160         * src/importldif.h
1161         * src/importmutt.c
1162         * src/importmutt.h
1163         * src/importpine.c
1164         * src/importpine.h
1165         * src/inc.c
1166         * src/inc.h
1167         * src/jpilot.c
1168         * src/jpilot.h
1169         * src/ldapctrl.c
1170         * src/ldapctrl.h
1171         * src/ldaplocate.c
1172         * src/ldaplocate.h
1173         * src/ldapquery.c
1174         * src/ldapquery.h
1175         * src/ldapserver.c
1176         * src/ldapserver.h
1177         * src/ldaputil.c
1178         * src/ldaputil.h
1179         * src/ldif.c
1180         * src/ldif.h
1181         * src/localfolder.c
1182         * src/localfolder.h
1183         * src/main.c
1184         * src/main.h
1185         * src/mainwindow.c
1186         * src/mainwindow.h
1187         * src/manual.c
1188         * src/manual.h
1189         * src/matcher.c
1190         * src/matcher.h
1191         * src/matcher_parser.h
1192         * src/matcher_parser_lex.l
1193         * src/matcher_parser_parse.y
1194         * src/mbox.c
1195         * src/mbox.h
1196         * src/message_search.c
1197         * src/message_search.h
1198         * src/messageview.c
1199         * src/messageview.h
1200         * src/mh.c
1201         * src/mh.h
1202         * src/mh_gtk.c
1203         * src/mh_gtk.h
1204         * src/mimeview.c
1205         * src/mimeview.h
1206         * src/msgcache.c
1207         * src/msgcache.h
1208         * src/mutt.c
1209         * src/mutt.h
1210         * src/news.c
1211         * src/news.h
1212         * src/news_gtk.c
1213         * src/news_gtk.h
1214         * src/noticeview.c
1215         * src/noticeview.h
1216         * src/partial_download.c
1217         * src/partial_download.h
1218         * src/pine.c
1219         * src/pine.h
1220         * src/pop.c
1221         * src/pop.h
1222         * src/prefs_account.c
1223         * src/prefs_account.h
1224         * src/prefs_actions.c
1225         * src/prefs_actions.h
1226         * src/prefs_common.c
1227         * src/prefs_common.h
1228         * src/prefs_compose_writing.c
1229         * src/prefs_compose_writing.h
1230         * src/prefs_customheader.c
1231         * src/prefs_customheader.h
1232         * src/prefs_display_header.c
1233         * src/prefs_display_header.h
1234         * src/prefs_ext_prog.c
1235         * src/prefs_ext_prog.h
1236         * src/prefs_filtering.c
1237         * src/prefs_folder_column.c
1238         * src/prefs_folder_column.h
1239         * src/prefs_folder_item.c
1240         * src/prefs_folder_item.h
1241         * src/prefs_fonts.c
1242         * src/prefs_fonts.h
1243         * src/prefs_gtk.c
1244         * src/prefs_gtk.h
1245         * src/prefs_image_viewer.c
1246         * src/prefs_image_viewer.h
1247         * src/prefs_matcher.c
1248         * src/prefs_matcher.h
1249         * src/prefs_message.c
1250         * src/prefs_message.h
1251         * src/prefs_msg_colors.c
1252         * src/prefs_msg_colors.h
1253         * src/prefs_other.c
1254         * src/prefs_other.h
1255         * src/prefs_quote.c
1256         * src/prefs_quote.h
1257         * src/prefs_receive.c
1258         * src/prefs_receive.h
1259         * src/prefs_send.c
1260         * src/prefs_send.h
1261         * src/prefs_spelling.c
1262         * src/prefs_spelling.h
1263         * src/prefs_summaries.c
1264         * src/prefs_summaries.h
1265         * src/prefs_summary_column.c
1266         * src/prefs_summary_column.h
1267         * src/prefs_template.c
1268         * src/prefs_template.h
1269         * src/prefs_themes.c
1270         * src/prefs_themes.h
1271         * src/prefs_toolbar.c
1272         * src/prefs_toolbar.h
1273         * src/prefs_wrapping.c
1274         * src/prefs_wrapping.h
1275         * src/privacy.c
1276         * src/privacy.h
1277         * src/procheader.c
1278         * src/procheader.h
1279         * src/procmime.c
1280         * src/procmime.h
1281         * src/procmsg.c
1282         * src/procmsg.h
1283         * src/quote_fmt.c
1284         * src/quote_fmt_parse.y
1285         * src/recv.c
1286         * src/recv.h
1287         * src/remotefolder.c
1288         * src/remotefolder.h
1289         * src/send_message.c
1290         * src/send_message.h
1291         * src/setup.c
1292         * src/setup.h
1293         * src/sourcewindow.c
1294         * src/sourcewindow.h
1295         * src/ssl_manager.c
1296         * src/ssl_manager.h
1297         * src/statusbar.c
1298         * src/statusbar.h
1299         * src/stock_pixmap.c
1300         * src/stock_pixmap.h
1301         * src/summary_search.c
1302         * src/summary_search.h
1303         * src/summaryview.c
1304         * src/summaryview.h
1305         * src/syldap.c
1306         * src/syldap.h
1307         * src/textview.c
1308         * src/textview.h
1309         * src/toolbar.c
1310         * src/toolbar.h
1311         * src/undo.c
1312         * src/undo.h
1313         * src/unmime.c
1314         * src/unmime.h
1315         * src/vcard.c
1316         * src/vcard.h
1317         * src/wizard.c
1318         * src/wizard.h
1319         * src/common/base64.c
1320         * src/common/base64.h
1321         * src/common/defs.h
1322         * src/common/hooks.c
1323         * src/common/hooks.h
1324         * src/common/log.c
1325         * src/common/log.h
1326         * src/common/mgutils.c
1327         * src/common/mgutils.h
1328         * src/common/nntp.c
1329         * src/common/nntp.h
1330         * src/common/passcrypt.c
1331         * src/common/passcrypt.h.in
1332         * src/common/plugin.c
1333         * src/common/plugin.h
1334         * src/common/prefs.c
1335         * src/common/prefs.h
1336         * src/common/progressindicator.c
1337         * src/common/progressindicator.h
1338         * src/common/quoted-printable.c
1339         * src/common/quoted-printable.h
1340         * src/common/session.c
1341         * src/common/session.h
1342         * src/common/smtp.c
1343         * src/common/smtp.h
1344         * src/common/socket.c
1345         * src/common/socket.h
1346         * src/common/ssl.c
1347         * src/common/ssl.h
1348         * src/common/stringtable.c
1349         * src/common/stringtable.h
1350         * src/common/sylpheed.c
1351         * src/common/sylpheed.h
1352         * src/common/template.c
1353         * src/common/template.h
1354         * src/common/timing.h
1355         * src/common/utils.c
1356         * src/common/utils.h
1357         * src/common/version.h.in
1358         * src/common/xml.c
1359         * src/common/xml.h
1360         * src/common/xmlprops.c
1361         * src/common/xmlprops.h
1362         * src/gtk/about.c
1363         * src/gtk/colorlabel.c
1364         * src/gtk/colorlabel.h
1365         * src/gtk/colorsel.c
1366         * src/gtk/colorsel.h
1367         * src/gtk/combobox.c
1368         * src/gtk/combobox.h
1369         * src/gtk/description_window.c
1370         * src/gtk/description_window.h
1371         * src/gtk/filesel.c
1372         * src/gtk/filesel.h
1373         * src/gtk/foldersort.c
1374         * src/gtk/foldersort.h
1375         * src/gtk/gtkaspell.c
1376         * src/gtk/gtkaspell.h
1377         * src/gtk/gtksctree.c
1378         * src/gtk/gtkshruler.c
1379         * src/gtk/gtkshruler.h
1380         * src/gtk/gtkutils.c
1381         * src/gtk/gtkutils.h
1382         * src/gtk/icon_legend.c
1383         * src/gtk/icon_legend.h
1384         * src/gtk/logwindow.c
1385         * src/gtk/logwindow.h
1386         * src/gtk/manage_window.c
1387         * src/gtk/manage_window.h
1388         * src/gtk/pluginwindow.c
1389         * src/gtk/pluginwindow.h
1390         * src/gtk/prefswindow.c
1391         * src/gtk/prefswindow.h
1392         * src/gtk/quicksearch.c
1393         * src/gtk/quicksearch.h
1394         * src/pixmaps/claws-mail.xpm
1395         * src/pixmaps/claws-mail_icon.xpm
1396         * src/pixmaps/claws-mail_logo.xpm
1397         * src/pixmaps/sylpheed-claws.xpm
1398         * src/pixmaps/sylpheed-claws_icon.xpm
1399         * src/pixmaps/sylpheed-claws_logo.xpm
1400         * src/plugins/bogofilter/Makefile.am
1401         * src/plugins/bogofilter/bogofilter.c
1402         * src/plugins/bogofilter/bogofilter.h
1403         * src/plugins/bogofilter/bogofilter_gtk.c
1404         * src/plugins/clamav/Makefile.am
1405         * src/plugins/clamav/clamav_plugin.c
1406         * src/plugins/clamav/clamav_plugin.h
1407         * src/plugins/clamav/clamav_plugin_gtk.c
1408         * src/plugins/demo/Makefile.am
1409         * src/plugins/demo/demo.c
1410         * src/plugins/dillo_viewer/Makefile.am
1411         * src/plugins/dillo_viewer/README
1412         * src/plugins/dillo_viewer/dillo_prefs.c
1413         * src/plugins/dillo_viewer/dillo_prefs.h
1414         * src/plugins/dillo_viewer/dillo_viewer.c
1415         * src/plugins/pgpcore/Makefile.am
1416         * src/plugins/pgpcore/passphrase.c
1417         * src/plugins/pgpcore/passphrase.h
1418         * src/plugins/pgpcore/pgp_viewer.c
1419         * src/plugins/pgpcore/pgp_viewer.h
1420         * src/plugins/pgpcore/plugin.c
1421         * src/plugins/pgpcore/prefs_gpg.c
1422         * src/plugins/pgpcore/prefs_gpg.h
1423         * src/plugins/pgpcore/select-keys.c
1424         * src/plugins/pgpcore/select-keys.h
1425         * src/plugins/pgpcore/sgpgme.c
1426         * src/plugins/pgpcore/sgpgme.h
1427         * src/plugins/pgpcore/sylpheed.def
1428         * src/plugins/pgpcore/version.rc
1429         * src/plugins/pgpinline/Makefile.am
1430         * src/plugins/pgpinline/pgpinline.c
1431         * src/plugins/pgpinline/pgpinline.h
1432         * src/plugins/pgpinline/plugin.c
1433         * src/plugins/pgpinline/sylpheed.def
1434         * src/plugins/pgpinline/version.rc
1435         * src/plugins/pgpmime/Makefile.am
1436         * src/plugins/pgpmime/pgpmime.c
1437         * src/plugins/pgpmime/pgpmime.h
1438         * src/plugins/pgpmime/plugin.c
1439         * src/plugins/pgpmime/sylpheed.def
1440         * src/plugins/pgpmime/version.rc
1441         * src/plugins/spamassassin/Makefile.am
1442         * src/plugins/spamassassin/README
1443         * src/plugins/spamassassin/spamassassin.c
1444         * src/plugins/spamassassin/spamassassin.h
1445         * src/plugins/spamassassin/spamassassin_gtk.c
1446         * src/plugins/trayicon/Makefile.am
1447         * src/plugins/trayicon/trayicon.c
1448         * tools/OOo2sylpheed.pl
1449         * tools/README
1450         * tools/README.sylprint
1451         * tools/acroread2sylpheed.pl
1452         * tools/claws.i18n.status.pl
1453         * tools/filter_conv.pl
1454         * tools/filter_conv_new.pl
1455         * tools/freshmeat_search.pl
1456         * tools/google_search.pl
1457         * tools/kmail2sylpheed.pl
1458         * tools/kmail2sylpheed_v2.pl
1459         * tools/make.themes.project
1460         * tools/multiwebsearch.pl
1461         * tools/nautilus2sylpheed.sh
1462         * tools/outlook2sylpheed.pl
1463         * tools/sylprint.pl
1464         * tools/sylprint.rc
1465         * tools/tb2sylpheed
1466         * tools/textviewer.sh
1467         * tools/vcard2xml.py
1468         * tools/kdeservicemenu/README
1469         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1470         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1471         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1472                 Change name to Claws Mail. Announce to follow...
1473
1474 2006-11-06 [wwp]        2.6.0cvs6
1475
1476         * src/prefs_template.c
1477                 unify messages related to quote format/template errors (fix
1478                 capitalization), again.
1479
1480 2006-11-06 [wwp]        2.6.0cvs5
1481
1482         * src/prefs_quote.c
1483                 unify messages related to quote format/template errors.
1484
1485 2006-11-06 [wwp]        2.6.0cvs4
1486
1487         * src/prefs_msg_colors.c
1488                 more uses of Q_ macro for contextual translations, thanks
1489                 to Fabien (fzzzzz).
1490
1491 2006-11-06 [wwp]        2.6.0cvs3
1492
1493         * src/compose.c
1494         * src/common/utils.c
1495         * src/common/utils.h
1496                 show an alertpanel to make sure users are aware that sensitive
1497                 files are attached (it's file blacklist-based). This will fix
1498                 interaction w/ GoogleEarth for instance, thanks to Colin.
1499
1500 2006-11-06 [wwp]        2.6.0cvs2
1501
1502         * src/prefs_quote.c
1503         * src/prefs_template.c
1504         * src/prefs_template.h
1505                 check quote format when applying/closing prefs. For now this only
1506                 shows up an error dialog box, not preventing the user from using
1507                 a broken quote (reply, forwards) format.
1508
1509 2006-11-06 [wwp]        2.6.0cvs1
1510
1511         * src/prefs_template.c
1512                 fix missing checks of some template fields.
1513
1514 2006-11-06 [paul]       2.6.0
1515
1516         * NEWS
1517         * README
1518         * RELEASE_NOTES
1519                 2.6.0 released
1520
1521 2006-11-06 [paul]       2.5.6cvs22
1522
1523         * manual/advanced.xml
1524         * manual/es/advanced.xml
1525                 put 'respect_flowed_format' info in the correct
1526                 place
1527
1528 2006-11-06 [mones]      2.5.6cvs21
1529
1530         * po/es.po
1531                 Minor fixes for release
1532
1533 2006-11-06 [paul]       2.5.6cvs20
1534
1535         * po/cs.po
1536         * po/de.po
1537         * po/fr.po
1538         * po/it.po
1539         * po/nl.po
1540         * po/pt_BR.po
1541         * po/sk.po
1542         * po/sv.po
1543         * po/zh_CN.po
1544                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1545                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1546                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1547                 Young
1548
1549 2006-11-02 [colin]      2.5.6cvs19
1550
1551         * src/imap.c
1552         * src/imap.h
1553         * src/prefs_account.c
1554         * src/etpan/imap-thread.c
1555                 Add GSSAPI support - fixes Debian bug #383274
1556
1557 2006-11-01 [colin]      2.5.6cvs18
1558
1559         * src/jpilot.c
1560                 Handle libpisock12 support. Probably
1561                 fixes bug 1046, 'jpilot AddressDB.pdb 
1562                 import fail'
1563
1564 2006-11-01 [colin]      2.5.6cvs17
1565
1566         * src/folderutils.c
1567                 debug_print() folderutils_mark_all_read()
1568
1569 2006-11-01 [colin]      2.5.6cvs16
1570
1571         * COPYING
1572                 Add missed files to the Apache exception
1573
1574 2006-10-31 [colin]      2.5.6cvs15
1575
1576         * src/folder.c
1577         * src/folder.h
1578                 Add a copy_private_data() func to FolderClasses
1579                 Doesn't break the feature freeze, because we 
1580                 won't use it (right now) in the core.
1581
1582 2006-10-31 [colin]      2.5.6cvs14
1583
1584         * COPYING
1585                 Allow linking with the Apache licensed files in
1586                 src/plugins/spamassassin. Hopefully fixes 
1587                 bug 1048, 'Spamassassin plugin license problem'
1588
1589 2006-10-31 [wwp]        2.5.6cvs13
1590
1591         * src/compose.c
1592                 fix and optimize trimming of leading linefeeds in body loop.
1593
1594 2006-10-31 [colin]      2.5.6cvs12
1595
1596         * src/etpan/imap-thread.c
1597         * src/imap.c
1598                 Make really sure to have NULL sets in case
1599                 of error
1600
1601 2006-10-30 [wwp]        2.5.6cvs11
1602
1603         * src/prefs_common.c
1604         * src/prefs_common.h
1605         * src/compose.c
1606                 fix broken storage of quote format template when it contains \-escape
1607                 sequences. The application of such sequences is also fixed now (\t
1608                 in quote format will be a real tab instead of a 't', for instance).
1609
1610 2006-10-27 [colin]      2.5.6cvs10
1611
1612         * src/compose.c
1613                 Probably fix bug 1045, 'sylpheed-claws 
1614                 doesn't remove the mail from the IMAP 
1615                 Queue folder after sending'. From
1616                 2.5.6cvs3-stable
1617
1618 2006-10-27 [colin]      2.5.6cvs9
1619
1620         * configure.ac
1621                 Require libetpan-0.48. I'm so annoying,
1622                 I know ;-)
1623
1624 2006-10-27 [colin]      2.5.6cvs8
1625
1626         * src/folder.c
1627         * src/imap.c
1628                 Probably fix bug 1044, 'sylpheed-claws 
1629                 segfaults while moving mails' - Fix relation
1630                 usage when moving to an IMAP mailbox from another
1631                 mailbox
1632
1633 2006-10-26 [paul]       2.5.6cvs7
1634
1635         * src/gtk/about.c
1636                 add libSM to compiled-in features
1637                 list
1638
1639 2006-10-24 [colin]      2.5.6cvs6
1640
1641         * src/textview.c
1642         * src/gtk/gtkutils.c
1643                 Fix crash when printing emails with an
1644                 xface
1645
1646 2006-10-24 [mones]      2.5.6cvs5
1647
1648         * manual/es/advanced.xml
1649                 Synchronize hidden option respect_flowed_format
1650         * po/es.po
1651                 Updated translation
1652
1653 2006-10-21 [paul]       2.5.6cvs4
1654
1655         * src/gtk/authors.h
1656         * src/plugins/pgpcore/pgp_viewer.c
1657         * src/plugins/pgpcore/sgpgme.c
1658                 fix building on BSDs
1659                 Thanks to Michael Hughes
1660                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1661
1662 2006-10-20 [colin]      2.5.6cvs3
1663
1664         * configure.ac
1665                 Bump up libetpan requirement
1666                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1667         * src/common/utils.c
1668         * src/common/utils.h
1669                 Add convenience get_file_mtime()
1670         * src/imap.c
1671         * src/etpan/imap-thread.c
1672         * src/etpan/imap-thread.h
1673                 Implement UIDPLUS support if the server
1674                 supports it - faster sending in this case
1675
1676 2006-10-19 [colin]      2.5.6cvs2
1677
1678         * src/gtk/quicksearch.c
1679                 Fix emptying in type-ahead+extended mode
1680         * src/mainwindow.c
1681         * src/mainwindow.h
1682                 Add a hook for offline state change
1683         * src/plugins/trayicon/trayicon.c
1684                 Use it to display offline icons
1685         * src/plugins/trayicon/Makefile.am
1686         * src/plugins/trayicon/newmail.offline.xpm
1687         * src/plugins/trayicon/newmarkedmail.offline.xpm
1688         * src/plugins/trayicon/nomail.offline.xpm
1689         * src/plugins/trayicon/unreadmail.offline.xpm
1690         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1691                 Add the icons
1692
1693 2006-10-12 [paul]       2.5.6cvs1
1694
1695         * NEWS
1696         * README
1697         * configure.ac
1698                 Update version number following
1699                 stable release
1700
1701 2006-10-19 [colin]      2.5.5cvs18
1702
1703         * manual/handling.xml
1704                 Add type-ahead search
1705
1706 2006-10-18 [colin]      2.5.5cvs17
1707
1708         * src/gtk/quicksearch.c
1709                 Remove "save to history only if there's
1710                 no syntax error", it breaks for some 
1711                 reason which I'll investigate later.
1712
1713 2006-10-18 [colin]      2.5.5cvs16
1714
1715         * src/prefs_common.c
1716         * src/prefs_common.h
1717         * src/summaryview.c
1718         * src/gtk/quicksearch.c
1719         * src/gtk/quicksearch.h
1720                 Add a type-ahead option for fast searches
1721                 Patch by Fabien Vantard
1722
1723 2006-10-18 [colin]      2.5.5cvs15
1724
1725         * src/compose.c
1726         * src/compose.h
1727                 Add Options/Reply mode/ menu to be able to
1728                 change the recipients of a reply on the fly
1729
1730 2006-10-18 [colin]      2.5.5cvs14
1731
1732         * src/compose.c
1733                 Fix redirecting of our own sent mails
1734
1735 2006-10-17 [wwp]        2.5.5cvs13
1736
1737         * src/send_message.c
1738                 Fix duplicate error messages when sending, and missing
1739                 newline in such error messages.
1740
1741 2006-10-17 [colin]      2.5.5cvs12
1742
1743         * src/compose.c
1744                 Compare addresses case-insensitive
1745
1746 2006-10-17 [colin]      2.5.5cvs11
1747
1748         * src/plugins/pgpcore/sgpgme.c
1749                 Fix return status
1750
1751 2006-10-17 [colin]      2.5.5cvs10
1752
1753         * src/plugins/pgpcore/pgp_viewer.c
1754                 Fix return status
1755
1756 2006-10-17 [colin]      2.5.5cvs9
1757
1758         * src/quote_fmt.c
1759                 Fix a typo (thanks to Fabien)
1760
1761 2006-10-16 [colin]      2.5.5cvs8
1762
1763         * src/textview.c
1764                 Fix problem with quote-folding when emails
1765                 don't convert cleanly to UTF-8
1766
1767 2006-10-14 [colin]      2.5.5cvs7
1768
1769         * src/prefs_template.c
1770                 Reset fields when reopening
1771                 the window
1772
1773 2006-10-13 [paul]       2.5.5cvs6
1774
1775         * manual/advanced.xml
1776         * src/prefs_message.c
1777                 make 'respect_flowed_format' a hidden
1778                 option, and add a manual entry for it
1779                 Thanks to Colin
1780
1781 2006-10-12 [colin]      2.5.5cvs5
1782
1783         * src/codeconv.c
1784                 Revert part of 2.5.2cvs21:
1785                 Don't optimise by reusing the 
1786                 last iconv converter if possible:
1787                 it seems slightly broken in a 
1788                 very hard way to reproduce
1789
1790 2006-10-12 [colin]      2.5.5cvs4
1791
1792         * src/prefs_common.c
1793         * src/prefs_common.h
1794         * src/prefs_message.c
1795         * src/procmime.c
1796                 Fix bug 1035, 'Incorrect handling 
1797                 of flowed lines'. We now optionnaly
1798                 handle this format (preference is in
1799                 Message View/Text options section)
1800
1801 2006-10-12 [colin]      2.5.5cvs3
1802
1803         * po/POTFILES.in
1804                 Add new file
1805         * src/plugins/pgpcore/pgp_viewer.c
1806         * src/plugins/pgpcore/sgpgme.c
1807                 Don't try to import without asking
1808
1809 2006-10-12 [colin]      2.5.5cvs2
1810
1811         * src/compose.c
1812                 Fix bug 1036, 'Forwarding a mutlipart
1813                 mail with a "text/html" block to ms
1814                 outlook users leeds to freeze of
1815                 outlook'. Poor outlook users...
1816
1817 2006-10-12 [paul]       2.5.5cvs1
1818
1819         * NEWS
1820         * README
1821         * configure.ac
1822                 Update version number following
1823                 stable release
1824
1825 2006-10-11 [paul]       2.5.4cvs1
1826
1827         * NEWS
1828         * README
1829         * configure.ac
1830                 Update version number following
1831                 stable release
1832
1833 2006-10-11 [paul]       2.5.3cvs32
1834
1835         * src/textview.c
1836                 fix bug 1032, 'Segmentation fault when showing
1837                 message' (bug in quote folding)
1838                 Thanks to Colin
1839
1840 2006-10-10 [colin]      2.5.3cvs31
1841
1842         * src/quote_fmt.c
1843                 Rephrase english a bit
1844
1845 2006-10-10 [colin]      2.5.3cvs30
1846
1847         * src/prefs_compose_writing.c
1848                 Stop making the page larger than the window
1849
1850 2006-10-10 [wwp]        2.5.3cvs29
1851
1852         * src/compose.c
1853         * src/prefs_template.c
1854         * src/quote_fmt.c
1855         * src/quote_fmt.h
1856         * src/quote_fmt_lex.l
1857         * src/quote_fmt_parse.y
1858                 Extend the quote parser a bit: allow to get access to
1859                 basic (composing) account info.
1860
1861 2006-10-10 [colin]      2.5.3cvs28
1862
1863         * src/procheader.c
1864                 Fix this \t problem in subject
1865
1866 2006-10-09 [colin]      2.5.3cvs27
1867
1868         * src/main.c
1869         * src/prefs_gtk.c
1870                 Prepare cache a bit later
1871                 If section already exists, skip the new one 
1872                 (as previously); avoid writing the same block
1873                 twice - if we find a second block with the 
1874                 same id, skip it.
1875         * src/plugins/pgpcore/pgp_viewer.c
1876                 Set cursor to busy when retrieving a key
1877         * src/plugins/pgpcore/sgpgme.c
1878                 allow 5 seconds for gpg to export the key
1879                 
1880
1881 2006-10-09 [colin]      2.5.3cvs26
1882
1883         * configure.ac
1884         * src/msgcache.c
1885         * src/prefs_gtk.c
1886                 Check for existence of fgets_unlocked
1887                 and fwrite_unlocked
1888
1889 2006-10-09 [paul]       2.5.3cvs25
1890
1891         * src/prefs_summaries.c
1892                 replace strftime() with fast_strftime() and in
1893                 the consequence fix the bug in the display of
1894                 AM/PM in the 'Example' string
1895
1896 2006-10-09 [ticho]      2.5.3cvs24
1897
1898         * po/sk.po
1899                 Updated (and fixed up somewhat) Slovak translation.
1900
1901 2006-10-08 [colin]      2.5.3cvs23
1902
1903         * src/prefs_folder_item.c
1904                 Explain why prefs in the top-level folder
1905                 aren't retained, but are still useful
1906
1907 2006-10-08 [colin]      2.5.3cvs22
1908
1909         * src/prefs_gtk.c
1910                 Don't cache anything if caching fails
1911
1912 2006-10-08 [colin]      2.5.3cvs21
1913
1914         * src/common/utils.c
1915                 always include gi18n.h
1916
1917 2006-10-07 [colin]      2.5.3cvs20
1918
1919         * src/plugins/pgpcore/pgp_viewer.c
1920                 Kill gpg after 5 seconds wait
1921
1922 2006-10-07 [colin]      2.5.3cvs19
1923
1924         * src/plugins/pgpcore/pgp_viewer.c
1925         * src/plugins/pgpcore/pgp_viewer.h
1926                 Fix copyright
1927
1928 2006-10-07 [colin]      2.5.3cvs18
1929
1930         * src/plugins/pgpcore/pgp_viewer.c
1931         * src/plugins/pgpcore/pgp_viewer.h
1932                 Actually add the files to CVS
1933
1934 2006-10-07 [colin]      2.5.3cvs17
1935
1936         * src/plugins/pgpcore/sgpgme.c
1937                 Be sure not to crash on 'application/pgp-signature' that
1938                 are not application/pgp-signatures
1939
1940 2006-10-07 [colin]      2.5.3cvs16
1941
1942         * src/textview.c
1943         * src/textview.h
1944                 Make a bit more of the API available
1945         * src/plugins/pgpcore/Makefile.am
1946         * src/plugins/pgpcore/plugin.c
1947         * src/plugins/pgpcore/sgpgme.c
1948                 Add basic key import/export
1949
1950 2006-10-07 [colin]      2.5.3cvs15
1951
1952         * src/folderview.c
1953         * src/imap.c
1954         * src/prefs_account.c
1955         * src/wizard.c
1956                 Warn users *everywhere* if libetpan's not
1957                 linked in
1958
1959 2006-10-06 [mones]      2.5.3cvs14
1960
1961         * po/de.po
1962         * po/es.po
1963                 updated by Stephan Sachse and me
1964
1965 2006-10-06 [colin]      2.5.3cvs13
1966
1967         * src/main.c
1968         * src/common/sylpheed.c
1969                 Don't load common plugins if --exit is passed
1970         * src/prefs_gtk.c
1971         * src/prefs_gtk.h
1972                 Implement a cache to avoid reading the same
1973                 files over and over again at startup
1974
1975 2006-10-06 [colin]      2.5.3cvs12
1976
1977         * src/summaryview.c
1978         * src/gtk/quicksearch.c
1979                 Update display every 5k mails on fast searches
1980
1981 2006-10-06 [colin]      2.5.3cvs11
1982
1983         * src/textview.c
1984                 Don't do quote folding on HTML or ERTF.
1985                 May fix the Cygwin issues if they were
1986                 happening with HTML mails?
1987
1988 2006-10-05 [colin]      2.5.3cvs10
1989
1990         * src/prefs_gtk.c
1991                 Oops, forgot one
1992
1993 2006-10-05 [colin]      2.5.3cvs9
1994
1995         * src/prefs_gtk.c
1996                 Use unlocked_stdio here too
1997
1998 2006-10-05 [colin]      2.5.3cvs8
1999
2000         * src/folderview.c
2001                 Fix go to next * after preferences apply
2002         * src/msgcache.c
2003                 Do the fd lock/unlock ourselves instead of
2004                 letting the libc do it at each write 
2005
2006 2006-10-05 [colin]      2.5.3cvs7
2007
2008         * src/common/utils.c
2009                 Faster division, thanks to Jean Diraison
2010
2011 2006-10-05 [paul]       2.5.3cvs6
2012
2013         * src/common/utils.c
2014                 fix building with --disable-nls
2015
2016 2006-10-04 [colin]      2.5.3cvs5
2017
2018         * src/folder.c
2019                 Maybe fix a segfault
2020
2021 2006-10-04 [wwp]        2.5.3cvs4
2022
2023         * src/prefs_folder_item.c
2024                 Fine-tune layouts in folder item prefs. Suggested by
2025                 Fabien Vantard <fzzzzz@gmail.com>.
2026
2027 2006-10-04 [wwp]        2.5.3cvs3
2028
2029         * src/prefs_folder_item.c
2030                 Kill the clandestine passengers. You didn't see anything.
2031
2032 2006-10-04 [wwp]        2.5.3cvs2
2033
2034         * src/prefs_folder_item.c
2035                 Add a way to test the subject simplify regexp in
2036                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2037                 w/ few layout changes.
2038
2039 2006-20-04 [paul]       2.5.3cvs1
2040
2041         * NEWS
2042         * README
2043         * configure.ac
2044                 Update version number following
2045                 stable release
2046
2047 2006-10-04 [colin]      2.5.2cvs42
2048
2049         * src/folder.c
2050         * src/folder.h
2051         * src/summaryview.c
2052                 Provide a way for folder classes to set their sort
2053                 type and key
2054
2055 2006-10-03 [colin]      2.5.2cvs41
2056
2057         * src/mh.c
2058                 Don't use strlen() to know if the
2059                 string's empty
2060
2061 2006-10-03 [colin]      2.5.2cvs40
2062
2063         * src/mh.c
2064                 Fix "check for new folders" with accentued folders
2065
2066 2006-10-03 [ticho]      2.5.2cvs39
2067
2068         * src/filtering.c
2069         * src/folder.c
2070         * src/inc.c
2071         * src/mbox.c
2072                 Colin's fix for "copy" filtering rules.
2073
2074 2006-10-02 [colin]      2.5.2cvs38
2075
2076         * src/folderview.c
2077                 Fix for double-click too
2078
2079 2006-10-02 [colin]      2.5.2cvs37
2080
2081         * src/folderview.c
2082                 correct fix for cvs36
2083
2084 2006-10-02 [colin]      2.5.2cvs36
2085
2086         * src/folderview.c
2087                 Fix 'goto next unread' after collapsing/expanding 
2088                 a node.
2089
2090 2006-10-02 [colin]      2.5.2cvs35
2091
2092         * src/summaryview.c
2093                 Fix double freeze/thaw
2094         * src/common/utils.c
2095         * src/common/utils.h
2096                 Reimplement strftime
2097         * src/procheader.c
2098                 Use it
2099
2100
2101 2006-10-02 [colin]      2.5.2cvs34
2102
2103         * src/mh.c
2104                 Time mh_write_sequences() - it's fast
2105         * src/summaryview.c
2106                 Init a variable to shut up gcc
2107
2108 2006-10-01 [colin]      2.5.2cvs33
2109
2110         * src/folder.c
2111         * src/mh.c
2112         * src/mh.h
2113         * src/msgcache.c
2114                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2115                 Add fsync but disable it, it's slow as hell
2116
2117 2006-10-01 [colin]      2.5.2cvs32
2118
2119         * src/mh.c
2120         * src/msgcache.c
2121                 fflush() caches and mh_sequences before
2122                 fclose()ing
2123
2124 2006-10-01 [colin]      2.5.2cvs31
2125
2126         * src/msgcache.c
2127                 Don't ftruncate when not using mmap
2128
2129 2006-09-30 [colin]      2.5.2cvs30
2130
2131         * src/main.c
2132                 Write folder list *after* saving caches
2133
2134 2006-09-30 [colin]      2.5.2cvs29
2135
2136         * src/folder.c
2137         * src/mh.c
2138                 Debug forced mtime changes
2139
2140 2006-09-30 [colin]      2.5.2cvs28
2141
2142         * src/folder.c
2143         * src/main.c
2144                 Remove useless debug_print()s (code
2145                 well-tested)
2146
2147 2006-09-30 [colin]      2.5.2cvs27
2148
2149         * src/mh.c
2150                 Do stuff faster when writing mh_sequences
2151
2152 2006-09-30 [colin]      2.5.2cvs26
2153
2154         * src/mh.c
2155                 Don't let the writing of .mh_sequences, which
2156                 can change the folder's mtime, let us think
2157                 we need to scan.
2158
2159 2006-09-30 [colin]      2.5.2cvs25
2160
2161         * src/folder.c
2162                 Move a debug_print where it belongs 
2163                 (processing)
2164         * src/summaryview.c
2165                 Don't mess with a huge slow subject
2166                 table if we're not threading by
2167                 subject
2168
2169 2006-09-30 [colin]      2.5.2cvs24
2170
2171         * src/msgcache.c
2172                 Reenable mmaped reads (*not* writes!)
2173         * src/procmsg.c
2174                 Don't destroy and recreate hashtables just
2175                 for fun
2176         * src/common/utils.c
2177                 Remove useless reply prefixes (it's case
2178                 unsensitive)
2179
2180 2006-09-30 [wwp]        2.5.2cvs23
2181
2182         * tools/fix_date.sh
2183                 Fixed a minor bug in date value extraction, added a switch
2184                 to replace non RFC-compliant Date: value, added a switch
2185                 to use strict RFC matching patterns for dates.
2186
2187 2006-09-29 [colin]      2.5.2cvs22
2188
2189         * src/matcher_parser.h
2190         * src/matcher_parser_parse.y
2191         * src/prefs_filtering.c
2192         * src/statusbar.c
2193         * src/summary_search.c
2194         * src/summaryview.c
2195         * src/gtk/quicksearch.c
2196         * src/gtk/quicksearch.h
2197                 Optimise searches by setting different
2198                 refresh intervals (depending if the 
2199                 search is fast or not)
2200
2201 2006-09-29 [colin]      2.5.2cvs21
2202
2203         * src/codeconv.c
2204                 Optimise by reusing the last iconv converter
2205                 if possible
2206         * src/textview.c
2207                 Optimise a bit (the foldable quotes feature
2208                 still has an awful O(n^2) algo
2209
2210 2006-09-29 [colin]      2.5.2cvs20
2211
2212         * src/gtk/gtksctree.c
2213         * src/gtk/gtksctree.h
2214                 Optimise de-selection via up/down or
2215                 another key
2216
2217 2006-09-28 [colin]      2.5.2cvs19
2218
2219         * src/action.c
2220         * src/compose.c
2221         * src/folderview.c
2222         * src/mainwindow.c
2223         * src/messageview.c
2224         * src/summary_search.c
2225         * src/toolbar.c
2226                 Avoid using summaryview->ctree directly
2227
2228 2006-09-28 [colin]      2.5.2cvs18
2229
2230         * src/summaryview.c
2231         * src/summaryview.h
2232                 Add helpers to freeze/thaw/grab_focus
2233                 Factorize calls to freeze/thaw/grab_focus
2234                 
2235
2236 2006-09-28 [colin]      2.5.2cvs17
2237
2238         * src/main.c
2239                 More guards for the session management
2240
2241 2006-09-28 [colin]      2.5.2cvs16
2242
2243         * src/folderview.c
2244         * src/gtk/gtksctree.c
2245         * src/gtk/gtksctree.h
2246                 Make expanding not recursive in folderview
2247
2248 2006-09-28 [colin]      2.5.2cvs15
2249
2250         * src/addressbook.c
2251                 If nothing is selected in the list (right part)
2252                 and a group is selected in the tree (left part),
2253                 mail this group.
2254
2255 2006-09-28 [colin]      2.5.2cvs14
2256
2257         * src/Makefile.am
2258                 Actually use SM_LIBS
2259
2260 2006-09-28 [ticho]      2.5.2cvs13
2261
2262         * src/export.c
2263         * src/messageview.c
2264         * src/mimeview.c
2265         * src/news.c
2266         * src/pop.c
2267         * src/prefs_themes.c
2268         * src/procmsg.c
2269                 Small i18n string optimization.
2270         * src/send_message.c
2271         * src/summaryview.c
2272         * src/common/session.c
2273         * src/common/smtp.c
2274         * src/common/ssl_certificate.c
2275         * src/common/utils.c
2276                 Use "Couldn't" instead of "Can't" in UI messages,
2277                 where appropriate.
2278
2279 2006-09-28 [colin]      2.5.2cvs12
2280
2281         * configure.ac
2282                 Possibly fix link errors
2283
2284 2006-09-27 [wwp]        2.5.2cvs11
2285
2286         * src/gtk/authors.h
2287         * doc/man/sylpheed-claws.1
2288         * manual/ack.xml
2289         * manual/es/ack.xml
2290         * manual/fr/ack.xml
2291         * manual/pl/ack.xml
2292                 Updated authors info (me, myself and I).
2293
2294 2006-09-27 [colin]      2.5.2cvs10
2295
2296         * src/addressbook.c
2297                 Remove useless printf
2298
2299 2006-09-27 [wwp]        2.5.2cvs9
2300
2301         * src/editgroup.c
2302         * src/send_message.c
2303         * src/inc.c
2304         * src/prefs_common.c
2305         * src/prefs_common.h
2306         * src/gtk/progressdialog.c
2307                 remember more windows' sizes (send dialog, received dialog,
2308                 edit group in addressbook).
2309
2310 2006-09-27 [colin]      2.5.2cvs8
2311
2312         * configure.ac
2313         * src/main.c
2314         * src/mainwindow.h
2315                 Use libSM to communicate with the session
2316                 manager, so that we can know when the 
2317                 session ends, save our caches, and draft
2318                 our compose windows.
2319
2320 2006-09-27 [colin]      2.5.2cvs7
2321
2322         * src/addressbook.c
2323                 Fix issues:
2324                 o Allow Book and Group creation from the tree's
2325                   contextual menu
2326                 o Do not actually delete the contacts when 
2327                   deleting groups from the tree (duh!)
2328
2329 2006-09-27 [colin]      2.5.2cvs6
2330
2331         * src/compose.c
2332         * src/compose.h
2333         * src/mainwindow.c
2334         * src/textview.c
2335         * src/toolbar.c
2336                 o Allow passing an email address to 
2337                   compose_new_with_folderitem
2338                 o Update callers
2339                 o Use current folderitem when clicking
2340                   on a TextView mailto: link
2341                 o Fix a possible leak in TextView
2342
2343 2006-09-27 [colin]      2.5.2cvs5
2344
2345         * src/html.c
2346                 Use UTF-8 chars to replace HTML entities
2347
2348 2006-09-27 [colin]      2.5.2cvs4
2349
2350         * AUTHORS
2351         * src/prefs_account.c
2352         * src/gtk/authors.h
2353                 Fix bug #1024 (Array index out of
2354                 range in sylpheed-claws-2.5.2)
2355                 Patch by Ales Nosek <anosek@suse.cz>
2356
2357 2006-09-27 [colin]      2.5.2cvs3
2358
2359         * src/addr_compl.c
2360                 Actually do the test
2361
2362 2006-09-27 [colin]      2.5.2cvs2
2363
2364         * src/addr_compl.c
2365         * src/addr_compl.h
2366                 Allow completing with comma (in certain cases: vCalendar
2367                 for example doesn't support that)
2368                 Patch by Fabien Vantard
2369
2370 2006-09-26 [colin]      2.5.2cvs1
2371
2372         * src/Makefile.am
2373         * src/addr_compl.c
2374         * src/addr_compl.h
2375         * src/addrbook.c
2376         * src/addrbook.h
2377         * src/addressbook.c
2378         * src/addrindex.c
2379         * src/addrindex.h
2380         * src/compose.c
2381         * src/prefs_common.c
2382         * src/prefs_filtering_action.c
2383         * src/prefs_folder_item.c
2384         * src/prefs_template.c
2385         * src/stock_pixmap.c
2386         * src/stock_pixmap.h
2387         * src/pixmaps/addr_one.xpm
2388         * src/pixmaps/addr_two.xpm
2389                 Add auto-completion on groups
2390
2391 2006-09-26 [colin]      2.5.2
2392
2393         * NEWS
2394         * README
2395         * RELEASE_NOTES
2396                 2.5.2 released
2397
2398 2006-09-26 [colin]      2.5.1cvs5
2399
2400         * src/matcher.c
2401                 Fix condition
2402
2403 2006-09-26 [colin]      2.5.1cvs4
2404
2405         * src/mbox.c
2406                 Revert cvs1 (useless as the message is printed 
2407                 every 500 mails)
2408
2409 2006-09-26 [colin]      2.5.1cvs3
2410
2411         * src/partial_download.c
2412                 Fix crasher found by Alexsandar Urosevic
2413
2414 2006-09-26 [colin]      2.5.1cvs2
2415
2416         * src/summaryview.c
2417                 Fix bug #1023 (Sylpheed deletes too much messages)
2418
2419 2006-09-26 [ticho]      2.5.1cvs1
2420
2421         * src/mbox.c
2422                 Make use of gettext's multiple plurals for statusbar
2423                 progress message.
2424
2425 2006-09-25 [paul]       2.5.1
2426
2427         * NEWS
2428         * README
2429         * RELEASE_NOTES
2430                 2.5.1 released
2431
2432 2006-09-25 [colin]      2.5.0cvs3
2433
2434         * src/plugins/bogofilter/bogofilter.c
2435         * src/plugins/clamav/clamav_plugin.c
2436         * src/plugins/spamassassin/spamassassin.c
2437                 BogoFilter, Spamassassin: Fix double hook registering after
2438                 visiting preferences
2439                 Spamassassin, Clamav: Just set the mails to move instead of
2440                 doing the move - caller will move the things at once.
2441
2442 2006-09-25 [colin]      2.5.0cvs2
2443
2444         * src/imap.c
2445         * src/etpan/imap-thread.c
2446                 Use UID SEARCH ALL instead of UID 1:*
2447                 (braindead servers can't figure out that's
2448                 the same...)
2449
2450 2006-09-25 [wwp]        2.5.0cvs1
2451
2452         * src/message_search.c
2453                 Added the ability to stop a running search (in message body).
2454
2455 2006-09-25 [paul]       2.5.0
2456
2457         * NEWS
2458         * README
2459         * RELEASE_NOTES
2460                 2.5.0 released
2461
2462 2006-09-25 [paul]       2.4.0cvs214
2463
2464         * po/cs.po
2465         * po/de.po
2466         * po/fi.po
2467         * po/fr.po
2468         * po/nl.po
2469         * po/pt_BR.po
2470         * po/sk.po
2471         * po/sr.po
2472         * po/zh_CN.po
2473                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2474                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2475                 Ticho, Aleksander Urosevic, Ralgh Young
2476
2477 2006-09-24 [mones]      2.4.0cvs213
2478
2479         * po/es.po
2480                 Updated for release
2481
2482 2006-09-23 [colin]      2.4.0cvs212
2483
2484         * src/gtk/inputdialog.c
2485                 Fix [ ] remember this appearing in normal
2486                 input dialogs after it's been used by
2487                 mimeview.
2488         * src/folder.c
2489         * src/folderview.c
2490         * src/msgcache.c
2491         * src/procmsg.c
2492         * src/summaryview.c
2493         * src/textview.c
2494         * src/common/timing.h
2495                 Enable timings in debug mode and make it
2496                 look prettier.
2497
2498 2006-09-22 [colin]      2.4.0cvs211
2499
2500         * README
2501                 Revert test change
2502         * commitHelper
2503                 ping the correct URI
2504
2505 2006-09-22 [colin]      2.4.0cvs210
2506
2507         * README
2508                 Let's see if bug #1022 is fixed
2509
2510 2006-09-21 [colin]      2.4.0cvs209
2511
2512         * src/wizard.c
2513         * src/common/plugin.c
2514                 Prepare infra to load predefined plugins when
2515                 no configuration existed. Don't actually load
2516                 anything yet (feat. freeze)
2517
2518 2006-09-21 [wwp]        2.4.0cvs208
2519
2520         * manual/fr/faq.xml
2521                 Partial sync w/ 2.4.0cvs72:
2522                 wrap file and minor updates.
2523
2524 2006-09-21 [wwp]        2.4.0cvs207
2525
2526         * tools/fix_date.sh
2527                 several fixes and enhancements. A new --force switch has been
2528                 added to prevent overriding by default Date: header when
2529                 already existing.
2530
2531 2006-09-21 [paul]       2.4.0cvs206
2532
2533         * src/common/utils.c
2534                 add Chinese UTF8 Re prefix
2535
2536 2006-09-21 [wwp]        2.4.0cvs205
2537
2538         * tools/Makefile.am
2539                 Fics alfabettical order.
2540
2541 2006-09-21 [wwp]        2.4.0cvs204
2542
2543         * tools/fix_date.sh
2544         * tools/Makefile.am
2545                 Added an action tool to fix missing Date field in emails.
2546                 Updated Makefile.am to reflect those last two additions.
2547
2548 2006-09-21 [wwp]        2.4.0cvs203
2549
2550         * tools/uuooffice
2551                 Added a action tool to open uuencoded docs w/
2552                 OpenOffice (based on uudec method).
2553
2554 2006-09-21 [colin]      2.4.0cvs202
2555
2556         * src/compose.c
2557         * src/textview.c
2558                 Workaround possible GTK crash: remove selection 
2559                 clipboard before destroying widget, or GTK+-2.10
2560                 dies. Thanks to Hiro.
2561
2562 2006-09-20 [colin]      2.4.0cvs201
2563
2564         * src/compose.c
2565                 Fix free-after-use in some cases (when 
2566                 procmime_encode_content() frees mimeinfo->data.mem
2567                 and turns it to a temp file)
2568
2569 2006-09-20 [colin]      2.4.0cvs200
2570
2571         * src/folderview.c
2572         * src/summaryview.c
2573         * src/gtk/gtksctree.c
2574         * src/gtk/gtksctree.h
2575                 Add tooltips in the folderview and summaryview
2576                 (Doesn't break string freeze as they already
2577                 exist)
2578         * src/toolbar.c
2579                 Put the spam button in the default configuration
2580                 if compiled with bogo plugin too
2581
2582 2006-09-19 [colin]      2.4.0cvs199
2583
2584         * src/summaryview.c
2585         * src/summaryview.h
2586                 Update folder name label on folder rename
2587         * src/prefs_matcher.c
2588         * src/gtk/logwindow.h
2589                 Fix warnings
2590                 Patches by Fabien
2591
2592 2006-09-19 [wwp]        2.4.0cvs198
2593
2594         * src/summary_search.c
2595                 fix can't click forward/backward buttons in the
2596                 search messages.
2597
2598 2006-09-18 [paul]       2.4.0cvs197
2599
2600         * src/wizard.c
2601                 add missing bracket, capitalise the A of
2602                 'SpamAssassin'
2603
2604 2006-09-18 [paul]       2.4.0cvs196
2605
2606         * src/compose.c
2607                 fix bug 1012 'crashed upon sending mail
2608                 from compose window'
2609                 Thanks to Colin
2610
2611 2006-09-16 [colin]      2.4.0cvs195
2612
2613         * src/folderview.c
2614                 Fix "real-time" sorting by freezing/thawing
2615
2616 2006-09-16 [colin]      2.4.0cvs194
2617
2618         * manual/faq.xml
2619                 Fix the anti-spam entry a bit
2620
2621 2006-09-16 [colin]      2.4.0cvs193
2622
2623         * src/wizard.c
2624                 Make sure reviewers have no excuse when stating
2625                 Sylpheed-Claws doesn't have antispam capabilities.
2626
2627 2006-09-16 [colin]      2.4.0cvs192
2628
2629         * src/main.c
2630                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2631                 as if the SIGPIPE comes from etpan's thread we could
2632                 trigger a GUI update from this thread.
2633
2634 2006-09-16 [colin]      2.4.0cvs191
2635
2636         * src/summaryview.c
2637                 Init all members of the struct
2638
2639 2006-09-16 [paul]       2.4.0cvs190
2640
2641         * src/account.c
2642                 improvements to the English
2643
2644 2006-09-15 [colin]      2.4.0cvs189
2645
2646         * src/summaryview.c
2647                 HIG order on dialog
2648
2649 2006-09-14 [colin]      2.4.0cvs188
2650
2651         * src/common/socket.c
2652         * src/common/socket.h
2653         * src/common/ssl.c
2654         * src/common/ssl_certificate.c
2655         * src/common/ssl_certificate.h
2656         * src/etpan/imap-thread.c
2657                 the get_fqdn() call done to get canonical name when
2658                 checking an SSL certificate is blocking, which is
2659                 sad as we just did a non-blocking lookup to connect.
2660                 Fix that by letting the fqdn available to the SockInfo,
2661                 and use that in ssl_certificate_check(). For IMAP,
2662                 we don't do it as the lookup's done by libetpan, but
2663                 it's less annoying as IMAP connections as much more
2664                 rare than POP3 connections.
2665
2666 2006-09-14 [paul]       2.4.0cvs187
2667
2668         * manual/advanced.xml
2669                 improvements to the English,
2670                 properly place the new hidden options
2671                 within the alphabetical order
2672         * src/gtk/pluginwindow.c
2673                 improvements to the English
2674
2675 2006-09-14 [colin]      2.4.0cvs186
2676
2677         * src/prefs_common.c
2678         * src/prefs_common.h
2679         * src/gtk/gtksctree.c
2680         * manual/advanced.xml
2681                 New hidden pref, stripes_color_offset, to change
2682                 the value added/substracted to normal bgcolor to
2683                 create the stripes in summaries
2684
2685 2006-09-13 [colin]      2.4.0cvs185
2686
2687         * src/gedit-print.c
2688         * src/messageview.c
2689         * src/messageview.h
2690         * src/summaryview.c
2691         * src/textview.c
2692                 Fix misc. printing issues: 
2693                 - Bad font for linkified headers
2694                 - Different font if the mail was displayed or not
2695                 - Factorize the thing
2696
2697 2006-09-13 [colin]      2.4.0cvs184
2698
2699         * src/common/ssl_certificate.c
2700                 Only get FQDN once when checking certificate
2701
2702 2006-09-13 [colin]      2.4.0cvs183
2703
2704         * src/account.c
2705         * src/gtk/pluginwindow.c
2706                 Misc. GUI fixes by Fabien
2707
2708 2006-09-13 [wwp]        2.4.0cvs182
2709
2710         * configure.ac
2711         * src/common/utils.h
2712         * src/common/utils.c
2713                 get rid of unused wide-char functions.
2714
2715 2006-09-13 [wwp]        2.4.0cvs181
2716
2717         * src/plugins/pgpinline/sylpheed.def
2718         * src/textview.c
2719                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2720                 add privacy_reset_error to the .def file,
2721                 do not fork for an external textviewer.
2722
2723 2006-09-13 [wwp]        2.4.0cvs180
2724
2725         * src/prefs_common.c
2726                 fix broken font entry in prefs (patch issued by the gpg4win team,
2727                 probably by Marcus Brinkmann <marcus@g10code.de>).
2728
2729 2006-09-13 [colin]      2.4.0cvs179
2730
2731         * src/folder.h
2732                 Fix a warning in summaryview.c
2733         * src/mainwindow.c
2734         * src/summaryview.c
2735         * src/summaryview.h
2736                 Add missing Mark/* elements in the
2737                 main menu
2738
2739 2006-09-12 [colin]      2.4.0cvs178
2740
2741         * src/prefs_actions.c
2742         * src/prefs_filtering_action.c
2743         * src/prefs_matcher.c
2744                 Use (New) instead of New everywhere
2745
2746 2006-09-12 [wwp]        2.4.0cvs177
2747
2748         * manual/fr/addrbook.xml
2749         * manual/fr/handling.xml
2750                 updated some quotes in the fr manual to match the fr translation.
2751
2752 2006-09-12 [wwp]        2.4.0cvs176
2753
2754         * src/prefs_matcher.c
2755                 don't store translated string elements in matcher expressions.
2756                 Also fixed a misused of Q_().
2757
2758 2006-09-11 [wwp]        2.4.0cvs175
2759
2760         * src/plugins//bogofilter/bogofilter.c
2761         * src/plugins//clamav/clamav_plugin.c
2762         * src/plugins//demo/demo.c
2763         * src/plugins//dillo_viewer/dillo_viewer.c
2764         * src/plugins//pgpcore/plugin.c
2765         * src/plugins//pgpinline/plugin.c
2766         * src/plugins//pgpmime/plugin.c
2767         * src/plugins//spamassassin/spamassassin.c
2768                 gettext-ize more strings (mostly plugin error messages).
2769
2770 2006-09-11 [colin]      2.4.0cvs174
2771
2772         * src/alertpanel.c
2773                 Make maximum buffer size bigger to avoid
2774                 truncating translated messages. Patch by
2775                 Fabien
2776
2777 2006-09-11 [colin]      2.4.0cvs173
2778
2779         * src/etpan/imap-thread.c
2780                 Fix compilation on OpenBSD, thanks to 
2781                 Landry
2782
2783 2006-09-10 [wwp]        2.4.0cvs172
2784
2785         * manual/account.xml
2786         * manual/addrbook.xml
2787         * manual/handling.xml
2788         * manual/es/handling.xml
2789         * manual/fr/account.xml
2790         * manual/fr/addrbook.xml
2791         * manual/fr/handling.xml
2792                 documented addressbook matching (condition configuration):
2793                   addrbook.xml, en fr
2794                 documented per-account filtering rules (handling/filtering
2795                   section, account section):
2796                   account.xml, handling.xml, en fr
2797                 slightly updated the handling/searching section to tell few
2798                   words about the extended search ability:
2799                   handling.xml, en fr
2800                 added missing <quote></quotes> to Quick Search:
2801                   handling.xml, en fr es
2802                 fixed a typo (auomatically):
2803                   handling.xml, en
2804                 changes revisited by Paul.
2805
2806 2006-09-10 [paul]       2.4.0cvs171
2807
2808         * src/prefs_actions.c
2809         * src/prefs_filtering.c
2810         * src/prefs_template.c
2811                 adjustments to the gui
2812                 Patch by Fabien Vantard (slightly modified)
2813
2814 2006-09-10 [colin]      2.4.0cvs170
2815
2816         * src/summaryview.c
2817                 Check folderitem/summaryview consistency
2818                 (basically automates Update summary). Fixes
2819                 #1011 (wrong (negative) count on unread 
2820                 messages)
2821
2822 2006-09-10 [colin]      2.4.0cvs169
2823
2824         * src/gtk/gtksctree.c
2825                 Fix recursive expansion via mouse
2826         * src/plugins/bogofilter/bogofilter.c
2827                 Use normal filtering way of moving
2828                 messages (batching), possibly fixing
2829                 bug #1015 (Bogofilter plugin doubles 
2830                 new messages)
2831
2832 2006-09-09 [wwp]        2.4.0cvs168
2833
2834         * src/prefs_filtering.c
2835                 better place for this fix.
2836
2837 2006-09-09 [wwp]        2.4.0cvs167
2838
2839         * src/prefs_filtering.c
2840                 fix a minor bug when the enabled status of a filtering/processing
2841                 rule always got set to TRUE when replacing this rule. That still
2842                 make sense when adding a new rule, but now when replacing, we
2843                 don't override the value of 'enabled'.
2844                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2845                 to prefs_filtering_list_view_get_info() as this function not only
2846                 returns the name, but also the account_id and the enabled status.
2847
2848 2006-09-09 [mones]      2.4.0cvs166
2849
2850         * manual/glossary.xml
2851         * manual/plugins.xml
2852                 Minor format corrections
2853         * manual/gpl.xml
2854                 Fix misplaced NO WARRANTY section
2855         * manual/es/advanced.xml
2856         * manual/es/faq.xml
2857         * manual/es/glossary.xml
2858         * manual/es/gpl.xml
2859         * manual/es/handling.xml
2860         * manual/es/plugins.xml
2861         * manual/es/starting.xml
2862                 Incorporate changes from English version
2863         * manual/fr/ack.xml
2864         * manual/pl/ack.xml
2865         * manual/es/ack.xml
2866                 Fix address, (add translation credits in es version)
2867         * po/es.po
2868                 Updated translation
2869
2870 2006-09-09 [wwp]        2.4.0cvs165
2871
2872         * src/prefs_filtering.c
2873                 fix a crash when opening filtering prefs, if matcherrc file contains
2874                 broken data (non-existing account id, which is theoretically not
2875                 possible).
2876
2877 2006-09-08 [colin]      2.4.0cvs164
2878
2879         * src/folder.c
2880                 Wrong assert, make it an if()
2881         * src/gtk/gtksctree.c
2882                 Fix bug #1013 (expand selected thread 
2883                 tree) - expanding is now recursive
2884
2885 2006-09-07 [wwp]        2.4.0cvs163
2886
2887         * src/prefs_matcher.c
2888                 make better sentences about addressbook matching in the
2889                 matcher prefs. This should make translators' work easier
2890                 too.
2891
2892 2006-09-07 [wwp]        2.4.0cvs162
2893
2894         * src/prefs_filtering.c
2895                 code simplification (get rid of dup var. assignment).
2896
2897 2006-09-07 [wwp]        2.4.0cvs161
2898
2899         * src/summaryview.c
2900                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2901                 <fzzzzz@gmail.com>.
2902
2903 2006-09-07 [paul]       2.4.0cvs160
2904
2905         * src/mimeview.c
2906                 fix compilation warnings
2907                 Thanks to Colin
2908
2909 2006-09-07 [paul]       2.4.0cvs159
2910
2911         * src/mimeview.c
2912                 select the mimepart icon when
2913                 displaying as text
2914                 Thanks to Colin
2915
2916 2006-09-06 [paul]       2.4.0cvs158
2917
2918         * src/prefs_filtering.c
2919                 fix labels and table element spacing
2920                 Patch by Fabien Vantard
2921
2922 2006-09-06 [paul]
2923
2924         2.5.0-rc3 released
2925
2926 2006-09-06 [paul]       2.4.0cvs157
2927
2928         * manual/es/advanced.xml
2929                 fix typo
2930
2931 2006-09-06 [wwp]        2.4.0cvs156
2932
2933         * src/mainwindow.c
2934                 fix an dup launch issue when iconified, thanks to Colin.
2935
2936 2006-09-06 [wwp]        2.4.0cvs155
2937
2938         * src/gtk//gtksctree.h
2939                 oops, forgot that one!
2940
2941 2006-09-06 [wwp]        2.4.0cvs154
2942
2943         * manual/pl/advanced.xml
2944         * manual/advanced.xml
2945         * manual/es/advanced.xml
2946         * manual/fr/advanced.xml
2947         * src/prefs_customheader.c
2948         * src/prefs_filtering_action.c
2949         * src/foldersel.c
2950         * src/prefs_summaries.c
2951         * src/prefs_filtering.c
2952         * src/account.c
2953         * src/compose.c
2954         * src/prefs_summary_column.c
2955         * src/addr_compl.c
2956         * src/prefs_actions.c
2957         * src/prefs_folder_column.c
2958         * src/ssl_manager.c
2959         * src/prefs_template.c
2960         * src/prefs_display_header.c
2961         * src/prefs_common.h
2962         * src/prefs_matcher.c
2963         * src/prefs_common.c
2964         * src/prefs_toolbar.c
2965         * src/summaryview.c
2966         * src/folderview.c
2967         * src/gtk/gtksctree.c
2968         * src/gtk/pluginwindow.c
2969         * src/gtk/progressdialog.c
2970         * src/gtk/prefswindow.c
2971                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2972                 to make its meaning more obvious (all versions of the manual reflect
2973                 the change).
2974                 added an extra hidden option use_stripes_in_summary to allow
2975                 discarding these stripes in mainwindow's folder and message lists;
2976                 en and fr manuals only are OK towards this.
2977
2978 2006-09-06 [colin]      2.4.0cvs153
2979
2980         * src/textview.c
2981                 Hide Sylpheed-Claws' internal queue headers
2982                 when showing all headers. They'll be present
2983                 only in Source window.
2984
2985 2006-09-05 [colin]      2.4.0cvs152
2986
2987         * src/plugins/trayicon/trayicon.c
2988                 Fix crash at exit - we have to disconnect
2989                 our handlers
2990         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2991                 Update eggtrayicon - patch adapted from a
2992                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2993                 on Sylpheed's ML
2994
2995 2006-09-05 [colin]      2.4.0cvs151
2996
2997         * src/mainwindow.c
2998         * src/gtk/logwindow.c
2999                 Fix race condition when something writes
3000                 to the log too soon during init. Thanks
3001                 to Fabien Vantard
3002
3003 2006-09-05 [colin]      2.4.0cvs150
3004
3005         * src/mimeview.c
3006                 Don't select part on right-click either
3007
3008 2006-09-05 [paul]       2.4.0cvs149
3009
3010         * src/mimeview.c
3011                 completion of previous commit
3012                 Thanks to Colin
3013
3014 2006-09-05 [colin]      2.4.0cvs148
3015
3016         * src/mimeview.c
3017                 Don't force selection on middle-click, just open
3018
3019 2006-09-04 [colin]      2.4.0cvs147
3020
3021         * src/mimeview.c
3022                 Looks like gtk_notebook_set_current_page()
3023                 sometimes steals focus, and this annoys us
3024                 in MimeViewers as it renders navigation
3025                 keys useless. Take back focus after switching
3026                 pages.
3027
3028 2006-09-04 [colin]      2.4.0cvs146
3029
3030         * src/messageview.c
3031                 Set stop_loading when clicking on Next
3032                 during load. Don't add a callback to 
3033                 avoid over-complicating things.
3034
3035 2006-09-04 [colin]      2.4.0cvs145
3036
3037         * src/mimeview.c
3038         * src/messageview.c
3039                 Fix multiple loads in separate messageview
3040
3041 2006-09-04 [colin]      2.4.0cvs144
3042
3043         * src/summaryview.c
3044                 Let navigation keys be handled during 
3045                 load
3046
3047 2006-09-04 [colin]      2.4.0cvs143
3048
3049         * src/messageview.c
3050         * src/summaryview.c
3051         * src/textview.c
3052         * src/textview.h
3053                 Make loading of huge mails (lots of text and/or
3054                 images) cancellable, so the GUI doesn't block 
3055
3056 2006-09-04 [colin]      2.4.0cvs142
3057
3058         * src/plugins/trayicon/trayicon.c
3059                 Fix annoyance when removing a folder with 
3060                 unread mails: trayicon didn't update
3061
3062 2006-09-04 [paul]       2.4.0cvs141
3063
3064         * src/gtk/icon_legend.c
3065                 straighten up columns
3066                 Patch by Fabien Vantard
3067
3068 2006-09-04 [wwp]        2.4.0cvs140
3069
3070         * src/prefs_filtering.c
3071                 fix new line's account name in filtering prefs:
3072                 was "All", is now "(New)".
3073
3074 2006-09-04 [paul]       2.4.0cvs139
3075
3076         * tools/make.themes.project
3077                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3078                 instead of homebrewed "make release"
3079
3080 2006-09-03 [colin]      2.4.0cvs138
3081
3082         * src/folderview.c
3083                 Fix bug #1007 (Wrong folder highlighted)
3084
3085 2006-09-03 [colin]      2.4.0cvs137
3086
3087         * src/compose.c
3088                 Don't set Newsgroup: header to a mail folder
3089                 path
3090
3091 2006-09-03 [paul]       2.4.0cvs136
3092
3093         * src/prefs_other.c
3094         * src/prefs_spelling.c
3095                 unify the gui
3096
3097 2006-09-03 [paul]       2.4.0cvs135
3098
3099         * src/prefs_summaries.c
3100                 correct menu item text in prefs_keybind_apply_clicked()
3101
3102 2006-09-03 [paul]       2.4.0cvs134
3103
3104         * manual/advanced.xml
3105                 some improvements to the descriptions
3106         * src/mainwindow.c
3107         * src/messageview.c
3108         * src/summaryview.c
3109         * src/gtk/menu.c
3110                 fix menu sensitivity issues
3111         * src/prefs_message.c
3112                 drop the useless word 'short'
3113         * src/prefs_other.c
3114                 add the word 'lines' indicating log length
3115                 is a measure of lines
3116         * src/textview.c
3117                 fix compilation warnings
3118
3119 2006-09-02 [colin]      2.4.0cvs133
3120
3121         * src/messageview.c
3122                 Display a special return-receipt message
3123                 if the message is from the user
3124         * src/summaryview.c
3125                 Fix missing freeze of the list when marking
3126                 all read and unthreading for exec. Thanks
3127                 to Stephan Sachse.
3128
3129 2006-09-02 [paul]       2.4.0cvs132
3130
3131         * src/mainwindow.c
3132         * src/prefs_message.c
3133         * src/summaryview.c
3134                 fix some english
3135
3136 2006-09-02 [wwp]        2.4.0cvs131
3137
3138         * src/prefs_filtering.c
3139                 added an account name column to the filtering rules
3140                 dialog.
3141
3142 2006-09-02 [colin]      2.4.0cvs130
3143
3144         * src/gtk/logwindow.c
3145         * src/gtk/logwindow.h
3146                 Block scrolling if we're not at the end
3147                 of the log
3148
3149 2006-09-02 [colin]      2.4.0cvs129
3150
3151         * src/folder.c
3152                 Make sure account-specific rules can't
3153                 be used in {pre-,post-,}processing
3154         * src/mainwindow.c
3155         * src/gtk/logwindow.c
3156         * src/gtk/logwindow.h
3157                 Jump to last error when clicking on the
3158                 warning icon
3159
3160 2006-09-02 [colin]      2.4.0cvs128
3161
3162         * src/imap.c
3163         * src/import.c
3164         * src/mainwindow.c
3165         * src/mainwindow.h
3166                 Fix warning icon
3167         * src/inc.c
3168         * src/mbox.c
3169         * src/mbox.h
3170                 Let proc_mbox know its account, for
3171                 account-specific rules
3172
3173 2006-09-01 [colin]      2.4.0cvs127
3174
3175         * src/codeconv.c
3176                 Don't uselessly use iconv to convert from
3177                 us-ascii
3178         * src/alertpanel.c
3179         * src/mainwindow.c
3180         * src/mainwindow.h
3181         * src/inc.c
3182                 Fix certain log cases, disable warning icon
3183                 for now, the correct way to display it when
3184                 necessary and only when necessary is probably
3185                 to do it manually rather than use error logs
3186         * src/etpan/imap-thread.c
3187                 Clean up UID logging a bit
3188         * src/gtk/logwindow.c
3189         * src/gtk/logwindow.h
3190                 Make logging faster when the window's closed
3191
3192 2006-09-01 [wwp]        2.4.0cvs126
3193
3194         * manual/fr/account.xml
3195                 reflect changes to the ref. manual (parts of cvs72):
3196                 fix tabnames and quotes.
3197
3198 2006-09-01 [wwp]        2.4.0cvs125
3199
3200         * manual/fr/plugins.xml
3201                 reflect changes to the reference manual (cvs42):
3202                 update IRC channel info.
3203
3204 2006-09-01 [wwp]        2.4.0cvs124
3205
3206         * commitHelper
3207                 use CVSEDITOR env. var. if set, according to `man cvs`.
3208
3209 2006-09-01 [wwp]        2.4.0cvs123
3210
3211         * manual/advanced.xml
3212                 better sentence again (thanks to Paul).
3213
3214 2006-09-01 [wwp]        2.4.0cvs122
3215
3216         * manual/advanced.xml
3217         fix definition of toolbar_detachable and rework a bit the one of
3218         enable_dotted_lines.
3219
3220 2006-09-01 [mones]      2.4.0cvs121
3221
3222         * manual/advanced.xml
3223                 Document enable_dotted_lines
3224
3225 2006-09-01 [paul]       2.4.0cvs120
3226
3227         * src/folderview.c
3228         * src/folderview.h
3229         * src/imap.c
3230         * src/mainwindow.c
3231         * src/summaryview.c
3232                 obey the 'When entering folder...' option
3233                 when using the /View/Go to/... menu items
3234                 Thanks to Colin
3235
3236 2006-08-31 [colin]      2.4.0cvs119
3237
3238         * src/folderview.c
3239                 Revert 2.4.0cvs116, wrong fix.
3240
3241 2006-08-31 [colin]      2.4.0cvs118
3242
3243         * src/gtk/gtksctree.c
3244                 Better state the various copyrights
3245
3246 2006-08-31 [colin]      2.4.0cvs117
3247
3248         * src/prefs_common.c
3249                 fix enable_dotted_lines
3250
3251 2006-08-31 [colin]      2.4.0cvs116
3252
3253         * src/folderview.c
3254                 Use pref "Always open on select" when going
3255                 to next unread folder
3256         * src/gtk/gtksctree.c
3257                 Fix link failure to _gtk_clist_create_cell_layout
3258                 on certain computers. (Why not mine, I wonder)
3259
3260 2006-08-31 [colin]      2.4.0cvs115
3261
3262         * src/procmsg.c
3263         * src/textview.c
3264         * src/plugins/bogofilter/bogofilter.c
3265         * src/plugins/spamassassin/spamassassin.c
3266                 Requalify some "errors" to warnings
3267         * src/mainwindow.c
3268         * src/mainwindow.h
3269         * src/statusbar.c
3270                 Add an icon in the statusbar to notify
3271                 of errors
3272         * src/gtk/gtksctree.c
3273         * src/folderview.c
3274         * src/summaryview.c
3275                 Make the GtkSCTree look more modern by
3276                 alternating background lines
3277         * src/prefs_common.c
3278         * src/prefs_common.h
3279                 Add a pref to let people have the old
3280                 way if they prefer
3281
3282
3283 2006-08-30 [colin]      2.4.0cvs114
3284
3285         * src/procmsg.c
3286         * src/procmsg.h
3287                 Provide a way to filter a list of
3288                 messages in an optimised manner, and
3289                 add a list-filtering hook
3290         * src/folder.c
3291         * src/inc.c
3292         * src/mbox.c
3293                 Use the list filtering
3294         * src/plugins/bogofilter/bogofilter.c
3295                 Use the list-filtering hook
3296                 Use -b (bulk) mode for more speed
3297                 when learning and filtering
3298         * src/etpan/imap-thread.c
3299                 Make log output shorter in UID SEARCH
3300
3301
3302 2006-08-30 [colin]      2.4.0cvs113
3303
3304         * src/plugins/bogofilter/bogofilter.c
3305                 Really fast mass learning - thanks to David
3306                 Relson for the options explanations :)
3307
3308 2006-08-30 [colin]      2.4.0cvs112
3309
3310         * src/msgcache.c
3311                 Fix compilation on FreeBSD. Thanks
3312                 to Michael Hugues
3313
3314 2006-08-29 [colin]      2.4.0cvs111
3315
3316         * src/folderview.c
3317                 Handle "popup_menu" signal (for popping the 
3318                 menu via the keyboard)
3319         * src/mimeview.c
3320         * src/mimeview.h
3321         * src/summaryview.c
3322         * src/textview.c
3323         * src/gtk/gtkutils.c
3324         * src/gtk/gtkutils.h
3325                 Factorize scrolling code, and add an API 
3326                 for MimeViewers to handle scroll orders
3327
3328 2006-08-29 [wwp]        2.4.0cvs110
3329
3330         * src/plugins//bogofilter/bogofilter.c
3331         * src/plugins//spamassassin/spamassassin.c
3332                 make the bogofilter/spamassassin filtering error dialogs at
3333         incorporation obey to the "don't popup error dialog on
3334         receive error" option. If disabled, feed the log window w/
3335         the error message.
3336
3337 2006-08-29 [paul]
3338
3339         2.5.0-rc2 released
3340
3341 2006-08-29 [paul]       2.4.0cvs109
3342
3343         * Makefile.am
3344                 remove 'make release', it's not needed
3345                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3346
3347 2006-08-29 [paul]       2.4.0cvs108
3348
3349         * src/foldersel.c
3350         * src/summary_search.c
3351         * src/gtk/progressdialog.c
3352         * src/plugins/pgpcore/passphrase.c
3353                 replace deprecated gtk_window_set_policy()
3354
3355 2006-08-29 [colin]      2.4.0cvs107
3356
3357         * src/folder.c
3358                 Fix data loss when copy fails during a move:
3359                 only use fast remove_msgs if everything was
3360                 copied OK; else use slow remove_msg on the
3361                 mails that got copied only.
3362
3363 2006-08-28 [paul]       2.4.0cvs106
3364
3365         * src/mh.c
3366                 revert change in 2.4.0cvs104, it breaks
3367                 stuff
3368
3369 2006-08-28 [paul]       2.4.0cvs105
3370
3371         * src/plugins/spamassassin/spamassassin.c
3372                 english fix
3373
3374 2006-08-28 [paul]       2.4.0cvs104
3375
3376         * src/mh.c
3377                 fix data loss when moving to another
3378                 mailbox fails
3379         * src/prefs_spelling.c
3380                 improve the english
3381         * src/gtk/pluginwindow.c
3382                 improve the layout of the dialog text
3383         All thanks to Colin
3384
3385 2006-08-28 [paul]       2.4.0cvs103
3386
3387         * src/plugins/bogofilter/bogofilter.c
3388         * src/plugins/bogofilter/bogofilter_gtk.c
3389                 fix english up a bit, innit
3390
3391 2006-08-28 [paul]       2.4.0cvs102
3392
3393         * configure.ac
3394         * po/Makefile.in.in
3395         * po/Makevars
3396                 require autoconf 2.60, enabling building
3397                 with gettext 0.15 (gettext 0.14.x build still
3398                 possible). Replace Makefiles with versions
3399                 from gettext 0.15.
3400                 Remove configure options --with-localedir and
3401                 --with-mandir. The options that are provided
3402                 directly by autoconf 2.60 can be used instead:
3403                 --mandir --localedir
3404
3405 2006-08-27 [colin]      2.4.0cvs101
3406
3407         * src/plugins/bogofilter/Makefile.am
3408                 Fix make dist (no README)
3409
3410 2006-08-27 [colin]      2.4.0cvs100
3411
3412         * src/folder.c
3413                 Don't use F_UNKNOWN folders for any default
3414                 outbox/trash/etc
3415         * src/plugins/bogofilter/bogofilter.c
3416         * src/plugins/bogofilter/bogofilter.h
3417         * src/plugins/bogofilter/bogofilter_gtk.c
3418                 Add an option to specify the path to bogofilter
3419                 Use single-quotes to be able to learn in folders
3420                 with spaces in their names
3421                 Verify learning status
3422
3423 2006-08-27 [colin]      2.4.0cvs99
3424
3425         * manual/faq.xml
3426         * manual/plugins.xml
3427                 Document Bogofilter plugin
3428
3429 2006-08-27 [colin]      2.4.0cvs98
3430
3431         * src/compose.c
3432         * src/messageview.c
3433         * src/procmsg.c
3434         * src/procmsg.h
3435                 When possible, copy the queued mail to sent folder
3436                 instead of re-adding. Much faster on IMAP.
3437
3438 2006-08-27 [colin]      2.4.0cvs97
3439
3440         * src/msgcache.c
3441                 Disable mmaped caches - huge metadata loss
3442                 here after a power failure.
3443         * src/summaryview.c
3444                 Add quicksearch timing
3445         * src/common/plugin.c
3446         * src/common/plugin.h
3447                 Implement an interface to tell what plugins
3448                 provide. Prevent loading of similar plugins.
3449         * src/plugins/clamav/clamav_plugin.c
3450         * src/plugins/demo/demo.c
3451         * src/plugins/dillo_viewer/dillo_viewer.c
3452         * src/plugins/pgpcore/plugin.c
3453         * src/plugins/pgpinline/pgpinline.c
3454         * src/plugins/pgpmime/pgpmime.c
3455         * src/plugins/spamassassin/spamassassin.c
3456         * src/plugins/trayicon/trayicon.c
3457                 Implement plugin_provides()
3458
3459 2006-08-27 [colin]      2.4.0cvs96
3460
3461         * configure.ac
3462         * src/plugins/Makefile.am
3463         * src/plugins/bogofilter/.cvsignore
3464         * src/plugins/bogofilter/Makefile.am
3465         * src/plugins/bogofilter/bogofilter.c
3466         * src/plugins/bogofilter/bogofilter.h
3467         * src/plugins/bogofilter/bogofilter_gtk.c
3468                 New Bogofilter plugin, provides filtering and
3469                 learning. Spamassassin will go to extra plugins.
3470
3471 2006-08-26 [mones]      2.4.0cvs95
3472
3473         * manual/handling.xml
3474                 Fix subfolder path in the example (thanks to Paul) 
3475
3476 2006-08-26 [mones]      2.4.0cvs94
3477
3478         * manual/glossary.xml
3479                 2.2. + add ISP to the glossary
3480                 7.5. + Add UIDL to glossary
3481                 7.7. + Add TCP to glossary
3482         * manual/handling.xml
3483                 7.1. + Mentions GNU/Linux distribution, what about the non...
3484                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3485                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3486                 7.4. = Use appropriate quotation for commands
3487                 7.6. = change "" to <quote></quote>
3488         * manual/plugins.xml
3489                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3490         * manual/starting.xml
3491                 2.1. + local mbox file: some examples of mbox file locations...
3492                 Also reformatted files requiring it
3493
3494 2006-08-26 [wwp]        2.4.0cvs93
3495
3496         * src/summary_search.c
3497                 disable find buttons while summary search is running.
3498
3499 2006-08-25 [colin]      2.4.0cvs92
3500
3501         * src/folder.c
3502         * src/folderutils.c
3503         * src/mh.c
3504         * src/procmsg.h
3505         * src/summaryview.c
3506                 Speed up MH moving, and add progressbar
3507                 for MH deletion
3508         * src/msgcache.c
3509                 Write cache files using mmap() too
3510
3511 2006-08-25 [wwp]        2.4.0cvs91
3512
3513         * src/summaryview.c
3514                 switch spam<->ham button when a message has been marked as spam or ham
3515                 and is still selected. Thanks to Colin.
3516
3517 2006-08-25 [paul]       2.4.0cvs90
3518
3519         * src/Makefile.am
3520         * src/stock_pixmap.c
3521         * src/stock_pixmap.h
3522         * src/summaryview.c
3523         * src/gtk/icon_legend.c
3524         * src/pixmaps/copied.xpm
3525         * src/pixmaps/moved.xpm
3526                 add icons for delayed execution marked for
3527                 copying, marked for moving
3528
3529 2006-08-25 [mones]      2.4.0cvs89
3530
3531         * manual/glossary.xml
3532                 Fix the other glossary items:
3533                 5.1. = Inmmediate execution -> <quote>immediate execution...
3534                 5.2. = Fix MBOX capitalization -> Mbox
3535                 5.3. + Improve Plugins def. w/ tech. ref.
3536                 5.4. = Quotation -> replace '>' by <quote>></quote>
3537                 5.5. - SMTP Server. -> remove dot
3538         * po/es.po
3539                 Updated translation
3540
3541 2006-08-25 [mones]      2.4.0cvs88
3542
3543         * manual/ack.xml
3544                 Reformatted, changed email address
3545         * manual/glossary.xml
3546                 Reformatted, fixed MANUAL-TODO items:
3547                 8.2. + add ROT-13 to glossary
3548                 8.4. + add URL to glossary
3549         * manual/es/advanced.xml
3550                 Fixed <literal>s
3551
3552 2006-08-25 [paul]       2.4.0cvs87
3553
3554         * src/gtk/icon_legend.c
3555                 add 'marked for deletion' icon
3556                 arrange icons by containing column
3557                 wrap long label text
3558
3559 2006-08-25 [colin]      2.4.0cvs86
3560
3561         * src/common/utils.c
3562         * src/common/utils.h
3563                 Add the sc_g_*list_bigger functions in
3564                 a place everyone can use it
3565         * src/summaryview.c
3566                 Only freeze/thaw the list when working
3567                 on the selection, if it's bigger than 1
3568         * src/gtk/gtksctree.c
3569                 Only freeze/thaw the list when unselec-
3570                 ting 'all' if ('all' != 1)
3571                 This avoids some flickering
3572
3573 2006-08-24 [colin]      2.4.0cvs85
3574
3575         * src/addressbook.c
3576                 Fix strange list selection
3577                 Fix random seg (Invalid read of freed memory)
3578
3579 2006-08-24 [colin]      2.4.0cvs84
3580
3581         * src/alertpanel.c
3582         * src/gtk/inputdialog.c
3583         * src/plugins/pgpcore/passphrase.c
3584                 Revert minimal width patch of 2.4.0cvs67,
3585                 as it is also a maximal width. Use 
3586                 gtk_window_set_default_size instead.
3587
3588 2006-08-24 [colin]      2.4.0cvs83
3589
3590         * src/msgcache.c
3591                 Write cache/mark to temp files before
3592                 overwriting old ones (avoids metadata
3593                 loss if writing the new files fail).
3594                 Use mmap() to read cache/mark file, as
3595                 this makes cache reading faster. Dis-
3596                 abled for big-endian machines until it
3597                 can be tested. (Big-endian users: set
3598                 msgcache_use_mmap = TRUE in the relevant
3599                 #if).
3600         * src/procmsg.h
3601                 Move rarely used fields of MsgInfo in 
3602                 another structure, which will only be
3603                 allocated if needed. Face, X-Face,
3604                 Return receipt headers and List-*
3605                 headers are moved. Mails having none
3606                 of these occupy 52 bytes less with
3607                 this patch, which makes 2.5MB of RAM
3608                 saved on a 50k folder).
3609         * src/headerview.c
3610         * src/mainwindow.c
3611         * src/messageview.c
3612         * src/partial_download.c
3613         * src/procheader.c
3614         * src/procmsg.c
3615         * src/textview.c
3616                 Follow this structure change.
3617
3618 2006-08-24 [wwp]        2.4.0cvs82
3619
3620         * manual/es/.cvsignore
3621         * manual/es/dist/.cvsignore
3622         * manual/es/dist/html/.cvsignore
3623         * manual/es/dist/pdf/.cvsignore
3624         * manual/es/dist/ps/.cvsignore
3625         * manual/es/dist/txt/.cvsignore
3626                 more (generated) files to ignore.
3627
3628 2006-08-24 [colin]      2.4.0cvs81
3629
3630         * src/folder.c
3631         * src/mh.c
3632                 Fix possible problems with local delivery. Check the folder doesn't
3633                 need scan before setting its mtime when saving cache (which can be
3634                 done long after the folder's been modified by an external process);
3635                 Check that the stored item's mtime didn't change in mh functions.
3636
3637 2006-08-24 [mones]      2.4.0cvs80
3638
3639         * manual/advanced.xml
3640                 Rewrapping, some fixes and MANUAL-TODO items:
3641                 8.1. = change "" to <quote></quote>
3642                 8.3. = quote menu items
3643                 8.5. - deploying -> new user ... ideally a new user (redundant)
3644
3645 2006-08-23 [colin]      2.4.0cvs79
3646
3647         * src/gtk/gtksctree.c
3648                 When selecting or deselecting range, only
3649                 freeze/thaw when selection is bigger than 10
3650
3651 2006-08-23 [colin]      2.4.0cvs78
3652
3653         * src/messageview.c
3654         * src/mimeview.c
3655         * src/mimeview.h
3656         * src/plugins/dillo_viewer/dillo_viewer.c
3657                 Provide an API for MimeViewer plugins to
3658                 return a text selection for replying
3659
3660 2006-08-23 [colin]      2.4.0cvs77
3661
3662         * src/image_viewer.c
3663         * src/textview.c
3664                 Use gtk_pixbuf_new_from_file_at_scale(), which
3665                 is faster than getting the pixbuf then resizing
3666                 it.
3667
3668 2006-08-23 [colin]      2.4.0cvs76
3669
3670         * src/procmime.c
3671                 UTF-8 should be sent Quoted-printable
3672
3673 2006-08-22 [colin]      2.4.0cvs75
3674
3675         * src/mh.c
3676                 Check if scan is required before touching
3677                 the folder (or it'll be required every time)
3678
3679 2006-08-22 [colin]      2.4.0cvs74
3680
3681         * configure.ac
3682                 Require libetpan 0.46 (crasher fix when built
3683                 against gnutls)
3684
3685 2006-08-22 [colin]      2.4.0cvs73
3686
3687         * src/folder.c
3688                 Set folder's mtime after writing its
3689                 cache
3690         * src/folderview.c
3691                 Add some timing
3692         * src/procmsg.c
3693                 Don't do useless stuff if we don't 
3694                 thread by subject
3695         * src/summaryview.c
3696                 Add some timing, don't deselect prior
3697                 to selecting (gtksctree does it itself),
3698                 remove crash avoidance hacks as it's been
3699                 properly fixed since a while
3700         * src/common/utils.c
3701                 Optimize to_human_readable(): _() is slow,
3702                 do it only once, and avoid %f format for KB
3703                 (the most common in a summaryview)
3704         * src/gtk/gtksctree.c
3705                 Don't uselessly freeze/thaw (fixes flicker
3706                 on next unread and friends), reduce number
3707                 of g_list_nth/g_list_position where possible
3708         * src/gtk/gtkutils.c
3709         * src/gtk/gtkutils.h
3710                 Reduce number of g_list_nth/g_list_position
3711                 where possible.
3712                 All of this makes loading as 70k folder 2.1
3713                 seconds instead of 3.2 (with hot FS caches).
3714                 (1.3 seconds without Date and Size columns...)
3715
3716 2006-08-22 [paul]       2.4.0cvs72
3717
3718         wrap documents and do some items from mones' MANUAL-TODO:
3719
3720         * manual/account.xml
3721                 4.1. = fix tabname references to <quote>tabname</quote>
3722                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3723         * manual/faq.xml
3724                 1.1. = mentioned options don't match UI
3725                 Add information about the 'Never send Return Receipts'
3726                 option
3727         * manual/handling.xml
3728                 6.2. = Mentions Extended symbols button, but now is
3729                 named Information
3730                 6.3. = Mentions ... button, which is now Edit
3731
3732 2006-08-22 [colin]      2.4.0cvs71
3733
3734         * src/gtk/pluginwindow.c
3735                 Fix layout in verbose translations (such
3736                 as french)
3737
3738 2006-08-22 [paul]       2.4.0cvs70
3739
3740         * manual/Makefile.am
3741                 build manuals in alphabetical order
3742         * src/addressbook.c
3743         * src/prefs_themes.c
3744                 replace/remove deprecated symbols
3745         * src/gtk/gtkutils.c
3746                 fix a warning
3747         * src/gtk/pluginwindow.c
3748                 replace deprecated symbol
3749                 replace label text and move it
3750         * src/plugins/pgpcore/prefs_gpg.c
3751                 move the 'Generate...' button out of the
3752                 Sign Key frame, replace the English used
3753         * src/plugins/pgpcore/sgpgme.c
3754                 fixes to the English
3755
3756 2006-08-21 [colin]      2.4.0cvs69
3757
3758         * src/plugins/trayicon/trayicon.c
3759                 Add more strings for translation; patch
3760                 by Pawel
3761
3762 2006-08-21 [colin]      2.4.0cvs68
3763
3764         * src/compose.c
3765                 fix replied flag not set after drafting
3766         * src/matcher.c
3767                 fix body quicksearch in non-encoded bodies
3768                 containing '='
3769         * src/msgcache.c
3770                 Get rid of the g_malloc workaround for
3771                 corrupted caches, use g_try_malloc
3772
3773 2006-08-21 [colin]      2.4.0cvs67
3774
3775         * src/alertpanel.c
3776         * src/gtk/inputdialog.c
3777         * src/plugins/pgpcore/passphrase.c
3778                 Set minimal width to 375
3779         * src/mainwindow.c
3780                 Fix switching to offline, asking if it 
3781                 should be overriden for synchronising
3782         * src/mimeview.c
3783                 Don't offer to remember command on Open 
3784                 with for text parts, as the browser or 
3785                 text editor command isn't changed from 
3786                 there
3787
3788 2006-08-20 [paul]       2.4.0cvs66
3789
3790         * po/ko.po
3791         * po/zh_CN.po
3792                 fix plural form errors. revealed by stricter
3793                 checking of gettext 0.15
3794
3795 2006-08-18 [paul]       2.4.0cvs65
3796
3797         * src/stock_pixmap.c
3798                 fix the fix of 2.4.0cvs64
3799                 Thanks to Colin
3800
3801 2006-08-18 [paul]       2.4.0cvs64
3802
3803         * src/stock_pixmap.c
3804                 fix leaks
3805                 Thanks to Colin
3806
3807 2006-08-18 [paul]       2.4.0cvs63
3808
3809         * src/compose.c
3810         * src/procmsg.c
3811                 fix occasional IMAP bug where large msgs
3812                 were left in the queue folder after sending
3813                 Thanks to Colin
3814
3815 2006-08-18 [paul]       2.4.0cvs62
3816
3817         * src/folderview.c
3818                 freeze the summaryview while quicksearch results
3819                 are displayed
3820                 (fixes bug 456 'current message is hidden when the
3821                 view is refreshed and extended search is "unread 
3822                 messages"')
3823                 Thanks to Colin
3824         * src/textview.c
3825                 add missing #include "inputdialog.h"
3826         * src/common/utils.h
3827                 add missing mailcap_update_default() and improve
3828                 readability
3829
3830 2006-08-17 [colin]      2.4.0cvs61
3831
3832         * src/plugins/pgpcore/select-keys.c
3833                 Fix warnings :)
3834
3835 2006-08-17 [colin]      2.4.0cvs60
3836
3837         * src/compose.c
3838                 Don't continue queuing if Cancel is clicked
3839                 in select-keys
3840
3841 2006-08-17 [colin]      2.4.0cvs59
3842
3843         * src/plugins/pgpcore/select-keys.c
3844                 When encrypting, if only one key matches and it 
3845                 matches exactly, automatically use it.
3846
3847 2006-08-17 [colin]      2.4.0cvs58
3848
3849         * src/mimeview.c
3850         * src/prefs_common.c
3851         * src/prefs_common.h
3852         * src/prefs_ext_prog.c
3853         * src/textview.c
3854                 Fix issues with previous patch (text/html)
3855                 Remove outdated prefs
3856
3857 2006-08-17 [colin]      2.4.0cvs57
3858
3859         * src/imap.c
3860                 Add View Log button on auth error
3861         * src/procmsg.c
3862                 Fix encrypted mail marked as new when
3863                 saved in normal folders
3864         * src/plugins/pgpinline/pgpinline.c
3865                 Fix encrypt bug on IMAP
3866         * src/mimeview.c
3867         * src/common/utils.c
3868         * src/common/utils.h
3869         * src/gtk/inputdialog.c
3870         * src/gtk/inputdialog.h
3871                 Get rid of metamail stuff, simplify
3872                 opening, and allow remembering of user's
3873                 choices (by updating ~/.mailcap). There's
3874                 still to drop "Audio player" and "Image
3875                 viewer" preferences.
3876
3877 2006-08-17 [mones]      2.4.0cvs56
3878
3879         * manual/es/sylpheed-claws-manual.xml
3880                 fix DTD path
3881
3882 2006-08-17 [mones]      2.4.0cvs55
3883
3884         * configure.ac
3885         * manual/Makefile.am
3886         * manual/es/Makefile.am
3887         * manual/es/account.xml
3888         * manual/es/ack.xml
3889         * manual/es/addrbook.xml
3890         * manual/es/advanced.xml
3891         * manual/es/faq.xml
3892         * manual/es/glossary.xml
3893         * manual/es/gpl.xml
3894         * manual/es/handling.xml
3895         * manual/es/intro.xml
3896         * manual/es/keyboard.xml
3897         * manual/es/plugins.xml
3898         * manual/es/starting.xml
3899         * manual/es/sylpheed-claws-manual.xml
3900         * manual/es/dist/Makefile.am
3901         * manual/es/dist/html/Makefile.am
3902         * manual/es/dist/pdf/Makefile.am
3903         * manual/es/dist/ps/Makefile.am
3904         * manual/es/dist/txt/Makefile.am
3905                 Spanish translation for the manual
3906
3907 2006-08-16 [colin]      2.4.0cvs54
3908
3909         * src/compose.c
3910         * src/main.c
3911         * src/mainwindow.c
3912                 Fix send button sensitivity at startup
3913                 Set send menu sensitivity (patch by Fabien)
3914         * src/ssl_manager.c
3915                 Enable closing with esc (patch by Fabien)
3916         * src/gtk/foldersort.c
3917                 Enable closing with esc (patch by Fabien)
3918         * src/procmime.c
3919                 Optimisation (no need to copy to tempfile to
3920                 "decode" 7bit and 8bit)
3921         * src/summaryview.c
3922                 Fix cruft in swap_from case
3923         * src/textview.c
3924                 Fix missing last line in some mail cases 
3925                 (Fixes debian #381872)
3926         * src/plugins/pgpcore/prefs_gpg.c
3927         * src/plugins/pgpcore/sgpgme.c
3928         * src/plugins/pgpcore/sgpgme.h
3929                 Don't show "no key found" when user explicitely
3930                 wants to create a key
3931
3932 2006-08-16 [paul]       2.4.0cvs53
3933
3934         * configure.ac
3935         * src/account.c
3936         * src/addressbook.c
3937         * src/headerview.c
3938         * src/prefs_account.c
3939         * src/prefs_message.c
3940         * src/gtk/gtkutils.c
3941                 bump up minimum required versions of GTK+ and
3942                 GLIB to 2.6.0
3943
3944 2006-08-16 [paul]       2.4.0cvs52
3945
3946         * src/toolbar.c
3947                 workaround GTK+ Bug 351600 - 'Can't re-click
3948                 on button after sensitivity update'
3949                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3950                 Thanks to Colin
3951
3952 2006-08-15 [colin]      2.4.0cvs51
3953
3954         * src/plugins/pgpcore/prefs_gpg.c
3955                 Set options sensitivity according to
3956                 key existence
3957         * src/plugins/pgpcore/sgpgme.c
3958                 Allow to create key with no passphrase
3959
3960 2006-08-14 [cleroy]     2.4.0cvs50
3961
3962         * src/gtk/pluginwindow.c
3963                 New layout (maybe to be changed?)
3964         * src/gtk/gtkutils.c
3965                 Fix a bit label_window
3966         * src/plugins/pgpcore/passphrase.c
3967         * src/plugins/pgpcore/passphrase.h
3968         * src/plugins/pgpcore/plugin.c
3969         * src/plugins/pgpcore/prefs_gpg.c
3970         * src/plugins/pgpcore/prefs_gpg.h
3971         * src/plugins/pgpcore/sgpgme.c
3972         * src/plugins/pgpcore/sgpgme.h
3973                 Allow to create a PGP private key via the GUI
3974
3975 2006-08-14 [wwp]        2.4.0cvs49
3976
3977         * src/addressbook_foldersel.c
3978                 fix strict ISO C90 compliance.
3979
3980 2006-08-14 [paul]       2.4.0cvs48
3981
3982         * src/gtk/prefswindow.c
3983                 re-set scrolled window on opening
3984                 Patch by Ticho
3985
3986 2006-08-14 [paul]
3987
3988         2.5.0-rc1 released
3989
3990 2006-08-14 [paul]       2.4.0cvs47
3991
3992         * src/prefs_display_header.c
3993                 re-enable user-defined Displayed Headers
3994
3995 2006-08-14 [paul]       2.4.0cvs46
3996
3997         * src/prefs_account.c
3998                 use GTK_STOCK_EDIT
3999
4000 2006-08-13 [colin]      2.4.0cvs45
4001
4002         * src/common/utils.c
4003                 Fix "a" in quote when the original message is empty,
4004                 by using \0 instead of 'a' to test writability of
4005                 temp files.
4006
4007 2006-08-13 [wwp]        2.4.0cvs44
4008
4009         * src/plugins/spamassassin/spamassassin.c
4010                 fix capitalization of "SpamAssassin" in some debug, log and
4011                 dialog messages.
4012
4013 2006-08-13 [paul]       2.4.0cvs43
4014
4015         * src/editldap.c
4016                 fix overlapping widgets
4017         * src/prefs_account.c
4018                 fix translation of protocol_names[]
4019                 fix label disappearing off the edge of the
4020                 visible area
4021
4022 2006-08-12 [paul]       2.4.0cvs42
4023
4024         * manual/plugins.xml
4025                 update IRC channel info before it gets forgotten
4026                 about
4027
4028 2006-08-11 [colin]      2.4.0cvs41
4029
4030         * src/compose.c
4031         * src/mainwindow.c
4032         * src/mainwindow.h
4033         * src/procmsg.c
4034         * src/procmsg.h
4035         * src/summaryview.c
4036         * src/toolbar.c
4037                 Grey out the Send button if
4038                 - Queue folders are empty, or
4039                 - We're sending already
4040
4041 2006-08-11 [wwp]        2.4.0cvs40
4042
4043         * src/main.c
4044                 fix a logic issue when quitting while a compose window is
4045                 still open, thanks to Colin.
4046
4047 2006-08-10 [colin]      2.4.0cvs39
4048
4049         * src/main.c
4050                 Fix default font size setting after wizard run
4051         * src/imap.c
4052         * src/etpan/imap-thread.c
4053         * src/etpan/imap-thread.h
4054                 Fix bug #999 (Timing out on TSL cert validation 
4055                 dialog makes ugly things happen). Also, STARTTLS
4056                 unconditionnaly if initial capabilities contain
4057                 LOGINDISABLED and STARTTLS.
4058
4059 2006-08-09 [colin]      2.4.0cvs38
4060
4061         * src/mainwindow.c
4062         * src/mainwindow.h
4063                 Fix Tools/Actions sensitivity when there are
4064                 no actions
4065
4066 2006-08-09 [colin]      2.4.0cvs37
4067
4068         * src/prefs_filtering.c
4069                 Warning fix, patch by Paul
4070         * src/messageview.c
4071         * src/prefs_actions.c
4072         * src/prefs_filtering_action.c
4073         * src/prefs_matcher.c
4074                 Uniformisation of "Info ..." to "Info..." (for
4075                 old gtk), patch by Fabien
4076         * src/plugins/clamav/clamav_plugin_gtk.c
4077                 Sensitivity fix by Fabien
4078
4079 2006-08-09 [colin]      2.4.0cvs36
4080
4081         * src/main.c
4082         * src/main.h
4083                 Add a function to know whether we're exiting
4084         * src/plugins/trayicon/trayicon.c
4085                 If exiting, don't do anything. Faster, and
4086                 avoids gtk_main_iteration reentracy causing
4087                 segfaults at exit
4088
4089 2006-08-09 [colin]      2.4.0cvs35
4090
4091         * src/messageview.c
4092         * src/mimeview.c
4093         * src/mimeview.h
4094                 Fix lack of part selection when automatically 
4095                 jumping to a specific part
4096         * src/msgcache.c
4097                 Little optimisation in cache reading
4098
4099 2006-08-09 [colin]      2.4.0cvs34
4100
4101         * src/compose.c
4102                 Fix crash setting the priority on reedit
4103                 (Accessing compose before creating it!)
4104
4105 2006-08-08 [colin]      2.4.0cvs33
4106
4107         * src/procmime.c
4108                 Fix bug #998 (last attachment is not accessible)
4109                 Bad RFC interpretation on multipart close-delimiters
4110         * src/mimeview.c
4111         * src/mimeview.h
4112         * src/gtk/gtkvscrollbutton.c
4113         * src/gtk/gtkvscrollbutton.h
4114                 Make attachments list wheel-scrollable
4115
4116 2006-08-07 [colin]      2.4.0cvs32
4117
4118         * src/gtk/gtkaspell.c
4119                 Fix bug #973 (Unicode punctation characters 
4120                 are not recognized as separators by the
4121                 spell checker); fix unsigned stuff
4122
4123 2006-08-07 [colin]      2.4.0cvs31
4124
4125         * src/compose.c
4126                 Fix bug #956 (DnD text with accents in compose 
4127                 text entry); fix gccc's signed/unsigned fuss
4128
4129 2006-08-06 [colin]      2.4.0cvs30
4130
4131         * src/main.c
4132                 Fix bug #979 (Plugin crashes when exiting 
4133                 sylpheed-claws) : handle exit request only 
4134                 once
4135
4136 2006-08-05 [colin]      2.4.0cvs29
4137
4138         * src/news.c
4139                 Just make sure we have a msgid.
4140
4141 2006-08-05 [colin]      2.4.0cvs28
4142
4143         * src/news.c
4144         * src/summaryview.c
4145                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4146                 by reimplementing it
4147         * src/textview.c
4148                 Fix bug when hiding quotes with level > 3 and quote
4149                 colors are recycled
4150
4151 2006-08-04 [colin]      2.4.0cvs27
4152
4153         * src/compose.c
4154         * src/undo.c
4155         * src/undo.h
4156                 Fix a bit replace-by-pasting undo
4157         * src/mainwindow.c
4158         * src/messageview.c
4159                 Fix Fold quotes menu synchro in
4160                 mainwindow when it changes in 
4161                 messageview
4162         * src/textview.c
4163                 Fix right-click on quotes blocks
4164         * src/common/utils.c
4165                 Verify that the file created by
4166                 my_tmpfile() is writable. Fixes
4167                 bug #988 (very specific filesystem
4168                 issue)
4169         * src/plugins/pgpcore/sgpgme.c
4170                 Fix file descriptor leak
4171         * src/plugins/spamassassin/spamassassin.c
4172                 Warn once if spamd isn't reachable
4173
4174 2006-08-04 [colin]      2.4.0cvs26
4175
4176         * src/toolbar.c
4177                 i18n context patch by Fabien
4178
4179 2006-08-03 [colin]      2.4.0cvs25
4180
4181         * src/mainwindow.c
4182         * src/messageview.c
4183                 Rename "Hide quotes" to "Fold quotes"
4184         * src/textview.c
4185                 Don't use hand cursor on quotes. "all 
4186                 the bonuses of the feature and none of 
4187                 unwelcome side-effects"
4188
4189 2006-08-03 [colin]      2.4.0cvs24
4190
4191         * AUTHORS
4192         * sylpheed-claws.desktop
4193         * src/gtk/authors.h
4194                 Bring the desktop file to XDG compliance
4195                 Patch by Charles A. Edwards
4196
4197 2006-08-03 [colin]      2.4.0cvs23
4198
4199         * src/textview.c
4200                 Fix links offset when they are preceded
4201                 by accentued chars (g_utf8_strlen!)
4202         * src/mainwindow.c
4203                 Fix wrong status when starting offline
4204
4205
4206 2006-08-03 [wwp]        2.4.0cvs22
4207
4208         * src/prefs_common.h
4209                 ask what to do w/ filtering rules that belong to an account when
4210                 applying filtering rules manually from the main window (skip,
4211                 apply regardless of the account, use current account). This dialog
4212                 can be skipped and the last reply used.
4213                 (forgot that file)
4214
4215 2006-08-03 [wwp]        2.4.0cvs21
4216
4217         * src/filtering.c
4218         * src/filtering.h
4219         * src/prefs_common.c
4220         * src/summaryview.c
4221         * src/alertpanel.c
4222         * src/alertpanel.h
4223         * src/messageview.c
4224                 ask what to do w/ filtering rules that belong to an account when
4225                 applying filtering rules manually from the main window (skip,
4226                 apply regardless of the account, use current account). This dialog
4227                 can be skipped and the last reply used.
4228
4229
4230 2006-08-03 [colin]      2.4.0cvs20
4231
4232         * src/textview.c
4233                 Optimize previous patch
4234
4235 2006-08-03 [cleroy]     2.4.0cvs19
4236
4237         * src/textview.c
4238                 Fix quotes getting toggled back when the
4239                 mail has an even number of text parts
4240
4241 2006-08-02 [colin]      2.4.0cvs18
4242
4243         * src/messageview.c
4244                 Add Hide quotes menu
4245
4246 2006-08-02 [colin]      2.4.0cvs17
4247
4248         * src/mainwindow.c
4249         * src/prefs_common.c
4250         * src/textview.c
4251         * src/textview.h
4252         * src/gtk/about.c
4253                 Allow per-level quote hiding,
4254                 Allow toggling quotes by double-clicking them
4255                 Rename RemoteURI to ClickableText to reflect
4256                 the fact it's used for a variety of things
4257
4258 2006-08-02 [wwp]        2.4.0cvs16
4259
4260         * src/mainwindow.c
4261                 fix "View/Hide quotes" menu item status initialization.
4262
4263 2006-08-02 [wwp]        2.4.0cvs15
4264
4265         * src/matcher_parser_parse.y
4266                 remove a debug trace.
4267
4268 2006-08-02 [paul]       2.4.0cvs14
4269
4270         * src/plugins/pgpcore/passphrase.c
4271                 don't set initial dialog size
4272                 make it resizable
4273
4274 2006-08-02 [paul]       2.4.0cvs13
4275
4276         * src/noticeview.c
4277                 remove the rogue '/' character
4278
4279 2006-08-02 [paul]       2.4.0cvs12
4280
4281         * src/noticeview.c
4282                 allow buttons to resize as necessary
4283
4284 2006-08-01 [wwp]        2.4.0cvs11
4285
4286         * src/mbox.c
4287                 fix strict ISO C90 compliance.
4288
4289 2006-08-01 [wwp]        2.4.0cvs10
4290
4291         * tools/update-po
4292                 updated update-po tool to work w/ context-dependent translations.
4293                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4294
4295 2006-08-01 [wwp]        2.4.0cvs9
4296
4297         * src/matcher.c
4298         * src/prefs_filtering.c
4299         * src/prefs_matcher.c
4300                 allow context-dependent translations for "All",
4301                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4302
4303 2006-07-31 [colin]      2.4.0cvs8
4304
4305         * AUTHORS
4306         * src/gtk/authors.h
4307                 Add Rafal to authors
4308
4309 2006-07-31 [colin]      2.4.0cvs7
4310
4311         * src/compose.c
4312         * src/mainwindow.c
4313         * src/messageview.h
4314         * src/prefs_common.c
4315         * src/prefs_common.h
4316         * src/textview.c
4317                 Add 'View/Hide quotes'. Patch based on a patch
4318                 by Rafal Weglarz
4319
4320 2006-07-31 [colin]      2.4.0cvs6
4321
4322         * src/action.c
4323                 Fix problem with "> stuff >" actions
4324
4325 2006-07-31 [paul]       2.4.0cvs5
4326
4327         * po/nb.po
4328                 updated by Geir Helland
4329
4330 2006-07-31 [wwp]        2.4.0cvs4
4331
4332         * src/mainwindow.c
4333         * src/summaryview.c
4334         * src/summaryview.h
4335                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4336                 thanks to Colin.
4337
4338 2006-07-31 [wwp]        2.4.0cvs3
4339
4340         * src/Makefile.am
4341         * src/addr_compl.c
4342         * src/addr_compl.h
4343         * src/addressbook.c
4344         * src/addressbook.h
4345         * src/addressbook_foldersel.c
4346         * src/addressbook_foldersel.h
4347         * src/addrindex.c
4348         * src/addrindex.h
4349         * src/matcher.c
4350         * src/matcher.h
4351         * src/matcher_parser_lex.l
4352         * src/matcher_parser_parse.y
4353         * src/prefs_common.c
4354         * src/prefs_common.h
4355         * src/prefs_filtering.c
4356         * src/prefs_matcher.c
4357         * src/prefs_matcher.h
4358         * src/summaryview.c
4359                 introduce filtering against the address book. It's now possible to add
4360                 matched conditions to determine if any email address in a message matches
4361                 or doesn't match any or all books or folders in the address book.
4362
4363 2006-07-31 [wwp]        2.4.0cvs2
4364
4365         * src/account.c
4366         * src/filtering.c
4367         * src/filtering.h
4368         * src/folder.c
4369         * src/folderview.c
4370         * src/inc.c
4371         * src/mainwindow.c
4372         * src/matcher.c
4373         * src/matcher_parser_lex.l
4374         * src/matcher_parser_parse.y
4375         * src/mbox.c
4376         * src/prefs_filtering.c
4377         * src/prefs_filtering.h
4378         * src/procmsg.c
4379         * src/procmsg.h
4380         * src/summaryview.c
4381                 introduce per-account filtering rules. Each filtering rule can now be assigned
4382                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4383                 when applying filtering rules manually, as all rules will apply - even the ones
4384                 assigned to an account. This issue will be addressed soon.
4385  
4386
4387
4388 2006-07-31 [wwp]        2.4.0cvs1
4389
4390         * src/quote_fmt.c
4391                 make more strings translatable.
4392
4393 2006-07-31 [paul]       2.4.0
4394
4395         2.4.0 released
4396
4397 2006-07-31 [paul]       2.3.1cvs91
4398
4399         * po/ca.po
4400                 updated by Miquel Oliete
4401
4402 2006-07-31 [paul]       2.3.1cvs90
4403
4404         * po/de.po
4405         * po/el.po
4406         * po/fr.po
4407         * po/it.po
4408         * po/pl.po
4409         * po/pt_BR.po
4410         * po/sr.po
4411         * po/zh_CN.po
4412                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4413                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4414                 Aleksandar Urosevic, and Ralgh Young
4415
4416 2006-07-31 [paul]       2.3.1cvs89
4417
4418         * src/account.c
4419         * src/main.c
4420         * src/mainwindow.c
4421         * src/mainwindow.h
4422                 Fix a race condition when, after an SC crash, rescanning
4423                 folders took more than 0.5 seconds
4424                 Thanks to Colin
4425
4426 2006-07-31 [paul]       2.3.1cvs88
4427
4428         * src/folderview.c
4429                 don't translate separator strings
4430
4431 2006-07-30 [mones]      2.3.1cvs87
4432
4433         * doc/man/sylpheed-claws.1
4434                 Fixed non-ASCII chars in Hoa's name
4435         * po/es.po
4436                 Updated for release
4437
4438 2006-07-27 [colin]      2.3.1cvs86
4439
4440         * src/textview.c
4441                 Don't include the leading \n in links
4442                 Patch by Fabien
4443
4444 2006-07-25 [colin]      2.3.1cvs85
4445
4446         * src/mainwindow.c
4447         * src/common/socket.h
4448         * src/etpan/imap-thread.c
4449                 Refresh resolvers before connecting
4450                 to IMAP servers, and after switching
4451                 to online. Thanks to Paul.
4452
4453 2006-07-18 [colin]
4454
4455         * 2.4.0-rc4 released
4456
4457 2006-07-17 [colin]      2.3.1cvs84
4458
4459         * src/inc.c
4460                 Show connection attempt in statusbar before
4461                 connecting (previously first message was
4462                 "Retrieving messages from ..." after the
4463                 connection succeeded.
4464
4465 2006-07-16 [wwp]        2.3.1cvs83
4466
4467         * sylpheed-claws.ico
4468                 Added .ico file (windows multi-size icon file, generated).
4469
4470 2006-07-12 [wwp]        2.3.1cvs82
4471
4472         * src/messageview.c
4473                 remove Message/Re-edit menu entry from messageview window,
4474                 as sent/draft/queued messages are opened in compose window when
4475                 re-edited and it's not possible to re-edit other msgs.
4476
4477 2006-07-12 [paul]       2.3.1cvs81
4478
4479         * AUTHORS
4480         * src/mainwindow.c
4481         * src/gtk/authors.h
4482                 check online state before resetting
4483                 mailcheck timer. Useful if some program
4484                 verifies connection state and updates
4485                 Claws.
4486                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4487
4488 2006-07-12 [paul]       2.3.1cvs80
4489
4490         * sylpheed-claws-128x128.png
4491         * sylpheed-claws-64x64.png
4492         * sylpheed-claws.png
4493         * src/Makefile.am
4494         * src/main.c
4495         * src/prefs_toolbar.c
4496         * src/stock_pixmap.c
4497         * src/stock_pixmap.h
4498         * src/wizard.c
4499         * src/gtk/about.c
4500         * src/gtk/gtkutils.c
4501         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4502         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4503         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4504         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4505         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4506         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4507                 updated and renamed logo/icon files and related
4508                 logo by Jesper Schultz
4509
4510 2006-07-11 [paul]       2.3.1cvs79
4511
4512         * src/main.c
4513                 fix the labels a smidgin
4514
4515 2006-07-09 [colin]      2.3.1cvs78
4516
4517         * src/textview.c
4518                 Show errors in textviewer's command
4519                 Patch by H. Merijn Brand
4520
4521 2006-07-09 [colin]      2.3.1cvs77
4522
4523         * src/compose.c
4524                 Save FMID in drafts too
4525
4526 2006-07-08 [colin]      2.3.1cvs76
4527
4528         * src/compose.c
4529                 Svae RMID in drafted mails too
4530                 Save quote_fmt vars for whole mails,
4531                 don't reset at each quote_fmt_init:
4532                 allows to use the same |i{var} in
4533                 various template fields
4534         * src/prefs_template.c
4535         * src/quote_fmt.h
4536         * src/quote_fmt_parse.y
4537                 Same
4538
4539 2006-07-08 [colin]      2.3.1cvs75
4540
4541         * src/textview.c
4542                 Fix highlighting of attached parts URIs
4543
4544 2006-07-08 [colin]      2.3.1cvs74
4545
4546         * src/main.c
4547                 Prevent bug #981 (sc 2.3.1 segfaults with 
4548                 gtk+ 2.10) from being reported again:
4549                 if Sylpheed-Claws has been compiled against
4550                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4551                 of if Sylpheed-Claws has been compiled against
4552                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4553                 error out.
4554
4555 2006-07-07 [colin]      2.3.1cvs73
4556
4557         * src/prefs_actions.c
4558                 Fix label
4559
4560 2006-07-07 [colin]      2.3.1cvs72
4561
4562         * src/prefs_actions.c
4563                 Fix compile on gtk < 2.8. argh :)
4564
4565 2006-07-07 [paul]       2.3.1cvs71
4566
4567         * src/common/defs.h
4568                 update DONATE_URI
4569
4570 2006-07-07 [colin]      2.3.1cvs70
4571
4572         * po/POTFILES.in
4573         * src/quote_fmt.c
4574         * src/quote_fmt_lex.l
4575         * src/quote_fmt_parse.y
4576                 Add |i{var}, a way to insert user-entered
4577                 text in a template
4578
4579 2006-07-07 [colin]
4580
4581         * 2.4.0-rc3 released
4582
4583 2006-07-07 [colin]      2.3.1cvs69
4584
4585         * src/folder.c
4586                 Don't consider inboxes of UNKNOWN folder 
4587                 classes to be useable as default inboxes
4588
4589 2006-07-07 [paul]       2.3.1cvs68
4590
4591         * src/textview.c
4592                 add missing #include <errno.h>
4593                 Thanks to René J. Blokland
4594
4595 2006-07-07 [paul]       2.3.1cvs67
4596
4597         * src/action.c
4598                 Return now Closes dialog
4599         * src/mimeview.c
4600         * src/mimeview.h
4601         * src/textview.c
4602                 add contextual menu to mime parts listed
4603                 in the textview
4604                 Thanks to Colin
4605         * src/common/utils.c
4606                 reversal: ' is a valid character in URLs
4607
4608 2006-07-06 [colin]      2.3.1cvs66
4609
4610         * src/remotefolder.h
4611                 Forgotten in previous commit
4612
4613 2006-07-06 [colin]      2.3.1cvs65
4614
4615         * src/folder.c
4616                 Set summary update flag whenever
4617                 totals changed
4618         * src/imap.c
4619         * src/prefs_account.c
4620         * src/common/utils.h
4621         * src/etpan/imap-thread.c
4622                 Fix warnings, thanks to Fabien and
4623                 Ricardo
4624
4625 2006-07-06 [wwp]        2.3.1cvs64
4626
4627         * src/gtk/gtkutils.c
4628                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4629
4630 2006-07-06 [wwp]        2.3.1cvs63
4631
4632         * src/account.c
4633         * src/addressbook.c
4634         * src/addressitem.h
4635         * src/folderview.c
4636         * src/mainwindow.c
4637         * src/manual.c
4638         * src/manual.h
4639         * src/message_search.c
4640         * src/prefs_actions.c
4641         * src/prefs_filtering.c
4642         * src/prefs_filtering.h
4643         * src/prefs_template.c
4644         * src/summary_search.c
4645         * src/summaryview.c
4646         * src/gtk/gtkutils.c
4647         * src/gtk/gtkutils.h
4648         * src/gtk/pluginwindow.c
4649                 add help buttons to some dialogs. Clicking such buttons opens a
4650                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4651
4652 2006-07-06 [paul]       2.3.1cvs62
4653
4654         * src/textview.c
4655                 fix attachments contextual menu
4656                 Thanks to Colin
4657
4658 2006-07-05 [colin]      2.3.1cvs61
4659
4660         * src/textview.c
4661         * src/compose.c
4662                 Handle sftp:// links
4663
4664 2006-07-05 [paul]       2.3.1cvs60
4665
4666         * src/gtk/filesel.c
4667                 grab save button by default
4668                 Thanks to Colin
4669
4670 2006-07-05 [wwp]        2.3.1cvs59
4671
4672         * manual/xml2pdf
4673                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4674
4675 2006-07-04 [colin]      2.3.1cvs58
4676
4677         * src/mimeview.c
4678         * src/textview.c
4679                 Use left click to select, middle click to open
4680                 on mimeparts links
4681         * src/common/utils.c
4682                 Fix segfault
4683
4684 2006-07-04 [colin]      2.3.1cvs57
4685
4686         * src/mainwindow.c
4687         * src/news.c
4688                 Warning fixes, thanks to Fabien
4689
4690 2006-07-04 [colin]      2.3.1cvs56
4691
4692         * src/mimeview.c
4693         * src/mimeview.h
4694         * src/textview.c
4695                 Allow parts to be selected via their text label
4696                 in textview
4697
4698 2006-07-04 [colin]      2.3.1cvs55
4699
4700         * src/folderview.c
4701                 Feedback when closing (for big folders)
4702         * src/prefs_actions.c
4703         * src/prefs_filtering.c
4704         * src/prefs_matcher.c
4705         * src/prefs_template.c
4706                 Fix default button when closing without
4707                 having saved
4708
4709 2006-07-04 [colin]      2.3.1cvs54
4710
4711         * src/news.c
4712                 Delete local file on deletion
4713
4714 2006-07-03 [colin]      2.3.1cvs53
4715
4716         * src/folderview.c
4717         * src/main.c
4718                 Don't freeze when rescanning after crash
4719
4720 2006-07-03 [wwp]        2.3.1cvs52
4721
4722         * src/compose.c
4723         * src/privacy.c
4724         * src/privacy.h
4725         * src/plugins/pgpinline/pgpinline.c
4726         * src/plugins/pgpmime/pgpmime.c
4727                 don't report an error when the user cancels the passphrase dialog.
4728
4729 2006-07-02 [colin]      2.3.1cvs51
4730
4731         * src/folderview.c
4732                 Open message when crossing folders with Space,
4733                 goto next unread and friends
4734
4735 2006-07-01 [colin]      2.3.1cvs50
4736
4737         * src/prefs_account.c
4738                 Typographic rules varying from language
4739                 to language (in french "Protocole :"),
4740                 we have to do that :)
4741
4742 2006-07-01 [ticho]      2.3.1cvs49
4743
4744         * src/prefs_account.c
4745                 Only use one temporary gchar* variable in
4746                 prefs_account_protocol_set_optmenu().
4747
4748 2006-07-01 [ticho]      2.3.1cvs48
4749
4750         * src/prefs_account.c
4751         * src/prefs_account.h
4752                 Use GtkLabel for existing account protocol name.
4753                 Created an array for protocol names and populate the
4754                 combobox from it in a for() cycle.
4755
4756 2006-06-30 [colin]      2.3.1cvs47
4757
4758         * src/compose.c
4759                 Block undo when changing signature (by changing
4760                 account)
4761
4762 2006-06-30 [paul]       2.3.1cvs46
4763
4764         * src/send_message.c
4765                 when editing From in the Compose window, use that address
4766                 in the Return-Path: header
4767                 Thanks to Colin
4768
4769 2006-06-30 [colin]      2.3.1cvs45
4770
4771         * src/compose.c
4772                 Fix signature replacement:
4773                 - when no newline before separator
4774                 - when reediting
4775
4776 2006-06-29 [colin]      2.3.1cvs44
4777
4778         * src/folderview.c
4779         * src/folderview.h
4780         * src/mainwindow.c
4781         * src/summaryview.c
4782                 Let 'View/Go to/Next marked' work like
4783                 Next new & Next unread: across folders
4784                 Change the select_on_entry pref to do
4785                 what we want when changing folder
4786         * src/common/utils.c
4787                 Fix single-quoted links 
4788
4789 2006-06-29 [colin]      2.3.1cvs43
4790
4791         * src/gtk/gtkaspell.c
4792                 "Sylpheed" and "Sylpheed-Claws" do exist !
4793
4794 2006-06-29 [colin]      2.3.1cvs42
4795
4796         * src/imap.c
4797                 Forgot to remove debug
4798
4799 2006-06-29 [colin]      2.3.1cvs41
4800
4801         * src/imap.c
4802         * src/imap.h
4803         * src/mainwindow.c
4804                 Disconnect from IMAP servers when going
4805                 offline. Fixes bug #978 (going to offline-mode 
4806                 won't close connections)
4807
4808 2006-06-29 [colin]      2.3.1cvs40
4809
4810         * src/main.c
4811                 Fix transient setting on failing plugins
4812                 Patch by Fabien
4813         * src/plugins/pgpcore/sgpgme.c
4814                 Only warn for OpenPGP. Most people don't
4815                 have CMS available.
4816
4817 2006-06-29 [colin]      2.3.1cvs39
4818
4819         * src/compose.c
4820                 Fix Spelling menu (discrepancy between context menu
4821                 and top menu when folder's dictionary isn't the 
4822                 default one)
4823         * src/plugins/pgpcore/sgpgme.c
4824                 More error reporting about why gpgme can fail
4825
4826 2006-06-29 [wwp]        2.3.1cvs38
4827
4828         * src/mainwindow.c
4829                 honor the display-header-pane setting even when the message view
4830                 is a separate window.
4831
4832 2006-06-29 [wwp]        2.3.1cvs37
4833
4834         * src/prefs_actions.c
4835                 forgot to commit that one (use of GTK_STOCK_INFO).
4836
4837 2006-06-29 [colin]      2.3.1cvs36
4838
4839         * src/imap.c
4840                 Better handling of login errors (ask the password
4841                 again once), alert in case of error. Fix three
4842                 signedness warnings.
4843
4844 2006-06-28 [wwp]        2.3.1cvs35
4845
4846         * src/prefs_template.c
4847         * src/prefs_matcher.c
4848         * src/prefs_filtering_action.c
4849         * src/prefs_quote.c
4850                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4851                 patch by Fabien Vantard, slightly modified.
4852
4853 2006-06-28 [paul]
4854
4855         2.4.0-rc2 released
4856
4857 2006-06-28 [colin]      2.3.1cvs34
4858
4859         * src/prefs_account.c
4860                 Fix bug #977 (Can't add or edit imap accounts)
4861
4862 2006-06-28 [colin]      2.3.1cvs33
4863
4864         * src/mimeview.c
4865                 Fix previous
4866
4867 2006-06-28 [colin]      2.3.1cvs32
4868
4869         * src/mimeview.c
4870                 Save named inlined attachments with "Save all"
4871         * src/main.c
4872         * src/mbox.c
4873         * src/common/plugin.c
4874         * src/common/plugin.h
4875         * src/common/sylpheed.c
4876         * src/common/utils.c
4877         * src/plugins/pgpcore/sylpheed.def
4878         * src/plugins/pgpinline/sylpheed.def
4879         * src/plugins/pgpmime/sylpheed.def
4880                 Win32 compatibility patch, by
4881                 Werner Koch
4882
4883 2006-06-28 [wwp]        2.3.1cvs31
4884
4885         * src/imap.c
4886         * src/prefs_folder_item.c
4887                 less compilation warnings (thanks to Fabien Vantard), less typos.
4888
4889 2006-06-28 [paul]       2.3.1cvs30
4890
4891         * src/gtk/gtkutils.c
4892                 gtk_combo_box_set_focus_on_click() is only
4893                 available since gtk 2.6.0
4894
4895 2006-06-28 [paul]       2.3.1cvs29
4896
4897         * src/prefs_ext_prog.c
4898                 fix engrish and add a tooltip for the
4899                 'command for 'Display as text' option
4900
4901 2006-06-28 [paul]
4902
4903         2.4.0-rc1 released
4904
4905 2006-06-28 [paul]       2.3.1cvs28
4906
4907         * ChangeLog
4908         * tools/Makefile.am
4909                 include textviewer.pl in releases
4910
4911 2006-06-28 [paul]       2.3.1cvs27
4912
4913         * src/prefs_ext_prog.c
4914                 hide Print command option if libgnomeprint
4915                 support is present
4916
4917 2006-06-27 [colin]      2.3.1cvs26
4918
4919         * src/compose.c
4920                 Fix Esc handling in insert/attach dialog
4921                 Don't show this dialog if dragging something
4922                 else than text/uri-list
4923                 Thanks to Fabien Vantard
4924         * tools/textviewer.pl
4925                 Filter script to display stuff as text
4926                 by H. Merijn Brand
4927
4928 2006-06-27 [wwp]        2.3.1cvs25
4929
4930         * src/messageview.c
4931                 use the exact product name (message view title), patch
4932                 by Fabien Vantard.
4933
4934 2006-06-27 [ticho]      2.3.1cvs24
4935
4936         * src/prefs_account.c
4937         * src/prefs_common.c
4938         * src/prefs_common.h
4939         * src/prefs_ext_prog.c
4940         * src/textview.c
4941                 Add a preference (Preferences/External programs)
4942                 to allow "Display as text" to be done via a script
4943                 (patch by H.Merijn Brand).
4944                 Use GtkComboBox for protocol selection in account
4945                 preferences.
4946                 Only include current choice for existing accounts, and
4947                 insensitivize the combobox.
4948
4949 2006-06-27 [paul]       2.3.1cvs23
4950
4951         * src/mbox.c
4952                 fix crasher introduced in cvs21.
4953                 Thanks to Colin
4954
4955 2006-06-26 [colin]      2.3.1cvs22
4956
4957         * src/mbox.c
4958                 Fix double-frees when leaving folders
4959                 after exporting to mbox
4960
4961 2006-06-26 [colin]      2.3.1cvs21
4962
4963         * src/mbox.c
4964                 More feedback (and optimisation)
4965                 on import/export
4966         * src/common/utils.c
4967                 Fix case when looking for mail addresses
4968         * src/gtk/gtkutils.c
4969                 Extra check for (X-)Face
4970
4971 2006-06-25 [ticho]      2.3.1cvs20
4972
4973         * src/compose.c
4974         * src/exphtmldlg.c
4975         * src/gtk/gtkutils.c
4976         * src/gtk/gtkutils.h
4977                 Added second argument to gtkut_sc_combobox_create() to
4978                 control focus-on-click for the widget.
4979                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4980
4981 2006-06-25 [ticho]      2.3.1cvs19
4982
4983         * src/compose.c
4984         * src/gtk/Makefile.am
4985         * src/gtk/combobox.c
4986         * src/gtk/combobox.h
4987         * src/gtk/gtkutils.c
4988         * src/gtk/gtkutils.h
4989                 Use GtkComboBox instead of deprecated GtkOptionMenu
4990                 for account selector in compose window and for encoding
4991                 selector in attachment properties.
4992                 Also factorise working with the new GtkComboBox somewhat.
4993
4994 2006-06-24 [paul]       2.3.1cvs18
4995
4996         * src/prefs_common.c
4997                 use the correct default value
4998
4999 2006-06-24 [paul]       2.3.1cvs17
5000
5001         * src/compose.c
5002         * src/prefs_common.c
5003         * src/prefs_common.h
5004         * src/prefs_compose_writing.c
5005                 enable setting of default action when
5006                 dnd'ing files in the compose window.
5007                 (Collaborative effort with wwp)
5008
5009 2006-06-23 [wwp]        2.3.1cvs16
5010
5011         * src/compose.c
5012                 i18n fix (thanks to Fabien Vantard)
5013
5014 2006-06-22 [colin]      2.3.1cvs15
5015
5016         * src/prefs_customheader.c
5017                 Don't use filters in custom headers' file 
5018                 selector. Remember, extensions mean nothing :)
5019
5020 2006-06-22 [paul]       2.3.1cvs14
5021
5022         * configure.ac
5023                 allow setting of man directory location
5024
5025 2006-06-22 [colin]      2.3.1cvs13
5026
5027         * src/mainwindow.c
5028                 Add 'View/Go to/Next unread folder'.
5029                 I missed that :)
5030
5031 2006-06-22 [colin]      2.3.1cvs12
5032
5033         * src/common/utils.c
5034                 Add some subject prefixes
5035                 Patch by Bjorn T Johansen <btj@havleik.no>
5036
5037 2006-06-22 [colin]      2.3.1cvs11
5038
5039         * manual/advanced.xml
5040                 Forgotten hidden pref
5041
5042 2006-06-21 [paul]       2.3.1cvs10
5043
5044         * src/prefs_account.c
5045                 complete the removal of 'Add date header' option
5046
5047 2006-06-21 [paul]       2.3.1cvs9
5048
5049         * src/account.c
5050         * src/compose.c
5051         * src/prefs_account.c
5052         * src/prefs_account.h
5053                 remove option to add date header - always
5054                 add date header
5055         * src/etpan/imap-thread.c
5056                 fix warnings (Thanks to Colin)
5057
5058 2006-06-21 [wwp]        2.3.1cvs8
5059
5060         * src/folder.c
5061                 set the attachment flag when inline text part are (file)named. This is more convenient
5062                 when receiving (for instance) inline source files or patches sent using thunderbird.
5063
5064 2006-06-21 [paul]       2.3.1cvs7
5065
5066         * src/inc.c
5067                 fix off-by-one count of current msg in
5068                 statusbar filtering progressbar
5069
5070 2006-06-21 [paul]       2.3.1cvs6
5071
5072         * src/folder.c
5073                 Show attachment icon even if the part is 'inline'
5074                 if the following conditions are met:
5075                 - content-type != 'text/plain'
5076                 - content-type != '*/pgp-signature'
5077                 - either 'name' or 'filename' parameter is not NULL
5078                 
5079                 Thanks to Colin
5080
5081 2006-06-21 [paul]       2.3.1cvs5
5082
5083         * src/messageview.c
5084         * src/prefs_common.c
5085         * src/prefs_common.h
5086         * src/prefs_other.c
5087                 add an option to 'Never send Return
5088                 Receipts'
5089                 Thanks to Colin
5090
5091 2006-06-20 [mones]      2.3.1cvs4
5092
5093         * po/es.po
5094                 updated
5095         * src/compose.c
5096                 typo fixed (space after comma)
5097         * tools/make.themes.project
5098                 remove exec mode from tarball files
5099
5100 2006-06-20 [colin]      2.3.1cvs3
5101
5102         * src/news.c
5103         * src/procheader.c
5104         * src/unmime.c
5105                 Better fix for \n's in headers (don't 
5106                 break Received: and others)
5107
5108 2006-06-20 [paul]       2.3.1cvs2
5109
5110         * src/alertpanel.c
5111         * src/textview.c
5112                 improve legibility of phishing attempt
5113                 dialog
5114
5115 2006-06-20 [paul]       2.3.1cvs1
5116
5117         * NEWS
5118         * README
5119         * configure.ac
5120                 Update version number following
5121                 stable release
5122
5123 2006-06-20 [colin]      2.3.0cvs26
5124
5125         * src/compose.c
5126                 When dragging a file to the text of the compose
5127                 window, ask whether we want to insert or attach
5128                 (I know lots of people who do that to attach)
5129
5130 2006-06-20 [colin]      2.3.0cvs25
5131
5132         * src/etpan/imap-thread.c
5133                 Fix threshold (the append command is often > 32 bytes)
5134
5135 2006-06-19 [colin]      2.3.0cvs24
5136
5137         * src/imap.c
5138         * src/etpan/imap-thread.c
5139                 Workaround Rockliffe IMAP server bug: replace
5140                 "x UID SEARCH (ANSWERED UID 1:*)" with
5141                 "x UID SEARCH ANSWERED"
5142                 (Rockliffe doesn't handle the parenthesis)
5143
5144 2006-06-19 [colin]      2.3.0cvs23
5145
5146         * src/compose.c
5147         * src/imap.c
5148         * src/etpan/imap-thread.c
5149                 Probably fix bug #972 (Freezes when adding 
5150                 an attachment to the message)
5151         * src/common/defs.h
5152                 Modernize Firefox cmd
5153
5154
5155 2006-06-18 [colin]      2.3.0cvs22
5156
5157         * src/prefs_customheader.c
5158                 Only allow correct filenames for various
5159                 custom headers
5160
5161 2006-06-18 [colin]      2.3.0cvs21
5162
5163         * src/prefs_customheader.c
5164                 Add a 'From File...' button in custom headers prefs, which
5165                 try to do the right thing: 
5166                 for normal headers, use file as plaintext,
5167                 for X-Face, calls compface,
5168                 for Face, encode to b64.
5169
5170 2006-06-17 [colin]      2.3.0cvs20
5171
5172         * src/mh.c
5173                 Warning fix
5174
5175 2006-06-16 [colin]      2.3.0cvs19
5176
5177         * src/summaryview.c
5178                 Recursive quicksearch: show message list
5179                 in current folder, *then* search children
5180                 in the background.
5181
5182 2006-06-16 [colin]      2.3.0cvs18
5183
5184         * src/main.c
5185                 Instead of ignoring SIGPIPE, save caches
5186                 when getting one. Will fix the fact that
5187                 hot caches are out-of-date when logging 
5188                 out of Xorg.
5189         * src/compose.c
5190         * src/prefs_compose_writing.c
5191                 Only save text (not attachments) when 
5192                 auto-saving to drafts
5193         * src/unmime.c
5194                 Always replace \n, \r and \t with spaces
5195                 in headers
5196         * manual/dist/html/Makefile.am
5197         * manual/dist/pdf/Makefile.am
5198         * manual/dist/ps/Makefile.am
5199         * manual/dist/txt/Makefile.am
5200         * manual/fr/dist/html/Makefile.am
5201         * manual/fr/dist/pdf/Makefile.am
5202         * manual/fr/dist/ps/Makefile.am
5203         * manual/fr/dist/txt/Makefile.am
5204         * manual/pl/dist/html/Makefile.am
5205         * manual/pl/dist/pdf/Makefile.am
5206         * manual/pl/dist/ps/Makefile.am
5207         * manual/pl/dist/txt/Makefile.am
5208                 Fix make clean removing pregenerated manuals
5209
5210
5211 2006-06-16 [colin]      2.3.0cvs17
5212
5213         * src/plugins/pgpcore/sgpgme.c
5214         * src/plugins/pgpmime/pgpmime.c
5215         * src/plugins/pgpinline/pgpinline.c
5216                 Better error reporting in setup_signers.
5217                 Don't fallback to default key if specified
5218                 key isn't found.
5219                 Don't allow signing if more than one secret
5220                 key matches the one specified in prefs.
5221
5222 2006-06-15 [colin]      2.3.0cvs16
5223
5224         * src/folderview.c
5225                 Add "Send queue" in the folder's contextual
5226                 menu
5227         * src/compose.c
5228         * src/messageview.c
5229         * src/privacy.c
5230         * src/privacy.h
5231         * src/procmime.c
5232         * src/procmsg.c
5233         * src/plugins/pgpcore/passphrase.c
5234         * src/plugins/pgpcore/sgpgme.c
5235         * src/plugins/pgpinline/pgpinline.c
5236         * src/plugins/pgpmime/pgpmime.c
5237                 Better error reporting
5238         * src/mbox.c
5239                 Probably fix bug #971 (2.2.3 cannot read mail 
5240                 from local mbox)
5241
5242
5243 2006-06-15 [mones]      2.3.0cvs15
5244
5245         * tools/make.themes.project
5246                 creates the themes project from the web page
5247
5248 2006-06-15 [colin]      2.3.0cvs14
5249
5250         * src/folder.c
5251                 Better fix (avoid losing the folder if scan_tree 
5252                 fails)
5253
5254 2006-06-15 [cleroy]     2.3.0cvs13
5255
5256         * src/folder.c
5257                 Probably fix Bug #969 (crash on rebuilding 
5258                 imap folder)
5259
5260 2006-06-14 [colin]      2.3.0cvs12
5261
5262         * manual/dtd/manual.xsl
5263         * manual/sylpheed-claws-manual.xml
5264         * manual/fr/sylpheed-claws-manual.xml
5265         * manual/pl/sylpheed-claws-manual.xml
5266                 Insert pagebreaks between sections
5267
5268 2006-06-14 [paul]       2.3.0cvs11
5269
5270         * configure.ac
5271                 better fix than 2.3.0cvs10
5272
5273 2006-06-14 [paul]       2.3.0cvs10
5274
5275         * configure.ac
5276                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5277                 (backwards compatible)
5278
5279 2006-06-13 [colin]      2.3.0cvs9
5280
5281         * src/messageview.c
5282                 Fix sending of return receipt with the new queue folders
5283
5284 2006-06-13 [wwp]        2.3.0cvs8
5285
5286         * src/quote_fmt_lex.l
5287                 fix wrong tokens returned in quote_fmt lexer, query not().
5288
5289 2006-06-13 [wwp]        2.3.0cvs7
5290
5291         * src/folder.c
5292         * src/prefs_folder_item.c
5293                 allow changing folder type even when folder is not a top-level one,
5294                 thanks to Colin.
5295
5296 2006-06-12 [colin]      2.3.0cvs6
5297
5298         * src/folderview.c
5299                 Fix double-ask of "Do you want to mark all
5300                 as read"
5301
5302 2006-06-12 [colin]      2.3.0cvs5
5303
5304         * src/compose.c
5305         * src/compose.h
5306         * src/folder.c
5307         * src/folder.h
5308         * src/imap.c
5309         * src/inc.c
5310         * src/main.c
5311         * src/messageview.c
5312         * src/mh.c
5313         * src/prefs_folder_item.c
5314         * src/procheader.c
5315         * src/procmime.c
5316         * src/procmsg.c
5317         * src/procmsg.h
5318         * src/send_message.c
5319         * src/summaryview.c
5320         * src/toolbar.c
5321                 Apply bug #964's patch (Queue and drafts aren't normal)
5322                 The Drafts and Queue folder now contain RFC-822 files,
5323                 allowing to move and copy mails from and to these 
5324                 folders. Moving from Drafts to Queue will prepare the
5325                 mail for sending (PGP signature, encryption, etc).
5326                 This patch also rework sending errors handling to try
5327                 to be more helpful.
5328                 Also, allow redefining folder types via the GUI 
5329                 (Folder type in its Properties)
5330
5331 2006-06-12 [colin]      2.3.0cvs4
5332
5333         * src/summaryview.c
5334         * src/prefs_common.c
5335         * src/prefs_common.h
5336         * src/gedit-print.c
5337                 Allow to define a specific print font - patch
5338                 by Bernhard Walle <bernhard.walle@gmx.de>
5339         * src/prefs_fonts.c
5340         * manual/advanced.xml
5341         * manual/fr/advanced.xml
5342                 Add a hidden pref to allow deletion without
5343                 confirmation
5344
5345 2006-06-12 [wwp]        2.3.0cvs3
5346
5347         * .cvsignore
5348                 more files to ignore.
5349
5350 2006-06-12 [wwp]        2.3.0cvs2
5351
5352         * src/quote_fmt.c
5353         * src/quote_fmt_lex.l
5354         * src/quote_fmt_parse.y
5355                 extend the quote_fmt parser (templates and quotes):
5356                 - allow limited sub-expressions in |p{} and |f{} expressions,
5357                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5358                 - implemented/fixed missing implementation of query_references and show_references,
5359                 - completed, fixed contents and format of the symbols help dialog,
5360                 - fix some compilation warnings.
5361
5362 2006-06-12 [wwp]        2.3.0cvs1
5363
5364         * manual/advanced.xml
5365         * manual/fr/advanced.xml
5366                 updates in the "templates" section of the manual (eng/fr):
5367                  - be more precise (both versions)
5368                  - completed to match the english reference (fr version)
5369                  - touchups (both versions)
5370
5371 2006-06-12 [paul]       2.3.0
5372
5373         2.3.0 released
5374
5375 2006-06-12 [paul]       2.2.3cvs14
5376
5377         * po/ca.po
5378         * po/cs.po
5379         * po/de.po
5380         * po/el.po
5381         * po/fr.po
5382         * po/it.po
5383         * po/pt_BR.po
5384         * po/sr.po
5385         * po/zh_CN.po
5386                 updated by Miquel Oliete, Tim, Stephan Sachse,
5387                 Stavros Giannouris, Fabien Vantard, Andrea
5388                 Spadaccini, Frederico Goncalves Guimaraes,
5389                 Aleksandar Urosevic, and Ralgh Young
5390
5391 2006-06-12 [colin]      2.2.3cvs13
5392
5393         * src/mbox.c
5394                 Add missing header
5395
5396 2006-06-11 [colin]      2.2.3cvs12
5397
5398         * src/msgcache.c
5399                 Verify that g_malloc() succeeded
5400
5401 2006-06-11 [colin]      2.2.3cvs11
5402
5403         * src/wizard.c
5404                 Add Face header to welcome mail
5405
5406 2006-06-10 [colin]      2.2.3cvs10
5407
5408         * src/textview.c
5409                 Revert previous (Forgot it changes the
5410                 margin on the whole mail)
5411
5412 2006-06-10 [colin]      2.2.3cvs9
5413
5414         * src/textview.c
5415                 Don't overlap long headers under (X-)Face
5416
5417 2006-06-10 [mones]      2.2.3cvs8
5418
5419         * manual/xml2pdf
5420                 allow generation of manual on systems lacking saxon binary
5421                 but with java and the saxon library installed
5422
5423         * po/es.po
5424                 updated for release
5425
5426 2006-06-09 [colin]      2.2.3cvs7
5427
5428         * src/summaryview.c
5429                 Fix leak when using Display Sender using Addressbook
5430
5431 2006-06-09 [colin]      2.2.3cvs6
5432
5433         * src/compose.c
5434         * src/folder.c
5435         * src/folderview.c
5436         * src/mimeview.c
5437         * src/summaryview.c
5438                 More leaks fixes
5439
5440 2006-06-09 [paul]       2.2.3cvs5
5441
5442         * AUTHORS
5443         * src/gtk/authors.h
5444         * tools/claws.i18n.status.pl
5445                 updated with new info
5446
5447 2006-06-09 [paul]       2.2.3cvs4
5448
5449         * README
5450                 updated
5451         * manual/ack.xml
5452                 add wwp to authors list
5453         * src/gtk/authors.h
5454                 update mine and Colin's addresses
5455
5456 2006-06-08 [colin]      2.2.3cvs3
5457
5458         * src/etpan/imap-thread.c
5459                 Fix leak on SSL cert check
5460
5461 2006-06-08 [colin]      2.2.3cvs2
5462
5463         * src/common/utils.c
5464                 Fix leak
5465
5466 2006-06-08 [paul]       2.2.3cvs1
5467
5468         * configure.ac
5469                 Update version number following
5470                 stable release
5471
5472 2006-06-07 [colin]      2.2.2cvs3
5473
5474         * src/msgcache.c
5475                 Fix catching cache read errors (guint instead of gint)
5476                 Prevent malloc'ing more than 8MB (means cache corruption)
5477
5478 2006-06-07 [paul]       2.2.2cvs2
5479
5480         * src/exporthtml.c
5481         * src/exportldif.c
5482         * src/mh.c
5483         * src/mutt.c
5484         * src/pine.c
5485         * src/common/utils.c
5486                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5487                 obey $HOME'
5488                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5489                 Thanks to Colin
5490
5491 2006-06-06 [paul]       2.2.2cvs1
5492
5493         * configure.ac
5494                 Update version number following
5495                 stable release
5496
5497 2006-06-06 [paul]       2.2.1cvs6
5498
5499         * src/matcher.c
5500                 fix  implicit declaration of
5501                 sylpheed_do_idle()
5502                 Patch by Fabien Vantard
5503
5504 2006-06-06 [paul]       2.2.1cvs5
5505
5506         * src/matcher.c
5507                 fix age_greater and age_lower so that they
5508                 mean what say and not '...or equal to'
5509                 Thanks to Colin
5510
5511 2006-06-06 [paul]       2.2.1cvs4
5512
5513         * src/textview.c
5514         * src/common/utils.c
5515                 fix URI check
5516                 Thanks to Colin
5517
5518 2006-06-05 [wwp]        2.2.1cvs3
5519
5520         * manual/fr/account.xml
5521                 minor language fixes (thanks to Fabien Vantard).
5522
5523 2006-06-05 [colin]      2.2.1cvs2
5524
5525         * src/prefs_folder_item.c
5526         * src/folderview.c
5527                 Allow recursive setting of properties 
5528                 for whole mailboxes
5529         * src/matcher.c
5530                 Don't freeze on 'test' filtering rule
5531
5532 2006-06-05 [colin]      2.2.1cvs1
5533
5534         * configure.ac
5535                 Update version number following
5536                 stable release
5537
5538 2006-06-04 [wwp]        2.2.0cvs82
5539
5540         * manual/glossary.xml
5541         * manual/account.xml
5542         * manual/fr/glossary.xml
5543         * manual/fr/account.xml
5544                 added glossary section and references/links related to the Face custom header.
5545
5546 2006-06-04 [colin]      2.2.0cvs81
5547
5548         * src/summaryview.c
5549                 Skip to next message on move with no
5550                 immediate execution
5551
5552 2006-06-04 [wwp]        2.2.0cvs80
5553
5554         * manual/xml2pdf
5555                 added sanity checks, exit when needed.
5556
5557 2006-06-03 [paul]       2.2.0cvs79
5558
5559         * src/prefs_receive.c
5560                 page name is now 'Receiving'
5561         * src/prefs_send.c
5562                 page name is now 'Sending'
5563
5564 2006-06-03 [colin]      2.2.0cvs78
5565
5566         * src/plugins/spamassassin/spamassassin_gtk.c
5567                 Autoswitch to Localhost if transport was previously
5568                 disabled. Else people had to check [] Enable, then
5569                 *reselect* transport.
5570
5571 2006-06-03 [colin]      2.2.0cvs77
5572
5573         * src/plugins/pgpinline/pgpinline.c
5574         * src/plugins/pgpmime/pgpmime.c
5575                 Check that gpg_data_release_and_get_mem 
5576                 didn't fail (now, why this happens...)
5577
5578 2006-06-03 [colin]      2.2.0cvs76
5579
5580         * src/mbox.c
5581                 Fix bug #962 (Manual and/or UI should 
5582                 warn about incompatible locking 
5583                 causing dataloss)
5584
5585 2006-06-02 [cleroy]     2.2.0cvs75
5586
5587         * src/filtering.c
5588         * src/folder.c
5589         * src/procmsg.c
5590         * src/summaryview.c
5591                 Fix a few leaks
5592
5593 2006-06-02 [colin]      2.2.0cvs74
5594
5595         * src/main.c
5596                 On exit, free caches after writing them
5597                 Shuts up some valgrind false positives
5598         * src/procmsg.c
5599         * src/send_message.c
5600                 Fix races when reusing existing SMTP connections
5601                 Fix inexistant session timeout
5602         * src/toolbar.c
5603                 Display alertpanel after all queues have
5604                 been processed, not after each
5605
5606 2006-06-02 [wwp]        2.2.0cvs73
5607
5608         * manual/fr/glossary.xml
5609         * manual/fr/ack.xml
5610         * manual/ack.xml
5611                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5612
5613 2006-06-02 [wwp]        2.2.0cvs72
5614
5615         * manual/xml2pdf
5616         * manual/dist/pdf/Makefile.am
5617         * manual/dtd/manual.xsl
5618         * manual/fr/dist/pdf/Makefile.am
5619         * manual/pl/dist/pdf/Makefile.am
5620                 we changed the procedure to generate the .pdf version of the manual.
5621                 The procedure is more modern and the .pdf we get now has a valid index.
5622                 Here are the new pre-requisites:
5623
5624                 - JRE 1.x (1.4 here): there must be one from your distro
5625                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5626                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5627                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5628
5629                 See my posts for further info about the installation of this toolchain:
5630
5631                 Date: Fri, 19 May 2006 19:40:06 +0200
5632                 From: wwp <subscript@free.fr>
5633                 To: sylpheed-claws-devel@lists.sourceforge.net
5634                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5635
5636                 and
5637
5638                 Date: Wed, 24 May 2006 12:58:49 +0200
5639                 From: wwp <subscript@free.fr>
5640                 To: sylpheed-claws-devel@lists.sourceforge.net
5641                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5642
5643 2006-06-01 [colin]      2.2.0cvs71
5644
5645         * src/compose.c
5646                 Better guards against IMAP races
5647         * src/main.c
5648         * src/prefs_common.c
5649         * src/prefs_common.h
5650         * src/common/ssl_certificate.c
5651         * src/etpan/imap-thread.c
5652         * src/etpan/imap-thread.h
5653         * src/gtk/sslcertwindow.c
5654                 New hidden option ssl_skip_cert_check to 
5655                 avoid dups of bug #959 (libetpan linked
5656                 against gnutls and gnutls buggy on 64bit)
5657                 Present expired warning only once per
5658                 session/server.
5659         * manual/advanced.xml
5660         * manual/fr/advanced.xml
5661                 Document new option
5662
5663 2006-06-01 [wwp]        2.2.0cvs70
5664
5665         * src/messageview.c
5666                 fix for bug #961 (return receipt dialog 
5667                 complains incorrectly about return-path 
5668                 email adress being different), thanks 
5669                 to Colin.
5670
5671 2006-05-31 [cleroy]     2.2.0cvs69
5672
5673         * src/common/ssl.c
5674                 Guard against NULLs, although this
5675                 should never be an issue
5676
5677 2006-05-31 [colin]      2.2.0cvs68
5678
5679         * src/filtering.c
5680                 Use g_slist_prepend
5681         * src/imap.c
5682                 Don't remove caches when destroying folder, it
5683                 could (should) be done at exit
5684         * src/inc.c
5685                 free processing cache after incorporation
5686         * src/etpan/imap-thread.c
5687                 Maybe fix bug #959 (Crash on moving to emails 
5688                 to a imap account per ssl with a expired 
5689                 certificate.)
5690
5691 2006-05-30 [colin]      2.2.0cvs67
5692
5693         * src/summaryview.c
5694                 Put back event flush when displaying message
5695                 It avoids reading a bunch of messages just
5696                 by hitting shift-n for too long ;)
5697
5698 2006-05-29 [colin]      2.2.0cvs66
5699
5700         * src/summaryview.c
5701                 Remove useless g_warnings
5702
5703 2006-05-29 [colin]      2.2.0cvs65
5704
5705         * src/imap.c
5706                 Fix g_slist_append()s for performance
5707
5708 2006-05-29 [colin]      2.2.0cvs64
5709
5710         * src/compose.c
5711         * src/common/utils.c
5712                 Fix extraneous tab at start of addresses
5713         * src/mainwindow.c
5714                 Fix warnings (thanks to Fabien)
5715                 Fix crash at exit when composing messages 
5716                 exist
5717         * src/pop.c
5718                 Fix progress bar when deleting expired mails
5719                 Thanks to Hiro
5720         * src/summaryview.c
5721         * src/gtk/gtksctree.c
5722                 Fix re-sorting slowness
5723
5724 2006-05-29 [paul]       2.2.0cvs63
5725
5726         * src/mh.c
5727                 fetch full message when moving mails
5728                 from another mailbox, (fixed data loss
5729                 when filtering from IMAP to MH, introduced
5730                 in 2.2.0cvs57).
5731                 Thanks to Colin
5732
5733 2006-05-29 [mones]      2.2.0cvs62
5734
5735         * src/gtk/gtksctree.c
5736                 Unselect faster (patch by Colin)        
5737
5738 2006-05-26 [colin]      2.2.0cvs61
5739
5740         * src/summaryview.c
5741                 Unplug MSGINFO_UPDATE callback on delete too.
5742
5743 2006-05-26 [colin]      2.2.0cvs60
5744
5745         * src/foldersel.c
5746                 Fix bold in folder selection window with glib2.10
5747                 thanks Hiro
5748
5749 2006-05-26 [colin]      2.2.0cvs59
5750
5751         * src/procheader.c
5752                 Convert date only if necessary (and don't
5753                 try to convert from utf8 to utf8, too)
5754         * src/summaryview.c
5755                 Only set column's text if the column's 
5756                 displayed
5757
5758 2006-05-26 [colin]      2.2.0cvs58
5759
5760         * src/summaryview.c
5761         * src/gtk/gtkutils.c
5762                 Fix useless warning
5763
5764 2006-05-26 [colin]      2.2.0cvs57
5765
5766         * src/mainwindow.c
5767                 Make summaryview selectable as long as 
5768                 no message has focus
5769         * src/mh.c
5770                 Faster deletion (by implementing mh_remove_msgs)
5771                 Faster copy (avoid using mh_fetch_msg just to get
5772                 the filename)
5773                 Faster move (using move_file instead of copy_file
5774                 if MSG_IS_MOVE)
5775                 No progressbar if total number of mails to cp/mv 
5776                 is less than 100
5777         * src/summaryview.c
5778                 Fix removal from subject_table when mail gets moved
5779                 Faster deletion (g_slist_prepend instead of append)
5780         * src/gtk/gtksctree.c
5781                 Remove useless code
5782
5783 2006-05-25 [colin]      2.2.0cvs56
5784
5785         * src/common/ssl_certificate.c
5786                 Fix leak in expired cert check
5787
5788 2006-05-25 [colin]      2.2.0cvs55
5789
5790         * src/mh.c
5791                 Disable flags syncing on .mh_sequences - it
5792                 is buggy and marks mails read under unknown
5793                 conditions.
5794
5795 2006-05-25 [paul]
5796
5797         * 2.3.0-rc4 released
5798
5799 2006-05-24 [colin]      2.2.0cvs54
5800
5801         attention cvs users: if you manage to crash
5802         Sylpheed-Claws while moving, copying or deleting
5803         mails, we *are* interested in stack traces and
5804         valgrind logs. It looks stable, but one never
5805         knows...
5806
5807         * src/folder.c
5808                 Add progressbar for cache updates
5809         * src/folderutils.c
5810                 Optimize Mark all read in the current
5811                 folder
5812         * src/mh.c
5813                 Add progressbar for copy/move
5814         * src/procmsg.c
5815                 Optimize O(n^2) in copy/move
5816         * src/summaryview.c
5817         * src/gtk/gtksctree.c
5818                 Optimize O(n^2) algos
5819         * src/common/timing.h
5820                 Display ms instead of us
5821
5822 2006-05-24 [wwp]        2.2.0cvs53
5823
5824         * manual/fr/advanced.xml
5825                 updates to the French manual.
5826
5827 2006-05-24 [wwp]        2.2.0cvs52
5828
5829         * src/common/utils.c
5830                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5831
5832 2006-05-24 [wwp]        2.2.0cvs51
5833
5834         * src/folderutils.c
5835                 fixed "mark all read" in MH folders (thanks to Colin).
5836
5837 2006-05-24 [paul]       2.2.0cvs50
5838
5839         * doc/man/sylpheed-claws.1
5840                 updated the man page
5841
5842 2006-05-23 [colin]      2.2.0cvs49
5843
5844         * src/folderview.c
5845         * src/imap.c
5846         * src/inc.c
5847         * src/mbox.c
5848         * src/messageview.c
5849         * src/news.c
5850         * src/send_message.c
5851         * src/summaryview.c
5852         * src/gtk/sslcertwindow.c
5853                 alertpanel fixes, by Fabien
5854
5855 2006-05-23 [colin]      2.2.0cvs48
5856
5857         * src/folder.c
5858         * src/folderview.c
5859         * src/msgcache.c
5860         * src/summaryview.c
5861         * src/gtk/gtksctree.c
5862         * src/gtk/gtksctree.h
5863                 More timings
5864                 Fix slow loading problem, which was caused by the
5865                 use of some gtk_ctree funcs and their use of
5866                 g_list_position while gtk_ctree_(un)link'ing.
5867                 Reap more functions from gtkctree.c to be sure we
5868                 use our (fast) version instead of theirs.
5869         * src/mh.c
5870                 Fix copy of unread mails
5871
5872
5873 2006-05-22 [wwp]        2.2.0cvs47
5874
5875         * manual/fr/advanced.xml
5876                 updated.
5877
5878 2006-05-22 [colin]      2.2.0cvs46
5879
5880         * src/filtering.c
5881                 Fix possible infinite loop. 'copy' is not a 
5882                 final action, so when encountering a 'copy',
5883                 we have to check if a previous one was set
5884                 and do it. In the same way, if we encounter
5885                 a 'move' we have to perform a possibly 
5886                 pending 'copy'. This will slow down filtering
5887                 on IMAP if move+copy or multiple copy actions
5888                 are to be done, but handling it via the batch
5889                 would be really too convoluted.
5890
5891 2006-05-22 [wwp]        2.2.0cvs45
5892
5893         * manual/fr/advanced.xml
5894         * manual/fr/faq.xml
5895         * manual/fr/glossary.xml
5896         * manual/fr/handling.xml
5897         * manual/fr/intro.xml
5898         * manual/fr/plugins.xml
5899         * manual/fr/sylpheed-claws-manual.xml
5900                 sync w/ the english manual: updates URIs, documented mailing-list
5901                 support, better explanation about the enabled/disabled feature
5902                 in filtering/processing rules by Paul.
5903
5904 2006-05-21 [colin]      2.2.0cvs44
5905
5906         * src/summaryview.c
5907                 Don't expand after building threads, but during
5908
5909 2006-05-21 [colin]      2.2.0cvs43
5910
5911         * src/procmsg.c
5912         * src/summaryview.c
5913                 More timing possibilities... For next time I have 
5914                 to find out how the hell some 3GHz computer takes
5915                 one minute to open a 30k folder...
5916
5917 2006-05-21 [colin]      2.2.0cvs42
5918
5919         * manual/pl/advanced.xml
5920         * manual/pl/faq.xml
5921         * manual/pl/glossary.xml
5922         * manual/pl/handling.xml
5923         * manual/pl/intro.xml
5924         * manual/pl/plugins.xml
5925         * manual/pl/sylpheed-claws-manual.xml
5926                 Polish manual updated by Pawel
5927
5928 2006-05-20 [colin]
5929
5930         * 2.3.0-rc3 released
5931
5932 2006-05-20 [colin]      2.2.0cvs41
5933
5934         * src/imap.c
5935                 Fix -rc2 problems:
5936                 - remove cache of moved messages from original folder
5937                 - apply new flags to messages even if they aren't appliable
5938                   via IMAP.
5939
5940 2006-05-20 [colin]
5941
5942         * 2.3.0-rc2 released
5943
5944 2006-05-19 [colin]      2.2.0cvs40
5945
5946         * src/imap.c
5947                 Don't issue SELECT in imap_change_flags
5948                 before having checked that we indeed have
5949                 some flags to change. MSG_POSTFILTERED for
5950                 example can't be used on IMAP.
5951                 Fixes bug #955 (copying messages between 
5952                 imap folders is extremely slow), which was
5953                 a regression.
5954
5955 2006-05-19 [colin]      2.2.0cvs39
5956
5957         * src/folder.c
5958         * src/folder.h
5959         * src/folderview.c
5960                 Try to fix bug #830 (Some unread messages 
5961                 get marked read in IMAP inbox):
5962                 - Prevent scanning a folder if it's being 
5963                   opened via the GUI
5964                 - Postpone opening via the GUI of a folder
5965                   currently scanned.
5966
5967
5968 2006-05-19 [wwp]        2.2.0cvs38
5969
5970         * manual/advanced.xml
5971                 fix English+typo (thanks to Paul).
5972
5973 2006-05-19 [wwp]        2.2.0cvs37
5974
5975         * manual/advanced.xml
5976         * manual/fr/advanced.xml
5977         * src/gtk/logwindow.c
5978         * src/prefs_common.c
5979         * src/prefs_common.h
5980                 added hidden prefs to allow customization of colors used in
5981                 protocol log window (useful for dark gtk+ themes).
5982
5983 2006-05-19 [wwp]        2.2.0cvs36
5984
5985         * ChangeLog
5986                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5987
5988 2006-05-19 [paul]       2.2.0cvs35
5989
5990         * src/textview.c
5991                 make Reply-To fully clickable
5992         * src/gtk/logwindow.c
5993                 more colouring (SMTP ESMTP)
5994         Both patches by Pawel Pekala
5995
5996 2006-05-19 [cleroy]     2.2.0cvs34
5997
5998         * src/mh.c
5999                 Don't update flags from current folder
6000                 Probably fixes bug #935 (Read Messages 
6001                 Revert to Being Marked as Unread)
6002
6003 2006-05-18 [colin]      2.2.0cvs33
6004
6005         * src/imap.c
6006                 Warning fix
6007         * src/compose.c
6008         * src/mainwindow.c
6009         * src/summaryview.c
6010         * src/toolbar.c
6011                 Allow replying to multiple emails
6012                 in multiple windows
6013         * src/mimeview.c
6014         * src/etpan/imap-thread.c
6015                 Leak fixes
6016
6017 2006-05-18 [paul]       2.2.0cvs32
6018
6019         * src/summaryview.c
6020                 keep Mailing-List menu refreshed
6021                 Thanks to Colin
6022
6023 2006-05-18 [paul]       2.2.0cvs31
6024
6025         * manual/advanced.xml
6026         * manual/faq.xml
6027         * manual/glossary.xml
6028         * manual/handling.xml
6029         * manual/intro.xml
6030         * manual/plugins.xml
6031         * manual/sylpheed-claws-manual.xml
6032                 update URLs
6033                 add info about mailing-list support
6034                 edit filtering info
6035         * src/wizard.c
6036         * src/common/defs.h
6037         * src/gtk/about.c
6038         * src/plugins/dillo_viewer/README
6039                 update URLs
6040
6041 2006-05-17 [wwp]        2.2.0cvs30
6042
6043         * manual/handling.xml
6044         * manual/fr/handling.xml
6045                 documented the ability to enabled/disable filtering/processing rules.
6046
6047 2006-05-17 [colin]      2.2.0cvs29
6048
6049         * src/main.c
6050                 Don't initialize g_thread subsystem if it's 
6051                 already done (thanks to Hiro)
6052         * src/mimeview.c
6053                 Fix saving of parts when there name can't be
6054                 converted from UTF-8.
6055
6056 2006-05-17 [paul]       2.2.0cvs28
6057
6058         * po/Makefile.in.in
6059                 fix config.status warning with autoconf 2.60
6060
6061 2006-05-17 [paul]       2.2.0cvs27
6062
6063         * po/POTFILES.in
6064                 add src/mbox.c
6065
6066 2006-05-17 [wwp]        2.2.0cvs26
6067
6068         * src/mainwindow.c
6069                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6070
6071 2006-05-17 [wwp]        2.2.0cvs25
6072
6073         * src/plugins/demo/demo.c
6074                 updated product name in plugin demo (many plugins need to be
6075                 sync'ed w/ that change).
6076
6077 2006-05-17 [colin]      2.2.0cvs24
6078
6079         * src/mh.c
6080                 Fix leak
6081
6082 2006-05-16 [colin]      2.2.0cvs23
6083
6084         * src/mainwindow.c
6085                 Stupid me hit again. Fix cvs22.
6086
6087 2006-05-16 [colin]      2.2.0cvs22
6088
6089         * src/mainwindow.c
6090                 Fix bug #922 (sylpheed-claws crashed after 
6091                 pushing on Inbox folder)
6092
6093 2006-05-16 [colin]      2.2.0cvs21
6094
6095         * src/compose.c
6096                 Make From header be copy/paste/select-able
6097
6098 2006-05-16 [wwp]        2.2.0cvs20
6099
6100         * src/export.c
6101         * src/matcher.c
6102         * src/summaryview.c
6103         * src/etpan/imap-thread.c
6104                 fix some compiler warnings (thanks to Colin).
6105
6106 2006-05-16 [wwp]        2.2.0cvs19
6107
6108         * src/action.c
6109         * src/gedit-print.c
6110         * src/inc.c
6111         * src/mainwindow.c
6112         * src/mh.c
6113         * src/statusbar.c
6114         * src/send_message.c
6115         * src/summaryview.c
6116                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6117
6118 2006-05-15 [colin]      2.2.0cvs18
6119
6120         * src/procmsg.c
6121                 Fix automatic rule creation with List-Post
6122
6123 2006-05-15 [paul]       2.2.0cvs17
6124
6125         * tools/filter_conv_new.pl
6126                 updated for rule enabling/disabling
6127                 claws version >= 2.3.x required
6128
6129 2006-05-15 [cleroy]     2.2.0cvs16
6130
6131         * src/main.c
6132                 Revert test
6133
6134 2006-05-15 [cleroy]     2.2.0cvs15
6135
6136         * src/main.c
6137                 test
6138
6139 2006-05-15 [wwp]        2.2.0cvs14
6140
6141         * manual/pl/.cvsignore
6142                 ignore generated files.
6143
6144 2006-05-14 [wwp]        2.3.0-rc1
6145
6146         * 2.3.0-rc1 released
6147
6148 2006-05-13 [wwp]        2.2.0cvs13
6149
6150         * src/filtering.c
6151         * src/filtering.h
6152         * src/matcher.c
6153         * src/matcher_parser_lex.l
6154         * src/matcher_parser_parse.y
6155         * src/prefs_filtering.c
6156                 new feature: provide the ability to disable filtering and processing
6157                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6158                 adaptations.
6159
6160 2006-05-13 [colin]      2.2.0cvs12
6161
6162         * src/compose.c
6163                 Remove useless if (a) b; else b;
6164                 Thanks to wwp
6165
6166 2006-05-13 [wwp]        2.2.0cvs11
6167
6168         * src/export.c
6169         * src/import.c
6170         * src/mainwindow.c
6171         * src/mbox.c
6172         * src/summaryview.c
6173         * src/summaryview.h
6174                 no more silent failures (or at least less ones) when importing
6175                 or exporting from/to mbox. Also start importing/exporting if
6176                 the necessary info is set.
6177
6178 2006-05-13 [wwp]        2.2.0cvs10
6179
6180         * RELEASE_NOTES
6181                 restored up-to-date release notes.
6182
6183 2006-05-13 [paul]       2.2.0cvs9
6184
6185         * po/nl.po
6186         * po/ru.po
6187                 updated by Tim Dijkstra and Pavlo Bohmat
6188
6189 2006-05-12 [colin]      2.2.0cvs8
6190
6191         * src/gtk/quicksearch.c
6192                 Add "k" as shortcut for "colorlabel". Patch
6193                 by ath42@users.sf.net.
6194
6195 2006-05-12 [paul]       2.2.0cvs7
6196
6197         * src/prefs_common.h
6198         * src/prefs_summaries.c
6199         * src/summaryview.c
6200                 when entering a folder also allow
6201                 going directly to first Marked message
6202
6203 2006-05-12 [paul]       2.2.0cvs6
6204
6205         * src/summaryview.c
6206                 always obey 'confirm before marking all
6207                 mails read' option
6208
6209 2006-05-12 [paul]       2.2.0cvs5
6210
6211         * src/textview.c
6212                 make Sender fully clickable
6213
6214 2006-05-12 [colin]      2.2.0cvs4
6215
6216         * src/compose.c
6217         * src/compose.h
6218                 Let From be editable
6219         * src/main.c
6220         * src/mh.c
6221                 Full support of .mh_sequences' Unseen seq
6222
6223 2006-05-12 [colin]      2.2.0cvs3
6224
6225         * src/folder.c
6226         * src/mainwindow.c
6227         * src/mainwindow.h
6228         * src/messageview.c
6229         * src/prefs_spelling.c
6230         * src/procheader.c
6231         * src/procmsg.c
6232         * src/procmsg.h
6233         * src/summaryview.c
6234         * src/toolbar.c
6235         * src/toolbar.h
6236                 Add contextual menu on Compose toolbar
6237                 button. Fixes bug #944 (Automatic
6238                 addresses not applied when changing account
6239                 from compose window)
6240                 add Mailing List support
6241                 based on the old 0.6.5claws25 patch by
6242                 Melvin Hadasht, with finishing touches
6243                 by Colin
6244                 Fix "ignore thread" when mails are threaded by
6245                 subject (and weren't ignored although appearing
6246                 in the thread).
6247                 GUI rework.
6248                 Both patches by Pawel.
6249
6250 2006-05-08 [paul]       2.2.0cvs2
6251
6252         * src/mainwindow.c
6253         * src/mainwindow.h
6254         * src/messageview.c
6255         * src/procheader.c
6256         * src/procmsg.c
6257         * src/procmsg.h
6258         * src/summaryview.c
6259                 add Mailing List support
6260                 based on the old 0.6.5claws25 patch by 
6261                 Melvin Hadasht, with finishing touches
6262                 by Colin
6263
6264 2006-05-08 [colin]      2.2.0cvs1
6265
6266         * src/mainwindow.c
6267         * src/toolbar.c
6268         * src/toolbar.h
6269                 Add contextual menu on Compose toolbar 
6270                 button. Fixes bug #944 (Automatic 
6271                 addresses not applied when changing account 
6272                 from compose window)
6273
6274 2006-05-08 [paul]       2.2.0
6275
6276         2.2.0 released
6277
6278 2006-05-08 [paul]       2.1.1cvs51
6279
6280         * po/cs.po
6281         * po/de.po
6282         * po/en_GB.po
6283         * po/fi.po
6284         * po/fr.po
6285         * po/pt_BR.po
6286         * po/sr.po
6287         * po/zh_CN.po
6288                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6289                 Fabien Vantard, Frederico Goncalves Guimaraes,
6290                 Aleksandar Urosevic, and Ralgh Young
6291
6292 2006-05-12 [colin]      2.1.1cvs50
6293
6294         * po/cs.po
6295         * po/de.po
6296         * po/en_GB.po
6297         * po/es.po
6298         * po/fi.po
6299         * po/fr.po
6300         * po/pt_BR.po
6301         * po/sr.po
6302         * po/zh_CN.po
6303                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6304                 Fabien Vantard, Frederico Goncalves Guimaraes,
6305                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6306
6307 2006-05-05 [colin]      2.1.1cvs49
6308
6309         * manual/Makefile.am
6310         * manual/pl/Makefile.am
6311         * manual/pl/account.xml
6312         * manual/pl/ack.xml
6313         * manual/pl/addrbook.xml
6314         * manual/pl/advanced.xml
6315         * manual/pl/faq.xml
6316         * manual/pl/glossary.xml
6317         * manual/pl/gpl.xml
6318         * manual/pl/handling.xml
6319         * manual/pl/intro.xml
6320         * manual/pl/keyboard.xml
6321         * manual/pl/plugins.xml
6322         * manual/pl/starting.xml
6323         * manual/pl/sylpheed-claws-manual.xml
6324         * manual/pl/dist/.cvsignore
6325         * manual/pl/dist/Makefile.am
6326         * manual/pl/dist/html/.cvsignore
6327         * manual/pl/dist/html/Makefile.am
6328         * manual/pl/dist/pdf/.cvsignore
6329         * manual/pl/dist/pdf/Makefile.am
6330         * manual/pl/dist/ps/.cvsignore
6331         * manual/pl/dist/ps/Makefile.am
6332         * manual/pl/dist/txt/.cvsignore
6333         * manual/pl/dist/txt/Makefile.am
6334                 Add the polish translation of the manual,
6335                 Authored by Pawel Pekala.
6336
6337 2006-05-05 [cleroy]     2.1.1cvs48
6338
6339         * src/main.c
6340                 Re-read matcherrc after loading plugins 
6341                 if some of them add folders.
6342
6343 2006-05-03 [colin]      2.1.1cvs47
6344
6345         * src/imap.c
6346                 I'm idiot
6347
6348 2006-05-03 [colin]      2.1.1cvs46
6349
6350         * src/imap.c
6351                 Be sure to have a session when
6352                 getting separator
6353
6354 2006-05-03 [colin]      2.1.1cvs45
6355
6356         * src/imap.c
6357         * src/imap.h
6358         * src/imap_gtk.c
6359                 Fix preventing renaming with namespace 
6360                 separator.
6361
6362 2006-05-01 [colin]      2.1.1cvs44
6363
6364         * src/action.c
6365                 Don't reload messageview when result of
6366                 action is piped.
6367
6368 2006-04-29 [colin]      2.1.1cvs43
6369
6370         * src/prefs_receive.c
6371         * src/plugins/spamassassin/spamassassin_gtk.c
6372         * src/plugins/clamav/clamav_plugin_gtk.c
6373                 GUI fixes by Pawel
6374
6375 2006-04-29 [colin]      2.1.1cvs42
6376
6377         * src/prefs_compose_writing.c
6378         * src/prefs_quote.c
6379                 Cleanups. Patch by Pawel
6380
6381 2006-04-28 [paul]       2.1.1cvs41
6382
6383         * src/matcher.c
6384                 fix returned quick search results when search
6385                 term contains an underscore.
6386                 Thanks to Colin
6387
6388 2006-04-28 [paul]       2.1.1cvs40
6389
6390         * src/prefs_message.c
6391         * src/prefs_receive.c
6392                 GUI cleanups
6393                 Patches by Pawel Pekala
6394
6395 2006-04-27 [colin]      2.1.1cvs39
6396
6397         * src/wizard.c
6398                 Differentiate subject Welcome from
6399                 window's title Welcome
6400
6401 2006-04-27 [paul]
6402
6403         2.2.0-rc1 released
6404
6405 2006-04-27 [paul]       2.1.1cvs38
6406
6407         * manual/advanced.xml
6408         * manual/fr/advanced.xml
6409                 add info about compose_no_markup hidden pref
6410
6411 2006-04-27 [paul]       2.1.1cvs37
6412
6413         * src/prefs_account.c
6414                 improve privacy labels
6415         * src/prefs_msg_colors.c
6416                 change some strings for translators' convenience
6417         * src/gtk/gtkutils.c
6418                 don't underline the link button text
6419
6420 2006-04-25 [colin]      2.1.1cvs36
6421
6422         * src/folder.c
6423                 Complete 2.1.1cvs33 (once more ;)
6424
6425 2006-04-25 [colin]      2.1.1cvs35
6426
6427         * src/editldap.c
6428                 Fix tooltip
6429
6430 2006-04-25 [cleroy]     2.1.1cvs34
6431
6432         * src/compose.c
6433         * src/gtk/gtkaspell.c
6434                 Fix crash on redirect (related to the return 
6435                 of the aspell menu in compose's toolbar)
6436         * src/prefs_msg_colors.c
6437                 Fix sensitivity widgets
6438         * src/image_viewer.c
6439         * src/gtk/pluginwindow.c
6440         * src/gtk/prefswindow.c
6441                 Change released signals to clicked (Fabien)
6442         * po/POTFILES.in
6443         * src/common/socket.c
6444         * src/plugins/spamassassin/spamassassin.c
6445                 Translate strings (Fabien)
6446
6447 2006-04-25 [paul]       2.1.1cvs33
6448
6449         * src/folder.c
6450         * src/folder.h
6451         * src/folderview.c
6452                 complete the fix of bug #912
6453                 Thanks to Colin
6454
6455 2006-04-25 [colin]      2.1.1cvs32
6456
6457         * src/news.c
6458                 Better progress bar
6459         * src/mimeview.c
6460         * src/summaryview.c
6461         * src/summaryview.h
6462                 Fix focus chain
6463                 Patches by Pawel Pekala
6464
6465 2006-04-24 [colin]      2.1.1cvs31
6466
6467         * src/compose.c
6468                 Fix compilation warnings (Fabien)
6469
6470 2006-04-24 [colin]      2.1.1cvs30
6471
6472         * src/addrindex.c
6473         * src/editldap.c
6474         * src/editldap_basedn.c
6475         * src/editldap_basedn.h
6476         * src/ldapctrl.c
6477         * src/ldapctrl.h
6478         * src/ldapquery.c
6479         * src/ldaputil.c
6480         * src/ldaputil.h
6481                 Fix bug #901 (LDAPS support)
6482
6483 2006-04-24 [colin]      2.1.1cvs29
6484
6485         * src/compose.c
6486                 Fix logic on error with send dialog on
6487         * src/imap.c
6488                 Fix compilation without libetpan, thanks
6489                 to Fabien
6490         * src/summaryview.c
6491                 Fix 'context-menu' key
6492
6493 2006-04-23 [colin]      2.1.1cvs28
6494
6495         * src/folder.c
6496                 Never free current's cache to free up 
6497                 memory. Fixes bug #912 (new count 
6498                 randomly set to message count)
6499
6500 2006-04-23 [colin]      2.1.1cvs27
6501
6502         * src/gtk/quicksearch.c
6503                 And remove printf...
6504
6505 2006-04-23 [colin]      2.1.1cvs26
6506
6507         * src/gtk/quicksearch.c
6508                 Fix replacing in quicksearch, and fix inserting
6509                 in the middle of the string. (introduced at 2.1.0cvs22)
6510
6511 2006-04-23 [colin]      2.1.1cvs25
6512
6513         * src/imap.c
6514                 Make sure uidnext is initialized in get_num_list
6515                 (not for stable, related to 2.1.1cvs8 and friends)
6516
6517 2006-04-23 [colin]      2.1.1cvs24
6518
6519         * src/imap.c
6520                 Output something when login is successful
6521                 too
6522
6523 2006-04-23 [colin]      2.1.1cvs23
6524
6525         * src/etpan/imap-thread.c
6526                 Better logging (line-per-line, hide data in fetch)
6527                 Fix a const warning
6528         * src/gtk/logwindow.c
6529         * src/gtk/logwindow.h
6530                 Better logging (color for input/output)
6531
6532 2006-04-21 [colin]      2.1.1cvs22
6533
6534         * src/gtk/quicksearch.c
6535                 On gtk+-2.8, use stock buttons in quicksearch
6536                 Based on a patch by Fabien and a design by Paul
6537
6538 2006-04-21 [colin]      2.1.1cvs21
6539
6540         * src/folderview.c
6541         * src/mainwindow.c
6542                 Fix occasional flicker in folderview
6543         * src/common/utils.c
6544                 Fix bug #943 (Incorrectly parsed email address 
6545                 list in short headers on message view and in 
6546                 printouts)
6547
6548 2006-04-20 [colin]      2.1.1cvs20
6549
6550         * src/imap.c
6551         * src/imap.h
6552         * src/prefs_account.c
6553                 Add ANONYMOUS auth for IMAP
6554
6555 2006-04-20 [paul]       2.1.1cvs19
6556
6557         * src/main.c
6558                 proper fix for 2.1.1cvs18
6559                 Thanks to Colin
6560
6561 2006-04-20 [paul]       2.1.1cvs18
6562
6563         * src/main.c
6564                 fix build warnings
6565
6566 2006-04-20 [paul]       2.1.1cvs17
6567
6568         * src/gtk/quicksearch.c
6569                 fix standard, non-extended Quick search,
6570                 was broken in 2.1.1cvs15.
6571                 Thanks to Colin.
6572
6573 2006-04-20 [colin]      2.1.1cvs16
6574
6575         * src/prefs_matcher.c
6576                 Fix values when reselecting a ~test
6577                 rule
6578
6579 2006-04-19 [colin]      2.1.1cvs15
6580
6581         * src/compose.c
6582         * src/compose.h
6583         * src/gtk/gtkaspell.c
6584         * src/gtk/gtkaspell.h
6585                 Put back Options menu in Spelling/
6586         * src/gtk/quicksearch.c
6587                 Don't search, and show error, if the
6588                 advanced search has a syntax error
6589
6590 2006-04-18 [colin]      2.1.1cvs14
6591
6592         * src/textview.c
6593                 Fix gdk warnings on set_cursor when textview
6594                 isn't visible
6595
6596 2006-04-18 [colin]      2.1.1cvs13
6597
6598         * src/gtk/gtksctree.c
6599                 Remove seemingly useless refresh that causes
6600                 flicker - watch this commit in case of 
6601                 problems before planned backport to stable
6602
6603 2006-04-18 [colin]      2.1.1cvs12
6604
6605         * src/imap.c
6606                 Factorize get/set_xml code
6607         * src/compose.c
6608         * src/prefs_account.c
6609         * src/prefs_account.h
6610         * src/procmsg.c
6611                 Add Encrypt to self option
6612
6613 2006-04-17 [colin]      2.1.1cvs11
6614
6615         * configure.ac
6616                 Fix search on encrpyt function on dragonfly
6617                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6618
6619 2006-04-17 [colin]      2.1.1cvs10
6620
6621         * src/prefs_account.c
6622                 Be safe by default: remove mails from POP3
6623                 after 7 days, not immediately
6624
6625 2006-04-17 [colin]      2.1.1cvs9
6626
6627         * src/etpan/imap-thread.c
6628                 Fix build on DragonFly - patch by 
6629                 Jonathan Buschmann <jonthn@agmact.com>
6630
6631 2006-04-17 [colin]      2.1.1cvs8
6632
6633         * src/imap.c
6634                 Save uidnext between sessions
6635
6636 2006-04-17 [colin]      2.1.1cvs7
6637
6638         * src/imap.c
6639                 scan is required when uid validity changes
6640
6641 2006-04-17 [colin]      2.1.1cvs6
6642
6643         * src/folderview.c
6644                 Don't scan if not necessary, apart in current
6645                 folder and INBOX to fetch flags.
6646         * src/imap.c
6647                 Scan is necessary if unread count changes
6648
6649 2006-04-17 [colin]      2.1.1cvs5
6650
6651         * src/imap.c
6652                 ...But always fetch ANSWERED and DELETED flags for
6653                 INBOX, as filtering can happen on these flags.
6654
6655 2006-04-17 [colin]      2.1.1cvs4
6656
6657         * src/imap.c
6658                 Don't fetch REPLIED and DELETED flags when synchronising
6659                 flags with a closed folder. We only need UNSEEN and FLAGGED
6660                 to update the folderview.
6661
6662 2006-04-17 [colin]      2.1.1cvs3
6663
6664         * src/imap.c
6665                 Faster flag search when there are new mails 
6666                 in a folder. We can do a full search if the 
6667                 folder contains less messages than the new
6668                 list.
6669
6670 2006-04-17 [colin]      2.1.1cvs2
6671
6672         * po/cs.po
6673         * po/de.po
6674         * po/fr.po
6675         * po/nl.po
6676         * po/pt_BR.po
6677                 Update translations from stable branch
6678
6679 2006-04-17 [colin]      2.1.1cvs1
6680
6681         * configure.ac
6682                 Bump version to follow stable release
6683
6684 2006-04-16 [mones]      2.1.0cvs50
6685
6686         * po/es.po
6687                 Updated for release
6688
6689 2006-04-16 [colin]      2.1.0cvs49
6690
6691         * src/textview.c
6692                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6693                 with gtk < 2.8. Thanks to Fabien Vantard.
6694
6695 2006-04-15 [colin]      2.1.0cvs48
6696
6697         * src/etpan/imap-thread.c
6698                 Fix bug #919 (libetpan: SEGV when connecting 
6699                 using command)
6700
6701 2006-04-14 [colin]      2.1.0cvs47
6702
6703         * src/main.c
6704                 Fix race on --select (should be done better)
6705
6706 2006-04-14 [wwp]        2.1.0cvs46
6707
6708         * src/send_message.c
6709                 enforce a check for domain in account prefs (a sending
6710                 error could be faced if domain was checked but no value set),
6711                 thanks to Colin.
6712
6713 2006-04-14 [colin]      2.1.0cvs45
6714
6715         * src/codeconv.c
6716                 when converting from unknown to unknown, if the
6717                 string is UTF8, don't convert it to the locale
6718                 (which breaks it)
6719
6720 2006-04-14 [colin]      2.1.0cvs44
6721
6722         * src/compose.c
6723                 Don't try to use ASCII for converting headers
6724                 (as done in body)
6725
6726 2006-04-14 [paul]       2.1.0cvs43
6727
6728         * src/crash.c
6729                 add locale/charset info to crash report
6730         * src/gtk/about.c
6731                 add wwp to doc team
6732                 replace 'e-mail' with preferred 'email'
6733         * src/gtk/authors.h
6734                 ensure contributors list is in alphabetical
6735                 order
6736
6737 2006-04-13 [colin]      2.1.0cvs42
6738
6739         * src/textview.c
6740                 Prevent gdk warnings
6741
6742 2006-04-13 [colin]      2.1.0cvs41
6743
6744         * src/common/ssl_certificate.c
6745         * src/common/ssl_certificate.h
6746         * src/gtk/sslcertwindow.c
6747                 Warn on expired certs, and display the expiration date
6748
6749 2006-04-13 [colin]      2.1.0cvs40
6750
6751         * src/plugins/spamassassin/spamassassin_gtk.c
6752                 Fix missing set_text on unix socket
6753
6754 2006-04-13 [wwp]        2.1.0cvs39
6755
6756         * manual/fr/advanced.xml
6757         * manual/fr/glossary.xml
6758                 applied new spam/ham/email lexicon (pourriel, courriel)
6759
6760 2006-04-13 [paul]       2.1.0cvs38
6761
6762         * src/plugins/pgpmime/plugin.c
6763                 remove the mention of S/MIME from the
6764                 description. This is now handled by the
6765                 S/MIME plugin.
6766
6767 2006-04-13 [paul]       2.1.0cvs37
6768
6769         * src/prefs_msg_colors.c
6770                 rework dialog
6771         * src/prefs_folder_item.c
6772         * src/prefs_spelling.c
6773                 add a tooltip to the colour selector buttons
6774
6775 2006-04-13 [wwp]        2.1.0cvs36
6776
6777         * manual/advanced.xml
6778         * manual/glossary.xml
6779         * manual/handling.xml
6780         * manual/keyboard.xml
6781         * manual/plugins.xml
6782         * manual/starting.xml
6783         * manual/fr/account.xml
6784         * manual/fr/ack.xml
6785         * manual/fr/addrbook.xml
6786         * manual/fr/advanced.xml
6787         * manual/fr/faq.xml
6788         * manual/fr/glossary.xml
6789         * manual/fr/gpl.xml
6790         * manual/fr/handling.xml
6791         * manual/fr/intro.xml
6792         * manual/fr/keyboard.xml
6793         * manual/fr/plugins.xml
6794         * manual/fr/starting.xml
6795         * manual/fr/sylpheed-claws-manual.xml
6796                 fixes to the manuals:
6797                  - summaryview -> Message List (same in French)
6798                  - translate key names
6799                  - fix French punctuation, use non-breakable spaces when
6800                    necessary, don't use &thinsp; which is not portable
6801                  - tell what maildir and mbox formats we support
6802
6803 2006-04-12 [wwp]        2.1.0cvs35
6804
6805         * src/prefs_toolbar.c
6806                 unified a replace button more,
6807                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6808
6809 2006-04-12 [wwp]        2.1.0cvs34
6810
6811         * src/prefs_common.c
6812         * src/prefs_msg_colors.c
6813                 make default color labels translatable,
6814                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6815                 thanks to Tim <timbrain@post.cz> for reporting.
6816
6817 2006-04-12 [wwp]        2.1.0cvs33
6818
6819         * manual/glossary.xml
6820         * manual/intro.xml
6821         * manual/plugins.xml
6822         * manual/starting.xml
6823         * manual/sylpheed-claws-manual.xml
6824         * manual/fr/.cvsignore
6825         * manual/fr/account.xml
6826         * manual/fr/ack.xml
6827         * manual/fr/addrbook.xml
6828         * manual/fr/advanced.xml
6829         * manual/fr/faq.xml
6830         * manual/fr/glossary.xml
6831         * manual/fr/handling.xml
6832         * manual/fr/intro.xml
6833         * manual/fr/keyboard.xml
6834         * manual/fr/plugins.xml
6835         * manual/fr/starting.xml
6836         * manual/fr/sylpheed-claws-manual.xml
6837                 various fixes: typos, missing .fr translations, punctuation,
6838                 capitalization, links, accents and some bad French more.
6839
6840 2006-04-12 [wwp]        2.1.0cvs32
6841
6842         * src/prefs_gtk.c
6843                 fix for bug #935: always store prefs files in UTF-8 (thanks
6844                 to Colin).
6845
6846 2006-04-11 [colin]      2.1.0cvs31
6847
6848         * src/compose.c
6849                 Fix inserting files not in utf8 when locale is utf8
6850
6851 2006-04-11 [colin]      2.1.0cvs30
6852
6853         * src/inc.c
6854                 Don't show error dialog when cancelling connection
6855                 Patch by Pawel
6856
6857 2006-04-11 [cleroy]     2.1.0cvs29
6858
6859         * src/compose.c
6860                 Implement multiple quote levels
6861         * src/prefs_common.c
6862                 Change a little bit the quote bgcolor for 2nd level
6863
6864 2006-04-11 [colin]      2.1.0cvs28
6865
6866         * src/gtk/about.c
6867                 Add locale and charset in the label
6868
6869 2006-04-10 [colin]      2.1.0cvs27
6870
6871         * src/compose.c
6872         * src/prefs_common.c
6873         * src/prefs_common.h
6874         * src/prefs_msg_colors.c
6875         * src/textview.c
6876                 Allow optional background color in quotes
6877                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6878                 GTK+-2.8.x feature
6879
6880 2006-04-10 [colin]      2.1.0cvs26
6881
6882         * src/main.c
6883         * src/mainwindow.c
6884         * src/mainwindow.h
6885                 Implement --select
6886
6887 2006-04-10 [colin]      2.1.0cvs25
6888
6889         * manual/plugins.xml
6890         * manual/fr/plugins.xml
6891                 Document libcurl's proxy variables
6892
6893 2006-04-09 [colin]      2.1.0cvs24
6894
6895         * src/prefs_common.c
6896                 gettext() returns statically allocated stuff. We have
6897                 to strdup it in order to be able to free it.
6898
6899 2006-04-09 [colin]      2.1.0cvs23
6900
6901         * AUTHORS
6902         * src/gtk/authors.h
6903                 Add Alexei
6904
6905 2006-04-09 [colin]      2.1.0cvs22
6906
6907         * src/mainwindow.c
6908         * src/gtk/quicksearch.c
6909                 Fix bug #859 (problems with cyrilic input in 
6910                 search panel) - Patch by Alexey Illarionov 
6911                 <littlesavage@rambler.ru>
6912
6913 2006-04-09 [colin]      2.1.0cvs21
6914
6915         * src/prefs_customheader.c
6916                 I prefer removing then freeing rather than the contrary
6917                 (even if it doesn't change anything ;-)
6918         * src/prefs_account.c
6919                 Fix bug #933 (Crash re-entering the custom headers list 
6920                 dialog in accounts prefs)
6921                 The problem happened when cancelling the Account 
6922                 Preferences' dialogs - in which case we didn't do 
6923                 anything to the PrefsAccount * struct. In case of applying,
6924                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6925                 working with in this dialog. The problem is that 
6926                 prefs_customheader.c, working on this tmp_ac_prefs, always
6927                 changes the ->customhdr_list pointer, even when cancelled. 
6928                 So in case of cancelling the prefs_account dialog, we still
6929                 have to update ->customhdr_list in the real account.
6930
6931 2006-04-08 [colin]      2.1.0cvs20
6932
6933         * manual/fr/glossary.xml
6934         * manual/fr/keyboard.xml
6935                 Forgot some headers :)
6936
6937 2006-04-08 [colin]      2.1.0cvs19
6938
6939         * manual/Makefile.am
6940         * manual/fr/Makefile.am
6941         * manual/fr/account.xml
6942         * manual/fr/ack.xml
6943         * manual/fr/addrbook.xml
6944         * manual/fr/advanced.xml
6945         * manual/fr/faq.xml
6946         * manual/fr/glossary.xml
6947         * manual/fr/gpl.xml
6948         * manual/fr/handling.xml
6949         * manual/fr/intro.xml
6950         * manual/fr/keyboard.xml
6951         * manual/fr/plugins.xml
6952         * manual/fr/starting.xml
6953         * manual/fr/sylpheed-claws-manual.xml
6954         * manual/fr/dist/.cvsignore
6955         * manual/fr/dist/Makefile.am
6956         * manual/fr/dist/html/.cvsignore
6957         * manual/fr/dist/html/Makefile.am
6958         * manual/fr/dist/pdf/.cvsignore
6959         * manual/fr/dist/pdf/Makefile.am
6960         * manual/fr/dist/ps/.cvsignore
6961         * manual/fr/dist/ps/Makefile.am
6962         * manual/fr/dist/txt/.cvsignore
6963         * manual/fr/dist/txt/Makefile.am
6964                 Add the french translation of the manual. Thanks to
6965                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6966                 account.xml, ack.xml, addrbook.xml and advanced.xml
6967
6968 2006-04-08 [colin]      2.1.0cvs18
6969
6970         * manual/plugins.xml
6971         * manual/starting.xml
6972                 More fixes
6973
6974 2006-04-07 [colin]      2.1.0cvs17
6975
6976         * manual/faq.xml
6977         * manual/intro.xml
6978         * manual/keyboard.xml
6979                 Little fixes
6980
6981 2006-04-07 [colin]      2.1.0cvs16
6982
6983         * README
6984         * src/compose.c
6985         * src/prefs_common.c
6986         * src/prefs_common.h
6987                 Add hidden compose_no_markup pref
6988
6989 2006-04-07 [wwp]        2.1.0cvs15
6990
6991         * src/summary_search.c
6992         * .cvsignore
6993                 Bugfix: stop button was sticky when searching in an empty folder.
6994                 Applied curly brackets code style to the whole file (summary_search.c).
6995                 More files to ignore.
6996
6997 2006-04-07 [wwp]        2.1.0cvs14
6998
6999         * src/message_search.c
7000         * src/summary_search.c
7001                 changed default button when search bumps at file/folder
7002                 beginning or end, for convenience (thanks to Colin).
7003
7004 2006-04-07 [paul]       2.1.0cvs13
7005
7006         * src/plugins/dillo_viewer/dillo_prefs.c
7007                 avoid future potential for namespace collision
7008                 Patch by Colin
7009
7010 2006-04-06 [wwp]        2.1.0cvs12
7011
7012         * src/summary_search.c
7013                 Unify extended/advanced searches names (and thus factorize labels),
7014                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7015
7016 2006-04-06 [wwp]        2.1.0cvs11
7017
7018         * src/folderview.c
7019         * src/prefs_themes.c
7020         * src/summaryview.c
7021                 Fixed some compilation warnings.
7022
7023 2006-04-06 [colin]      2.1.0cvs10
7024
7025         * manual/advanced.xml
7026                 Document the wizard template and how to deploy
7027                 Sylpheed-Claws effectively
7028
7029 2006-04-06 [colin]      2.1.0cvs9
7030
7031         * src/folderview.c
7032                 gettext patch to tell translators about _("#"),
7033                 by Maxim Britov
7034
7035 2006-04-06 [colin]      2.1.0cvs8
7036
7037         * src/textview.c
7038                 Fix invalid GtkTextBIter after clicking "Display as text"
7039
7040 2006-04-06 [mones]      2.1.0cvs7
7041
7042         * src/addr_compl.c
7043         * src/addrindex.c
7044         * src/addritem.c
7045         * src/codeconv.c
7046         * src/compose.c
7047         * src/filtering.c
7048         * src/folder.c
7049         * src/folder_item_prefs.c
7050         * src/folderview.c
7051         * src/localfolder.c
7052         * src/matcher.c
7053         * src/mimeview.c
7054         * src/prefs_msg_colors.c
7055         * src/prefs_spelling.c
7056         * src/prefs_themes.c
7057         * src/procmime.c
7058         * src/procmsg.c
7059         * src/stock_pixmap.c
7060         * src/summaryview.c
7061         * src/textview.c
7062         * src/toolbar.c
7063         * src/common/mgutils.c
7064         * src/common/prefs.c
7065         * src/common/ssl_certificate.c
7066         * src/gtk/colorlabel.c
7067         * src/gtk/quicksearch.c
7068         * src/plugins/pgpmime/pgpmime.c
7069         * src/plugins/spamassassin/spamassassin.c
7070                 Removed redundant NULL checks for g_free() calls.
7071                 Patch by Pawel Pekala.
7072
7073 2006-04-06 [mones]      2.1.0cvs6
7074
7075         * src/prefs_actions.c
7076         * src/prefs_filtering.c
7077         * src/prefs_filtering_action.c
7078         * src/prefs_matcher.c
7079         * src/prefs_template.c
7080         * src/gtk/gtkutils.c
7081         * src/gtk/gtkutils.h
7082                 Have a nice replace button. Patch by Pawel Pekala
7083
7084 2006-04-06 [colin]      2.1.0cvs5
7085
7086         * src/addressbook.c
7087                 Fix crash with empty columns
7088
7089 2006-04-05 [colin]      2.1.0cvs4
7090
7091         * src/wizard.c
7092         * src/prefs_gtk.c
7093                 Allow wizard customization with pre-filled values
7094
7095 2006-04-05 [colin]      2.1.0cvs3
7096
7097         * src/textview.c
7098         * src/mimeview.c
7099         * src/mimeview.h
7100                 Nicer messages in mimeview
7101
7102 2006-04-05 [colin]      2.1.0cvs2
7103
7104         * src/addressbook.c
7105         * src/prefs_summaries.c
7106                 i18n fix
7107
7108 2006-04-05 [colin]      2.1.0cvs1
7109
7110         * src/plugins/pgpcore/plugin.c
7111         * src/plugins/pgpcore/select-keys.c
7112         * src/plugins/pgpcore/select-keys.h
7113         * src/plugins/pgpcore/sgpgme.c
7114         * src/plugins/pgpcore/sgpgme.h
7115         * src/plugins/pgpinline/pgpinline.c
7116         * src/plugins/pgpinline/plugin.c
7117         * src/plugins/pgpmime/pgpmime.c
7118         * src/plugins/pgpmime/plugin.c
7119                 Factorize and generalize a bit 
7120                 Drop S/MIME signature verification from PGP/MIME
7121                 (adding it as another, more complete plugin)
7122
7123 2006-04-05 [paul]       2.1.0
7124
7125         2.1.0 released
7126
7127 2006-04-05 [paul]       2.0.0cvs186
7128
7129         * manual/advanced.xml
7130                 add info on colour labels
7131
7132 2006-04-05 [paul]       2.0.0cvs185
7133
7134         * po/bg.po
7135         * po/cs.po
7136         * po/de.po
7137         * po/el.po
7138         * po/en_GB.po
7139         * po/fi.po
7140         * po/fr.po
7141         * po/it.po
7142         * po/nl.po
7143         * po/pl.po
7144         * po/pt_BR.po
7145         * po/sr.po
7146         * po/zh_CN.po
7147                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7148                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7149                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7150                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7151         * src/gtk/authors.h
7152         * tools/claws.i18n.status.pl
7153                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7154                 and new Czech translator, Tim <timbrain@post.cz>
7155
7156 2006-04-05 [mones]      2.0.0cvs184
7157
7158         * po/es.po
7159                 Updated translation
7160
7161 2006-04-05 [colin]      2.0.0cvs183
7162
7163         * src/gtk/quicksearch.c
7164                 Fix bug #929 (unnecessary reload in quick search bar)
7165
7166 2006-04-05 [colin]      2.0.0cvs182
7167
7168         * src/compose.c
7169                 Fix crash on Reply with no From:
7170                 Show signature and conversion error on queuing 
7171                 (but not sending)
7172         * src/mainwindow.c
7173         * src/summaryview.c
7174         * src/summaryview.h
7175                 Factorize threading code and make sure msginfo 
7176                 is not null when it comes from a GtkCTreeRow's 
7177                 data
7178         * src/gtk/gtkaspell.c
7179                 Check for necessary things
7180         * src/gtk/gtksctree.c
7181         * src/gtk/gtksctree.h
7182                 Reset anchor if necessary when removing node
7183
7184 2006-03-29 [colin]      2.0.0cvs181
7185
7186         * src/folderview.c
7187                 Warn for disabled IMAP accounts (due to lack of
7188                 libetpan). Breaks string-freeze - sorry - but it
7189                 is kind of important ;)
7190
7191 2006-03-28 [colin]      2.0.0cvs180
7192
7193         * src/gtk/gtkutils.c
7194         * src/gtk/gtkutils.h
7195                 Add a gtkut_get_link_btn() function that
7196                 creates a button which acts like an URI
7197         * src/prefs_themes.c
7198         * src/gtk/about.c
7199                 Use this function (factorizes codes)
7200         * src/common/defs.h
7201         * src/gtk/pluginwindow.c
7202                 Add a "Get more..." in the plugins window
7203
7204 2006-03-28 [colin]      2.0.0cvs179
7205
7206         * src/common/smtp.c
7207         * src/common/passcrypt.c
7208         * src/undo.c
7209                 Warning fixes. Patch by Pawel Pekala
7210
7211 2006-03-27 [colin]      2.0.0cvs178
7212
7213         * src/undo.c
7214                 Fix undoing by blocks with spaces
7215
7216 2006-03-27 [colin]      2.0.0cvs177
7217
7218         * src/textview.c
7219                 Set margin to 3px for headers
7220
7221 2006-03-27 [paul]
7222
7223         2.1.0-rc2 released
7224
7225 2006-03-27 [wwp]        2.0.0cvs176
7226
7227         * src/summaryview.c
7228                 don't reset quicksearch when updating the message list.
7229                 Thanks to Colin.
7230
7231 2006-03-26 [wwp]        2.0.0cvs175
7232
7233         * src/compose.c
7234                 use a unified border width ('other' tab in the compose window,
7235                 patch by Pawel Pekala).
7236
7237
7238 2006-03-26 [wwp]        2.0.0cvs174
7239
7240         * src/common/quoted-printable.c
7241         * src/addressbook.c
7242                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7243
7244 2006-03-26 [colin]      2.0.0cvs173
7245
7246         * src/quote_fmt_parse.y
7247                 Fix non-UTF8 date formats messing up the whole quote a 
7248                 little bit
7249
7250 2006-03-26 [colin]      2.0.0cvs172
7251
7252         * src/procheader.c
7253                 Make sure the date is UTF8 valid, or try to make it
7254                 so. IncrediMail is really IncrediStupid.
7255         * src/compose.c
7256                 Fix possible conversions. 
7257                 
7258
7259 2006-03-26 [colin]      2.0.0cvs171
7260
7261         * src/matcher.c
7262                 Fix corner cases in body search. This is still a
7263                 hack... It seems impossible to make it good and 
7264                 reasonably fast at the same time.
7265
7266 2006-03-26 [colin]      2.0.0cvs170
7267
7268         * src/summaryview.c
7269                 I think I killed the twilight zone bug!
7270                 summary_select_node() flushes GTK events in order
7271                 to be able to center the view. But this also 
7272                 flushes keypresses like Ctrl-Alt-U, so this can
7273                 call summary_show from summary_select_node (itself
7274                 called from summary_show, etc.). And the summaryview
7275                 has to be unlocked in this function. So just locking
7276                 while processing GTK events, and bailing if locked, 
7277                 should fix it.
7278                 Fixes bug #927 (SIGSEGV during Update Summary)
7279
7280 2006-03-25 [colin]      2.0.0cvs169
7281
7282         * src/matcher.c
7283                 Fix search in QP-encoded bodies
7284                 Fix utf-8 searches in bodies encoded in the
7285                 locale's encoding
7286         * src/common/quoted-printable.c
7287         * src/common/quoted-printable.h
7288                 Add a decode function that doesn't overwrite
7289                 the original pointer
7290                 
7291
7292 2006-03-24 [colin]      2.0.0cvs168
7293
7294         * src/action.c
7295         * src/summaryview.c
7296         * src/summaryview.h
7297                 Update message cache after action
7298                 Patch by H. Merijn Brand
7299         * src/prefs_msg_colors.c
7300                 Factorize label 
7301                 Patch by Fabien Vantard
7302         * src/plugins/spamassassin/spamassassin_gtk.c
7303                 Remove useless translation
7304                 Patch by Fabien Vantard
7305
7306 2006-03-23 [colin]      2.0.0cvs167
7307
7308         * src/common/ssl.c
7309                 Let 30 seconds to SSL_connect
7310
7311 2006-03-23 [wwp]        2.0.0cvs166
7312
7313         * src/summaryview.c
7314         * src/gtk/description_window.c
7315                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7316                 and headers are translated; adjust description windows' width to fit their
7317                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7318
7319 2006-03-23 [paul]       2.0.0cvs165
7320
7321         * src/common/utils.c
7322                 fix highlighting of URIs containing "()"
7323                 (2.0.0cvs164's reversal fixed)
7324                 Thanks to Colin.
7325
7326 2006-03-23 [paul]       2.0.0cvs164
7327
7328         * src/common/utils.c
7329                 revert patch, (postponing a fix), at 2.0.0cvs120
7330                 as it breaks more URIs than it fixes.
7331                 Allow '-' to be a terminating character in a URI
7332
7333 2006-03-22 [colin]      2.0.0cvs163
7334
7335         * configure.ac
7336                 Require libetpan 0.45
7337                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7338
7339 2006-03-22 [paul]       2.0.0cvs162
7340
7341         * src/editgroup.c
7342                 replace '<-' and '->' buttons with GTK_STOCK graphical
7343                 buttons
7344         * src/summary_search.c
7345                 don't offer '...' for translation
7346                 add a tooltip to advanced search '...' button
7347         * src/gtk/quicksearch.c
7348                 don't offer '...' for translation
7349
7350 2006-03-21 [colin]      2.0.0cvs161
7351
7352         * src/compose.c
7353                 Fix middle-click pasting (insert at click
7354                 position instead of cursor position, don't
7355                 remove existing selection and allow pasting
7356                 our own selection)
7357         * src/addressbook.c
7358                 "LDAP Server" -> "LDAP servers"
7359
7360 2006-03-21 [wwp]        2.0.0cvs160
7361
7362         * src/etpan/imap-thread.c
7363                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7364
7365 2006-03-20 [colin]      2.0.0cvs159
7366
7367         * src/summaryview.c
7368                 Don't reload summaryview after an execute with no
7369                 move action
7370
7371 2006-03-19 [colin]      2.0.0cvs158
7372
7373         * src/addressbook.c
7374                 and put groups at the top, always
7375
7376 2006-03-19 [colin]      2.0.0cvs157
7377
7378         * src/addressbook.c
7379                 Order groups before names, as previously
7380
7381 2006-03-19 [colin]      2.0.0cvs156
7382
7383         * src/addressbook.c
7384                 - Sort case-unsensitive
7385                 - Put the sort arrow at opening too
7386
7387 2006-03-19 [wwp]        2.0.0cvs155
7388
7389         * src/addressbook.c
7390                 allow sorting by name/email/remarks, ensure that right-pane's contents
7391                 matches the left-pane selection (cleared when appropriate).
7392                 Patch by Pawel Pekala <c0rn@o2.pl>.
7393
7394 2006-03-18 [colin]      2.0.0cvs154
7395
7396         * src/textview.c
7397                 Fix text cursor ;)
7398
7399 2006-03-18 [colin]      2.0.0cvs153
7400
7401         * src/gtk/filesel.c
7402                 Make sure we hide the preview if we didn't get
7403                 a filename
7404
7405 2006-03-18 [colin]      2.0.0cvs152
7406
7407         * src/summaryview.c
7408                 Set cursor to watch for execution (fixes lack
7409                 of watch-cursor when dnd'ing hundreds of mails)
7410         * src/gtk/filesel.c
7411                 Check that mime type is 'image/*' before updating
7412                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7413
7414 2006-03-18 [colin]      2.0.0cvs151
7415
7416         * src/mainwindow.c
7417         * src/textview.c
7418         * src/textview.h
7419                 Put a watch cursor in textview too when the mainwindow's
7420                 cursor in a watch
7421
7422 2006-03-18 [colin]      2.0.0cvs150
7423
7424         * src/folder.c
7425                 Change wrong asserts to simple tests
7426
7427 2006-03-17 [colin]      2.0.0cvs149
7428
7429         * src/mainwindow.c
7430         * src/mainwindow.h
7431         * src/prefs_msg_colors.c
7432         * src/summaryview.c
7433         * src/summaryview.h
7434         * src/gtk/colorlabel.c
7435         * src/gtk/colorlabel.h
7436                 Add a color label menu in the main menubar
7437                 Add (fixed) accels Ctrl-{0-7} to change the color
7438                 They have to be fixed because the menu's dynamic,
7439                 the items are complex widgets, hence we can't use
7440                 a GtkItemFactory.
7441
7442
7443 2006-03-17 [wwp]        2.0.0cvs148
7444
7445         * src/compose.c
7446                 rollback few lines from my previous commit (those lines come from
7447                 a pending patch, accidentally commited, even if neutral as they are
7448                 commented out).
7449
7450 2006-03-17 [wwp]        2.0.0cvs147
7451
7452         * src/compose.c
7453                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7454                 applied code style/indentation to the modified function.
7455
7456 2006-03-17 [wwp]        2.0.0cvs146
7457
7458         * src/procmsg.c
7459         * src/compose.c
7460                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7461
7462 2006-03-17 [paul]
7463
7464         2.1.0-rc1 released
7465
7466 2006-03-17 [paul]       2.0.0cvs145
7467
7468         * src/main.c
7469                 addressbook_read_file() was called twice
7470         * src/textview.c
7471                 X-Mailer highlighting
7472
7473 2006-03-16 [colin]      2.0.0cvs144
7474
7475         * src/sourcewindow.c
7476         * src/sourcewindow.h
7477                 And the last one, in source window.
7478
7479 2006-03-16 [colin]      2.0.0cvs143
7480
7481         * src/compose.c
7482         * src/compose.h
7483                 Fix the same stuff in compose
7484
7485 2006-03-16 [colin]      2.0.0cvs142
7486
7487         * src/messageview.c
7488                 Complete the previous messageview crash fix
7489
7490 2006-03-16 [colin]      2.0.0cvs141
7491
7492         * src/procmsg.h
7493         * src/procmsg.c
7494         * src/folder.c
7495                 Fix POSTPROCESSING hook
7496                 Patch by H. Merijn Brand
7497
7498         * src/procmime.c
7499         * src/procmime.h
7500                 Parse Content-Location
7501
7502         * src/toolbar.c
7503         * src/messageview.c
7504         * src/messageview.h
7505                 Don't crash when a top-level MessageView has
7506                 been closed on us. Same problematic than
7507                 yesterday's quicksearch issue.
7508
7509 2006-03-15 [colin]      2.0.0cvs140
7510
7511         * src/gtk/quicksearch.c
7512                 Fix a bitchy race we didn't think about when we
7513                 added quicksearch cancellation:
7514                 If the search is not on cached fields, for example
7515                 body_part matchcase "stuff"
7516                 the matcher code has to get the whole message. If
7517                 we're on IMAP, that can be slow, and in order to
7518                 be non-blocking, the IMAP code idle loop processes
7519                 gtk events too. So it is possible to cancel a
7520                 quicksearch while the matcher is getting the mail's
7521                 body. After matcher got its body, it will start to
7522                 iterate over the matcher list that the Quicksearch's
7523                 clear_search_cb() just freed via prepare_matcher().
7524                 SIGSEGV ensues.
7525                 The fix consists of guarding the matcherlist_match()
7526                 call with a boolean 'matching'. If we reset the
7527                 quicksearch while matching is TRUE, we don't free
7528                 the matcherlist anymore like we did, but we set
7529                 another new flag, deferred_free, to TRUE. Then,
7530                 in quicksearch_match(), just after returning from
7531                 matcherlist_match() and unsetting the matching flag,
7532                 we check the deferred_free flag and do the
7533                 prepare_matcher() (which does the matcherlist_free)
7534                 for real, so we free the matcherlist once it's not
7535                 used anymore.
7536                 As all of this runs via the glib main loop, we
7537                 luckily don't need a mutex.
7538         * src/summaryview.c
7539                 Also, show progress while searching.
7540
7541
7542 2006-03-14 [colin]      2.0.0cvs139
7543
7544         * src/alertpanel.c
7545                 Make alertpanel_is_open non-static
7546
7547 2006-03-14 [colin]      2.0.0cvs138
7548
7549         * src/prefs_spelling.c
7550                 Cleanups - Fabien Vantard
7551
7552 2006-03-14 [wwp]        2.0.0cvs137
7553
7554         * src/main.c
7555                 code style normalization (curly braces, indentation).
7556
7557 2006-03-14 [wwp]        2.0.0cvs137
7558
7559         * src/main.c
7560                 code style (braces, indentation)
7561
7562 2006-03-12 [paul]       2.0.0cvs136
7563
7564         * src/prefs_common.c
7565                 trans_hdr defaults to FALSE to be RFC-savvy
7566         * src/prefs_summaries.c
7567                 add a tooltip to the trans_hdr option
7568                 
7569
7570 2006-03-12 [paul]       2.0.0cvs135
7571
7572         * src/prefs_matcher.c
7573                 give a little more width to the combos
7574         * src/prefs_display_header.c
7575         * src/textview.c
7576                 translate headers if prefs_common.trans_hdr
7577                 is TRUE
7578
7579         Patches by Pawel Pekala
7580
7581 2006-03-12 [paul]       2.0.0cvs134
7582
7583         * src/plugins/clamav/clamav_plugin.c
7584         * src/plugins/dillo_viewer/dillo_viewer.c
7585         * src/plugins/pgpcore/plugin.c
7586         * src/plugins/pgpinline/plugin.c
7587         * src/plugins/pgpmime/plugin.c
7588         * src/plugins/spamassassin/spamassassin.c
7589                 update/add to descriptions
7590         * src/plugins/spamassassin/spamassassin_gtk.c
7591                 fixes to the english, remove superfluous
7592                 tooltips, clean up a little
7593
7594 2006-03-12 [paul]       2.0.0cvs133
7595
7596         * src/compose.c
7597                 fix Bug 924, 'Account combo box shows up wrong 
7598                 if & is in account name'
7599
7600 2006-03-11 [colin]      2.0.0cvs132
7601
7602         * src/summaryview.c
7603                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7604                 messed up shift-selection because is slows down
7605                 moving around summaryview. thanks -users
7606
7607 2006-03-10 [colin]      2.0.0cvs131
7608
7609         * src/plugins/spamassassin/spamassassin_gtk.c
7610                 Put back Paul's engrish fixes
7611
7612 2006-03-10 [colin]      2.0.0cvs130
7613
7614         * src/plugins/spamassassin/spamassassin.c
7615         * src/plugins/spamassassin/spamassassin.h
7616         * src/plugins/spamassassin/spamassassin_gtk.c
7617                 Cleanup SA prefs page (more)
7618                 Patch by Fabien Vantard
7619
7620 2006-03-10 [paul]       2.0.0cvs129
7621
7622         * src/prefs_msg_colors.c
7623         * src/prefs_spelling.c
7624                 widget sensitivity
7625
7626 2006-03-09 [mones]      2.0.0cvs128
7627
7628         * po/es.po
7629                 Update for next RC
7630
7631 2006-03-09 [wwp]        2.0.0cvs127
7632
7633         * configure.ac
7634                 revert accidental commit (requirement for libetpan 0.43), this time
7635                 not in HEAD.
7636
7637 2006-03-09 [wwp]        2.0.0cvs125
7638
7639         * configure.ac
7640                 revert accidental commit (requirement for libetpan 0.43)
7641
7642 2006-03-09 [paul]       2.0.0cvs126
7643
7644         * src/prefs_receive.c
7645                 remove useless frame
7646                 replace 'incorporation' with 'receiving'
7647         * src/plugins/clamav/clamav_plugin_gtk.c
7648         * src/plugins/spamassassin/spamassassin_gtk.c
7649                 improve widget sensitivity
7650                 fix a bit his engrish
7651
7652 2006-03-09 [wwp]        2.0.0cvs125
7653
7654         * src/addressadd.c
7655         * src/foldersel.c
7656         * src/prefs_common.c
7657         * src/prefs_common.h
7658                 remember some more windows' sizes (add to addressbook and
7659                 select folder).
7660
7661 2006-03-09 [paul]       2.0.0cvs124
7662
7663         * src/plugins/pgpcore/prefs_gpg.c
7664                 normalise construction of dialogue
7665
7666 2006-03-09 [paul]       2.0.0cvs123
7667
7668         * src/plugins/trayicon/Makefile.am
7669                 add missing slash
7670
7671 2006-03-08 [colin]      2.0.0cvs122
7672
7673         * src/plugins/trayicon/Makefile.am
7674                 Fix build in separate dir 
7675                 Patch by Bamanzi <bamanzi@gmail.com>
7676
7677 2006-03-08 [colin]      2.0.0cvs121
7678
7679         * src/procmsg.c
7680                 Batch move and copies from summaryview with delayed execution
7681                 too
7682
7683 2006-03-07 [paul]       2.0.0cvs120
7684
7685         * src/common/utils.c
7686                 fix highlighting of URIs containing "()"
7687                 Patch by Pawel Pekala
7688
7689 2006-03-07 [paul]       2.0.0cvs119
7690
7691         * src/folder.c
7692         * src/folder.h
7693         * src/folderview.c
7694                 immediately do alphabetical resort when
7695                 changing a folder's name
7696                 Patch by Pawel Pekala
7697
7698 2006-03-07 [paul]       2.0.0cvs118
7699
7700         * src/news.c
7701         * src/news_gtk.c
7702                 when unsubscribing a newsgroup, remove the
7703                 folder and msgs in .sylpheed-claws/newscache
7704                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7705
7706 2006-03-07 [paul]       2.0.0cvs117
7707
7708         * src/textview.c
7709                 fix wrong Fake URL Warning
7710                 Thanks to Hiro
7711
7712 2006-03-07 [colin]      2.0.0cvs116
7713
7714         * src/imap.c
7715                 Return immediately when password dialog was
7716                 cancelled
7717         * src/gtk/inputdialog.c
7718                 Allow empty strings for passwords
7719
7720
7721 2006-03-06 [colin]      2.0.0cvs115
7722
7723         * src/imap.c
7724                 Prevent double-timeouts when connection fails
7725
7726 2006-03-06 [colin]
7727
7728         2.0.1-rc1 released
7729
7730 2006-03-06 [colin]      2.0.0cvs114
7731
7732         * src/imap.c
7733                 Refresh session during potentially long
7734                 operations
7735
7736 2006-03-06 [wwp]        2.0.0cvs113
7737
7738         * src/prefs_msg_colors.h
7739                 forgot that one (custom color labels).
7740
7741 2006-03-06 [wwp]        2.0.0cvs112
7742
7743         * src/prefs_common.c
7744         * src/prefs_common.h
7745         * src/prefs_msg_colors.c
7746         * src/summaryview.c
7747         * src/summaryview.h
7748         * src/gtk/colorlabel.c
7749         * src/gtk/colorlabel.h
7750                 colors in messages list are now customizable. Color values and names can
7751                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7752                 Thanks to Paul and Colin for their help with this longstanding patch!
7753
7754 2006-03-06 [wwp]        2.0.0cvs111
7755
7756         * src/textview.c
7757                 don't crash if (x)face is bad.
7758
7759 2006-03-05 [paul]       2.0.0cvs110
7760
7761         * AUTHORS
7762         * configure.ac
7763         * src/Makefile.am
7764         * src/common/Makefile.am
7765         * src/common/utils.h
7766         * src/etpan/imap-thread.c
7767         * src/gtk/authors.h
7768         * src/plugins/clamav/Makefile.am
7769         * src/plugins/demo/Makefile.am
7770         * src/plugins/dillo_viewer/Makefile.am
7771         * src/plugins/pgpcore/Makefile.am
7772         * src/plugins/pgpcore/passphrase.c
7773         * src/plugins/pgpinline/Makefile.am
7774         * src/plugins/pgpmime/Makefile.am
7775         * src/plugins/spamassassin/Makefile.am
7776         * src/plugins/trayicon/Makefile.am
7777                 fix builiding on cygwin
7778                 Patch by Ralgh Young <bamanzi@gmail.com>
7779
7780 2006-03-04 [wwp]        2.0.0cvs109
7781
7782         * manual/keyboard.xml
7783                 fix mixed up/down keys.
7784
7785 2006-03-04 [wwp]        2.0.0cvs108
7786
7787         * README
7788         * INSTALL
7789                 updated links to SpamAssassin.
7790
7791 2006-03-04 [wwp]        2.0.0cvs107
7792
7793         * manual/plugins.xml
7794         * src/plugins/spamassassin/README
7795                 updated SpamAssassin plugin docs to reflect new functional additions
7796                 (also fix/update/documents few technical stuff more, see the README).
7797
7798 2006-03-04 [wwp]        2.0.0cvs106
7799
7800         * src/prefs_message.c
7801                 normalized capitalization of message-prefs paths.
7802
7803 2006-03-04 [wwp]        2.0.0cvs105
7804
7805         * manual/advanced.xml
7806                 typo.
7807
7808 2006-03-03 [colin]      2.0.0cvs104
7809
7810         * src/plugins/clamav/clamav_plugin_gtk.c
7811                 Rework prefs page, patch by Fabien 
7812
7813 2006-03-03 [colin]      2.0.0cvs103
7814
7815         * src/plugins/clamav/clamav_plugin.c
7816                 Set error on all errors
7817
7818 2006-03-03 [colin]      2.0.0cvs102
7819
7820         * src/common/plugin.c
7821                 Initialize error to avoid crashing when a plugin fails
7822                 without setting error
7823
7824 2006-03-02 [wwp]        2.0.0cvs101
7825
7826         * configure.ac
7827                 fixed linker flags for libetpan support on Cygwin
7828                 (thanks to H.Merijn Brand).
7829
7830 2006-03-02 [wwp]        2.0.0cvs100
7831
7832         * src/addressbook.c
7833                 fix some AB error messages: one for punctuation and
7834                 one wrongly duplicate (thanks, maxbritov).
7835
7836 2006-03-02 [wwp]        2.0.0cvs99
7837
7838         * src/plugins/spamassassin/spamassassin.c
7839                 make sync calls to sa-learn/spamc to prevent
7840                 system (whatever local or client/server) overload.
7841
7842 2006-03-02 [colin]      2.0.0cvs98
7843
7844         * src/summaryview.c
7845                 Put the spam icon in the status column instead of the
7846                 mark one
7847
7848 2006-03-01 [colin]      2.0.0cvs97
7849
7850         * src/plugins/spamassassin/spamassassin.c
7851                 Fix segfault (g_file_set_contents fails for some 
7852                 reason and err==0x2f. Can't find out why with
7853                 valgrind, using working function :-)
7854
7855 2006-03-01 [colin]      2.0.0cvs96
7856
7857         * src/inc.c
7858                 Offline overriding: let 'No' be cached only 3 seconds
7859
7860 2006-03-01 [colin]      2.0.0cvs95
7861
7862         * src/addr_compl.c
7863         * src/addrbook.c
7864         * src/addressbook.c
7865         * src/addrindex.c
7866         * src/folder_item_prefs.c
7867         * src/headerview.c
7868         * src/imap.c
7869         * src/inc.c
7870         * src/ldif.c
7871         * src/mainwindow.c
7872         * src/mh.c
7873         * src/msgcache.c
7874         * src/prefs_common.h
7875         * src/prefs_msg_colors.c
7876         * src/procheader.c
7877         * src/procheader.h
7878         * src/procmime.c
7879         * src/procmsg.c
7880         * src/procmsg.h
7881         * src/send_message.h
7882         * src/simple-gettext.c
7883         * src/summaryview.c
7884         * src/summaryview.h
7885         * src/syldap.c
7886         * src/textview.c
7887         * src/undo.c
7888         * src/common/ssl_certificate.c
7889         * src/common/utils.c
7890         * src/gtk/colorsel.c
7891         * src/gtk/gtksctree.c
7892         * src/gtk/gtkshruler.c
7893         * src/plugins/trayicon/trayicon.c
7894                 #if 0 goes to /dev/null
7895
7896 2006-03-01 [colin]      2.0.0cvs94
7897
7898         * src/compose.c
7899         * src/imap.c
7900         * src/inc.c
7901         * src/inc.h
7902         * src/messageview.c
7903         * src/news.c
7904         * src/plugins/spamassassin/spamassassin.c
7905                 Allow to add information in the "working offline"
7906                 window
7907
7908 2006-03-01 [wwp]        2.0.0cvs93
7909
7910         * src/plugins/spamassassin/spamassassin.c
7911                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7912                 'cause it seems that calling `spamc ... < inputfile` with
7913                 g_spawn_(a)sync simply.. erm doesn't work :-).
7914
7915 2006-03-01 [wwp]        2.0.0cvs92
7916
7917         * src/toolbar.c
7918         * src/toolbar.h
7919                 simplify the adding of spam/ham button to the messageview toolbar
7920                 (it gets more clear now that the same button will be "Mark as spam"
7921                 or "Mark as ham" according to the current message status,
7922                 thanks to Colin).
7923
7924 2006-03-01 [wwp]        2.0.0cvs91
7925
7926         * src/messageview.c
7927         * src/procmsg.c
7928         * src/procmsg.h
7929         * src/summaryview.c
7930         * src/plugins/spamassassin/spamassassin.c
7931         * src/plugins/spamassassin/spamassassin.h
7932                 make learner callbacks return a status (0 for ok),
7933                 handle it in main code to avoid setting flags when learning failed,
7934                 don't learn on TCP if offline in spamassassin,
7935                 thanks to Colin.
7936
7937                 
7938
7939 2006-03-01 [wwp]        2.0.0cvs90
7940
7941         * src/compose.c
7942                 some work around the compose window's account menu,
7943                 patch by Fabien Vantard.
7944
7945 2006-03-01 [wwp]        2.0.0cvs89
7946
7947         * src/plugins/spamassassin/spamassassin.c
7948                 fixed bad logics, was using spamc in local mode and sa-learn
7949                 in remote mode (thanks, Colin).
7950
7951 2006-03-01 [wwp]        2.0.0cvs88
7952
7953         * src/plugins/spamassassin/spamassassin.c
7954         * src/plugins/spamassassin/spamassassin.h
7955         * src/plugins/spamassassin/spamassassin_gtk.c
7956                 made processing of emails w/ sa-plugin an option (default is TRUE),
7957                 fixed Engrish some tooltips, capitalization of some debug messages
7958                 and warnings. The spamassassin plugin now provides two separate
7959                 services: process emails upon incorporation and spamd training.
7960                 Both services (un)register independently but use some common
7961                 plugin settings (transport settings, spam storage location).
7962
7963 2006-02-28 [wwp]        2.0.0cvs87
7964
7965         * src/plugins/spamassassin/spamassassin.c
7966                 fix async flag to spamc cmdline execution (batch exec should
7967                 be asynchronous).
7968
7969 2006-02-27 [wwp]        2.0.0cvs86
7970
7971         * src/plugins/spamassassin/spamassassin.c
7972         * src/plugins/spamassassin/spamassassin.h
7973         * src/plugins/spamassassin/spamassassin_gtk.c
7974                 - added the ability to learn a remote spamassassin server (spamd),
7975                 using spamc.
7976                 - added the spamassassin option 'username', that applies to all
7977                 spamassassin operations (filtering, learning, local or remote).
7978                 The default username is the current unix user (if left blank
7979                 from gtk prefs or config file).
7980                 - commented out some unused code (notebook widget), removed unused
7981                 layout (hbox1).
7982                 - make more widgets sensitive to the transport type.
7983
7984 2006-02-27 [colin]      2.0.0cvs85
7985
7986         * src/plugins/spamassassin/spamassassin.c
7987                 Fix sa-learn call when offline
7988
7989 2006-02-27 [colin]      2.0.0cvs84
7990
7991         * configure.ac
7992         * src/Makefile.am
7993         * src/mainwindow.c
7994         * src/mainwindow.h
7995         * src/messageview.c
7996         * src/messageview.h
7997         * src/prefs_toolbar.c
7998         * src/procmsg.c
7999         * src/stock_pixmap.c
8000         * src/stock_pixmap.h
8001         * src/summaryview.c
8002         * src/toolbar.c
8003         * src/toolbar.h
8004         * src/pixmaps/ham_btn.xpm
8005         * src/pixmaps/spam.xpm
8006         * src/pixmaps/spam_btn.xpm
8007         * src/plugins/spamassassin/spamassassin.c
8008                 Add button in toolbar for spam learning
8009                 Fix a few bugs from the last related commit
8010                 Revert 1.9.6cvs23 which messed up shift-selection
8011
8012 2006-02-24 [colin]      2.0.0cvs83
8013
8014         * src/procmsg.c
8015         * src/summaryview.c
8016         * src/summaryview.h
8017         * src/plugins/spamassassin/spamassassin.c
8018         * src/plugins/spamassassin/spamassassin.h
8019         * src/plugins/spamassassin/spamassassin_gtk.c
8020                 Unregister learner when spamassassin is either
8021                 disabled or over tcp
8022
8023 2006-02-24 [colin]      2.0.0cvs82
8024
8025         * src/Makefile.am
8026         * src/mainwindow.c
8027         * src/mainwindow.h
8028         * src/procmsg.c
8029         * src/procmsg.h
8030         * src/stock_pixmap.c
8031         * src/stock_pixmap.h
8032         * src/summaryview.c
8033         * src/summaryview.h
8034         * src/gtk/icon_legend.c
8035         * src/pixmaps/spam.xpm  ** NEW FILE **
8036         * src/plugins/spamassassin/spamassassin.c
8037         * src/plugins/spamassassin/spamassassin_gtk.c
8038                 Add spam learning interface (Mark/Mark as 
8039                 (spam|ham) menus)
8040
8041 2006-02-24 [wwp]        2.0.0cvs81
8042
8043         * src/compose.c
8044         * src/compose.h
8045         * src/filtering.c
8046                 hide compose window when sending message in batch mode
8047                 (filtering: forward and redirect). Also fixed a wrong
8048                 value returned when sending failed, neutral anyway.
8049                 (Colin, me) 
8050
8051 2006-02-24 [wwp]        2.0.0cvs80
8052
8053         * src/mainwindow.c
8054                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8055
8056 2006-02-24 [paul]       2.0.0cvs79
8057
8058         * src/news.c
8059         * src/news.h
8060         * src/news_gtk.c
8061                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8062                 Thanks to Colin
8063
8064 2006-02-23 [colin]      2.0.0cvs78
8065
8066         * src/alertpanel.c
8067                 Change OK to Close in alertpanel with View log
8068                 button; add accel to View log. Patch by Fabien
8069                 Vantard
8070
8071 2006-02-23 [wwp]        2.0.0cvs77
8072
8073         * src/compose.c
8074                 silly me, there were much more tests to perform, since toolbars can
8075                 really have down to 1 element only.
8076
8077 2006-02-23 [wwp]        2.0.0cvs76
8078
8079         * commitHelper
8080                 fixed indentation from my previous commit. Fallback to VISUAL if
8081                 EDITOR is not set (and to vi, at last resort).
8082
8083 2006-02-23 [wwp]        2.0.0cvs75
8084
8085         * commitHelper
8086                 improved error detection (Colin, me).
8087
8088 2006-02-23 [wwp]        2.0.0cvs74
8089
8090         * src/prefs_toolbar.c
8091                 simplify and fix prefs/toolbars layouting. Combos' contents can
8092                 now be really displayed.
8093
8094 2006-02-23 [wwp]        2.0.0cvs73
8095         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8096         be really displayed.
8097
8098 2006-02-22 [wwp]        2.0.0cvs72
8099
8100         * src/compose.c
8101                 fix a typo in my previous commit (sorry!).
8102
8103 2006-02-22 [wwp]        2.0.0cvs71
8104
8105         * src/prefs_toolbar.c
8106                 fix a crash when adding separators to toolbars,
8107                 also fix some separator item information.
8108
8109 2006-02-22 [wwp]        2.0.0cvs70
8110
8111         * src/compose.c
8112                 fix a crash when redirecting (for instance) when compose window's
8113                 toolbar contents has been customized (when some buttons have been
8114                 removed in fact).
8115
8116 2006-02-21 [wwp]        2.0.0cvs69
8117
8118         * src/summaryview.c
8119         * src/gtk/pluginwindow.c
8120         * src/plugins/pgpcore/prefs_gpg.c
8121                 fix some compilation warnings (feat. remains of removed code).
8122
8123 2006-02-21 [wwp]        2.0.0cvs68
8124
8125         * src/gtk/gtkutils.c
8126                 fix two compilation issues, thanks to Stephan Sachse.
8127
8128 2006-02-20 [colin]      2.0.0cvs67
8129
8130         * src/mainwindow.c
8131                 Don't reselect displayed mail on refocus
8132                 This fixes actions misbehaving 
8133
8134 2006-02-20 [wwp]        2.0.0cvs66
8135
8136         * src/summaryview.c
8137         * src/gtk/gtksctree.c
8138         * src/gtk/gtkshruler.c
8139                 changed more runtime typecast checks.
8140
8141 2006-02-20 [wwp]        2.0.0cvs65
8142
8143         * src/summary_search.c
8144                 find all - summaryview refresh issue fixed, thanks to Colin.
8145
8146 2006-02-20 [wwp]        2.0.0cvs64
8147
8148         * src/gtk/gtkutils.c
8149                 better runtime typecast checks.
8150
8151 2006-02-20 [wwp]        2.0.0cvs63
8152
8153         * src/summary_search.c
8154                 enhancements to the summary search:
8155                         - add the ability to stop the running search
8156                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8157                         - don't search if no criteria (From/To/Subject/Body) is set
8158                         - ensure that a busy mouse pointer is always shown when searching,
8159                           show it even a bit earlier
8160
8161 2006-02-19 [colin]      2.0.0cvs62
8162
8163         * src/compose.c
8164         * src/imap.c
8165         * src/etpan/imap-thread.c
8166         * src/etpan/imap-thread.h
8167                 (Future) IMAP speed improvement on sending
8168                 Will require a libetpan update
8169         * src/summaryview.c
8170         * src/gtk/quicksearch.c
8171                 Make quicksearch clearable while running.
8172
8173 2006-02-17 [colin]      2.0.0cvs61
8174
8175         * src/imap.c
8176         * src/etpan/imap-thread.c
8177         * src/etpan/imap-thread.h
8178                 Check for IMAP certificates
8179                 ** Requires libetpan-0.42-cvs4 
8180                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8181
8182 2006-02-17 [colin]      2.0.0cvs60
8183
8184         * src/messageview.c
8185         * src/prefs_common.c
8186         * src/prefs_common.h
8187         * src/prefs_message.c
8188                 Add pref to display HTML-only mails with plugin, 
8189                 if possible (defaulting to FALSE of course).
8190
8191 2006-02-16 [colin]      2.0.0cvs59
8192
8193         * src/main.c
8194         * src/common/plugin.c
8195         * src/common/plugin.h
8196         * src/gtk/pluginwindow.c
8197                 Keep track of requested (but unloaded) plugins
8198                 in some error cases.
8199
8200 2006-02-16 [wwp]        2.0.0cvs58
8201
8202         * src/gtk/gtkaspell.c
8203         * src/gtk/gtkaspell.h
8204         * src/prefs_spelling.c
8205         * src/compose.c
8206         * src/prefs_common.c
8207         * src/prefs_common.h
8208                 implemented new optional spellchecker behaviour: re-check message when
8209                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8210
8211 2006-02-16 [wwp]        2.0.0cvs57
8212
8213         * src/quote_fmt_parse.y
8214                 pclose popen'ed pipe.
8215
8216 2006-02-15 [colin]      2.0.0cvs56
8217
8218         * src/mimeview.c
8219         * src/mimeview.h
8220                 Let MimeViewers know which MimeView they
8221                 depend of.
8222         * src/summaryview.c
8223                 Swap From/To columns in Sent/Queue/Drafts
8224                 folders
8225         * src/etpan/imap-thread.c
8226                 Use mailstream_low_tls_open() for STARTTLS
8227                 instead of mailstream_low_ssl_open()
8228                 ** REQUIRES libetpan 0.42cvs3 **
8229
8230 2006-02-15 [wwp]        2.0.0cvs55
8231
8232         * src/compose.c
8233         * src/compose.h
8234         * src/message_search.c
8235         * src/message_search.h
8236         * src/textview.c
8237         * src/gtk/gtkutils.c
8238         * src/gtk/gtkutils.h
8239                 added the ability to Find text in the compose window (and a bit
8240                 of code factorization).
8241
8242 2006-02-15 [wwp]        2.0.0cvs54
8243
8244         * src/prefs_gtk.c
8245                 yet another one file was missing (fix for some widgets' sensitivity).
8246                 Thanks Colin!
8247
8248 2006-02-15 [wwp]        2.0.0cvs53
8249
8250         * src/prefs_gtk.h
8251                 oops forgot that file (fix for some widgets' sensitivity).
8252
8253 2006-02-15 [wwp]        2.0.0cvs52
8254
8255         * src/summary_search.c
8256                 implemented advanced summary search options (added the ability
8257                 to use matcher conditions in an advanced search mode).
8258
8259 2006-02-15 [wwp]        2.0.0cvs51
8260
8261         * src/plugins/pgpcore/prefs_gpg.c
8262         * src/prefs_account.c
8263                 fix some widget sensitivity, mostly around some labels in
8264                 account prefs.
8265
8266 2006-02-15 [paul]       2.0.0cvs50
8267
8268         * manual/advanced.xml
8269                 improve Templates info
8270                 written by wwp
8271
8272 2006-02-14 [colin]      2.0.0cvs49
8273
8274         * src/pixmaps/address_book.xpm
8275         * src/pixmaps/preferences.xpm
8276         * src/pixmaps/properties.xpm
8277                 Fix pixmap size - patch by Fabien Vantard
8278
8279 2006-02-13 [colin]      2.0.0cvs48
8280
8281         * src/procmime.c
8282                 Add missing fclose()s on error
8283         * src/textview.c
8284                 Remove unused code
8285         * src/common/utils.c
8286                 Fix temp files not being deleted on windows
8287         Patches by Thomas Gilgin
8288
8289 2006-02-13 [colin]      2.0.0cvs47
8290
8291         * src/mainwindow.c
8292                 Fix exit crash
8293
8294 2006-02-13 [wwp]        2.0.0cvs46
8295
8296         * src/plugins/pgpcore/prefs_gpg.c
8297                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8298
8299 2006-02-12 [colin]      2.0.0cvs45
8300
8301         * src/folderview.c
8302         * src/main.c
8303         * src/mainwindow.c
8304                 Fix "stuff" when quitting
8305
8306 2006-02-12 [wwp]        2.0.0cvs44
8307
8308         * src/prefs_themes.c
8309                 fix typos in debug messages.
8310
8311 2006-02-11 [colin]      2.0.0cvs43
8312
8313         * src/summaryview.c
8314                 don't allow drag/drop from ourself
8315
8316 2006-02-10 [wwp]        2.0.0cvs42
8317
8318         * src/exporthtml.c
8319         * src/html.c
8320         * src/html.h
8321         * src/procmime.c
8322         * src/textview.c
8323                 renamed html_ prefixed functions and data structures to avoid
8324                 namespace clashes w/ other software (gtkhtml2 for instance).
8325                 Closes bug #907.
8326
8327
8328 2006-02-09 [colin]      2.0.0cvs41
8329
8330         * src/summaryview.c
8331                 Fix shitty logic messed up. Thanks Ticho for the hint!
8332
8333 2006-02-09 [wwp]        2.0.0cvs40
8334
8335         * src/gtk/about.c
8336         * src/compose.c
8337         * src/prefs_account.c
8338         * src/prefs_gtk.h
8339         * src/editaddress.c
8340                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8341                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8342                 Browse buttons in accounts prefs.
8343
8344 2006-02-09 [colin]      2.0.0cvs39
8345
8346         * src/matcher.c
8347                 Check for pointer before using its members
8348         * src/gtk/gtksourceprintjob.c
8349                 Fix a wrong warning
8350
8351 2006-02-09 [wwp]        2.0.0cvs38
8352
8353         * src/gtk/filesel.c
8354                 fix few compiler warnings (type mismatch).
8355
8356 2006-02-09 [paul]       2.0.0cvs37
8357
8358         * po/fr.po
8359                 updated by Fabien Vantard
8360
8361 2006-02-08 [colin]      2.0.0cvs36
8362
8363         * src/prefs_common.c
8364         * src/common/defs.h
8365         * src/common/plugin.c
8366                 allow windows and linux configurations to coexist
8367                 patch by Thomas Gilgin
8368
8369 2006-02-08 [colin]      2.0.0cvs35
8370
8371         * src/filtering.c
8372         * src/matcher.c
8373         * src/matcher.h
8374         * src/matcher_parser_parse.y
8375         * src/prefs_filtering_action.c
8376         * src/prefs_matcher.c
8377                 Add the "Ignore thread" filtering
8378                 action
8379
8380 2006-02-08 [colin]      2.0.0cvs34
8381
8382         * src/compose.c
8383         * src/procmime.c
8384         * src/procmime.h
8385                 Fix bug #905 (damaged attachment)
8386                 text files with raw \0's aren't really text files
8387         FOR_STABLE
8388
8389 2006-02-08 [colin]      2.0.0cvs33
8390
8391         * src/summaryview.c
8392                 Fix crasher introduced yesterday
8393
8394 2006-02-08 [wwp]        2.0.0cvs32
8395
8396         * src/compose.c
8397         * src/compose.h
8398                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8399
8400 2006-02-08 [wwp]        2.0.0cvs31
8401
8402         * src/prefs_template.c
8403                 templates enhancement: allow address completion for Cc and Bcc fields
8404                 (it was currently possible for the To field only)
8405
8406 2006-02-08 [colin]      2.0.0cvs30
8407
8408         * src/compose.c
8409                 Don't unblock if not blocked
8410         FOR_STABLE
8411
8412 2006-02-07 [colin]      2.0.0cvs29
8413
8414         * src/action.c
8415                 Forgot to refresh summaryview
8416
8417 2006-02-07 [colin]      2.0.0cvs28
8418
8419         * src/action.c
8420                 Freeze/thaw message list and folder list while
8421                 processing %as{} actions 
8422         * src/compose.c
8423                 Fix auto-wrap disabling after a middle-click
8424                 paste - FOR_STABLE
8425
8426 2006-02-07 [paul]       2.0.0cvs27
8427
8428         * src/folder.c
8429                 fix freeing of uninitialised pointers
8430                 Thanks to Colin
8431
8432 2006-02-06 [colin]      2.0.0cvs26
8433
8434         * src/folder.c
8435                 Use g_slist_prepend in potentially big list
8436
8437 2006-02-06 [colin]      2.0.0cvs25
8438
8439         * src/folder.c
8440                 Completely skip processing if it doesn't 
8441                 exist (faster!)
8442
8443 2006-02-06 [colin]      2.0.0cvs24
8444
8445         * src/folder.c
8446         * src/summaryview.c
8447                 Batch filtering in summaryview (from Tools menu)
8448                 and pre/post//-processing too
8449
8450 2006-02-06 [colin]      2.0.0cvs23
8451
8452         * src/procmsg.h
8453         * src/filtering.c
8454                 Use a special field for batch filtering instead
8455                 of stepping on deferred execution's toes
8456
8457 2006-02-06 [colin]      2.0.0cvs22
8458
8459         * src/action.c
8460         * src/filtering.c
8461         * src/filtering.h
8462         * src/folder.c
8463         * src/summaryview.c
8464                 Fix filtering via menus and actions
8465
8466 2006-02-06 [colin]      2.0.0cvs21
8467
8468         * src/imap.c
8469                 Put the added file directly to cache if possible (will work
8470                 with next libetpan)
8471         * src/filtering.c
8472         * src/filtering.h
8473         * src/inc.c
8474         * src/folder.c
8475         * src/mbox.c
8476         * src/procmsg.h
8477                 Move and copy filtered messages by batches instead of one
8478                 by one - faster on IMAP
8479         * src/procmsg.c
8480                 Add a function that'll possibly be useful later
8481
8482 2006-02-06 [colin]      2.0.0cvs20
8483
8484         * src/addressbook.c
8485                 Use internal mime-type instead of text/plain for d'n'd
8486         * src/compose.c
8487                 Allow attaching files from mimeview's icon list via d'n'd
8488         * src/folderview.c
8489         * src/folderview.h
8490                 Use internal mime-type instead of text/plain for d'n'd
8491                 Don't try to selected opened folder if none is
8492                 Factorize d'n'd from other apps code
8493         * src/headerview.c
8494         * src/textview.c
8495         * src/gtk/gtkutils.c
8496         * src/gtk/gtkutils.h
8497                 Factorize Face/X-Face stuff
8498         * src/mimeview.c
8499                 Fix d'n'd to other apps
8500         * src/prefs_message.c
8501                 Let the XFace pref be usable without libcompface as it also
8502                 applies to Face
8503         * src/summaryview.c
8504                 Fix d'n'd to other apps
8505                 Factorize d'n'd from other apps code
8506
8507 2006-02-06 [wwp]        2.0.0cvs19
8508
8509         * po/it.po
8510                 Italian translation fixes by Andrea Spadaccini (no more confusion
8511                 between filtering and processing, and few changes in the About
8512                 dialog).
8513
8514
8515 2006-02-06 [mones]      2.0.0cvs18
8516
8517         * src/gtk/icon_legend.c
8518                 Improved descriptions allowing better translations
8519
8520 2006-02-05 [colin]      2.0.0cvs17
8521
8522         * src/imap.c
8523                 Add the f*cking missing expunge that caused imap_fetch_env
8524                 to fail after an add_msgs ! :-///
8525         * src/etpan/imap-thread.c
8526                 Add a bit of debug
8527         FOR_STABLE
8528
8529 2006-02-05 [colin]      2.0.0cvs16
8530
8531         * src/common/utils.c
8532                 Don't check for return-path (or we can't put
8533                 back non-sent mails)
8534
8535 2006-02-05 [colin]      2.0.0cvs15
8536
8537         * src/textview.c
8538                 Don't try to display Face header in textview
8539                 when teh headerview's active
8540
8541 2006-02-05 [colin]      2.0.0cvs14
8542
8543         * tools/tbird2syl.py
8544         * tools/Makefile.am
8545                 Add script to import Thunderbird mails
8546
8547 2006-02-05 [colin]      2.0.0cvs13
8548
8549         * src/headerview.c
8550         * src/procheader.c
8551         * src/procmsg.c
8552         * src/procmsg.h
8553         * src/textview.c
8554                 Show Face headers - patch partially by Klaus Flittner
8555
8556 2006-02-05 [colin]      2.0.0cvs12
8557
8558         * src/folderview.c
8559         * src/summaryview.c
8560         * src/common/utils.c
8561         * src/common/utils.h
8562                 Let dnd work from mime icons to summaryview
8563                 and to folderview too
8564                 Add a crude test to avoid trying to add files
8565                 drag'n'dropped when they're not mails
8566
8567 2006-02-04 [colin]      2.0.0cvs11
8568
8569         * src/summaryview.c
8570         * src/mimeview.c
8571                 Fix utf8 conversion
8572
8573 2006-02-04 [colin]      2.0.0cvs10
8574
8575         * src/compose.c
8576         * src/folderview.c
8577         * src/mimeview.c
8578         * src/summaryview.c
8579         * src/summaryview.h
8580                 Added various drag and drop capas:
8581                 From                    To
8582                 summaryview             other apps
8583                 mimeview icons          other apps
8584                 other apps              summaryview
8585                 other apps              folderview
8586
8587                 This shouldn't have broken the existing:
8588                 From                    To
8589                 summaryview             folderview
8590                 folderview              folderview
8591                 summaryview             compose's attachments
8592
8593         Tests welcomed.
8594
8595 2006-02-02 [paul]       2.0.0cvs9
8596
8597         * src/mainwindow.c
8598                 move global option 'Set displayed columns...' out
8599                 of folder option grouping.
8600                 fix sensitivity of 'harvest addresses'
8601         FOR_STABLE
8602
8603 2006-02-01 [colin]      2.0.0cvs8
8604
8605         * src/mimeview.c
8606                 Revert the alertpanel patch, it sucks (intrusive
8607                 and gets in the way of "open")
8608
8609 2006-02-01 [colin]      2.0.0cvs7
8610
8611         * src/compose.c
8612         * src/prefs_account.c
8613         * src/prefs_common.c
8614         * src/common/defs.h
8615         * src/common/utils.c
8616         * src/common/utils.h
8617                 Add ability to edit the signature file
8618                 from the account preferences, and use
8619                 a default for the text editor.
8620                 Patch by Fabien Vantard
8621
8622 2006-02-01 [colin]      2.0.0cvs6
8623
8624         * src/mimeview.c
8625                 Try to get mime type by extension if it is
8626                 application/octet-stream
8627                 Display a window with possible choices when
8628                 encountering unknown mime types
8629         * src/gtk/filesel.c
8630         * src/gtk/filesel.h
8631                 Add preview
8632                 Allow multiple selection in filtered filesel
8633                 (patch by Fabien Vantard)
8634         * src/gtk/pluginwindow.c
8635                 Use it (patch by Fabien Vantard)
8636
8637 2006-02-01 [paul]       2.0.0cvs5
8638
8639         * src/jpilot.c
8640                 fix crash on creating jpilot address book
8641                 Thanks to Colin - FOR_STABLE
8642         * src/prefs_summaries.c
8643         * src/prefs_wrapping.c
8644         * src/gtk/icon_legend.c
8645         * src/gtk/quicksearch.c
8646                 string fixes and additions
8647
8648 2006-02-01 [paul]       2.0.0cvs4
8649
8650         * src/compose.c
8651         * src/mainwindow.c
8652         * src/messageview.c
8653         * src/prefs_send.c
8654                 add Arabic encoding option
8655                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8656
8657 2006-01-31 [colin]      2.0.0cvs3
8658
8659         * src/plugins/pgpcore/passphrase.c
8660                 Convert passphrase to locale encoding
8661         * src/compose.c
8662                 Fix drafting on IMAP. Crappy bug sneaked in
8663                 the release :-/
8664         FOR_STABLE
8665
8666 2006-01-30 [paul]       2.0.0cvs2
8667
8668         * src/gtk/icon_legend.c
8669                 show the new entries
8670
8671 2006-01-30 [colin]      2.0.0cvs1
8672
8673         * src/manual.c
8674                 Check for the file to be present before 
8675                 enabling the menu - FOR_STABLE
8676         * src/gtk/icon_legend.c
8677                 Add folders icons (not all of them, there
8678                 are too much, but the most intriguing ones)
8679
8680 2006-01-30 [paul]       2.0.0
8681
8682         version 2.0.0 released
8683
8684 2006-01-30 [paul]       1.9.100cvs200
8685
8686         * manual/faq.xml
8687         * manual/gpl.xml
8688         * manual/intro.xml
8689         * manual/starting.xml
8690         * manual/sylpheed-claws-manual.xml
8691                 fixes, additions
8692
8693 2006-01-29 [mones]      1.9.100cvs199
8694
8695         * manual/account.xml
8696         * manual/advanced.xml
8697         * manual/glossary.xml
8698                 Some typos fixed, added LDIF term to glossary
8699         * po/es.po
8700                 Fixed leading plus symbol
8701
8702 2006-01-29 [paul]       1.9.100cvs198
8703
8704         * po/fi.po
8705         * po/sk.po
8706                 updated by Tommi Pirinen and Andrej Kacian
8707
8708 2006-01-29 [paul]       1.9.100cvs197
8709
8710         * src/gtk/authors.h
8711                 remove duplicates
8712
8713 2006-01-29 [paul]       1.9.100cvs196
8714
8715         * AUTHORS
8716         * po/nl.po
8717         * src/gtk/authors.h
8718         * tools/claws.i18n.status.pl
8719                 nl translation updated by Tim Dijkstra
8720
8721 2006-01-29 [paul]       1.9.100cvs195
8722
8723         * po/sr.po
8724         * po/sv.po
8725                 updated by Aleksandar Urosevic and Anders Troback
8726
8727 2006-01-28 [colin]      1.9.100cvs194
8728
8729         * src/gtk/gtksourceprintjob.c
8730                 Don't fiddle with PangoLayout when we
8731                 have an image
8732
8733 2006-01-28 [paul]       1.9.100cvs193
8734
8735         * AUTHORS
8736         * po/el.po
8737         * po/zh_CN.po
8738         * src/gtk/authors.h
8739         * tools/claws.i18n.status.pl
8740                 updated translations submitted by Stavros Giannouris
8741                 and Ralgh Young
8742
8743 2006-01-27 [colin]      1.9.100cvs192
8744
8745         * src/summaryview.c
8746         * src/gtk/gtksourceprintjob.c
8747                 Add image printing 
8748                 (libgnomeprint only, of course)
8749
8750 2006-01-27 [paul]       1.9.100cvs191
8751
8752         * po/fr.po
8753         * po/it.po
8754                 updated by Fabien Vantard and Andrea Spadaccini
8755
8756 2006-01-26 [colin]      1.9.100cvs190
8757
8758         * manual/Makefile.am
8759         * configure.ac
8760                 Make building the manual optional 
8761                 (--disable-manual)
8762
8763 2006-01-26 [paul]       1.9.100cvs189
8764
8765         * manual/glossary.xml
8766         * manual/plugins.xml
8767                 edited
8768         * po/en_GB.po
8769                 updated
8770
8771 2006-01-26 [paul]       1.9.100cvs188
8772
8773         * src/prefs_display_header.c
8774         * src/prefs_folder_column.c
8775         * src/prefs_msg_colors.c
8776         * src/prefs_summaries.c
8777         * src/prefs_summary_column.c
8778                 HIGify
8779
8780 2006-01-25 [colin]      1.9.100cvs187
8781
8782         * src/imap.c
8783                 Don't allow moving/copying mails between
8784                 queue/drafts and non-queue/drafts folders
8785                 Fixes bug #897 (message header is resetted 
8786                 if one is copied to Drafts)
8787
8788 2006-01-25 [colin]      1.9.100cvs186
8789
8790         * src/folder.c
8791         * src/mainwindow.c
8792                 Fix subscribed folders not found
8793         * src/compose.c
8794                 Don't try to encode as original mail's charset
8795                 if it's ascii 
8796
8797 2006-01-25 [paul]       1.9.100cvs185
8798
8799         * AUTHORS
8800         * po/Makevars
8801                 updated
8802         * po/de.po
8803         * po/pl.po
8804         * po/pt_BR.po
8805         * po/sr.po
8806                 updates submitted by Stephan Sachse, Emilian Nowak
8807                 and Quar, Frederico Goncalves Guimaraes, and
8808                 Aleksandar Urosevic
8809                 Fix Bug 896, 'PT_BR locale broken'.
8810         * src/gtk/authors.h
8811                 updated
8812
8813 2006-01-24 [mones]      1.9.100cvs184
8814
8815         * manual/glossary.xml
8816                 All current terms finished. Reviewers welcome ;-)
8817         * manual/keyboard.xml
8818                 Fixed column width for pdf output.
8819         * po/es.po
8820                 Updated
8821
8822 2006-01-24 [paul]       1.9.100cvs183
8823
8824         * manual/glossary.xml
8825                 fix id name
8826         * manual/dist/html/Makefile.am
8827         * manual/dist/pdf/Makefile.am
8828         * manual/dist/ps/Makefile.am
8829         * manual/dist/txt/Makefile.am
8830                 fix make deps
8831                 Thanks to Colin
8832
8833 2006-01-24 [mones]      1.9.100cvs182
8834
8835         * manual/glossary.xml
8836                 Nearly finished, some terms missing.
8837
8838 2006-01-23 [paul]       1.9.100cvs181
8839
8840         * manual/dist/html/Makefile.am
8841         * manual/dist/pdf/Makefile.am
8842         * manual/dist/ps/Makefile.am
8843         * manual/dist/txt/Makefile.am
8844         * src/mainwindow.c
8845                 re-enable manual
8846                 Thanks to Colin
8847
8848 2006-01-22 [colin]      1.9.100cvs180
8849
8850         * src/compose.c
8851         * src/gtk/gtkaspell.c
8852                 Don't deselect stuff before right-clicking, with aspell.
8853                 (This prevented right-click Copy, for example).
8854                 Thanks to Clo!
8855
8856 2006-01-22 [paul]       1.9.100cvs179
8857
8858         * src/summary_search.c
8859                 don't fix the widget size as it causes problems
8860                 under localisation.
8861                 Thanks to Emilian Nowak
8862
8863 2006-01-21 [paul]       1.9.100cvs178
8864
8865         * src/prefs_themes.c
8866                 fix broken underlining of label text
8867                 with some translations
8868
8869 2006-01-21 [colin]      1.9.100cvs177
8870
8871         * po/fr.po
8872                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8873
8874 2006-01-20 [colin]      1.9.100cvs176
8875
8876         * configure.ac
8877         * Makefile.am
8878         * manual/Makefile
8879         * manual/dist/html/.cvsignore
8880         * manual/dist/html/Makefile.am
8881         * manual/dist/pdf/.cvsignore
8882         * manual/dist/pdf/Makefile.am
8883         * manual/dist/ps/.cvsignore
8884         * manual/dist/ps/Makefile.am
8885         * manual/dist/txt/.cvsignore
8886         * manual/dist/txt/Makefile.am
8887                 Autotool-ize manual
8888
8889 2006-01-20 [paul]       1.9.100cvs175
8890
8891         * manual/handling.xml
8892                 make Filtering and Searching entries easier to find
8893         * manual/keyboard.xml
8894                 add the remaining default keybinds
8895         * src/prefs_summaries.c
8896                 update the default keybinds
8897
8898 2006-01-20 [paul]       1.9.100cvs174
8899
8900         * src/addressbook.c
8901         * src/addrgather.c
8902         * src/addrharvest.c
8903         * src/editaddress.c
8904         * src/editgroup.c
8905         * src/exphtmldlg.c
8906         * src/expldifdlg.c
8907         * src/exporthtml.c
8908         * src/exportldif.c
8909         * src/ldif.c
8910                 replace 'e-mail' with 'email'
8911         * src/summary_search.c
8912                 add mnemonic to "Find all" button
8913
8914 2006-01-20 [wwp]        1.9.100cvs173
8915
8916         * src/export.c
8917         * src/import.c
8918                 touched mbox import/export buttons for HIG-compliance
8919
8920 2006-01-19 [paul]       1.9.100cvs172
8921
8922         * manual/account.xml
8923         * manual/addrbook.xml
8924         * manual/advanced.xml
8925         * manual/faq.xml
8926         * manual/handling.xml
8927         * manual/intro.xml
8928         * manual/plugins.xml
8929         * manual/starting.xml
8930                 more editing
8931
8932 2006-01-19 [paul]       1.9.100cvs171
8933
8934         * src/toolbar.c
8935                 allow use of trash button while receiving
8936                 Thanks to Colin
8937
8938 2006-01-19 [wwp]        1.9.100cvs170
8939
8940         * src/gtk/quicksearch.c
8941         * src/compose.c
8942                 force text color to black when yellow background is set
8943
8944 2006-01-19 [colin]      1.9.100cvs169
8945
8946         * src/plugins/trayicon/trayicon.c
8947                 Gray out Get Mail when already getting mail
8948
8949 2006-01-18 [paul]       1.9.100cvs168
8950
8951         * src/compose.c
8952                 give widget yellow background was To is
8953                 set via folder prefs
8954         * src/gtk/quicksearch.c
8955                 give widget yellow background when quick
8956                 search is active.
8957                 Thanks to Colin
8958
8959 2006-01-18 [paul]       1.9.100cvs167
8960
8961         * doc/man/sylpheed-claws.1
8962                 add --subscribe option
8963
8964 2006-01-18 [paul]       1.9.100cvs166
8965
8966         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8967         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8968                 use %U instead of %F (%F is broken for user installed
8969                 files in kde 3.5)
8970
8971 2006-01-18 [colin]      1.9.100cvs165
8972
8973         * src/summaryview.c
8974                 Default to Yes in "No more * messages" dialogs
8975
8976 2006-01-17 [colin]      1.9.100cvs164
8977
8978         * src/compose.c
8979                 Possibly fix an invalid iterator causing
8980                 crash
8981
8982 2006-01-17 [colin]      1.9.100cvs163
8983
8984         * src/mimeview.c
8985                 Fix crash when the image disappears under the
8986                 image viewer
8987
8988 2006-01-16 [colin]      1.9.100cvs162
8989
8990         * src/compose.c
8991                 Fix reenabling autowrap
8992
8993 2006-01-16 [colin]      1.9.100cvs161
8994
8995         * src/compose.c
8996                 reset quote_len before getting quote_str
8997
8998 2006-01-16 [colin]      1.9.100cvs160
8999
9000         * src/account.c
9001         * src/account.h
9002         * src/folder.c
9003         * src/imap_gtk.c
9004         * src/mh_gtk.c
9005                 Fix bug #883 (default inbox does not track folder move)
9006
9007 2006-01-16 [colin]      1.9.100cvs159
9008
9009         * src/compose.c
9010         * src/plugins/pgpcore/passphrase.c
9011                 More buttons fixes
9012
9013 2006-01-16 [paul]       1.9.100cvs158
9014
9015         * src/prefs_actions.c
9016         * src/prefs_filtering_action.c
9017         * src/prefs_matcher.c
9018         * src/quote_fmt.c
9019         * src/gtk/description_window.c
9020         * src/gtk/description_window.h
9021         * src/gtk/quicksearch.c
9022                 description window cleanups
9023
9024 2006-01-15 [colin]      1.9.100cvs157
9025
9026         * src/addressbook.c
9027         * src/prefs_filtering.c
9028                 Same here
9029
9030 2006-01-15 [colin]      1.9.100cvs156
9031
9032         * src/folderview.c
9033         * src/mainwindow.c
9034                 Same for "Empty trash"
9035
9036 2006-01-15 [colin]      1.9.100cvs155
9037
9038         * src/inc.c
9039                 Override offline dialog had Yes by default
9040
9041 2006-01-15 [colin]      1.9.100cvs154
9042
9043         * src/summaryview.c
9044                 Delete selected messages? previously had Yes the default
9045
9046 2006-01-15 [colin]      1.9.100cvs153
9047
9048         * src/folder.c
9049         * src/folder.h
9050         * src/main.c
9051                 Check if a mailbox is loaded after all
9052                 plugins are loaded.
9053
9054 2006-01-15 [colin]      1.9.100cvs152
9055
9056         * src/folder.c
9057                 Don't start wizard when there are unloaded folders (will help
9058                 people with only mbox or maildir mailboxes)
9059
9060 2006-01-14 [colin]      1.9.100cvs151
9061
9062         * src/addressbook.c
9063         * src/expldifdlg.c
9064         * src/importldif.c
9065         * src/importmutt.c
9066         * src/importpine.c
9067         * src/mh_gtk.c
9068                 More HIG compliance and fixes
9069
9070 2006-01-14 [colin]      1.9.100cvs150
9071
9072         * src/prefs_filtering_action.c
9073         * src/foldersel.c
9074                 Two forgotten button order changes
9075
9076 2006-01-14 [colin]      1.9.100cvs149
9077
9078         * src/account.c
9079         * src/addressbook.c
9080         * src/compose.c
9081         * src/folderview.c
9082         * src/imap_gtk.c
9083         * src/mainwindow.c
9084         * src/mh_gtk.c
9085         * src/news_gtk.c
9086         * src/prefs_actions.c
9087         * src/prefs_customheader.c
9088         * src/prefs_filtering.c
9089         * src/prefs_matcher.c
9090         * src/prefs_template.c
9091         * src/ssl_manager.c
9092         * src/summaryview.c
9093         * src/textview.c
9094         * src/toolbar.c
9095                 All deletion confirmations are now "Cancel, Delete" 
9096                 instead of "No, Yes"
9097                 Clarified most of the other "No, Yes" to 
9098                 "Cancel, Descriptive_action"
9099                 Rechanged the "Entry not saved" alerts to have 
9100                 "Close, Continue editing"
9101
9102
9103 2006-01-14 [paul]
9104
9105         * 2.0.0-rc4 released
9106
9107 2006-01-14 [paul]       1.9.100cvs148
9108
9109         * src/account.c
9110         * src/addressadd.c
9111         * src/addressbook.c
9112         * src/compose.c
9113         * src/editaddress.c
9114         * src/editbook.c
9115         * src/editgroup.c
9116         * src/editjpilot.c
9117         * src/editldap.c
9118         * src/editvcard.c
9119         * src/exphtmldlg.c
9120         * src/expldifdlg.c
9121         * src/folderview.c
9122         * src/grouplistdialog.c
9123         * src/imap_gtk.c
9124         * src/importmutt.c
9125         * src/importpine.c
9126         * src/inc.c
9127         * src/main.c
9128         * src/mainwindow.c
9129         * src/message_search.c
9130         * src/messageview.c
9131         * src/mh_gtk.c
9132         * src/mimeview.c
9133         * src/news_gtk.c
9134         * src/prefs_actions.c
9135         * src/prefs_customheader.c
9136         * src/prefs_filtering.c
9137         * src/prefs_matcher.c
9138         * src/prefs_template.c
9139         * src/prefs_themes.c
9140         * src/ssl_manager.c
9141         * src/summary_search.c
9142         * src/summaryview.c
9143         * src/textview.c
9144         * src/toolbar.c
9145         * src/gtk/foldersort.c
9146         * src/gtk/gtkaspell.c
9147         * src/gtk/inputdialog.c
9148         * src/gtk/prefswindow.c
9149         * src/plugins/pgpcore/select-keys.c
9150         * src/plugins/trayicon/trayicon.c
9151                 HIG compliant button order
9152
9153 2006-01-14 [mones]      1.9.100cvs147
9154
9155         * po/es.po
9156                 Updated translation
9157
9158 2006-01-13 [paul]       1.9.100cvs146
9159
9160         * AUTHORS
9161         * ChangeLog
9162         * src/gtk/authors.h
9163                 add Joshua M. Kwan to contributors list
9164
9165 2006-01-13 [colin]      1.9.100cvs145
9166
9167         * src/gtk/quicksearch.c
9168                 Don't refocus quick search after executing (Esc or Enter)
9169                 Allows to '/'search something then move up/down in 
9170                 summaryview, and to Esc a search and be back in the 
9171                 summaryview
9172
9173 2006-01-13 [paul]       1.9.100cvs144
9174
9175         * src/plugins/pgpinline/pgpinline.c
9176                 support Content-Type 'application/pgp'
9177                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9178
9179 2006-01-13 [paul]       1.9.100cvs143
9180
9181         * manual/account.xml
9182                 make mention of partial retrieval
9183                 thanks to Colin
9184
9185 2006-01-13 [paul]       1.9.100cvs142
9186
9187         * src/account.c
9188         * src/account.h
9189         * src/action.c
9190         * src/action.h
9191         * src/adbookbase.h
9192         * src/addr_compl.c
9193         * src/addr_compl.h
9194         * src/addrbook.c
9195         * src/addrcache.c
9196         * src/addrcache.h
9197         * src/addrcindex.c
9198         * src/addrcindex.h
9199         * src/addrclip.c
9200         * src/addrclip.h
9201         * src/addrdefs.h
9202         * src/addressadd.c
9203         * src/addressadd.h
9204         * src/addressbook.c
9205         * src/addressbook.h
9206         * src/addrgather.c
9207         * src/addrgather.h
9208         * src/addrharvest.c
9209         * src/addrharvest.h
9210         * src/addrindex.c
9211         * src/addrindex.h
9212         * src/addritem.c
9213         * src/addritem.h
9214         * src/addrquery.c
9215         * src/addrquery.h
9216         * src/addrselect.c
9217         * src/addrselect.h
9218         * src/alertpanel.c
9219         * src/alertpanel.h
9220         * src/browseldap.c
9221         * src/browseldap.h
9222         * src/codeconv.c
9223         * src/codeconv.h
9224         * src/compose.c
9225         * src/compose.h
9226         * src/customheader.c
9227         * src/customheader.h
9228         * src/displayheader.c
9229         * src/displayheader.h
9230         * src/editaddress.c
9231         * src/editaddress.h
9232         * src/editbook.c
9233         * src/editbook.h
9234         * src/editgroup.c
9235         * src/editgroup.h
9236         * src/editjpilot.c
9237         * src/editjpilot.h
9238         * src/editldap.c
9239         * src/editldap.h
9240         * src/editldap_basedn.c
9241         * src/editldap_basedn.h
9242         * src/editvcard.c
9243         * src/editvcard.h
9244         * src/exphtmldlg.c
9245         * src/exphtmldlg.h
9246         * src/expldifdlg.c
9247         * src/expldifdlg.h
9248         * src/export.h
9249         * src/exporthtml.c
9250         * src/exporthtml.h
9251         * src/exportldif.c
9252         * src/exportldif.h
9253         * src/filtering.c
9254         * src/filtering.h
9255         * src/folder.c
9256         * src/folder.h
9257         * src/folder_item_prefs.c
9258         * src/folder_item_prefs.h
9259         * src/foldersel.c
9260         * src/foldersel.h
9261         * src/folderutils.c
9262         * src/folderutils.h
9263         * src/folderview.c
9264         * src/folderview.h
9265         * src/grouplistdialog.c
9266         * src/grouplistdialog.h
9267         * src/headerview.c
9268         * src/html.c
9269         * src/html.h
9270         * src/image_viewer.c
9271         * src/image_viewer.h
9272         * src/imap.c
9273         * src/imap.h
9274         * src/imap_gtk.c
9275         * src/imap_gtk.h
9276         * src/import.h
9277         * src/importldif.c
9278         * src/importldif.h
9279         * src/importmutt.c
9280         * src/importmutt.h
9281         * src/importpine.c
9282         * src/importpine.h
9283         * src/inc.c
9284         * src/inc.h
9285         * src/jpilot.c
9286         * src/jpilot.h
9287         * src/ldapctrl.c
9288         * src/ldapctrl.h
9289         * src/ldaplocate.c
9290         * src/ldaplocate.h
9291         * src/ldapquery.c
9292         * src/ldapquery.h
9293         * src/ldapserver.c
9294         * src/ldapserver.h
9295         * src/ldaputil.c
9296         * src/ldaputil.h
9297         * src/ldif.c
9298         * src/ldif.h
9299         * src/main.c
9300         * src/main.h
9301         * src/mainwindow.c
9302         * src/mainwindow.h
9303         * src/manual.c
9304         * src/manual.h
9305         * src/mbox.c
9306         * src/mbox.h
9307         * src/message_search.c
9308         * src/message_search.h
9309         * src/messageview.c
9310         * src/messageview.h
9311         * src/mh.c
9312         * src/mh.h
9313         * src/mh_gtk.c
9314         * src/mh_gtk.h
9315         * src/mimeview.c
9316         * src/mimeview.h
9317         * src/msgcache.c
9318         * src/msgcache.h
9319         * src/mutt.c
9320         * src/mutt.h
9321         * src/news.c
9322         * src/news.h
9323         * src/news_gtk.c
9324         * src/news_gtk.h
9325         * src/partial_download.c
9326         * src/partial_download.h
9327         * src/pine.c
9328         * src/pine.h
9329         * src/pop.c
9330         * src/pop.h
9331         * src/prefs_account.c
9332         * src/prefs_account.h
9333         * src/prefs_actions.c
9334         * src/prefs_actions.h
9335         * src/prefs_common.c
9336         * src/prefs_common.h
9337         * src/prefs_compose_writing.c
9338         * src/prefs_compose_writing.h
9339         * src/prefs_customheader.c
9340         * src/prefs_customheader.h
9341         * src/prefs_display_header.c
9342         * src/prefs_display_header.h
9343         * src/prefs_filtering.c
9344         * src/prefs_filtering.h
9345         * src/prefs_filtering_action.c
9346         * src/prefs_filtering_action.h
9347         * src/prefs_folder_column.c
9348         * src/prefs_folder_column.h
9349         * src/prefs_folder_item.c
9350         * src/prefs_folder_item.h
9351         * src/prefs_fonts.c
9352         * src/prefs_fonts.h
9353         * src/prefs_gtk.c
9354         * src/prefs_gtk.h
9355         * src/prefs_image_viewer.c
9356         * src/prefs_image_viewer.h
9357         * src/prefs_matcher.c
9358         * src/prefs_matcher.h
9359         * src/prefs_message.c
9360         * src/prefs_msg_colors.c
9361         * src/prefs_msg_colors.h
9362         * src/prefs_other.c
9363         * src/prefs_quote.c
9364         * src/prefs_receive.c
9365         * src/prefs_send.c
9366         * src/prefs_spelling.c
9367         * src/prefs_spelling.h
9368         * src/prefs_summaries.c
9369         * src/prefs_summaries.h
9370         * src/prefs_summary_column.c
9371         * src/prefs_summary_column.h
9372         * src/prefs_template.c
9373         * src/prefs_template.h
9374         * src/prefs_themes.c
9375         * src/prefs_themes.h
9376         * src/prefs_toolbar.c
9377         * src/prefs_toolbar.h
9378         * src/prefs_wrapping.c
9379         * src/prefs_wrapping.h
9380         * src/privacy.c
9381         * src/privacy.h
9382         * src/procheader.c
9383         * src/procheader.h
9384         * src/procmime.c
9385         * src/procmime.h
9386         * src/procmsg.c
9387         * src/procmsg.h
9388         * src/quote_fmt.c
9389         * src/quote_fmt_parse.y
9390         * src/recv.c
9391         * src/recv.h
9392         * src/remotefolder.c
9393         * src/remotefolder.h
9394         * src/send_message.c
9395         * src/send_message.h
9396         * src/setup.c
9397         * src/setup.h
9398         * src/sourcewindow.c
9399         * src/sourcewindow.h
9400         * src/ssl_manager.c
9401         * src/ssl_manager.h
9402         * src/statusbar.c
9403         * src/statusbar.h
9404         * src/stock_pixmap.c
9405         * src/stock_pixmap.h
9406         * src/summary_search.c
9407         * src/summary_search.h
9408         * src/summaryview.c
9409         * src/summaryview.h
9410         * src/syldap.c
9411         * src/syldap.h
9412         * src/textview.c
9413         * src/textview.h
9414         * src/toolbar.c
9415         * src/toolbar.h
9416         * src/undo.c
9417         * src/undo.h
9418         * src/unmime.c
9419         * src/unmime.h
9420         * src/vcard.c
9421         * src/vcard.h
9422         * src/wizard.c
9423         * src/wizard.h
9424         * src/common/base64.c
9425         * src/common/base64.h
9426         * src/common/defs.h
9427         * src/common/hooks.c
9428         * src/common/hooks.h
9429         * src/common/log.c
9430         * src/common/log.h
9431         * src/common/mgutils.c
9432         * src/common/mgutils.h
9433         * src/common/nntp.c
9434         * src/common/nntp.h
9435         * src/common/passcrypt.c
9436         * src/common/passcrypt.h.in
9437         * src/common/plugin.c
9438         * src/common/plugin.h
9439         * src/common/prefs.c
9440         * src/common/prefs.h
9441         * src/common/progressindicator.c
9442         * src/common/progressindicator.h
9443         * src/common/quoted-printable.c
9444         * src/common/quoted-printable.h
9445         * src/common/session.c
9446         * src/common/session.h
9447         * src/common/smtp.c
9448         * src/common/smtp.h
9449         * src/common/socket.c
9450         * src/common/socket.h
9451         * src/common/ssl.c
9452         * src/common/ssl.h
9453         * src/common/ssl_certificate.c
9454         * src/common/ssl_certificate.h
9455         * src/common/stringtable.c
9456         * src/common/stringtable.h
9457         * src/common/sylpheed.c
9458         * src/common/sylpheed.h
9459         * src/common/template.c
9460         * src/common/template.h
9461         * src/common/timing.h
9462         * src/common/utils.c
9463         * src/common/utils.h
9464         * src/common/version.h.in
9465         * src/common/xml.c
9466         * src/common/xml.h
9467         * src/common/xmlprops.c
9468         * src/common/xmlprops.h
9469         * src/gtk/colorlabel.c
9470         * src/gtk/colorsel.c
9471         * src/gtk/colorsel.h
9472         * src/gtk/description_window.c
9473         * src/gtk/description_window.h
9474         * src/gtk/filesel.c
9475         * src/gtk/filesel.h
9476         * src/gtk/foldersort.c
9477         * src/gtk/foldersort.h
9478         * src/gtk/gtkutils.c
9479         * src/gtk/gtkutils.h
9480         * src/gtk/inputdialog.c
9481         * src/gtk/inputdialog.h
9482         * src/gtk/logwindow.c
9483         * src/gtk/logwindow.h
9484         * src/gtk/manage_window.c
9485         * src/gtk/manage_window.h
9486         * src/gtk/menu.c
9487         * src/gtk/menu.h
9488         * src/gtk/pluginwindow.c
9489         * src/gtk/pluginwindow.h
9490         * src/gtk/prefswindow.c
9491         * src/gtk/prefswindow.h
9492         * src/gtk/progressdialog.c
9493         * src/gtk/progressdialog.h
9494         * src/gtk/sslcertwindow.c
9495         * src/gtk/sslcertwindow.h
9496         * src/plugins/clamav/clamav_plugin.c
9497         * src/plugins/clamav/clamav_plugin.h
9498         * src/plugins/clamav/clamav_plugin_gtk.c
9499         * src/plugins/demo/demo.c
9500         * src/plugins/dillo_viewer/dillo_prefs.c
9501         * src/plugins/dillo_viewer/dillo_prefs.h
9502         * src/plugins/dillo_viewer/dillo_viewer.c
9503         * src/plugins/pgpcore/passphrase.c
9504         * src/plugins/pgpcore/passphrase.h
9505         * src/plugins/pgpcore/plugin.c
9506         * src/plugins/pgpcore/select-keys.c
9507         * src/plugins/pgpcore/select-keys.h
9508         * src/plugins/pgpcore/sgpgme.c
9509         * src/plugins/pgpcore/sgpgme.h
9510         * src/plugins/pgpinline/pgpinline.c
9511         * src/plugins/pgpinline/pgpinline.h
9512         * src/plugins/pgpinline/plugin.c
9513         * src/plugins/pgpmime/pgpmime.c
9514         * src/plugins/pgpmime/pgpmime.h
9515         * src/plugins/pgpmime/plugin.c
9516         * src/plugins/spamassassin/spamassassin.c
9517         * src/plugins/spamassassin/spamassassin.h
9518         * src/plugins/spamassassin/spamassassin_gtk.c
9519         * src/plugins/trayicon/trayicon.c
9520                 update copyright header
9521
9522 2006-01-13 [paul]       1.9.100cvs141
9523
9524         * src/account.c
9525         * src/export.c
9526         * src/import.c
9527         * src/mainwindow.c
9528         * src/prefs_account.c
9529         * src/prefs_display_header.c
9530         * src/prefs_receive.c
9531         * src/prefs_send.c
9532         * src/prefs_summaries.c
9533         * src/prefs_themes.c
9534         * src/prefs_toolbar.c
9535         * src/gtk/about.c
9536                 various cleanups
9537
9538 2006-01-12 [colin]      1.9.100cvs140
9539
9540         * src/folder.c
9541         * src/folder.h
9542         * src/main.c
9543                 Add --subscribe option
9544                 Let sylpheed-claws email@domain.com equivalent to --compose
9545                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9546
9547 2006-01-12 [paul]       1.9.100cvs139
9548
9549         * src/mainwindow.c
9550                 append 'Change folder order' label with '...'
9551         * src/prefs_actions.c
9552                 allow reordering of actions list by dnd
9553         * src/gtk/foldersort.c
9554                 make the dialog nicer
9555
9556 2006-01-11 [colin]      1.9.100cvs138
9557
9558         * src/compose.c
9559                 Allow templates without text
9560
9561 2006-01-11 [paul]       1.9.100cvs137
9562
9563         * tools/README
9564         * tools/filter_conv_new.pl
9565                 add info to README
9566                 also check .sylpheed for filter.xml
9567                 be a bit informative to the user
9568
9569 2006-01-11 [colin]      1.9.100cvs136
9570
9571         * src/textview.c
9572                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9573
9574 2006-01-10 [paul]       1.9.100cvs135
9575
9576         * tools/Makefile.am
9577         * tools/filter_conv_new.pl
9578                 add script to convert new style Sylpheed
9579                 filter rules (Sylpheed >= 0.9.99) to
9580                 Claws filtering rules
9581
9582 2006-01-10 [colin]      1.9.100cvs134
9583
9584         * src/compose.c
9585                 Fix broken line joins in certain conditions
9586                 (between two quoted lines: <enter><enter><up>
9587                  <type a wrapped sentence><go in the first line>
9588                  <insert more text><watch as line joining failed>)
9589
9590 2006-01-10 [paul]       1.9.100cvs133
9591
9592         * src/compose.c
9593                 don't report success in error dialog
9594                 thanks to Colin
9595         * src/common/utils.c
9596                 include some trailing punctuations as URI
9597                 thanks to Hiro
9598
9599 2006-01-10 [paul]       1.9.100cvs132
9600
9601         * src/mimeview.c
9602                 fix incompatible pointer type
9603                 warning
9604
9605 2006-01-10 [paul]       1.9.100cvs131
9606
9607         * src/compose.c
9608                 change Subject in window title
9609                 instantaneously
9610
9611 2006-01-09 [colin]      1.9.100cvs130
9612
9613         * src/addressbook.c
9614         * src/headerview.c
9615         * src/mainwindow.c
9616         * src/messageview.c
9617         * src/mimeview.c
9618         * src/noticeview.c
9619         * src/summaryview.c
9620                 Fix possible crashes on exit and in addressbook
9621
9622 2006-01-09 [paul]       1.9.100cvs129
9623
9624         * src/prefs_msg_colors.c
9625                 some cleanups that I forgot last time
9626
9627 2006-01-09 [paul]       1.9.100cvs128
9628
9629         * README
9630         * src/folderview.c
9631         * src/prefs_msg_colors.c
9632                 add previously hidden option, color_new, to
9633                 the gui
9634                 move the page to Display/
9635                 rework the gui
9636
9637 2006-01-09 [wwp]        1.9.100cvs127
9638
9639         * src/prefs_themes.c
9640                 made the prefs/display/themes layouts spacing less condensed
9641                 (and so they match other prefs/pages' look).
9642
9643 2006-01-09 [paul]       1.9.100cvs126
9644
9645         * src/compose.c
9646         * src/prefs_common.c
9647         * src/prefs_common.h
9648         * src/prefs_wrapping.c
9649                 remove 'wrap at send' option
9650
9651 2006-01-06 [colin]      1.9.100cvs125
9652
9653         * src/compose.c
9654                 Just make completely sure we don't insert "manual line breaks" 
9655                 when wrapping... 
9656
9657 2006-01-04 [paul]
9658
9659         * 2.0.0-rc3 released
9660
9661 2006-01-04 [paul]       1.9.100cvs124
9662
9663         * src/folderview.c
9664                 fix bug 882, 'quick scroll in folder list
9665                 displays wrong folder contents'
9666
9667 2006-01-04 [paul]       1.9.100cvs123
9668
9669         * src/plugins/pgpmime/pgpmime.c
9670                 better debug information when signing
9671                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9672
9673 2006-01-03 [colin]      1.9.100cvs122
9674
9675         * configure.ac
9676                 We need to recheck for gpgme 1.0.0 after checking
9677                 for 1.1.1, because if 1.1.1 isn't available, 
9678                 GPGME_LIBS and friends are blanked out by the 
9679                 second check.
9680
9681 2006-01-03 [colin]      1.9.100cvs121
9682
9683         * src/common/prefs.c
9684                 Windows unlink-before rename fix
9685         * src/plugins/pgpcore/sgpgme.c
9686                 Add support for PKA info if available
9687                 Both patches by Werner Koch
9688
9689 2006-01-03 [paul]       1.9.100cvs120
9690
9691         * src/messageview.c
9692                 fix bug 884, 'Send receipt' button visible in queue
9693                 Thanks to Colin
9694
9695 2006-01-02 [colin]      1.9.100cvs119
9696
9697         * src/compose.c
9698         * src/imap.c
9699                 Fix autosave on IMAP and more generally try to
9700                 return the correct ID on a newly added IMAP message
9701
9702 2006-01-02 [paul]       1.9.100cvs118
9703
9704         * manual/keyboard.xml
9705                 edited
9706
9707 2006-01-01 [paul]       1.9.100cvs117
9708
9709         * src/gtk/authors.h
9710                 alphabetical order
9711
9712 2005-12-30 [colin]      1.9.100cvs116
9713
9714         * manual/advanced.xml
9715                 Explain Pre/Post-processing differences.
9716
9717 2005-12-30 [colin]      1.9.100cvs115
9718
9719         * src/mh.c
9720                 Implement copy_msgs for a little optimization
9721         * src/imap.c
9722                 Finish yesterday's fix
9723
9724 2005-12-29 [colin]      1.9.100cvs114
9725
9726         * src/imap.c
9727                 Fix occasional failure in fetching a mail over
9728                 IMAP
9729
9730 2005-12-29 [colin]      1.9.100cvs113
9731
9732         * src/compose.c
9733                 Don't remove a draft when sending it, if it is 
9734                 locked.
9735
9736 2005-12-28 [colin]      1.9.100cvs112
9737
9738         * src/summaryview.c
9739                 Fix leak for real
9740
9741 2005-12-28 [wwp]        1.9.100cvs111
9742
9743         * doc/faq/.cvsignore
9744         * doc/faq/de/.cvsignore
9745         * doc/faq/en/.cvsignore
9746         * doc/faq/es/.cvsignore
9747         * doc/faq/fr/.cvsignore
9748         * doc/faq/it/.cvsignore
9749         * doc/manual/.cvsignore
9750         * doc/manual/de/.cvsignore
9751         * doc/manual/en/.cvsignore
9752         * doc/manual/es/.cvsignore
9753         * doc/manual/fr/.cvsignore
9754         * doc/manual/ja/.cvsignore
9755         * src/plugins/mathml_viewer/.cvsignore
9756                 rollback revival of those files (my bad, sorry for the noise).
9757
9758 2005-12-28 [wwp]        1.9.100cvs110
9759
9760         * src/compose.c
9761                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9762
9763 2005-12-28 [wwp]        1.9.100cvs109
9764
9765         * doc/faq/.cvsignore
9766         * doc/faq/de/.cvsignore
9767         * doc/faq/en/.cvsignore
9768         * doc/faq/es/.cvsignore
9769         * doc/faq/fr/.cvsignore
9770         * doc/faq/it/.cvsignore
9771         * doc/manual/.cvsignore
9772         * doc/manual/de/.cvsignore
9773         * doc/manual/en/.cvsignore
9774         * doc/manual/es/.cvsignore
9775         * doc/manual/fr/.cvsignore
9776         * doc/manual/ja/.cvsignore
9777         * src/plugins/mathml_viewer/.cvsignore
9778         * po/.cvsignore
9779                 more files to ignore.
9780
9781 2005-12-24 [colin]      1.9.100cvs108
9782
9783         * AUTHORS
9784         * src/gtk/authors.h
9785                 Update for Werner
9786
9787 2005-12-24 [colin]      1.9.100cvs107
9788
9789         * src/procmsg.c
9790                 Allow NULL src_msginfo in 
9791                 procmsg_msginfo_new_from_mimeinfo
9792
9793 2005-12-23 [paul]       1.9.100cvs106
9794
9795         * src/plugins/pgpinline/mypgpcore.def
9796                 add this forgotten file
9797
9798 2005-12-23 [colin]      1.9.100cvs105
9799
9800         * src/mainwindow.c
9801                 Fix missing break
9802
9803 2005-12-23 [colin]      1.9.100cvs104
9804
9805         * autogen.sh
9806         * src/folder.c
9807         * src/mh.c
9808         * src/common/plugin.c
9809         * src/common/socket.c
9810         * src/common/socket.h
9811         * src/common/utils.c
9812         * src/common/utils.h
9813         * src/gtk/pluginwindow.c
9814         * src/plugins/pgpcore/plugin.def
9815         * src/plugins/pgpcore/sylpheed.def
9816         * src/plugins/pgpinline/Makefile.am
9817         * src/plugins/pgpinline/plugin.def
9818         * src/plugins/pgpinline/sylpheed.def
9819         * src/plugins/pgpmime/plugin.def
9820         * src/plugins/pgpmime/sylpheed.def
9821                 Various w32 fixes by Werner Koch
9822
9823 2005-12-22 [paul]       1.9.100cvs103
9824
9825         * src/wizard.c
9826                 don't offer IMAP as 'server type' if
9827                 libetpan isn't built in
9828
9829 2005-12-22 [paul]       1.9.100cvs102
9830
9831         * AUTHORS
9832         * src/mainwindow.c
9833         * src/mainwindow.h
9834         * src/toolbar.c
9835         * src/gtk/authors.h
9836                 support GTK_TOOLBAR_BOTH_HORIZ (text
9837                 next to icon) Patch by Marien Zwart
9838                 marienz@users.sf.net
9839                 Also reword the text
9840
9841 2005-12-21 [colin]      1.9.100cvs101
9842
9843         * configure.ac
9844                 Fix DATADIRNAME
9845         * COPYING
9846                 Fix missing section and explicit the exception better
9847         * src/compose.c
9848                 Prevent mail from being lost without notice when an
9849                 SMTP error happens on trying to send an unmodified
9850                 drafted mail.
9851         * src/send_message.c
9852         * src/common/smtp.c
9853                 Fix password remembering when wrong, and add return
9854                 value checks where they should have been
9855         * src/plugins/pgpcore/sylpheed.def
9856         * src/plugins/pgpinline/sylpheed.def
9857         * src/plugins/pgpmime/sylpheed.def
9858                 Add a few symbols needed
9859
9860 2005-12-21 [paul]       1.9.100cvs100
9861
9862         * m4/codeset.m4
9863         * m4/glibc21.m4
9864         * m4/intdiv0.m4
9865         * m4/inttypes-pri.m4
9866         * m4/inttypes.m4
9867         * m4/inttypes_h.m4
9868         * m4/isc-posix.m4
9869         * m4/lcmessage.m4
9870         * m4/stdint_h.m4
9871         * m4/uintmax_t.m4
9872                 gettextization
9873                 thanks to Colin
9874
9875 2005-12-21 [paul]       1.9.100cvs99
9876
9877         * po/sv.po
9878                 fixed by Colin
9879
9880 2005-12-20 [paul]       1.9.100cvs98
9881
9882         * po/sv.po
9883                 updated by Anders Trobäck
9884
9885 2005-12-20 [colin]      1.9.100cvs97
9886
9887         * ABOUT-NLS
9888         * Makefile.am
9889         * autogen.sh
9890         * configure.ac
9891         * config/config.rpath
9892         * config/mkinstalldirs
9893         * m4/Makefile.am
9894         * m4/glibc2.m4
9895         * m4/gnupg.m4
9896         * m4/gpgme.m4
9897         * m4/intmax.m4
9898         * m4/longdouble.m4
9899         * m4/longlong.m4
9900         * m4/printf-posix.m4
9901         * m4/signed.m4
9902         * m4/size_max.m4
9903         * m4/ulonglong.m4
9904         * m4/wchar_t.m4
9905         * m4/wint_t.m4
9906         * m4/xsize.m4
9907         * po/Makefile.in.in
9908         * po/Makevars
9909         * po/bg.po
9910         * po/ca.po
9911         * po/cs.po
9912         * po/de.po
9913         * po/el.po
9914         * po/en_GB.po
9915         * po/es.po
9916         * po/fi.po
9917         * po/fr.po
9918         * po/hr.po
9919         * po/hu.po
9920         * po/it.po
9921         * po/ja.po
9922         * po/ko.po
9923         * po/nb.po
9924         * po/nl.po
9925         * po/pl.po
9926         * po/pt_BR.po
9927         * po/ru.po
9928         * po/sk.po
9929         * po/sr.po
9930         * po/stamp-po
9931         * po/sv.po
9932         * po/zh_CN.po
9933         * po/zh_TW.po
9934         * src/Makefile.am
9935         * src/codeconv.c
9936         * src/compose.c
9937         * src/exporthtml.c
9938         * src/exportldif.c
9939         * src/folder.c
9940         * src/main.c
9941         * src/manual.c
9942         * src/mh.c
9943         * src/mimeview.c
9944         * src/send_message.c
9945         * src/common/Makefile.am
9946         * src/common/fnmatch.c
9947         * src/common/fnmatch.h
9948         * src/common/fnmatch_loop.c
9949         * src/common/nntp.c
9950         * src/common/plugin.c
9951         * src/common/smtp.c
9952         * src/common/socket.c
9953         * src/common/string_match.c
9954         * src/common/sylpheed.c
9955         * src/common/utils.c
9956         * src/common/utils.h
9957         * src/common/w32_dirent.c
9958         * src/common/w32_reg.c
9959         * src/common/w32_signal.c
9960         * src/common/w32_stat.c
9961         * src/common/w32_stdio.c
9962         * src/common/w32_stdlib.c
9963         * src/common/w32_string.c
9964         * src/common/w32_time.c
9965         * src/common/w32_unistd.c
9966         * src/common/w32_wait.c
9967         * src/common/w32lib.h
9968         * src/etpan/Makefile.am
9969         * src/gtk/Makefile.am
9970         * src/plugins/clamav/Makefile.am
9971         * src/plugins/demo/Makefile.am
9972         * src/plugins/dillo_viewer/Makefile.am
9973         * src/plugins/pgpcore/Makefile.am
9974         * src/plugins/pgpcore/passphrase.c
9975         * src/plugins/pgpcore/plugin.def
9976         * src/plugins/pgpcore/sgpgme.c
9977         * src/plugins/pgpcore/sylpheed.def
9978         * src/plugins/pgpcore/version.rc
9979         * src/plugins/pgpinline/Makefile.am
9980         * src/plugins/pgpinline/plugin.def
9981         * src/plugins/pgpinline/sylpheed.def
9982         * src/plugins/pgpinline/version.rc
9983         * src/plugins/pgpmime/Makefile.am
9984         * src/plugins/pgpmime/mypgpcore.def
9985         * src/plugins/pgpmime/plugin.def
9986         * src/plugins/pgpmime/sylpheed.def
9987         * src/plugins/pgpmime/version.rc
9988         * src/plugins/spamassassin/Makefile.am
9989                 Very little ;-) patch from Werner Koch, providing
9990                 infrastructure for cross-compiling to Win32
9991
9992 2005-12-20 [paul]       1.9.100cvs96
9993
9994         * src/account.c
9995         * src/account.h
9996         * src/mainwindow.c
9997         * src/mainwindow.h
9998         * src/toolbar.c
9999         * src/toolbar.h
10000                 add a combo to the Get All button, allowing
10001                 quick retrieval from any account
10002                 Patch by Fabien Vantard, slightly modified
10003                 by Colin
10004         * src/gtk/about.c
10005                 i18n fix. Patch by Fabien Vantard
10006
10007 2005-12-19 [colin]      1.9.100cvs95
10008
10009         * src/compose.c
10010         * src/compose.h
10011                 Don't automatically join lines when they've 
10012                 been separated by the user and not automatically
10013
10014 2005-12-19 [paul]       1.9.100cvs94
10015
10016         * src/gtk/pluginwindow.c
10017                 i18n fix.
10018                 Patch by Fabien Vantard
10019
10020 2005-12-15 [paul]       1.9.100cvs93
10021
10022         * src/common/plugin.c
10023         * src/common/plugin.h
10024         * src/gtk/pluginwindow.c
10025         * src/plugins/clamav/clamav_plugin.c
10026         * src/plugins/demo/demo.c
10027         * src/plugins/dillo_viewer/dillo_viewer.c
10028         * src/plugins/pgpcore/plugin.c
10029         * src/plugins/pgpinline/plugin.c
10030         * src/plugins/pgpmime/plugin.c
10031         * src/plugins/spamassassin/spamassassin.c
10032         * src/plugins/trayicon/trayicon.c
10033                 add plugin_version()
10034
10035 2005-12-15 [colin]      1.9.100cvs92
10036
10037         * src/compose.c
10038                 Further fix bug #875
10039
10040 2005-12-15 [paul]       1.9.100cvs91
10041
10042         * src/gtk/filesel.c
10043                 fix attach_load_dir getting set to
10044                 PLUGINDIR on plugin load
10045
10046 2005-12-14 [mones]      1.9.100cvs90
10047
10048         * manual/ack.xml
10049         * manual/keyboard.xml
10050                 Initial draft and some shortcuts added
10051                 
10052         * po/es.po
10053                 Updated translation
10054
10055 2005-12-14 [colin]      1.9.100cvs89
10056
10057         * src/compose.c
10058         * src/imap.c
10059         * src/summaryview.c
10060         * src/gtk/gtkaspell.c
10061                 More leaks fixed
10062         * src/prefs_folder_item.c
10063                 Fix recursive prefs apply
10064
10065
10066 2005-12-14 [colin]      1.9.100cvs88
10067
10068         * src/compose.c
10069                 Fix bug #875 (Freeze On Inline Forward of 
10070                 Large Message)
10071
10072 2005-12-13 [colin]      1.9.100cvs87
10073
10074         * src/compose.c
10075                 Uniq-ify and sort the mimetypes list
10076                 Patch by Fabien Vantard
10077
10078 2005-12-13 [colin]      1.9.100cvs86
10079
10080         * src/imap.c
10081         * src/etpan/imap-thread.c
10082                 Fix leaks (patch by Hoa)
10083         * src/news.c
10084         * src/common/plugin.c
10085                 Fix leaks
10086
10087 2005-12-12 [colin]
10088
10089         * 2.0.0-rc2 released
10090
10091 2005-12-12 [colin]      1.9.100cvs85
10092
10093         * src/matcher.c
10094                 Fix a leak
10095
10096 2005-12-12 [wwp]        1.9.100cvs84
10097
10098         * src/gtk/icon_legend.c
10099                 fix misbehaviour and crash when closing the legend window
10100         using the Esc key (patch by Fabien Vantard).
10101
10102 2005-12-12 [paul]       1.9.100cvs83
10103
10104         * src/browseldap.c
10105         * src/foldersel.c
10106         * src/prefs_actions.c
10107         * src/prefs_filtering.c
10108         * src/prefs_matcher.c
10109         * src/prefs_spelling.glade      ** REMOVED **
10110         * src/prefs_template.c
10111         * src/gtk/foldersort.glade      ** REMOVED **
10112         * src/gtk/pluginwindow.c
10113         * src/gtk/pluginwindow.glade    ** REMOVED **
10114         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10115                 cleanups
10116
10117 2005-12-11 [paul]       1.9.100cvs82
10118
10119         * src/gtk/filesel.c
10120                 fix attach_load_dir crasher (double free)
10121
10122 2005-12-09 [paul]       1.9.100cvs81
10123
10124         * po/POTFILES.in
10125         * src/mainwindow.c
10126         * src/gtk/Makefile.am
10127         * src/gtk/icon_legend.c
10128         * src/gtk/icon_legend.h
10129                 add icon legend
10130         * src/manual.c
10131                 cleanup
10132
10133 2005-12-09 [paul]       1.9.100cvs80
10134
10135         * src/plugins/pgpcore/passphrase.c
10136                 wrap the label in the dialog
10137
10138 2005-12-09 [colin]      1.9.100cvs79
10139
10140         * src/plugins/pgpcore/sgpgme.c
10141                 Display (untrusted) on not trusted signatures
10142                 Patch by Michal Èihaø <michal@cihar.com>
10143                 Closes bug #867 (Report also key trust)
10144
10145 2005-12-09 [colin]      1.9.100cvs78
10146
10147         * src/common/plugin.c
10148                 Update licence check, following Eben Moglen's advice
10149
10150 2005-12-08 [colin]      1.9.100cvs77
10151
10152         * src/folder.c
10153                 Fix the occasionnal item->cache != NULL 
10154                 assertion failure. 
10155
10156 2005-12-08 [colin]      1.9.100cvs76
10157
10158         * src/mimeview.c
10159         * src/plugins/pgpcore/sgpgme.c
10160                 Print key id when unable to check it
10161                 Closes bug #866 (Show key id when missing)
10162
10163 2005-12-08 [paul]       1.9.100cvs75
10164
10165         * src/prefs_common.c
10166         * src/prefs_common.h
10167         * src/gtk/filesel.c
10168                 remember load attachment dir
10169
10170 2005-12-07 [colin]      1.9.100cvs74
10171
10172         * src/prefs_toolbar.c
10173                 Gtk fixes, patch by Fabien Vantard
10174
10175 2005-12-07 [colin]      1.9.100cvs73
10176
10177         * src/action.c
10178         * src/compose.c
10179         * src/compose.h
10180                 Fix bug #839 (Quoted text isn't colored after 
10181                 executing an action)
10182         * src/common/plugin.c
10183                 Require plugins to declare their licence in plugin_licence()
10184                 Refuse to load non-GPL plugins as they'd be illegal (as 
10185                 derived works of Sylpheed-Claws, they must be GPL).
10186         * src/plugins/clamav/clamav_plugin.c
10187         * src/plugins/demo/demo.c
10188         * src/plugins/dillo_viewer/dillo_viewer.c
10189         * src/plugins/pgpcore/plugin.c
10190         * src/plugins/pgpinline/plugin.c
10191         * src/plugins/pgpmime/plugin.c
10192         * src/plugins/spamassassin/spamassassin.c
10193         * src/plugins/trayicon/trayicon.c
10194                 Add plugin_licence()
10195
10196 2005-12-07 [paul]       1.9.100cvs72
10197
10198         * configure.ac
10199         * src/mainwindow.c
10200         * src/manual.c
10201         * src/manual.h
10202         * src/common/defs.h
10203                 clean up after local FAQ removal and
10204                 temporary manual removal
10205
10206 2005-12-06 [colin]      1.9.100cvs71
10207
10208         * configure.ac
10209         * doc/Makefile.am
10210         * doc/faq/.cvsignore
10211         * doc/faq/Makefile.am
10212         * doc/faq/de/.cvsignore
10213         * doc/faq/de/Makefile.am
10214         * doc/faq/de/sylpheed-faq-1.html
10215         * doc/faq/de/sylpheed-faq-2.html
10216         * doc/faq/de/sylpheed-faq-3.html
10217         * doc/faq/de/sylpheed-faq.html
10218         * doc/faq/en/.cvsignore
10219         * doc/faq/en/Makefile.am
10220         * doc/faq/en/sylpheed-faq-1.html
10221         * doc/faq/en/sylpheed-faq-2.html
10222         * doc/faq/en/sylpheed-faq-3.html
10223         * doc/faq/en/sylpheed-faq-4.html
10224         * doc/faq/en/sylpheed-faq.html
10225         * doc/faq/es/.cvsignore
10226         * doc/faq/es/Makefile.am
10227         * doc/faq/es/sylpheed-faq-1.html
10228         * doc/faq/es/sylpheed-faq-2.html
10229         * doc/faq/es/sylpheed-faq-3.html
10230         * doc/faq/es/sylpheed-faq-4.html
10231         * doc/faq/es/sylpheed-faq.html
10232         * doc/faq/fr/.cvsignore
10233         * doc/faq/fr/Makefile.am
10234         * doc/faq/fr/sylpheed-faq-1.html
10235         * doc/faq/fr/sylpheed-faq-2.html
10236         * doc/faq/fr/sylpheed-faq-3.html
10237         * doc/faq/fr/sylpheed-faq.html
10238         * doc/faq/it/.cvsignore
10239         * doc/faq/it/Makefile.am
10240         * doc/faq/it/sylpheed-faq-1.html
10241         * doc/faq/it/sylpheed-faq-2.html
10242         * doc/faq/it/sylpheed-faq-3.html
10243         * doc/faq/it/sylpheed-faq.html
10244         * doc/manual/.cvsignore
10245         * doc/manual/Makefile.am
10246         * doc/manual/de/.cvsignore
10247         * doc/manual/de/Makefile.am
10248         * doc/manual/de/sylpheed-1.html
10249         * doc/manual/de/sylpheed-10.html
10250         * doc/manual/de/sylpheed-11.html
10251         * doc/manual/de/sylpheed-12.html
10252         * doc/manual/de/sylpheed-13.html
10253         * doc/manual/de/sylpheed-14.html
10254         * doc/manual/de/sylpheed-15.html
10255         * doc/manual/de/sylpheed-16.html
10256         * doc/manual/de/sylpheed-17.html
10257         * doc/manual/de/sylpheed-18.html
10258         * doc/manual/de/sylpheed-19.html
10259         * doc/manual/de/sylpheed-2.html
10260         * doc/manual/de/sylpheed-20.html
10261         * doc/manual/de/sylpheed-3.html
10262         * doc/manual/de/sylpheed-4.html
10263         * doc/manual/de/sylpheed-5.html
10264         * doc/manual/de/sylpheed-6.html
10265         * doc/manual/de/sylpheed-7.html
10266         * doc/manual/de/sylpheed-8.html
10267         * doc/manual/de/sylpheed-9.html
10268         * doc/manual/de/sylpheed.html
10269         * doc/manual/en/.cvsignore
10270         * doc/manual/en/Makefile.am
10271         * doc/manual/en/sylpheed-1.html
10272         * doc/manual/en/sylpheed-10.html
10273         * doc/manual/en/sylpheed-11.html
10274         * doc/manual/en/sylpheed-12.html
10275         * doc/manual/en/sylpheed-13.html
10276         * doc/manual/en/sylpheed-14.html
10277         * doc/manual/en/sylpheed-15.html
10278         * doc/manual/en/sylpheed-16.html
10279         * doc/manual/en/sylpheed-17.html
10280         * doc/manual/en/sylpheed-18.html
10281         * doc/manual/en/sylpheed-19.html
10282         * doc/manual/en/sylpheed-2.html
10283         * doc/manual/en/sylpheed-20.html
10284         * doc/manual/en/sylpheed-21.html
10285         * doc/manual/en/sylpheed-22.html
10286         * doc/manual/en/sylpheed-3.html
10287         * doc/manual/en/sylpheed-4.html
10288         * doc/manual/en/sylpheed-5.html
10289         * doc/manual/en/sylpheed-6.html
10290         * doc/manual/en/sylpheed-7.html
10291         * doc/manual/en/sylpheed-8.html
10292         * doc/manual/en/sylpheed-9.html
10293         * doc/manual/en/sylpheed.html
10294         * doc/manual/es/.cvsignore
10295         * doc/manual/es/Makefile.am
10296         * doc/manual/es/sylpheed-1.html
10297         * doc/manual/es/sylpheed-10.html
10298         * doc/manual/es/sylpheed-11.html
10299         * doc/manual/es/sylpheed-12.html
10300         * doc/manual/es/sylpheed-13.html
10301         * doc/manual/es/sylpheed-14.html
10302         * doc/manual/es/sylpheed-15.html
10303         * doc/manual/es/sylpheed-16.html
10304         * doc/manual/es/sylpheed-17.html
10305         * doc/manual/es/sylpheed-18.html
10306         * doc/manual/es/sylpheed-19.html
10307         * doc/manual/es/sylpheed-2.html
10308         * doc/manual/es/sylpheed-20.html
10309         * doc/manual/es/sylpheed-3.html
10310         * doc/manual/es/sylpheed-4.html
10311         * doc/manual/es/sylpheed-5.html
10312         * doc/manual/es/sylpheed-6.html
10313         * doc/manual/es/sylpheed-7.html
10314         * doc/manual/es/sylpheed-8.html
10315         * doc/manual/es/sylpheed-9.html
10316         * doc/manual/es/sylpheed.html
10317         * doc/manual/fr/.cvsignore
10318         * doc/manual/fr/Makefile.am
10319         * doc/manual/fr/sylpheed-1.html
10320         * doc/manual/fr/sylpheed-10.html
10321         * doc/manual/fr/sylpheed-11.html
10322         * doc/manual/fr/sylpheed-12.html
10323         * doc/manual/fr/sylpheed-13.html
10324         * doc/manual/fr/sylpheed-14.html
10325         * doc/manual/fr/sylpheed-15.html
10326         * doc/manual/fr/sylpheed-16.html
10327         * doc/manual/fr/sylpheed-17.html
10328         * doc/manual/fr/sylpheed-18.html
10329         * doc/manual/fr/sylpheed-19.html
10330         * doc/manual/fr/sylpheed-2.html
10331         * doc/manual/fr/sylpheed-20.html
10332         * doc/manual/fr/sylpheed-3.html
10333         * doc/manual/fr/sylpheed-4.html
10334         * doc/manual/fr/sylpheed-5.html
10335         * doc/manual/fr/sylpheed-6.html
10336         * doc/manual/fr/sylpheed-7.html
10337         * doc/manual/fr/sylpheed-8.html
10338         * doc/manual/fr/sylpheed-9.html
10339         * doc/manual/fr/sylpheed.html
10340         * doc/manual/ja/.cvsignore
10341         * doc/manual/ja/Makefile.am
10342         * doc/manual/ja/sylpheed-1.html
10343         * doc/manual/ja/sylpheed-10.html
10344         * doc/manual/ja/sylpheed-11.html
10345         * doc/manual/ja/sylpheed-12.html
10346         * doc/manual/ja/sylpheed-13.html
10347         * doc/manual/ja/sylpheed-14.html
10348         * doc/manual/ja/sylpheed-15.html
10349         * doc/manual/ja/sylpheed-16.html
10350         * doc/manual/ja/sylpheed-17.html
10351         * doc/manual/ja/sylpheed-18.html
10352         * doc/manual/ja/sylpheed-19.html
10353         * doc/manual/ja/sylpheed-2.html
10354         * doc/manual/ja/sylpheed-20.html
10355         * doc/manual/ja/sylpheed-3.html
10356         * doc/manual/ja/sylpheed-4.html
10357         * doc/manual/ja/sylpheed-5.html
10358         * doc/manual/ja/sylpheed-6.html
10359         * doc/manual/ja/sylpheed-7.html
10360         * doc/manual/ja/sylpheed-8.html
10361         * doc/manual/ja/sylpheed-9.html
10362         * doc/manual/ja/sylpheed.html
10363         * doc/manual/ja/sylpheed.sgml
10364         * src/mainwindow.c
10365                 Remove outdated manual and faq. Noisy, eh?
10366
10367 2005-12-06 [colin]      1.9.100cvs70
10368
10369         * src/compose.c
10370         * src/quote_fmt_parse.y
10371         * src/undo.c
10372         * src/undo.h
10373                 Allow %X to position cursor at 0 
10374                 (no %X = before signature)
10375                 Fix paste as quotation putting the cursor at 0
10376                 Fix undo offsets when pasting
10377                 Insert the quote_fmt at once instead of line 
10378                 by line
10379                 Fix [Edited] when starting to reply/forward
10380
10381 2005-12-06 [paul]       1.9.100cvs69
10382
10383         * src/plugins/clamav/clamav_plugin_gtk.c
10384                 add another tooltip
10385         * src/plugins/spamassassin/spamassassin_gtk.c
10386                 rework spamassassin_create_widget_func()
10387
10388 2005-12-05 [colin]      1.9.100cvs68
10389
10390         * po/POTFILES.in
10391                 Fix make release ;-)
10392
10393 2005-12-05 [colin]      1.9.100cvs67
10394
10395         * src/compose.c
10396         * src/compose.h
10397                 Fix cursor positioning (not obeying %X)
10398
10399 2005-12-05 [paul]       1.9.100cvs66
10400
10401         * src/plugins/dillo_viewer/dillo_prefs.c
10402                 fix compilation warning
10403
10404 2005-12-05 [paul]       1.9.100cvs65
10405
10406         * src/prefs_spelling.c
10407         * src/plugins/trayicon/trayicon.c
10408                 cleanups - remove unused stuff
10409
10410 2005-12-05 [paul]       1.9.100cvs64
10411
10412         * README
10413         * manual/plugins.xml
10414                 remove info about removed mathml_viewer plugin
10415
10416 2005-12-05 [paul]       1.9.100cvs63
10417
10418         * configure.ac
10419         * src/plugins/Makefile.am
10420         * src/plugins/mathml_viewer/.cvsignore
10421         * src/plugins/mathml_viewer/Makefile.am
10422         * src/plugins/mathml_viewer/mathml_viewer.c
10423                 remove unmaintained mathml_viewer plugin
10424
10425 2005-12-05 [paul]       1.9.100cvs62
10426
10427         * src/summaryview.c
10428                 obey prefs_common.always_show_msg when
10429                 moving a msg
10430                 Thanks to Colin
10431
10432 2005-12-05 [paul]       1.9.100cvs61
10433
10434         * src/compose.c
10435         * src/prefs_account.c
10436         * src/prefs_filtering.c
10437         * src/prefs_quote.c
10438         * src/prefs_spelling.c
10439         * src/prefs_toolbar.c
10440         * src/summaryview.c
10441         * src/gtk/gtkutils.c
10442         * src/gtk/quicksearch.c
10443         * src/plugins/dillo_viewer/dillo_prefs.c
10444                 dialog cleanups
10445
10446 2005-12-04 [paul]       1.9.100cvs60
10447
10448         * src/inc.c
10449         * src/prefs_account.c
10450         * src/prefs_account.h
10451                 allow a Local account to specify a
10452                 default inbox
10453                 (closes bug 843 'Inbox cannot be changed for local
10454                  mailboxes')
10455
10456 2005-12-04 [colin]      1.9.100cvs59
10457
10458         * src/plugins/trayicon/trayicon.c
10459                 Remove Get, rename Get All to Get Mail in order to
10460                 be consistent with the default main toolbar
10461
10462 2005-12-03 [colin]      1.9.100cvs58
10463
10464         * manual/gpl.xml
10465         * manual/sylpheed-claws-manual.xml
10466                 Add GPL appendix
10467
10468 2005-12-03 [paul]       1.9.100cvs57
10469
10470         * AUTHORS
10471         * po/sv.po
10472         * src/gtk/authors.h
10473                 new (partially complete) Swedish translation
10474                 by Anders Troback <sylpheed@troback.com>
10475
10476 2005-12-02 [paul]       1.9.100cvs56
10477
10478         * configure.ac
10479                 libetpan 0.41 required
10480
10481 2005-12-02 [paul]       1.9.100cvs55
10482
10483         * src/plugins/clamav/clamav_plugin.c
10484         * src/plugins/clamav/clamav_plugin.h
10485         * src/plugins/clamav/clamav_plugin_gtk.c
10486         * src/plugins/spamassassin/spamassassin.c
10487         * src/plugins/spamassassin/spamassassin.h
10488         * src/plugins/spamassassin/spamassassin_gtk.c
10489                 unregister prefs pages on unloading, thus
10490                 preventing a crash
10491                 (thanks to Colin for the hint)
10492
10493 2005-12-02 [wwp]        1.9.100cvs54
10494
10495         * src/quote_fmt.h
10496         * src/quote_fmt_parse.y
10497                 fix misuse of gboolean*, use gboolean instead
10498                 (thanks to Paul, Colin, for pointing out that scaring one)
10499
10500 2005-12-02 [paul]       1.9.100cvs53
10501
10502         * src/plugins/clamav/clamav_plugin.c
10503                 int no --> unsigned int no
10504         * src/plugins/clamav/clamav_plugin_gtk.c
10505                 rework config page
10506
10507 2005-12-02 [wwp]        1.9.100cvs52
10508
10509         * src/compose.c
10510         * src/prefs_template.c
10511         * src/quote_fmt.h
10512         * src/quote_fmt_parse.y
10513                 prevent from executing |f and |p templates commands when
10514                 adding or replacing templates in prefs (avoids annoying and
10515                 potentially dangerous behaviours)
10516
10517 2005-12-02 [paul]       1.9.100cvs51
10518
10519         * src/prefs_common.c
10520                 allow translation of some default values
10521                 Patch by Fabien Vantard
10522
10523 2005-12-02 [paul]       1.9.100cvs50
10524
10525         * src/codeconv.c
10526         * src/codeconv.h
10527         * src/prefs_common.c
10528         * src/prefs_common.h
10529         * src/prefs_message.c
10530         * src/textview.c
10531                 remove obsolete 'convert_mb_alnum' option
10532                 and related stuff
10533         * src/gtk/about.c
10534                 remove unused 'about_textview_visibility_notify'
10535
10536 2005-12-02 [paul]       1.9.100cvs49
10537
10538         * src/prefs_account.c
10539         * src/prefs_compose_writing.c
10540         * src/prefs_fonts.c
10541         * src/prefs_gtk.h
10542         * src/prefs_image_viewer.c
10543         * src/prefs_message.c
10544         * src/prefs_other.c
10545         * src/prefs_receive.c
10546         * src/prefs_send.c
10547         * src/prefs_spelling.c
10548         * src/prefs_summaries.c
10549         * src/prefs_wrapping.c
10550         * src/plugins/dillo_viewer/dillo_prefs.c
10551         * src/plugins/pgpcore/prefs_gpg.c
10552                 several cleanups to the prefs dialogs
10553                 (slightly modified) patch by Fabien Vantard
10554
10555 2005-12-02 [paul]       1.9.100cvs48
10556
10557         * src/main.c
10558                 --exit means exit
10559         * src/send_message.c
10560                 fix crash on send when connection fails
10561
10562         Thanks to Colin
10563
10564 2005-12-01 [colin]      1.9.100cvs47
10565
10566         * src/html.c
10567                 Translate &hellip; to "..."
10568
10569 2005-11-30 [colin]      1.9.100cvs46
10570
10571         * src/matcher.c
10572         * src/matcher.h
10573                 Optimize back yesterday's fix.
10574
10575 2005-11-30 [paul]       1.9.100cvs45
10576
10577         * manual/faq.xml
10578                 standardised
10579         * manual/intro.xml
10580                 written by Colin, edited by me
10581
10582 2005-11-29 [colin]      1.9.100cvs44
10583
10584         * src/matcher.c
10585                 Skip headers unconditionnaly in match_body if the
10586                 rule is not message or ~message
10587
10588 2005-11-29 [colin]      1.9.100cvs43
10589
10590         * src/matcher.c
10591                 Fix body_part and such, not skipping headers 
10592                 if the matchcriteria wasn't the first in the rule
10593
10594 2005-11-29 [colin]      1.9.100cvs42
10595
10596         * src/compose.c
10597                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10598                 option missing from message view window)
10599                 Fix double text D'n'D with gtk-2.8
10600         * src/matcher.c
10601                 Fix ~message, ~headers_part, ~body_part rules
10602         * src/messageview.c
10603                 Add Windows-1252 (Closes bug #863)
10604                 Fix accels
10605         * src/gtk/gtkaspell.c
10606                 Properly destroy accels in all menus
10607
10608 2005-11-29 [mones]      1.9.100cvs41
10609
10610         * po/es.po
10611                 Updated.
10612
10613 2005-11-27 [colin]      1.9.100cvs40
10614
10615         * src/mh_gtk.c
10616                 "/Remove mailbox" -> "/Remove mailbox..."
10617
10618 2005-11-27 [paul]       1.9.100cvs39
10619
10620         * AUTHORS
10621         * po/de.po
10622         * src/gtk/authors.h
10623                 updated by new maintainer, Stephan Sachse
10624
10625 2005-11-27 [paul]       1.9.100cvs38
10626
10627         * manual/faq.xml
10628                 written by Colin, edited by me
10629
10630 2005-11-27 [paul]       1.9.100cvs37
10631
10632         * src/prefs_common.c
10633         * src/prefs_common.h
10634         * src/prefs_receive.c
10635         * src/prefs_summaries.c
10636                 move 'go to inbox after receiving new mail'
10637                 option from display/sumamaries to mail
10638                 handling/receive, and rework prefs_summaries
10639                 dialog a little
10640
10641 2005-11-25 [martin]     1.9.100cvs36
10642
10643         * po/de.po
10644             fixed windows-1252 translation;
10645             translated some new and fuzzy strings
10646
10647 2005-11-25 [paul]       1.9.100cvs35
10648
10649         * src/plugins/clamav/clamav_plugin.c
10650                 complete the update done in cvs34
10651
10652 2005-11-25 [paul]       1.9.100cvs34
10653
10654         * src/plugins/clamav/clamav_plugin.c
10655                 reflect upstream changes
10656
10657 2005-11-25 [paul]       1.9.100cvs33
10658
10659         * manual/ack.xml
10660         * manual/plugins.xml
10661         * manual/sylpheed-claws-manual.xml
10662                 written/updated by Colin, edited by me
10663         * tools/acroread2sylpheed.pl
10664                 update binary name
10665
10666 2005-11-24 [colin]      1.9.100cvs32
10667
10668         * src/compose.c
10669                 Fix bug #856 (reediting messages forgets Request
10670                 Return Receipt)
10671
10672 2005-11-24 [paul]       1.9.100cvs31
10673
10674         * manual/addrbook.xml
10675         * manual/starting.xml
10676                 written by Colin, proofread, edited, adapted by me
10677         * manual/advanced.xml
10678                 add some Actions examples
10679         * src/importldif.c
10680                 use a Save button instead of a Close button
10681         * src/wizard.c
10682                 indicate mandatory fields
10683                 fix page display
10684                 Thanks to Colin
10685
10686 2005-11-23 [colin]      1.9.100cvs30
10687
10688         * src/addressbook.c
10689                 Rename menu item, fix possible crash after
10690                 deletion of books
10691         * src/addrindex.c
10692                 Allow searching for '*' in ldap
10693         * src/browseldap.c
10694                 Fix "Browse Entry" (did anyone use it?)
10695         * src/wizard.c
10696                 Add guards for mandatory information
10697
10698 2005-11-23 [paul]       1.9.100cvs29
10699
10700         * manual/advanced.xml
10701                 corrections to the English
10702
10703 2005-11-23 [colin]      1.9.100cvs28
10704
10705         * src/mimeview.c
10706                 Fix possible crash at exit. After the call to
10707                 gtk_container_remove(), the Viewer's widget has no
10708                 more parent so gtk+ automatically frees it and its
10709                 sons. If destroy_viewer() then try to access it,
10710                 problems ensue.
10711
10712 2005-11-22 [colin]      1.9.100cvs27
10713
10714         * src/compose.c
10715         * src/gtk/gtkaspell.c
10716                 Fix right-clicking on a misspelled word
10717                 Fix More... in suggestions menu
10718
10719 2005-11-22 [wwp]        1.9.100cvs26
10720
10721         * src/prefs_template.c
10722                 templates works: re-sort templates list when adding or replacing,
10723                 prevent from adding or replacing when the template name is empty
10724
10725 2005-11-21 [colin]      1.9.100cvs25
10726
10727         * src/addressbook.c
10728                 Fix some addressbook suckage (dnd, select all)
10729         * src/compose.c
10730         * src/gtk/gtkaspell.c
10731         * src/gtk/gtkaspell.h
10732                 Make the spellchecker menu work with the 
10733                 GtkTextView one instead of overriding it
10734
10735 2005-11-20 [paul]       1.9.100cvs24
10736
10737         * manual/handling.xml
10738                 proofread and corrected
10739
10740 2005-11-20 [paul]       1.9.100cvs23
10741
10742         * manual/Makefile
10743                 generate html as one file
10744         * manual/advanced.xml
10745                 fix output generation
10746                 reformat hidden options list
10747         * manual/manual.xml     ** REMOVED **
10748         * manual/sylpheed-claws-manual.xml      ** ADDED **
10749                 renamed
10750
10751 2005-11-18 [colin]      1.9.100cvs22
10752
10753         * src/prefs_account.c
10754                 Fix layout in news and mbox accounts
10755         * manual/account.xml
10756         * manual/advanced.xml
10757                 New contents for Paul to check :)
10758
10759 2005-11-18 [wwp]        1.9.100cvs21
10760
10761         * src/gtk/quicksearch.c
10762                 don't update extended quicksearch buttons twice
10763
10764 2005-11-18 [paul]       1.9.100cvs20
10765
10766         * src/textview.c
10767                 complete 1.9.100cvs19
10768
10769 2005-11-18 [paul]       1.9.100cvs19
10770
10771         * src/compose.c
10772                 cosmetic improvements
10773         * src/textview.c
10774                 also list text/* attachments
10775
10776 2005-11-18 [colin]      1.9.100cvs18
10777
10778         * src/summaryview.c
10779                 Use column 0 instead of -1 in 
10780                 gtk_ctree_node_moveto, in a naive
10781                 hope it'll fix the gtk-related crashes
10782
10783 2005-11-18 [colin]      1.9.100cvs17
10784
10785         * src/gtk/inputdialog.c
10786                 Fix icon staying the first one
10787
10788 2005-11-17 [wwp]        1.9.100cvs16
10789                 fix possible problem showing some quicksearch buttons, and a bad
10790                 call to g_return_if_fail in a function that returns a value (both
10791                 fixes by Fabien Vantard)
10792
10793 2005-11-15 [wwp]        1.9.100cvs15
10794
10795         * src/gtk/quicksearch.c
10796                 added a tooltip to that obscure ... quicksearch button
10797
10798 2005-11-15 [wwp]        1.9.100cvs14
10799
10800         * src/gtk/quicksearch.c
10801                 add a quicksearch helper to filtering expression users: the ... button
10802                 raises the condition expr window. condition expressions set up w/ this
10803                 window are used by the quicksearch if the user closes it pressing OK.
10804
10805 2005-11-14 [paul]       1.9.100cvs13
10806
10807         * src/plugins/clamav/clamav_plugin.c
10808         * src/plugins/spamassassin/spamassassin.c
10809                 change plugin type following recent merging
10810
10811 2005-11-14 [wwp]        1.9.100cvs12
10812
10813         * src/folder.c
10814                 prevent from crashing when copying/moving message(s) from and
10815                 to the same folder
10816
10817 2005-11-14 [paul]       1.9.100cvs11
10818
10819         * src/plugins/clamav/Makefile.am
10820         * src/plugins/clamav/clamav_plugin.c
10821         * src/plugins/clamav/clamav_plugin.h
10822         * src/plugins/clamav/clamav_plugin_gtk.c
10823                 also merge clamav and clamav_gtk plugins
10824
10825 2005-11-13 [colin]      1.9.100cvs10
10826
10827         * configure.ac
10828         * src/plugins/spamassassin/Makefile.am
10829         * src/plugins/spamassassin/spamassassin.c
10830         * src/plugins/spamassassin/spamassassin.h
10831         * src/plugins/spamassassin/spamassassin_gtk.c
10832                 Merge spamassassin and spamassassin_gtk plugins,
10833                 and build it by default.
10834
10835 2005-11-12 [colin]      1.9.100cvs9
10836
10837         * src/etpan/imap-thread.c
10838                 Fix gcc warning
10839
10840 2005-11-12 [colin]      1.9.100cvs8
10841
10842         * src/procmime.c
10843                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10844
10845 2005-11-10 [colin]      1.9.100cvs7
10846
10847         * src/main.c
10848                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10849                 minimised state)
10850
10851 2005-11-10 [wwp]        1.9.100cvs6
10852
10853         * src/gtk/description_window.c
10854                 fix a crash when closing description windows using the WM's [X] button
10855
10856 2005-11-09 [colin]      1.9.100cvs5
10857
10858         * src/common/ssl.c
10859                 Update libetpan call to follow upstream
10860                 (yes, this requires libetpan-0.40cvs3)
10861
10862 2005-11-08 [colin]      1.9.100cvs4
10863
10864         * src/compose.c
10865         * src/textview.c
10866         * src/common/utils.c
10867         * src/common/utils.h
10868                 Enhance the email parser
10869
10870 2005-11-08 [colin]      1.9.100cvs3
10871
10872         * src/procmime.c
10873                 Fix what looks like an off-by-one (fixes 
10874                 attachments from the Bat)
10875
10876 2005-11-08 [wwp]        1.9.100cvs2
10877
10878         * src/main.c
10879                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10880
10881 2005-11-08 [wwp]        1.9.100cvs1
10882
10883         * src/main.c
10884                 allow exiting Sylpheed-Claws from command-line
10885
10886 2005-11-08 [paul]       1.9.100
10887
10888         1.9.100 released
10889
10890 2005-11-07 [colin]      1.9.99cvs17
10891
10892         * src/addritem.c
10893         * src/ldif.c
10894                 Fix import of base-64 encoded items
10895
10896 2005-11-07 [colin]      1.9.99cvs16
10897
10898         * src/send_message.c
10899                 Fix bug #314 (Queue does not empty under certain 
10900                 circumstances)
10901
10902 2005-11-07 [paul]       1.9.99cvs15
10903
10904         * src/mutt.c
10905         * src/pine.c
10906                 fix buffer overflows
10907                 Thanks to Colin
10908
10909 2005-11-07 [paul]       1.9.99cvs14
10910
10911         * doc/man/Makefile.am
10912         * doc/man/sylpheed-claws.1      ** ADDED **
10913         * doc/man/sylpheed.1            ** DELETED **
10914                 rename and update the man file
10915
10916 2005-11-06 [colin]      1.9.99cvs13
10917
10918         * src/ldif.c
10919                 Fix ldif_get_line() that returned empty strings
10920                 (Didn't understand why). Also fix a possible
10921                 buffer overflow.
10922
10923 2005-11-06 [wwp]        1.9.99cvs12
10924
10925         * src/textview.c
10926         * src/gtk/about.c
10927         * src/gtk/gtkutils.c
10928         * src/gtk/gtkutils.h
10929                 fix a compilation warning,
10930                 make links sensitive in the about dialog
10931
10932 2005-11-04 [wwp]        1.9.99cvs11
10933
10934         * src/gtk/about.c
10935                 don't wrap or translate URIs, and a bit text format cleanup
10936
10937 2005-11-04 [wwp]        1.9.99cvs10
10938
10939         * src/gtk/about.c
10940                 better textview tagging implementation (no more use of marks for
10941                 postponed tagging)
10942
10943 2005-11-02 [colin]      1.9.99cvs9
10944
10945         * src/common/ssl.c
10946                 Forgot an ifdef
10947
10948 2005-11-02 [colin]      1.9.99cvs8
10949
10950         * configure.ac
10951                 Require libetpan-0.40 due to upstream fix
10952         * src/common/ssl.c
10953                 Tell libetpan not to call SSL_Library_Init,
10954                 as we do it ourselves.
10955
10956 2005-11-02 [colin]      1.9.99cvs7
10957
10958         * po/POTFILES.in
10959                 Add missing files (thanks to Fabien Vantard)
10960
10961 2005-11-02 [colin]      1.9.99cvs6
10962
10963         * src/summaryview.c
10964                 Fix totals when read messages are hidden or quicksearch
10965                 is on
10966         * src/ssl_manager.c
10967         * src/ssl_manager.h
10968         * src/common/ssl_certificate.c
10969         * src/common/ssl_certificate.h
10970         * src/gtk/sslcertwindow.c
10971         * src/gtk/sslcertwindow.h
10972                 Fix copyright on my stuff
10973
10974 2005-11-02 [wwp]        1.9.99cvs5
10975
10976         * src/prefs_themes.c
10977                 fix directory name checking (theme installation/removal),
10978                 made related error a bit more verbose
10979
10980 2005-11-02 [colin]      1.9.99cvs4
10981
10982         * src/summaryview.c
10983                 Fix typo (probably fixes bug #841 (Sort by the From 
10984                 field doesn't work)
10985
10986 2005-11-02 [paul]       1.9.99cvs3
10987
10988         * po/ko.po
10989         * po/nb.po
10990                 updated by SungHyun Nam, Geir Helland
10991         * src/wizard.c
10992                 fix typo in welcome message. spotted by
10993                 Andrea Spadaccini
10994
10995 2005-11-01 [colin]      1.9.99cvs2
10996
10997         * src/compose.c
10998                 Fix replying to ml wen confirming subscription
10999         * src/messageview.c
11000         * src/mimeview.c
11001         * src/mimeview.h
11002         * src/privacy.h
11003         * src/summaryview.c
11004                 Make key check non blocking
11005
11006 2005-10-31 [paul]       1.9.99cvs1
11007
11008         * tools/claws.i18n.status.pl
11009                 updated for ChangeLog
11010
11011 2005-10-31 [paul]       1.9.99
11012
11013         1.9.99 released
11014
11015 2005-10-31 [paul]       1.9.15cvs131
11016
11017         * .cvsignore
11018         * ChangeLog
11019         * ChangeLog.claws       ** REMOVED **
11020         * ChangeLog-gtk2.claws  ** REMOVED **
11021         * ChangeLog.gtk1        ** ADDED **
11022         * INSTALL
11023         * Makefile.am
11024         * NEWS
11025         * README
11026         * README.claws          ** REMOVED **
11027         * README.jp             ** REMOVED **
11028         * RELEASE_NOTES         ** ADDED **
11029         * RELEASE_NOTES.claws   ** REMOVED **
11030         * commitHelper
11031         * configure.ac
11032         * sylpheed.spec.in      ** REMOVED **
11033                 tidy up and update the default docs:
11034                 ChangeLog.claws is renamed ChangeLog.gtk1
11035                 ChangeLog-gtk2.claws is renamed ChangeLog
11036                 README.claws is renamed README
11037                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11038
11039 2005-10-31 [paul]       1.9.15cvs130
11040
11041         * po/it.po
11042                 fix errors
11043
11044 2005-10-31 [paul]       1.9.15cvs129
11045
11046         * po/ca.po
11047         * po/de.po
11048         * po/en_GB.po
11049         * po/fr.po
11050         * po/it.po
11051         * po/pt_BR.po
11052         * po/sk.po
11053         * po/sr.po
11054         * po/zh_CN.po
11055                 updated by Miquel Oliete, Stephan Sachse and
11056                 Thomas Gilgin, me, Fabien Vantard, Andrea
11057                 Spadaccini, Frederico Goncalves Guimaraes,
11058                 Andrej Kacian, Aleksandar Urosevic, and
11059                 Ralgh Young.
11060
11061 2005-10-31 [mones]      1.9.15cvs128
11062
11063         * manual/faq.xml
11064                 More questions.
11065         
11066         * po/es.po
11067                 Updated for release.
11068
11069 2005-10-30 [colin]      1.9.15cvs127
11070
11071         * src/compose.c
11072                 Place cursor before rewrapping (fixes cursor
11073                 pos if quotation gets rewrapped)
11074
11075 2005-10-29 [paul]       1.9.15cvs126
11076
11077         * src/crash.c
11078         * src/foldersel.c
11079         * src/main.c
11080         * src/messageview.c
11081         * src/toolbar.c
11082         * src/gtk/authors.h
11083                 corrections to text items
11084
11085 2005-10-28 [colin]      1.9.15cvs125
11086
11087         * src/messageview.c
11088                 Make "hit 'C' to check sig" work from extern 
11089                 messageviews
11090
11091 2005-10-27 [colin]      1.9.15cvs124
11092
11093         * src/summaryview.c
11094                 Add a hack to avoid segfaulting when hammering 
11095                 on gtk's events
11096
11097 2005-10-27 [wwp]        1.9.15cvs123
11098
11099         * src/prefs_themes.c
11100                 sort list of themes names in themes prefs
11101
11102 2005-10-27 [paul]       1.9.15cvs122
11103
11104         * src/folder.c
11105         * src/prefs_account.c
11106                 fix building on Solaris
11107                 Patch by Alex Moore
11108
11109 2005-10-27 [wwp]        1.9.15cvs121
11110
11111         * src/summaryview.c
11112         * src/gtk/gtksctree.c
11113                 speed up unselecting messages in summary view (thanks to Colin)
11114
11115 2005-10-27 [paul]       1.9.15cvs120
11116
11117         * src/mainwindow.c
11118                 fix a compilation warning
11119         * src/summaryview.c
11120                 fix updating of 'n items selected' count
11121                 when deselecting
11122
11123 2005-10-27 [martin]     1.9.15cvs119
11124
11125         * src/action.c
11126                 ignore actions with a leading '/' in the action menu name
11127                 fixes a crash on menu creation
11128         * src/prefs_actions.c
11129                 do not allow a leading '/' in the action menu name
11130
11131 2005-10-27 [paul]       1.9.15cvs118
11132
11133         * src/main.c
11134                 fix compilation warning
11135
11136 2005-10-27 [paul]       1.9.15cvs117
11137
11138         * src/procmime.c
11139                 add #if HAVE_LOCALE_H
11140
11141 2005-10-27 [paul]       1.9.15cvs116
11142
11143         * src/plugins/clamav/clamav_plugin.c
11144         * src/plugins/dillo_viewer/dillo_viewer.c
11145         * src/plugins/mathml_viewer/mathml_viewer.c
11146         * src/plugins/pgpcore/plugin.c
11147         * src/plugins/pgpinline/plugin.c
11148         * src/plugins/pgpmime/plugin.c
11149         * src/plugins/spamassassin/spamassassin.c
11150         * src/plugins/trayicon/trayicon.c
11151                 plugin_init() : make error messages more
11152                 informative
11153
11154 2005-10-26 [wwp]        1.9.15cvs115
11155
11156         * src/prefs_matcher.c
11157                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11158
11159 2005-10-26 [wwp]        1.9.15cvs114
11160
11161         * src/procmime.c
11162         * src/gtk/gtksctree.c
11163         * src/plugins/spamassassin/libspamc.c
11164         * src/plugins/spamassassin/spamassassin.c
11165                 fix some compilation warnings more
11166
11167 2005-10-26 [mones]      1.9.15cvs113
11168
11169         * po/es.po
11170                 Updated translation
11171
11172 2005-10-26 [paul]       1.9.15cvs112
11173
11174         * src/prefs_message.c
11175                 give all display_xface stuff the
11176                 #if HAVE_LIBCOMPFACE treatment, thus
11177                 preventing a crash
11178                 (Thanks to Wolfgang Enderlein)
11179
11180 2005-10-26 [colin]      1.9.15cvs111
11181
11182         * src/gedit-print.c
11183                 Fix date format
11184         * src/imap_gtk.c
11185         * src/news_gtk.c
11186                 Remove context menu items that should not be there
11187         * src/jpilot.c
11188                 Fix encoding
11189         * src/main.c
11190         * src/mainwindow.c
11191                 Don't show the mainwindow too soon
11192
11193 2005-10-26 [wwp]        1.9.15cvs110
11194
11195         * src/folder.c
11196         * src/manual.c
11197         * src/summaryview.c
11198                 fix uninitialized pointers in the folder updating hook
11199                 (thanks to Colin)
11200
11201 2005-10-25 [mones]      1.9.15cvs109
11202
11203         * manual/faq.xml
11204                 General information subsection completed. 
11205                 Removed archaic references.
11206                 
11207         * manual/Makefile
11208         * manual/dtd/manual.dsl
11209                 Added customization stylesheet for getting paragraphs
11210                 fully justified in PDF output (as suggested by Colin).
11211
11212 2005-10-25 [colin]      1.9.15cvs108
11213
11214         * src/compose.c
11215                 Fix a second leak
11216
11217 2005-10-25 [colin]      1.9.15cvs107
11218
11219         * src/addrbook.c
11220         * src/addrindex.c
11221                 Fix leak (xml_get_element() allocates memory)
11222         * src/compose.c
11223                 Fix leak + dead code (shame!)
11224         * src/procmime.c
11225                 Fix leak
11226
11227 2005-10-25 [colin]      1.9.15cvs106
11228
11229         * src/mimeview.c
11230                 Fix encoding issue in Save all and in 
11231                 overwrite-confirmation alertpanel
11232
11233 2005-10-25 [colin]      1.9.15cvs105
11234
11235         * src/common/socket.c
11236                 Fix a leak - Thanks to Christopher Aillon
11237                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11238
11239 2005-10-25 [paul]       1.9.15cvs104
11240
11241         * src/wizard.c
11242                 Always guess servers from the right-hand
11243                 email part and guess username from the
11244                 left-hand part. (Thanks to Colin)
11245                 add an X-Face to the welcome message
11246
11247 2005-10-25 [paul]       1.9.15cvs103
11248
11249         * manual/handling.xml
11250                 written by Colin, edited by me
11251
11252 2005-10-25 [wwp]        1.9.15cvs102
11253
11254         * src/folderview.c
11255         * src/grouplistdialog.c
11256         * src/imap.c
11257         * src/noticeview.c
11258                 fix some compilation warnings
11259
11260 2005-10-24 [paul]
11261
11262         1.9.99-rc3 released
11263
11264 2005-10-24 [paul]       1.9.15cvs101
11265
11266         * src/gtk/about.c
11267                 fix window sizing
11268
11269 2005-10-24 [paul]       1.9.15cvs100
11270
11271         * src/pixmaps/offline.xpm
11272         * src/pixmaps/online.xpm
11273                 replace with last default versions
11274
11275 2005-10-24 [colin]      1.9.15cvs99
11276
11277         * src/imap.c
11278                 Fix bug when moving a folder
11279         * src/imap_gtk.c
11280         * src/mh_gtk.c
11281                 "Delete folder" pops up a window, so it 
11282                 should be suffixed with "..."
11283         * src/plugins/pgpcore/sgpgme.c
11284                 Include locale.h
11285
11286 2005-10-24 [mones]      1.9.15cvs98
11287
11288         * manual/Makefile
11289         * manual/account.xml
11290         * manual/ack.xml
11291         * manual/addrbook.xml
11292         * manual/advanced.xml
11293         * manual/faq.xml
11294         * manual/glossary.xml
11295         * manual/gpl.xml
11296         * manual/handling.xml
11297         * manual/intro.xml
11298         * manual/keyboard.xml
11299         * manual/manual.xml
11300         * manual/plugins.xml
11301         * manual/starting.xml
11302         * manual/dtd/sdocbook.dtd
11303                 Initial manual structure and some content.
11304
11305 2005-10-23 [wwp]        1.9.15cvs97
11306
11307         * src/gtk/about.c
11308                 fix a typo
11309
11310 2005-10-23 [wwp]        1.9.15cvs96
11311
11312         * src/gtk/about.c
11313         * src/gtk/authors.h
11314                 rework of the about window (main work by Paul), also featuring a few
11315                 fixes for typos and duplicate names
11316
11317 2005-10-23 [wwp]        1.9.15cvs95
11318
11319         * src/.cvsignore
11320                 Ignore the right binary name (sylpheed-claws now)
11321
11322 2005-10-23 [paul]       1.9.15cvs94
11323
11324         * src/compose.c
11325                 when using Folder Pref 'Default To for
11326                 replies' make the entry in the Compose
11327                 window bold
11328                 Patch by Fabien Vantard
11329
11330 2005-10-22 [colin]      1.9.15cvs93
11331
11332         * src/codeconv.c
11333                 Fix leak
11334
11335 2005-10-22 [colin]      1.9.15cvs92
11336
11337         * src/codeconv.c
11338                 try to convert using locale (apart utf8) if necessary
11339
11340 2005-10-22 [colin]      1.9.15cvs91
11341
11342         * src/pixmaps/new.xpm
11343         * src/pixmaps/unread.xpm
11344                 Make the unread envelope blue again and
11345                 saturate the new one a bit more.
11346
11347 2005-10-22 [colin]      1.9.15cvs90
11348
11349         * src/compose.c
11350                 When replying to a mail sent by one of our accounts,
11351                 use the original list of recipients. Let 'Reply All'
11352                 and 'Reply to sender' work like previously.
11353
11354 2005-10-21 [colin]      1.9.15cvs89
11355
11356         * src/prefs_filtering.c
11357                 Clear fields after add and replace
11358         * src/textview.c
11359                 Display xface differently (better)
11360         * src/plugins/pgpinline/pgpinline.c
11361                 Fix crappy encodings/recodings
11362
11363 2005-10-21 [paul]       1.9.15cvs88
11364
11365         * src/compose.c
11366         * src/prefs_folder_item.c
11367         * src/toolbar.c
11368                 fix news folder Folder Properties
11369                 (thanks to Colin)
11370         * src/folderview.c
11371                 update folderview after Themes change
11372                 keep selected folder selected
11373                 (thanks to Colin)
11374
11375 2005-10-21 [paul]       1.9.15cvs87
11376
11377         * tools/Makefile.am
11378         * tools/OOo2sylpheed.pl
11379         * tools/README
11380         * tools/README.sylprint
11381         * tools/asus_mailled.sh         ** REMOVED **
11382         * tools/filter_conv.pl
11383         * tools/freshmeat_search.pl
11384         * tools/google_search.pl
11385         * tools/gpg-sign-syl            ** REMOVED **
11386         * tools/kmail2sylpheed.pl
11387         * tools/kmail2sylpheed_v2.pl
11388         * tools/multiwebsearch.pl
11389         * tools/nautilus2sylpheed.sh
11390         * tools/newscache_clean.pl
11391         * tools/outlook2sylpheed.pl
11392         * tools/sylpheed-switcher       ** REMOVED **
11393         * tools/sylprint.pl
11394         * tools/sylprint.rc
11395         * tools/tb2sylpheed
11396         * tools/vcard2xml.py
11397         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11398                 update default config dir
11399                 update binary name (thanks to Fabien Vantard)
11400                 remove obsolete scripts
11401
11402 2005-10-21 [colin]      1.9.15cvs86
11403
11404         * src/inc.c
11405                 Fix possible leak and units. Based on a patch by
11406                 Fabien Vantard.
11407
11408 2005-10-20 [colin]      1.9.15cvs85
11409
11410         * src/textview.c
11411                 Clear xface when clearing textview
11412
11413 2005-10-20 [colin]      1.9.15cvs84
11414
11415         * configure.ac
11416         * src/folderview.c
11417         * src/headerview.c
11418         * src/main.c
11419         * src/prefs_common.c
11420         * src/prefs_common.h
11421         * src/prefs_message.c
11422         * src/textview.c
11423         * src/textview.h
11424         * src/common/defs.h
11425         * src/common/utils.c
11426         * src/common/utils.h
11427         * src/gtk/gtkutils.c
11428         * src/gtk/gtkutils.h
11429                 Migrate config to .sylpheed-claws (Automatically)
11430                 Add a way to get the Xface in the TextView
11431
11432 2005-10-20 [colin]      1.9.15cvs83
11433
11434         * src/gtk/Makefile.am
11435         * src/gtk/about.c
11436         * src/gtk/authors.h
11437                 Make the about dialog *grooovy*
11438
11439 2005-10-20 [colin]      1.9.15cvs82
11440
11441         * src/mimeview.c
11442                 Use "Open with" on double click if no command
11443                 was found
11444
11445 2005-10-20 [colin]      1.9.15cvs81
11446
11447         * src/imap.c
11448         * src/etpan/imap-thread.c
11449                 Fix possible crash.
11450
11451 2005-10-20 [paul]       1.9.15cvs80
11452
11453         * src/folder.c
11454                 don't show clipkey icon if the only
11455                 attachment is the signature
11456                 Patch by Colin
11457
11458 2005-10-20 [paul]       1.9.15cvs79
11459
11460         * AUTHORS
11461         * src/plugins/pgpmime/pgpmime.c
11462                 name the PGP/MIME signature 'signature.asc'
11463                 Patch by Andrew Nelson <freeandy@gmail.com>
11464
11465 2005-10-19 [colin]      1.9.15cvs78
11466
11467         * src/plugins/pgpmime/pgpmime.c
11468                 Oops, no need to double-check though
11469
11470 2005-10-19 [colin]      1.9.15cvs77
11471
11472         * src/plugins/pgpinline/pgpinline.c
11473         * src/plugins/pgpmime/pgpmime.c
11474                 Check that my_tmpfile() doesn't 
11475                 return NULL
11476
11477 2005-10-19 [colin]      1.9.15cvs76
11478
11479         * src/common/utils.c
11480                 Use shorter mime boundaries to avoid having
11481                 MTAs rewrapping our headers, breaking the
11482                 PGP signature in the process 
11483         * src/compose.c
11484         * src/plugins/pgpmime/pgpmime.c
11485                 Check for boundary uniqueness to be sure
11486                 it won't happen, instead of hoping for the
11487                 best
11488
11489 2005-10-19 [colin]      1.9.15cvs75
11490
11491         * sylpheed-claws.desktop
11492         * src/Makefile.am
11493         * src/main.c
11494                 Ship a sylpheed-claws binary instead
11495                 of a sylpheed one. Change the socket
11496                 name, too
11497         * src/folderview.c
11498                 Update folder only if it changed
11499         * src/wizard.c
11500                 Fix i18n in welcome mail, patch by
11501                 Fabien Vantard
11502
11503 2005-10-19 [paul]
11504
11505         1.9.99-rc2 released
11506
11507 2005-10-19 [paul]       1.9.15cvs74
11508
11509         * src/folder.c
11510         * src/folderview.c
11511                 fix summaryview update
11512                 Patch by Colin
11513
11514 2005-10-18 [colin]      1.9.15cvs73
11515
11516         * src/plugins/pgpcore/passphrase.c
11517                 Don't XGrabServer, and try a bit more to 
11518                 sync everything before grabbing mouse/keyboard
11519
11520 2005-10-18 [colin]      1.9.15cvs72
11521
11522         * src/Makefile.am
11523         * src/addressadd.c
11524         * src/addressbook.c
11525         * src/folderview.c
11526         * src/grouplistdialog.c
11527         * src/mimeview.c
11528         * src/stock_pixmap.c
11529         * src/stock_pixmap.h
11530         * src/summaryview.c
11531         * src/gtk/gtksctree.c
11532         * src/gtk/gtksctree.h
11533         * src/pixmaps/empty.xpm
11534                 Implement a wrapper call for gtk_ctree_set_node_info
11535                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11536                 pixmap instead of a NULL one. This works around some
11537                 memory problems deep inside gtk, revealed by valgrind,
11538                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11539                 as locked crashes sylpheed.), as well as, probably, 
11540                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11541
11542 2005-10-17 [colin]      1.9.15cvs71
11543
11544         * src/mimeview.c
11545                 Provide visual feedback when checking
11546                 signature
11547
11548 2005-10-17 [colin]      1.9.15cvs70
11549
11550         * src/main.c
11551                 Keep the folder list frozen while checking caches...
11552
11553 2005-10-17 [colin]      1.9.15cvs69
11554
11555         * src/addr_compl.c
11556                 Fi bug #833 (Autocompleting from addressbook 
11557                 fails with extended chars)
11558         * src/imap.c
11559                 Fix 'adding messages' staying in statusbar
11560                 after an error
11561
11562 2005-10-17 [wwp]        1.9.15cvs68
11563
11564         * src/ssl_manager.c
11565                 Fix buttons' layout resizing when window size changes
11566
11567 2005-10-17 [wwp]        1.9.15cvs67
11568
11569         * src/account.c
11570         * src/prefs_account.c
11571         * src/prefs_common.c
11572         * src/prefs_common.h
11573         * src/prefs_folder_item.c
11574         * src/prefs_gtk.c
11575         * src/gtk/logwindow.c
11576         * src/gtk/pluginwindow.c
11577         * src/gtk/prefswindow.c
11578         * src/gtk/prefswindow.h
11579                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11580
11581 2005-10-17 [paul]       1.9.15cvs66
11582
11583         * configure.ac
11584                 fix missing libetpan message
11585         * po/en_GB.po
11586                 updated
11587         * src/crash.c
11588         * src/manual.c
11589         * src/prefs_themes.c
11590         * src/common/defs.h
11591                 add some new URI defines, change some
11592                 others
11593         * src/wizard.c
11594                 make welcome message translatable
11595                 small improvements to english
11596                 other tweaks
11597         * src/gtk/menu.c
11598                 fix warnings
11599
11600 2005-10-17 [paul]       1.9.15cvs65
11601
11602         * src/summaryview.c
11603                 fix column titles
11604
11605 2005-10-16 [mones]      1.9.15cvs64
11606
11607         * po/es.po
11608                 Updated translation
11609
11610 2005-10-16 [colin]
11611
11612         1.9.99-rc1 released
11613
11614 2005-10-16 [colin]      1.9.15cvs63
11615
11616         * src/wizard.c
11617                 Fix whitespace
11618
11619 2005-10-16 [colin]      1.9.15cvs62
11620
11621         * src/toolbar.c
11622                 s/Get All/Get Mail/
11623         * src/wizard.c
11624                 Real welcome mail text, thanks Paul
11625
11626 2005-10-16 [colin]      1.9.15cvs61
11627
11628         * src/editldap.c
11629         * src/exporthtml.c
11630         * src/main.c
11631         * src/mainwindow.c
11632         * src/prefs_themes.c
11633         * src/prefs_toolbar.c
11634         * src/plugins/demo/demo.c
11635         * src/plugins/trayicon/trayicon.c
11636                 s/Sylpheed/Sylpheed-Claws/
11637
11638 2005-10-16 [colin]      1.9.15cvs60
11639
11640         * src/wizard.c
11641                 Add a welcome email in the first empty mailbox
11642         * src/prefs_common.c
11643                 Change one more default
11644
11645 2005-10-16 [colin]      1.9.15cvs59
11646
11647         * src/wizard.c
11648                 Remove printf
11649
11650 2005-10-16 [colin]      1.9.15cvs58
11651
11652         * src/toolbar.c
11653         * src/prefs_common.c
11654                 Change some defaults
11655
11656 2005-10-16 [colin]      1.9.15cvs57
11657
11658         * src/toolbar.c
11659         * src/prefs_common.c
11660                 Change some defaults
11661
11662 2005-10-16 [colin]      1.9.15cvs56
11663
11664         * src/wizard.c
11665                 By default, initialize fonts to have
11666                 the same size as normal GtkWidgets
11667
11668 2005-10-16 [colin]      1.9.15cvs55
11669
11670         * src/mimeview.c
11671                 Fix message a bit more
11672
11673 2005-10-16 [colin]      1.9.15cvs54
11674
11675         * src/addressbook.c
11676                 Second attempt at flicker fixing
11677
11678 2005-10-16 [colin]      1.9.15cvs53
11679
11680         * src/addressbook.c
11681                 Fix flicker
11682
11683 2005-10-16 [wwp]        1.9.15cvs52
11684
11685         * src/addressbook.c
11686         * src/editaddress.c
11687         * src/prefs_common.c
11688         * src/prefs_common.h
11689                 Remember window sizes (address book)
11690
11691 2005-10-16 [wwp]        1.9.15cvs51
11692
11693         * src/plugins/clamav/clamav_plugin_gtk.c
11694         * src/plugins/spamassassin/spamassassin_gtk.c
11695                 Fix compilation warnings (missing #include).
11696
11697 2005-10-16 [colin]      1.9.15cvs50
11698
11699         * src/mimeview.c
11700         * src/summaryview.c
11701         * src/textview.c
11702                 Make 'c' check signature, and forward
11703                 c, l, y, t from summaryview to mimeview
11704
11705 2005-10-16 [colin]      1.9.15cvs49
11706
11707         * src/addressbook.c
11708                 Put border around buttons
11709         * src/mainwindow.c
11710         * src/summaryview.c
11711                 Rework menus (Patch based on a patch
11712                 by Paul)
11713
11714 2005-10-15 [wwp]        1.9.15cvs48
11715
11716         * src/editjpilot.c
11717         * src/editldap.c
11718         * src/editvcard.c
11719         * src/exphtmldlg.c
11720         * src/expldifdlg.c
11721         * src/export.c
11722         * src/import.c
11723         * src/importldif.c
11724         * src/importmutt.c
11725         * src/importpine.c
11726         * src/prefs_account.c
11727         * src/prefs_spelling.c
11728         * src/gtk/gtkutils.c
11729         * src/gtk/gtkutils.h
11730         * src/plugins/clamav/clamav_plugin_gtk.c
11731         * src/plugins/spamassassin/spamassassin_gtk.c
11732                 use nicer browse-for-file/dir buttons than the "..." ones,
11733                 code factorizing more.
11734
11735 2005-10-14 [colin]      1.9.15cvs47
11736
11737         * src/mainwindow.c
11738                 set relief on the account switcher so that people see it
11739                 grey out Create processing rules when no message is selected
11740         * src/prefs_filtering.c
11741                 ask before closing if the rule has not been modified, even if
11742                 it's not valid
11743         * src/prefs_matcher.c
11744                 fix sensitivity when entering the dialog
11745         * src/gtk/inputdialog.c
11746                 display a better icon on password ask
11747         * src/plugins/pgpcore/passphrase.c
11748                 make the dialog look better
11749
11750 2005-10-14 [paul]       1.9.15cvs46
11751
11752         * src/folderview.c
11753                 indicate presense of marked msgs in
11754                 unexpanded subfolders
11755
11756 2005-10-14 [paul]       1.9.15cvs45
11757
11758         * src/prefs_actions.c
11759         * src/prefs_common.c
11760         * src/prefs_common.h
11761         * src/prefs_filtering_action.c
11762         * src/prefs_matcher.c
11763         * src/prefs_template.c
11764                 remember window sizes
11765                 fix Info button size
11766
11767         Patches by wwp
11768
11769 2005-10-13 [colin]      1.9.15cvs44
11770
11771         * src/mimeview.c
11772         * src/noticeview.c
11773         * src/noticeview.h
11774                 Add a tooltip on the icon (optional) 
11775                 Get rid of the signature buttons and only
11776                 use the icon+tooltip
11777
11778 2005-10-13 [colin]      1.9.15cvs43
11779
11780         * src/noticeview.c
11781         * src/noticeview.h
11782                 Add hand cursor for hovering over icon
11783
11784 2005-10-13 [colin]      1.9.15cvs42
11785
11786         * src/summaryview.c
11787                 Fix crash when quicksearch's hidden 
11788                 at startup
11789
11790 2005-10-13 [colin]      1.9.15cvs41
11791
11792         * src/compose.c
11793                 Set subject when forwarding multiple mails
11794                 Check that other recipient than the default Cc or Bcc
11795                 have been set before sending.
11796
11797 2005-10-13 [colin]      1.9.15cvs40
11798
11799         * src/imap.c
11800                 Batch per-folder
11801                 Introduce locking, but don't use it yet
11802
11803 2005-10-13 [colin]      1.9.15cvs39
11804
11805         * src/gtk/quicksearch.c
11806                 Reset quicksearch when hiding it
11807                 Make sticky a real pref
11808
11809 2005-10-13 [colin]      1.9.15cvs38
11810
11811         * src/summaryview.c
11812                 Faster prefs apply
11813
11814 2005-10-13 [colin]      1.9.15cvs37
11815
11816         * src/mimeview.c
11817         * src/noticeview.c
11818         * src/noticeview.h
11819         * src/plugins/pgpcore/sgpgme.c
11820                 Make privacy icon clickable
11821                 Move Trust field in Full info
11822                 When trust is less than full, don't display
11823                 a warning icon
11824
11825 2005-10-13 [colin]      1.9.15cvs36
11826
11827         * src/folder.c
11828                 Batch on flags sync
11829         * src/folderview.c
11830                 Revert speed hack which is dangerous in fact
11831                 Apply prefs faster
11832
11833 2005-10-13 [colin]      1.9.15cvs35
11834
11835         * src/folder_item_prefs.c
11836                 Fix pref corruption on folder move. Patch
11837                 by wwp
11838
11839 2005-10-13 [paul]       1.9.15cvs34
11840
11841         * src/export.c
11842         * src/import.c
11843                 fix typos in g_warnings
11844         * src/prefs_account.c
11845                 add a file selector for Signature file
11846
11847         Patches by wwp
11848
11849 2005-10-12 [colin]      1.9.15cvs33
11850
11851         * src/mimeview.c
11852                 Provide a quick way to go back from a
11853                 signature's full info to the email part
11854
11855 2005-10-12 [colin]      1.9.15cvs32
11856
11857         * src/compose.c
11858                 Remove old hack of encoding signed mails with base64.
11859                 QP works equally well.
11860
11861 2005-10-12 [colin]      1.9.15cvs31
11862
11863         * src/crash.c
11864                 Replace deprecated GtkText with GtkTextView
11865         * src/imap.c
11866                 Fix a logic bug about counts in imap_select
11867                 (previously un-triggered)
11868         * src/mainwindow.c
11869         * src/summaryview.c
11870         * src/news.c
11871                 Allow local deletion of news posts
11872         * src/mimeview.c
11873                 Show GPG noticeview on the message/rfc822 part
11874                 in addition to the text/plain one
11875         * src/prefs_image_viewer.c
11876           src/plugins/pgpcore/prefs_gpg.c
11877                 Polish (set the label as part of the checkbox)
11878         * src/wizard.c
11879                 Don't sit there doing nothing after destroying
11880                 the window - return err
11881
11882 2005-10-11 [colin]      1.9.15cvs30
11883
11884         * src/folderview.c
11885                 Apply processing rules before showing folders.
11886                 Early folder show (before flags sync) will only
11887                 be done when there are no processing rules (nor
11888                 pre- or post- ones)
11889         * src/imap.c
11890                 Fix stuff related to mail subdir, creation and 
11891                 deletion of folders 
11892         * src/imap_gtk.c
11893                 Don't allow creation of folders in NoInferior
11894                 folders, as it won't work
11895
11896 2005-10-10 [colin]      1.9.15cvs29
11897
11898         * src/compose.c
11899                 Reselect "None" Privacy system when selecting an
11900                 account with no privacy system defined
11901
11902 2005-10-10 [colin]      1.9.15cvs28
11903
11904         * src/mainwindow.c
11905                 Add Windows-1252 encoding
11906         * src/prefs_common.c
11907                 Rework some defaults:
11908                 - autosave to draft by default
11909                 - don't show header pane (it's already in the textview)
11910                 - Select first new or unread mail on entry
11911                 - Assume 'Yes' to change folder when there's no more
11912                   unread message
11913         * src/prefs_matcher.c
11914                 Fix a gtk assertion failure
11915         * src/gtk/colorlabel.c
11916                 Workaround bad repainting on selection
11917         * src/main.c
11918                 Freeze/thaw (a bit faster on ssh -X)
11919         * src/msgcache.c
11920                 Get rid of StrdupConverter that just adds an
11921                 extra strdup/free 
11922         * src/etpan/imap_thread.c
11923                 memset buf to 0
11924
11925 2005-10-10 [colin]      1.9.15cvs27
11926
11927         * src/export.c
11928         * src/import.c
11929                 Fix compile on gtk 2.4. Patch by wwp
11930
11931 2005-10-09 [colin]      1.9.15cvs26
11932
11933         * src/mainwindow.c
11934         * src/messageview.c
11935         * src/summaryview.c
11936                 Clarify forward menus. Patch by wwp
11937
11938 2005-10-09 [colin]      1.9.15cvs25
11939
11940         * src/compose.c
11941         * src/compose.h
11942                 Fix bug #829 (Non-working "Encrypt message by 
11943                 default when replying to an encrypted message")
11944
11945 2005-10-08 [colin]      1.9.15cvs24
11946
11947         * src/wizard.c
11948                 Fix bug #827 ("Welcome" setup wizard after a 
11949                 permission error gives up & forgets itself.)
11950
11951 2005-10-08 [colin]      1.9.15cvs23
11952
11953         * src/procmime.c
11954                 Fix bug #828 (Ignoring headers with spaces around = sign)
11955
11956 2005-10-08 [colin]      1.9.15cvs22
11957
11958         * src/export.c
11959                 Warning fix by wwp
11960
11961 2005-10-08 [colin]      1.9.15cvs21
11962
11963         * src/folder.c
11964         * src/folder.h
11965                 Add a processing_pending indicator, set on 
11966                 folder_item_open and cleared after 
11967                 folder_item_process_open
11968         * src/folderview.c
11969         * src/summaryview.c
11970                 wrap procmsg_msginfo_*_flags, and in the
11971                 wrapper check that there's no folder processing 
11972                 pending. If there is, defer the flags change until 
11973                 processing is done to avoid stepping over each
11974                 other's toes.
11975                 Freeze during processing, but not during scanning.
11976
11977 2005-10-07 [colin]      1.9.15cvs20
11978
11979         * src/plugins/pgpcore/passphrase.c
11980                 Fix bug #826 (X-Server hangs when 
11981                 right-clicking a PGP encrypted message)
11982
11983 2005-10-07 [paul]       1.9.15cvs19
11984
11985         * src/compose.c
11986                 fix compose_entries[]
11987                 patch by Fabien Vantard
11988
11989 2005-10-06 [colin]      1.9.15cvs18
11990
11991         * src/pixmaps/address.xpm
11992         * src/pixmaps/address_book.xpm
11993         * src/pixmaps/book.xpm
11994         * src/pixmaps/check_spelling.xpm
11995         * src/pixmaps/checkbox_off.xpm
11996         * src/pixmaps/checkbox_on.xpm
11997         * src/pixmaps/close.xpm
11998         * src/pixmaps/complete.xpm
11999         * src/pixmaps/continue.xpm
12000         * src/pixmaps/deleted.xpm
12001         * src/pixmaps/down_arrow.xpm
12002         * src/pixmaps/exec.xpm
12003         * src/pixmaps/forwarded.xpm
12004         * src/pixmaps/group.xpm
12005         * src/pixmaps/ignorethread.xpm
12006         * src/pixmaps/interface.xpm
12007         * src/pixmaps/jpilot.xpm
12008         * src/pixmaps/ldap.xpm
12009         * src/pixmaps/linewrap.xpm
12010         * src/pixmaps/linewrapcurrent.xpm
12011         * src/pixmaps/mail.xpm
12012         * src/pixmaps/mail_attach.xpm
12013         * src/pixmaps/mail_compose.xpm
12014         * src/pixmaps/mail_forward.xpm
12015         * src/pixmaps/mail_receive.xpm
12016         * src/pixmaps/mail_receive_all.xpm
12017         * src/pixmaps/mail_reply.xpm
12018         * src/pixmaps/mail_reply_to_all.xpm
12019         * src/pixmaps/mail_reply_to_author.xpm
12020         * src/pixmaps/mail_send.xpm
12021         * src/pixmaps/mail_send_queue.xpm
12022         * src/pixmaps/mime_application.xpm
12023         * src/pixmaps/mime_audio.xpm
12024         * src/pixmaps/mime_image.xpm
12025         * src/pixmaps/mime_message.xpm
12026         * src/pixmaps/mime_text_enriched.xpm
12027         * src/pixmaps/mime_text_html.xpm
12028         * src/pixmaps/mime_text_plain.xpm
12029         * src/pixmaps/mime_unknown.xpm
12030         * src/pixmaps/new.xpm
12031         * src/pixmaps/news_compose.xpm
12032         * src/pixmaps/offline.xpm
12033         * src/pixmaps/online.xpm
12034         * src/pixmaps/paste.xpm
12035         * src/pixmaps/preferences.xpm
12036         * src/pixmaps/privacy_emblem_encrypted.xpm
12037         * src/pixmaps/privacy_expired.xpm
12038         * src/pixmaps/privacy_failed.xpm
12039         * src/pixmaps/privacy_passed.xpm
12040         * src/pixmaps/privacy_signed.xpm
12041         * src/pixmaps/privacy_unknown.xpm
12042         * src/pixmaps/privacy_warn.xpm
12043         * src/pixmaps/properties.xpm
12044         * src/pixmaps/replied.xpm
12045         * src/pixmaps/search.xpm
12046         * src/pixmaps/unread.xpm
12047         * src/pixmaps/up_arrow.xpm
12048         * src/pixmaps/vcard.xpm
12049                 Modernize internal theme, with icons from the 
12050                 Gnomaws theme. Keep some of the old ones where
12051                 they were better.
12052
12053 2005-10-06 [colin]      1.9.15cvs17
12054
12055         * src/summaryview.c
12056                 Little optimisations + bugfix
12057         * src/toolbar.c
12058                 Remove default useless items - useless being defined
12059                 by the default relevant prefs
12060         * src/wizard.c
12061                 include config.h to make gettext work
12062         * src/prefs_themes.c
12063                 Fix selection of current theme in prefs
12064
12065 2005-10-06 [colin]      1.9.15cvs16
12066
12067         * src/prefs_common.c
12068         * src/prefs_common.h
12069         * src/prefs_summaries.c
12070         * src/folderview.c
12071                 Add a warning dialog on Mark all read 
12072                 (with pref to get rid of it)
12073
12074 2005-10-06 [paul]       1.9.15cvs15
12075
12076         * po/nb.po
12077         * po/pt_BR.po
12078                 updated by Geir Helland and Frederico
12079                 Goncalves Guimaraes
12080
12081 2005-10-05 [colin]      1.9.15cvs14
12082
12083         * src/folder.c
12084         * src/folder.h
12085         * src/folderview.c
12086         * src/folderview.h
12087         * src/imap_gtk.c
12088         * src/mh_gtk.c
12089         * src/mainwindow.c
12090         * src/setup.c
12091                 add a way to rescan without rebuilding
12092                 make moving a bit faster (less folders changes)
12093                 don't lock the tree on Get 
12094         * src/imap.c
12095                 Don't re-delete deleted messages before expunging
12096         * src/summaryview.c
12097                 Set batch mode when deleting mails
12098
12099 2005-10-05 [paul]       1.9.15cvs13
12100
12101         * src/mainwindow.c
12102         * src/mainwindow.h
12103                 fix disabled Execute menu item
12104         * src/toolbar.c
12105                 match the change in 1.9.15cvs10: use Compose
12106                 instead of News by default
12107
12108 2005-10-04 [colin]      1.9.15cvs12
12109
12110         * src/compose.c
12111                 When replying to an ML post with Reply-To set
12112                 to the poster's email, honor it (as before),
12113                 but also honor our user's request to reply to
12114                 the mailing list: set the ML address in the To
12115                 field and the Reply-To address in the Cc: 
12116                 field.
12117
12118 2005-10-04 [colin]      1.9.15cvs11
12119
12120         * src/plugins/trayicon/trayicon.c
12121                 Finish cosmetic change - thanks to wwp
12122
12123 2005-10-04 [colin]      1.9.15cvs10
12124
12125         * src/toolbar.c
12126                 Use Compose instead of Email by default.
12127                 Spotted by wwp.
12128
12129 2005-10-04 [colin]      1.9.15cvs9
12130
12131         * src/folder.c
12132         * src/folder.h
12133         * src/folderview.c
12134         * src/imap.c
12135         * src/etpan/imap-thread.c
12136         * src/etpan/imap-thread.h
12137                 Try to make IMAP faster, by simplifying SEARCH
12138                 commands, avoiding sending two STATUS in a row,
12139                 and deferring flags sync and processing just
12140                 after displaying the folder. 
12141                 This will update the SummaryView in certain
12142                 cases (new mails not already fetched, flags
12143                 changed from another client) but in a non-
12144                 blocking manner.
12145
12146 2005-10-04 [colin]      1.9.15cvs8
12147
12148         * src/plugins/trayicon/trayicon.c
12149                 Relabel "Offline" to "Work offline"
12150
12151 2005-10-04 [colin]      1.9.15cvs7
12152
12153         * src/export.c
12154         * src/import.c
12155         * src/mbox.c
12156                 Fix mbox import/export buglets
12157                 Patch by wwp
12158         * src/plugins/trayicon/trayicon.c
12159                 Add offline swithc
12160                 Patch by wwp
12161
12162 2005-10-04 [colin]      1.9.15cvs6
12163
12164         * src/folder.c
12165         * src/folderview.c
12166         * src/summaryview.c
12167                 Better fix (don't break mark all read) for cvs2
12168
12169 2005-10-03 [colin]      1.9.15cvs5
12170
12171         * src/folder.c
12172                 Use a sane sort by default
12173
12174 2005-10-03 [colin]      1.9.15cvs4
12175
12176         * src/inc.c
12177                 Add a 'Only once' button for overriding offline mode
12178         * src/prefs_account.c
12179         * src/wizard.c
12180                 Add Local mbox to the wizard
12181                 Add IMAP subdir to the wizard (or the wizard is useless
12182                 for such accounts, or even worse than useless)
12183                 Move IMAP subdir from Advanced to Receive tab, as it's
12184                 not that uncommon
12185
12186 2005-10-03 [colin]      1.9.15cvs3
12187
12188         * src/send_message.c
12189                 Forgot this one in cvs1
12190
12191 2005-10-03 [colin]      1.9.15cvs2
12192
12193         * src/folder.c
12194                 Faster close when leaving a folder with lots
12195                 of new mails. Idea by David Relson.
12196
12197 2005-10-03 [colin]      1.9.15cvs1
12198
12199         * src/compose.c
12200         * src/imap.c
12201         * src/inc.c
12202         * src/main.c
12203         * src/messageview.c
12204         * src/news.c
12205         * src/summaryview.c
12206         * src/gtk/sslcertwindow.c
12207         * src/plugins/trayicon/trayicon.c
12208                 Add accels to every AlertPanel. Patch by Fabien 
12209                 Vantard
12210
12211 2005-10-03 [paul]       1.9.15
12212
12213         1.9.15 released
12214
12215 2005-10-03 [paul]       1.9.14cvs68
12216
12217         * po/ca.po
12218         * po/de.po
12219         * po/es.po
12220         * po/fi.po
12221         * po/fr.po
12222         * po/sk.po
12223         * po/sr.po
12224         * po/zh_CN.po
12225                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12226                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12227                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12228
12229 2005-10-03 [paul]       1.9.14cvs67
12230
12231         * src/send_message.c
12232                 prevent hang on Cancel
12233                 patch by Colin
12234
12235 2005-10-03 [paul]       1.9.14cvs66
12236
12237         * src/main.c
12238                 fix crash in IMAP caused by discrepancy
12239                 between check_at_startup and offline mode
12240                 Patch by Colin
12241
12242 2005-10-01 [paul]       1.9.14cvs65
12243
12244         * src/inc.c
12245                 fix engrish
12246
12247 2005-10-01 [paul]       1.9.14cvs64
12248         * src/export.c
12249         * src/import.c
12250                 synchronise import_mbox() and export_mbox()
12251         * src/mbox.c
12252                 proc_mbox(): add alert if file cannot be opened
12253                 export_list_to_mbox(): test if dest file exists,
12254                 prompt user to overwrite if it does. add alert
12255                 if file cannot be created
12256                                                                 
12257         Patch by wwp
12258                                                                                                                 
12259
12260 2005-09-30 [paul]       1.9.14cvs63
12261
12262         * src/addressbook.c
12263                 Fix sensitivity of a menu
12264         * src/codeconv.c
12265                 Respect hidden pref for mails with no encoding
12266         * src/common/xml.c
12267                 Fix memory corruption
12268         * src/plugins/pgpcore/sgpgme.c
12269                 Fix segfault on incomplete sigs, and display
12270                 of S/Mime UIDs
12271
12272         Patches by Colin
12273
12274 2005-09-30 [colin]      1.9.14cvs62
12275
12276         * src/partial_download.c
12277                 Little logic fix in almost-dead code
12278         * src/pop.c
12279                 Fix partial download when there's no new mail
12280
12281 2005-09-29 [paul]       1.9.14cvs61
12282
12283         * src/plugins/pgpinline/pgpinline.c
12284                 fix bug 819, 'crash accessing sign message'
12285                 Patch by Colin
12286
12287 2005-09-28 [martin]     1.9.14cvs60
12288
12289         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12290                 fix bug #790 (Crash when restarting window manager (fluxbox))
12291
12292 2005-09-28 [paul]       1.9.14cvs59
12293
12294         * src/gtk/gtkaspell.c
12295                 fix off-by-one typo
12296
12297 2005-09-27 [colin]      1.9.14cvs58
12298
12299         * src/plugins/pgpcore/sgpgme.c
12300                 Report error when there's one, instead of
12301                 "Signature unchecked" 
12302
12303 2005-09-27 [colin]      1.9.14cvs57
12304
12305         * src/prefs_quote.c
12306                 Fix bug #816 (Weird quotation with spaces)
12307
12308 2005-09-27 [colin]      1.9.14cvs56
12309
12310         * src/codeconv.c
12311         * src/compose.c
12312         * src/compose.h
12313                 Put subject in compose's title
12314                 Fix Automatic encoding so that it's really automatic:
12315                 first try default locale's charset, then charset of the replied mail, 
12316                 then utf-8
12317                 Fix encoding of headers (must be in strict mode too)
12318
12319 2005-09-26 [colin]      1.9.14cvs55
12320
12321         * src/gtk/gtkaspell.c
12322                 Fix previous patch - don't color the space,
12323                 just uncolor it :)
12324
12325 2005-09-26 [colin]      1.9.14cvs54
12326
12327         * src/gtk/gtkaspell.c
12328                 Unmark space if possible
12329
12330 2005-09-26 [colin]      1.9.14cvs53
12331
12332         * src/imap.c
12333                 log_error instead of alertpanel according to the pref
12334         * src/etpan/imap-thread.c
12335                 Print connect status, copy only necessary size to 
12336                 logger
12337         * src/plugins/pgpmime/pgpmime.c
12338                 Handle S/Mime signatures (verification only). Patch based
12339                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12340
12341 2005-09-26 [paul]       1.9.14cvs52
12342
12343         * src/common/passcrypt.c
12344                 this 'workaround' not necessary on NetBSD.
12345                 Thanks to Daniel Gustafson
12346
12347 2005-09-26 [paul]
12348
12349         1.9.15-rc4 released
12350
12351 2005-09-26 [paul]       1.9.14cvs51
12352
12353         * src/summaryview.c
12354                 Skip currently selected message when
12355                 looking for next new or unread message
12356                 in current folder. Patch by Colin
12357         * src/common/passcrypt.c
12358                 eliminate warnings on *BSD. Patch by
12359                 Daniel Gustafson
12360
12361 2005-09-26 [colin]      1.9.14cvs50
12362
12363         * src/procmsg.c
12364                 Call postfiltering hook anyway
12365
12366 2005-09-22 [colin]      1.9.14cvs49
12367
12368         * src/codeconv.c
12369         * src/codeconv.h
12370                 Add a strict mode that doesn't replace with _
12371         * src/compose.c
12372         * src/compose.h
12373                 Use strict conversion while sending
12374                 Fix race when drafting while sending (happens
12375                 on IMAP)
12376                 Fix d'n'd of messages from summaryview
12377         * src/prefs_common.c
12378         * src/prefs_common.h
12379                 add hidden utf8_instead_of_locale_for_broken_mail 
12380                 pref for people that preferred the default charset 
12381                 to be utf8 for broken mails
12382         * src/quote_fmt_parse.y
12383                 fix bug #815 (No quote insert if "From:" fied 
12384                 contained Russian letters)
12385         * src/summaryview.c
12386                 Fix d'n'd of messages to compose
12387
12388 2005-09-22 [paul]       1.9.14cvs48
12389
12390         * src/compose.c
12391                 fix bug where attachments Name entry
12392                 would display Path instead
12393
12394 2005-09-21 [paul]       1.9.14cvs47
12395
12396         * README
12397         * README.jp
12398         * configure.ac
12399         * config/config.rpath
12400         * doc/manual/en/sylpheed-20.html
12401         * doc/manual/es/sylpheed-20.html
12402         * po/bg.po
12403         * po/ca.po
12404         * po/de.po
12405         * po/es.po
12406         * po/fr.po
12407         * po/it.po
12408         * po/pt_BR.po
12409         * po/sk.po
12410         * po/zh_TW.po
12411         * src/account.c
12412         * src/account.h
12413         * src/action.c
12414         * src/action.h
12415         * src/adbookbase.h
12416         * src/addr_compl.c
12417         * src/addr_compl.h
12418         * src/addrbook.c
12419         * src/addrbook.h
12420         * src/addrcache.c
12421         * src/addrcache.h
12422         * src/addrcindex.c
12423         * src/addrcindex.h
12424         * src/addrclip.c
12425         * src/addrclip.h
12426         * src/addrdefs.h
12427         * src/addressadd.c
12428         * src/addressadd.h
12429         * src/addressbook.c
12430         * src/addressbook.h
12431         * src/addressitem.h
12432         * src/addrgather.c
12433         * src/addrgather.h
12434         * src/addrharvest.c
12435         * src/addrharvest.h
12436         * src/addrindex.c
12437         * src/addrindex.h
12438         * src/addritem.c
12439         * src/addritem.h
12440         * src/addrquery.c
12441         * src/addrquery.h
12442         * src/addrselect.c
12443         * src/addrselect.h
12444         * src/alertpanel.c
12445         * src/alertpanel.h
12446         * src/browseldap.c
12447         * src/browseldap.h
12448         * src/codeconv.c
12449         * src/codeconv.h
12450         * src/compose.c
12451         * src/compose.h
12452         * src/crash.c
12453         * src/crash.h
12454         * src/customheader.c
12455         * src/customheader.h
12456         * src/displayheader.c
12457         * src/displayheader.h
12458         * src/editaddress.c
12459         * src/editaddress.h
12460         * src/editbook.c
12461         * src/editbook.h
12462         * src/editgroup.c
12463         * src/editgroup.h
12464         * src/editjpilot.c
12465         * src/editjpilot.h
12466         * src/editldap.c
12467         * src/editldap.h
12468         * src/editldap_basedn.c
12469         * src/editldap_basedn.h
12470         * src/editvcard.c
12471         * src/editvcard.h
12472         * src/enriched.c
12473         * src/enriched.h
12474         * src/exphtmldlg.c
12475         * src/exphtmldlg.h
12476         * src/expldifdlg.c
12477         * src/expldifdlg.h
12478         * src/export.c
12479         * src/export.h
12480         * src/exporthtml.c
12481         * src/exporthtml.h
12482         * src/exportldif.c
12483         * src/exportldif.h
12484         * src/filtering.c
12485         * src/filtering.h
12486         * src/folder.c
12487         * src/folder.h
12488         * src/folder_item_prefs.c
12489         * src/folder_item_prefs.h
12490         * src/foldersel.c
12491         * src/foldersel.h
12492         * src/folderutils.c
12493         * src/folderutils.h
12494         * src/folderview.c
12495         * src/folderview.h
12496         * src/grouplistdialog.c
12497         * src/grouplistdialog.h
12498         * src/headerview.c
12499         * src/headerview.h
12500         * src/html.c
12501         * src/html.h
12502         * src/image_viewer.c
12503         * src/image_viewer.h
12504         * src/imap.c
12505         * src/imap.h
12506         * src/imap_gtk.c
12507         * src/imap_gtk.h
12508         * src/import.c
12509         * src/import.h
12510         * src/importldif.c
12511         * src/importldif.h
12512         * src/importmutt.c
12513         * src/importmutt.h
12514         * src/importpine.c
12515         * src/importpine.h
12516         * src/inc.c
12517         * src/inc.h
12518         * src/jpilot.c
12519         * src/jpilot.h
12520         * src/ldapctrl.c
12521         * src/ldapctrl.h
12522         * src/ldaplocate.c
12523         * src/ldaplocate.h
12524         * src/ldapquery.c
12525         * src/ldapquery.h
12526         * src/ldapserver.c
12527         * src/ldapserver.h
12528         * src/ldaputil.c
12529         * src/ldaputil.h
12530         * src/ldif.c
12531         * src/ldif.h
12532         * src/localfolder.c
12533         * src/localfolder.h
12534         * src/main.c
12535         * src/main.h
12536         * src/mainwindow.c
12537         * src/mainwindow.h
12538         * src/manual.c
12539         * src/manual.h
12540         * src/matcher.c
12541         * src/matcher.h
12542         * src/matcher_parser.h
12543         * src/matcher_parser_lex.l
12544         * src/matcher_parser_parse.y
12545         * src/mbox.c
12546         * src/mbox.h
12547         * src/message_search.c
12548         * src/message_search.h
12549         * src/messageview.c
12550         * src/messageview.h
12551         * src/mh.c
12552         * src/mh.h
12553         * src/mh_gtk.c
12554         * src/mh_gtk.h
12555         * src/mimeview.c
12556         * src/mimeview.h
12557         * src/msgcache.c
12558         * src/msgcache.h
12559         * src/mutt.c
12560         * src/mutt.h
12561         * src/news.c
12562         * src/news.h
12563         * src/news_gtk.c
12564         * src/news_gtk.h
12565         * src/noticeview.c
12566         * src/noticeview.h
12567         * src/partial_download.c
12568         * src/partial_download.h
12569         * src/pine.c
12570         * src/pine.h
12571         * src/pop.c
12572         * src/pop.h
12573         * src/prefs_account.c
12574         * src/prefs_account.h
12575         * src/prefs_actions.c
12576         * src/prefs_actions.h
12577         * src/prefs_common.c
12578         * src/prefs_common.h
12579         * src/prefs_compose_writing.c
12580         * src/prefs_compose_writing.h
12581         * src/prefs_customheader.c
12582         * src/prefs_customheader.h
12583         * src/prefs_display_header.c
12584         * src/prefs_display_header.h
12585         * src/prefs_ext_prog.c
12586         * src/prefs_ext_prog.h
12587         * src/prefs_filtering.c
12588         * src/prefs_filtering.h
12589         * src/prefs_filtering_action.c
12590         * src/prefs_filtering_action.h
12591         * src/prefs_folder_column.c
12592         * src/prefs_folder_column.h
12593         * src/prefs_folder_item.c
12594         * src/prefs_folder_item.h
12595         * src/prefs_fonts.c
12596         * src/prefs_fonts.h
12597         * src/prefs_gtk.c
12598         * src/prefs_gtk.h
12599         * src/prefs_image_viewer.c
12600         * src/prefs_image_viewer.h
12601         * src/prefs_matcher.c
12602         * src/prefs_matcher.h
12603         * src/prefs_message.c
12604         * src/prefs_message.h
12605         * src/prefs_msg_colors.c
12606         * src/prefs_msg_colors.h
12607         * src/prefs_other.c
12608         * src/prefs_other.h
12609         * src/prefs_quote.c
12610         * src/prefs_quote.h
12611         * src/prefs_receive.c
12612         * src/prefs_receive.h
12613         * src/prefs_send.c
12614         * src/prefs_send.h
12615         * src/prefs_spelling.c
12616         * src/prefs_spelling.h
12617         * src/prefs_summaries.c
12618         * src/prefs_summaries.h
12619         * src/prefs_summary_column.c
12620         * src/prefs_summary_column.h
12621         * src/prefs_template.c
12622         * src/prefs_template.h
12623         * src/prefs_themes.c
12624         * src/prefs_themes.h
12625         * src/prefs_toolbar.c
12626         * src/prefs_toolbar.h
12627         * src/prefs_wrapping.c
12628         * src/prefs_wrapping.h
12629         * src/privacy.c
12630         * src/privacy.h
12631         * src/procheader.c
12632         * src/procheader.h
12633         * src/procmime.c
12634         * src/procmime.h
12635         * src/procmsg.c
12636         * src/procmsg.h
12637         * src/quote_fmt.c
12638         * src/quote_fmt_parse.y
12639         * src/recv.c
12640         * src/recv.h
12641         * src/remotefolder.c
12642         * src/remotefolder.h
12643         * src/send_message.c
12644         * src/send_message.h
12645         * src/setup.c
12646         * src/setup.h
12647         * src/simple-gettext.c
12648         * src/sourcewindow.c
12649         * src/sourcewindow.h
12650         * src/ssl_manager.c
12651         * src/ssl_manager.h
12652         * src/statusbar.c
12653         * src/statusbar.h
12654         * src/stock_pixmap.c
12655         * src/stock_pixmap.h
12656         * src/summary_search.c
12657         * src/summary_search.h
12658         * src/summaryview.c
12659         * src/summaryview.h
12660         * src/syldap.c
12661         * src/syldap.h
12662         * src/textview.c
12663         * src/textview.h
12664         * src/toolbar.c
12665         * src/toolbar.h
12666         * src/undo.c
12667         * src/undo.h
12668         * src/unmime.c
12669         * src/unmime.h
12670         * src/vcard.c
12671         * src/vcard.h
12672         * src/wizard.c
12673         * src/wizard.h
12674         * src/common/base64.c
12675         * src/common/base64.h
12676         * src/common/defs.h
12677         * src/common/hooks.c
12678         * src/common/hooks.h
12679         * src/common/log.c
12680         * src/common/log.h
12681         * src/common/md5.c
12682         * src/common/md5.h
12683         * src/common/mgutils.c
12684         * src/common/mgutils.h
12685         * src/common/nntp.c
12686         * src/common/nntp.h
12687         * src/common/passcrypt.c
12688         * src/common/passcrypt.h.in
12689         * src/common/plugin.c
12690         * src/common/plugin.h
12691         * src/common/prefs.c
12692         * src/common/prefs.h
12693         * src/common/progressindicator.c
12694         * src/common/progressindicator.h
12695         * src/common/quoted-printable.c
12696         * src/common/quoted-printable.h
12697         * src/common/session.c
12698         * src/common/session.h
12699         * src/common/smtp.c
12700         * src/common/smtp.h
12701         * src/common/socket.c
12702         * src/common/socket.h
12703         * src/common/ssl.c
12704         * src/common/ssl.h
12705         * src/common/ssl_certificate.c
12706         * src/common/ssl_certificate.h
12707         * src/common/string_match.c
12708         * src/common/string_match.h
12709         * src/common/stringtable.c
12710         * src/common/sylpheed.c
12711         * src/common/sylpheed.h
12712         * src/common/template.c
12713         * src/common/template.h
12714         * src/common/timing.h
12715         * src/common/utils.c
12716         * src/common/utils.h
12717         * src/common/uuencode.c
12718         * src/common/uuencode.h
12719         * src/common/version.h.in
12720         * src/common/xml.c
12721         * src/common/xml.h
12722         * src/common/xmlprops.c
12723         * src/common/xmlprops.h
12724         * src/gtk/about.c
12725         * src/gtk/about.h
12726         * src/gtk/colorlabel.c
12727         * src/gtk/colorlabel.h
12728         * src/gtk/colorsel.c
12729         * src/gtk/colorsel.h
12730         * src/gtk/description_window.c
12731         * src/gtk/description_window.h
12732         * src/gtk/filesel.c
12733         * src/gtk/filesel.h
12734         * src/gtk/foldersort.c
12735         * src/gtk/foldersort.h
12736         * src/gtk/gtkutils.c
12737         * src/gtk/gtkutils.h
12738         * src/gtk/inputdialog.c
12739         * src/gtk/inputdialog.h
12740         * src/gtk/logwindow.c
12741         * src/gtk/logwindow.h
12742         * src/gtk/manage_window.c
12743         * src/gtk/manage_window.h
12744         * src/gtk/menu.c
12745         * src/gtk/menu.h
12746         * src/gtk/pluginwindow.c
12747         * src/gtk/pluginwindow.h
12748         * src/gtk/prefswindow.c
12749         * src/gtk/prefswindow.h
12750         * src/gtk/progressdialog.c
12751         * src/gtk/progressdialog.h
12752         * src/gtk/quicksearch.c
12753         * src/gtk/quicksearch.h
12754         * src/gtk/sslcertwindow.c
12755         * src/gtk/sslcertwindow.h
12756         * src/plugins/clamav/clamav_plugin.c
12757         * src/plugins/clamav/clamav_plugin.h
12758         * src/plugins/clamav/clamav_plugin_gtk.c
12759         * src/plugins/demo/demo.c
12760         * src/plugins/dillo_viewer/dillo_prefs.c
12761         * src/plugins/dillo_viewer/dillo_prefs.h
12762         * src/plugins/dillo_viewer/dillo_viewer.c
12763         * src/plugins/mathml_viewer/mathml_viewer.c
12764         * src/plugins/pgpcore/passphrase.c
12765         * src/plugins/pgpcore/passphrase.h
12766         * src/plugins/pgpcore/plugin.c
12767         * src/plugins/pgpcore/prefs_gpg.c
12768         * src/plugins/pgpcore/prefs_gpg.h
12769         * src/plugins/pgpcore/select-keys.c
12770         * src/plugins/pgpcore/select-keys.h
12771         * src/plugins/pgpcore/sgpgme.c
12772         * src/plugins/pgpcore/sgpgme.h
12773         * src/plugins/pgpinline/pgpinline.c
12774         * src/plugins/pgpinline/pgpinline.h
12775         * src/plugins/pgpinline/plugin.c
12776         * src/plugins/pgpmime/pgpmime.c
12777         * src/plugins/pgpmime/pgpmime.h
12778         * src/plugins/pgpmime/plugin.c
12779         * src/plugins/spamassassin/spamassassin.c
12780         * src/plugins/spamassassin/spamassassin.h
12781         * src/plugins/spamassassin/spamassassin_gtk.c
12782         * src/plugins/trayicon/trayicon.c
12783         * tools/OOo2sylpheed.pl
12784         * tools/acroread2sylpheed.pl
12785         * tools/asus_mailled.sh
12786         * tools/filter_conv.pl
12787         * tools/freshmeat_search.pl
12788         * tools/google_search.pl
12789         * tools/kmail2sylpheed.pl
12790         * tools/kmail2sylpheed_v2.pl
12791         * tools/maildir2sylpheed.pl
12792         * tools/multiwebsearch.pl
12793         * tools/newscache_clean.pl
12794         * tools/outlook2sylpheed.pl
12795         * tools/sylpheed-switcher
12796         * tools/update-po
12797         * tools/vcard2xml.py
12798         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12799                 update FSF address
12800
12801 2005-09-21 [colin]      1.9.14cvs46
12802
12803         * src/gedit-print.c
12804         * src/procmsg.c
12805         * src/procmsg.h
12806         * src/textview.c
12807         * src/summaryview.c
12808                 Remove some printing hacks (deselection/reselection),
12809                 which by the way fix printing the currently 
12810                 displayed mime part (still only text)
12811                 Plus a little optimisation of summary_show
12812
12813
12814 2005-09-20 [colin]      1.9.14cvs45
12815
12816         * src/mainwindow.c
12817         * src/messageview.c
12818                 GUI fixups: add accels, set message
12819                 view title to displayed mail's subject
12820         * src/prefs_spelling.c
12821         * src/gtk/gtkaspell.c
12822                 GUI fixups: allow underlining misspelled
12823                 words instead of coloring them (a11y!)
12824
12825 2005-09-19 [colin]
12826
12827         1.9.15rc3 released
12828
12829 2005-09-19 [colin]      1.9.14cvs44
12830
12831         * src/compose.c
12832                 Fix draft message
12833         * src/gtk/gtkaspell.c
12834                 Fix wrong test ;-)
12835
12836 2005-09-19 [colin]      1.9.14cvs43
12837
12838         * src/addressbook.c
12839                 Fix sensitivity of Delete button
12840         * src/compose.c
12841                 Warn if the requested Privacy system
12842                 is not available
12843         * src/exphtmldlg.c
12844         * src/expldifdlg.c
12845         * src/importldif.c
12846         * src/importmutt.c
12847         * src/importpine.c
12848                 Fix crappy UI
12849         * src/
12850         * src/ssl.h
12851         * src/prefs_account.h
12852         * src/prefs_account.c
12853                 Save SSL prefs even in builds that have
12854                 SSL support disable
12855         * src/imap.c
12856         * src/inc.c
12857         * src/news.c
12858         * src/send_message.c
12859                 Warn if connection should be secure, but
12860                 SSL support isn't compiled in
12861         * src/gtkaspell.c
12862                 Fix word separation on UTF-8 systems
12863                 Fixes bug #812 (Strange inline spellchecking)
12864         * src/compose.c
12865                 Warn if the requested Privacy system
12866                 is not available
12867                 Factorize offline warning
12868         * src/imap.c
12869         * src/imap_gtk.c
12870         * src/imap_gtk.h
12871         * src/inc.h
12872         * src/news_gtk.c
12873         * src/news_gtk.h
12874         * src/messageview.c
12875                 Factorize offline warning
12876
12877 2005-09-19 [paul]
12878
12879         1.9.15-rc2 released
12880
12881 2005-09-18 [colin]      1.9.14cvs42
12882
12883         * src/codeconv.c
12884         * src/codeconv.h
12885         * src/procmime.c
12886                 Add a way to get locale's charset ignoring utf-8,
12887                 and use that as default encoding for broken mails
12888
12889 2005-09-18 [colin]      1.9.14cvs41
12890
12891         * src/gtk/logwindow.c
12892                 Translate string. Patch by Fabien Vantard
12893
12894 2005-09-18 [colin]      1.9.14cvs40
12895
12896         * configure.ac
12897                 Fix bug #803 (IMAP/SSL support breaks with 
12898                 GnuTLS libetpan 0.38)
12899
12900 2005-09-18 [colin]      1.9.14cvs39
12901
12902         * src/codeconv.c
12903         * src/compose.c
12904         * src/procmime.c
12905                 More charsets fixes. Fixes bug #806 (non
12906                 ascii characters in subject line)
12907
12908 2005-09-17 [paul]       1.9.14cvs38
12909
12910         * src/folderview.c
12911         * src/mainwindow.c
12912                 fix gcc-2.95 issues
12913                 Patch by Pawel Pekala
12914
12915 2005-09-17 [colin]      1.9.14cvs37
12916
12917         * src/addrindex.c
12918                 bugfix for NO-USE LDAP compilation, patch 
12919                 by Fabien Vantard
12920
12921 2005-09-17 [colin]      1.9.14cvs36
12922
12923         * src/prefs_actions.c
12924         * src/prefs_customheader.c
12925         * src/prefs_display_header.c
12926         * src/prefs_filtering_action.c
12927         * src/prefs_matcher.c
12928         * src/prefs_toolbar.c
12929                 Fix strange casts (less elegant but
12930                 works better)
12931
12932 2005-09-16 [colin]      1.9.14cvs35
12933
12934         * src/jpilot.c
12935                 Missed that one
12936
12937 2005-09-16 [colin]      1.9.14cvs34
12938
12939         * configure.ac
12940         * src/Makefile.am
12941         * src/addr_compl.c
12942         * src/addrindex.c
12943         * src/browseldap.c
12944         * src/editldap.c
12945         * src/ldaplocate.c
12946         * src/ldapquery.c
12947         * src/ldapquery.h
12948         * src/ldapserver.c
12949         * src/ldapserver.h
12950         * src/main.c
12951         * src/matcher_parser_parse.y
12952         * src/prefs_themes.c
12953         * src/etpan/Makefile.am
12954         * src/gtk/description_window.c
12955         * src/plugins/clamav/Makefile.am
12956         * src/plugins/clamav/clamav_plugin.c
12957         * src/plugins/dillo_viewer/Makefile.am
12958         * src/plugins/pgpcore/Makefile.am
12959         * src/plugins/pgpinline/Makefile.am
12960         * src/plugins/pgpmime/Makefile.am
12961         * src/plugins/trayicon/Makefile.am
12962                 Fix 100% cpu usage in address completion list
12963                 Fix little bugs (return with no values etc)
12964                 Fix all warnings (with common CFLAGS)
12965
12966 2005-09-15 [colin]      1.9.14cvs33
12967
12968         * src/addressbook.c
12969                 Fix bug where sometimes a group's email list is empty,
12970                 force its refresh (probably fixes "Re: how to create a 
12971                 distribution list")
12972         * src/ldapquery.c
12973                 Don't return to the callback in the main thread from the
12974                 fetch thread (or face segs!)
12975
12976 2005-09-15 [paul]       1.9.14cvs32
12977
12978         * src/prefs_matcher.c
12979                 forgotten in last commit
12980
12981 2005-09-15 [paul]       1.9.14cvs31
12982
12983         * src/prefs_actions.c
12984         * src/prefs_filtering_action.c
12985         * src/prefs_quote.c
12986         * src/quote_fmt.c
12987         * src/summaryview.c
12988         * src/gtk/description_window.c
12989         * src/gtk/description_window.h
12990         * src/gtk/quicksearch.c
12991                 allow interaction with the called
12992                 description window
12993                 Patch by Anders Hammar
12994
12995 2005-09-14 [paul]       1.9.14cvs30
12996
12997         * src/compose.c
12998                 fix a little annoyance when pasting with 3rd button 
12999                 with wrap_pastes=0 and wrap_input=1
13000                 Patch by Colin
13001
13002 2005-09-14 [paul]       1.9.14cvs29
13003
13004         * src/prefs_account.c
13005                 disable 'Filter messages on receiving' for
13006                 SMTP-only accounts
13007                 Patch  by Anders Hammar
13008
13009 2005-09-14 [paul]       1.9.14cvs28
13010
13011         * po/sk.po
13012                 fix crash
13013                 updated by Andrej Kacian
13014
13015 2005-09-14 [paul]
13016
13017         1.9.15-rc1 released
13018
13019 2005-09-14 [paul]       1.9.14cvs27
13020
13021         * po/es.po
13022                 updated by Ricardo Mones Lastra
13023         * src/compose.c
13024         * src/compose.h
13025                 associate no_wrap_tags to Compose windows
13026                 instead of using a static one
13027                 Patch by Colin
13028         * src/mbox.c
13029                 fix proc_mbox()
13030                 Patch by wwp
13031         * src/textview.c
13032                 remove unneeded printf()
13033
13034 2005-09-14 [paul]       1.9.14cvs26
13035
13036         * src/addrcache.c
13037         * src/codeconv.h
13038         * src/folder.h
13039         * src/mainwindow.h
13040         * src/mh.c
13041         * src/mimeview.h
13042         * src/partial_download.c
13043         * src/pop.c
13044         * src/prefs_account.c
13045         * src/prefs_account.h
13046         * src/prefs_actions.c
13047         * src/prefs_customheader.c
13048         * src/prefs_display_header.c
13049         * src/prefs_filtering_action.c
13050         * src/prefs_matcher.c
13051         * src/prefs_toolbar.c
13052         * src/privacy.h
13053         * src/procmime.c
13054         * src/procmime.h
13055         * src/procmsg.h
13056         * src/textview.c
13057         * src/undo.h
13058         * src/common/plugin.c
13059         * src/common/session.h
13060         * src/common/socket.c
13061         * src/common/socket.h
13062         * src/common/template.c
13063         * src/gtk/gtkaspell.c
13064         * src/gtk/quicksearch.h
13065         * src/plugins/pgpcore/passphrase.c
13066         * src/plugins/pgpcore/prefs_gpg.h
13067         * src/plugins/pgpcore/select-keys.c
13068         * src/plugins/pgpcore/select-keys.h
13069         * src/plugins/pgpcore/sgpgme.c
13070         * src/plugins/pgpinline/pgpinline.c
13071         * src/plugins/pgpmime/pgpmime.c
13072         * src/plugins/trayicon/trayicon.c
13073                 fix compilation warnings
13074                 Patch by Daniel Gustafson
13075
13076 2005-09-14 [paul]       1.9.14cvs25
13077
13078         * src/addressbook.c
13079                 add missing column header, and other small
13080                 bug fixes
13081                 Patch by Anders Hammar
13082
13083 2005-09-13 [colin]      1.9.14cvs24
13084
13085         * src/gtk/gtkaspell.c
13086                 Fix non-utf8 in menu
13087                 Fix little leaks
13088                 Nullify struct members after free()s
13089
13090 2005-09-13 [colin]      1.9.14cvs23
13091
13092         * src/compose.c
13093                 Test utf8 compliance before inserting to 
13094                 buffer, and try to convert if necessary
13095         * src/procmime.c
13096                 If no charset is present, use the locale 
13097                 one instead of us-ascii
13098         * src/procmsg.c
13099                 Add Sender, List-Post and To in the checked 
13100                 headers for automatic rules creation 
13101                 (thanks to wwp)
13102         * src/prefs_themes.c
13103         * src/gtk/gtkaspell.c
13104                 Remove deprecated functions. 
13105                 patch by Daniel Gustafson
13106
13107 2005-09-12 [colin]      1.9.14cvs22
13108
13109         * src/compose.c
13110                 Fix bug #448 (Scrolling/Redraw issue with 
13111                 address-fields in Header)
13112         * src/mainwindow.c
13113         * src/summaryview.c
13114         * src/summaryview.h
13115                 Fix loss of MSG_MARKED on move/copy
13116                 Fix bug #804 (Quicksearch togglebutton doesn't 
13117                 get depressed after '/' key is pressed)
13118
13119 2005-09-12 [paul]       1.9.14cvs21
13120
13121         * AUTHORS
13122         * src/gtk/logwindow.c
13123                 add 'Clear Log' to popup menu
13124                 Patch by Anders Hammar <anders.hammar@telia.com>
13125
13126 2005-09-12 [paul]       1.9.14cvs20
13127
13128         * src/compose.c
13129                 set correct sensitivity on attachments
13130                 popup menu
13131         * src/folder.c
13132                 fix typo
13133         * src/prefs_spelling.c
13134                 fix crash when no LANG env is set
13135         * src/common/xml.c
13136                 fix crash in wizard
13137                 don't use memeory after free
13138
13139         All patches by Daniel Gustafson
13140
13141 2005-09-12 [paul]       1.9.14cvs19
13142
13143         * src/prefs_themes.c
13144                 make theme info selectable
13145         * src/gtk/description_window.c
13146                 make window non-modal
13147         * tools/README
13148                 add details of asus_mailed.sh
13149         * tools/claws.i18n.status.pl
13150                 update for new zh_TW translator
13151                 widen the output
13152                 create alternate coloured lines
13153                 improve readability
13154
13155 2005-09-10 [colin]      1.9.14cvs18
13156
13157         * src/plugins/pgpcore/select-keys.c
13158                 Better order for the buttons
13159
13160 2005-09-10 [colin]      1.9.14cvs17
13161
13162         * src/compose.c
13163         * src/plugins/pgpcore/select-keys.c
13164         * src/plugins/pgpcore/select-keys.h
13165         * src/plugins/pgpcore/sgpgme.c
13166                 Add a "Don't encrypt" button to the key
13167                 selection dialog. Fixes bug #177 (There should be a 
13168                 'Don't encrypt button in the Select Keys dialog)
13169
13170 2005-09-10 [colin]      1.9.14cvs16
13171
13172         * src/compose.c
13173                 Fix bug #572 (%X option does not work with templates)
13174
13175 2005-09-10 [colin]      1.9.14cvs15
13176
13177         * src/toolbar.c 
13178                 Remove g_print
13179
13180 2005-09-10 [colin]      1.9.14cvs14
13181
13182         * src/imap.c
13183                 Fix a possible crash
13184
13185 2005-09-09 [colin]      1.9.14cvs13
13186
13187         * src/imap.c
13188         * src/etpan/imap-thread.c
13189         * src/etpan/imap-thread.h
13190                 Fix moving from queue or drafts to normal folders
13191                 Fix bug #794 (No way to delete without expunging)
13192                 Take flags unset by other mailers into account
13193                 Take deleted flag set by other mailers into account
13194                 Fix unsetting REPLIED flag
13195                 Fix crash when capabilities can't be retrieved
13196         * src/mainwindow.c
13197         * src/mainwindow.h
13198                 Add M_DELAYED_FLAGS condition, and let the user use
13199                 Execute in order to be able to expunge deleted mails,
13200                 even if he's not in delayed execute mode
13201         * src/prefs_spelling.c
13202                 Use 'en' dictionary by default if LANG is POSIX or C
13203         * src/gtk/prefswindow.c
13204                 Fix bug #767 (Preferences windows expanding) by making
13205                 the window a bit larger when the resolution is greater
13206                 than 640x480, and by putting the prefs in a
13207                 GtkScrolledWindow.
13208
13209 2005-09-09 [paul]       1.9.14cvs12
13210
13211         * AUTHORS
13212         * configure.ac
13213         * po/zh_TW.Big5.po      ** REMOVED **
13214         * po/zh_TW.po           ** ADDED **
13215                 updated by Wei-Lun Chao
13216
13217 2005-09-09 [paul]       1.9.14cvs11
13218
13219         * src/mainwindow.c
13220                 fix asserts
13221         * src/common/xml.c
13222                 delay memory allocation until file is
13223                 opened successfully
13224                 Patch by Daniel Gustafson
13225
13226 2005-09-09 [colin]      1.9.14cvs10
13227
13228         * src/imap.c
13229                 Add guards
13230
13231 2005-09-08 [colin]      1.9.14cvs9
13232
13233         * src/compose.c
13234                 Alert when we can't save draft
13235                 Fix various wrap/color issues
13236                 Add mid-click pasting respecting wrap_paste option
13237         * src/folder.c
13238         * src/folder.h
13239         * src/folder_item_prefs.c
13240         * src/folder_item_prefs.h
13241         * src/imap.c
13242         * src/imap_gtk.c
13243         * src/imap_gtk.h
13244         * src/main.c
13245         * src/mainwindow.c
13246         * src/mainwindow.h
13247         * src/news.c
13248         * src/news_gtk.c
13249         * src/news_gtk.h
13250         * src/prefs_folder_item.c
13251                 Fix the impossibility to synchronise folders for
13252                 offline use (IMAP and NNTP are concerned)
13253
13254 2005-09-08 [colin]      1.9.14cvs8
13255
13256         * configure.ac
13257                 Build LDAP and JPilot by default if available
13258         * src/textview.c
13259                 Fix use after free
13260
13261 2005-09-08 [paul]       1.9.14cvs7
13262
13263         * doc/manual/en/sylpheed-1.html
13264         * doc/manual/en/sylpheed-18.html
13265         * doc/manual/en/sylpheed-19.html
13266         * doc/manual/en/sylpheed-4.html
13267         * doc/manual/en/sylpheed-6.html
13268         * doc/manual/en/sylpheed.html
13269                 a few minor updates, plus include some
13270                 details about plugins and their requirements
13271         * src/mainwindow.c
13272                 minor changes to English in /View/Sort
13273
13274 2005-09-07 [colin]      1.9.14cvs6
13275
13276         * doc/manual/en/sylpheed-1.html
13277         * doc/manual/en/sylpheed-10.html
13278         * doc/manual/en/sylpheed-11.html
13279         * doc/manual/en/sylpheed-12.html
13280         * doc/manual/en/sylpheed-13.html
13281         * doc/manual/en/sylpheed-14.html
13282         * doc/manual/en/sylpheed-15.html
13283         * doc/manual/en/sylpheed-16.html
13284         * doc/manual/en/sylpheed-17.html
13285         * doc/manual/en/sylpheed-18.html
13286         * doc/manual/en/sylpheed-19.html
13287         * doc/manual/en/sylpheed-2.html
13288         * doc/manual/en/sylpheed-20.html
13289         * doc/manual/en/sylpheed-21.html
13290         * doc/manual/en/sylpheed-22.html
13291         * doc/manual/en/sylpheed-3.html
13292         * doc/manual/en/sylpheed-4.html
13293         * doc/manual/en/sylpheed-5.html
13294         * doc/manual/en/sylpheed-6.html
13295         * doc/manual/en/sylpheed-7.html
13296         * doc/manual/en/sylpheed-8.html
13297         * doc/manual/en/sylpheed-9.html
13298         * doc/manual/en/sylpheed.html
13299                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13300
13301 2005-09-07 [colin]      1.9.14cvs5
13302
13303         * src/mainwindow.c
13304                 Make labels more to-the-point
13305
13306 2005-09-07 [colin]      1.9.14cvs4
13307
13308         * doc/manual/en/sylpheed-1.html
13309         * doc/manual/en/sylpheed-12.html
13310         * doc/manual/en/sylpheed-13.html
13311         * doc/manual/en/sylpheed-14.html
13312         * doc/manual/en/sylpheed-15.html
13313         * doc/manual/en/sylpheed-16.html
13314         * doc/manual/en/sylpheed-17.html
13315         * doc/manual/en/sylpheed-18.html
13316         * doc/manual/en/sylpheed-19.html
13317         * doc/manual/en/sylpheed-2.html
13318         * doc/manual/en/sylpheed-20.html
13319         * doc/manual/en/sylpheed-21.html
13320         * doc/manual/en/sylpheed-22.html
13321         * doc/manual/en/sylpheed-4.html
13322         * doc/manual/en/sylpheed-5.html
13323         * doc/manual/en/sylpheed-6.html
13324         * doc/manual/en/sylpheed-7.html
13325         * doc/manual/en/sylpheed-8.html
13326         * doc/manual/en/sylpheed-9.html
13327         * doc/manual/en/sylpheed.html
13328                 Update manual
13329
13330 2005-09-07 [colin]      1.9.14cvs3
13331
13332         * doc/faq/en/sylpheed-faq-1.html
13333         * doc/faq/en/sylpheed-faq-2.html
13334         * doc/faq/en/sylpheed-faq-3.html
13335         * doc/faq/en/sylpheed-faq.html
13336                 Update FAQ
13337
13338 2005-09-07 [colin]      1.9.14cvs2
13339
13340         * src/folderview.c
13341         * src/procmsg.c
13342         * src/summaryview.c
13343         * src/toolbar.c
13344                 Fix special subfolders:
13345                 - Inherit parent's icon
13346                 - sent contents of queues subfolders
13347                 - empty subfolders of trashes
13348         * src/mainwindow.c
13349                 Remove outdated manual and faq entries
13350         * src/common/utils.c
13351                 Add quotes around %s coming from mailcap
13352
13353 2005-09-07 [colin]      1.9.14cvs1
13354
13355         * src/compose.c
13356                 After saving draft, set modified to FALSE
13357         * src/mimeview.c
13358         * src/common/utils.c
13359         * src/common/utils.h
13360                 Try to open mime parts using what is 
13361                 indicated in ~/.mailcap or /etc/mailcap,
13362                 if possible.
13363
13364 2005-09-05 [paul]       1.9.14
13365
13366         1.9.14 released
13367
13368         * po/sk.po
13369                 updated by Andrej Kacian
13370
13371 2005-09-05 [paul]       1.9.13cvs83
13372
13373         * po/de.po
13374         * po/es.po
13375         * po/fi.po
13376         * po/fr.po
13377         * po/nb.po
13378         * po/pt_BR.po
13379         * po/sr.po
13380                 updated translations by Thomas Gilgin, Ricardo Mones
13381                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13382                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13383
13384 2005-09-04 [paul]       1.9.13cvs82
13385
13386         * src/compose.c
13387                 only warn about exceeded line length limit
13388                 on send
13389
13390 2005-09-04 [paul]       1.9.13cvs81
13391
13392         * src/compose.c
13393                 fix crash in 'line length exceeded' dialogue
13394
13395 2005-09-02 [paul]       1.9.13cvs80
13396
13397         * src/imap.c
13398                 fix bug 795, 'Connection lost IMAP'
13399                 and add statusbar prints
13400                 Patch by Colin
13401
13402 2005-09-02 [paul]       1.9.13cvs79
13403
13404         * src/compose.c
13405                 compose_wrap_paragraph() becomes
13406                 compose_beautify_paragraph()
13407                 Patch by Colin
13408
13409 2005-09-02 [colin]      1.9.13cvs78
13410
13411         * src/folderview.c
13412                 Micro-fix
13413
13414 2005-09-01 [colin]      1.9.13cvs77
13415
13416         * src/imap.c
13417                 Maybe fix bug #795 (Connection lost IMAP)
13418                 Don't try to send logout when we're disconnected.
13419         * src/summaryview.c
13420                 Include locked and marked emails in HRM
13421                 view. Fixes bug #800 (Locked messages no longer 
13422                 show up when hide read messages is used)
13423
13424 2005-09-01 [paul]       1.9.13cvs76
13425
13426         * src/prefs_common.c
13427                 fix bad cutting
13428
13429 2005-08-31 [colin]      1.9.13cvs75
13430
13431         * src/folderview.c
13432         * src/folderview.h
13433         * src/prefs_summaries.c
13434         * src/summaryview.c
13435                 Fix "go to next new", fix preference
13436                 (Open unread/next swapped)
13437
13438 2005-08-31 [paul]       1.9.13cvs74
13439
13440         * src/compose.c
13441         * src/folderview.c
13442         * src/headerview.c
13443         * src/headerview.h
13444         * src/mainwindow.c
13445         * src/prefs_common.c
13446         * src/prefs_common.h
13447         * src/prefs_fonts.c
13448         * src/summaryview.c
13449         * src/textview.c
13450         * src/common/defs.h
13451                 remove obsolete BOLD_FONT setting
13452                 fix font update in headerview and textview
13453                 headers after prefs change
13454                 Patch By Colin
13455
13456 2005-08-31 [paul]
13457
13458         1.9.14-rc4 released
13459
13460 2005-08-30 [colin]      1.9.13cvs73
13461
13462         * src/summaryview.c
13463                 When Hide read messages is selected and we
13464                 refresh the summaryview, don't remove the 
13465                 currently displayed message. Fixes bug #797
13466                 (Summary view reloads when new mail is 
13467                 downloaded in 1.9.14 rc)
13468
13469 2005-08-30 [colin]      1.9.13cvs72
13470
13471         * src/folderview.c
13472                 Fix flickering
13473         * src/mainwindow.c
13474                 Remove useless callback
13475         * src/mimeview.c
13476         * src/gtk/filesel.c
13477         * src/gtk/filesel.h
13478                 Add a filesel_select_file_save_folder() - used by Save All
13479
13480 2005-08-29 [paul]       1.9.13cvs71
13481
13482         * AUTHORS
13483         * src/matcher_parser_parse.y
13484         * src/etpan/imap-thread.c
13485                 fix building on FreeBSD
13486                 Patch by Daniel Gustafson <daniel@hobbit.se>
13487
13488 2005-08-29 [paul]       1.9.13cvs70
13489
13490         * src/plugins/pgpinline/pgpinline.c
13491                 only initialise sig result if it's been handled
13492                 Patch by Colin
13493
13494 2005-08-29 [paul]       1.9.13cvs69
13495         
13496         Patches by Colin:
13497
13498         * src/imap.c
13499         * src/common.utils.c
13500         * src/common/utils.h
13501                 optimisation
13502         * src/stock_pixmap.h
13503                 fix wrong icon reference
13504         * src/pixmaps/trash_btn.xpm
13505                 replace with nicer image
13506
13507 2005-08-28 [colin]      1.9.13cvs68
13508
13509         * src/Makefile.am
13510         * src/stock_pixmap.c
13511         * src/stock_pixmap.h
13512         * src/toolbar.c
13513         * src/pixmaps/trash_btn.xpm
13514                 Add a specific trash xpm for the button
13515
13516 2005-08-28 [colin]      1.9.13cvs67
13517
13518         * src/imap.c
13519                 Fix leak
13520
13521 2005-08-27 [colin]      1.9.13cvs66
13522
13523         * src/imap.c
13524         * src/procmime.c
13525                 Correctly fix "Problem with replies", fixes
13526                 pgpmime encryption too. 
13527
13528 2005-08-27 [colin]      1.9.13cvs65
13529
13530         * src/folder.c
13531         * src/procmsg.c
13532         * src/procmsg.h
13533         * src/summaryview.c
13534                 Fix bug #517 (messages removed from summaryview 
13535                 when moving fails)
13536
13537 2005-08-27 [colin]      1.9.13cvs64
13538
13539         * tools/Makefile.am
13540         * tools/asus_mailled.sh
13541                 Add a script to blink ASUS laptops' mail LED where there
13542                 is unread mail.
13543
13544 2005-08-27 [colin]      1.9.13cvs63
13545
13546         * src/imap.c
13547         * src/etpan/imap-thread.c
13548         * src/etpan/imap-thread.h
13549                 Implement automatic choosing of login method
13550                 Fixes bug #791
13551         * src/gtk/.cvsignore
13552                 Add sylpheed-marshal.[ch]
13553
13554 2005-08-27 [colin]      1.9.13cvs62
13555
13556         * src/common/utils.c
13557                 Fix confusing perror
13558
13559 2005-08-27 [colin]      1.9.13cvs61
13560
13561         * src/toolbar.c
13562         * src/toolbar.h
13563                 Remove A_DELETE, replace it with 
13564                 A_TRASH and A_DELETE_REAL. Automatically
13565                 rewrite config files to replace A_DELETE
13566                 with A_TRASH (no functionality change).
13567                 Fixes half of #794
13568
13569 2005-08-26 [colin]      1.9.13cvs60
13570
13571         * src/procmime.c
13572                 Previous "Problem with replies" fix brought other
13573                 problems, fixing them
13574
13575 2005-08-26 [colin]      1.9.13cvs59
13576
13577         * src/procmime.c
13578                 Fix "Problem with replies". This happened only
13579                 on IMAP...
13580         * src/procmsg.c
13581                 Factorize code a bit
13582         * src/compose.c
13583                 Speed improvement on very long messages (wrapping)
13584                 Fix signature color on Reedit and Redirect
13585                 On Reedit, don't attach pgp-signatures parts, but
13586                 set signing to On.
13587
13588 2005-08-24 [paul]       1.9.13cvs58
13589
13590         * src/compose.c
13591                 don't claim success when clicking
13592                 Cancel on the passphrase box.
13593                 Patch by Colin
13594
13595 2005-08-24 [paul]       1.9.13cvs57
13596
13597         * src/main.c
13598                 fix misplaced sylpheed.log
13599         * src/common/defs.h
13600                 define UIDL_DIR
13601
13602 2005-08-24 [paul]       1.9.13cvs56
13603
13604         * src/imap.c
13605         * src/etpan/imap-thread.c
13606         * src/etpan/imap-thread.h
13607                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13608                 Patch by Colin
13609         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13610         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13611                 remove autogenerated files
13612         * tools/kdeservicemenu/README
13613         * tools/kdeservicemenu/install.sh
13614         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13615         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13616                 use Claws icon, use 'Sylpheed-Claws' in menu,
13617                 use kdialog, and other cleanups
13618
13619 2005-08-23 [paul]       1.9.13cvs55
13620
13621         * src/compose.c
13622                 fix paste/wrap crash
13623                 Patch by Colin
13624
13625 2005-08-23 [paul]       1.9.13cvs54
13626
13627         * src/main.c
13628                 fix crash recovery
13629                 Patch by Colin
13630
13631 2005-08-23 [paul]       1.9.13cvs53
13632
13633         * src/addressbook.c
13634         * src/editaddress.c
13635                 view all data of LDAP contacts
13636                 Patch by Colin
13637
13638 2005-08-23 [paul]       1.9.13cvs52
13639
13640         * src/addressbook.c
13641                 fix issues with the Search field
13642                 Patch by Colin
13643
13644 2005-08-22 [paul]       1.9.13cvs51
13645
13646         * src/folderview.c
13647                 put name of folder in processing dialog
13648                 title
13649         * src/prefs_folder_item.c
13650                 improve english usage
13651
13652 2005-08-22 [paul]       1.9.13cvs50
13653
13654         * src/filtering.c
13655         * src/filtering.h
13656         * src/matcher.c
13657         * src/matcher_parser_lex.l
13658         * src/matcher_parser_parse.y
13659         * src/prefs_filtering.c
13660                 add Filtering/Processing rule names feature.
13661                 (the incompatible old matcherrc is saved as
13662                 matcherrc.pre_names).
13663                 Patch by Colin
13664
13665 2005-08-22 [paul]       1.9.13cvs49
13666
13667         * src/procmsg.c
13668                 fix colour labelling
13669                 Patch by Colin
13670
13671 2005-08-22 [paul]       1.9.13cvs48
13672
13673         * src/textview.c
13674                 fix open_image_cb()
13675
13676 2005-08-22 [paul]       1.9.13cvs47
13677
13678         * src/imap.c
13679                 fix bug 789, 'SC crashes with imap (CVS ver)'
13680                 Patch by Colin
13681
13682 2005-08-22 [paul]       1.9.13cvs46
13683
13684         * src/mimeview.c
13685         * src/prefs_common.c
13686         * src/common/defs.h
13687                 define reused defaults in defs.h
13688         * src/textview.c
13689                 add 'Open image' to image popup menu
13690
13691 2005-08-21 [colin]      1.9.13cvs45
13692
13693         * src/summaryview.c
13694                 Fix bug #788 (Bogus "From" address displayed)
13695
13696 2005-08-20 [colin]      1.9.13cvs44
13697
13698         * src/folder.c
13699                 Fix buf #787 (multilevel delete causes SIGSEGV)
13700
13701 2005-08-19 [colin]      1.9.13cvs43
13702
13703         * src/inc.c
13704         * src/prefs_common.c
13705         * src/prefs_common.h
13706                 Add an hidden pref to allow modifying the
13707                 update stepping in incorporation.
13708                 Patch by wwp.
13709
13710 2005-08-19 [colin]      1.9.13cvs42
13711
13712         * src/compose.c
13713         * src/procmime.c
13714                 Workaround for broken MUAs: encode 
13715                 Content-type: name: as ASCII and 
13716                 Content-Disposition: filename: as
13717                 per rfc2231
13718         * src/prefs_account.c
13719                 Fix invisible-ness of SMTP SSL prefs
13720                 in NNTP accounts
13721
13722 2005-08-19 [paul]       1.9.13cvs41
13723
13724         * src/compose.c
13725         * src/prefs_common.c
13726         * src/prefs_common.h
13727         * src/prefs_wrapping.c
13728                 paste with or without wrapping.
13729                 patch by Colin
13730
13731 2005-08-19 [paul]       1.9.13cvs40
13732
13733         * src/prefs_common.c
13734         * src/prefs_common.h
13735         * src/summaryview.c
13736                 reintroduce enable_swap_from as a
13737                 hidden pref. patch by Colin
13738         * src/quote_fmt_parse.y
13739         * src/plugins/clamav/clamav_plugin.c
13740         * src/plugins/dillo_viewer/dillo_viewer.c
13741         * src/plugins/mathml_viewer/mathml_viewer.c
13742         * src/plugins/pgpcore/sgpgme.c
13743         * src/plugins/pgpinline/pgpinline.c
13744         * src/plugins/pgpmime/pgpmime.c
13745                 tidy up. patch by Colin
13746
13747 2005-08-19 [paul]       1.9.13cvs39
13748
13749         * configure.ac
13750                 complete cvs38's sync
13751         * src/editaddress.c
13752         * src/gedit-print.c
13753         * src/mutt.c
13754         * src/etpan/etpan-log.c
13755         * src/etpan/imap-thread.c
13756         * src/gtk/gtksourceprintjob.c
13757                 fix compilation warnings
13758                 (patch by Colin)
13759
13760 2005-08-19 [paul]       1.9.13cvs38
13761
13762         sync with main:
13763
13764         * src/account.c
13765         * src/action.c
13766         * src/addrbook.c
13767         * src/addrcache.c
13768         * src/addrharvest.c
13769         * src/addrindex.c
13770         * src/codeconv.c
13771         * src/compose.c
13772         * src/crash.c
13773         * src/exporthtml.c
13774         * src/exportldif.c
13775         * src/folder.c
13776         * src/image_viewer.c
13777         * src/inc.c
13778         * src/inc.h
13779         * src/jpilot.c
13780         * src/ldif.c
13781         * src/main.c
13782         * src/matcher.c
13783         * src/mbox.c
13784         * src/messageview.c
13785         * src/mh.c
13786         * src/mimeview.c
13787         * src/msgcache.c
13788         * src/mutt.c
13789         * src/news.c
13790         * src/partial_download.c
13791         * src/pine.c
13792         * src/pop.c
13793         * src/prefs_actions.c
13794         * src/prefs_common.c
13795         * src/prefs_customheader.c
13796         * src/prefs_display_header.c
13797         * src/prefs_gtk.c
13798         * src/prefs_themes.c
13799         * src/procheader.c
13800         * src/procmime.c
13801         * src/procmsg.c
13802         * src/recv.c
13803         * src/send_message.c
13804         * src/simple-gettext.c
13805         * src/sourcewindow.c
13806         * src/textview.c
13807         * src/vcard.c
13808         * src/common/defs.h
13809         * src/common/log.c
13810         * src/common/plugin.c
13811         * src/common/prefs.c
13812         * src/common/session.c
13813         * src/common/session.h
13814         * src/common/socket.c
13815         * src/common/socket.h
13816         * src/common/ssl_certificate.c
13817         * src/common/template.c
13818         * src/common/utils.c
13819         * src/common/utils.h
13820         * src/common/xml.c
13821         * src/gtk/about.c
13822         added wrappers for C library function that
13823                 take pathname arguments.
13824                 enabled compilation with MinGW.
13825                 use GDir instead of directly using opendir().
13826                 added rename_force().
13827
13828 2005-08-19 [paul]       1.9.13cvs37
13829         
13830         patches by Colin:
13831         * src/compose.c
13832                 fix privacy settings on re-editing
13833                 a sent message
13834         * src/jpilot.c
13835                 fix encoding bug
13836         * src/folder.c
13837         * src/procmsg.c
13838         * src/procmsg.h
13839         * src/summaryview.c
13840                 flag changing optimisation
13841
13842 2005-08-18 [martin]     1.9.13cvs36
13843
13844         * commitHelper
13845             added my login
13846         * src/addrcache.c
13847         * src/addrharvest.c
13848         * src/addrindex.c
13849         * src/compose.c
13850         * src/grouplistdialog.c
13851         * src/main.c
13852         * src/mainwindow.c
13853         * src/msgcache.c
13854         * src/mutt.c
13855         * src/pine.c
13856         * src/prefs_account.c
13857         * src/prefs_themes.c
13858         * src/stock_pixmap.c
13859         * src/summaryview.c
13860         * src/gtk/about.c
13861         * src/gtk/logwindow.c
13862             removed deprecated glib and gdk stuff
13863         * src/plugins/pgpcore/select-keys.c
13864             convert attributes from locale to utf8
13865
13866 2005-08-17 [paul]       1.9.13cvs35
13867
13868         * src/account.c
13869         * src/addressbook.c
13870                 use new GTK_STOCK_ icons if available
13871         * src/summaryview.c
13872         * src/gtk/gtksctree.c
13873         * src/gtk/gtksctree.h
13874                 faster range select. patch by Colin
13875
13876 2005-08-17 [paul]       1.9.13cvs34
13877
13878         patches by colin:
13879         * src/addressbook.c
13880         * src/addressitem.h
13881                 Add an edit button for contacts, fix selections
13882                 of gtksctree items
13883         * src/editaddress.c
13884                 Change labels, let Save be always possible in the
13885                 email and user atributes tabs
13886         * src/folderview.c
13887                 fix sort issues
13888         * src/summaryview.c
13889                 select next item instead of the displayed one
13890                 after deletion
13891
13892         * src/gtk/progressdialog.c
13893                 use prefs_common.enable_rules_hint
13894
13895 2005-08-13 [hoa]        1.9.13cvs33
13896
13897         * src/etpan/imap-thread.c
13898                 fixed build on Solaris.
13899
13900 2005-08-10 [colin]      1.9.13cvs32
13901
13902         * src/procmsg.c
13903                 Fix cvs31 (missing fclose before reading
13904                 the file)
13905
13906 2005-08-10 [colin]      1.9.13cvs31
13907
13908         * src/procmsg.c
13909                 Fix procmsg_msginfo_new_from_mimeinfo() when
13910                 the MimeInfo isn't stored in memory. This fixes
13911                 replying to an attached message.
13912
13913 2005-08-10 [colin]      1.9.13cvs30
13914
13915         * src/mainwindow.c
13916                 Fix slowness in account changing
13917
13918 2005-08-10 [colin]      1.9.13cvs29
13919
13920         * src/folder.c
13921         * src/folderutils.c
13922         * src/folderview.c
13923         * src/imap_gtk.c
13924         * src/mainwindow.c
13925         * src/mh_gtk.c
13926         * src/procmsg.c
13927         * src/summaryview.c
13928                 Optimize folder_has_parent_of_type
13929                 Prevent moving special sub-folders from contextual menus
13930                 Rework message a bit ("Empty all messages" -> "Delete all
13931                 messages")
13932                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13933                 and "Deleted Items" folders)
13934
13935 2005-08-08 [colin]      1.9.13cvs28
13936
13937         * src/summaryview.c
13938         * src/prefs_summaries.c
13939                 Make "Select first unread|new" more flexible
13940                 (just prioritize new or unread)
13941
13942 2005-08-08 [colin]      1.9.13cvs27
13943
13944         * src/summaryview.c
13945                 If "select first new" is selected and there only
13946                 are unread messages, fallback to "select first
13947                 unread".
13948
13949 2005-08-08 [colin]      1.9.13cvs26
13950
13951         * src/folder.c
13952                 Fix shameful bugs (and bug #779)
13953
13954 2005-08-08 [colin]      1.9.13cvs25
13955
13956         * src/folder.c
13957         * src/folder.h
13958                 Cache parents' type to make folder_has_parent_of_type
13959                 faster
13960         * src/folderview.c
13961                 Forbid DnD of special sub-folders
13962         * src/procmsg.c
13963         * src/procmsg.h
13964                 Add MAIL_POSTFILTERING_HOOK
13965         * src/summaryview.c
13966                 Revert over-zealous deletion of the use_addr_book 
13967                 code
13968
13969 2005-08-07 [colin]      1.9.13cvs24
13970
13971         * src/folder.c
13972                 Fix big mistake (passing MsgInfo instead 
13973                 of FolderItem)
13974
13975 2005-08-07 [colin]      1.9.13cvs23
13976
13977         * src/compose.c
13978         * src/folder.c
13979         * src/folder.h
13980         * src/foldersel.c
13981         * src/folderutils.c
13982         * src/folderview.c
13983         * src/imap.c
13984         * src/mainwindow.c
13985         * src/messageview.c
13986         * src/mh.c
13987         * src/msgcache.c
13988         * src/procmime.c
13989         * src/summaryview.c
13990                 Make subfolders of Drafts, Queue, Outbox, Trash
13991                 work like their parents. 
13992                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13993
13994 2005-08-07 [colin]      1.9.13cvs22
13995
13996         * src/addressbook.c
13997                 Fix bug #771 (Dragged contacts not saved)
13998
13999 2005-08-07 [paul]       1.9.13cvs21
14000
14001         * src/summaryview.c
14002                 fix bug 32 'Search Doesn't display results
14003                 if "Hide Read Messages" is chosen'
14004                 be more literal in interpreting 'Hide read
14005                 messages'
14006
14007 2005-08-07 [colin]      1.9.13cvs20
14008
14009         * src/folderview.c
14010                 Add debug
14011         * src/summaryview.c
14012                 Faster 'unthread_for_execution'
14013
14014 2005-08-06 [paul]       1.9.13cvs19
14015
14016         * src/mainwindow.c
14017                 add mnemonics to Set displayed columns
14018                 fix bug where msgview_visible option was
14019                 overwritten as TRUE on startup
14020
14021 2005-08-06 [paul]       1.9.13cvs18
14022
14023         * src/mainwindow.c
14024                 refer to 'displayed columns in folder/message
14025                 list' not 'displayed items in summary/message view'
14026         * src/prefs_display_header.c
14027                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14028                 be consistent with similar dialogues
14029         * src/prefs_folder_column.c
14030         * src/prefs_summary_column.c
14031                 'columns' not 'items', and folder and message lists,
14032                 instead of folder and summary views;
14033                 Use 'Hidden columns' as list heading not 'Available
14034                 items';
14035                 move the 'Remove' button to the right hand side;
14036                 top-align the buttons;
14037                 remove unneeded vbox
14038         * src/prefs_summaries.c
14039                 put the 2 column prefs buttons in a frame to reduce
14040                 overall width; refer to columns not items &c.
14041
14042 2005-08-05 [colin]      1.9.13cvs17
14043
14044         * src/prefs_common.c
14045         * src/prefs_common.h
14046         * src/mainwindow.c
14047         * src/compose.c
14048         * src/messageview.c
14049                 Add an hidden toolbar_detachable pref, so
14050                 that I can get rid of these painful handles
14051                 in the toolbars. Defaults to TRUE to avoid
14052                 changing the GUI on unsuspecting people...
14053
14054 2005-08-05 [colin]      1.9.13cvs16
14055
14056         * src/Makefile.am
14057         * src/prefs_folder_column.c
14058         * src/prefs_folder_column.h
14059                 Add prefs for folder columns
14060         * src/folderview.c
14061         * src/folderview.h
14062         * src/mainwindow.c
14063         * src/mainwindow.h
14064         * src/prefs_common.c
14065         * src/prefs_common.h
14066         * src/prefs_summaries.c
14067                 Use them
14068         * src/prefs_summary_column.c
14069         * src/summaryview.c
14070         * src/summaryview.h
14071                 Add a To column
14072         * src/textview.c
14073         * src/common/utils.c
14074         * src/common/utils.h
14075                 Move uri colourisation functions
14076                 to utils
14077         * src/compose.c
14078                 Colourise URIs
14079         * src/imap.c
14080                 Fix bug with LIST where we'd try
14081                 to get Folder//////[...]/// 
14082
14083 2005-08-05 [paul]       1.9.13cvs15
14084
14085         * src/prefs_summaries.c
14086                 improve the English usage
14087         * src/summaryview.c
14088                 set font on column change
14089                 thanks to Colin
14090
14091 2005-08-05 [paul]       1.9.13cvs14
14092
14093         * src/prefs_common.c
14094         * src/prefs_common.h
14095         * src/prefs_summaries.c
14096         * src/summaryview.c
14097                 replace 'open_unread_on_enter' option with
14098                 'select_on_entry' option. opening/not opening
14099                 is now exclusively controlled by 'always_show_msg'
14100
14101 2005-08-04 [colin]      1.9.13cvs13
14102
14103         * src/compose.c
14104                 Remove dead code
14105                 Add colourisation of quotes and signatures
14106         * src/folderview.c
14107                 Fix possible crashes
14108         * src/messageview.c
14109                 Change an assert that is no problem
14110         * src/news.c
14111         * src/news_gtk.c
14112         * src/news_gtk.h
14113                 Fix offline mode
14114         * src/gtk/quicksearch.c
14115                 Fix a possible crash
14116
14117 2005-08-03 [colin]      1.9.13cvs12
14118
14119         * src/prefs_account.c
14120                 Fix bug #777 (Sylpheed crash in account configuration)
14121
14122 2005-08-03 [colin]      1.9.13cvs11
14123
14124         * src/addressbook.c
14125         * src/editaddress.c
14126         * src/editgroup.c
14127                 Fixing addressbook, round 2
14128         * src/textview.c
14129                 Fix emphasis color on rechecking 'Colorize messages'
14130
14131 2005-08-03 [paul]       1.9.13cvs10
14132
14133         sync with main
14134
14135         * src/addr_compl.c
14136         * src/compose.c
14137         * src/main.c
14138         * src/pop.c
14139         * src/prefs_account.c
14140         * src/procmime.c
14141         * src/procmsg.c
14142         * src/quote_fmt_parse.y
14143         * src/textview.c
14144         * src/common/quoted-printable.c
14145         * src/common/utils.c
14146         * src/common/utils.h
14147         * src/common/xml.c
14148                 replaced incorrect locale-independent
14149                 ctype functions with GLib's. Corrected
14150                 signedness mismatch.
14151         * src/headerview.c
14152                 headerview_create(): added spacing for vbox.
14153         * src/gtk/about.c
14154                 set focus to the OK button.
14155
14156 2005-08-03 [colin]      1.9.13cvs9
14157
14158         * src/folderview.c
14159                 Fix possible crash
14160
14161 2005-08-02 [colin]      1.9.13cvs8
14162
14163         * src/mainwindow.c
14164                 Fix cast
14165         * src/addressbook.c
14166         * src/addressitem.h
14167                 Fix a cast and more generally, try to make the
14168                 GUI more intuitive and consistent (round 1)
14169
14170 2005-08-02 [paul]       1.9.13cvs7
14171
14172         * src/folder.h
14173                 missing in 1.9.13cvs6
14174
14175 2005-08-02 [colin]      1.9.13cvs6
14176
14177         * src/folder.c
14178                 Fix one more leak
14179
14180 2005-08-02 [colin]      1.9.13cvs5
14181
14182         * src/folder.c
14183         * src/folderview.c
14184         * src/imap.c
14185         * src/main.c
14186         * src/mbox.c
14187         * src/procmsg.c
14188         * src/summaryview.c
14189                 Fix a number of folder_item_get_msg_list()-related
14190                 leaks (missing procmsg_msginfo_free()s)
14191
14192 2005-08-01 [colin]      1.9.13cvs4
14193
14194         * src/folderview.c
14195         * src/folderview.h
14196         * src/mainwindow.c
14197         * src/prefs_fonts.c
14198         * src/prefs_summaries.c
14199         * src/prefs_themes.c
14200         * src/summaryview.c
14201         * src/summaryview.h
14202         * src/textview.c
14203         * src/textview.h
14204                 Fix instant-apply of summary and folderview-related prefs
14205                 Fix erroneous g_free and alertpanels in prefs_theme
14206                 Add instant-apply for fonts
14207                 Defer applying of prefs a little bit so it's done only
14208                 once even if requested by multiples prefs pages
14209
14210 2005-08-01 [paul]       1.9.13cvs3
14211
14212         * src/main.c
14213                 fix bug 776 'S.C. crashes on close'
14214                 thanks to Colin
14215         * src/etpan/etpan-thread-manager-types.h
14216                 add missing include
14217                 thanks to Hoa
14218
14219 2005-07-25 [paul]       1.9.13cvs2
14220
14221         * src/summaryview.c
14222                 fix typos. spotted by Fabien Vantard
14223
14224 2005-07-24 [paul]       1.9.13cvs1
14225
14226         * doc/man/sylpheed.1
14227                 update man page, incorporating fix of
14228                 bug 769 'Typo in manpage'
14229         * src/etpan/imap-thread.c
14230                 fix NetBSD openssl dependencies. patch by
14231                 George Michaelson <ggm@apnic.net>
14232         * po/pt_BR.po
14233                 updated by Frederico Goncalves Guimaraes
14234
14235 2005-07-22 [paul]       1.9.13
14236
14237         1.9.13 release
14238
14239 2005-07-22 [paul]       1.9.12cvs91
14240
14241         * AUTHORS
14242         * INSTALL
14243         * README.claws
14244         * RELEASE_NOTES.claws
14245                 updated for release
14246         * configure.ac
14247         * po/nb.po
14248         * tools/claws.i18n.status.pl
14249                 add Norwegian translation. submiited by
14250                 Geir Helland <pjallabais@users.sourceforge.net>
14251         * po/ca.po
14252         * po/de.po
14253         * po/es.po
14254         * po/fi.po
14255         * po/fr.po
14256         * po/it.po
14257         * po/sk.po
14258         * po/sr.po
14259         * po/zh_CN.po
14260                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14261                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14262                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14263                 Yang Guilong
14264         * src/plugins/clamav/clamav_plugin_gtk.c
14265         * src/plugins/spamassassin/spamassassin_gtk.c
14266                 replace outdated description strings
14267
14268 2005-07-21 [colin]      1.9.12cvs90
14269
14270         * src/folder.c
14271                 Set folder to batch mode when scanning it. Makes deletion
14272                 of unread mails on IMAP much faster (due to the UNREAD 
14273                 flag unsetting)
14274
14275 2005-07-21 [darko]      1.9.12cvs89
14276
14277         * configure.ac
14278                 link against libresolv if necessary (patch by Paul)
14279         * src/msgcache.c
14280                 use glib's portable macros to determine endianness
14281
14282 2005-07-21 [paul]       1.9.12cvs88
14283
14284         * src/crash.c
14285         * src/gtk/about.c
14286                 update compiled-in features list
14287
14288 2005-07-20 [colin]      1.9.12cvs87
14289
14290         * src/folder.c
14291         * src/textview.c
14292                 Gcc 2.9x compilation fixes, thanks to Darko
14293         * src/plugins/clamav/clamav_plugin.c
14294                 Little optimisation: load virus database only once
14295         * src/plugins/spamassassin/spamassassin.c
14296                 Big optimisation: filtering one mail took at least 1 second,
14297                 now it takes at least 50ms. Doesn't speed up spamassassin 
14298                 itself, but should already be much more tolerable.
14299
14300 2005-07-20 [colin]      1.9.12cvs86
14301
14302         * src/summaryview.c
14303                 Fix performance issue
14304
14305 2005-07-19 [colin]      1.9.12cvs85
14306
14307         * src/plugins/pgpinline/plugin.c
14308                 Fix warning
14309
14310 2005-07-19 [colin]      1.9.12cvs84
14311
14312         * configure.ac
14313         * src/plugins/Makefile.am
14314         * src/plugins/pgpinline/.cvsignore
14315         * src/plugins/pgpinline/Makefile.am
14316         * src/plugins/pgpinline/pgpinline.c
14317         * src/plugins/pgpinline/pgpinline.deps
14318         * src/plugins/pgpinline/pgpinline.h
14319         * src/plugins/pgpinline/plugin.c
14320                 Put pgpinline in the main tree
14321
14322 2005-07-19 [paul]       1.9.12cvs83
14323
14324         * src/prefs_actions.c
14325                 prevent '//' in menu names, which cause a crash
14326                 thanks to Colin
14327
14328 2005-07-19 [paul]       1.9.12cvs82
14329
14330         * configure.ac
14331                 be generally more informative in configure output.
14332                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14333                 '[ --disable-openssl ...', as --enable-openssl is default
14334                 PGP/MIME: don't check for GPGME again, check for
14335                 pgpcore instead. Therefore prevent the possibility of
14336                 attempting to build pgpmime if pgpcore dependencies are
14337                 not met
14338                 ClamAV: use pkgconfig to check for lib
14339                 libgnomeprint: revert logic on inner test to match
14340                 everything else
14341         * src/plugins/pgpcore/sgpgme.c
14342                 add missing include
14343
14344 2005-07-19 [colin]      1.9.12cvs81
14345
14346         * src/summaryview.c
14347                 Fix slow thread rebuilding in particular
14348                 cases
14349
14350 2005-07-19 [paul]       1.9.12cvs80
14351
14352         * sylpheed-claws.desktop
14353                 fix typo, spotted by Stephan Sachse
14354         * src/account.c
14355                 replace GTK_STOCK_ADD with
14356                 GTK_STOCK_NEW button
14357
14358 2005-07-18 [colin]      1.9.12cvs79
14359
14360         * src/etpan/imap-thread.c
14361                 Fix return value (Thanks Hoa)
14362
14363 2005-07-18 [colin]      1.9.12cvs78
14364
14365         * src/imap.c
14366                 Allow empty passwords
14367                 Create drafts/queue/outbox if necessary
14368         * src/summaryview.c
14369                 Remove old code
14370         * src/etpan/imap-thread.c
14371                 Fix STARTTLS (Thanks to Hoa)
14372
14373 2005-07-18 [paul]       1.9.12cvs77
14374
14375         * ChangeLog-gtk2.jp
14376         * ChangeLog.jp
14377                 removed
14378         * Makefile.am
14379                 updated to reflect additions and removals
14380         * TODO
14381                 updated to be claws-specific
14382         * TODO-gtk2
14383         * TODO-gtk2.jp
14384         * TODO.jp
14385         * sylpheed-128x128.png
14386         * sylpheed-64x64.png
14387                 removed
14388         * sylpheed-claws-128x128.png
14389         * sylpheed-claws-64x64.png
14390         * sylpheed-claws.desktop
14391         * sylpheed-claws.png
14392                 added
14393         * sylpheed.desktop
14394         * sylpheed.png
14395                 removed
14396
14397 2005-07-17 [paul]       1.9.12cvs76
14398
14399         * src/account.c
14400         * src/addressbook.c
14401         * src/alertpanel.c
14402         * src/alertpanel.h
14403         * src/compose.c
14404         * src/exphtmldlg.c
14405         * src/expldifdlg.c
14406         * src/folderview.c
14407         * src/imap_gtk.c
14408         * src/inc.c
14409         * src/message_search.c
14410         * src/messageview.c
14411         * src/mh_gtk.c
14412         * src/news_gtk.c
14413         * src/prefs_actions.c
14414         * src/prefs_filtering.c
14415         * src/prefs_matcher.c
14416         * src/prefs_template.c
14417         * src/prefs_themes.c
14418         * src/ssl_manager.c
14419         * src/summary_search.c
14420         * src/textview.c
14421         * src/toolbar.c
14422         * src/gtk/sslcertwindow.c
14423         * src/plugins/pgpcore/sgpgme.c
14424                 rework alertpanels
14425
14426 2005-07-17 [colin]      1.9.12cvs75
14427
14428         * src/privacy.c
14429                 add a PrivacySystem accessor that checks that
14430                 the system cached in a MimeInfo's privacydata
14431                 is still registered. Use this accessor instead
14432                 of directly using data->system. Fixes crashes
14433                 after unloading pgp plugins.
14434
14435 2005-07-17 [colin]      1.9.12cvs74
14436
14437         * src/alertpanel.c
14438                 Change geometry hints to a simple default size.
14439                 Fixes the certs dialogs.
14440
14441 2005-07-17 [colin]      1.9.12cvs73
14442
14443         * src/gtk/sslcertwindow.c
14444                 Use a gtkExpander
14445
14446 2005-07-17 [colin]      1.9.12cvs72
14447
14448         * src/plugins/pgpcore/Makefile.am
14449         * src/plugins/pgpmime/Makefile.am
14450                 Add gpgme libs
14451
14452 2005-07-17 [paul]       1.9.12cvs71
14453
14454         * configure.ac
14455                 add --disable-gnomeprint option
14456                 modified version of patch by Marius Mauch
14457
14458 2005-07-17 [paul]       1.9.12cvs70
14459
14460         * src/common/defs.h
14461                 update urls
14462         * src/account.c
14463         * src/action.c
14464         * src/addressbook.c
14465         * src/compose.c
14466         * src/foldersel.c
14467         * src/folderview.c
14468         * src/html.c
14469         * src/imap_gtk.c
14470         * src/main.c
14471         * src/mainwindow.c
14472         * src/messageview.c
14473         * src/mh_gtk.c
14474         * src/mimeview.c
14475         * src/news_gtk.c
14476         * src/prefs_account.c
14477         * src/prefs_send.c
14478         * src/prefs_summaries.c
14479         * src/procmsg.c
14480         * src/summaryview.c
14481         * src/common/utils.c
14482         * src/common/xml.c
14483         * src/plugins/pgpcore/passphrase.c
14484         * src/plugins/pgpcore/select-keys.c
14485                 replace inappropriately used backticks
14486                 with single quotes
14487
14488 2005-07-16 [colin]      1.9.12cvs69
14489
14490         * src/image_viewer.c
14491                 Add extra paranoid checks
14492
14493 2005-07-16 [colin]      1.9.12cvs68
14494
14495         * src/plugins/pgpcore/prefs_gpg.c
14496                 Don't auto-check sigs by default, as it
14497                 can be really slow.
14498
14499 2005-07-16 [colin]      1.9.12cvs67
14500
14501         * src/plugins/pgpcore/sgpgme.c
14502                 Make messages a bit better.
14503
14504 2005-07-16 [colin]      1.9.12cvs66
14505
14506         * src/imap.c
14507                 Remove pseudo-log
14508         * src/etpan/imap-thread.c
14509                 Add real log
14510
14511 2005-07-16 [colin]      1.9.12cvs65
14512
14513         * src/main.c
14514         * src/prefs_other.c
14515                 And now, fix build with libetpan :-/
14516
14517 2005-07-15 [colin]      1.9.12cvs64
14518
14519         * src/prefs_other.c
14520                 Continue fixing build without libetpan.
14521
14522 2005-07-15 [colin]      1.9.12cvs63
14523
14524         * src/main.c
14525                 Fix build with --disable-libetpan
14526
14527 2005-07-15 [colin]      1.9.12cvs62
14528
14529         * configure.ac
14530                 Bump libetpan's version
14531
14532 2005-07-15 [colin]      1.9.12cvs61
14533
14534         * src/etpan/imap-thread.c
14535                 Actually stop logging :)
14536
14537 2005-07-15 [colin]      1.9.12cvs60
14538
14539         * src/addressbook.c
14540                 Fix dnd of multiple addresses.
14541
14542 2005-07-15 [hoa]        1.9.12cvs59
14543
14544         * src/etpan/imap-thread.c
14545             disable login of IMAP password in libetpan log file.
14546
14547 2005-07-15 [paul]       1.9.12cvs58
14548
14549         * src/account.c
14550                 don't automatically sort
14551                 do allow drag n drop
14552
14553 2005-07-15 [paul]       1.9.12cvs57
14554
14555         * src/account.c
14556         * src/ssl_manager.c
14557                 alphabetical listing
14558
14559 2005-07-15 [paul]       1.9.12cvs56
14560
14561         * src/gtk/pluginwindow.c
14562                 sort plugin list alphabetically
14563
14564 2005-07-15 [paul]       1.9.12cvs55
14565
14566         * src/prefs_spelling.c
14567         * src/prefs_wrapping.c
14568                 unify English usage
14569
14570 2005-07-15 [colin]      1.9.12cvs54
14571
14572         * src/wizard.c
14573                 Typo fix
14574
14575 2005-07-15 [paul]       1.9.12cvs53
14576
14577         * src/prefs_message.c
14578                 make 'show cursor' a hidden option
14579
14580 2005-07-14 [colin]      1.9.12cvs52
14581
14582         * src/plugins/spamassassin/Makefile.am
14583         * src/plugins/clamav/Makefile.am
14584                 Fix double EXTRA_DISTs
14585
14586 2005-07-14 [colin]      1.9.12cvs51
14587
14588         * src/plugins/clamav/Makefile.am
14589         * src/plugins/clamav/clamav_plugin_gtk.deps
14590         * src/plugins/spamassassin/Makefile.am
14591         * src/plugins/spamassassin/spamassassin_gtk.deps
14592                 Make $plugin_gtk depend on $plugin
14593
14594 2005-07-14 [hoa]        1.9.12cvs50
14595
14596         * src/etpan/imap-thread.c
14597                 enable debug log of libetpan when running with --debug
14598
14599 2005-07-14 [colin]      1.9.12cvs49
14600
14601         * configure.ac
14602         * src/common/Makefile.am
14603         * src/common/plugin.c
14604         * src/common/plugin.h
14605                 Add a little plugin dependancy system.
14606                 Plugins can ship a $plugin_name.deps file
14607                 (near them in PLUGINDIR) so that their
14608                 dependancies are loaded if possible.
14609         * src/plugins/Makefile.am
14610         * src/plugins/pgpcore/Makefile.am
14611         * src/plugins/pgpcore/passphrase.c
14612         * src/plugins/pgpcore/passphrase.h
14613         * src/plugins/pgpcore/plugin.c
14614         * src/plugins/pgpcore/prefs_gpg.c
14615         * src/plugins/pgpcore/prefs_gpg.h
14616         * src/plugins/pgpcore/select-keys.c
14617         * src/plugins/pgpcore/select-keys.h
14618         * src/plugins/pgpcore/sgpgme.c
14619         * src/plugins/pgpcore/sgpgme.h
14620                 Introduce pgpcore, used by pgpmime and
14621                 pgpinline
14622         * src/plugins/pgpmime/Makefile.am
14623         * src/plugins/pgpmime/passphrase.c
14624         * src/plugins/pgpmime/passphrase.h
14625         * src/plugins/pgpmime/pgpmime.c
14626         * src/plugins/pgpmime/pgpmime.deps
14627         * src/plugins/pgpmime/plugin.c
14628         * src/plugins/pgpmime/prefs_gpg.c
14629         * src/plugins/pgpmime/prefs_gpg.h
14630         * src/plugins/pgpmime/select-keys.c
14631         * src/plugins/pgpmime/select-keys.h
14632         * src/plugins/pgpmime/sgpgme.c
14633         * src/plugins/pgpmime/sgpgme.h
14634                 Remove the core from pgpmime and add the
14635                 dependancy to pgpcore.
14636
14637 2005-07-14 [paul]       1.9.12cvs48
14638
14639         * src/stock_pixmap.c
14640                 forgot this in last commit
14641
14642 2005-07-14 [paul]       1.9.12cvs47
14643
14644         * src/account.c
14645         * src/addressbook.c
14646                 add accelerators for the buttons (sync with main)
14647         * src/compose.c
14648         * src/compose.h
14649                 add accelerators for the buttons.
14650                 fix editing with external editor.
14651                 replace gdk_input_*() with GIOChannel;
14652                 (sync with main)
14653         * src/foldersel.c
14654                 display folder names with new/unread
14655                 representation (sync with main)
14656         * src/main.c
14657                 specify default window icon (sync with main)
14658         * src/prefs_common.c
14659                 use_addr_book default to FALSE
14660         * src/summaryview.c
14661         * src/textview.c
14662                 add accelerators for the buttons (sync with main)
14663         * src/gtk/menu.c
14664                 fix typos
14665         * src/pixmaps/sylpheed_icon.xpm
14666                 updated
14667
14668 2005-07-13 [paul]       1.9.12cvs46
14669
14670         * src/plugins/pgpmime/pgpmime.c
14671         * src/plugins/pgpmime/sgpgme.c
14672                 (temporarily) use deprecated gpgme_data_rewind()
14673                 while largefile support is not present
14674                 (as suggested by Colin)
14675
14676 2005-07-13 [paul]       1.9.12cvs45
14677
14678         * configure.ac
14679                 remove large file support (for now):
14680                 it breaks too many things
14681
14682 2005-07-13 [paul]       1.9.12cvs44
14683
14684         * configure.ac
14685                 add large file support
14686         * src/html.c
14687                 fix bug #763 where href attribute was not
14688                 the very first attribute of a link
14689                 patch by Thomas Gilgin
14690
14691 2005-07-13 [colin]      1.9.12cvs43
14692
14693         * src/gtk/pluginwindow.c
14694                 Little portability fix
14695
14696 2005-07-13 [colin]      1.9.12cvs42
14697
14698         * src/plugins/pgpmime/sgpgme.c
14699                 Fix crasher.
14700
14701 2005-07-13 [colin]      1.9.12cvs41
14702
14703         * src/plugins/pgpmime/pgpmime.c
14704         * src/plugins/pgpmime/sgpgme.c
14705                 Use gpgme_data_release_and_get_mem instead
14706                 of gpgme_data_read.
14707
14708 2005-07-13 [colin]      1.9.12cvs40
14709
14710         * configure.ac
14711         * src/plugins/pgpmime/passphrase.c
14712         * src/plugins/pgpmime/passphrase.h
14713         * src/plugins/pgpmime/pgpmime.c
14714         * src/plugins/pgpmime/plugin.c
14715         * src/plugins/pgpmime/select-keys.c
14716         * src/plugins/pgpmime/select-keys.h
14717         * src/plugins/pgpmime/sgpgme.c
14718         * src/plugins/pgpmime/sgpgme.h
14719                 Port pgpmime to gpgme-1.0.
14720
14721 2005-07-12 [paul]       1.9.12cvs39
14722
14723         * AUTHORS
14724         * src/toolbar.c
14725         * src/toolbar.h
14726                 add a 'Go to Prev' button to the toolbar.
14727                 correct tooltip text of go to buttons.
14728                 based on patch by Yang Guilong <bamanzi@gmail.com>
14729
14730 2005-07-12 [colin]      1.9.12cvs38
14731
14732         * src/statusbar.c
14733                 Fix progress bar showing stuff at startup.
14734
14735 2005-07-12 [paul]       1.9.12cvs37
14736
14737         * src/editjpilot.c
14738                 fix building with jpilot support
14739
14740 2005-07-11 [colin]      1.9.12cvs36
14741
14742         * src/inc.c
14743                 Add visual indication that filtering is running
14744         * src/textview.c
14745                 Make {}[] uri delimiters
14746         * src/summaryview.c
14747                 Remove useless (and slow) calls
14748
14749 2005-07-11 [paul]       1.9.12cvs35
14750
14751         * src/plugins/clamav/clamav_plugin_gtk.c
14752         * src/plugins/dillo_viewer/dillo_prefs.c
14753         * src/plugins/pgpmime/prefs_gpg.c
14754         * src/plugins/spamassassin/spamassassin_gtk.c
14755                 gather plugins prefs together under their
14756                 own 'Plugins' heading
14757
14758 2005-07-11 [paul]       1.9.12cvs34
14759
14760         sync with main
14761
14762         * src/account.c
14763                 account_delete(): modified alert dialog
14764         * src/editjpilot.c
14765         * src/editvcard.c
14766                 fixed a crash when cancelling file selection
14767                 dialog by Escape key. Made non-ascii filename
14768                 selectable.
14769         * src/prefs_template.c
14770                 prefs_template_window_create(): make scrolled
14771                 window policy AUTOMATIC
14772
14773 2005-07-10 [hoa]        1.9.12cvs33
14774
14775         * src/etpan/imap-thread.c
14776                 workaround for old Courier IMAP servers.
14777
14778 2005-07-10 [colin]      1.9.12cvs32
14779
14780         * src/folder.c
14781         * src/statusbar.c
14782         * src/statusbar.h
14783                 Add visual progress indicator on filtering/processing
14784                 Factorize the progress bar code
14785         * src/imap.c
14786         * src/imap.h
14787         * src/etpan/imap-thread.c
14788                 Add a reference counter to avoid destroying the Folder
14789                 while it's in use by another callback.
14790
14791 2005-07-09 [hoa]        1.9.12cvs31
14792
14793         * src/imap.c
14794         * src/etpan/imap-thread.c
14795                 fixed deadlock when removing IMAP account.
14796
14797 2005-07-08 [colin]      1.9.12cvs30
14798
14799         * src/textview.c
14800         * src/unmime.c
14801                 Fix again problems decoding broken headers
14802         * src/gtk/inputdialog.c
14803                 Fix local variable shadowing a global one
14804
14805 2005-07-08 [colin]      1.9.12cvs29
14806
14807         * src/msgcache.c
14808                 Make the cache/mark files platform-agnostic by writing
14809                 them in little-endian format. Reading them is also done
14810                 in little-endian format, of course; however, in order
14811                 to avoid trashing mark data on big-endian machines, the
14812                 files are, at first, read from the native format if the
14813                 little-endian one doesn't exist. This is easy to deter-
14814                 mine by trying to open a file with a swapped data_ver
14815                 and seeing if it's the wanted version.
14816                 Little-endian using users should see absolutely no
14817                 difference, Big-endian users may get a very little
14818                 performance drop due to byte-swapping.
14819                 Tested on i386 and ppc32. 
14820                 Fixes bug #159 (The index file, in the mailboxes, is 
14821                 hardware depending).
14822
14823                 To have the cache/mark files updated to the new little-
14824                 endian format, "Check for new messages" or even
14825                 "Rebuild folder tree" aren't enough. Files will be
14826                 updated as soon as a folder has been opened/closed.
14827                 To update everything, just select all folders by
14828                 selecting them one by one.
14829
14830 2005-07-07 [colin]      1.9.12cvs28
14831
14832         * src/imap.c
14833                 Remember the folder separator per IMAPFolder
14834                 instead of globally.
14835                 Revive the Session on noop; fixes bug #761
14836                 (mark a bunch of unread messages as read takes 
14837                 forever)
14838
14839 2005-07-07 [darko]      1.9.12cvs27
14840
14841         * src/common/template.c
14842                 Sort templates alphabetically
14843
14844 2005-07-06 [colin]      1.9.12cvs26
14845
14846         * src/imap.c
14847                 Try to use the correct separator in
14848                 most cases. Possibly fixes bug #759
14849                 (only creates the INBOX folder when 
14850                 setting up new IMAP account) and 
14851                 bug #760 (Can't retrieve messages)
14852
14853 2005-07-06 [colin]      1.9.12cvs25
14854
14855         * src/imap.c
14856                 Use real_path in status command. This will
14857                 help later, when namespaces will be used.
14858
14859 2005-07-06 [colin]      1.9.12cvs24
14860
14861         * configure.ac
14862         * src/account.c
14863         * src/folder.c
14864         * src/imap.c
14865         * src/etpan/etpan-log.c
14866         * src/etpan/etpan-thread-manager.c
14867         * src/etpan/imap-thread.c
14868                 Add a --disable-libetpan parameter. With this,
14869                 users that don't want IMAP4 support can avoid
14870                 the new dependancy (and have no IMAP support).
14871                 Users that have IMAP4 accounts and use this
14872                 parameter won't lose their configuration, their
14873                 IMAP accounts will just be invisible and not
14874                 used.
14875         * src/textview.c
14876                 Make the "Copy ..." contextual menu items 
14877                 copy to both the X clipboard and the gtk 
14878                 clipboard - as most other apps do.
14879         * src/gtk/about.c
14880                 Add a notice about OpenSSL usage, in order to
14881                 comply with OpenSSL's license (point 6):
14882                 http://www.openssl.org/source/license.html
14883
14884 2005-07-06 [colin]      1.9.12cvs23
14885
14886         * src/alertpanel.c
14887                 Fix a minimum size for alertpanels
14888         * src/compose.c
14889                 Show 'No space left on device' type errors
14890                 when queuing/sending
14891         * src/imap_gtk.c
14892         * src/mh_gtk.c
14893                 Rework folder's deletion message (remove 
14894                 extra \n)
14895
14896 2005-07-05 [colin]      1.9.12cvs22
14897
14898         * src/imap.c
14899                 Add an alertpanel on auth error
14900                 Add pseudo-log
14901                 Remove pthread-related stuff
14902
14903 2005-07-05 [colin]      1.9.12cvs21
14904
14905         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14906                 Fix crash on plugin reloading (with a hack)
14907
14908 2005-07-05 [colin]      1.9.12cvs20
14909
14910         * src/prefs_account.c
14911         * src/prefs_account.h
14912                 Fix typo
14913         * src/gtk/filesel.c
14914         * src/gtk/filesel.h
14915                 Add a way to filter the view
14916         * src/gtk/pluginwindow.c
14917                 Filter loadable stuff
14918         * src/plugins/pgpmime/prefs_gpg.c
14919                 Fix missing unregistration
14920         * .cvsignore
14921         * src/etpan/.cvsignore
14922         * src/plugins/spamassassin/.cvsignore
14923                 Add more stuff to cvs ignored files
14924
14925 2005-07-04 [colin]      1.9.12cvs19
14926
14927         * src/imap.c
14928                 Fix scan_required returning FALSE when it
14929                 shouldn't. Maybe fix #760 (Can't retrieve
14930                 messages)
14931
14932 2005-07-04 [colin]      1.9.12cvs18
14933
14934         * src/summaryview.c
14935                 Fix always_show_msg pref
14936
14937 2005-07-04 [paul]       1.9.12cvs17
14938
14939         sync with main (forgotten in last commit)
14940         
14941         * src/common/utils.c
14942         * src/common/utils.h
14943                 check_line_length(): new.
14944                 is_dir_exist()
14945                 is_file_entry_exist()
14946                 dirent_is_regular_file()
14947                 dirent_is_directory(): use g_file_test() instead of stat().
14948
14949 2005-07-04 [paul]       1.9.12cvs16
14950
14951         sync with main:
14952
14953         * src/compose.c
14954                 compose_write_to_file(): check for line
14955                 length limit and display warning if exceeds
14956         * src/jpilot.c
14957                 use get_home_dir() instead of g_get_home_dir()
14958         * src/procheader.c
14959                 removed warning about invalid date
14960         * src/vcard.c
14961                 use get_home_dir() instead of g_get_home_dir()
14962
14963 2005-07-04 [paul]       1.9.12cvs15
14964
14965         * src/stock_pixmap.c
14966                 fix new pixmap naming errors
14967                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14968
14969 2005-07-04 [colin]      1.9.12cvs14
14970
14971         * src/imap.c
14972                 Fix debugging string with a warning
14973
14974 2005-07-04 [colin]      1.9.12cvs13
14975
14976         * configure.ac
14977                 Add a check for libetpan's version (>= 0.37)
14978
14979 2005-07-04 [hoa]        1.9.12cvs12
14980
14981         * commitHelper
14982         * src/imap.c
14983         * src/etpan/imap-thread.c
14984         * src/etpan/imap-thread.h
14985                 fixed IMAP implementation of check of mails.
14986
14987 2005-07-03 [hoa]        1.9.12cvs11
14988
14989         * src/etpan/Makefile.am
14990         * src/etpan/etpan-errors.h
14991         * src/etpan/etpan-log.[ch]
14992         * src/etpan/etpan-thread-manager-types.h
14993         * src/etpan/etpan-thread-manager.[ch]
14994         * src/etpan/imap-thread.[ch]
14995         * src/Makefile.am
14996         * src/imap.c
14997         * src/main.c
14998         * src/prefs_other.c
14999         * configure.ac
15000             merged imap branch.
15001             dependency on libetpan 0.37 is now added.
15002
15003 2005-07-01 [colin]      1.9.12cvs10
15004
15005         * src/Makefile.am
15006         * src/folder.c
15007         * src/folder.h
15008         * src/folderview.c
15009         * src/stock_pixmap.c
15010         * src/stock_pixmap.h
15011         * src/plugins/trayicon/trayicon.c
15012                 Add marked symbol on folders containing
15013                 marked messages
15014         * src/procmsg.c
15015         * src/procmsg.h
15016         * src/toolbar.c
15017         * src/prefs_common.c
15018         * src/prefs_common.h
15019         * src/prefs_send.c
15020                 Add an optional confirmation dialog on queue
15021                 sending. Patch by wwp.
15022         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15023         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15024         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15025         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15026         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15027         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15028         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15029         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15030         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15031         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15032         * src/pixmaps/trash_mark.xpm            ** ADDED **
15033                 New pixmaps
15034
15035 2005-07-01 [colin]      1.9.12cvs9
15036
15037         * src/summaryview.c
15038                 Fix a little threading bug
15039         * src/addrgather.c
15040         * src/mainwindow.c
15041                 A little bit of HIG normality never hurts
15042
15043 2005-07-01 [colin]      1.9.12cvs8
15044
15045         * src/compose.c
15046         * src/msgcache.c
15047         * src/pop.c
15048         * src/procmime.c
15049         * src/recv.c
15050         * src/common/log.c
15051         * src/common/template.c
15052         * src/common/utils.c
15053         * src/common/utils.h
15054                 Reverted the fwrite_atomic stuff. In fact
15055                 it is already atomic.
15056
15057 2005-06-30 [colin]      1.9.12cvs7
15058
15059         * src/common/utils.c
15060         * src/common/utils.h
15061                 Add an fwrite_atomic() function to make
15062                 sure we write everything: fwrite can make
15063                 short writes.
15064         * src/compose.c
15065         * src/msgcache.c
15066         * src/pop.c
15067         * src/procmime.c
15068         * src/recv.c
15069         * src/common/log.c
15070         * src/common/template.c
15071                 Use that (and fix swapping of size and nmemb).
15072                 Thanks to Rich Coe for the heads up.
15073
15074 2005-06-30 [colin]      1.9.12cvs6
15075
15076         * src/addressbook.c
15077                 Optimize addressbook opening 
15078
15079 2005-06-30 [colin]      1.9.12cvs5
15080
15081         * src/summaryview.c
15082                 Remove calls to summary_step after move/copy
15083
15084 2005-06-28 [paul]       1.9.12cvs4
15085
15086         * src/alertpanel.c
15087                 wrap and make the error msg selectable
15088
15089 2005-06-28 [paul]       1.9.12cvs3
15090
15091         * src/ssl_manager.c
15092                 replace the OK button with a Close button
15093         * src/gtk/foldersort.c
15094                 use GTK_STOCK_ icons/buttons
15095
15096 2005-06-28 [colin]      1.9.12cvs2
15097
15098         * src/gedit-print.c             ** ADDED **
15099         * src/gedit-print.h             ** ADDED **
15100         * src/gtk/gtksourceprintjob.c   ** ADDED **
15101         * src/gtk/gtksourceprintjob.h   ** ADDED **
15102                 I can't believe no one had enough time to tell
15103                 me I forgot the `cvs add`
15104
15105 2005-06-27 [colin]      1.9.12cvs1
15106
15107         * src/Makefile.am
15108         * src/gtk/Makefile.am
15109         * src/messageview.c
15110         * src/procmsg.c
15111         * src/summaryview.c
15112         * configure.ac
15113                 Add optional libgnomeprint-based printing
15114         * src/mainwindow.c
15115         * src/gtk/quicksearch.c
15116                 Add an Edit/Quick search menu item to show
15117                 and focus the quicksearch
15118
15119 2005-06-27 [paul]       1.9.12
15120
15121         1.9.12 release
15122
15123         * po/ca.po
15124         * po/de.po
15125         * po/es.po
15126         * po/fr.po
15127         * po/it.po
15128         * po/ko.po
15129         * po/pt_BR.po
15130         * po/sk.po
15131         * po/zh_CN.po
15132                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15133                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15134                 SungHyun Nam, Frederico Goncalves Guimaraes,
15135                 Andrej Kacian, and Yang Guilong
15136 2005-06-26 [colin]      1.9.11cvs106
15137
15138         * src/imap_gtk.c
15139                 Forgot one file for previous fix
15140
15141 2005-06-26 [colin]      1.9.11cvs105
15142
15143         * src/folder.c
15144         * src/imap.c
15145                 Fix problems with folder operations in no_select
15146                 imap folders. it applies only to mails, and 
15147                 creation/deletion/move/renaming of folders 
15148                 should be possible
15149
15150 2005-06-26 [paul]       1.9.11cvs104
15151
15152         * src/prefs_filtering.c
15153                 replace one more GTK_STOCK_REMOVE
15154                 with GTK_STOCK_DELETE
15155
15156 2005-06-25 [colin]      1.9.11cvs103
15157
15158         * src/imap.c
15159                 Optimize get_seq_set_from_seq_list
15160                 (Patch by Ricardo) 
15161
15162 2005-06-25 [colin]      1.9.11cvs102
15163
15164         * src/mh.c
15165                 If the directory exists, but not in the
15166                 correct encoding, rename it. This should
15167                 handle old-versions-induced bugs.
15168
15169 2005-06-25 [colin]      1.9.11cvs101
15170
15171         * src/mh.c
15172                 Fix path access with extended dir names
15173                 Fixes bug #589 (SC segfaults with wrong locale
15174                 settings)
15175
15176 2005-06-25 [colin]      1.9.11cvs100
15177
15178         * src/prefs_account.c
15179         * src/prefs_account.h
15180         * src/compose.c
15181                 Add an option to encrypt replies to
15182                 encrypted messages
15183
15184 2005-06-25 [colin]      1.9.11cvs99
15185
15186         * src/compose.c
15187         * src/quote_fmt_parse.y
15188                 ... And make it work with pgpinline.
15189
15190 2005-06-25 [colin]      1.9.11cvs98
15191
15192         * src/compose.c
15193         * src/procmime.c
15194         * src/procmime.h
15195         * src/quote_fmt_parse.y
15196                 o Make reedition of encrypted messages possible
15197                   (as long as it is encrypted to self too, no
15198                    magic there)
15199                 o Make replying with quote (and without selecting
15200                   text) possible for encrypted messages.
15201                 Closes bug #550 (Not possible to "reply with quote"
15202                 to gnupg encrypted messages)
15203
15204 2005-06-24 [paul]       1.9.11cvs97
15205
15206         * src/imap.c
15207                 add missing include
15208
15209 2005-06-24 [paul]       1.9.11cvs96
15210
15211         * src/editldap.c
15212                 made bind password entry invisible
15213                 (sync with main)
15214         * src/send_message.c
15215                 send_message_local(): check exit status
15216                 to detect errors (sync with main)
15217         * src/textview.c
15218                 use main's less ambiguous popup menu
15219                 wording
15220
15221 2005-06-24 [paul]       1.9.11cvs95
15222
15223         * src/prefs_actions.c
15224         * src/prefs_customheader.c
15225         * src/prefs_display_header.c
15226         * src/prefs_filtering_action.c
15227         * src/prefs_matcher.c
15228         * src/prefs_template.c
15229         * src/prefs_toolbar.c
15230                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15231         * src/gtk/description_window.c
15232                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15233
15234 2005-06-23 [colin]      1.9.11cvs94
15235
15236         * src/summaryview.c
15237                 Fix rough edges (be sure to call status_show whenever
15238                 necessary).
15239
15240 2005-06-23 [colin]      1.9.11cvs93
15241
15242         * src/summaryview.c
15243                 Optimize Select All
15244                 Before, in a 5K mails folder: 11s
15245                 After, in the same folder: 58000µs
15246                 The joys of locking... gtk_clist_select_all() fires a 
15247                 tree-select-row event for each selected row, which in 
15248                 summaryview, callbacks summary_selected which in turn,
15249                 calls summary_status_show, which walks the selected
15250                 rows. Hence, calling gtk_clist_select_all was 
15251                 exponential. Locking the summaryview makes 
15252                 summary_selected return early.
15253
15254 2005-06-23 [colin]      1.9.11cvs92
15255
15256         * src/imap.c
15257                 Move mutex at the important place to avoid
15258                 deadlocks
15259         * src/summaryview.c
15260                 Fix Del key deleting directly instead of
15261                 moving to trash
15262
15263 2005-06-22 [colin]      1.9.11cvs91
15264
15265         * src/plugins/spamassassin/libspamc.c
15266                 As we do spagetti code with assignations in multiple
15267                 places (see _message_read_raw where out = msg = raw),
15268                 let's be sure we don't free the same pointer twice.
15269                 Should fix bug #683 (Crash in libpam at 
15270                 message_cleanup).
15271
15272 2005-06-22 [colin]      1.9.11cvs90
15273
15274         * src/compose.c
15275         * src/messageview.c
15276         * src/toolbar.c
15277                 Make toolbar's delete use the move to trash stuff;
15278                 Add gtk_widget_realize to be sure pixmaps can get
15279                 created (that may fix an old worksforme bug which
15280                 I can't find back...)
15281
15282 2005-06-22 [colin]      1.9.11cvs89
15283
15284         * src/summaryview.c
15285         * src/summaryview.h
15286         * src/mainwindow.c
15287                 Rename "Message/Delete" to "Message/Move to trash"
15288                 Add "Message/Delete..." that directly destroys the
15289                 selected messages after asking for a confirmation.
15290
15291 2005-06-22 [colin]      1.9.11cvs88
15292
15293         * src/imap.c
15294                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15295                 o Fix a deadlock (thanks Darko)
15296
15297 2005-06-22 [colin]      1.9.11cvs87
15298
15299         * src/gtk/foldersort.c
15300                 Add missing include for the i18n;
15301                 patch by Fabien Vantard
15302
15303 2005-06-21 [colin]      1.9.11cvs86
15304
15305         * src/folder.c
15306         * src/folderview.c
15307                 Respect the no_select flag
15308         * src/imap.c
15309                 Fix recursive deletion
15310         * src/imap_gtk.c
15311         * src/mh_gtk.c
15312                 Make the folder deletion's warning
15313                 more explicit
15314
15315 2005-06-21 [colin]      1.9.11cvs85
15316
15317         * src/textview.c
15318                 Prevent email addresses from spanning accross
15319                 lines - fixes bug # 646 (newline-chars in 
15320                 email addresses)
15321
15322 2005-06-20 [colin]      1.9.11cvs84
15323
15324         * src/folder.c
15325                 Be sure not to remove source if copy failed
15326
15327 2005-06-20 [colin]      1.9.11cvs83
15328
15329         * src/folderview.c
15330         * src/imap_gtk.c
15331                 remove summaryview's lock
15332         * src/imap.c
15333                 introduce threads to avoid problems when foreground tasks
15334                 interfere with background tasks
15335         * src/mh.c
15336                 prevent moving to drafts/queue
15337         * src/mimeview.c
15338                 fix leak
15339
15340 2005-06-19 [colin]      1.9.11cvs82
15341
15342         * src/imap_gtk.c
15343                 Remember that the user doesn't want to override
15344                 offline mode, for 3 seconds. It avoid presenting
15345                 him with N popups in a really short time.
15346
15347 2005-06-17 [colin]      1.9.11cvs81
15348
15349         * src/imap.c
15350                 Fix IMAP breaking on folders containing '('
15351                 (Probably won't be enough)
15352
15353 2005-06-17 [colin]      1.9.11cvs80
15354
15355         Forgotten files on 1.9.11cvs79
15356         * src/summaryview.c
15357                 Fix stepping when not immediately executing
15358         * src/imap.c
15359                 Really prevent UID FETCH 0
15360         * src/codeconv.c
15361                 Fix outgoing charset never set to utf-8
15362         * src/mh.c
15363                 Fix leak
15364
15365 2005-06-16 [colin]      1.9.11cvs79
15366
15367         * src/compose.c
15368                 Fix bug #707 (Dash splits rows)
15369                 Only wrap if we're on a line break position and
15370                 the previous one was a "white" (space) char.
15371                 Pango stuff is weird.
15372
15373 2005-06-16 [colin]      1.9.11cvs78
15374
15375         * src/imap_gtk.c
15376                 Lock summaryview while downloading messages
15377                 on user demand
15378         * src/procheader.c
15379         * src/unmime.c
15380         * src/common/utils.c
15381         * src/common/utils.h
15382                 Replace \r and \n with spaces in From and
15383                 Subject headers
15384
15385 2005-06-16 [paul]       1.9.11cvs77
15386
15387         * src/procmime.c
15388                 liberalise the mime parser
15389         * src/gtk/about.c
15390                 add text wrapping
15391
15392 2005-06-16 [paul]       1.9.11cvs76
15393
15394         * src/gtk/about.c
15395                 reworked
15396
15397 2005-06-15 [colin]      1.9.11cvs75
15398
15399         * src/compose.c
15400                 Finish header encoding fix
15401         * src/summaryview.c
15402                 Fix segfault
15403         * src/headerview.c
15404                 Fix compilation (Thanks Stephan
15405                 Sachse)
15406
15407 2005-06-15 [colin]      1.9.11cvs74
15408
15409         * Makefile.am
15410                 Install gnome2 stuff rather than gnome1, 
15411                 if both are present
15412         * src/codeconv.c
15413         * src/codeconv.h
15414         * src/compose.c
15415                 Fix headers encoding
15416         * src/folder.c
15417                 Visual progress when fetching all messages
15418         * src/folderview.c
15419         * src/summaryview.c
15420         * src/summaryview.h
15421                 Prevent changing current message while
15422                 incorporating
15423
15424 2005-06-15 [paul]       1.9.11cvs73
15425
15426         * src/gtk/gtkaspell.c
15427         * src/gtk/gtkaspell.h
15428                 fix build warnings
15429
15430 2005-06-15 [paul]       1.9.11cvs72
15431
15432         * src/prefs_filtering.c
15433                 allow reordering of filter rules by
15434                 drag n drop
15435
15436 2005-06-15 [paul]       1.9.11cvs71
15437
15438         * COPYING
15439                 updated
15440         * src/codeconv.c
15441                 replace deprecated function
15442         * src/inc.c
15443         * src/send_message.c
15444         * src/gtk/progressdialog.c
15445         * src/gtk/progressdialog.h
15446                 salvage and reuse parts of reverted sync
15447
15448 2005-06-15 [paul]       1.9.11cvs70
15449
15450         * src/inc.c
15451         * src/send_message.c
15452         * src/gtk/progressdialog.c
15453         * src/gtk/progressdialog.h
15454                 revert yesterday's sync with main
15455                 it contains deprecated functions
15456
15457 2005-06-15 [colin]      1.9.11cvs69
15458
15459         * src/headerview.c
15460                 Fix bug #670 (multi user to: will corrupt message 
15461                 headers display)
15462
15463 2005-06-15 [colin]      1.9.11cvs68
15464
15465         * src/compose.c
15466                 Fix bug #421 (Fix undo on wrapping)
15467
15468 2005-06-15 [colin]      1.9.11cvs67
15469
15470         * src/folder.c
15471                 Provide visual feedback while processing
15472                 folder's rules.
15473         * src/imap.c
15474                 Provide visual feedback while getting
15475                 short headers (for uncached messages)
15476
15477
15478 2005-06-14 [paul]       1.9.11cvs66
15479
15480         * src/account.c
15481                 change a couple stock icons
15482         * src/inc.c
15483         * src/send_message.c
15484         * src/gtk/progressdialog.c
15485         * src/gtk/progressdialog.h
15486                 sync main's GtkTreeView implementation
15487
15488 2005-06-14 [colin]      1.9.11cvs65
15489
15490         * src/imap.c
15491                 Various little fixes, mainly on error paths
15492
15493 2005-06-13 [colin]      1.9.11cvs64
15494
15495         * matcher.c
15496         * procmsg.c
15497         * procmsg.h
15498                 Add a way to fetch only headers. This speeds
15499                 up filtering on headers for IMAP. Fixes:
15500                 bug #481 extraneous imap commands slow down 
15501                         imap filtering
15502                 bug #522 Sylpheed downloads all messages 
15503                         when opening mailbox (IMAP)
15504                 bug #677 IMAP fetch is soooooooooooooo slow
15505         * src/folder.c
15506         * src/folder.h
15507                 Add a folder set_batch method so that
15508                 implementations can speed up flags changes
15509         * src/folderutils.c
15510         * src/summaryview.c
15511                 Use that in mark as (un)read and mark all read
15512                 Refix bug #679
15513         * src/imap.c
15514                 Implement set_batch - brings back deferred
15515                 flags in a less buggy manner. Fixes:
15516                 bug #729 IMAP immediate expunge of deleted messages
15517                 bug #191 remove list of messages with one command
15518                 Fix login with strange chars
15519                 Implement fetch_msg_full
15520                 Fix copy (wrong counts)
15521
15522 2005-06-12 [colin]      1.9.11cvs63
15523
15524         * src/folder.c
15525                 lock incorporation during long operations.
15526                 Avoids fucking up the IMAP socket.
15527
15528 2005-06-12 [colin]      1.9.11cvs62
15529
15530         * src/imap.c
15531                 Fix harmful typo
15532                 Factorize remove_all_msg
15533                 Thread-ize expunge
15534         * src/summaryview.c
15535                 Don't update partial-download status if unnecessary
15536         * src/folder.c
15537                 Use remove_msgs everywhere possible
15538
15539 2005-06-12 [colin]      1.9.11cvs61
15540
15541         * src/folder.c
15542         * src/folder.h
15543                 Add a remove_msgs function to remove a 
15544                 list of messages
15545         * src/imap.c
15546                 Implement that.
15547
15548 2005-06-12 [colin]      1.9.11cvs60
15549
15550         * src/imap.c
15551                 Remove flags-processing deferring... Too hard
15552                 to get it to work in all cases.
15553
15554 2005-06-11 [colin]      1.9.11cvs59
15555
15556         * src/imap.c
15557                 printf -> debug_print
15558
15559 2005-06-11 [colin]      1.9.11cvs58
15560
15561         * src/imap.c
15562                 o Fix build without USE_PTHREAD
15563                 o Factorize imap_open
15564                 o Alertpanel in case of impossible connection
15565                 o Alertpanel in case of impossible login
15566                 o Fix deferred flags processing to force a 
15567                   flush before adding some more flags to process,
15568                   but in another folder.
15569
15570 2005-06-10 [colin]      1.9.11cvs57
15571
15572         * src/imap.c
15573                 o Fix a format string error
15574                 o init ssl socket outside of the thread 
15575                   (it possibly invokes gtk calls)
15576         * src/procmime.c
15577                 o Put back the buffer to its necessary size
15578                 o Fix changing a file pointer without keeping
15579                   track of it (thanks Valgrind)
15580         * src/common/smtp.c
15581                 o Fix automatic STARTTLS if login should be done
15582                   and the server only allows it after starting TLS
15583         * src/gtk/gtkinputdialog.c
15584                 o Eat GDK_Return so that the combo popup doesn't 
15585                   appear when we press Enter to validate the combo
15586                   input dialog (as seen in the Open with... dialog)
15587
15588 2005-06-10 [colin]      1.9.11cvs56
15589
15590         * src/imap.c
15591                 o A bit less debug
15592                 o Fix a crash on deletion
15593                 o Threadize imap_select (it's called outside of 
15594                   threads)
15595                 o Defer treatment of DELETED flags
15596
15597
15598 2005-06-09 [colin]      1.9.11cvs55
15599
15600         * src/imap.c
15601                 Make sure we check imap_gtk_should_override(), which
15602                 potentially calls gtk stuff, before creating thread.
15603                 That way it should't be called via imap_get_session()
15604                 inside a thread.
15605
15606 2005-06-09 [colin]      1.9.11cvs54
15607
15608         * src/imap.c
15609                 o add a bit of status output
15610                 o remove some dead code
15611                 o threadize get_list_of_uids
15612                 o threadize imap_get_flags
15613                 o defer flag changing by 500ms so that they
15614                   can be batched
15615
15616
15617 2005-06-08 [colin]      1.9.11cvs53
15618
15619         * src/imap.c
15620                 Thread-ize imap_cmd_fetch
15621
15622 2005-06-08 [colin]      1.9.11cvs52
15623
15624         * src/main.c
15625                 Mmh, that broke POP3...
15626
15627 2005-06-08 [colin]      1.9.11cvs51
15628
15629         * src/main.c
15630                 Stabilize IMAP patch (thanks to Hoa)
15631
15632 2005-06-08 [colin]      1.9.11cvs50
15633
15634         * src/imap.c
15635                 Test patch to speed up imap. 
15636
15637 2005-06-08 [colin]      1.9.11cvs49
15638
15639         * src/imap_gtk.c
15640                 Warning fix
15641         * src/procmime.c
15642                 Apply patch from gentoo to use /usr/share/mime/globs if 
15643                 available, after un-breaking it
15644         * src/common/log.c
15645         * src/common/log.h
15646                 Use g_timeout for invoking hooks that possibly use gtk
15647                 calls. This should leave gtk calls in the main thread.
15648
15649 2005-06-08 [paul]       1.9.11cvs48
15650
15651         * src/codeconv.c
15652                 conv_get_outgoing_charset_str(): don't
15653                 use prefs_common setting
15654         * src/compose.c
15655         * src/compose.h
15656                 add /Options/Character encoding/... to
15657                 temporarily change the outgoing encoding
15658
15659         (belated sync with main)
15660
15661 2005-06-08 [paul]       1.9.11cvs47
15662
15663         * src/compose.c
15664                 correction to/completion of last
15665                 sync with main
15666
15667 2005-06-08 [paul]       1.9.11cvs46
15668
15669         sync with main:
15670         
15671         * src/codeconv.c
15672         * src/codeconv.h
15673                 always enabled Japanese auto-detection
15674                 if the first letters of locale string
15675                 is "ja"
15676         * src/compose.c
15677                 don't use "destroy" signal to destroy
15678                 Compose object (fix rare crashes on discard?)
15679         * src/mainwindow.c
15680         * src/messageview.c
15681         * src/prefs_send.c
15682                 added Hebrew encodings
15683         * src/sourcewindow.c
15684                 don't use "destroy" signal to destroy
15685                 objects
15686
15687 2005-06-07 [colin]      1.9.11cvs45
15688
15689         * src/summaryview.c
15690                 Add missing unlocks/locks
15691
15692 2005-06-07 [paul]       1.9.11cvs44
15693
15694         * src/summaryview.c
15695                 restore bug #749 fix
15696
15697 2005-06-06 [colin]      1.9.11cvs43
15698
15699         * src/summaryview.c
15700                 Fix selection bug when prefs_common.open_unread 
15701                 is FALSE
15702
15703 2005-06-06 [colin]      1.9.11cvs42
15704
15705         * src/common/md5.c
15706                 Fix a warning
15707         * src/summaryview.c
15708         * src/folderview.c
15709                 Factorize long operations beginning and end
15710                 (locking, freezing/thawing, cursor, ...)
15711                 Check selection->data member in selection-
15712                 related loops; this avoids dying an awful
15713                 death if the selection changes on us while
15714                 we're marking a whole IMAP folder unread, 
15715                 for example.
15716
15717 2005-06-06 [paul]       1.9.11cvs41
15718
15719         * src/textview.c
15720                 don't g_free() a static gchar buffer
15721
15722 2005-06-05 [colin]      1.9.11cvs40
15723
15724         * src/mainwindow.c
15725         * src/messageview.c
15726         * src/summaryview.c
15727                 Fix bug #749 (Show all headers should be
15728                 sticky as the GUI suggests)
15729
15730 2005-06-03 [paul]       1.9.11cvs39
15731
15732         * src/compose.c
15733                 don't allow editing of mail while sending.
15734                 patch by Colin
15735
15736 2005-06-03 [paul]       1.9.11cvs38
15737
15738         * src/folderview.c
15739                 add a freeze/thaw to speed up 'mark all read'
15740
15741 2005-06-03 [paul]       1.9.11cvs37
15742
15743         * src/prefs_message.c
15744                 reflect changes immediately
15745
15746 2005-06-02 [colin]      1.9.11cvs36
15747
15748         * po/POTFILES.in
15749                 Patch by Fabien Vantard.
15750
15751 2005-06-02 [colin]      1.9.11cvs35
15752
15753         * src/imap.c
15754                 Use a non-blocking imap_getline() if possible.
15755                 This should completely prevent the interface
15756                 from freezin on imap operations, although it
15757                 may do strange stuff in case of folder switching
15758                 while a big imap operation is taking place...
15759
15760                 In addition, fix a leak in the case thread
15761                 creation fails on connection.
15762
15763 2005-06-02 [colin]      1.9.11cvs34
15764
15765         * src/crash.c
15766         * src/prefs_common.h
15767                 Fix build (prefs_common_init() doesn't exist
15768                 anymore)
15769
15770 2005-06-02 [colin]      1.9.11cvs33
15771
15772         * src/prefs_account.c
15773                 Fix bug #245 (filtering rules broken when
15774                 renaming a remote account (imap4 or nntp)
15775
15776 2005-06-02 [colin]      1.9.11cvs32
15777
15778         * src/imap.c
15779                 Try to fix IMAP shortcomings: 
15780                 o Multithread imap_open()
15781                 o allow offline-mode overriding instead of
15782                   just returning NULL
15783         * src/imap_gtk.c
15784         * src/imap_gtk.h
15785                 Add a function to ask whether we want to
15786                 override offline-mode for 10 minutes (one-shot
15787                 asking was painful)
15788         * src/procheader.c
15789                 Fix segfault when imap parser isn't happy about
15790                 a missing {
15791
15792 2005-06-01 [colin]      1.9.11cvs31
15793
15794         * src/addrharvest.c
15795         * src/compose.c
15796         * src/mbox.c
15797         * src/mbox.h
15798         * src/mh.c
15799         * src/msgcache.c
15800         * src/send_message.c
15801         * src/setup.c
15802         * src/undo.c
15803         * src/common/hooks.c
15804         * src/common/prefs.c
15805         * src/common/template.c
15806         * src/common/utils.c
15807         * src/gtk/gtkutils.c
15808         * src/gtk/inputdialog.c
15809         * src/gtk/menu.c
15810         * src/gtk/pluginwindow.c
15811         * src/gtk/prefswindow.c
15812         * src/plugins/pgpmime/passphrase.c
15813         * src/plugins/pgpmime/prefs_gpg.c
15814                 More -Wall fixes
15815
15816         * src/common/Makefile.am
15817         * src/common/timing.h
15818                 Add basic timing code
15819
15820         * src/summaryview.c
15821                 Fix a bug with unread messages when 
15822                 re-sorting folders, and by the way
15823                 fix a big performance hit when 
15824                 re-sorting (10k mails: before 5s,
15825                 after .5s)
15826
15827         * src/prefs_compose_writing.c
15828         * src/prefs_compose_writing.h
15829         * src/prefs_message.c
15830         * src/prefs_message.h
15831         * src/prefs_other.c
15832         * src/prefs_other.h
15833         * src/prefs_quote.c
15834         * src/prefs_quote.h
15835         * src/prefs_receive.c
15836         * src/prefs_receive.h
15837         * src/prefs_send.c
15838         * src/prefs_send.h
15839         * src/prefs_summaries.c
15840         * src/prefs_summaries.h
15841                 Fix copyright banner
15842
15843 2005-06-01 [paul]       1.9.11cvs30
15844
15845         * po/fi.po
15846                 updated by Flammie Pirinen
15847         * src/procmime.c
15848                 fix 'Bad BASE64 content' output
15849
15850 2005-05-31 [colin]      1.9.11cvs29
15851
15852         * src/procmime.c
15853                 Oops, where did my hunk go.
15854
15855 2005-05-31 [colin]      1.9.11cvs28
15856
15857         * src/Makefile.am
15858         * src/account.c
15859         * src/action.c
15860         * src/addr_compl.c
15861         * src/addressbook.c
15862         * src/codeconv.c
15863         * src/compose.c
15864         * src/export.c
15865         * src/folder.c
15866         * src/folderview.c
15867         * src/image_viewer.c
15868         * src/main.c
15869         * src/mainwindow.c
15870         * src/messageview.c
15871         * src/mimeview.c
15872         * src/msgcache.c
15873         * src/prefs_account.c
15874         * src/prefs_actions.c
15875         * src/prefs_common.c
15876         * src/prefs_compose_writing.c
15877         * src/prefs_customheader.c
15878         * src/prefs_ext_prog.c
15879         * src/prefs_filtering.c
15880         * src/prefs_filtering_action.c
15881         * src/prefs_fonts.c
15882         * src/prefs_image_viewer.c
15883         * src/prefs_message.c
15884         * src/prefs_message.h
15885         * src/prefs_msg_colors.c
15886         * src/prefs_other.c
15887         * src/prefs_other.h
15888         * src/prefs_quote.c
15889         * src/prefs_receive.c
15890         * src/prefs_receive.h
15891         * src/prefs_send.c
15892         * src/prefs_send.h
15893         * src/prefs_spelling.c
15894         * src/prefs_summaries.c
15895         * src/prefs_summary_column.c
15896         * src/prefs_template.c
15897         * src/prefs_themes.c
15898         * src/prefs_toolbar.c
15899         * src/prefs_wrapping.c
15900         * src/procmime.c
15901         * src/procmsg.c
15902         * src/send_message.h
15903         * src/ssl_manager.c
15904         * src/summary_search.c
15905         * src/summaryview.c
15906         * src/textview.c
15907         * src/wizard.c
15908         * src/common/smtp.c
15909         * src/common/smtp.h
15910         * src/gtk/gtkutils.h
15911                 o Move the rest of Common prefs to new style
15912                 o Lots of -Wall warning fixes
15913                 o fix FIXME in cache memusage calculation
15914                 o Let return receipts be sent from any account
15915                 o Little cache optimisation (read)
15916                 o Fix bug #746 (don't treat commas as separators
15917                   when inside a quoted string)
15918
15919 2005-05-31 [paul]       1.9.11cvs27
15920
15921         * src/prefs_common.c
15922                 fix 'off-by-one' typo
15923
15924 2005-05-31 [paul]       1.9.11cvs26
15925
15926         * src/account.c
15927         * src/addr_compl.c
15928         * src/compose.c
15929         * src/foldersel.c
15930         * src/prefs_actions.c
15931         * src/prefs_common.c
15932         * src/prefs_common.h
15933         * src/prefs_customheader.c
15934         * src/prefs_display_header.c
15935         * src/prefs_filtering.c
15936         * src/prefs_filtering_action.c
15937         * src/prefs_matcher.c
15938         * src/prefs_summaries.c
15939         * src/prefs_summary_column.c
15940         * src/prefs_template.c
15941         * src/prefs_toolbar.c
15942         * src/ssl_manager.c
15943         * src/gtk/pluginwindow.c
15944         * src/gtk/prefswindow.c
15945         * src/gtk/progressdialog.c
15946                 add hidden prefs 'enable_rules_hint'
15947                 for gtk_tree_view_set_rules_hint()
15948                 (sync with main)
15949                 
15950
15951 2005-05-31 [colin]      1.9.11cvs25
15952
15953         * src/Makefile.am
15954         * src/main.c
15955         * src/prefs_common.c
15956         * src/prefs_summaries.c ** ADDED **
15957         * src/prefs_summaries.h ** ADDED **
15958                 Common/Display -> Display/Summaries
15959
15960 2005-05-31 [colin]      1.9.11cvs24
15961
15962         * src/Makefile.am
15963         * src/main.c
15964         * src/prefs_quote.c ** ADDED **
15965         * src/prefs_quote.h ** ADDED **
15966                 Move Common/Quote to Compose/Quoting
15967         * src/prefs_common.c
15968         * src/prefs_common.h
15969                 Remove old quote stuff, add
15970                 convenience functions for GtkTextView prefs
15971         * src/gtk/prefswindow.c
15972                 Set default height higher
15973
15974 2005-05-30 [colin]      1.9.11cvs23
15975
15976         * src/Makefile.am
15977         * src/main.c
15978         * src/prefs_common.c
15979         * src/prefs_compose_writing.c ** ADDED **
15980         * src/prefs_compose_writing.h ** ADDED **
15981                 Move Common/Compose prefs to Compose/Writing
15982
15983 2005-05-30 [colin]      1.9.11cvs22
15984
15985         * src/common/utils.c
15986                 Fix bug #651 (Confused Attract by Subject)
15987                 Patch by M. Benkmann <haferfrost@web.de>
15988         * AUTHORS
15989
15990 2005-05-30 [colin]      1.9.11cvs21
15991
15992         * src/compose.c
15993                 Fix concatenation of different headers of
15994                 the same type (bug #645)
15995         * src/prefs_folder_item.c
15996                 Fix bug #699 (setting color to black doesn't
15997                 work immediately)
15998         * src/procmime.c
15999                 Print out decoding error only once per
16000                 block
16001
16002 2005-05-30 [paul]       1.9.11cvs20
16003
16004         * src/common/template.c
16005                 fix Bcc
16006
16007 2005-05-30 [paul]       1.9.11cvs19
16008
16009         * doc/src/rfc2368.txt   **NEW FILE**
16010         * src/compose.c
16011                 compose_entries_set(): don't interpret Bcc
16012                 header field (conform to RFC 2368)
16013                 (sync with main)
16014
16015 2005-05-29 [colin]      1.9.11cvs18
16016
16017         * src/prefs_common.c
16018                 Let the default reply format respect
16019                 netiquette by cutting the signature.
16020
16021 2005-05-29 [colin]      1.9.11cvs17
16022
16023         * src/summaryview.c
16024                 Don't let always_show_msg override
16025                 open_unread_on_enter when opening a new
16026                 directory.
16027
16028 2005-05-27 [paul]       1.9.11cvs16
16029
16030         sync with main:
16031
16032         * src/main.c
16033                 app_will_exit(): cleanup tmp directory when exit
16034         * src/message_search.c
16035                 improved the interface and made code cleanup.
16036                 removed Clear button
16037         * src/send_message.c
16038                 send_message_local(): use GSpawn, and detect errors
16039         * src/summary_search.c
16040                 improved the interface and made code cleanup
16041         * src/textview.c
16042                 textview_write_link(): also skip non-ascii space
16043                  at the head of link strings (phishing check
16044                  didn't work at the case)
16045         * src/common/utils.c
16046                 get_command_output(): use g_spawn_command_line_sync()
16047                 instead of popen()
16048
16049 2005-05-26 [colin]      1.9.11cvs15
16050
16051         * src/folder.c
16052                 remove printf
16053
16054 2005-05-26 [colin]      1.9.11cvs14
16055
16056         * src/common/nntp.c
16057                 Fix nntp mode reader (bug #611)
16058                 Patch by Florian Mickler <florian@mickler.org>
16059
16060 2005-05-26 [colin]      1.9.11cvs13
16061
16062         * src/plugins/pgpmime/passphrase.c
16063                 Fix mouse grabbing (bug #557)
16064
16065 2005-05-26 [colin]      1.9.11cvs12
16066
16067         * src/prefs_themes.c
16068                 Fix g_warning (bug #541)
16069
16070 2005-05-26 [colin]      1.9.11cvs11
16071
16072         * src/prefs_actions.c
16073         * src/prefs_template.c
16074                 Fix bug #506 (no warning if action/template
16075                 is not saved)
16076         * src/common/template.c
16077                 Fix a possible crash
16078
16079 2005-05-26 [colin]      1.9.11cvs10
16080
16081         * src/folder.c
16082         * src/folderview.c
16083         * src/procmsg.c
16084         * src/summaryview.c
16085                 Forbid locked messages to be moved or
16086                 deleted. Locked messages in trashes 
16087                 still get deleted, for performance
16088                 reason (mh.c::mh_remove_all_msgs)
16089
16090 2005-05-25 [colin]      1.9.11cvs9
16091
16092         * src/procmime.c
16093                 Use correct encoding when sending mails
16094                 with attachments that have accentued 
16095                 chars in their name
16096
16097 2005-05-24 [colin]      1.9.11cvs8
16098
16099         * src/summaryview.c
16100                 Fix bug #688 f) read/unread marker not
16101                 changed on first click
16102                 Also, optimize summary_status_show()
16103                 calls
16104         * src/folder.c
16105         * src/inc.c
16106         * src/procmime.c
16107                 Fix bug #688 b) and c) wrt message
16108                 attachments and signature
16109         * src/stock_pixmap.c
16110         * src/stock_pixmap.h
16111         * src/stock_pixmap.c
16112         * src/stock_pixmap.h
16113         * src/Makefile.am
16114         * src/pixmaps/clip_gpg_signed.xpm
16115                 Add clip/signed icon
16116
16117 2005-05-24 [colin]      1.9.11cvs7
16118
16119         * src/folder_item_prefs.c
16120                 whitespace fix
16121
16122 2005-05-24 [colin]      1.9.11cvs6
16123
16124         * src/folderview.c
16125         * src/prefs_common.c
16126         * src/prefs_common.h
16127                 Add a confirmation to folder drag and drop
16128                 fixes bug #156
16129         * src/alertpanel.c
16130         * src/alertpanel.h
16131                 fix _with_disable parameters so that
16132                 the buttons labels are specifiable too
16133         * src/plugins/pgpmime/sgpgme.c
16134                 reflect said change
16135                 
16136
16137 2005-05-24 [colin]      1.9.11cvs5
16138
16139         * src/folderview.c
16140                 Uncollapse/collapse folders on double-click
16141                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16142                 closes bug #108
16143
16144 2005-05-23 [colin]      1.9.11cvs4
16145
16146         * src/common/socket.c
16147                 Check another special SSL_peek() error.
16148                 Should help wrt bug #728
16149
16150 2005-05-23 [colin]      1.9.11cvs3
16151
16152         * src/plugins/pgpmime/pgpmime.c
16153                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16154                 breaking menu accelerators and stuff. Users will have to
16155                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16156                 account's privacy preferences if needed.
16157
16158 2005-05-22 [paul]
16159
16160         * tools/kdeservicemenu/install.sh
16161                 use kdesu to prompt for root password if doing
16162                 global install/uninstall
16163
16164 2005-05-20 [colin]      1.9.11cvs2
16165
16166         * src/procmsg.c
16167                 Fix another compilation error with gcc-2.9x
16168                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16169         * src/send_message.c
16170                 Don't send QUIT if we aren't connected
16171
16172 2005-05-19 [colin]      1.9.11cvs1
16173
16174         * src/procmsg.c
16175                 Fix compilation with gcc 2.9x
16176
16177 2005-05-19 [paul]       1.9.11
16178
16179         1.9.11 released
16180
16181 2005-05-19 [paul]       1.9.9cvs14
16182
16183         * src/gtk/inputdialog.c
16184                 prevent gettext warning
16185
16186 2005-05-19 [paul]       1.9.9cvs13
16187
16188         * src/mainwindow.c
16189         * src/prefs_common.c
16190         * src/prefs_common.h
16191         * src/textview.c
16192         * src/textview.h
16193                 add an option to toggle cursor in message
16194                 view (sync with main)
16195
16196 2005-05-18 [colin]      1.9.9cvs12
16197
16198         * src/compose.c
16199                 Dereference freed pointer
16200         * src/gtk/gtkaspell.c
16201                 Fix duplication of dictionaries (is it an aspell issue?)
16202
16203 2005-05-18 [colin]      1.9.9cvs11
16204
16205         * src/gtk/inputdialog.c
16206         * src/gtk/gtkaspell.c
16207                 HIGuify dialogs
16208         * src/alertpanel.c
16209                 Remove a double call
16210
16211 2005-05-17 [colin]      1.9.9cvs10
16212
16213         * src/gtk/gtkaspell.c
16214                 Fix dialogs, Ctrl-Enter accel
16215
16216 2005-05-17 [colin]      1.9.9cvs9
16217
16218         * src/gtk/gtkaspell.c
16219                 Fix some accelerators, escape in replace-window
16220
16221 2005-05-16 [colin]      1.9.9cvs8
16222
16223         * src/gtk/gtkaspell.c
16224                 Revert last commit, it was a mistake.
16225
16226 2005-05-16 [colin]      1.9.9cvs7
16227
16228         * src/gtk/gtkaspell.c
16229                 Remove buggy code while we're at it. It's a 
16230                 dead code path anyway.
16231
16232 2005-05-16 [colin]      1.9.9cvs6
16233
16234         * src/gtk/gtkaspell.c
16235                 Missed some gtk_menu_popup where deactivate
16236                 signal should be handled. Should fix bug
16237                 #629 a bit more.
16238
16239 2005-05-16 [colin]      1.9.9cvs5
16240
16241         * src/gtk/gtkaspell.c
16242                 Remove debug printf()s
16243
16244 2005-05-16 [colin]      1.9.9cvs4
16245
16246         * src/gtk/gtkaspell.c
16247                 Fix a bit aspell problems
16248                 (see bug #629)
16249
16250 2005-05-13 [colin]      1.9.9cvs3
16251
16252         * src/folderview.c
16253                 Fix the + appearing even when no subfolders
16254                 have unread messages. Thanks to wwp for the
16255                 bug report.
16256
16257 2005-05-11 [paul]       1.9.9cvs2
16258
16259         * src/folderview.c
16260                 correction to 1.9.9cvs1, only colour folders that
16261                 have new msgs (not unread msgs)
16262
16263 2005-05-10 [colin]      1.9.9cvs1
16264
16265         * src/folderview.c
16266         * src/summaryview.c
16267                 Try to fix bolding bugs again.
16268
16269 2005-05-09 [paul]
16270
16271         * tools/claws.i18n.status.pl
16272                 add Ricardo Mones Lastra's script that has been providing
16273                 the i18n status page for many months
16274
16275 2005-05-09 [paul]       1.9.9
16276
16277         1.9.9 release
16278
16279 2005-05-09 [paul]       1.9.6cvs58
16280
16281         * AUTHORS
16282         * INSTALL
16283         * README.claws
16284                 updated
16285         * Makefile.am 
16286         * RELEASE_NOTES.claws
16287                 add release notes to cvs to simplify release
16288                 procedure
16289         * configure.ac
16290                 add ca and fi to ALL_LINGUAS
16291         * po/Makefile.in.in
16292                 workaround for missing Makevars
16293         * po/ca.po
16294         * po/fi.po
16295                 add new Catalan and Finnish translations
16296                 submitted by Miquel Oliete and Flammie Pirinen
16297         * po/de.po
16298         * po/es.po
16299         * po/fr.po
16300         * po/it.po
16301         * po/pl.po
16302         * po/ru.po
16303         * po/sk.po
16304         * po/sr.po
16305         * po/zh_CN.po
16306                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16307                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16308                 Urke MMI, and Hansom Young
16309         * src/main.c
16310                 Fix drafting when quitting. compose_draft() closes the
16311                 compose windows, which modifies the compose_list GSList.
16312                 We have to refresh this list after echo drafting to avoid a
16313                 segfault
16314         * src/partial_download.c
16315                 fix segfault on exit
16316
16317 2005-05-06 [paul]       1.9.6cvs57
16318
16319         * src/grouplistdialog.c
16320                 quick fix/workaround for unresizeable newsgroup
16321                 name column 
16322
16323 2005-05-06 [paul]       1.9.6cvs56
16324
16325         * src/inc.c
16326         * src/mainwindow.c
16327                 use gettext plural forms
16328         * src/imap_gtk.c
16329         * src/mh_gtk.c
16330         * src/toolbar.c
16331                 small improvement to english usage
16332
16333 2005-05-05 [thorsten]   1.9.6cvs55
16334
16335         * src/folder.c
16336                 fix possible crash
16337
16338 2005-05-05 [paul]       1.9.6cvs54
16339         
16340         sync with HEAD
16341
16342         * AUTHORS
16343         * src/compose.c
16344                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16345                 patch by Tim Mann
16346
16347 2005-05-05 [paul]       1.9.6cvs53
16348
16349         * src/mainwindow.c
16350                 fix resizing of separate message and
16351                 folder views
16352
16353 2005-05-05 [paul]       1.9.6cvs52
16354
16355         * src/account.c
16356         * src/addrgather.c
16357         * src/browseldap.c
16358         * src/exphtmldlg.c
16359         * src/expldifdlg.c
16360         * src/importmutt.c
16361         * src/importpine.c
16362         * src/main.c
16363         * src/mainwindow.c
16364         * src/noticeview.c
16365         * src/prefs_filtering.c
16366         * src/prefs_filtering_action.c
16367         * src/prefs_matcher.c
16368         * src/prefs_spelling.c
16369         * src/prefs_toolbar.c
16370         * src/toolbar.c
16371         * src/wizard.c
16372         * src/gtk/description_window.c
16373         * src/gtk/gtkvscrollbutton.c
16374         * src/gtk/progressdialog.c
16375         * src/gtk/quicksearch.c
16376         * src/plugins/pgpmime/prefs_gpg.c
16377         * src/plugins/spamassassin/spamassassin_gtk.c
16378                 replace deprecated gtk_widget_set_usize
16379
16380 2005-05-04 [colin]      1.9.6cvs51
16381
16382         * src/common/utils.c
16383                 Fix crash when subst_for_filename is called
16384                 with a NULL parameter
16385
16386 2005-05-04 [colin]      1.9.6cvs50
16387
16388         * src/partial_download.c
16389         * src/pop.c
16390                 Escape login when writing uidl file
16391                 fixes bug #736
16392
16393 2005-05-03 [colin]      1.9.6cvs49
16394
16395         * src/procmime.c
16396                 Fix possible DOS in mime parser
16397                 (see bug #634)
16398
16399 2005-05-02 [colin]      1.9.6cvs48
16400
16401         * src/compose.c
16402                 Try to fix the copy/paste mess once again.
16403
16404
16405 2005-04-30 [colin]      1.9.6cvs47
16406
16407         * src/prefs_account.h
16408         * src/procmsg.c
16409         * src/send_message.c
16410         * src/common/smtp.c
16411         * src/common/smtp.h
16412                 Try to batch sending mails (per account) instead of
16413                 reconnecting to server every time.
16414
16415 2005-04-29 [colin]      1.9.6cvs46
16416
16417         * src/messageview.c
16418                 Fix window resizing that refused to size down
16419         * src/prefs_common.c
16420         * src/prefs_common.h
16421         * src/prefs_filtering.c
16422                 Save Filtering's window size
16423
16424 2005-04-21 [paul]       1.9.6cvs45
16425
16426         * ChangeLog-gtk2.claws
16427         * src/setup.c
16428                 correction to sync
16429
16430 2005-04-21 [paul]       1.9.6cvs44
16431
16432         sync with main:
16433
16434         * src/setup.c
16435         * src/statusbar.c
16436         * src/statusbar.h
16437                 use gtkut_widget_draw_now(). Improved performance
16438                 of the update of statusbar
16439         * src/textview.c
16440                 textview_smooth_scroll_do(): redraw it after scroll
16441                 is done (fixed incorrect display when a part of the
16442                 view is hidden).
16443         * src/gtk/gtkutils.c
16444         * src/gtk/gtkutils.h
16445                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16446                 to force update of widgets.
16447                 Removed gtkut_widget_wait_for_draw() which had a big
16448                 overhead  because of waiting for all events processed 
16449
16450 2005-04-20 [paul]       1.9.6cvs43
16451
16452         * src/codeconv.c
16453                 complete 1.9.6cvs42's sync:
16454                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16455
16456 2005-04-19 [paul]       1.9.6cvs42
16457
16458         sync with main:
16459
16460         * src/action.c
16461                 catch_output(): correctly select the insert text
16462                 (fix invalid iterator warnings).
16463         * src/codeconv.c
16464         * src/codeconv.h
16465         * src/mainwindow.c
16466         * src/messageview.c
16467         * src/prefs_common.c
16468                 support GBK encoding.
16469         * src/common/session.c
16470         * src/common/session.h
16471                 use separate buffer for large data to be sent,
16472                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16473
16474 2005-04-18 [paul]       1.9.6cvs41
16475
16476         * src/jpilot.c
16477                 convert unsigned long into guint32
16478                 patch by Paul LeoNerd Evans 
16479
16480 2005-04-17 [colin]      1.9.6cvs40
16481
16482         * src/compose.c
16483                 Fix 'Request return receipt' from folder
16484                 properties (bug #708)
16485
16486 2005-04-17 [colin]      1.9.6cvs39
16487
16488         * src/mainwindow.c
16489                 Fix duplicate hotkeys in Mainwindow's menu
16490
16491 2005-04-17 [colin]      1.9.6cvs38
16492
16493         * src/folderview.c
16494                 Fix duplicate hotkeys in Folderview's contextual
16495                 menu
16496
16497 2005-04-15 [colin]      1.9.6cvs37
16498
16499         * src/summaryview.c
16500                 Fix 'Save as...' with non-ascii filenames
16501
16502 2005-04-15 [colin]      1.9.6cvs36
16503
16504         * src/plugins/pgpmime/pgpmime.c
16505                 Fix bus error on 64bit. Spotted by 
16506                 macallan1888@gmail.com
16507
16508 2005-04-15 [colin]      1.9.6cvs35
16509
16510         * src/prefs_account.c
16511                 Fix cvs34.
16512
16513 2005-04-12 [colin]      1.9.6cvs34
16514
16515         * src/prefs_account.c
16516                 Fix smtp auth type off-by-one. We forgot to
16517                 add PLAIN in the prefs-to-gui setter func and
16518                 as a result, the selected auth when opening
16519                 account prefs was not the correct one.
16520
16521 2005-04-12 [paul]       1.9.6cvs33
16522
16523         * src/inc.c
16524                 if the recv dialog is visible, Cancel only
16525                 cancels the current account
16526
16527
16528 2005-04-10 [colin]      1.9.6cvs32
16529
16530         * src/filtering.c
16531                 Copy score when copying FilteringActions
16532                 Fix bug #674
16533
16534 2005-04-10 [colin]      1.9.6cvs31
16535
16536         * src/inc.c
16537                 Make Message -> Receive -> Cancel cancel 
16538                 incorporation on all accounts. Fixes
16539                 bug #693
16540
16541 2005-04-10 [colin]      1.9.6cvs30
16542
16543         * src/prefs_account.c
16544                 Update Privacy checkbuttons status based
16545                 on the selected privacy system
16546         * src/compose.c
16547                 Always connect the "None" privacy system; the
16548                 static boolean was probably there to avoid
16549                 reconnecting twice in the same compose window,
16550                 but as the parent function is only called once
16551                 per compose, it's only a bug - as a static is
16552                 initialized once per application instance.
16553                 Also, don't uncheck Sign and Encrypt when
16554                 selecting None as privacy system; just ignore
16555                 them when sending/queuing.
16556                 Should fix bug #695
16557
16558 2005-04-08 [colin]      1.9.6cvs29
16559
16560         * src/account.c
16561         * src/prefs_account.c
16562         * src/prefs_account.h
16563                 Add account preference to queue message in a certain
16564                 folder.
16565
16566 2005-04-06 [colin]      1.9.6cvs28
16567
16568         * src/prefs_account.c
16569                 Update old inbox path syntax
16570
16571 2005-04-06 [paul]       1.9.6cvs27
16572
16573         sync with main:
16574
16575         * configure.ac
16576                 changed -traditional-cpp to -no-cpp-precomp for newer
16577                 Mac OS X support
16578         * src/foldersel.c
16579                 made column resize automatically
16580         * src/send_message.c
16581                 send_message_smtp(): consider EOF right after QUIT
16582                 successful (workaround for Gmail SMTP server)
16583         * src/common/socket.c
16584                 ssl_read(), ssl_peek(): check EOF which violates the
16585                 SSL protocol
16586         * src/gtk/colorlabel.c
16587                 removed warnings when displaying colorlabel menu
16588                 (don't use GtkAlignment)
16589
16590 2005-04-05 [paul]       1.9.6cvs26
16591
16592         * src/plugins/trayicon/trayicon.c
16593                 fix clipping of icon under KDE3 
16594
16595 2005-04-05 [paul]       1.9.6cvs25
16596
16597         * src/summaryview.c
16598                 hide display of threading
16599                 patch by Alfons
16600
16601 2005-04-04 [thorsten]   1.9.6cvs24
16602
16603         * src/mh.c
16604                 marks lost on filesystems with different stat() results on
16605                 summer-/wintertime
16606
16607 2005-04-03 [colin]      1.9.6cvs23
16608
16609         * src/summaryview.c
16610                 Don't handle up/down. Patch by Alfons
16611
16612 2005-04-02 [colin]      1.9.6cvs22
16613
16614         * src/summaryview.c
16615                 Make scrolling faster. Patch by Alfons.
16616
16617 2005-04-01 [colin]      1.9.6cvs21
16618
16619         * src/Makefile.am
16620         * src/stock_pixmap.c
16621         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16622         * src/pixmaps/dir_noselect.xpm ** ADDED **
16623                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16624
16625 2005-04-01 [colin]      1.9.6cvs20
16626
16627         * src/image_viewer.c
16628         * src/image_viewer.h
16629         * src/procmime.c
16630         * src/procmime.h
16631         * src/textview.c
16632         * src/textview.h
16633                 Implement inline image resizing and right-clicking
16634
16635 2005-04-01 [paul]       1.9.6cvs19
16636
16637         * AUTHORS
16638         * Makefile.am
16639         * configure.ac
16640                 check for gnome2
16641                 patch by Luca Cavalli <loopback<AT>slackit.org>
16642         * po/ru.po
16643                 updated by Pavlo Bohmat
16644
16645 2005-03-31 [colin]      1.9.6cvs18
16646
16647         * src/news.c
16648                 Fix parsing references
16649         * src/msgcache.c
16650                 don't put nulls in the references list
16651         * src/procheader.c
16652                 commit that forgotten file in 1.9.6cvs14
16653
16654 2005-03-31 [colin]      1.9.6cvs17
16655
16656         * src/compose.c
16657                 Fix joining of signature separator again. 
16658                 Maybe Hiro could put it in main too...
16659
16660 2005-03-31 [colin]      1.9.6cvs16
16661
16662         * src/Makefile.am
16663         * src/foldersel.c
16664         * src/stock_pixmap.c
16665         * src/stock_pixmap.h
16666         * src/pixmaps/dir-noselect.xpm
16667                 Update foldersel.c (sync from main, patch by Alfons)
16668
16669 2005-03-30 [colin]      1.9.6cvs15
16670
16671         * src/imap.c
16672                 Fix handling of imap folders containing [] in 
16673                 their name. Thanks to Nahuel Angelinetti for
16674                 the detailed bugreport.
16675
16676 2005-03-30 [colin]      1.9.6cvs14
16677
16678         * src/common/utils.h
16679         * src/common/utils.c
16680         * src/common/defs.h
16681         * src/matcher.c
16682         * src/msgcache.c
16683         * src/news.c
16684         * src/procmsg.c
16685         * src/procmsg.h
16686         * src/quote_fmt_parse.y
16687         * src/summaryview.c
16688                 Update references system. Patch by Alfons
16689
16690 2005-03-30 [colin]      1.9.6cvs13
16691
16692         * src/common/socket.c
16693                 Force the glibc to read resolv.conf again when 
16694                 it has changed. Should fix issues when changing
16695                 networks on a laptop and not restarting sylpheed. 
16696
16697 2005-03-30 [paul]       1.9.6cvs12
16698
16699         partial sync with main:
16700
16701         * src/action.c
16702                 create_io_dialog(): use user-defined text font
16703                 (thanks to Alfons), and modified its appearance.
16704         * src/addrgather.c
16705         * src/addrharvest.c
16706         * src/browseldap.c
16707                 replace old code
16708         * src/compose.c
16709                 don't join (presumably) itemized lines on line-wrapping
16710                 fixed wrapping of quote when auto-wrapping is enabled
16711                 compose_destroy(): destroy paned only if it's not
16712                 attached to window. Fixed memory leak of popup menu.
16713         * src/exphtmldlg.c
16714         * src/expldifdlg.c
16715                 replace old code
16716         * src/html.c
16717         * src/html.h
16718         * src/importmutt.c
16719         * src/importpine.c
16720                 replace old code
16721         * src/main.c
16722                 removed redundant code
16723         * src/mainwindow.c
16724                 changed 'Code set' (which is rather incorrect)
16725                 in the menu to 'Character encoding'
16726                 main_window_set_widgets(): request size first
16727                 to prevent window size becoming wrong
16728                 fixed remembering of the state of the visibility
16729                 of MessageView
16730         * src/messageview.c
16731                 changed 'Code set' (which is rather incorrect)
16732                 in the menu to 'Character encoding'
16733         * src/prefs_common.c
16734         * src/prefs_common.h
16735                 added an option whether to render HTML as text or not
16736                 added separators to outgoing encoding menu
16737         * src/procheader.c
16738                 procheader_scan_date_string(): support header
16739                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16740         * src/summaryview.c
16741         * src/summaryview.h
16742                 minor code cleanup
16743         * src/textview.c
16744                 textview_show_html(): force output of newline
16745                 added an option whether to render HTML as text or not
16746         * src/common/utils.c
16747                 strncpy2(): optimized based on Alfons' code
16748         * src/gtk/gtkutils.c
16749         * src/gtk/gtkutils.h
16750                 removed non-used code
16751         * src/plugins/pgpmime/passphrase.c
16752                 partially fixed grab input of passphrase dialog
16753                 Confine pointer to window
16754
16755 2005-03-30 [colin]      1.9.6cvs11
16756
16757         * src/msgcache.c
16758         * src/msgcache.h
16759                 Read/write 32bit ints from cache & marks
16760                 From main.
16761
16762 2005-03-29 [paul]       1.9.6cvs10
16763
16764         * AUTHORS
16765         * ChangeLog.claws
16766         * src/compose.c
16767         * src/gtk/gtkaspell.c
16768                 sync with HEAD (don't pass NULL pointers) 
16769
16770 2005-03-24 [paul]
16771
16772         * tools/Makefile.am
16773         * tools/README
16774         * tools/acroread2sylpheed.pl
16775                 sync with HEAD (add script to send pdfs as
16776                 attachments from Adobe Reader 7)
16777
16778 2005-03-21 [paul]       1.9.6cvs9
16779
16780         * configure.ac
16781         * po/POTFILES.in
16782         * src/Makefile.am
16783         * src/crash.c
16784         * src/image_viewer.c ** ADDED **
16785         * src/image_viewer.h ** ADDED **
16786         * src/main.c
16787         * src/prefs_common.c
16788         * src/prefs_common.h
16789         * src/prefs_image_viewer.c ** ADDED **
16790         * src/prefs_image_viewer.h ** ADDED **
16791         * src/textview.c
16792         * src/gtk/about.c
16793         * src/pixmaps/sylpheed_logo.xpm
16794         * src/plugins/Makefile.am
16795         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16796         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16797         * src/plugins/image_viewer/plugin.c ** REMOVED **
16798         * src/plugins/image_viewer/viewer.c ** REMOVED **
16799         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16800         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16801         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16802         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16803         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16804                 as gdk-pixbuf is now built-in
16805                 remove image_viewer plugin and put code back into
16806                 main codebase
16807                 implement inline image display (sync with main)
16808
16809                 replace logo with newer, nicer, larger version  
16810
16811 2005-03-21 [paul]       1.9.6cvs8
16812
16813         * src/gtk/about.c
16814                 cosmetic improvement
16815
16816 2005-03-21 [holger]     1.9.6cvs7
16817
16818         * src/plugins/spamassassin/spamassassin.c
16819                 Sync with HEAD
16820                 (unregister hook on failed plugin init)
16821
16822 2005-03-20 [colin]      1.9.6cvs6
16823
16824         * src/common/plugin.c
16825                 Check that plugin isn't already loaded
16826                 Patch by Alfons
16827
16828 2005-03-20 [thorsten]   1.9.6cvs5
16829
16830         * src/compose.c
16831                 use a more compatible syntax
16832
16833 2005-03-20 [thorsten]   1.9.6cvs4
16834
16835         * src/prefs_toolbar.c
16836                 fix crash when selecting toolbar item (uninitialized pointer)
16837
16838 2005-03-20 [thorsten]   1.9.6cvs3
16839
16840         * src/procmime.c
16841                 fix mimetype detection (referenced free()d string)
16842
16843 2005-03-20 [paul]       1.9.6cvs2
16844
16845         * src/compose.c
16846                 sync with HEAD (1.0.3cvs5)
16847                 neglect Reply-To header if empty
16848                 Patch by Alfons 
16849
16850 2005-03-19 [holger]     1.9.6cvs1
16851
16852         * src/summaryview.c
16853         * src/summaryview.h
16854                 Sync with HEAD
16855
16856 2005-03-18 [paul]       1.9.6
16857
16858         initial GTK2 release
16859
16860 2005-03-18 [paul]       1.0.3cvs3.1
16861
16862         * AUTHORS
16863         * ChangeLog.claws
16864         * configure.ac
16865         * src/gtk/about.c
16866         * src/pixmaps/sylpheed_logo.xpm
16867                 sync with HEAD
16868
16869 2005-03-18 [colin]      1.0.3cvs2.6
16870
16871         * src/summaryview.c
16872                 Remove call to summary_step in summary_copy_selected_to
16873                 Can't see its purpose, and this causes bug when copying
16874                 a message if the next one is unread: it reads it.
16875
16876 2005-03-18 [paul]       1.0.3cvs2.5
16877
16878         * src/foldersel.c
16879                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16880
16881 2005-03-18 [paul]       1.0.3cvs2.4
16882
16883         * src/addrharvest.c
16884         * src/codeconv.c
16885         * src/codeconv.h
16886         * src/compose.c
16887         * src/news.c
16888         * src/procheader.c
16889         * src/procmime.c
16890         * src/unmime.c
16891         * src/unmime.h
16892                 fix buffer overflow, CAN-2005-0667, see
16893                 http://secunia.com/advisories/14491/
16894                 Patch by Alfons
16895
16896 2005-03-17 [colin]      1.0.3cvs2.3
16897
16898         * src/prefs_fonts.c
16899         * src/summaryview.c
16900                 Fix font bugs (both lists now officialy share 
16901                 the same font)
16902                 
16903
16904 2005-03-17 [paul]       1.0.3cvs2.2
16905
16906         * src/gtk/pluginwindow.c
16907                 make plugin descriptions uneditable
16908
16909 2005-03-11 [paul]       1.0.3cvs2.1
16910
16911         * ChangeLog.claws
16912         * configure.ac
16913         * po/POTFILES.in
16914         * src/plugins/trayicon/trayicon.c
16915                 sync with HEAD
16916                 add src/wizard.c to POTFILES.in
16917
16918 2005-03-11 [paul]       1.0.3cvs1.1
16919
16920         * ChangeLog
16921         * ChangeLog.claws
16922         * configure.ac
16923         * po/de.po
16924         * po/es.po
16925         * po/fr.po
16926         * po/it.po
16927         * po/pt_BR.po
16928         * po/ru.po
16929         * po/sk.po
16930         * po/sr.po
16931         * po/zh_CN.po
16932                 sync with HEAD
16933
16934 2005-03-04 [colin]      1.0.1cvs22.2
16935
16936         * src/compose.c
16937                 Fix signatures with accentued chars in it
16938
16939 2005-03-04 [colin]      1.0.1cvs22.1
16940
16941         * src/common/smtp.c
16942         * src/common/smtp.h
16943                 Don't use SIZE param in MAIL FROM: if server 
16944                 doesn't support it. Patch by Eugen Freiter
16945                 <eugen_f@users.sf.net>
16946
16947 2005-02-27 [paul]       1.0.1cvs20.1
16948
16949         * ChangeLog.claws
16950         * configure.ac
16951         * src/messageview.c
16952                 sync with HEAD
16953
16954 2005-02-27 [colin]      1.0.1cvs19.4
16955
16956         * src/procheader.c
16957         * src/procheader.h
16958                 Fix prototypes. Patch by Alfons
16959
16960 2005-02-27 [colin]      1.0.1cvs19.3
16961
16962         * src/compose.c
16963                 Don't auto-join the signature separator.
16964
16965 2005-02-26 [colin]      1.0.1cvs19.2
16966
16967         * src/summaryview.c
16968                 Fix 'mark all read' with collapsed threads.
16969                 Patch by Alfons.
16970
16971 2005-02-25 [paul]       1.0.1cvs19.1
16972
16973         * ChangeLog.claws
16974         * configure.ac
16975         * src/prefs_account.c
16976         * src/prefs_folder_item.c
16977         * src/gtk/prefswindow.c
16978         * src/gtk/prefswindow.h
16979                 sync with HEAD
16980
16981 2005-02-25 [paul]       1.0.1cvs15.12
16982
16983         * src/alertpanel.c
16984         * src/codeconv.c
16985         * src/compose.c
16986         * src/textview.c
16987         * src/gtk/gtkutils.c
16988         * src/gtk/gtkutils.h
16989         * src/gtk/logwindow.c
16990         * src/gtk/progressdialog.c
16991                 sync with main (revision 127)
16992                 and fix logwindow clipping
16993
16994 2005-02-24 [colin]      1.0.1cvs15.11
16995
16996         * src/plugins/pgpmime/passphrase.c
16997                 Disable input grabbing; it doesn't work yet.
16998
16999 2005-02-24 [colin]      1.0.1cvs15.10
17000
17001         * src/messageview.c
17002                 Don't send out receipts if offline. Ask.
17003
17004 2005-02-23 [colin]      1.0.1cvs15.9
17005
17006         * src/summaryview.c     
17007                 Fix expanding
17008
17009 2005-02-23 [colin]      1.0.1cvs15.8
17010
17011         * src/summaryview.c
17012                 Really fix Bug 568 by removing useless
17013                 calls. summary_thread_init() now called
17014                 in summary_sort(). This should please
17015                 Alfons as it should be faster than 
17016                 previously.
17017
17018 2005-02-23 [colin]      1.0.1cvs15.7
17019
17020         * src/compose.c
17021                 Encode parts as QP or B64 if signing
17022
17023 2005-02-23 [colin]      1.0.1cvs15.6
17024
17025         * src/compose.c
17026                 Fix Mimeinfo leakage (including tmp files)
17027         * src/procmsg.c
17028                 Fix tmp file leakage (spotted by Ivan Rayner)
17029
17030 2005-02-22 [colin]      1.0.1cvs15.5
17031
17032         * src/expldifdlg.c
17033                 Fix keyboard input. Patch by Alfons.
17034
17035 2005-02-21 [colin]      1.0.1cvs15.4
17036
17037         * src/compose.c
17038                 Fix Sign/Encrypt when unselecting privacy
17039                 system
17040         * src/prefs_common.c
17041                 Change default message font to Monospace
17042         * src/summaryview.c
17043                 More freezing during potentially large operations
17044
17045 2005-02-21 [paul]       1.0.1cvs15.3
17046
17047         * src/main.c
17048                 fix --help output
17049
17050 2005-02-21 [paul]       1.0.1cvs15.2
17051
17052         * po/Makefile.in.in
17053         * src/compose.c
17054         * src/summaryview.c
17055         * src/textview.c
17056         * src/common/utils.c
17057         * src/common/utils.h
17058                 sync with main (revision 117)
17059
17060 2005-02-20 [colin]      1.0.1cvs15.1
17061
17062         * src/common/defs.h
17063                 Change cache file to .sylpheed_claws_cache, as
17064                 suggested by Alfons. Allows people to switch
17065                 between Sylpheed and Sylpheed-Claws. it is
17066                 a good idea to "Check for new messages" at next
17067                 startup.
17068
17069
17070 2005-02-18 [colin]      1.0.1cvs14.1
17071
17072         * src/quote_fmt_lex.l
17073         * src/quote_fmt_parse.y
17074                 Fix parser initialisation. Patch by Ivan.
17075
17076 2005-02-18 [colin]      1.0.1cvs11.6
17077
17078         * src/folderview.c
17079                 Fix scrolldown (bug 662)
17080
17081 2005-02-17 [colin]      1.0.1cvs11.5
17082
17083         * src/codeconv.c
17084                 conv_filename_to_utf8: return clean 7bit instead
17085                 of broken utf8 if needed
17086         * src/mimeview.c
17087                 Fix display of parts with unclean 8bit names
17088
17089 2005-02-17 [paul]       1.0.1cvs11.4
17090
17091         * src/compose.c
17092         * src/exportldif.c
17093         * src/matcher_parser_parse.y
17094         * src/procmime.c
17095         * src/sourcewindow.c
17096         * src/common/Makefile.am
17097         * src/common/intl.h             ** REMOVED **
17098         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17099                 sync with main (revision 109)
17100                 and clean up
17101
17102 2005-02-16 [colin]      1.0.1cvs11.3
17103
17104         * src/summaryview.c
17105                 Fix collapsed thread not highlighting when new
17106                 messages in it (Bug 568) Patch by Stephan Sachse.
17107                 Fix messed up selection when reaching bounds (Bug 632)
17108         * src/prefs_themes.c
17109                 Fix theme installing (Bug 684)
17110
17111 2005-02-16 [colin]      1.0.1cvs11.2
17112
17113         * src/messageview.c
17114                 Fix messageview_select_all
17115
17116 2005-02-16 [colin]      1.0.1cvs11.1
17117
17118         * src/mh.c
17119                 Sync with HEAD (MH scan required function)
17120
17121 2005-02-15 [colin]      1.0.1cvs8.1
17122
17123         * src/mimeview.c
17124         * src/common/utils.c
17125                 Sync with HEAD (filename chars substitution)
17126
17127 2005-02-15 [colin]      1.0.1cvs7.3
17128
17129         * src/gtk/pluginwindow.c
17130                 Fix button spacing
17131
17132 2005-02-15 [colin]      1.0.1cvs7.2
17133
17134         * src/mimeview.c
17135                 Fix mime icons not reset across message when
17136                 scrolled down
17137
17138 2005-02-15 [colin]      1.0.1cvs7.1
17139
17140         * src/compose.c
17141         * src/procmime.c
17142                 Sync with HEAD (optimisation of cvs6)
17143
17144 2005-02-14 [colin]      1.0.1cvs6.1
17145
17146         * src/compose.c
17147         * src/procmime.c
17148                 Sync with HEAD (encode "From " at line beginning)
17149
17150 2005-02-14 [colin]      1.0.1cvs5.3
17151
17152         * src/compose.c
17153                 Fix wrapping with accentued chars.
17154
17155 2005-02-13 [colin]      1.0.1cvs5.2
17156
17157         * src/textview.c
17158                 Fix email informative part parsing with
17159                 accentued chars in it. ispunct() returns
17160                 true for them in utf8...
17161
17162 2005-02-12 [colin]      1.0.1cvs5.1
17163
17164         * src/filtering.c
17165                 Sync with HEAD (remove wrong use of compose after send)
17166
17167 2005-02-12 [paul]       1.0.1cvs4.5
17168
17169         * src/textview.c
17170                 remove unnecessary code (thanks to Alfons)
17171
17172 2005-02-12 [paul]       1.0.1cvs4.4
17173
17174         * src/textview.c
17175                 add 'Copy' to contextual menu on emails
17176
17177 2005-02-11 [colin]      1.0.1cvs4.3
17178
17179         * src/compose.c
17180                 revert 1.0.0cvs28.2, it doesn't work that well.
17181
17182 2005-02-11 [paul]       1.0.1cvs4.2
17183
17184         * po/Makefile.in.in
17185                 fix 'make release'
17186
17187 2005-02-10 [paul]       1.0.1cvs4.1
17188
17189         * ChangeLog
17190         * ChangeLog.claws
17191         * ChangeLog.jp
17192         * configure.ac
17193         * src/compose.c
17194                 sync with HEAD (sync with main)
17195
17196 2005-02-10 [paul]       1.0.1cvs3.2
17197
17198         * AUTHORS
17199         * Makefile.am
17200         * autogen.sh
17201         * configure.ac
17202         * config/mkinstalldirs
17203         * intl/.cvsignore
17204         * intl/ChangeLog
17205         * intl/VERSION
17206         * intl/bindtextdom.c
17207         * intl/config.charset
17208         * intl/dcgettext.c
17209         * intl/dcigettext.c
17210         * intl/dcngettext.c
17211         * intl/dgettext.c
17212         * intl/dngettext.c
17213         * intl/eval-plural.h
17214         * intl/explodename.c
17215         * intl/finddomain.c
17216         * intl/gettext.c
17217         * intl/gettextP.h
17218         * intl/gmo.h
17219         * intl/hash-string.h
17220         * intl/intl-compat.c
17221         * intl/l10nflist.c
17222         * intl/libgnuintl.h.in
17223         * intl/loadinfo.h
17224         * intl/loadmsgcat.c
17225         * intl/localcharset.c
17226         * intl/localcharset.h
17227         * intl/locale.alias
17228         * intl/localealias.c
17229         * intl/localename.c
17230         * intl/log.c
17231         * intl/ngettext.c
17232         * intl/os2compat.c
17233         * intl/os2compat.h
17234         * intl/osdep.c
17235         * intl/plural-exp.c
17236         * intl/plural-exp.h
17237         * intl/plural.c
17238         * intl/plural.y
17239         * intl/ref-add.sin
17240         * intl/ref-del.sin
17241         * intl/relocatable.c
17242         * intl/relocatable.h
17243         * intl/textdomain.c
17244         * m4/Makefile.am
17245         * po/Makefile.in.in
17246         * src/Makefile.am
17247         * src/account.c
17248         * src/action.c
17249         * src/addr_compl.c
17250         * src/addressadd.c
17251         * src/addressbook.c
17252         * src/addrgather.c
17253         * src/addrindex.c
17254         * src/alertpanel.c
17255         * src/browseldap.c
17256         * src/codeconv.c
17257         * src/codeconv.h
17258         * src/compose.c
17259         * src/compose.h
17260         * src/crash.c
17261         * src/editaddress.c
17262         * src/editbook.c
17263         * src/editgroup.c
17264         * src/editjpilot.c
17265         * src/editldap.c
17266         * src/editldap_basedn.c
17267         * src/editvcard.c
17268         * src/exphtmldlg.c
17269         * src/expldifdlg.c
17270         * src/export.c
17271         * src/exporthtml.c
17272         * src/filtering.c
17273         * src/folder.c
17274         * src/folder_item_prefs.c
17275         * src/foldersel.c
17276         * src/folderview.c
17277         * src/grouplistdialog.c
17278         * src/headerview.c
17279         * src/imap.c
17280         * src/imap_gtk.c
17281         * src/import.c
17282         * src/importldif.c
17283         * src/importmutt.c
17284         * src/importpine.c
17285         * src/inc.c
17286         * src/ldif.c
17287         * src/main.c
17288         * src/mainwindow.c
17289         * src/matcher.c
17290         * src/mbox.c
17291         * src/message_search.c
17292         * src/messageview.c
17293         * src/mh.c
17294         * src/mh_gtk.c
17295         * src/mimeview.c
17296         * src/msgcache.c
17297         * src/news.c
17298         * src/news_gtk.c
17299         * src/noticeview.c
17300         * src/partial_download.c
17301         * src/pop.c
17302         * src/prefs_account.c
17303         * src/prefs_actions.c
17304         * src/prefs_common.c
17305         * src/prefs_customheader.c
17306         * src/prefs_display_header.c
17307         * src/prefs_ext_prog.c
17308         * src/prefs_filtering.c
17309         * src/prefs_filtering_action.c
17310         * src/prefs_folder_item.c
17311         * src/prefs_fonts.c
17312         * src/prefs_gtk.c
17313         * src/prefs_matcher.c
17314         * src/prefs_msg_colors.c
17315         * src/prefs_spelling.c
17316         * src/prefs_summary_column.c
17317         * src/prefs_template.c
17318         * src/prefs_themes.c
17319         * src/prefs_toolbar.c
17320         * src/prefs_wrapping.c
17321         * src/privacy.c
17322         * src/procheader.c
17323         * src/procmime.c
17324         * src/procmsg.c
17325         * src/quote_fmt.c
17326         * src/recv.c
17327         * src/send_message.c
17328         * src/setup.c
17329         * src/sourcewindow.c
17330         * src/ssl_manager.c
17331         * src/statusbar.c
17332         * src/summary_search.c
17333         * src/summaryview.c
17334         * src/textview.c
17335         * src/toolbar.c
17336         * src/wizard.c
17337         * src/common/nntp.c
17338         * src/common/plugin.c
17339         * src/common/smtp.c
17340         * src/common/ssl.c
17341         * src/common/ssl_certificate.c
17342         * src/common/string_match.c
17343         * src/common/sylpheed.c
17344         * src/common/template.c
17345         * src/common/utils.c
17346         * src/gtk/about.c
17347         * src/gtk/colorlabel.c
17348         * src/gtk/description_window.c
17349         * src/gtk/filesel.c
17350         * src/gtk/foldersort.c
17351         * src/gtk/gtkaspell.c
17352         * src/gtk/gtkutils.c
17353         * src/gtk/inputdialog.c
17354         * src/gtk/logwindow.c
17355         * src/gtk/menu.c
17356         * src/gtk/pluginwindow.c
17357         * src/gtk/prefswindow.c
17358         * src/gtk/progressdialog.c
17359         * src/gtk/quicksearch.c
17360         * src/gtk/sslcertwindow.c
17361         * src/plugins/clamav/clamav_plugin.c
17362         * src/plugins/clamav/clamav_plugin_gtk.c
17363         * src/plugins/demo/demo.c
17364         * src/plugins/dillo_viewer/dillo_prefs.c
17365         * src/plugins/dillo_viewer/dillo_viewer.c
17366         * src/plugins/image_viewer/plugin.c
17367         * src/plugins/image_viewer/viewer.c
17368         * src/plugins/image_viewer/viewerprefs.c
17369         * src/plugins/mathml_viewer/mathml_viewer.c
17370         * src/plugins/pgpmime/passphrase.c
17371         * src/plugins/pgpmime/plugin.c
17372         * src/plugins/pgpmime/prefs_gpg.c
17373         * src/plugins/pgpmime/select-keys.c
17374         * src/plugins/pgpmime/sgpgme.c
17375         * src/plugins/spamassassin/spamassassin.c
17376         * src/plugins/spamassassin/spamassassin_gtk.c
17377         * src/plugins/trayicon/trayicon.c
17378                 sync with main (revision 104)
17379
17380 2005-02-10 [colin]      1.0.1cvs3.1
17381
17382         * src/mainwindow.c
17383                 Sync with HEAD (fix occasional crasher)
17384
17385 2005-02-10 [colin]      1.0.1cvs2.1
17386
17387         * src/messageview.c
17388                 Synw with HEAD (don't automatically display html)
17389
17390 2005-02-09 [colin]      1.0.1cvs1.3
17391
17392         * src/textview.c
17393         * src/textview.h
17394                 Add contextual menu on emails
17395
17396 2005-02-09 [colin]      1.0.1cvs1.2
17397
17398         * src/codeconv.c
17399                 Fix converting from broken headers and 
17400                 put back the _ in missing places
17401                 (feature broke with cvs24.2 sync, main 
17402                  possibly affected?)
17403
17404 2005-02-09 [colin]      1.0.1cvs1.1
17405
17406         * src/messageview.c
17407         * src/mimeview.c
17408         * src/mimeview.h
17409                 Sync with HEAD (display non text/plain mails with plugin)
17410
17411 2005-02-08 [colin]      1.0.1.1
17412
17413         * ChangeLog.claws
17414         * po/pt_BR.po
17415                 Sync with HEAD
17416         * configure.ac
17417                 Make default configuration directory 
17418                 be .sylpheed-gtk2
17419
17420 2005-02-08 [colin]      1.0.0cvs29.1
17421
17422         * po/de.po
17423         * po/es.po
17424         * po/fr.po
17425         * po/it.po
17426         * po/sk.po
17427         * po/sr.po
17428                 Sync translations with HEAD
17429
17430 2005-02-06 [colin]      1.0.0cvs28.3
17431
17432         * src/compose.c
17433                 Make compose a bit faster - patch by Alfons.
17434
17435 2005-02-06 [colin]      1.0.0cvs28.2
17436
17437         * src/compose.c
17438                 Make pasting via middle-click more reliable
17439
17440 2005-02-05 [paul]       1.0.0cvs28.1
17441
17442         * ChangeLog
17443         * ChangeLog.claws
17444         * ChangeLog.jp
17445         * configure.ac
17446         * src/compose.c
17447                 sync with HEAD
17448                 (fix bug 682 'redirect is broken'
17449
17450 2005-02-05 [torte]      1.0.0cvs27.1
17451
17452         * ChangeLog.claws
17453         * configure.ac
17454         * src/partial_download.c
17455                 Sync with HEAD (fix buf overflow)
17456
17457 2005-02-03 [colin]      1.0.0cvs26.1
17458
17459         * src/common/plugin.c
17460                 Sync with HEAD (avoid plugin mismatches)
17461
17462 2005-02-03 [paul]       1.0.0cvs25.3
17463
17464         * src/folderview.c
17465         * src/headerview.c
17466         * src/summaryview.c
17467         * src/textview.c
17468         * src/gtk/colorlabel.c
17469                 third and final part of initial sync with main-gtk2
17470
17471 2005-02-03 [paul]       1.0.0cvs25.2
17472
17473         * src/jpilot.c
17474                 fix building with jpilot support
17475
17476 2005-02-02 [colin]      1.0.0cvs25.1
17477
17478         * src/messageview.c
17479                 Sync with HEAD (fix dangerous typo)
17480
17481 2005-02-01 [colin]      1.0.0cvs24.3
17482
17483         * src/common/xml.c
17484                 Write file as advertised (UTF-8)
17485
17486 2005-02-01 [paul]       1.0.0cvs24.2
17487
17488         * src/addrbook.c
17489         * src/addrindex.c
17490         * src/alertpanel.h
17491         * src/codeconv.c
17492         * src/codeconv.h
17493         * src/compose.c
17494         * src/export.c
17495         * src/folder_item_prefs.c
17496         * src/html.c
17497         * src/imap.c
17498         * src/import.c
17499         * src/jpilot.c
17500         * src/mainwindow.c
17501         * src/matcher_parser_lex.l
17502         * src/messageview.c
17503         * src/mh.c
17504         * src/prefs_account.c
17505         * src/prefs_actions.c
17506         * src/prefs_common.c
17507         * src/prefs_gtk.c
17508         * src/prefs_gtk.h
17509         * src/prefs_themes.c
17510         * src/procheader.c
17511         * src/procmime.c
17512         * src/sourcewindow.c
17513         * src/statusbar.c
17514         * src/summaryview.c
17515         * src/textview.c
17516         * src/toolbar.c
17517         * src/unmime.c
17518         * src/common/template.c
17519         * src/common/utils.c
17520         * src/common/xml.c
17521         * src/common/xml.h
17522         * src/gtk/gtkaspell.c
17523         * src/plugins/clamav/clamav_plugin.c
17524         * src/plugins/dillo_viewer/dillo_prefs.c
17525         * src/plugins/image_viewer/viewerprefs.c
17526         * src/plugins/pgpmime/passphrase.c
17527         * src/plugins/pgpmime/prefs_gpg.c
17528         * src/plugins/pgpmime/select-keys.c
17529         * src/plugins/spamassassin/spamassassin.c
17530                 second part of initial sync with main-gtk2
17531                 (more to follow)
17532
17533 2005-01-31 [colin]      1.0.0cvs24.1
17534
17535         * src/compose.c
17536                 Sync with HEAD
17537
17538 2005-01-29 [paul]       1.0.0cvs23.2
17539
17540         * src/account.c
17541         * src/action.c
17542         * src/addressadd.c
17543         * src/addressbook.c
17544         * src/alertpanel.c
17545         * src/compose.c
17546         * src/editaddress.c
17547         * src/editbook.c
17548         * src/editgroup.c
17549         * src/editjpilot.c
17550         * src/editldap.c
17551         * src/editldap_basedn.c
17552         * src/editvcard.c
17553         * src/export.c
17554         * src/foldersel.c
17555         * src/grouplistdialog.c
17556         * src/import.c
17557         * src/importldif.c
17558         * src/inc.c
17559         * src/main.c
17560         * src/mainwindow.c
17561         * src/message_search.c
17562         * src/messageview.c
17563         * src/mimeview.c
17564         * src/prefs_actions.c
17565         * src/prefs_common.c
17566         * src/prefs_common.h
17567         * src/prefs_customheader.c
17568         * src/prefs_display_header.c
17569         * src/prefs_filtering.c
17570         * src/prefs_filtering_action.c
17571         * src/prefs_gtk.c
17572         * src/prefs_matcher.c
17573         * src/prefs_summary_column.c
17574         * src/prefs_template.c
17575         * src/sourcewindow.c
17576         * src/summary_search.c
17577         * src/summaryview.c
17578         * src/textview.c
17579         * src/gtk/about.c
17580         * src/gtk/description_window.c
17581         * src/gtk/gtkshruler.c
17582         * src/gtk/gtkutils.c
17583         * src/gtk/gtkutils.h
17584         * src/gtk/inputdialog.c
17585         * src/gtk/logwindow.c
17586         * src/gtk/prefswindow.c
17587         * src/gtk/progressdialog.c
17588         * src/gtk/progressdialog.h
17589                 first part of initial sync with main-gtk2
17590                 (more to follow)
17591
17592 2005-01-28 [colin]      1.0.0cvs23.1
17593
17594         * src/folderview.c
17595                 Sync with HEAD
17596
17597 2005-01-27 [colin]      1.0.0cvs21.1
17598
17599         * src/folder.c
17600         * src/folderview.c
17601                 Sync with HEAD
17602
17603 2005-01-27 [colin]      1.0.0cvs19.1
17604
17605         * src/procmime.c
17606                 Sync with HEAD
17607
17608 2005-01-27 [colin]      1.0.0cvs18.1
17609
17610         * src/messageview.c
17611         * src/summaryview.c
17612         * src/mainwindow.c
17613         * src/compose.c
17614         * src/compose.h
17615         * src/procmsg.c
17616         * src/procmsg.h
17617         * src/toolbar.c
17618                 Sync with HEAD
17619
17620 2005-01-26 [paul]       1.0.0cvs15.2
17621
17622         * src/compose.c
17623                 compose_entries_set(): convert subject and body to
17624                 utf8 if necessary. patch by Felix Eckhofer
17625
17626 2005-01-26 [paul]       1.0.0cvs15.1
17627
17628         * configure.ac
17629         * src/common/template.c
17630                 sync with HEAD (fix memory leak)
17631
17632 2005-01-25 [paul]       1.0.0cvs14.1
17633
17634         * configure.ac
17635         * src/compose.c
17636                 sync with HEAD
17637
17638 2005-01-24 [colin]      1.0.0cvs13.1
17639
17640         * src/summaryview.c
17641                 Sync with HEAD
17642
17643 2005-01-24 [paul]       1.0.0cvs12.1
17644
17645         * configure.ac
17646         * src/messageview.c
17647         * src/mh.c
17648         * src/common/utils.c
17649                 sync with HEAD
17650
17651 2005-01-24 [colin]      1.0.0cvs11.1
17652
17653         * src/procheader.c
17654                 Sync with HEAD
17655
17656 2005-01-24 [colin]      1.0.0cvs10.1
17657
17658         * src/folderview.c
17659                 Sync with HEAD
17660
17661 2005-01-23 [colin]      1.0.0cvs9.1
17662
17663         * src/crash.c
17664                 Sync with HEAD
17665
17666 2005-01-22 [colin]      1.0.0cvs8.1
17667
17668         * src/summaryview.c
17669         * src/gtk/quicksearch.c
17670                 Sync with HEAD
17671
17672 2005-01-21 [colin]      1.0.0cvs7.1
17673
17674         * src/summaryview.c
17675                 Sync with HEAD
17676
17677 2005-01-21 [colin]      1.0.0cvs6.1
17678
17679         * src/summaryview.c
17680                 Sync with HEAD
17681
17682 2005-01-21 [colin]      1.0.0cvs5.1
17683
17684         * src/gtk/quicksearch.c
17685         * src/prefs_common.c
17686         * src/prefs_common.h
17687                 Sync with HEAD (recurse option)
17688
17689 2005-01-21 [colin]      1.0.0cvs4.1
17690
17691         * src/folder.h
17692         * src/folderview.c
17693         * src/folderview.h
17694         * src/summaryview.c
17695         * src/gtk/quicksearch.c
17696         * src/gtk/quicksearch.h
17697                 Sync with HEAD (recursive quicksearch)
17698
17699 2005-01-20 [colin]      1.0.0cvs3.4
17700
17701         * src/ssl_manager.c
17702                 Remove useless code
17703
17704 2005-01-20 [colin]      1.0.0cvs3.3
17705
17706         * src/ssl_manager.c
17707                 Fix leak, thanks to Alfons.
17708
17709 2005-01-20 [colin]      1.0.0cvs3.2
17710
17711         * src/ssl_manager.c
17712                 Port SSL certificate window to GTK2.
17713
17714 2005-01-20 [paul]       1.0.0cvs3.1
17715
17716         * ChangeLog.claws
17717         * configure.ac
17718         * src/addrindex.c
17719         * src/addrindex.h
17720                 sync with HEAD
17721
17722 2005-01-19 [colin]      1.0.0cvs2.2
17723
17724         * src/plugins/trayicon/trayicon.c
17725                 Fix freeze with gtk-2.6, the easy way
17726                 (signal blocking helpless there...)
17727                 Closes bug #668.
17728
17729 2005-01-19 [colin]      1.0.0cvs2.1
17730
17731         * src/mbox.c
17732         * src/mbox.h
17733         * src/mainwindow.c
17734         * src/summaryview.c
17735         * src/summaryview.h
17736                 Sync with HEAD
17737
17738 2005-01-19 [paul]       1.0.0cvs1.1
17739
17740         * configure.ac
17741         * po/de.po
17742         * po/es.po
17743         * po/fr.po
17744         * po/hr.po
17745         * po/it.po
17746         * po/ja.po
17747         * po/ko.po
17748         * po/pt_BR.po
17749         * po/ru.po
17750         * po/sk.po
17751         * po/sr.po
17752                 sync with HEAD (update translations)
17753
17754 2005-01-18 [colin]      1.0.0cvs0.1
17755
17756         * src/foldersel.c
17757                 Specify search column - patch by Alfons
17758
17759 2005-01-18 [colin]      0.9.13cvs36.3
17760
17761         * src/prefs_toolbar.c
17762                 Change Delete to Remove
17763         * src/prefs_fonts.c
17764                 GTK2 version and leak fixes
17765         * src/prefs_actions.c
17766                 Add stock buttons.
17767                 All patches by Alfons
17768
17769 2005-01-17 [colin]      0.9.13cvs36.2
17770
17771         * src/compose.c
17772                 Fix DnD inserting twice. While at it,
17773                 add DnD support for text/plain in the
17774                 body, and add support in the headers.
17775
17776 2005-01-16 [colin]      0.9.13cvs36.1
17777
17778         * ChangeLog
17779         * ChangeLog.jp
17780         * ChangeLog.claws
17781                 Sync with HEAD (nothing applicable)
17782
17783 2005-01-16 [colin]      0.9.13cvs33.2
17784
17785         * src/prefs_toolbar.c
17786                 GTK2ize prefs_toolbar, by Alfons.
17787
17788 2005-01-14 [colin]      0.9.13cvs33.1
17789
17790         * src/html.c
17791         * src/msgcache.c
17792                 Sync with HEAD
17793
17794 2005-01-14 [colin]      0.9.13cvs32.1
17795
17796         * src/html.c
17797         * src/html.h
17798         * src/msgcache.c
17799         * AUTHORS
17800         * tools/calypso_convert.pl
17801                 Sync with HEAD
17802
17803 2005-01-08 [colin]      0.9.13cvs29.2
17804
17805         * src/prefs_filtering_action.c
17806         * src/prefs_filtering.c
17807                 2 more gtk2 patches by Alfons
17808
17809 2005-01-07 [paul]       0.9.13cvs29.1
17810
17811         * ChangeLog
17812         * ChangeLog.claws
17813         * ChangeLog.jp
17814         * configure.ac
17815         * src/pop.c
17816         * src/pop.h
17817                 sync with HEAD
17818
17819 2005-01-07 [colin]      0.9.13cvs28.3
17820
17821         * src/gtk/progressdialog.c
17822         * src/gtk/progressdialog.h
17823         * src/inc.c
17824         * src/send_message.c
17825                 GTK2 for the incorporation dialog. The CList isn't dead
17826                 yet, for a more smooth migration. Patch by Alfons.
17827
17828 2005-01-06 [colin]      0.9.13cvs28.2
17829
17830         * src/prefs_display_header.c
17831                 GTK2 conversion by Alfons
17832         * src/prefs_actions.c
17833         * src/prefs_matcher.c
17834                 Fix 2 leaks - patch by Alfons
17835
17836 2005-01-06 [colin]      0.9.13cvs28.1
17837
17838         * src/prefs_matcher.c
17839                 Sync with HEAD
17840
17841 2005-01-06 [colin]      0.9.13cvs27.4
17842
17843         * src/prefs_matcher.c
17844                 Fix double-free. Patch by Alfons
17845
17846 2005-01-06 [colin]      0.9.13cvs27.3
17847
17848         * src/prefs_matcher.c
17849                 GTK2 widgets + memleak
17850                 Patch by Alfons
17851
17852 2005-01-05 [colin]      0.9.13cvs27.2
17853
17854         * src/account.c
17855         * src/addr_compl.c
17856         * src/foldersel.c
17857         * src/stock_pixmap.c
17858         * src/stock_pixmap.h
17859                 3 more GTK2 patches by Alfons.
17860
17861 2005-01-04 [colin]      0.9.13cvs27.1
17862
17863         * src/folderview.c
17864         * src/imap_gtk.c
17865         * src/news_gtk.c
17866                 Sync with HEAD
17867
17868 2005-01-04 [colin]      0.9.13cvs25.9
17869
17870         * src/compose.c
17871                 Fix Show Ruler menuitem
17872         * src/prefs_template.c
17873                 Convert to GTK2
17874         * src/common/utils.c
17875                 Make auto pointer stuff handles NULLs
17876                 Patches by Alfons.
17877
17878 2005-01-04 [colin]      0.9.13cvs25.8
17879
17880         * src/compose.c
17881                 Move the attachment list to gtk2
17882                 Patch by Alfons.
17883
17884 2005-01-04 [colin]      0.9.13cvs25.7
17885
17886         * src/textview.c
17887                 Make some keys work again
17888                 Patch by SungHyun Nam <namsh@kldp.org>
17889
17890 2005-01-04 [colin]      0.9.13cvs25.6
17891
17892         * src/gtk/gtkshruler.c
17893                 Move the ruler to GTK2
17894                 Patch by Alfons
17895
17896 2005-01-03 [colin]      0.9.13cvs25.5
17897
17898         * src/compose.c
17899                 Fix my broken patch apply 
17900
17901 2005-01-03 [colin]      0.9.13cvs25.4
17902
17903         * src/common/utils.c
17904         * src/common/utils.h
17905         * src/gtk/prefswindow.c
17906                 Move auto pointer stuff to utils.c
17907                 Patch by Alfons again :)
17908
17909 2005-01-03 [colin]      0.9.13cvs25.3
17910
17911         * src/compose.c
17912         * src/prefs_gtk.c
17913         * src/prefs_template.c
17914         * src/textview.c
17915                 Empty text widgets with empty strings, not NULL char
17916                 Patch by SungHyun Nam <namsh@kldp_org>
17917
17918 2005-01-03 [colin]      0.9.13cvs25.2
17919
17920         * src/main.c
17921         * AUTHORS
17922                 Sync with HEAD
17923
17924 2005-01-03 [colin]      0.9.13cvs25.1
17925
17926         * src/pop.c
17927         * src/pop.h
17928                 Sync with HEAD
17929
17930 2005-01-03 [colin]      0.9.13cvs24.3
17931
17932         * src/account.c
17933                 Two patches from Alfons and Alex S Moore:
17934                 fix images, fix return value.
17935
17936 2005-01-01 [colin]      0.9.13cvs24.2
17937
17938         * src/prefs_actions.c
17939                 Fix over-zealous assertion. Patch by Alfons
17940
17941 2005-01-01 [colin]      0.9.13cvs24.1
17942
17943         * src/procmime.c
17944                 Sync with HEAD (leak fix)
17945
17946 2004-12-31 [colin]      0.9.13cvs23.2
17947
17948         * src/prefs_common.c
17949                 GTK2 widgets + stock buttons - patch by Alfons
17950
17951 2004-12-31 [paul]       0.9.13cvs23.1
17952
17953         * configure.ac
17954                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17955         * src/gtk/pluginwindow.c
17956                 use GTK2 widgets and plug memory leaks,
17957                 patches by Alfons
17958
17959 2004-12-30 [colin]      0.9.13cvs22.4
17960
17961         * src/account.c
17962         * src/action.c
17963         * src/export.c
17964         * src/foldersel.c
17965         * src/import.c
17966         * src/message_search.c
17967         * src/prefs_actions.c
17968         * src/prefs_common.c
17969         * src/prefs_customheader.c
17970         * src/prefs_filtering.c
17971         * src/prefs_summary_column.c
17972         * src/summary_search.c
17973         * src/gtk/about.c
17974         * src/gtk/description_window.c
17975         * src/gtk/gtkutils.c
17976         * src/gtk/gtkutils.h
17977         * src/gtk/inputdialog.c
17978         * src/gtk/prefswindow.c
17979                 Use GTK2 stock buttons. Patches by Alfons.
17980
17981 2004-12-30 [colin]      0.9.13cvs22.3
17982
17983         * src/account.c
17984                 Sync with HEAD
17985         * src/prefs_actions.c
17986         * src/prefs_customheader.c
17987         * src/prefs_filtering.c
17988         * src/prefs_msg_colors.c
17989         * src/prefs_summary_column.c
17990         * src/gtk/prefswindow.c
17991                 Use GtkTreeView instead of deprecated 
17992                 widgets. Patches by Alfons.
17993
17994 2004-12-30 [paul]       0.9.13cvs22.2
17995
17996         * src/foldersel.c
17997                 use GTK 2 Tree View
17998                 patch by Alfons, with root folder sorting fix
17999                 by Stephan Sachse
18000
18001 2004-12-30 [paul]       0.9.13cvs22.1
18002
18003         * ChangeLog
18004         * ChangeLog.claws
18005         * ChangeLog.jp
18006         * NEWS
18007         * configure.ac
18008         * src/account.c
18009                 sync with HEAD
18010
18011 2004-12-22 [martin]     0.9.13cvs21.2
18012
18013         * src/action.c
18014                 free the command line after its use
18015
18016 2004-12-18 [paul]       0.9.13cvs21.1
18017
18018         * AUTHORS
18019         * ChangeLog
18020         * ChangeLog.claws
18021         * ChangeLog.jp
18022         * NEWS
18023         * configure.ac
18024         * src/action.c
18025         * src/compose.c
18026         * src/syldap.c
18027                 sync with HEAD
18028
18029 2004-12-17 [martin]     0.9.13cvs17.2
18030
18031         * src/action.c
18032                 convert actions input to locale
18033         * src/inc.c
18034                 convert notification command to locale
18035         * src/plugins/pgpmime/select-keys.c
18036                 convert attributes to utf8
18037
18038 2004-12-14 [colin]      0.9.13cvs17.1
18039
18040         * ChangeLog
18041         * ChangeLog.jp
18042         * ChangeLog.claws
18043         * src/action.c
18044         * src/common/utils.c
18045         * src/gtk/prefswindow.c
18046         * src/gtk/gtkutils.c
18047         * src/gtk/gtkutils.h
18048         * src/plugins/spamassassin/libspamc.c
18049                 Sync with HEAD
18050
18051 2004-12-13 [colin]      0.9.13cvs14.1
18052
18053         * src/quote_fmt_parse.y
18054                 Sync with HEAD
18055
18056 2004-12-10 [colin]      0.9.13cvs12.1
18057
18058         * src/prefs_themes.c
18059         * src/mainwindow.c
18060         * src/messageview.c
18061                 Sync with HEAD
18062
18063 2004-12-09 [colin]      0.9.13cvs10.1
18064
18065         * src/procmime.c
18066                 Sync with HEAD (fix B64 encoding from memory)
18067
18068 2004-12-08 [colin]      0.9.13cvs9.1
18069
18070         * src/gtk/colorlabel.c
18071                 Sync with HEAD
18072
18073 2004-12-08 [paul]       0.9.13cvs8.2
18074
18075         * src/gtk/pluginwindow.c
18076                 fix window resizing oddities
18077
18078 2004-12-08 [colin]      0.9.13cvs8.1
18079
18080         * src/quote_fmt_parse.y
18081                 Sync with HEAD
18082
18083 2004-12-08 [colin]      0.9.13cvs7.1
18084
18085         * src/matcher_parser_parse.y
18086         * src/msgcache.c
18087         * src/prefs_matcher.c
18088         * src/procheader.c
18089         * src/matcher.c
18090         * src/common/defs.h
18091         * po/sr.po
18092                 Sync with HEAD
18093
18094 2004-12-08 [colin]      0.9.13cvs6.1
18095
18096         * src/quote_fmt_parse.y
18097         * src/textview.c
18098                 Sync with HEAD
18099         * src/gtk/prefswindow.c
18100         * src/gtk/pluginwindow.c
18101                 Fix G_CALLBACKS protos (thanks to Alfons)
18102
18103 2004-12-07 [torte]      0.9.13cvs2.2
18104
18105         * src/procmime.c
18106                 [Bug 650] reply button causes crash
18107                 Thanks to David Relson and Christoph
18108
18109 2004-12-07 [colin]      0.9.13cvs2.1
18110
18111         * ChangeLog.claws
18112         * AUTHORS
18113         * po/sk.po
18114         * src/procmime.c
18115         * src/prefs_account.c
18116         * src/common/smtp.c
18117         * src/common/smtp.h
18118                 Sync with HEAD
18119
18120 2004-12-06 [colin]      0.9.12cvs187.1
18121
18122         * ChangeLog.claws
18123         * INSTALL
18124         * Makefile.am
18125         * README.claws
18126         * TODO.claws
18127         * configure.ac
18128         * po/bg.po
18129         * po/cs.po
18130         * po/el.po
18131         * po/en_GB.po
18132         * po/es.po
18133         * po/fr.po
18134         * po/hr.po
18135         * po/hu.po
18136         * po/it.po
18137         * po/ja.po
18138         * po/ko.po
18139         * po/nl.po
18140         * po/pl.po
18141         * po/pt_BR.po
18142         * po/ru.po
18143         * po/sk.po
18144         * po/sr.po
18145         * po/sv.po
18146         * po/zh_CN.po
18147         * po/zh_TW.Big5.po
18148         * src/compose.c
18149         * tools/Makefile.am
18150         * tools/README
18151         * tools/filter_conv.pl
18152         * tools/kdeservicemenu/README
18153         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18154         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18155                 Sync with HEAD
18156
18157 2004-12-04 [colin]      0.9.12cvs183.1
18158
18159         * src/compose.c
18160                 Sync with HEAD (compose window position saving)
18161
18162 2004-12-04 [paul]       0.9.12cvs182.3
18163
18164         * src/messageview.c
18165         * src/mimeview.c
18166         * src/prefs_customheader.c
18167         * src/gtk/quicksearch.c
18168                 replace some forgotten GTK_SIGNAL_FUNCs
18169
18170 2004-12-04 [paul]       0.9.12cvs182.2
18171
18172         * src/Makefile.am
18173                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18174                 committed in error      
18175
18176 2004-12-04 [paul]       0.9.12cvs182.1
18177
18178         * ChangeLog
18179         * ChangeLog.claws
18180         * ChangeLog.jp
18181         * INSTALL
18182         * NEWS
18183         * README
18184         * README.jp
18185         * configure.ac
18186         * doc/manual/ja/Makefile.am
18187         * doc/manual/ja/sylpheed-1.html
18188         * doc/manual/ja/sylpheed-10.html
18189         * doc/manual/ja/sylpheed-11.html
18190         * doc/manual/ja/sylpheed-12.html
18191         * doc/manual/ja/sylpheed-13.html
18192         * doc/manual/ja/sylpheed-14.html
18193         * doc/manual/ja/sylpheed-15.html
18194         * doc/manual/ja/sylpheed-16.html
18195         * doc/manual/ja/sylpheed-17.html
18196         * doc/manual/ja/sylpheed-18.html
18197         * doc/manual/ja/sylpheed-19.html
18198         * doc/manual/ja/sylpheed-2.html
18199         * doc/manual/ja/sylpheed-20.html
18200         * doc/manual/ja/sylpheed-3.html
18201         * doc/manual/ja/sylpheed-4.html
18202         * doc/manual/ja/sylpheed-5.html
18203         * doc/manual/ja/sylpheed-6.html
18204         * doc/manual/ja/sylpheed-7.html
18205         * doc/manual/ja/sylpheed-8.html
18206         * doc/manual/ja/sylpheed-9.html
18207         * doc/manual/ja/sylpheed.html
18208         * doc/manual/ja/sylpheed.sgml
18209         * po/de.po
18210         * src/Makefile.am
18211         * src/compose.c
18212         * src/procmime.c
18213         * src/pixmaps/regular.xpm **REMOVED**
18214         * src/plugins/pgpmime/pgpmime.c
18215         * src/plugins/pgpmime/plugin.c
18216         * src/plugins/pgpmime/prefs_gpg.c
18217                 sync with HEAD
18218
18219 2004-12-03 [paul]       0.9.12cvs180.1
18220
18221         * ChangeLog
18222         * ChangeLog.claws
18223         * ChangeLog.jp
18224         * configure.ac
18225         * src/Makefile.am
18226         * src/pop.c
18227         * src/common/utils.c
18228         * src/common/utils.h
18229         * src/pixmaps/continue.xpm
18230         * src/pixmaps/dir_close.xpm
18231         * src/pixmaps/dir_open.xpm
18232         * src/pixmaps/drafts_close.xpm
18233         * src/pixmaps/drafts_open.xpm
18234         * src/pixmaps/folder.xpm **REMOVED**
18235         * src/pixmaps/group.xpm
18236         * src/pixmaps/unread.xpm
18237                 sync with HEAD
18238
18239 2004-12-02 [colin]      0.9.12cvs179.1
18240
18241         * src/compose.c
18242                 Sync with HEAD (non-duplicated reedition)
18243
18244 2004-12-02 [colin]      0.9.12cvs178.1
18245
18246         * src/compose.c
18247                 Sync with HEAD (linewrap_quote fix)
18248
18249 2004-12-01 [colin]      0.9.12cvs177.3
18250
18251         * src/addrharvest.c
18252                 Replace sizeof with strlen
18253
18254 2004-12-01 [paul]       0.9.12cvs177.2
18255
18256         * src/addrharvest.c
18257                 fix 'harvest addresses'
18258
18259 2004-11-30 [colin]      0.9.12cvs177.1
18260
18261         * src/gtk/prefswindow.c
18262         * src/gtk/pluginwindow.c
18263                 Sync with HEAD
18264
18265 2004-11-29 [colin]      0.9.12cvs176.1
18266
18267         * src/folderview.c
18268                 sync with HEAD (Fix disappearing separators in folderview's popup)
18269
18270 2004-11-29 [colin]      0.9.12cvs175.1
18271
18272         * src/procmime.c
18273                 Sync with head (another format fix)
18274
18275 2004-11-29 [colin]      0.9.12cvs174.1
18276
18277         * src/pop.c
18278                 Sync with HEAD (format string fix)
18279
18280 2004-11-26 [colin]      0.9.12cvs173.1
18281
18282         * src/common/smtp.c
18283         * src/common/smtp.h
18284                 Sync with HEAD
18285
18286 2004-11-24 [colin]      0.9.12cvs172.1
18287
18288         * src/plugins/pgpmime/pgpmime.c
18289                 Sync with HEAD
18290
18291 2004-11-24 [colin]      0.9.12cvs171.1
18292
18293         * src/plugins/pgpmime/pgpmime.c
18294                 Sync with head (gpgmectx leaks)
18295
18296 2004-11-24 [colin]      0.9.12cvs169.1
18297
18298         * src/plugins/pgpmime/plugin.c
18299         * src/plugins/trayicon/Makefile.am
18300         * src/plugins/trayicon/newmarkedmail.xpm
18301         * src/plugins/trayicon/trayicon.c
18302         * src/plugins/trayicon/unreadmarkedmail.xpm
18303                 Sync with HEAD
18304
18305 2004-11-23 [colin]      0.9.12cvs168.1
18306
18307         * src/partial_download.c
18308         * src/partial_download.h
18309         * src/plugins/pgpmime/plugin.c
18310                 Sync with HEAD
18311
18312 2004-11-23 [colin]      0.9.12cvs166.1
18313
18314         * src/Makefile.am
18315         * src/codeconv.c
18316         * src/compose.c
18317         * src/folderview.c
18318         * src/main.c
18319         * src/partial_download.c
18320         * src/partial_download.h
18321         * src/prefs_account.c
18322         * src/prefs_account.h
18323         * src/privacy.c
18324         * src/privacy.h
18325         * src/procmime.c
18326         * src/common/Makefile.am
18327         * src/common/base64.h
18328         * src/common/partial_download.c
18329         * src/common/partial_download.h
18330         * src/gtk/prefswindow.c
18331         * src/gtk/prefswindow.h
18332         * src/plugins/pgpmime/pgpmime.c
18333         * src/plugins/pgpmime/prefs_gpg.c
18334         * src/plugins/pgpmime/prefs_gpg.h
18335         * src/plugins/pgpmime/sgpgme.c
18336         * src/plugins/pgpmime/sgpgme.h
18337                 Sync with HEAD
18338
18339 2004-11-23 [colin]      0.9.12cvs163.1
18340
18341         * src/main.c
18342                 Sync with HEAD (cursor optimization)
18343
18344 2004-11-23 [colin]      0.9.12cvs162.1
18345
18346         * src/prefs_common.c
18347         * src/prefs_themes.c
18348         * src/procmsg.c
18349                 Sync with HEAD
18350
18351 2004-11-23 [colin]      0.9.12cvs158.9
18352
18353         * src/compose.c
18354                 Fix double-free when forwarding
18355         * src/msgcache.c
18356                 Fix leak on error path
18357                 
18358
18359 2004-11-23 [colin]      0.9.12cvs158.8
18360
18361         * src/compose.c
18362                 Fix possible double-free
18363                 Spotted by Alfons
18364
18365 2004-11-23 [colin]      0.9.12cvs158.7
18366
18367         * src/compose.c
18368                 Fix some signal handlers' prototypes
18369                 Spotted by Alfons
18370
18371 2004-11-22 [colin]      0.9.12cvs158.6
18372
18373         * src/compose.c
18374                 Remove unneeded code and duplicated
18375                 wrapping - patch by Alfons
18376
18377 2004-11-22 [colin]      0.9.12cvs158.5
18378
18379         * src/prefs_themes.c
18380                 Fix oversized selector
18381
18382 2004-11-22 [colin]      0.9.12cvs158.4
18383
18384         * src/compose.c
18385                 fix dump_text()
18386                 patch by Alfons
18387
18388 2004-11-19 [colin]      0.9.12cvs158.3
18389
18390         * src/textview.c
18391                 Add a context menu on links (open, copy)
18392
18393 2004-11-18 [paul]       0.9.12cvs158.2
18394
18395         * src/addrgather.c
18396         * src/exphtmldlg.c
18397         * src/expldifdlg.c
18398         * src/mimeview.c
18399         * src/prefs_common.c
18400         * src/plugins/image_viewer/viewer.c
18401         * src/plugins/spamassassin/spamassassin_gtk.c
18402                 replace deprecated gtk_notebook_set_page
18403                 and gtk_notebook_current_page
18404
18405 2004-11-18 [paul]       0.9.12cvs158.1
18406
18407         * configure.ac
18408         * src/compose.c
18409         * src/mainwindow.c
18410         * src/messageview.c
18411         * src/prefs_common.c
18412         * src/common/utils.c
18413         * src/common/utils.h
18414                 sync with HEAD
18415
18416 2004-11-17 [colin]      0.9.12cvs156.1
18417
18418         * src/prefs_account.c
18419         * src/prefs_account.h
18420         * src/procmsg.c
18421                 Sync with HEAD (add pref to store encrypted mails encrypted)
18422
18423 2004-11-17 [paul]       0.9.12cvs155.1
18424
18425         * ChangeLog
18426         * ChangeLog.claws
18427         * ChangeLog.jp
18428         * NEWS
18429         * configure.ac
18430         * src/compose.c
18431         * src/jpilot.c
18432         * src/privacy.c
18433         * src/procmime.c
18434         * src/procmime.h
18435         * src/procmsg.c
18436         * src/toolbar.c
18437         * src/pixmaps/error.xpm
18438                 sync with HEAD
18439
18440 2004-11-17 [colin]      0.9.12cvs151.1
18441
18442         * src/plugins/pgpmime/pgpmime.c
18443                 Sync with HEAD (remove debug printf)
18444
18445 2004-11-17 [colin]      0.9.12cvs150.1
18446
18447         * src/plugins/pgpmime/pgpmime.c
18448                 Sync with HEAD (off-by-one fix)
18449
18450 2004-11-17 [colin]      0.9.12cvs149.1
18451
18452         * src/procmsg.c
18453                 Sync with HEAD (coding style fixes)
18454
18455 2004-11-16 [colin]      0.9.12cvs148.1
18456
18457         * src/procmsg.c
18458                 Sync with head (Fix the fix)
18459
18460 2004-11-16 [colin]      0.9.12cvs147.1
18461
18462         * src/procmsg.c
18463                 Sync with Main (leak fix)
18464
18465 2004-11-16 [colin]      0.9.12cvs146.14
18466
18467         * src/compose.c
18468                 Remove useless chunk of code
18469                 Patch by Alfons
18470
18471 2004-11-15 [colin]      0.9.12cvs146.13
18472
18473         * src/compose.c
18474                 Fix drafting after insertion
18475                 Patch by Alfons
18476
18477 2004-11-15 [colin]      0.9.12cvs146.12
18478
18479         * src/compose.c
18480         * src/prefs_filtering.c
18481         * src/prefs_filtering_action.c
18482         * src/prefs_toolbar.c
18483                 Fix some const-correctness
18484
18485 2004-11-15 [colin]      0.9.12cvs146.11
18486
18487         * src/summaryview.c
18488         * src/prefs_themes.c
18489         * src/messageview.c
18490                 Fix some leaks
18491
18492 2004-11-15 [colin]      0.9.12cvs146.10
18493
18494         * src/codeconv.c
18495                 More unreadable locale fixes
18496
18497 2004-11-14 [colin]      0.9.12cvs146.9
18498
18499         * src/textview.c
18500                 Fix uri_security_check
18501                 Patch by Alfons
18502
18503 2004-11-13 [paul]       0.9.12cvs146.8
18504
18505         * src/folder.c
18506         * src/procmime.c
18507                 fix 2 bugs introduced in last commit
18508
18509 2004-11-13 [paul]       0.9.12cvs146.7
18510
18511         * src/compose.c
18512         * src/exporthtml.c
18513         * src/exportldif.c
18514         * src/folder.c
18515         * src/imap.c
18516         * src/imap_gtk.c
18517         * src/main.c
18518         * src/mainwindow.c
18519         * src/messageview.c
18520         * src/mh_gtk.c
18521         * src/prefs_themes.c
18522         * src/procmime.c
18523         * src/setup.c
18524         * src/summaryview.c
18525                 replace deprecated g_basename
18526
18527 2004-11-13 [paul]       0.9.12cvs146.6
18528
18529         * src/compose.c
18530         * src/imap.c
18531         * src/matcher_parser.h
18532         * src/matcher_parser_parse.y
18533         * src/prefs_filtering.c
18534         * src/prefs_filtering_action.c
18535         * src/prefs_themes.c
18536         * src/prefs_toolbar.c
18537         * src/common/utils.c
18538                 various small fixes/cleanups
18539
18540 2004-11-12 [colin]      0.9.12cvs146.5
18541
18542         * src/textview.c
18543                 Validate event's origin on visibility notify
18544                 Patch by Alfons.
18545
18546 2004-11-12 [paul]       0.9.12cvs146.4
18547
18548         * src/exporthtml.c
18549         * src/exportldif.c
18550         * src/imap.c
18551         * src/mh.c
18552         * src/mimeview.c
18553         * src/prefs_spelling.c
18554         * src/prefs_themes.c
18555                 replace deprecated g_dirname    
18556
18557 2004-11-12 [colin]      0.9.12cvs146.3
18558
18559         * src/textview.c
18560                 Some coding style fixes
18561
18562 2004-11-12 [colin]      0.9.12cvs146.2
18563
18564         * src/codeconv.c
18565                 We want to replace _all_ extended chars in
18566                 conv_unreadable_*, because any string containing
18567                 extended chars not parsing as UTF8 is 
18568                 undisplayed on gtk2.
18569
18570 2004-11-12 [paul]       0.9.12cvs146.1
18571
18572         * ChangeLog
18573         * ChangeLog.claws
18574         * ChangeLog.jp
18575         * NEWS
18576         * configure.ac
18577         * src/account.c
18578         * src/folderview.c
18579         * src/folderview.h
18580         * src/imap.c
18581         * src/imap_gtk.c
18582         * src/inc.c
18583         * src/mainwindow.c
18584         * src/mh_gtk.c
18585         * src/news_gtk.c
18586         * src/pop.c
18587         * src/prefs_account.c
18588         * src/prefs_account.h
18589         * src/prefs_ext_prog.c
18590         * src/procmime.c
18591         * src/procmime.h
18592         * src/procmsg.c
18593         * src/procmsg.h
18594         * src/summary_search.c
18595         * src/summaryview.c
18596         * src/textview.c
18597         * src/common/defs.h
18598         * src/common/utils.c
18599         * src/common/utils.h
18600         * src/gtk/menu.c
18601         * src/gtk/menu.h
18602                 sync with HEAD
18603
18604 2004-11-11 [colin]      0.9.12cvs144.2
18605
18606         * src/textview.c
18607                 Fix URI range selection (patch by Alfons)
18608
18609 2004-11-09 [colin]      0.9.12cvs144.1
18610
18611         * ChangeLog.claws
18612         * src/compose.c
18613         * src/folder.c
18614         * src/folder_item_prefs.c
18615         * src/prefs_account.c
18616         * src/prefs_account.h
18617         * src/plugins/pgpmime/pgpmime.c
18618                 Sync with HEAD
18619
18620 2004-11-08 [colin]      0.9.12cvs143.1
18621
18622         * src/summaryview.c
18623                 Sync with HEAD (optimize quicksearch)
18624
18625 2004-11-08 [colin]      0.9.12cvs142.2
18626
18627         * src/compose.c
18628                 Don't wrap when Edit/Auto wrapping is disabled
18629
18630 2004-11-08 [colin]      0.9.12cvs142.1
18631
18632         * src/textview.c
18633                 Sync with HEAD
18634
18635 2004-11-08 [colin]      0.9.12cvs141.1
18636
18637         * src/textview.c
18638                 Sync with HEAD (fix some mail URIs)
18639
18640 2004-11-08 [colin]      0.9.12cvs140.3
18641
18642         * src/textview.c
18643                 o Use text cursor instead of arrow when
18644                   not on a link
18645                 o Fix handling of contiguous links (as in
18646                   "colin@colino.net" <colin@colino.net>)
18647                   This one unveils a bug in get_email_part()
18648
18649 2004-11-07 [colin]      0.9.12cvs140.2
18650
18651         * src/textview.c
18652                 Fix memleak. Patch by Alfons.
18653
18654 2004-11-06 [colin]      0.9.12cvs140.1
18655
18656         * src/compose.c
18657                 Sync with HEAD (don't ask passphrase
18658                 when drafting)
18659
18660 2004-11-06 [paul]       0.9.12cvs139.2
18661
18662         * AUTHORS
18663         * src/textview.c
18664         * src/textview.h
18665                 textview URI handling. hovering over a 
18666                 link displays it in the status bar,
18667                 and changes the mouse pointer to a hand 
18668                 cursor. a link is activated with a single 
18669                 click. (Modified from the) patch by Jean-Yves 
18670                 Lefort <jylefort@users.sourceforge.net>
18671                 
18672
18673 2004-11-05 [colin]      0.9.12cvs139.1
18674
18675         * src/compose.c
18676         * src/procmime.c
18677                 Sync with HEAD again ^^
18678
18679 2004-11-05 [colin]      0.9.12cvs139.1
18680
18681         * src/compose.c
18682         * src/procmime.c
18683                 Sync with HEAD
18684
18685 2004-11-03 [paul]       0.9.12cvs138.1
18686
18687         * ChangeLog.claws
18688         * configure.ac
18689         * po/POTFILES.in
18690         * src/prefs_ext_prog.c
18691         * src/procmime.c
18692         * tools/kdeservicemenu/README
18693         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18694         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18695                 sync with HEAD
18696
18697 2004-11-01 [christoph]  0.9.12cvs136.2
18698
18699         * src/procmime.c
18700                 convert MIME parameters to UTF-8
18701
18702 2004-10-29 [colin]      0.9.12cvs136.1
18703
18704         * src/common/utils.c
18705                 Sync with HEAD (don't use '=' in mime boundary)
18706
18707 2004-10-29 [paul]       0.9.12cvs135.1
18708
18709         * configure.ac
18710         * doc/src/rfc2231.txt
18711         * src/procmime.c
18712         * src/common/quoted-printable.c
18713         * src/common/utils.c
18714         * src/common/utils.h
18715                 sync with HEAD
18716
18717 2004-10-27 [paul]       0.9.12cvs134.1
18718
18719         * configure.ac
18720         * src/main.c
18721         * src/procmime.c
18722         * src/plugins/pgpmime/pgpmime.c
18723                 sync with HEAD
18724
18725 2004-10-26 [paul]       0.9.12cvs132.3
18726
18727         * src/account.c
18728         * src/addressbook.c
18729         * src/addrgather.c
18730         * src/addrharvest.c
18731         * src/codeconv.c
18732         * src/compose.c
18733         * src/customheader.c
18734         * src/editaddress.c
18735         * src/editgroup.c
18736         * src/enriched.c
18737         * src/expldifdlg.c
18738         * src/exporthtml.c
18739         * src/exportldif.c
18740         * src/folder.c
18741         * src/foldersel.c
18742         * src/folderview.c
18743         * src/grouplistdialog.c
18744         * src/html.c
18745         * src/imap.c
18746         * src/jpilot.c
18747         * src/ldapserver.c
18748         * src/ldif.c
18749         * src/mimeview.c
18750         * src/news.c
18751         * src/news_gtk.c
18752         * src/pop.c
18753         * src/prefs_display_header.c
18754         * src/prefs_gtk.c
18755         * src/prefs_msg_colors.c
18756         * src/prefs_toolbar.c
18757         * src/procheader.c
18758         * src/procmime.c
18759         * src/summaryview.c
18760         * src/textview.c
18761         * src/toolbar.c
18762         * src/vcard.c
18763         * src/common/mgutils.c
18764         * src/common/nntp.c
18765         * src/common/smtp.c
18766         * src/common/template.c
18767         * src/common/utils.c
18768         * src/common/xmlprops.c
18769         * src/plugins/pgpmime/pgpmime.c
18770         * src/plugins/pgpmime/select-keys.c
18771         * src/plugins/pgpmime/sgpgme.c
18772                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18773                 g_string_sprintfa(), gtk_notebook_current_page()
18774
18775 2004-10-26 [colin]      0.9.12cvs132.2
18776
18777         * src/prefs_folder_item.c
18778                 Fix default-account selection
18779
18780 2004-10-21 [colin]      0.9.12cvs133
18781
18782         * src/compose.c
18783                 Sync with HEAD (Remove extra separator in compose's Options)
18784         * src/textview.c
18785                 Set wrapping to char
18786
18787 2004-10-21 [paul]       0.9.12cvs131.2
18788
18789         * src/compose.c
18790         * src/sourcewindow.c
18791                 fix wrapping
18792                 fix window shrinking 
18793
18794 2004-10-21 [colin]      0.9.12cvs131.1
18795
18796         * ChangeLog.claws
18797         * src/compose.c
18798                 Sync with HEAD
18799
18800 2004-10-21 [paul]       0.9.12cvs130.2
18801
18802         * src/prefs_folder_item.c
18803                 sync with HEAD (Apply to subfolders)
18804
18805 2004-10-19 [colin]      0.9.12cvs130.1
18806
18807         * ChangeLog.claws
18808         * src/compose.c
18809         * src/common/utils.c
18810         * src/gtk/menu.c
18811                 Sync with HEAD
18812
18813 2004-10-19 [colin]      0.9.12cvs128.1
18814
18815         * src/addrbook.c
18816         * src/addrcache.c
18817         * src/addressbook.c
18818         * src/codeconv.c
18819         * src/compose.c
18820         * src/customheader.c
18821         * src/editaddress.c
18822         * src/editgroup.c
18823         * src/exporthtml.c
18824         * src/folder.c
18825         * src/folderview.c
18826         * src/imap.c
18827         * src/jpilot.c
18828         * src/main.c
18829         * src/matcher_parser_parse.y
18830         * src/mbox.c
18831         * src/pop.c
18832         * src/prefs_account.c
18833         * src/prefs_gtk.c
18834         * src/prefs_msg_colors.c
18835         * src/procheader.c
18836         * src/procmime.c
18837         * src/procmime.h
18838         * src/procmsg.c
18839         * src/summaryview.c
18840         * src/textview.c
18841         * src/common/base64.c
18842         * src/common/partial_download.c
18843         * src/common/socket.c
18844         * src/common/sylpheed.c
18845         * src/common/utils.c
18846         * src/common/utils.h
18847         * src/gtk/pluginwindow.c
18848         * src/gtk/quicksearch.c
18849         * src/plugins/clamav/clamav_plugin.c
18850         * src/plugins/clamav/clamav_plugin.h
18851         * src/plugins/clamav/clamav_plugin_gtk.c
18852         * src/plugins/pgpmime/passphrase.c
18853         * src/plugins/pgpmime/pgpmime.c
18854         * src/plugins/pgpmime/plugin.c
18855         * src/plugins/pgpmime/prefs_gpg.c
18856         * src/plugins/pgpmime/prefs_gpg.h
18857         * src/plugins/pgpmime/select-keys.c
18858         * src/plugins/pgpmime/sgpgme.c
18859         * src/plugins/spamassassin/libspamc.c
18860         * src/plugins/spamassassin/spamassassin.c
18861         * src/plugins/spamassassin/spamassassin.h
18862         * src/plugins/spamassassin/spamassassin_gtk.c
18863         * src/plugins/trayicon/trayicon.c
18864         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18865                 Sync with HEAD
18866
18867 2004-10-14 [colin]      0.9.12cvs126.2
18868
18869         * src/codeconv.c
18870         * src/textview.c
18871                 Fix conv_unreadable_locale
18872
18873 2004-10-13 [colin]      0.9.12cvs126.1
18874
18875         * src/compose.c
18876                 Sync with HEAD (don't convert charset for 
18877                 drafted messages, minor cleanup)
18878
18879 2004-10-13 [colin]      0.9.12cvs125.1
18880
18881         * po/POTFILES.in
18882                 Sync with HEAD (POTFILES fix)
18883
18884 2004-10-12 [colin]      0.9.12cvs124.3
18885
18886         * src/compose.c
18887                 Fix encoding bug from latest sync
18888
18889 2004-10-12 [paul]       0.9.12cvs124.2
18890
18891         * src/plugins/pgpmime/prefs_gpg.c
18892         * src/plugins/pgpmime/prefs_gpg.h
18893                 forgotten in last commit        
18894
18895 2004-10-12 [paul]       0.9.12cvs124.1
18896
18897         * ChangeLog.claws
18898         * configure.ac
18899         * m4/spamassassin.m4
18900         * src/Makefile.am
18901         * src/account.c
18902         * src/compose.c
18903         * src/compose.h
18904         * src/crash.c
18905         * src/main.c
18906         * src/mimeview.c
18907         * src/passphrase.c
18908         * src/passphrase.h
18909         * src/prefs_account.c
18910         * src/prefs_account.h
18911         * src/prefs_common.c
18912         * src/privacy.c
18913         * src/privacy.h
18914         * src/procmime.c
18915         * src/procmime.h
18916         * src/procmsg.c
18917         * src/rfc2015.c
18918         * src/rfc2015.h
18919         * src/select-keys.c
18920         * src/select-keys.h
18921         * src/textview.c
18922         * src/common/utils.c
18923         * src/common/utils.h
18924         * src/gtk/about.c
18925         * src/plugins/pgpmime/Makefile.am
18926         * src/plugins/pgpmime/passphrase.c
18927         * src/plugins/pgpmime/passphrase.h
18928         * src/plugins/pgpmime/pgpmime.c
18929         * src/plugins/pgpmime/plugin.c
18930         * src/plugins/pgpmime/select-keys.c
18931         * src/plugins/pgpmime/select-keys.h
18932         * src/plugins/pgpmime/sgpgme.c
18933         * src/plugins/pgpmime/sgpgme.h
18934                 sync with HEAD
18935
18936 2004-10-04 [colin]      0.9.12cvs122.1
18937
18938         * src/mainwindow.c
18939         * src/messageview.c
18940         * src/messageview.h
18941         * src/textview.c
18942                 Sync with HEAD
18943
18944 2004-10-04 [colin]      0.9.12cvs121.1
18945
18946         * src/summaryview.c
18947                 Sync with HEAD
18948
18949 2004-10-04 [paul]       0.9.12cvs120.1
18950
18951         * configure.ac
18952                 sync with HEAD [don't try to build 
18953                 pgpmime plugin when gpgme is disabled]
18954
18955 2004-10-03 [colin]      0.9.12cvs119.3
18956
18957         * src/gtk/gtksctree.c
18958                 Lots of side effects. Put back as before 117.2.
18959         * src/summaryview.c
18960                 Fix bug #602
18961
18962 2004-10-03 [colin]      0.9.12cvs119.2
18963
18964         * src/gtk/gtksctree.c
18965                 Revert 608 fix that doesn't work that good
18966
18967 2004-10-02 [colin]      0.9.12cvs119.1
18968
18969         * src/mainwindow.c
18970         * src/messageview.c
18971         * src/prefs_common.h
18972         * src/procmime.c
18973         * src/procmime.h
18974         * src/textview.c
18975                 Sync with HEAD
18976         * src/gtk/gtksctree.c
18977                 Close bug #608
18978
18979 2004-10-01 [colin]      0.9.12cvs118.1
18980
18981         * src/mimeview.c
18982                 Sync with HEAD (better Save All fix)
18983
18984 2004-10-01 [colin]      0.9.12cvs117.2
18985
18986         * src/gtk/gtksctree.c
18987                 Faster on selection
18988
18989 2004-10-01 [colin]      0.9.12cvs117.1
18990
18991         * src/mimeview.c
18992                 Sync with HEAD (Save All: only attachments)
18993
18994 2004-10-01 [paul]       0.9.12cvs116.1
18995
18996         * ChangeLog.claws
18997         * configure.ac
18998         * src/account.c
18999         * src/prefs_common.c
19000         * src/gtk/colorlabel.c
19001                 sync with HEAD
19002
19003 2004-09-30 [colin]      0.9.12cvs115.1
19004
19005         * src/stock_pixmap.c
19006         * src/stock_pixmap.h
19007         * src/folderview.c
19008         * src/Makefile.am
19009         * src/pixmaps/read.xpm
19010                 Sync with HEAD (new pixmap)
19011
19012 2004-09-29 [colin]      0.9.12cvs114.1
19013
19014         * src/compose.c
19015                 Sync with HEAD
19016                 Fix focus handling in headers
19017
19018 2004-09-29 [paul]       0.9.12cvs113.1
19019
19020         * src/quote_fmt_parse.y
19021                 sync with HEAD
19022  
19023
19024 2004-09-28 [colin]      0.9.12cvs112.1
19025
19026         * src/folderview.c
19027         * src/mainwindow.c
19028                 Sync with HEAD
19029
19030 2004-09-28 [colin]      0.9.12cvs110.1
19031
19032         * src/folderview.c
19033                 Sync with HEAD (Contextual Empty trash menu)
19034
19035 2004-09-28 [colin]      0.9.12cvs108.1
19036
19037         * src/addressbook.c
19038                 Sync with HEAD (addressbook edit on double-click)
19039
19040 2004-09-28 [colin]      0.9.12cvs106.1
19041
19042         * src/inc.c
19043                 Sync with HEAD (folder_item freeze on inc)
19044
19045 2004-09-27 [colin]      0.9.12cvs105.1
19046
19047         * src/folderview.c
19048                 Sync with HEAD (right-align new and unread column)
19049
19050 2004-09-27 [colin]      0.9.12cvs104.1
19051
19052         * src/main.c
19053                 Sync with HEAD (revert 0.9.12cvs101)
19054
19055 2004-09-24 [colin]      0.9.12cvs103.2
19056
19057         * src/wizard.c
19058                 Fix gtk warnings and use domain part of the email address 
19059                 when domain detection fails (no dot in domain name)
19060
19061 2004-09-23 [colin]      0.9.12cvs103.1
19062
19063         * src/plugins/spamassassin/libspamc.c
19064         * src/plugins/spamassassin/libspamc.h
19065         * src/plugins/spamassassin/utils.c
19066         * src/plugins/spamassassin/utils.h
19067                 Sync with HEAD (Update spamassassin to 3.0)
19068
19069 2004-09-21 [colin]      0.9.12cvs102.3
19070
19071         * src/action.c
19072                 Add horizontal scrollbar in action io dialog as needed
19073                 Patch by Alfons.
19074
19075 2004-09-20 [colin]      0.9.12cvs102.2
19076
19077         * src/plugins/image_viewer/viewer.c
19078                 Remove imlib stuff
19079                 use gtk_pixmap_set when clearing
19080                 (would be better to use gtkImages, but causes size-allocate 
19081                 signals storm)
19082
19083 2004-09-17 [paul]       0.9.12cvs102.1
19084
19085         * ChangeLog
19086         * ChangeLog.claws
19087         * ChangeLog.jp
19088         * configure.ac
19089         * src/inc.c
19090                 sync with HEAD
19091
19092
19093 2004-09-17 [colin]      0.9.12cvs101.1
19094
19095         * ChangeLog.claws
19096         * src/main.c
19097                 Sync with HEAD (fix segs at exit)
19098
19099 2004-09-14 [colin]      0.9.12cvs99.5
19100
19101         * src/common/socket.c
19102         * AUTHORS
19103                 Fix send error on 64bit platforms
19104                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19105
19106 2004-09-14 [colin]      0.9.12cvs99.4
19107
19108         * src/action.c
19109                 Fix action output with utf8 
19110                 Patch by Alfons.
19111
19112 2004-09-14 [colin]      0.9.12cvs99.3
19113
19114         * ChangeLog.claws
19115         * src/folder.c
19116                 Sync with HEAD
19117
19118 2004-09-09 [colin]      0.9.12cvs99.2
19119
19120         * src/action.c
19121                 Fix progress bar (displaying "Completed %v/%u")
19122                 Patch by Alfons.
19123
19124 2004-09-08 [colin]      0.9.12cvs99.1
19125
19126         * src/account.c
19127         * src/folder.c
19128         * src/procmsg.c
19129         * src/procmsg.h
19130         * src/plugins/pgpmime/pgpmime.c
19131                 Sync with HEAD
19132
19133 2004-09-08 [colin]      0.9.12cvs97.2
19134
19135         * src/summaryview.c
19136                 Don't select mails in collapsed threads 
19137                 when navigating with up/down
19138
19139 2004-09-07 [colin]      0.9.12cvs97.1
19140
19141         * src/inc.c
19142                 Sync with HEAD (meaningful error messages)
19143
19144 2004-09-06 [colin]      0.9.12cvs96.1
19145
19146         * src/toolbar.c
19147                 Sync with HEAD (fix Redirect graying out)
19148
19149 2004-09-06 [colin]      0.9.12cvs95.1
19150
19151         * src/summaryview.c
19152         * src/mimeview.c
19153                 Sync with HEAD (fix dropped URIs)
19154
19155 2004-09-06 [colin]      0.9.12cvs94.1
19156
19157         * src/addressbook.c
19158         * src/addressitem.h
19159         * src/addritem.c
19160         * src/addritem.h
19161                 Sync with HEAD (addressbook DnD)
19162
19163 2004-09-03 [colin]      0.9.12cvs93.1
19164
19165         * src/summaryview.c
19166                 Sync with HEAD (next/prev unread)
19167
19168 2004-09-03 [colin]      0.9.12cvs92.1
19169
19170         * src/prefs_common.c
19171         * src/prefs_common.h
19172         * src/summaryview.c
19173                 Sync with HEAD ('mark_as_read_delay' pref)
19174
19175 2004-09-02 [colin]      0.9.12cvs91.2
19176
19177         * src/common/xml.c
19178                 Fix leak
19179
19180 2004-09-02 [colin]      0.9.12cvs91.1
19181
19182         * src/gtk/menu.c
19183                 Sync with HEAD (menu accel don't work, but whatever)
19184
19185 2004-09-02 [colin]      0.9.12cvs90.1
19186
19187         * src/account.c
19188                 Sync with HEAD (fix bug 582)
19189
19190 2004-09-02 [colin]      0.9.12cvs89.1
19191
19192         * src/addrindex.c
19193                 Sync with HEAD (free deleted queries)
19194
19195 2004-09-02 [colin]      0.9.12cvs88.1
19196
19197         * src/ldapquery.c
19198                 Sync with HEAD (fix LDAP freezes)
19199
19200 2004-09-02 [colin]      0.9.12cvs87.1
19201
19202         * src/prefs_spelling.c
19203                 Sync with HEAD (add default dictionary)
19204
19205 2004-09-01 [colin]      0.9.12cvs86.1
19206
19207         * src/filtering.c
19208         * src/folderview.c
19209         * src/imap.c
19210         * src/prefs_matcher.c
19211         * src/stock_pixmap.c
19212         * src/summary_search.c
19213         * src/summaryview.c
19214         * src/wizard.c
19215         * src/wizard.h
19216                 Sync with HEAD (uninitialized vars fixes)
19217                 + gtk2 specific warning fixes
19218
19219 2004-08-31 [colin]      0.9.12cvs85.1
19220
19221         * src/folder.c
19222                 Sync with HEAD (Fix memory corruption due to 
19223                 uninitialized var)
19224
19225 2004-08-31 [colin]      0.9.12cvs84.4
19226
19227         * src/summary_search.c
19228                 Fix segfaults when searching in folders with broken headers
19229
19230 2004-08-31 [colin]      0.9.12cvs84.3
19231
19232         * src/compose.c
19233         * src/textview.c
19234                 Fix some more encoding/decoding issues
19235
19236 2004-08-30 [colin]      0.9.12cvs84.2
19237
19238         * src/mimeview.c
19239         * src/prefs_themes.c
19240         * src/gtk/filesel.c
19241         * src/gtk/filesel.h
19242                 Add a folder-mode selection (fixes mimeview's "Save all")
19243
19244 2004-08-29 [colin]      0.9.12cvs84.1
19245
19246         * src/mimeview.c
19247                 Sync with HEAD (don't escape saved filenames)
19248
19249 2004-08-27 [colin]      0.9.12cvs83.1
19250
19251         * ChangeLog
19252         * ChangeLog.claws
19253         * ChangeLog.jp
19254         * src/mh.c
19255         * src/procheader.c
19256         * src/procmsg.c
19257         * src/procmsg.h
19258         * src/common/utils.c
19259         * src/gtk/menu.h
19260         * po/
19261                 Sync with HEAD 0.9.12cvs83 (sync with main)
19262
19263 2004-08-26 [colin]      0.9.12cvs82.4
19264
19265         * src/codeconv.c
19266                 Fix strange stack corruption
19267                 Convert to utf8 after unmime, not before
19268
19269 2004-08-26 [colin]      0.9.12cvs82.3
19270
19271         * src/main.c
19272         * src/wizard.c
19273                 Fix account folders duplication
19274
19275 2004-08-25 [colin]      0.9.12cvs82.2
19276
19277         * src/wizard.c
19278                 Remove ports
19279                 Add SSL selection
19280                 Use login@server as account name
19281
19282 2004-08-25 [colin]      0.9.12cvs82.1
19283
19284         * src/plugins/pgpmime/pgpmime.c
19285                 Sync with HEAD (leak fix).
19286
19287 2004-08-25 [colin]      0.9.12cvs81.1
19288
19289         * src/plugins/pgpmime/pgpmime.c
19290         * src/plugins/pgpmime/sgpgme.c
19291         * src/plugins/pgpmime/sgpgme.h
19292                 Sync with HEAD (Handle combined messages).
19293
19294 2004-08-24 [colin]      0.9.12cvs80.3
19295
19296         * src/wizard.c
19297                 Fix full name, ports, and imap
19298
19299 2004-08-24 [colin]      0.9.12cvs80.2
19300
19301         * src/Makefile.am
19302         * src/main.c
19303         * src/setup.c
19304         * src/setup.h
19305         * src/stock_pixmap.c
19306         * src/stock_pixmap.h
19307         * src/wizard.c ** ADDED **
19308         * src/wizard.h ** ADDED ** 
19309         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19310                 Add a setup wizard 
19311
19312 2004-08-24 [colin]      0.9.12cvs80.1
19313
19314         * src/folder.c
19315                 Sync with HEAD (set mimeflags on all messages)
19316
19317 2004-08-24 [colin]      0.9.12cvs79.3
19318
19319         * src/matcher_parser_lex.l
19320                 Fix 8bits strings not in utf8
19321
19322 2004-08-24 [colin]      0.9.12cvs79.2
19323
19324         * src/compose.c
19325                 Check conversion result before replacing buffer
19326
19327 2004-08-23 [colin]      0.9.12cvs79.1
19328
19329         * src/compose.c
19330                 Sync with HEAD (create message header in memory)
19331
19332 2004-08-23 [colin]      0.9.12cvs78.1
19333
19334         * src/rfc2015.c
19335         * src/rfc2015.h
19336                 Sync with HEAD (fix bug 197 again)
19337
19338 2004-08-23 [colin]      0.9.12cvs77.3
19339
19340         * src/compose.c
19341                 Fix again inline gpg signing (which outputs utf8
19342                 in gtk2). Not syncing this fix to HEAD as this 
19343                 code is meant to die.
19344
19345 2004-08-23 [colin]      0.9.12cvs77.2
19346
19347         * src/prefs_account.h
19348                 Remove useless include
19349
19350 2004-08-23 [colin]      0.9.12cvs77.1
19351
19352         * src/imap.c
19353         * po/es.po
19354         * po/fr.po
19355         * po/it.po
19356         * po/pl.po
19357         * po/pt_BR.po
19358         * po/sk.po
19359         * po/sr.po
19360                 Sync with HEAD (fix bug 577)
19361
19362 2004-08-22 [colin]      0.9.12cvs76.1
19363
19364         * src/plugins/trayicon/trayicon.c
19365                 Sync with HEAD (fix formatting bug)
19366
19367 2004-08-21 [colin]      0.9.12cvs74.2
19368
19369         * src/gtk/colorsel.c
19370                 Fix bug 564 (Folder color selection window exits on any
19371                 keypress)
19372
19373 2004-08-21 [colin]      0.9.12cvs74.1
19374
19375         * ChangeLog.claws
19376         * src/compose.c
19377         * src/summaryview.c
19378         * src/toolbar.c
19379                 Sync with HEAD (fix bug 576)
19380
19381 2004-08-21 [colin]      0.9.12cvs70.1
19382
19383         * src/compose.c
19384         * src/mainwindow.c
19385                 Sync with HEAD
19386                 
19387
19388 2004-08-21 [paul]       0.9.12cvs66.4
19389
19390         * src/mainwindow.c
19391         * src/messageview.c
19392         * src/gtk/menu.c
19393         * src/plugins/spamassassin/spamassassin_gtk.c
19394                 remove some deprecated gtk1 functions
19395
19396
19397 2004-08-21 [colin]      0.9.12cvs66.3
19398
19399         * src/compose.c
19400         * src/codeconv.c
19401                 Fix warnings
19402                 Remove encoding hacks
19403                 Fix bug 575 (Strange character messes up message)
19404                 Don't display conversion error when drafting
19405
19406 2004-08-21 [paul]       0.9.12cvs66.2
19407
19408         * src/prefs_account.c
19409                 fix GnuPG mode bugs
19410
19411
19412 2004-08-20 [colin]      0.9.12cvs66.1
19413
19414         * src/codeconv.c
19415                 Sync with HEAD 0.9.12cvs66
19416
19417 2004-08-20 [paul]
19418
19419         * src/plugins/pgpmime/plugin.c
19420                 modify PGP/MIME plugin's description
19421
19422 2004-08-17 [colin]      0.9.12cvs65.1
19423
19424         * src/common/ssl.c
19425         * src/plugins/pgpmime/plugin.c
19426                 Sync with HEAD
19427
19428 2004-08-14 [colin]      0.9.12cvs60.3
19429
19430         * src/plugins/trayicon/trayicon.c
19431                 Put back resize callback, on size-request signal
19432                 rather than size-allocate to avoid infinite 
19433                 callback loop
19434
19435 2004-08-13 [colin]      0.9.12cvs60.2
19436
19437         * src/common/defs.h
19438                 Cache versions have been fixed
19439
19440 2004-08-13 [colin]      0.9.12cvs60.1
19441
19442         * src/folderutils.c
19443                 Sync with HEAD
19444
19445 2004-08-12 [colin]      0.9.12cvs59.1
19446
19447         * src/plugins/trayicon/trayicon.c
19448                 Sync with HEAD
19449
19450 2004-08-12 [colin]      0.9.12cvs57.5
19451
19452         * sylpheed.desktop
19453         * configure.ac
19454         * src/Makefile.am
19455         * src/main.c
19456                 Add support for Freedesktop.org's startup notification
19457
19458 2004-08-11 [colin]      0.9.12cvs57.4
19459
19460         * src/textview.c
19461                 Fix off-by-one
19462
19463 2004-08-11 [colin]      0.9.12cvs57.3
19464
19465         * src/message_search.c
19466         * src/summary_search.c
19467                 Make searches case insensitive by default
19468         * src/textview.c
19469                 Fix case-insensitive search in message
19470
19471 2004-08-11 [colin]      0.9.12cvs57.2
19472
19473         * src/summary_search.c
19474                 Let case-sensitive be specified
19475
19476 2004-08-10 [colin]      0.9.12cvs55.4
19477
19478         * src/common/socket.c
19479                 Fix the possible race condition
19480
19481 2004-08-09 [paul]       0.9.12cvs55.3
19482
19483         * configure.ac
19484         * src/Makefile.am
19485         * src/common/Makefile.am
19486                 sync with HEAD
19487
19488
19489 2004-08-09 [paul]       0.9.12cvs55.2
19490
19491         * autogen.sh
19492         * po/poconv.sh
19493                 remove unneeded script
19494
19495         * configure.ac
19496                 add forgotten USE_LDAP_TLS (sync with HEAD)
19497
19498
19499 2004-08-09 [colin]      0.9.12cvs55.1
19500
19501         * src/main.c
19502         * src/common/ssl.c
19503         * src/common/sylpheed.c
19504         * src/common/sylpheed.h
19505                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19506
19507 2004-08-09 [paul]       0.9.12cvs54.1
19508
19509         * ChangeLog
19510         * ChangeLog.claws
19511         * ChangeLog.jp
19512         * configure.ac
19513         * po/POTFILES.in
19514         * src/Makefile.am
19515         * src/folderutils.c
19516         * src/main.c
19517         * src/pgpmime.c
19518         * src/pgpmime.h
19519         * src/sgpgme.c
19520         * src/sgpgme.h
19521         * src/plugins/Makefile.am
19522         * src/plugins/pgpmime/.cvsignore
19523         * src/plugins/pgpmime/Makefile.am
19524         * src/plugins/pgpmime/pgpmime.c
19525         * src/plugins/pgpmime/pgpmime.h
19526         * src/plugins/pgpmime/plugin.c
19527         * src/plugins/pgpmime/sgpgme.c
19528         * src/plugins/pgpmime/sgpgme.h
19529                 sync with HEAD
19530
19531 2004-08-08 [paul]       0.9.12cvs51.1
19532
19533         * configure.ac
19534         * src/folder.c
19535                 sync with HEAD
19536
19537 2004-08-07 [colin]      0.9.12cvs50.1
19538
19539         * src/pop.c
19540         * src/common/partial_download.c
19541                 fix warnings (sync from HEAD)
19542
19543 2004-08-07 [colin]      0.9.12cvs48.1
19544
19545         * src/prefs_folder_item.c
19546                 sync with HEAD 0.9.12cvs48
19547
19548 2004-08-06 [colin]      0.9.12cvs47.1
19549
19550         * src/compose.c
19551                 Sync with HEAD
19552
19553 2004-08-06 [christoph]  0.9.12cvs46.2
19554
19555         * src/main.c
19556         * src/plugins/clamav/clamav_plugin_gtk.c
19557         * src/plugins/dillo_viewer/dillo_viewer.c
19558         * src/plugins/image_viewer/plugin.c
19559         * src/plugins/mathml_viewer/mathml_viewer.c
19560         * src/plugins/spamassassin/spamassassin_gtk.c
19561         * src/plugins/trayicon/trayicon.c
19562                 don't mix GTK1.2 plugin with GTK2 plugins
19563
19564 2004-08-06 [colin]      0.9.12cvs46.1
19565
19566         * ChangeLog
19567         * ChangeLog.claws
19568         * ChangeLog.jp
19569         * configure.ac
19570         * sylpheed-claws.pc.in
19571         * src/folder.c
19572         * src/imap.c
19573         * src/localfolder.c
19574         * src/messageview.c
19575         * src/mimeview.c
19576         * src/mimeview.h
19577         * src/msgcache.c
19578         * src/news.c
19579         * src/prefs_ext_prog.c
19580         * src/prefs_folder_item.c
19581         * src/prefs_fonts.c
19582         * src/prefs_msg_colors.c
19583         * src/prefs_spelling.c
19584         * src/prefs_themes.c
19585         * src/prefs_toolbar.c
19586         * src/prefs_wrapping.c
19587         * src/procmime.h
19588         * src/common/defs.h
19589         * src/common/nntp.c
19590         * src/common/session.c
19591         * src/common/session.h
19592         * src/common/socket.c
19593         * src/common/utils.h
19594         * src/common/xml.c
19595         * src/common/xml.h
19596         * src/gtk/prefswindow.c
19597         * src/gtk/prefswindow.h
19598         * src/plugins/clamav/clamav_plugin_gtk.c
19599         * src/plugins/dillo_viewer/dillo_prefs.c
19600         * src/plugins/image_viewer/viewerprefs.c
19601         * src/plugins/spamassassin/spamassassin_gtk.c
19602         * m4/openssl.m4 *** REMOVED ***
19603                 Sync with HEAD 0.9.12cvs46
19604
19605 2004-08-03 [paul]       0.9.12cvs40.2
19606
19607         * src/action.c
19608         * src/addressadd.c
19609         * src/addressbook.c
19610         * src/addrgather.c
19611         * src/browseldap.c
19612         * src/compose.c
19613         * src/crash.c
19614         * src/editaddress.c
19615         * src/editgroup.c
19616         * src/editldap_basedn.c
19617         * src/foldersel.c
19618         * src/importldif.c
19619         * src/mimeview.c
19620         * src/prefs_common.c
19621         * src/prefs_template.c
19622         * src/sourcewindow.c
19623         * src/summaryview.c
19624         * src/gtk/about.c
19625         * src/gtk/foldersort.c
19626         * src/gtk/logwindow.c
19627         * src/gtk/pluginwindow.c
19628         * src/gtk/prefswindow.c
19629                 change all gtk_scrolled_window_set_policy from 
19630                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19631
19632 2004-08-02 [paul]       0.9.12cvs40.1
19633
19634         * AUTHORS
19635                 update translation team section
19636         * po/pt_BR.po
19637                 updated by Frederico Goncalves Guimaraes
19638                 <fggdebian@yahoo.com.br>
19639
19640 2004-07-31 [colin]      0.9.12cvs39.9
19641
19642         * src/exphtmldlg.c
19643                 Fix compilation
19644
19645 2004-07-31 [colin]      0.9.12cvs39.8
19646
19647         * src/exphtmldlg.c
19648                 Fix an alertpanel type
19649
19650 2004-07-30 [colin]      0.9.12cvs39.7
19651
19652         * src/alertpanel.c
19653                 Fix alertpanel_error_log's icon
19654
19655 2004-07-30 [colin]      0.9.12cvs39.6
19656
19657         * src/pop.c
19658                 Two of them should still be warnings
19659
19660 2004-07-30 [colin]      0.9.12cvs39.5
19661
19662         * src/pop.c
19663                 More warning -> error
19664 2004-07-29 [colin]      0.9.12cvs39.4
19665
19666         * src/pop.c
19667                 Warning -> error
19668
19669 2004-07-29 [colin]      0.9.12cvs39.3
19670
19671         * src/prefs_matcher.c
19672                 Fix segfault
19673
19674 2004-07-29 [colin]      0.9.12cvs39.2
19675
19676         * src/alertpanel.c
19677                 More nice-looking alertpanels
19678
19679 2004-07-29 [colin]      0.9.12cvs39.1
19680
19681         * src/messageview.c
19682                 sync with head
19683                 (inform user when partial mail is deleted on server)
19684
19685 2004-07-29 [colin]      0.9.12cvs38.1
19686
19687         * src/messageview.c
19688                 sync with head
19689
19690 2004-07-28 [paul]       0.9.12cvs37.7
19691
19692         * src/mainwindow.c
19693                 complete the replacement of deprecated gtk_progress_*
19694
19695 2004-07-28 [paul]       0.9.12cvs37.6
19696
19697         * src/action.c
19698         * src/inc.c
19699         * src/mainwindow.c
19700         * src/send_message.c
19701         * src/gtk/progressdialog.c
19702         * src/gtk/progressdialog.h
19703                 replace deprecated gtk_progress_*
19704
19705 2004-07-28 [paul]       0.9.12cvs37.5
19706
19707         * src/gtk/filesel.c
19708                 remove gtk_window_set_wmclass()
19709 2004-07-28 [paul]       0.9.12cvs37.4
19710
19711         * src/addressbook.c
19712         * src/compose.c
19713         * src/foldersel.c
19714         * src/mainwindow.c
19715         * src/messageview.c
19716         * src/sourcewindow.c
19717         * src/gtk/logwindow.c
19718                 remove gtk_window_set_wmclass()
19719                 
19720         * src/prefs_filtering.c
19721         * src/prefs_filtering_action.c
19722         * src/prefs_fonts.c
19723         * src/prefs_gtk.c
19724         * src/prefs_matcher.c
19725         * src/ssl_manager.c
19726         * src/gtk/prefswindow.c
19727                 replace gtk_window_position()
19728
19729 2004-07-28 [colin]      0.9.12cvs37.3
19730
19731         * src/alertpanel.c
19732         * src/alertpanel.h
19733                 Add a way to specify panel type for specific
19734                 panels (alertpanel())
19735         * src/account.c
19736         * src/addressbook.c
19737         * src/compose.c
19738         * src/expldifdlg.c
19739         * src/main.c
19740         * src/messageview.c
19741         * src/summaryview.c
19742         * src/textview.c
19743         * src/gtk/sslcertwindow.c
19744                 Fix alertpanel()s so that their icon match
19745                 their real type
19746
19747 2004-07-28 [paul]       0.9.12cvs37.2
19748
19749         * src/addr_compl.c
19750         * src/addressbook.c
19751         * src/alertpanel.c
19752         * src/compose.c
19753         * src/export.c
19754         * src/foldersel.c
19755         * src/folderview.c
19756         * src/grouplistdialog.c
19757         * src/import.c
19758         * src/mainwindow.c
19759         * src/message_search.c
19760         * src/messageview.c
19761         * src/passphrase.c
19762         * src/prefs_actions.c
19763         * src/prefs_common.c
19764         * src/prefs_customheader.c
19765         * src/prefs_display_header.c
19766         * src/prefs_filtering.c
19767         * src/prefs_filtering_action.c
19768         * src/prefs_gtk.c
19769         * src/prefs_matcher.c
19770         * src/prefs_msg_colors.c
19771         * src/prefs_summary_column.c
19772         * src/prefs_template.c
19773         * src/sourcewindow.c
19774         * src/ssl_manager.c
19775         * src/summary_search.c
19776         * src/gtk/colorsel.c
19777         * src/gtk/description_window.c
19778         * src/gtk/gtkaspell.c
19779         * src/gtk/inputdialog.c
19780         * src/gtk/logwindow.c
19781         * src/gtk/prefswindow.c
19782         * src/gtk/progressdialog.c
19783                 replace deprecated gtk_window_set_policy
19784
19785 2004-07-27 [colin]      0.9.12cvs37.1
19786
19787         * src/msgcache.c
19788                 More fixes (synced for head again)
19789
19790 2004-07-27 [colin]      0.9.12cvs35.3
19791
19792         * src/msgcache.c
19793                 Fix wrong test
19794
19795 2004-07-27 [colin]      0.9.12cvs35.2
19796
19797         * src/mimeview.c
19798                 Fix width a bit (by Paul)
19799         * src/alertpanel.c
19800         * src/alertpanel.h
19801                 Specialize icons, make alertpanel_message()
19802                 private
19803         * src/message_search.c
19804         * src/sgpgme.c
19805         * src/summary_search.c
19806                 Suit alertpanel changes
19807
19808 2004-07-27 [colin]      0.9.12cvs35.1
19809
19810         * src/alertpanel.c
19811                 Add an icon
19812         * src/passphrase.c
19813                 Add debug output - maybe someone will
19814                 want to look at the problem with Grab
19815                 Input :)
19816         Bump version as we're synced with HEAD
19817
19818 2004-07-26 [colin]      0.9.12cvs33.26
19819
19820         * src/pop.c
19821                 Fix uidl-file parsing when not in new
19822                 format
19823
19824 2004-07-26 [colin]      0.9.12cvs33.25
19825
19826         * src/gtk/menu.c
19827                 Move popup menu up if necessary (fixes 
19828                 account selector)
19829         * src/mainwindow.c
19830                 Set account selector's button height to
19831                 minimum
19832
19833 2004-07-26 [colin]      0.9.12cvs33.24
19834
19835         * src/alertpanel.c
19836                 Maybe fix 551 (Truncated font in alert window)
19837
19838 2004-07-26 [colin]      0.9.12cvs33.23
19839
19840         * po/de.po
19841         * po/es.po
19842         * po/fr.po
19843         * po/it.po
19844         * po/ja.po
19845         * po/pl.po
19846         * po/ru.po
19847         * po/sk.po
19848         * po/sr.po
19849         * po/zh_CN.po
19850                 Sync po files with HEAD
19851
19852 2004-07-26 [paul]       0.9.12cvs33.22
19853
19854         * src/compose.c
19855                 fix Bug 556 'Organisation-header is sent even if empty'
19856
19857 2004-07-24 [colin]      0.9.12cvs33.21
19858
19859         * src/compose.c
19860         * src/gtk/gtkaspell.c
19861         * src/gtk/gtkaspell.h
19862                 Fix speller accelerators (require hack)
19863
19864 2004-07-24 [colin]      0.9.12cvs33.20
19865
19866         * src/gtk/gtkaspell.c
19867                 Fix over-eager code deletion breaking
19868                 Check while typing
19869
19870 2004-07-24 [colin]      0.9.12cvs33.19
19871
19872         * src/browseldap.c
19873         * src/ldapctrl.c
19874         * src/ldapctrl.h
19875         * src/ldapserver.h
19876                 Sync ldap with HEAD
19877         (Fixes 546 LDAP completely broken)
19878
19879 2004-07-24 [colin]      0.9.12cvs33.18
19880
19881         * src/prefs_msg_colors.c
19882                 Fix prototype mismatch
19883         (Fixes 547 void function cannot return value)
19884
19885 2004-07-24 [colin]      0.9.12cvs33.17
19886
19887         * src/mainwindow.c
19888                 Fix sort going back to previous sort key
19889                 when changing sort direction
19890
19891 2004-07-24 [colin]      0.9.12cvs33.16
19892
19893         * src/compose.c
19894                 Fix space insertion when re-wrapping at 
19895                 cursor point
19896
19897 2004-07-24 [colin]      0.9.12cvs33.15
19898
19899         * src/gtk/gtkaspell.c
19900                 Don't change cursor position in insert-text
19901                 callback
19902         (Fixes 539 Word wrapping on input transposes letters)
19903
19904 2004-07-24 [colin]      0.9.12cvs33.14
19905
19906         * src/gtk/gtkaspell.c
19907                 Reencode non-ascii chars to dictionary's
19908                 encoding
19909         (Fixes 544 Spell check broken non english locale)
19910
19911 2004-07-24 [colin]      0.9.12cvs33.13
19912
19913         * src/summaryview.c
19914                 Fix Shift+Down, add Home/End/PgUp/PgDown
19915
19916 2004-07-21 [colin]      0.9.12cvs33.12
19917
19918         * src/prefs_common.c
19919                 Fix a gtk warning (Patch by Andrej Kacian)
19920
19921 2004-07-21 [colin]      0.9.12cvs33.11
19922
19923         * src/gtk/filesel.c
19924                 More check
19925
19926 2004-07-21 [colin]      0.9.12cvs33.10
19927
19928         * src/compose.c
19929         * src/crash.c
19930         * src/export.c
19931         * src/import.c
19932         * src/messageview.c
19933         * src/mimeview.c
19934         * src/prefs_spelling.c
19935         * src/prefs_themes.c
19936         * src/summaryview.c
19937         * src/gtk/filesel.c
19938         * src/gtk/filesel.h
19939         * src/gtk/pluginwindow.c
19940                 Untwist open/save mode guessing logic, make
19941                 it explicit
19942
19943 2004-07-20 [colin]      0.9.12cvs33.9
19944
19945         * src/codeconv.c
19946                 conv_encode_header: src_charset is UTF-8 on
19947                 gtk2
19948         * src/compose.c
19949                 Remove double encoding of the headers
19950
19951 2004-07-20 [colin]      0.9.12cvs33.8
19952
19953         * src/codeconv.c
19954                 Fix typo
19955
19956 2004-07-20 [colin]      0.9.12cvs33.7
19957
19958         * src/mainwindow.c
19959                 Set the separated messageview to the saved
19960                 size of Claws' messageview (Patch by Alfons)
19961                 Fix a callback prototype (me)
19962
19963 2004-07-20 [colin]      0.9.12cvs33.6
19964
19965         * src/codeconv.h
19966                 Forgot one hunk in 0.9.12cvs33.4
19967
19968 2004-07-19 [colin]      0.9.12cvs33.5
19969
19970         * src/action.c
19971                 Action output fix
19972                 Patch by Alfons
19973
19974 2004-07-19 [colin]      0.9.12cvs33.4
19975
19976         * src/compose.c
19977                 Fix outgoing charset bug in headers
19978         * src/codeconv.c
19979                 Clean for glib2 - Patch by Alfons
19980
19981 2004-07-19 [colin]      0.9.12cvs33.3
19982
19983         * src/statusbar.c
19984                 Remove grip from the statusbar
19985                 Patch by Alfons
19986
19987 2004-07-19 [colin]      0.9.12cvs33.2
19988
19989         * src/messageview.c
19990         * src/textview.c
19991                 Fix messageview remembering the previous
19992                 scroll position when loading a new message
19993                 Patch by Alfons
19994
19995 2004-07-19 [colin]      0.9.12cvs33.1
19996
19997         * src/folder.h
19998         * src/folderview.c
19999         * src/summaryview.c
20000                 Sync with HEAD
20001
20002 2004-07-18 [colin]      0.9.12cvs32.7
20003
20004         * configure.ac
20005                 Remove useless check for XIM - noticed
20006                 by Alfons
20007
20008 2004-07-18 [colin]      0.9.12cvs32.6
20009
20010         * src/summaryview.c
20011                 Remove non-modified and shift-modified
20012                 accelerators in summaryview's popup
20013                 menu, as that doesn't get catched by
20014                 the accel-activate signal catcher...
20015
20016 2004-07-18 [colin]      0.9.12cvs32.5
20017
20018         * src/prefs_common.c
20019                 Define sensible default prefs for 
20020                 wrapping
20021
20022 2004-07-18 [colin]      0.9.12cvs32.4
20023
20024         * src/compose.c
20025         * src/prefs_common.c
20026         * src/prefs_common.h
20027         * src/prefs_wrapping.c
20028                 Remove Smart Wrapping pref, which does
20029                 nothing on gtk2 branch
20030
20031 2004-07-18 [colin]      0.9.12cvs32.3
20032
20033         * src/sourcewindow.c
20034                 Proper utf8
20035
20036 2004-07-18 [colin]      0.9.12cvs32.2
20037
20038         * src/compose.c
20039                 Save attachment status when drafting
20040
20041 2004-07-18 [colin]      0.9.12cvs32.1
20042
20043         * src/gtk/filesel.c
20044                 Fix erratic folder selection in open mode
20045
20046 2004-07-18 [colin]      0.9.12cvs31.11
20047
20048         * src/pop.c
20049                 Don't let partial messages get deleted
20050                 even with "dowload all"
20051                 (0.9.12cvs31.8 fix extension)
20052 2004-07-18 [colin]      0.9.12cvs31.10
20053
20054         * src/gtk/logwindow.c
20055                 Fix log scrolling
20056
20057 2004-07-18 [colin]      0.9.12cvs31.9
20058
20059         * src/common/utils.c
20060                 Fix non-utf8 strings coming from commands
20061                 and files
20062
20063 2004-07-18 [colin]      0.9.12cvs31.8
20064
20065         * src/pop.c
20066                 Fix partial download bug with Download all
20067                 messages option
20068
20069 2004-07-18 [colin]      0.9.12cvs31.7
20070
20071         * src/textview.c
20072                 Fix bug introduced in 0.9.12cvs31.2
20073                 (blocked in select mode after double click)
20074
20075 2004-07-18 [colin]      0.9.12cvs31.6
20076
20077         * src/compose.c
20078         * src/gtk/menu.c
20079                 More glib-warning fixes
20080
20081 2004-07-18 [colin]      0.9.12cvs31.5
20082
20083         * src/compose.c
20084                 Fix trashing the primary clipboard when moving 
20085                 around with tab
20086         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20087
20088 2004-07-18 [colin]      0.9.12cvs31.4
20089
20090         * src/codeconv.c
20091                 convert unencoded iso headers to utf8
20092         (Fix Bug 538 Unencoded local characters in subject make it 
20093          disappear)
20094
20095 2004-07-18 [colin]      0.9.12cvs31.3
20096
20097         * src/compose.c
20098                 Fix tab char handling in wrapping
20099         (Fix Bug 537 Line wrap problem - TAB character treated as 
20100          one character instead of 8)
20101
20102 2004-07-18 [colin]      0.9.12cvs31.2
20103
20104         * src/textview.c
20105                 return FALSE on GDK_MOTION_NOTIFY
20106         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20107          (unable to highlight))
20108
20109 2004-07-18 [colin]      0.9.12cvs31.1
20110
20111         * src/folderview.c
20112                 Sync with 0.9.12cvs31
20113
20114 2004-07-18 [colin]      0.9.12cvs30.4
20115
20116         * src/compose.c
20117                 Also block text_inserted when inserting a file
20118
20119 2004-07-18 [colin]      0.9.12cvs30.3
20120
20121         * src/compose.c
20122                 Fix smart wrapping (block text_inserted handler
20123                 while putting quotation to avoid wrap on input,
20124                 don't join lines if next is sig separator)
20125
20126 2004-07-17 [colin]      0.9.12cvs30.2
20127
20128         * src/folderview.c
20129         * src/mainwindow.c
20130         * src/mimeview.c
20131         * src/summaryview.c
20132         * src/gtk/quicksearch.c
20133         * src/gtk/quicksearch.h
20134                 Block key events handlers *and* accels while
20135                 quicksearch is focused
20136         (Fixes Bug 534 quick-search bar not accepting certain letters)
20137
20138 2004-07-17 [colin]      0.9.12cvs30.1
20139
20140         * src/folder.h
20141         * src/folderview.c
20142         * src/summaryview.c
20143                 Sync with 0.9.12cvs30
20144
20145 2004-07-17 [colin]      0.9.12cvs28.2
20146
20147         * src/mimeview.c
20148         * src/procmime.c
20149         * src/summaryview.c
20150         * src/gtk/menu.c
20151                 Squash some compile and glib warnings
20152
20153 2004-07-17 [paul]       0.9.12cvs28.1
20154
20155         * src/mimeview.c
20156                 sync with 0.9.12cvs28 HEAD
20157
20158 2004-07-16 [paul]       0.9.12cvs26.1
20159         
20160         * src/gtk/quicksearch.c
20161         * src/account.c
20162         * src/account.h
20163         * src/compose.c
20164         * src/customheader.c
20165         * src/folder_item_prefs.c
20166         * src/main.c
20167         * src/mainwindow.c
20168         * src/messageview.c
20169         * src/mimeview.c
20170         * src/news.c
20171         * src/pgpmime.c
20172         * src/pop.c
20173         * src/pop.h
20174         * src/prefs_account.c
20175         * src/prefs_account.h
20176         * src/prefs_common.c
20177         * src/prefs_common.h
20178         * src/prefs_display_header.c
20179         * src/prefs_gtk.c
20180         * src/prefs_gtk.h
20181         * src/procheader.c
20182         * src/procmime.c
20183                 sync with 0.9.12cvs26 HEAD      
20184
20185 2004-07-15 [colin]      0.9.12cvs18.14
20186
20187         * src/folder.c
20188                 Disable GPG signature check during
20189                 folder move and scan
20190         (Closes Bug 521 Signature checking slows down Folder-Move)
20191
20192 2004-07-14 [colin]      0.9.12cvs18.13
20193
20194         * src/common/partial_download.c
20195                 update includes
20196
20197 2004-07-14 [colin]      0.9.12cvs18.12
20198
20199         * src/common/partial_download.c
20200         * src/common/partial_download.h
20201                 Move doc at top, add correct copyright
20202
20203 2004-07-14 [colin]      0.9.12cvs18.11
20204
20205         * src/folder.c
20206         * src/messageview.c
20207         * src/pop.c
20208         * src/pop.h
20209         * src/procmsg.c
20210         * src/summaryview.c
20211         * src/common/Makefile.am
20212         * src/common/partial_download.c ** NEW FILES **
20213         * src/common/partial_download.h ** NEW FILES **
20214                 Move partial-download related stuff to its
20215                 own file
20216
20217 2004-07-14 [colin]      0.9.12cvs18.10
20218
20219         * src/send_message.c
20220                 Fix smtp auth when user is null or empty
20221
20222 2004-07-13 [colin]      0.9.12cvs18.9
20223
20224         * src/gtk/quicksearch.c
20225                 Use alphabetic order
20226
20227 2004-07-13 [colin]      0.9.12cvs18.8
20228
20229         * src/pop.c
20230                 Be paranoid on the checks
20231
20232 2004-07-13 [colin]      0.9.12cvs18.7
20233
20234         * src/gtk/quicksearch.c
20235                 Fix Engrish once again
20236
20237 2004-07-13 [colin]      0.9.12cvs18.6
20238
20239         * src/procmsg.c
20240         * src/summaryview.c
20241                 Mark messages for deletion when they are about to
20242                 be removed from trash
20243
20244 2004-07-13 [colin]      0.9.12cvs18.5
20245
20246         * src/matcher.c
20247         * src/matcher.h
20248         * src/matcher_parser_parse.y
20249         * src/prefs_matcher.c
20250         * src/gtk/quicksearch.c
20251                 Add 'partial' ('p') match string to find partially
20252                 downloaded messages
20253
20254 2004-07-13 [colin]      0.9.12cvs18.4
20255
20256         * src/pop.c
20257                 Fix misplaced block
20258
20259 2004-07-13 [colin]      0.9.12cvs18.3
20260
20261         * src/pop.c
20262         * src/pop.h
20263         * src/messageview.c
20264                 Refactor API (to avoid passing 5+ params and code
20265                 duplication)
20266         * src/folder.c
20267         * src/msgcache.c
20268         * src/procheader.c
20269         * src/common/defs.h
20270                 Add planned_download to cache
20271                 Don't mess uidl file when moving partially downloaded
20272                 mails (they change folder, we should change it in the
20273                 uidl list too or we'll remove an incorrect message)
20274                 (this also helps removing hacks when changing 
20275                 planned_download in messageview.c)
20276
20277 2004-07-12 [colin]      0.9.12cvs18.2
20278
20279         * src/gtk/quicksearch.c
20280                 Fix missing status update in quicksearch
20281
20282 2004-07-12 [paul]       0.9.12cvs18.1
20283
20284         * po/POTFILES.in
20285         * src/Makefile.am
20286         * src/account.c
20287         * src/codeconv.c
20288         * src/compose.c
20289         * src/inc.c
20290         * src/main.c
20291         * src/prefs_common.c
20292         * src/procmsg.h
20293         * src/toolbar.c
20294         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20295         * src/prefs_wrapping.[ch]       ** NEW FILES **
20296         * src/common/intl.h
20297         * src/common/utils.[ch]
20298         * src/gtk/quicksearch.[ch]
20299                 sync with 0.9.12cvs18 HEAD
20300
20301 2004-07-12 [colin]      0.9.11cvs17.25
20302
20303         * src/folder.c
20304         * src/folder.h
20305                 Remove unused function added by me in 0.9.11cvs17.10
20306
20307 2004-07-11 [colin]      0.9.11cvs17.24
20308
20309         * src/inc.c
20310         * src/messageview.c
20311         * src/pop.c
20312         * src/pop.h
20313                 Use folderitem and msgnum instead of filename to
20314                 know which mail to delete
20315                 Move old partial mail deletion to pop.c
20316
20317 2004-07-10 [colin]      0.9.11cvs17.23
20318
20319         * src/inc.c
20320                 Add debug
20321         * src/pop.c
20322         * src/pop.h
20323                 Don't re-use same enums for unrelated stuff: it's 
20324                 completely misleading !
20325                 Document a bit
20326
20327 2004-07-09 [colin]      0.9.11cvs17.22
20328
20329         * src/inc.c
20330                 Remove folder-type check and do
20331                 more tests to be sure everything's
20332                 ok
20333         * src/messageview.c
20334                 Punctuation update, remove useless
20335                 code, fix two warnings
20336         * src/noticeview.c
20337                 Layout cleaning, reset 2nd button
20338                 when specifying one
20339
20340 2004-07-09 [colin]      0.9.11cvs17.21
20341
20342         * src/messageview.c
20343         * src/pop.c
20344         * src/pop.h
20345                 Allow user to change his mind
20346                 and postpone decision (by
20347                 unmarking the mail)
20348
20349 2004-07-09 [colin]      0.9.11cvs17.20
20350
20351         * src/messageview.c
20352                 Fix bug with delete state
20353         * src/pop.c
20354         * src/pop.h
20355                 Fix buffer leak (fread doesn't 
20356                 terminate buffers with \0)
20357                 Refactoring (remove magic 
20358                 numbers)
20359
20360 2004-07-09 [colin]      0.9.11cvs17.19
20361
20362         * src/pop.c
20363                 Don't log "Skipping message" if 
20364                 we're going to TOP it two lines
20365                 later
20366
20367 2004-07-09 [colin]      0.9.11cvs17.18
20368
20369         * src/messageview.c
20370                 Fix Engrish
20371
20372 2004-07-09 [colin]      0.9.11cvs17.17
20373
20374         * src/pop.c
20375                 strlen checking...
20376         * src/messageview.c
20377                 refactoring a bit
20378
20379 2004-07-08 [colin]      0.9.11cvs17.16
20380
20381         * src/noticeview.c
20382         * src/noticeview.h
20383                 Add an optional second button
20384         * src/messageview.c
20385         * src/pop.c
20386         * src/pop.h
20387                 Don't delete partially received mails after a certain
20388                 time; rather, let the user decide.
20389
20390 2004-07-08 [colin]      0.9.11cvs17.15
20391
20392         * src/common/smtp.h
20393                 Sync with HEAD
20394
20395 2004-07-08 [colin]      0.9.11cvs17.14
20396
20397         * src/messageview.c
20398         * src/common/smtp.c
20399                 Use to_human_readable() for sizes
20400
20401 2004-07-08 [colin]      0.9.11cvs17.13
20402
20403         * src/inc.c
20404         * src/messageview.c
20405         * src/pop.c
20406         * src/pop.h
20407         * src/procmsg.c
20408                 Fix partial-downloading issues:
20409                         catch unsupported TOP
20410                         don't delete partially downloaded mails before 5 days
20411                         don't update existing with non-MH folders; that'll
20412                         make dups, but it's better than trashing the folder
20413                         free new msginfo parts
20414                 Fix indentation ;-)
20415
20416 2004-07-08 [colin]      0.9.11cvs17.12
20417
20418         * src/common/smtp.c
20419         * src/common/smtp.h
20420                 Sync smtp size verification with HEAD
20421
20422 2004-07-08 [colin]      0.9.11cvs17.11
20423
20424         * src/summaryview.c
20425         * src/prefs_common.c
20426         * src/prefs_common.h
20427         * src/gtk/quicksearch.c
20428         * src/gtk/quicksearch.h
20429                 Sync sticky pref with HEAD
20430
20431 2004-07-08 [colin]      0.9.11cvs17.10
20432
20433         * src/folder.c [1.213.2.6]
20434         * src/folder.h [1.87.2.6]
20435         * src/inc.c [1.149.2.7]
20436         * src/messageview.c [1.94.2.8]
20437         * src/procheader.c [1.47.2.6]
20438         * src/procmsg.c [1.150.2.4]
20439         * src/procmsg.h [1.60.2.5]
20440         * src/pop.c [1.56.2.4]
20441         * src/pop.h [1.17.2.3]
20442                 Let too big messages get downloaded, but truncated
20443                 Add a button to download them completely
20444                 
20445 2004-07-06 [colin]      0.9.11cvs17.9
20446
20447         * src/gtk/quicksearch.c [1.1.2.3]
20448                 Add a Clear button
20449         * commitHelper
20450         * PATCHSETS
20451                 Add a script to help with cvs
20452
20453 2004-07-03 [colin]      0.9.11cvs17.8
20454
20455         * src/plugins/imageviewer/viewer.c
20456                 fix imageviewer (which was staying on the first
20457                 displayed image)
20458
20459 2004-07-03 [colin]      0.9.11cvs17.7
20460
20461         Removed FIXME_GTK2 warnings
20462         * src/gtk/gtkutils.c
20463                 useless #warnings
20464         * src/gtk/menu.c
20465                 useless #warnings (no need to mess with menu rc)
20466         * src/gtk/menu.h
20467                 unused functions
20468         
20469
20470 2004-07-03 [colin]      0.9.11cvs17.6
20471
20472         Removed FIXME_GTK2 warnings
20473         * src/codeconv.c
20474                 useless #warnings (rewrite needed)
20475         * src/compose.c
20476                 useless #warnings (rewrite needed)
20477                 useless #warnings (gtk2 is like that)
20478                 useless #warnings (previously fixed)
20479         * src/main.c
20480                 useless #warnings (previously fixed)
20481         * src/message_search.c
20482                 useless #warnings (gtk2 is like that)
20483                 Made apparent that search is case-sensitive
20484         * src/mimeview.c
20485                 useless #warnings (rewrite needed)
20486                 useless #warnings (gtk2 is like that)
20487                 reimplemented real warnings
20488         * src/prefs_common.c
20489                 Removed block cursor option (not it gtk2)
20490         * src/prefs_gtk.c
20491                 useless #warnings (rewrite needed)
20492         * src/procheader.c
20493                 useless #warnings (rewrite needed)
20494         * src/sourcewindow.c
20495                 useless #warnings (incorrect placing)
20496         * src/summary_search.c
20497                 useless #warnings (gtk2 is like that)
20498                 Made apparent that search is case-sensitive
20499         * src/action.c
20500                 useless #warnings (gtk2 is like that)
20501         * src/textview.c
20502                 useless #warnings (rewrite needed)
20503         * src/toolbar.c
20504                 useless #warnings (rewrite needed)
20505
20506 2004-07-03 [colin]      0.9.11cvs17.5
20507
20508         * src/textview.c
20509                 Fix mismerge which broke URI opening
20510                 
20511 2004-07-01 [colin]      0.9.11cvs17.4
20512
20513         * src/gtk/filesel.c
20514                 Fill filename when saving
20515                 
20516 2004-06-27 [colin]      0.9.11cvs17.3
20517
20518         * src/gtk/filesel.[ch]
20519                 Use the new GTK file selector
20520                 Update prototype to match the reality: multiple file
20521                 selection is open-only          
20522         * src/compose.c
20523                 Match the new prototypes        
20524         * configure.ac
20525                 Match the new requirements (gtk 2.4.0)
20526                         
20527 2004-06-26 [colin]      0.9.11cvs17.2
20528
20529         * src/plugins/trayicon/trayicon.c
20530                 Remove useless signal handler on resize, which causes
20531                 an infinite "loop"
20532         
20533 2004-06-26 [colin]      0.9.11cvs17.1
20534         
20535         * tools/Makefile.am
20536                 remove launch_firebird and add nautilus2sylpheed.sh
20537         * src/quicksearch.c
20538           src/summaryview.c
20539                 Fix show/hide "Extended symbols" button problem
20540                 Fix apparition at startup
20541                 Fix const warnings
20542         * src/plugins/image_viewer/Makefile.am
20543                 Fix configure 
20544         * common/ssl.c
20545                 Re-enable certificate check, as it doesn't seem to
20546                 cause Xlib errors anymore
20547
20548 2004-06-25 [paul]       0.9.11cvs17
20549
20550         * sync with 0.9.11cvs17 HEAD
20551         
20552         NOTE: QuickSearch is broken
20553
20554 2004-06-07 [colin]      0.9.10claws67.10
20555         * src/plugins/trayicon/trayicon.c
20556           src/plugins/trayicon/libeggtrayicon/Makefile.am
20557           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20558                 Fix gettextization in trayicon plugin
20559
20560 2004-06-07 [colin]      0.9.10claws67.9
20561         
20562         * src/summaryview.c
20563           src/gtk/gtksctree.[ch]
20564                 Let Shift+{Up,Down} work in summaryview
20565                 (well, Down "works" and Up works)
20566                 Let the list scroll when using these keys
20567
20568 2004-06-06 [colin]      0.9.10claws67.8
20569
20570         * src/plugins/trayicon/trayicon.c
20571                 Fix pixmap update
20572
20573 2004-06-06 [colin]      0.9.10claws67.7
20574
20575         * src/addressbook.c
20576                 Fix signal handling causing system-wide focus grab
20577
20578 2004-05-25 [paul]       0.9.10claws67.6
20579
20580         * Makefile.am
20581           src/Makefile.am
20582                 clean up
20583
20584 2004-05-25 [paul]       0.9.10claws67.5
20585
20586         * replace deprecated gtk_signal... functions
20587
20588 2004-05-23 [colin]      0.9.10claws67.4
20589
20590         * src/compose.c
20591                 Fix wrapping
20592
20593 2004-05-22 [colin]      0.9.10claws67.3
20594
20595         * src/compose.c
20596                 Re-fix [Edited] in compose.c::compose_reedit()
20597
20598 2004-05-22 [colin]      0.9.10claws67.2
20599
20600         * src/procmime.c
20601                 Fix parsing of multiparts mails
20602
20603 2004-05-22 [colin]      0.9.10claws67.1
20604
20605         * src/summaryview.c
20606                 Fix quicksearch
20607
20608 2004-05-22 [paul]       0.9.10claws67
20609
20610         * sync with 0.9.10claws67 HEAD
20611
20612 2004-05-14 [alfons]
20613
20614         * src/procmime.h
20615                 add forgotton prototype
20616
20617 2004-05-10 [paul]       0.9.10claws57
20618
20619         * sync with 0.9.10claws57 HEAD
20620
20621 2004-05-05 [paul]       0.9.9.claws1
20622
20623         * ChangeLog-gtk2        ** REMOVED **
20624           ChangeLog-gtk2.claws  ** ADDED **
20625                 rename and adopt the normal claws format
20626                 
20627         * configure.ac
20628                 require gtkmathview >= 0.5
20629
20630         * ac/*                          ** REMOVED **
20631           ac/                           ** REMOVED **
20632           intl/Makefile.in              ** REMOVED **
20633           m4/                           ** ADDED **
20634           m4/missing                    ** ADDED **
20635           m4/missing/gdk-pixbuf.m4      ** ADDED **
20636           m4/missing/gettext.m4         ** ADDED **
20637           m4/missing/gpgme.m4           ** ADDED **
20638           m4/missing/imlib.m4           ** ADDED **
20639           m4/.cvsignore                 ** ADDED **
20640           m4/Makefile.am                ** ADDED **
20641           m4/README                     ** ADDED **
20642           m4/aclocal-include.m4         ** ADDED **
20643           m4/aspell.m4                  ** ADDED **
20644           m4/check-type.m4              ** ADDED **
20645           m4/gnupg-check-typedef.m4     ** ADDED **
20646           m4/openssl.m4                 ** ADDED **
20647           m4/spamassassin.m4            ** ADDED **
20648           po/ChangeLog                  ** REMOVED **
20649           po/Makefile.in.in             ** REMOVED **
20650           po/Rules-quot                 ** REMOVED **
20651           po/boldquot.sed               ** REMOVED **
20652           po/en@boldquot.header         ** REMOVED **
20653           po/en@quot.header             ** REMOVED **
20654           po/insert-header.sin          ** REMOVED **
20655           po/quot.sed                   ** REMOVED **
20656           po/remove-potcdate.sed        ** REMOVED **
20657           po/remove-potcdate.sin        ** REMOVED **
20658           po/stamp-po                   ** REMOVED **
20659           Makefile.am
20660           autogen.sh
20661           configure.ac
20662                 enable building with automake 1.8.x
20663                 add 'autopoint --force' to autogen.sh and remove all
20664                 auto-generated files, remove ac/ directory and use
20665                 m4/ directory instead
20666                 
20667         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20668                 fix gettextization
20669
20670 2004-02-28 Colin Leroy <colin@colino.net>
20671         * src/prefs_matcher.c
20672           src/prefs_filtering.c
20673           src/prefs_filtering_action.c
20674                 Fix non-editable GtkEntries
20675
20676 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20677         * src/prefs_themes.c
20678                 utf8 conversion for theme info
20679
20680 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20681         * sync 0.9.9claws
20682
20683 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20684         * src/grouplistdialog.c
20685                 allow multiple selections without ctrl key
20686
20687 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20688         * src/main.c
20689                 enable customizable accelerators
20690
20691 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20692         * src/prefs_common.c
20693                 re-enable different font settings for gtk1/2
20694         * src/prefs_folder_item.c
20695                 fix folder prefs displayed wrong
20696         * src/textview.c
20697                 set 'sunken' shadow type
20698
20699 2004-02-07 Colin Leroy <colin@colino.net>
20700         * src/compose.c
20701                 Fix message being always [Edited]
20702                 Encode headers correctly (utf8 buf)
20703
20704 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20705         * src/socket.c
20706                 remove double g_source_attach()
20707                 (Thanks to Colin Leroy)
20708
20709 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20710         * src/gtk/gtksctree.c
20711                 Fix SSL certificate list not shown
20712         * src/mimeview.c
20713                 Fix clicks in mime tree
20714
20715 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20716         * src/common/socket.c
20717                 Fix SSL receive
20718         * src/compose.c
20719                 Fix clipboard menu hotkeys
20720
20721 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20722         * src/gtk/gtkaspell.[ch]
20723           src/compose.c
20724                 reimplement spellchecker
20725
20726 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20727         * src/gtk/filesel.c
20728                 crash when inserting file in compose window
20729                 (TODO: keep old selection on clicks)
20730         * src/main.c
20731                 use gtkrc-2.0 instead of gtkrc
20732
20733 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20734         * src/messageview.c
20735                 remove orphaned mimeview unref()
20736
20737 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20738         * src/grouplistdialog.c
20739                 expand nodes containing subscribed groups
20740
20741 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20742         * src/textview.c
20743                 textview: hide cursor, restore old click behaviour
20744
20745 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20746         * src/textview.c
20747                 variable names messed up
20748
20749 2004-01-17 Colin Leroy <colin@colino.net>
20750         * src/addr_compl.c
20751                 Fix completion address too thin
20752         * src/compose.c
20753                 Fix tab-to-subject behaviour
20754         * src/summaryview.c
20755                 Implement key up & down in summaryview
20756
20757 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20758
20759         * sync 098claws
20760
20761 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20762         * configure.ac
20763           Makefile.am
20764           doc/.cvsignore
20765           doc/Makefile.am
20766                 faq, man, manual moved to doc/
20767         * ac/aspell.m4
20768           ac/check-type.m4
20769           ac/gnupg-check-typedef.m4
20770           ac/openssl.m4
20771           ac/spamassassin.m4
20772           ac/missing/gdk-pixbuf.m4
20773           ac/missing/gpgme.m4
20774           ac/missing/imlib.m4
20775                 fix automake warnings
20776
20777 2003-12-06 Colin Leroy <colin@colino.net>
20778         * src/summaryview.c
20779                 Fix quicksearch
20780
20781 2003-12-05 Colin Leroy <colin@colino.net>
20782         * src/summaryview.c
20783                 Fix going to next unread folder
20784
20785 2003-12-05 Colin Leroy <colin@colino.net>
20786         * src/crash.c
20787                 Fix gtk2 compilation
20788         * src/session.c
20789                 Remove iotag source handler at disconnection
20790         * src/socket.[ch] 
20791                 Remove source handler when closing socket 
20792                 (fixes another seg)
20793
20794 2003-12-04 Colin Leroy <colin@colino.net>
20795         * src/compose.c
20796           src/prefs_account.c
20797           src/prefs_common.c
20798                 Fix some dropdown menus
20799
20800 2003-12-04 Colin Leroy <colin@colino.net>
20801         * src/compose.c
20802                 Fix event handlers on header fields
20803         * src/common/socket.c
20804           src/common/session.c
20805                 Fix segfault with callback (SSL)
20806                 Fix end of session 
20807
20808 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20809
20810         * Fix compile bug in src/compose.c
20811         * removed src/gtk/gtkstext.[ch]
20812
20813 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20814
20815         * Convert character set and escape "text" attributes in toolbar setting
20816         files.
20817         * Fixed bug in button-press-event handling.
20818
20819 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20820
20821         * Fixed bug in key-press-event handling.
20822
20823 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20824
20825         * Enabled to compile tray-icon plugin (Ad-hoc).
20826         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20827
20828 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20829
20830         * Enabled to compile on sylpheed-claws.
20831         (tray-icon plugin still cannot compile yet.)
20832
20833 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20834
20835         * Updated to 0.9.5.
20836
20837 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20838
20839         * Updated to 0.9.4.
20840         * Ported monitoring SSL mechanism to GSource of GLib2
20841         (I don't confirm it)
20842         * Added _gtk2 suffix to key name of font preference to avoid
20843         ovverwriting preference of Gtk+-1.2 version.
20844
20845 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20846
20847         * Updated to 0.9.2.
20848
20849 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20850
20851         * Updated to 0.9.1.
20852         * Translate po files into UTF-8 when execute autogen.sh.
20853
20854 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20855
20856         * Updated to 0.9.0.
20857
20858 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20859
20860         * Plugged GError related memory leaks.
20861
20862 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20863
20864         * Changed default size of fonts.
20865         * Enabled to set titile font size of warning dialog.
20866
20867 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20868
20869         * Embed a sylpheed icon into executable binary on Windows.
20870
20871 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20872
20873         * I forgot to traslate character set of element string in src/xml.c.
20874
20875 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20876
20877         * Fixed detecting bind_textdomain_codeset in configure.in.
20878         * The bug in which "Example" of "Date fromat" preference isn't displayed
20879         correctly has been fixed.
20880
20881 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20882
20883         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20884           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20885           glib-gettextize
20886           Removed intl directory.
20887           Translated po files into UTF-8.
20888           (Thanks! Ryuji Abe)
20889
20890 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20891
20892         * The bug which doesn't unscape string in xml.c has been fixed.
20893
20894 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20895
20896         * The bug which is failed to translate encoding of file name thorough
20897         file dialog has been fixed.
20898
20899 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20900
20901         * Modified to translate file names which is used in inporting/expoting
20902         mbox feature and "Save as" feature into locale encoding.
20903         * Translate file names into locale encoding when "Attache file" and
20904         "Insert file".
20905         * Force set G_BROKEN_FILENAMES environment variable.
20906         * Other minor fixes.
20907
20908 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20909
20910         * Modified to treat MH folder's name as locale encoding.
20911
20912 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20913
20914         * The bug which clash on switching candidates of auto completion of
20915         addresses, cannot use auto completion in Japanesse is fixed
20916         (Thanks! Tokunaga-san)¡¥
20917
20918 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20919
20920         * The bug which cannot switch key accelerator preference has been fixed
20921         (Thanks! smbd-san)¡¥
20922
20923 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20924
20925         * version 0.8.11-gtk2-20030314
20926
20927 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20928
20929         * The bug in which character set conversion of filtering messages has
20930         been fixed.(Thanks! COCOA-san).
20931
20932 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20933
20934         * Revived "Leave space on head" preference in "Message" category.
20935         * A bug which clash when put the cursor to end of buffer and execute
20936         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20937
20938 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20939
20940         * version 0.8.11-gtk2-20030312
20941
20942 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20943
20944         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20945         * Modified to use Pango's API directly for font preference.
20946         * Integrated GtkTextView of textview to one widget.
20947         * Set fonts of header title in textview by "header_title" tag.
20948         * Removed some deprecated codes.
20949
20950 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20951
20952         * Updated to 0.8.11.
20953         * Merged cygwin patch(Thanks! Sakai-san).
20954
20955 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20956
20957         * version 0.8.10-gtk2-20030309