2006-12-17 [colin] 2.6.1cvs46
[claws.git] / ChangeLog
1 2006-12-17 [colin]      2.6.1cvs46
2
3         * src/mimeview.c
4         * src/textview.c
5         * src/gtk/filesel.c
6                 Correctly convert from/to UTF8/filename encoding
7                 when loading and saving files. Probably fixes
8                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
9                 for a file to attach and is blocked...'
10
11 2006-12-17 [colin]      2.6.1cvs45
12
13         * src/gtk/logwindow.c
14                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
15                 IMAP folder and is blocked on main thread': 
16                 make sure we put utf8 in the log.
17
18 2006-12-16 [colin]      2.6.1cvs44
19
20         * src/toolbar.c
21         * src/toolbar.h
22                 Fix bug 1055, 'Add the 'cancel receive' 
23                 in the available events for the toolbar buttons'
24
25 2006-12-16 [colin]      2.6.1cvs43
26
27         * po/POTFILES.in
28         * src/imap.c
29         * src/common/nntp.c
30         * src/common/session.c
31                 Log error when SSL handshakes fail. 
32                 Fixes bug 1082, 'incorrect / imprecise 
33                 error message when imap server provides 
34                 ssl only through STARTTLS but SSL is 
35                 selected'
36
37 2006-12-15 [wwp]        2.6.1cvs42
38
39         * src/plugins/bogofilter/bogofilter_gtk.c
40                 set proper sensitivity to widgets I've recently added.
41
42 2006-12-15 [colin]      
43
44         2.7.0-rc1 released
45
46 2006-12-15 [wwp]        2.6.1cvs41
47
48         * src/plugins/bogofilter/bogofilter.c
49         * src/plugins/bogofilter/bogofilter.h
50         * src/plugins/bogofilter/bogofilter_gtk.c
51                 bogofilter's whitelist can now use a subset of
52                 the addressbook (either a book, a subfolder of a book,
53                 or the whole addressbook by using "Any"). Re-used there
54                 some pref_matcher widgets and mechanisms to match a subset
55                 of the addressbook.
56
57 2006-12-15 [wwp]        2.6.1cvs40
58
59         * src/wizard.c
60         * src/common/plugin.c
61         * src/common/plugin.h
62         * src/gtk/about.c
63         * src/plugins/bogofilter/bogofilter.c
64         * src/plugins/clamav/clamav_plugin.c
65         * src/plugins/demo/demo.c
66         * src/plugins/dillo_viewer/dillo_viewer.c
67         * src/plugins/pgpcore/plugin.c
68         * src/plugins/pgpinline/plugin.c
69         * src/plugins/pgpmime/plugin.c
70         * src/plugins/spamassassin/spamassassin.c
71         * src/plugins/trayicon/trayicon.c
72                 factorize some translatable strings (plugins-related),
73                 fix missing punctuation in several places,
74                 remove useless translatable \n in about.c,
75                 and factorize plugin init code w/ a new function
76                 check_plugin_version() in common/plugin.c.
77                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
78
79 2006-12-15 [wwp]        2.6.1cvs39
80
81         * src/plugins/bogofilter/bogofilter.c
82         * src/plugins/bogofilter/bogofilter_gtk.c
83                 flag whitelisted spams as spam, but don't filter it to the spam
84                 folder. Thanks to Colin.
85
86 2006-12-15 [ticho]      2.6.1cvs38
87
88         * src/plugins/bogofilter/bogofilter.c
89         * src/plugins/bogofilter/bogofilter.h
90         * src/plugins/bogofilter/bogofilter_gtk.c
91                 Add option to whitelist senders found in addressbook. Patch by colin.
92
93 2006-12-15 [paul]       2.6.1cvs37
94
95         * src/folderview.c
96                 add missing #include "log.h"
97
98 2006-12-15 [paul]       2.6.1cvs36
99
100         * src/plugins/bogofilter/bogofilter.c
101         * src/plugins/bogofilter/bogofilter.h
102         * src/plugins/bogofilter/bogofilter_gtk.c
103                 Add an option to allow inserting an
104                 X-Claws-Bogosity header (on MH folders
105                 only). Patch by Colin
106
107 2006-12-14 [colin]      2.6.1cvs35
108
109         * src/main.c
110                 "Yes" should be the default choice for
111                 migration configuration
112
113 2006-12-14 [paul]       2.6.1cvs34
114
115         * src/prefs_summaries.c
116         * manual/advanced.xml
117                 Unhide mark_as_read_delay
118
119 2006-12-14 [paul]       2.6.1cvs33
120
121         * src/messageview.c
122         * src/messageview.h
123         * src/mimeview.c
124         * src/mimeview.h
125         * src/summaryview.c
126         * src/textview.c
127         * src/textview.h
128                 Fix printing of selection
129                 Fix printing of message parts
130                 Fix printing of images
131         * src/gtk/gtksourceprintjob.c
132                 Fix page count when there are images
133
134 2006-12-14 [wwp]        2.6.1cvs32
135
136         * src/mainwindow.c
137         * src/summaryview.c
138         * src/summaryview.h
139         * src/gtk/quicksearch.c
140                 fix quicksearch 'magnify' button status when QS is closed
141                 using the Escape key, thanks to Colin.
142
143 2006-12-14 [wwp]        2.6.1cvs31
144
145         * src/mainwindow.c
146         * src/summaryview.c
147         * src/summaryview.h
148         * src/gtk/quicksearch.c
149                 fix quicksearch 'magnify' button status when QS is closed
150                 using the Escape key, thanks to Colin.
151
152 2006-12-13 [colin]      2.6.1cvs30
153
154         * src/ldapquery.c
155         * src/ldaputil.c
156                 Use the binary safe version of ldap_get_values,
157                 to make sure we manipulate null-terminated 
158                 strings. Maybe fixes bug 1075, 'claws mail 
159                 segfault when completing ldap adresses'
160         * src/syldap.c ** REMOVED **
161         * src/syldap.h ** REMOVED **
162                 Remove dead files
163
164 2006-12-13 [mones]      2.6.1cvs29
165
166         * po/es.po
167                 Fixed piped strings, fixed click translation
168
169 2006-12-13 [paul]       2.6.1cvs28
170
171         * src/main.c
172                 don't translate these strings
173
174 2006-12-13 [paul]       2.6.1cvs27
175
176         * po/en_GB.po
177                 updated
178
179 2006-12-13 [colin]      2.6.1cvs26
180
181         * src/main.c
182         * src/main.h
183                 Add claws_is_starting()
184
185 2006-12-13 [mones]      2.6.1cvs25
186
187         * manual/es/advanced.xml
188         * po/es.po
189                 Synced manual and updated translation
190
191 2006-12-12 [colin]      2.6.1cvs24
192
193         * src/wizard.c
194                 Add an option to use STARTTLS in the
195                 welcome wizard. Fixes bug 1080, 
196                 'Using SSL option in wizard for incoming 
197                 server does not activate SSL with STARTTLS'
198
199 2006-12-12 [colin]      2.6.1cvs23
200
201         * src/main.c
202                 Don't exit when there's an incomplete
203                 mailbox configured - leaves a chance 
204                 to fix a failing IMAP account. Exit
205                 if no mailbox at all is loaded (case
206                 of missing plugin).
207                 Completes bug 1077's fix (I was wrong
208                 in this bug's comment #3).
209
210 2006-12-12 [colin]      2.6.1cvs22
211
212         * src/gtk/menu.h
213                 Add another menu data type
214         * src/prefs_account.c
215                 Complete the completion of bug 1076
216                 (doesn't lose the pref on apply)
217
218 2006-12-12 [paul]       2.6.1cvs21
219
220         * src/prefs_account.c
221                 complete the fix of bug 1076
222                 also be more verbose with the text
223
224 2006-12-12 [paul]       2.6.1cvs20
225
226         * src/gtk/combobox.c
227                 fix compilation warning
228
229 2006-12-11 [colin]      2.6.1cvs19
230
231         * src/wizard.c
232                 Document :port in server entry tooltips
233
234 2006-12-11 [colin]      2.6.1cvs18
235
236         * src/main.c
237                 Fix compile
238
239 2006-12-11 [colin]      2.6.1cvs17
240
241         * src/main.c
242                 Add failing IMAP as a reason for no
243                 mailbox
244
245 2006-12-11 [colin]      2.6.1cvs16
246
247         * src/prefs_account.c
248                 Check for existence of inbox for local
249                 accounts too
250         * src/wizard.c
251                 Allow setting the port to use for servers
252                 by using the usual "server.example.com:port"
253                 syntax. Fixes bug 1077, 'sylpheed-claws does 
254                 not start when IMAP server is unavailable'
255
256 2006-12-11 [colin]      2.6.1cvs15
257
258         * src/prefs_account.c
259                 Prevent use of non-existing default inbox
260
261 2006-12-11 [colin]      2.6.1cvs14
262
263         * src/prefs_account.c
264                 Fix sensitivity. Fixes bug 1076, 'privacy 
265                 options are displayed even when pgp plugin 
266                 not loaded / available'
267
268 2006-12-09 [colin]      2.6.1cvs13
269
270         * manual/advanced.xml
271         * src/prefs_common.c
272         * src/prefs_common.h
273         * src/common/ssl_certificate.c
274                 Add a new hidden preference, 'unsafe_ssl_certs',
275                 which allows to store multiple certificates per
276                 server/port. This is disabled by default because
277                 it's less secure (presenting a new certificate
278                 instead of a changed one raises less alarms).
279                 This will cause Claws to ask about an unknown
280                 certificate for people who have used 2.6.1cvs8
281                 or greater.
282
283 2006-12-09 [colin]      2.6.1cvs12
284
285         * src/action.c
286                 Fix cache updating after action
287
288 2006-12-07 [wwp]        2.6.1cvs11
289
290         * src/compose.c
291                 fix email address comparison when replying to all
292                 (avoid replying to ourselves), thanks to Colin.
293
294 2006-12-06 [paul]       2.6.1cvs10
295
296         * src/addrharvest.c
297         * src/editldap.c
298         * src/expldifdlg.c
299         * src/news.c
300         * src/toolbar.c
301         * src/common/utils.c
302                 ...and more renaming
303                 Thanks to Colin
304
305 2006-12-06 [paul]       2.6.1cvs9
306
307         * src/compose.c
308         * src/messageview.c
309         * src/procheader.c
310         * src/procmime.c
311         * src/procmsg.c
312         * src/textview.c
313                 more renaming
314                 Thanks to Colin
315
316 2006-12-06 [colin]      2.6.1cvs8
317
318         * src/ssl_manager.c
319         * src/common/ssl_certificate.c
320         * src/common/ssl_certificate.h
321                 Handle multiple certificates per host/port
322
323 2006-12-06 [colin]      2.6.1cvs7
324
325         * src/etpan/imap-thread.c
326                 Fix certificate checking on IMAP
327
328 2006-12-06 [colin]      2.6.1cvs6
329
330         * src/folderview.c
331                 Fix bug 1072, 'Claws stops fetching newsgroups 
332                 from server when newsgroup got deleted': continue
333                 checking other groups
334
335 2006-12-05 [wwp]        2.6.1cvs5
336
337         * src/message_search.c
338         * src/summary_search.c
339         * src/gtk/combobox.c
340         * src/gtk/combobox.h
341         * src/gtk/gtkutils.c
342         * src/gtk/gtkutils.h
343                 make up and down arrow keys in modern gtk_combo_box_entry widgets
344                 behave like w/ old comboboxes (summary and message search only).
345
346 2006-12-05 [paul]       2.6.1cvs4
347
348         * src/wizard.c
349                 encode headers
350                 Thanks to Colin
351
352 2006-12-05 [paul]       2.6.1cvs3
353
354         * tools/README
355         * tools/textviewer.pl
356                 script updated and description added
357
358 2006-12-04 [colin]      2.6.1cvs2
359
360         * src/compose.c
361                 Run pre-send hook only when checking
362                 everything
363
364 2006-12-04 [paul]       2.6.1cvs1
365
366         * NEWS
367         * README
368         * RELEASE_NOTES
369         * configure.ac
370         * tools/README
371                 bump up version number following stable release
372
373 2006-12-04 [paul]       2.6.0cvs83
374
375         * README
376                 updates and corrections
377
378 2006-12-04 [colin]      2.6.0cvs82
379
380         * src/common/utils.c
381                 Probably fix bug 1066, 'Incorrect mailbox 
382                 size displayed'
383
384 2006-12-04 [colin]      2.6.0cvs81
385
386         * src/common/utils.c
387                 Trim tabs from mailcap file too.
388
389 2006-12-02 [paul]       2.6.0cvs80
390
391         * src/exphtmldlg.c
392                 fix broken GUI under certain languages
393         * src/expldifdlg.c
394                 put the Cancel button to the right
395
396 2006-12-01 [paul]       2.6.0cvs79
397
398         * tools/Makefile.am
399                 remove reference to removed file
400
401 2006-12-01 [wwp]        2.6.0cvs78
402
403         * src/addressbook.c
404         * src/editaddress.c
405                 remove forgotten debug statements.
406
407 2006-12-01 [wwp]        2.6.0cvs77
408
409         * manual/advanced.xml
410         * manual/fr/advanced.xml
411         * src/addressbook.c
412         * src/addressbook.h
413         * src/addressitem.h
414         * src/editaddress.c
415         * src/editaddress.h
416         * src/prefs_common.c
417         * src/prefs_common.h
418         * src/gtk/gtkutils.c
419         * src/gtk/gtkutils.h
420                 add a hidden option to allow embedding the editaddress (edit contact details)
421                 dialog into the addressbook's window. This doesn't change the default
422                 behaviour.
423
424 2006-12-01 [wwp]        2.6.0cvs76
425
426         * src/message_search.c
427         * src/summary_search.c
428                 fix more focus issues (don't set focus to combobox's entry widget when
429                 entry's value changed, if entry widget has focus already).
430
431 2006-12-01 [wwp]        2.6.0cvs75
432
433         * src/gtk/quicksearch.c
434                 revert last changes to the quicksearch gtk_combo_box, this needs more
435                 tuning and testing.
436
437 2006-12-01 [paul]       2.6.0cvs74
438
439         * tools/kdeservicemenu/README
440         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
441         * tools/kdeservicemenu/install.sh
442         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
443         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
444                 simplify this stuff, and in so doing,
445                 fix it. (possibly re-extend it again at
446                 a later date)
447
448 2006-12-01 [wwp]        2.6.0cvs73
449
450         * src/gtk/quicksearch.c
451                 adapt quicksearch code to use modern gtk_combo_box'es.
452
453 2006-12-01 [wwp]        2.6.0cvs72
454
455         * src/common/defs.h
456         * src/prefs_common.c
457         * src/prefs_common.h
458         * src/message_search.c
459         * src/summary_search.c
460         * src/gtk/combobox.c
461         * src/gtk/combobox.h
462                 add history combos to all message and summary search fields.
463
464 2006-12-01 [wwp]        2.6.0cvs71
465
466         * src/summaryview.c
467                 As the list may change while the mark as read delay
468                 runs, we can't rely on the 'row' pointer, which can
469                 be invalid when the timeout is called. As the mark
470                 as read is only done if the message is still selected,
471                 use summaryview->selected instead. Thanks to Colin.
472
473 2006-11-30 [paul]       2.6.0cvs70
474
475         * src/textview.c
476                 give emphasis to "Sylpheed-Claws"
477                 as well as "Claws Mail"
478
479 2006-11-30 [colin]      2.6.0cvs69
480
481         * src/wizard.c
482                 Put the SSL checkboxes in the receiving
483                 and sending server pages.
484
485 2006-11-29 [colin]      2.6.0cvs68
486
487         * src/gtk/gtkutils.c
488         * src/gtk/gtkvscrollbutton.c
489                 Revert some deprecated fixes - they seem to
490                 deprecate stuff as soon as a new one gets out.
491                 g_object_ref_sink needed glib-2.10.
492
493 2006-11-29 [colin]      2.6.0cvs67
494
495         * src/common/utils.c
496                 Create .mailcap if it doesn't exist
497
498 2006-11-29 [colin]      2.6.0cvs66
499
500         * src/compose.c
501                 Followup to cvs60: use original list
502                 of recipients if replying to a mail
503                 in Sent Drafts or Queue.
504
505 2006-11-27 [paul]       2.6.0cvs65
506
507         * src/image_viewer.c
508                 revert the last change for now (it's broken)
509
510 2006-11-27 [paul]       2.6.0cvs64
511
512         * Makefile.am
513         * configure.ac
514         * m4/aclocal-include.m4
515         * m4/check-type.m4
516         * src/Makefile.am
517         * src/addr_compl.c
518         * src/compose.c
519         * src/crash.c
520         * src/export.c
521         * src/exporthtml.c
522         * src/exportldif.c
523         * src/imap.c
524         * src/import.c
525         * src/main.c
526         * src/main.h
527         * src/matcher.c
528         * src/mimeview.c
529         * src/procmsg.c
530         * src/textview.c
531         * src/common/Makefile.am
532         * src/common/claws.c
533         * src/common/claws.h
534         * src/common/ssl.c
535         * src/common/sylpheed.c
536         * src/common/sylpheed.h
537         * src/etpan/Makefile.am
538         * src/gtk/Makefile.am
539         * src/gtk/claws-marshal.list
540         * src/gtk/filesel.c
541         * src/gtk/gtksctree.c
542         * src/gtk/quicksearch.c
543         * src/gtk/sylpheed-marshal.list
544         * src/plugins/bogofilter/bogofilter.c
545         * src/plugins/bogofilter/bogofilter_gtk.c
546         * src/plugins/clamav/clamav_plugin.c
547         * src/plugins/clamav/clamav_plugin_gtk.c
548         * src/plugins/demo/demo.c
549         * src/plugins/dillo_viewer/dillo_viewer.c
550         * src/plugins/pgpcore/Makefile.am
551         * src/plugins/pgpcore/claws.def
552         * src/plugins/pgpcore/pgp_viewer.c
553         * src/plugins/pgpcore/plugin.c
554         * src/plugins/pgpcore/sylpheed.def
555         * src/plugins/pgpinline/Makefile.am
556         * src/plugins/pgpinline/claws.def
557         * src/plugins/pgpinline/plugin.c
558         * src/plugins/pgpinline/sylpheed.def
559         * src/plugins/pgpmime/Makefile.am
560         * src/plugins/pgpmime/claws.def
561         * src/plugins/pgpmime/plugin.c
562         * src/plugins/pgpmime/sylpheed.def
563         * src/plugins/spamassassin/spamassassin.c
564         * src/plugins/spamassassin/spamassassin_gtk.c
565         * src/plugins/trayicon/trayicon.c
566                 yet more renaming
567                 remove deprecated gtk_tooltips_set_delay()
568
569 2006-11-26 [paul]       2.6.0cvs63
570
571         * src/expldifdlg.c
572         * src/folderview.c
573         * src/image_viewer.c
574         * src/mainwindow.c
575         * src/gtk/gtkutils.c
576         * src/gtk/gtkvscrollbutton.c
577         * src/gtk/prefswindow.c
578         * src/plugins/pgpcore/prefs_gpg.c
579                 replace more deprecated GTK+ functions
580
581 2006-11-26 [paul]       2.6.0cvs62
582
583         * src/addr_compl.c
584         * src/addressbook.c
585         * src/browseldap.c
586                 replace deprecated gtk_idle_... functions
587
588 2006-11-26 [paul]       2.6.0cvs61
589
590         * src/compose.c
591         * src/folderview.c
592         * src/inc.c
593         * src/summaryview.c
594         * src/gtk/gtkvscrollbutton.c
595         * src/gtk/quicksearch.c
596         * src/plugins/pgpcore/passphrase.c
597                 replace deprecated gtk_timeout_add and
598                 gtk_timeout_remove
599
600 2006-11-26 [paul]       2.6.0cvs60
601
602         * src/compose.c
603                 fix bug that caused the wrong recipient
604                 to be selected when replying to a msg
605                 which is From one of our accounts to
606                 another of our accounts
607
608 2006-11-25 [paul]       2.6.0cvs59
609
610         * src/summaryview.c
611                 don't change the From column title to
612                 To if the To column is visible
613
614 2006-11-24 [paul]       2.6.0cvs58
615
616         * src/compose.c
617                 fix bug 1069, 'Sent mails disappear, BCC
618                 or locking problem?'
619
620 2006-11-21 [wwp]        2.6.0cvs57
621
622         * src/compose.c
623                 fix spelling menu when replying (same as 2.3.1cvs39):
624                 discrepancy between context menu and top menu when
625                 folder's dictionary isn't the default one.
626
627 2006-11-19 [paul]       2.6.0cvs56
628
629         * src/summaryview.c
630                 obey always_show_msg option when
631                 marking as spam
632         * src/plugins/bogofilter/bogofilter.c
633                 fix typo
634
635 2006-11-18 [paul]       2.6.0cvs55
636
637         * AUTHORS
638         * README
639         * debian/copyright
640         * manual/ack.xml
641         * manual/es/ack.xml
642         * manual/fr/ack.xml
643         * manual/pl/ack.xml
644         * src/gtk/authors.h
645         * src/gtk/icon_legend.c
646         * src/gtk/icon_legend.h
647         * tools/OOo2claws-mail.pl
648         * tools/README
649         * tools/acroread2claws-mail.pl
650         * tools/claws.i18n.status.pl
651         * tools/filter_conv.pl
652         * tools/filter_conv_new.pl
653         * tools/freshmeat_search.pl
654         * tools/google_search.pl
655         * tools/kmail2claws-mail.pl
656         * tools/kmail2claws-mail_v2.pl
657         * tools/maildir2claws-mail.pl
658         * tools/make.themes.project
659         * tools/multiwebsearch.pl
660         * tools/outlook2claws-mail.pl
661         * tools/tb2claws-mail
662         * tools/kdeservicemenu/README
663         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
664                 update mine and wwp's email addresses in
665                 several places
666                 Patch by wwp
667         * src/prefs_compose_writing.c
668                 set sensitivity on 'new message format' frame
669
670 2006-11-17 [paul]       2.6.0cvs54
671
672         * src/gtk/about.c
673                 more reworking of the GUI
674                 Patch by Fabien Vantard
675
676 2006-11-16 [paul]       2.6.0cvs53
677
678         * src/gtk/about.c
679                 set a minimum size for the window, allow
680                 it to automatically expand as necessary
681
682 2006-11-16 [wwp]        2.6.0cvs52
683
684         * src/gtk/about.c
685                 better wrap of copyright info on some systems.
686
687 2006-11-16 [paul]       2.6.0cvs51
688
689         * src/gtk/about.c
690                 move the tech info from the upper panel
691                 to the Info tab
692                 use a gtk_text_view for the features tab
693
694 2006-11-16 [paul]       2.6.0cvs50
695
696         * po/Makevars
697                 update my email address
698         * src/addressbook.c
699         * src/compose.c
700         * src/imap_gtk.c
701         * src/mh_gtk.c
702         * src/news_gtk.c
703         * src/summaryview.c
704         * src/plugins/trayicon/trayicon.c
705                 don't offer simple menu separators
706                 for translation
707         * src/folderview.c
708                 add separator between 'mark all read'
709                 and 'search folder'
710
711 2006-11-15 [wwp]        2.6.0cvs49
712
713         * src/gtk/authors.h
714                 updated manuals authors.
715
716 2006-11-14 [paul]       2.6.0cvs48
717
718         * src/compose.c
719                 Fix Options/Reply mode after draft save
720
721 2006-11-14 [paul]       2.6.0cvs47
722
723         * src/Makefile.am
724                 Fix make DESTDIR=...
725         * src/mbox.c
726                 Optimise speed
727         * src/plugins/pgpinline/pgpinline.c
728                 Probably fix bug 1061
729
730 2006-11-14 [paul]       2.6.0cvs46
731
732         * po/Makevars
733                 enable Q_ macro
734         * src/Makefile.am
735         * src/stock_pixmap.c
736         * src/stock_pixmap.h
737         * src/gtk/about.c
738         * src/pixmaps/active.xpm
739         * src/pixmaps/inactive.xpm
740                 add a new page, 'Features', to the About dialog
741                 showing which features are compiled in and which
742                 are not
743
744 2006-11-14 [paul]       2.6.0cvs45
745
746         * po/ru.po
747                 updated by Pavlo Bohmat
748
749 2006-11-14 [colin]      2.6.0cvs44
750
751         * src/compose.c
752         * src/inc.c
753         * src/messageview.c
754         * src/news.c
755         * src/pop.c
756         * src/procmsg.c
757         * src/gtk/gtkaspell.c
758                 Fix 64-bit-related warnings
759         * src/ssl_manager.c
760                 Fix possible infinite loop
761         * src/plugins/pgpcore/sgpgme.c
762                 Remove useless check
763
764 2006-11-13 [colin]      2.6.0cvs43
765
766         * src/gtk/Makefile.am
767                 authors.h isn't generated
768
769 2006-11-13 [colin]      2.6.0cvs42
770
771         * src/plugins/pgpinline/pgpinline.c
772         * src/plugins/pgpmime/pgpmime.c
773                 Very probably fix bug 1061, 'crash on 
774                 opening signed email'. Another cast
775                 problem
776
777 2006-11-13 [colin]      2.6.0cvs41
778
779         * src/plugins/pgpcore/sgpgme.c
780                 Maybe fix bug 1061, 'crash on opening 
781                 signed email'
782
783 2006-11-13 [wwp]        2.6.0cvs40
784
785         * src/plugins/pgpinline/pgpinline.c
786                 fix candidate for bug #1057, thanks to Colin.
787
788 2006-11-13 [wwp]        2.6.0cvs39
789
790         * src/compose.c
791         * src/quote_fmt_parse.y
792                 fix bug 1052: current parser buffer was not always 
793                 allocated, ptr to this buffer could be returned as 
794                 NULL whereas no parser error has occurred. in 
795                 consequence, defining a template body as "%d" 
796                 (w/o the quotes) for the first time of the instance 
797                 of claws-mail, was reporting a parser error. make 
798                 sure that the buffer is always allocated, even to 
799                 an empty string.
800                 fix mis-unescaping in compose.:compose_quote_fmt(): 
801                 unescaping of the fmt string was always done 
802                 whereas it must be done *only* when receiving 
803                 quote format strings issued from the prefs 
804                 (compose new message, reply, forward, redirect 
805                 formats), *not* when applying templates.  in 
806                 consequences, applying templates w/ sequences 
807                 like \\|p{echo} were failing. make sure that 
808                 unescaping is done only when necessary.
809
810 2006-11-12 [colin]      2.6.0cvs38
811
812         * po/de.po
813                 Fix typo (s/KB/MB)
814
815 2006-11-12 [colin]      2.6.0cvs37
816
817         * src/plugins/pgpinline/pgpinline.c
818         * src/plugins/pgpmime/pgpmime.c
819                 Release GPG context at the latest 
820                 possible moment. Maybe fixes 
821                 bug 1057, 'crash on sending signed 
822                 message to a newsgroup'
823                 
824
825 2006-11-12 [colin]      2.6.0cvs36
826
827         * src/plugins/pgpcore/sgpgme.c
828                 Tell a bit more when gpg's status doesn't
829                 contain any signature
830
831 2006-11-12 [colin]      2.6.0cvs35
832
833         * src/compose.c
834                 Fix bug 1060, 'compilation error with 
835                 Irix's cc'
836
837 2006-11-12 [paul]       2.6.0cvs34
838
839         * doc/man/claws-mail.1
840         * src/prefs_gtk.c
841         * src/plugins/clamav/README
842         * src/plugins/spamassassin/README
843         * tools/README
844         * tools/freshmeat_search.pl
845         * tools/google_search.pl
846         * tools/multiwebsearch.pl
847                 more renaming
848         * src/plugins/trayicon/trayicon.c
849                 fix compiliation warning
850
851 2006-11-11 [colin]      2.6.0cvs33
852
853         * src/folderview.c
854                 Forbid drag and drop from/to different
855                 folders of type F_UNKNOWN
856
857 2006-11-11 [colin]      2.6.0cvs32
858
859         * src/plugins/pgpinline/pgpinline.c
860                 Fix typo in previous commit:
861                 - gpgme_new(&ctx);
862                 + if ((err = gpgme_new(&data->ctx)) ...)
863
864 2006-11-11 [colin]      2.6.0cvs31
865
866         * src/plugins/pgpinline/pgpinline.c
867         * src/plugins/pgpmime/pgpmime.c
868                 Check success after calling gpgme_new
869                 Maybe fixes bug 1057, 'crash on sending 
870                 signed message to a newsgroup'
871
872 2006-11-11 [colin]      2.6.0cvs30
873
874         * src/undo.c
875                 init undostruct to 0s (from
876                 valgrind log of bug 1057)
877
878 2006-11-10 [colin]      2.6.0cvs29
879
880         * src/mainwindow.c
881                 Set cursor to wait before filtering
882                 duplicates in all folders
883         * src/plugins/bogofilter/bogofilter.c
884         * src/plugins/bogofilter/bogofilter.h
885         * src/plugins/bogofilter/bogofilter_gtk.c
886                 Completely thread away the bogofilter
887                 filtering
888
889 2006-11-10 [mones]      2.6.0cvs28
890
891         * src/compose.c
892         * src/compose.h
893                 added COMPOSE_CHECK_BEFORE_SEND hook
894
895 2006-11-10 [paul]       2.6.0cvs27
896
897         * src/crash.c
898                 more renaming
899                 add libSM to get_compiled_in_features()
900         * src/main.c
901                 more renaming
902
903 2006-11-10 [colin]      2.6.0cvs26
904
905         * src/etpan/imap-thread.c
906                 Add a reference to libetpan's sasl engine
907                 so that sasl_done() doesn't get called by
908                 libetpan, and doesn't break openssl.
909                 Should fix bug 1053, 'SC fails to reestablish 
910                 a secure connection'
911                 Patch by Hoa
912
913 2006-11-10 [colin]      2.6.0cvs25
914
915         * manual/addrbook.xml
916         * manual/advanced.xml
917         * manual/faq.xml
918         * manual/intro.xml
919                 Some more renaming
920
921 2006-11-09 [colin]      2.6.0cvs24
922
923         * src/plugins/bogofilter/bogofilter_gtk.c
924                 Add comment about annoyance
925
926 2006-11-09 [colin]      2.6.0cvs23
927
928         * src/plugins/bogofilter/bogofilter.c
929         * src/plugins/bogofilter/bogofilter_gtk.c
930                 Prepare things needed to thread bogofilter
931                 filtering: separate bogo stuff and possible GUI
932                 stuff. 
933
934 2006-11-09 [colin]      2.6.0cvs22
935
936         * src/account.c
937         * src/compose.c
938                 Search for one of our accounts in Delivered-To
939                 (helps for auto-account selection when 
940                  replying/forwarding)
941         * src/folderview.c
942         * src/mainwindow.c
943         * src/mainwindow.h
944         * src/plugins/trayicon/trayicon.c
945                 Allow opening a new mail with any account from
946                 the contextual menu
947
948 2006-11-09 [wwp]        2.6.0cvs21
949
950         * src/compose.c
951         * src/prefs_common.c
952         * src/prefs_common.h
953         * src/prefs_compose_writing.c
954                 add a compose new message format (in prefs/compose/writing), it's a
955                 simple subject+body template to use when opening a new composition
956                 window. It's similar to the existent reply and forward formats.
957
958                 enhanced the template/format % symbols substitution mechanism to
959                 use current composition window information when % are used in
960                 the compose new message format or in templates applied to new
961                 messages (there were useless in that situations before). When
962                 applied to new messages, %d corresponds to the system time/date.
963
964 2006-11-09 [paul]       2.6.0cvs20
965
966         * src/gtk/authors.h
967                 fix last commit
968
969 2006-11-09 [paul]       2.6.0cvs19
970
971         * src/gtk/authors.h
972                 keep tje alphabetical order
973
974 2006-11-08 [colin]      2.6.0cvs18
975
976         * src/etpan/imap-thread.c
977                 Fix bug 1054, 'Slowness logging big 
978                 data chunks'
979
980 2006-11-08 [paul]       2.6.0cvs17
981
982         * tools/Makefile.am
983                 fix the renaming
984
985 2006-11-08 [paul]       2.6.0cvs16
986
987         * src/common/defs.h
988                 update BUGZILLA_URI
989
990 2006-11-08 [paul]       2.6.0cvs15
991
992         * tools/Makefile.am
993         * tools/OOo2claws-mail.pl
994         * tools/OOo2sylpheed.pl
995         * tools/README
996         * tools/acroread2claws-mail.pl
997         * tools/acroread2sylpheed.pl
998         * tools/kmail2claws-mail.pl
999         * tools/kmail2claws-mail_v2.pl
1000         * tools/kmail2sylpheed.pl
1001         * tools/kmail2sylpheed_v2.pl
1002         * tools/maildir2claws-mail.pl
1003         * tools/maildir2sylpheed.pl
1004         * tools/nautilus2claws-mail.sh
1005         * tools/nautilus2sylpheed.sh
1006         * tools/outlook2claws-mail.pl
1007         * tools/outlook2sylpheed.pl
1008         * tools/tb2claws-mail
1009         * tools/tb2sylpheed
1010         * tools/tbird2claws.py
1011         * tools/tbird2syl.py
1012         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1013         * tools/kdeservicemenu/install.sh
1014         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1015         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1016         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1017         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1018         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1019                 renamed (removed, added) tools files
1020
1021 2006-11-08 [paul]       2.6.0cvs14
1022
1023         * src/main.c
1024         * src/common/defs.h
1025                 Migrate sylpheedrc to clawsrc, and fix the standard
1026                 plugins path in the process
1027
1028 2006-11-07 [colin]      2.6.0cvs13
1029
1030         * src/Makefile.am
1031                 Symlink sylpheed-claws relative to 
1032                 claws-mail
1033
1034 2006-11-07 [colin]      2.6.0cvs12
1035
1036         * src/compose.c
1037                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
1038
1039 2006-11-07 [paul]       2.6.0cvs11
1040
1041         * src/gtk/about.c
1042                 Fix a missed occurence of
1043                 Sylpheed-Claws
1044
1045 2006-11-07 [paul]       2.6.0cvs10
1046
1047         * src/Makefile.am
1048                 Fix symlink installation
1049
1050 2006-11-07 [paul]       2.6.0cvs9
1051
1052         * src/Makefile.am
1053                 Symlink claws-mail to sylpheed-claws
1054         * src/common/utils.c
1055                 Fix migrating symlinks
1056         * src/etpan/imap-thread.c
1057                 check certificate only when there's
1058                 no error
1059
1060 2006-11-07 [paul]       2.6.0cvs8
1061
1062         * Makefile.am
1063                 Fix icon breakages with Gtk, which needs a 
1064                 cache updated to see them.
1065
1066 2006-11-07 [paul]       2.6.0cvs7
1067
1068         * .cvsignore
1069         * AUTHORS
1070         * COPYING
1071         * INSTALL
1072         * Makefile.am
1073         * NEWS
1074         * README
1075         * RELEASE_NOTES
1076         * autogen.sh
1077         * claws-mail-128x128.png
1078         * claws-mail-64x64.png
1079         * claws-mail.ico
1080         * claws-mail.pc.in
1081         * claws-mail.png
1082         * configure.ac
1083         * sylpheed-claws-128x128.png
1084         * sylpheed-claws-64x64.png
1085         * sylpheed-claws.desktop
1086         * sylpheed-claws.ico
1087         * sylpheed-claws.pc.in
1088         * sylpheed-claws.png
1089         * debian/README.Debian
1090         * debian/changelog
1091         * debian/claws-mail.desktop
1092         * debian/claws-mail.menu
1093         * debian/claws-mail.postinst.debhelper
1094         * debian/claws-mail.postrm.debhelper
1095         * debian/control
1096         * debian/copyright
1097         * debian/files
1098         * debian/rules
1099         * debian/sylpheed-claws.desktop
1100         * debian/sylpheed-claws.menu
1101         * debian/sylpheed-claws.postinst.debhelper
1102         * debian/sylpheed-claws.postrm.debhelper
1103         * doc/man/Makefile.am
1104         * doc/man/claws-mail.1
1105         * doc/man/sylpheed-claws.1
1106         * doc/src/ChangeLog.claws-pre0.8.0
1107         * manual/Makefile.am
1108         * manual/account.xml
1109         * manual/ack.xml
1110         * manual/addrbook.xml
1111         * manual/advanced.xml
1112         * manual/claws-mail-manual.xml
1113         * manual/faq.xml
1114         * manual/glossary.xml
1115         * manual/handling.xml
1116         * manual/intro.xml
1117         * manual/keyboard.xml
1118         * manual/plugins.xml
1119         * manual/starting.xml
1120         * manual/sylpheed-claws-manual.xml
1121         * manual/xml2pdf
1122         * manual/dist/.cvsignore
1123         * manual/dist/html/.cvsignore
1124         * manual/dist/html/Makefile.am
1125         * manual/dist/pdf/.cvsignore
1126         * manual/dist/pdf/Makefile.am
1127         * manual/dist/ps/.cvsignore
1128         * manual/dist/ps/Makefile.am
1129         * manual/dist/txt/.cvsignore
1130         * manual/dist/txt/Makefile.am
1131         * manual/es/Makefile.am
1132         * manual/es/advanced.xml
1133         * manual/es/claws-mail-manual.xml
1134         * manual/es/faq.xml
1135         * manual/es/glossary.xml
1136         * manual/es/handling.xml
1137         * manual/es/intro.xml
1138         * manual/es/plugins.xml
1139         * manual/es/sylpheed-claws-manual.xml
1140         * manual/es/dist/.cvsignore
1141         * manual/es/dist/html/.cvsignore
1142         * manual/es/dist/html/Makefile.am
1143         * manual/es/dist/pdf/.cvsignore
1144         * manual/es/dist/pdf/Makefile.am
1145         * manual/es/dist/ps/.cvsignore
1146         * manual/es/dist/ps/Makefile.am
1147         * manual/es/dist/txt/.cvsignore
1148         * manual/es/dist/txt/Makefile.am
1149         * manual/fr/Makefile.am
1150         * manual/fr/account.xml
1151         * manual/fr/ack.xml
1152         * manual/fr/addrbook.xml
1153         * manual/fr/advanced.xml
1154         * manual/fr/claws-mail-manual.xml
1155         * manual/fr/faq.xml
1156         * manual/fr/glossary.xml
1157         * manual/fr/handling.xml
1158         * manual/fr/intro.xml
1159         * manual/fr/keyboard.xml
1160         * manual/fr/plugins.xml
1161         * manual/fr/starting.xml
1162         * manual/fr/sylpheed-claws-manual.xml
1163         * manual/fr/dist/.cvsignore
1164         * manual/fr/dist/html/.cvsignore
1165         * manual/fr/dist/html/Makefile.am
1166         * manual/fr/dist/pdf/.cvsignore
1167         * manual/fr/dist/pdf/Makefile.am
1168         * manual/fr/dist/ps/.cvsignore
1169         * manual/fr/dist/ps/Makefile.am
1170         * manual/fr/dist/txt/.cvsignore
1171         * manual/fr/dist/txt/Makefile.am
1172         * manual/pl/Makefile.am
1173         * manual/pl/account.xml
1174         * manual/pl/ack.xml
1175         * manual/pl/addrbook.xml
1176         * manual/pl/advanced.xml
1177         * manual/pl/claws-mail-manual.xml
1178         * manual/pl/faq.xml
1179         * manual/pl/glossary.xml
1180         * manual/pl/handling.xml
1181         * manual/pl/intro.xml
1182         * manual/pl/keyboard.xml
1183         * manual/pl/plugins.xml
1184         * manual/pl/starting.xml
1185         * manual/pl/sylpheed-claws-manual.xml
1186         * manual/pl/dist/.cvsignore
1187         * manual/pl/dist/html/.cvsignore
1188         * manual/pl/dist/html/Makefile.am
1189         * manual/pl/dist/pdf/.cvsignore
1190         * manual/pl/dist/pdf/Makefile.am
1191         * manual/pl/dist/ps/.cvsignore
1192         * manual/pl/dist/ps/Makefile.am
1193         * manual/pl/dist/txt/.cvsignore
1194         * manual/pl/dist/txt/Makefile.am
1195         * po/.cvsignore
1196         * po/Makevars
1197         * src/.cvsignore
1198         * src/Makefile.am
1199         * src/account.c
1200         * src/account.h
1201         * src/action.c
1202         * src/action.h
1203         * src/adbookbase.h
1204         * src/addr_compl.c
1205         * src/addr_compl.h
1206         * src/addrbook.c
1207         * src/addrcache.c
1208         * src/addrcache.h
1209         * src/addrcindex.c
1210         * src/addrcindex.h
1211         * src/addrclip.c
1212         * src/addrclip.h
1213         * src/addrdefs.h
1214         * src/addressadd.c
1215         * src/addressadd.h
1216         * src/addressbook.c
1217         * src/addressbook.h
1218         * src/addressbook_foldersel.c
1219         * src/addressbook_foldersel.h
1220         * src/addrgather.c
1221         * src/addrgather.h
1222         * src/addrharvest.c
1223         * src/addrharvest.h
1224         * src/addrindex.c
1225         * src/addrindex.h
1226         * src/addritem.c
1227         * src/addritem.h
1228         * src/addrquery.c
1229         * src/addrquery.h
1230         * src/addrselect.c
1231         * src/addrselect.h
1232         * src/alertpanel.c
1233         * src/alertpanel.h
1234         * src/browseldap.c
1235         * src/browseldap.h
1236         * src/codeconv.c
1237         * src/codeconv.h
1238         * src/compose.c
1239         * src/crash.c
1240         * src/crash.h
1241         * src/customheader.c
1242         * src/customheader.h
1243         * src/displayheader.c
1244         * src/displayheader.h
1245         * src/editaddress.c
1246         * src/editaddress.h
1247         * src/editbook.c
1248         * src/editbook.h
1249         * src/editgroup.c
1250         * src/editgroup.h
1251         * src/editjpilot.c
1252         * src/editjpilot.h
1253         * src/editldap.c
1254         * src/editldap.h
1255         * src/editldap_basedn.c
1256         * src/editldap_basedn.h
1257         * src/editvcard.c
1258         * src/editvcard.h
1259         * src/exphtmldlg.c
1260         * src/exphtmldlg.h
1261         * src/expldifdlg.c
1262         * src/expldifdlg.h
1263         * src/export.c
1264         * src/exporthtml.c
1265         * src/exporthtml.h
1266         * src/exportldif.c
1267         * src/exportldif.h
1268         * src/filtering.c
1269         * src/filtering.h
1270         * src/folder.c
1271         * src/folder.h
1272         * src/folder_item_prefs.c
1273         * src/folder_item_prefs.h
1274         * src/foldersel.c
1275         * src/foldersel.h
1276         * src/folderutils.c
1277         * src/folderutils.h
1278         * src/folderview.c
1279         * src/folderview.h
1280         * src/grouplistdialog.c
1281         * src/grouplistdialog.h
1282         * src/html.c
1283         * src/html.h
1284         * src/image_viewer.c
1285         * src/image_viewer.h
1286         * src/imap.c
1287         * src/imap.h
1288         * src/imap_gtk.c
1289         * src/imap_gtk.h
1290         * src/import.c
1291         * src/import.h
1292         * src/importldif.c
1293         * src/importldif.h
1294         * src/importmutt.c
1295         * src/importmutt.h
1296         * src/importpine.c
1297         * src/importpine.h
1298         * src/inc.c
1299         * src/inc.h
1300         * src/jpilot.c
1301         * src/jpilot.h
1302         * src/ldapctrl.c
1303         * src/ldapctrl.h
1304         * src/ldaplocate.c
1305         * src/ldaplocate.h
1306         * src/ldapquery.c
1307         * src/ldapquery.h
1308         * src/ldapserver.c
1309         * src/ldapserver.h
1310         * src/ldaputil.c
1311         * src/ldaputil.h
1312         * src/ldif.c
1313         * src/ldif.h
1314         * src/localfolder.c
1315         * src/localfolder.h
1316         * src/main.c
1317         * src/main.h
1318         * src/mainwindow.c
1319         * src/mainwindow.h
1320         * src/manual.c
1321         * src/manual.h
1322         * src/matcher.c
1323         * src/matcher.h
1324         * src/matcher_parser.h
1325         * src/matcher_parser_lex.l
1326         * src/matcher_parser_parse.y
1327         * src/mbox.c
1328         * src/mbox.h
1329         * src/message_search.c
1330         * src/message_search.h
1331         * src/messageview.c
1332         * src/messageview.h
1333         * src/mh.c
1334         * src/mh.h
1335         * src/mh_gtk.c
1336         * src/mh_gtk.h
1337         * src/mimeview.c
1338         * src/mimeview.h
1339         * src/msgcache.c
1340         * src/msgcache.h
1341         * src/mutt.c
1342         * src/mutt.h
1343         * src/news.c
1344         * src/news.h
1345         * src/news_gtk.c
1346         * src/news_gtk.h
1347         * src/noticeview.c
1348         * src/noticeview.h
1349         * src/partial_download.c
1350         * src/partial_download.h
1351         * src/pine.c
1352         * src/pine.h
1353         * src/pop.c
1354         * src/pop.h
1355         * src/prefs_account.c
1356         * src/prefs_account.h
1357         * src/prefs_actions.c
1358         * src/prefs_actions.h
1359         * src/prefs_common.c
1360         * src/prefs_common.h
1361         * src/prefs_compose_writing.c
1362         * src/prefs_compose_writing.h
1363         * src/prefs_customheader.c
1364         * src/prefs_customheader.h
1365         * src/prefs_display_header.c
1366         * src/prefs_display_header.h
1367         * src/prefs_ext_prog.c
1368         * src/prefs_ext_prog.h
1369         * src/prefs_filtering.c
1370         * src/prefs_folder_column.c
1371         * src/prefs_folder_column.h
1372         * src/prefs_folder_item.c
1373         * src/prefs_folder_item.h
1374         * src/prefs_fonts.c
1375         * src/prefs_fonts.h
1376         * src/prefs_gtk.c
1377         * src/prefs_gtk.h
1378         * src/prefs_image_viewer.c
1379         * src/prefs_image_viewer.h
1380         * src/prefs_matcher.c
1381         * src/prefs_matcher.h
1382         * src/prefs_message.c
1383         * src/prefs_message.h
1384         * src/prefs_msg_colors.c
1385         * src/prefs_msg_colors.h
1386         * src/prefs_other.c
1387         * src/prefs_other.h
1388         * src/prefs_quote.c
1389         * src/prefs_quote.h
1390         * src/prefs_receive.c
1391         * src/prefs_receive.h
1392         * src/prefs_send.c
1393         * src/prefs_send.h
1394         * src/prefs_spelling.c
1395         * src/prefs_spelling.h
1396         * src/prefs_summaries.c
1397         * src/prefs_summaries.h
1398         * src/prefs_summary_column.c
1399         * src/prefs_summary_column.h
1400         * src/prefs_template.c
1401         * src/prefs_template.h
1402         * src/prefs_themes.c
1403         * src/prefs_themes.h
1404         * src/prefs_toolbar.c
1405         * src/prefs_toolbar.h
1406         * src/prefs_wrapping.c
1407         * src/prefs_wrapping.h
1408         * src/privacy.c
1409         * src/privacy.h
1410         * src/procheader.c
1411         * src/procheader.h
1412         * src/procmime.c
1413         * src/procmime.h
1414         * src/procmsg.c
1415         * src/procmsg.h
1416         * src/quote_fmt.c
1417         * src/quote_fmt_parse.y
1418         * src/recv.c
1419         * src/recv.h
1420         * src/remotefolder.c
1421         * src/remotefolder.h
1422         * src/send_message.c
1423         * src/send_message.h
1424         * src/setup.c
1425         * src/setup.h
1426         * src/sourcewindow.c
1427         * src/sourcewindow.h
1428         * src/ssl_manager.c
1429         * src/ssl_manager.h
1430         * src/statusbar.c
1431         * src/statusbar.h
1432         * src/stock_pixmap.c
1433         * src/stock_pixmap.h
1434         * src/summary_search.c
1435         * src/summary_search.h
1436         * src/summaryview.c
1437         * src/summaryview.h
1438         * src/syldap.c
1439         * src/syldap.h
1440         * src/textview.c
1441         * src/textview.h
1442         * src/toolbar.c
1443         * src/toolbar.h
1444         * src/undo.c
1445         * src/undo.h
1446         * src/unmime.c
1447         * src/unmime.h
1448         * src/vcard.c
1449         * src/vcard.h
1450         * src/wizard.c
1451         * src/wizard.h
1452         * src/common/base64.c
1453         * src/common/base64.h
1454         * src/common/defs.h
1455         * src/common/hooks.c
1456         * src/common/hooks.h
1457         * src/common/log.c
1458         * src/common/log.h
1459         * src/common/mgutils.c
1460         * src/common/mgutils.h
1461         * src/common/nntp.c
1462         * src/common/nntp.h
1463         * src/common/passcrypt.c
1464         * src/common/passcrypt.h.in
1465         * src/common/plugin.c
1466         * src/common/plugin.h
1467         * src/common/prefs.c
1468         * src/common/prefs.h
1469         * src/common/progressindicator.c
1470         * src/common/progressindicator.h
1471         * src/common/quoted-printable.c
1472         * src/common/quoted-printable.h
1473         * src/common/session.c
1474         * src/common/session.h
1475         * src/common/smtp.c
1476         * src/common/smtp.h
1477         * src/common/socket.c
1478         * src/common/socket.h
1479         * src/common/ssl.c
1480         * src/common/ssl.h
1481         * src/common/stringtable.c
1482         * src/common/stringtable.h
1483         * src/common/sylpheed.c
1484         * src/common/sylpheed.h
1485         * src/common/template.c
1486         * src/common/template.h
1487         * src/common/timing.h
1488         * src/common/utils.c
1489         * src/common/utils.h
1490         * src/common/version.h.in
1491         * src/common/xml.c
1492         * src/common/xml.h
1493         * src/common/xmlprops.c
1494         * src/common/xmlprops.h
1495         * src/gtk/about.c
1496         * src/gtk/colorlabel.c
1497         * src/gtk/colorlabel.h
1498         * src/gtk/colorsel.c
1499         * src/gtk/colorsel.h
1500         * src/gtk/combobox.c
1501         * src/gtk/combobox.h
1502         * src/gtk/description_window.c
1503         * src/gtk/description_window.h
1504         * src/gtk/filesel.c
1505         * src/gtk/filesel.h
1506         * src/gtk/foldersort.c
1507         * src/gtk/foldersort.h
1508         * src/gtk/gtkaspell.c
1509         * src/gtk/gtkaspell.h
1510         * src/gtk/gtksctree.c
1511         * src/gtk/gtkshruler.c
1512         * src/gtk/gtkshruler.h
1513         * src/gtk/gtkutils.c
1514         * src/gtk/gtkutils.h
1515         * src/gtk/icon_legend.c
1516         * src/gtk/icon_legend.h
1517         * src/gtk/logwindow.c
1518         * src/gtk/logwindow.h
1519         * src/gtk/manage_window.c
1520         * src/gtk/manage_window.h
1521         * src/gtk/pluginwindow.c
1522         * src/gtk/pluginwindow.h
1523         * src/gtk/prefswindow.c
1524         * src/gtk/prefswindow.h
1525         * src/gtk/quicksearch.c
1526         * src/gtk/quicksearch.h
1527         * src/pixmaps/claws-mail.xpm
1528         * src/pixmaps/claws-mail_icon.xpm
1529         * src/pixmaps/claws-mail_logo.xpm
1530         * src/pixmaps/sylpheed-claws.xpm
1531         * src/pixmaps/sylpheed-claws_icon.xpm
1532         * src/pixmaps/sylpheed-claws_logo.xpm
1533         * src/plugins/bogofilter/Makefile.am
1534         * src/plugins/bogofilter/bogofilter.c
1535         * src/plugins/bogofilter/bogofilter.h
1536         * src/plugins/bogofilter/bogofilter_gtk.c
1537         * src/plugins/clamav/Makefile.am
1538         * src/plugins/clamav/clamav_plugin.c
1539         * src/plugins/clamav/clamav_plugin.h
1540         * src/plugins/clamav/clamav_plugin_gtk.c
1541         * src/plugins/demo/Makefile.am
1542         * src/plugins/demo/demo.c
1543         * src/plugins/dillo_viewer/Makefile.am
1544         * src/plugins/dillo_viewer/README
1545         * src/plugins/dillo_viewer/dillo_prefs.c
1546         * src/plugins/dillo_viewer/dillo_prefs.h
1547         * src/plugins/dillo_viewer/dillo_viewer.c
1548         * src/plugins/pgpcore/Makefile.am
1549         * src/plugins/pgpcore/passphrase.c
1550         * src/plugins/pgpcore/passphrase.h
1551         * src/plugins/pgpcore/pgp_viewer.c
1552         * src/plugins/pgpcore/pgp_viewer.h
1553         * src/plugins/pgpcore/plugin.c
1554         * src/plugins/pgpcore/prefs_gpg.c
1555         * src/plugins/pgpcore/prefs_gpg.h
1556         * src/plugins/pgpcore/select-keys.c
1557         * src/plugins/pgpcore/select-keys.h
1558         * src/plugins/pgpcore/sgpgme.c
1559         * src/plugins/pgpcore/sgpgme.h
1560         * src/plugins/pgpcore/sylpheed.def
1561         * src/plugins/pgpcore/version.rc
1562         * src/plugins/pgpinline/Makefile.am
1563         * src/plugins/pgpinline/pgpinline.c
1564         * src/plugins/pgpinline/pgpinline.h
1565         * src/plugins/pgpinline/plugin.c
1566         * src/plugins/pgpinline/sylpheed.def
1567         * src/plugins/pgpinline/version.rc
1568         * src/plugins/pgpmime/Makefile.am
1569         * src/plugins/pgpmime/pgpmime.c
1570         * src/plugins/pgpmime/pgpmime.h
1571         * src/plugins/pgpmime/plugin.c
1572         * src/plugins/pgpmime/sylpheed.def
1573         * src/plugins/pgpmime/version.rc
1574         * src/plugins/spamassassin/Makefile.am
1575         * src/plugins/spamassassin/README
1576         * src/plugins/spamassassin/spamassassin.c
1577         * src/plugins/spamassassin/spamassassin.h
1578         * src/plugins/spamassassin/spamassassin_gtk.c
1579         * src/plugins/trayicon/Makefile.am
1580         * src/plugins/trayicon/trayicon.c
1581         * tools/OOo2sylpheed.pl
1582         * tools/README
1583         * tools/README.sylprint
1584         * tools/acroread2sylpheed.pl
1585         * tools/claws.i18n.status.pl
1586         * tools/filter_conv.pl
1587         * tools/filter_conv_new.pl
1588         * tools/freshmeat_search.pl
1589         * tools/google_search.pl
1590         * tools/kmail2sylpheed.pl
1591         * tools/kmail2sylpheed_v2.pl
1592         * tools/make.themes.project
1593         * tools/multiwebsearch.pl
1594         * tools/nautilus2sylpheed.sh
1595         * tools/outlook2sylpheed.pl
1596         * tools/sylprint.pl
1597         * tools/sylprint.rc
1598         * tools/tb2sylpheed
1599         * tools/textviewer.sh
1600         * tools/vcard2xml.py
1601         * tools/kdeservicemenu/README
1602         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1603         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1604         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1605                 Change name to Claws Mail. Announce to follow...
1606
1607 2006-11-06 [wwp]        2.6.0cvs6
1608
1609         * src/prefs_template.c
1610                 unify messages related to quote format/template errors (fix
1611                 capitalization), again.
1612
1613 2006-11-06 [wwp]        2.6.0cvs5
1614
1615         * src/prefs_quote.c
1616                 unify messages related to quote format/template errors.
1617
1618 2006-11-06 [wwp]        2.6.0cvs4
1619
1620         * src/prefs_msg_colors.c
1621                 more uses of Q_ macro for contextual translations, thanks
1622                 to Fabien (fzzzzz).
1623
1624 2006-11-06 [wwp]        2.6.0cvs3
1625
1626         * src/compose.c
1627         * src/common/utils.c
1628         * src/common/utils.h
1629                 show an alertpanel to make sure users are aware that sensitive
1630                 files are attached (it's file blacklist-based). This will fix
1631                 interaction w/ GoogleEarth for instance, thanks to Colin.
1632
1633 2006-11-06 [wwp]        2.6.0cvs2
1634
1635         * src/prefs_quote.c
1636         * src/prefs_template.c
1637         * src/prefs_template.h
1638                 check quote format when applying/closing prefs. For now this only
1639                 shows up an error dialog box, not preventing the user from using
1640                 a broken quote (reply, forwards) format.
1641
1642 2006-11-06 [wwp]        2.6.0cvs1
1643
1644         * src/prefs_template.c
1645                 fix missing checks of some template fields.
1646
1647 2006-11-06 [paul]       2.6.0
1648
1649         * NEWS
1650         * README
1651         * RELEASE_NOTES
1652                 2.6.0 released
1653
1654 2006-11-06 [paul]       2.5.6cvs22
1655
1656         * manual/advanced.xml
1657         * manual/es/advanced.xml
1658                 put 'respect_flowed_format' info in the correct
1659                 place
1660
1661 2006-11-06 [mones]      2.5.6cvs21
1662
1663         * po/es.po
1664                 Minor fixes for release
1665
1666 2006-11-06 [paul]       2.5.6cvs20
1667
1668         * po/cs.po
1669         * po/de.po
1670         * po/fr.po
1671         * po/it.po
1672         * po/nl.po
1673         * po/pt_BR.po
1674         * po/sk.po
1675         * po/sv.po
1676         * po/zh_CN.po
1677                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1678                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1679                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1680                 Young
1681
1682 2006-11-02 [colin]      2.5.6cvs19
1683
1684         * src/imap.c
1685         * src/imap.h
1686         * src/prefs_account.c
1687         * src/etpan/imap-thread.c
1688                 Add GSSAPI support - fixes Debian bug #383274
1689
1690 2006-11-01 [colin]      2.5.6cvs18
1691
1692         * src/jpilot.c
1693                 Handle libpisock12 support. Probably
1694                 fixes bug 1046, 'jpilot AddressDB.pdb 
1695                 import fail'
1696
1697 2006-11-01 [colin]      2.5.6cvs17
1698
1699         * src/folderutils.c
1700                 debug_print() folderutils_mark_all_read()
1701
1702 2006-11-01 [colin]      2.5.6cvs16
1703
1704         * COPYING
1705                 Add missed files to the Apache exception
1706
1707 2006-10-31 [colin]      2.5.6cvs15
1708
1709         * src/folder.c
1710         * src/folder.h
1711                 Add a copy_private_data() func to FolderClasses
1712                 Doesn't break the feature freeze, because we 
1713                 won't use it (right now) in the core.
1714
1715 2006-10-31 [colin]      2.5.6cvs14
1716
1717         * COPYING
1718                 Allow linking with the Apache licensed files in
1719                 src/plugins/spamassassin. Hopefully fixes 
1720                 bug 1048, 'Spamassassin plugin license problem'
1721
1722 2006-10-31 [wwp]        2.5.6cvs13
1723
1724         * src/compose.c
1725                 fix and optimize trimming of leading linefeeds in body loop.
1726
1727 2006-10-31 [colin]      2.5.6cvs12
1728
1729         * src/etpan/imap-thread.c
1730         * src/imap.c
1731                 Make really sure to have NULL sets in case
1732                 of error
1733
1734 2006-10-30 [wwp]        2.5.6cvs11
1735
1736         * src/prefs_common.c
1737         * src/prefs_common.h
1738         * src/compose.c
1739                 fix broken storage of quote format template when it contains \-escape
1740                 sequences. The application of such sequences is also fixed now (\t
1741                 in quote format will be a real tab instead of a 't', for instance).
1742
1743 2006-10-27 [colin]      2.5.6cvs10
1744
1745         * src/compose.c
1746                 Probably fix bug 1045, 'sylpheed-claws 
1747                 doesn't remove the mail from the IMAP 
1748                 Queue folder after sending'. From
1749                 2.5.6cvs3-stable
1750
1751 2006-10-27 [colin]      2.5.6cvs9
1752
1753         * configure.ac
1754                 Require libetpan-0.48. I'm so annoying,
1755                 I know ;-)
1756
1757 2006-10-27 [colin]      2.5.6cvs8
1758
1759         * src/folder.c
1760         * src/imap.c
1761                 Probably fix bug 1044, 'sylpheed-claws 
1762                 segfaults while moving mails' - Fix relation
1763                 usage when moving to an IMAP mailbox from another
1764                 mailbox
1765
1766 2006-10-26 [paul]       2.5.6cvs7
1767
1768         * src/gtk/about.c
1769                 add libSM to compiled-in features
1770                 list
1771
1772 2006-10-24 [colin]      2.5.6cvs6
1773
1774         * src/textview.c
1775         * src/gtk/gtkutils.c
1776                 Fix crash when printing emails with an
1777                 xface
1778
1779 2006-10-24 [mones]      2.5.6cvs5
1780
1781         * manual/es/advanced.xml
1782                 Synchronize hidden option respect_flowed_format
1783         * po/es.po
1784                 Updated translation
1785
1786 2006-10-21 [paul]       2.5.6cvs4
1787
1788         * src/gtk/authors.h
1789         * src/plugins/pgpcore/pgp_viewer.c
1790         * src/plugins/pgpcore/sgpgme.c
1791                 fix building on BSDs
1792                 Thanks to Michael Hughes
1793                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1794
1795 2006-10-20 [colin]      2.5.6cvs3
1796
1797         * configure.ac
1798                 Bump up libetpan requirement
1799                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1800         * src/common/utils.c
1801         * src/common/utils.h
1802                 Add convenience get_file_mtime()
1803         * src/imap.c
1804         * src/etpan/imap-thread.c
1805         * src/etpan/imap-thread.h
1806                 Implement UIDPLUS support if the server
1807                 supports it - faster sending in this case
1808
1809 2006-10-19 [colin]      2.5.6cvs2
1810
1811         * src/gtk/quicksearch.c
1812                 Fix emptying in type-ahead+extended mode
1813         * src/mainwindow.c
1814         * src/mainwindow.h
1815                 Add a hook for offline state change
1816         * src/plugins/trayicon/trayicon.c
1817                 Use it to display offline icons
1818         * src/plugins/trayicon/Makefile.am
1819         * src/plugins/trayicon/newmail.offline.xpm
1820         * src/plugins/trayicon/newmarkedmail.offline.xpm
1821         * src/plugins/trayicon/nomail.offline.xpm
1822         * src/plugins/trayicon/unreadmail.offline.xpm
1823         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1824                 Add the icons
1825
1826 2006-10-12 [paul]       2.5.6cvs1
1827
1828         * NEWS
1829         * README
1830         * configure.ac
1831                 Update version number following
1832                 stable release
1833
1834 2006-10-19 [colin]      2.5.5cvs18
1835
1836         * manual/handling.xml
1837                 Add type-ahead search
1838
1839 2006-10-18 [colin]      2.5.5cvs17
1840
1841         * src/gtk/quicksearch.c
1842                 Remove "save to history only if there's
1843                 no syntax error", it breaks for some 
1844                 reason which I'll investigate later.
1845
1846 2006-10-18 [colin]      2.5.5cvs16
1847
1848         * src/prefs_common.c
1849         * src/prefs_common.h
1850         * src/summaryview.c
1851         * src/gtk/quicksearch.c
1852         * src/gtk/quicksearch.h
1853                 Add a type-ahead option for fast searches
1854                 Patch by Fabien Vantard
1855
1856 2006-10-18 [colin]      2.5.5cvs15
1857
1858         * src/compose.c
1859         * src/compose.h
1860                 Add Options/Reply mode/ menu to be able to
1861                 change the recipients of a reply on the fly
1862
1863 2006-10-18 [colin]      2.5.5cvs14
1864
1865         * src/compose.c
1866                 Fix redirecting of our own sent mails
1867
1868 2006-10-17 [wwp]        2.5.5cvs13
1869
1870         * src/send_message.c
1871                 Fix duplicate error messages when sending, and missing
1872                 newline in such error messages.
1873
1874 2006-10-17 [colin]      2.5.5cvs12
1875
1876         * src/compose.c
1877                 Compare addresses case-insensitive
1878
1879 2006-10-17 [colin]      2.5.5cvs11
1880
1881         * src/plugins/pgpcore/sgpgme.c
1882                 Fix return status
1883
1884 2006-10-17 [colin]      2.5.5cvs10
1885
1886         * src/plugins/pgpcore/pgp_viewer.c
1887                 Fix return status
1888
1889 2006-10-17 [colin]      2.5.5cvs9
1890
1891         * src/quote_fmt.c
1892                 Fix a typo (thanks to Fabien)
1893
1894 2006-10-16 [colin]      2.5.5cvs8
1895
1896         * src/textview.c
1897                 Fix problem with quote-folding when emails
1898                 don't convert cleanly to UTF-8
1899
1900 2006-10-14 [colin]      2.5.5cvs7
1901
1902         * src/prefs_template.c
1903                 Reset fields when reopening
1904                 the window
1905
1906 2006-10-13 [paul]       2.5.5cvs6
1907
1908         * manual/advanced.xml
1909         * src/prefs_message.c
1910                 make 'respect_flowed_format' a hidden
1911                 option, and add a manual entry for it
1912                 Thanks to Colin
1913
1914 2006-10-12 [colin]      2.5.5cvs5
1915
1916         * src/codeconv.c
1917                 Revert part of 2.5.2cvs21:
1918                 Don't optimise by reusing the 
1919                 last iconv converter if possible:
1920                 it seems slightly broken in a 
1921                 very hard way to reproduce
1922
1923 2006-10-12 [colin]      2.5.5cvs4
1924
1925         * src/prefs_common.c
1926         * src/prefs_common.h
1927         * src/prefs_message.c
1928         * src/procmime.c
1929                 Fix bug 1035, 'Incorrect handling 
1930                 of flowed lines'. We now optionnaly
1931                 handle this format (preference is in
1932                 Message View/Text options section)
1933
1934 2006-10-12 [colin]      2.5.5cvs3
1935
1936         * po/POTFILES.in
1937                 Add new file
1938         * src/plugins/pgpcore/pgp_viewer.c
1939         * src/plugins/pgpcore/sgpgme.c
1940                 Don't try to import without asking
1941
1942 2006-10-12 [colin]      2.5.5cvs2
1943
1944         * src/compose.c
1945                 Fix bug 1036, 'Forwarding a mutlipart
1946                 mail with a "text/html" block to ms
1947                 outlook users leeds to freeze of
1948                 outlook'. Poor outlook users...
1949
1950 2006-10-12 [paul]       2.5.5cvs1
1951
1952         * NEWS
1953         * README
1954         * configure.ac
1955                 Update version number following
1956                 stable release
1957
1958 2006-10-11 [paul]       2.5.4cvs1
1959
1960         * NEWS
1961         * README
1962         * configure.ac
1963                 Update version number following
1964                 stable release
1965
1966 2006-10-11 [paul]       2.5.3cvs32
1967
1968         * src/textview.c
1969                 fix bug 1032, 'Segmentation fault when showing
1970                 message' (bug in quote folding)
1971                 Thanks to Colin
1972
1973 2006-10-10 [colin]      2.5.3cvs31
1974
1975         * src/quote_fmt.c
1976                 Rephrase english a bit
1977
1978 2006-10-10 [colin]      2.5.3cvs30
1979
1980         * src/prefs_compose_writing.c
1981                 Stop making the page larger than the window
1982
1983 2006-10-10 [wwp]        2.5.3cvs29
1984
1985         * src/compose.c
1986         * src/prefs_template.c
1987         * src/quote_fmt.c
1988         * src/quote_fmt.h
1989         * src/quote_fmt_lex.l
1990         * src/quote_fmt_parse.y
1991                 Extend the quote parser a bit: allow to get access to
1992                 basic (composing) account info.
1993
1994 2006-10-10 [colin]      2.5.3cvs28
1995
1996         * src/procheader.c
1997                 Fix this \t problem in subject
1998
1999 2006-10-09 [colin]      2.5.3cvs27
2000
2001         * src/main.c
2002         * src/prefs_gtk.c
2003                 Prepare cache a bit later
2004                 If section already exists, skip the new one 
2005                 (as previously); avoid writing the same block
2006                 twice - if we find a second block with the 
2007                 same id, skip it.
2008         * src/plugins/pgpcore/pgp_viewer.c
2009                 Set cursor to busy when retrieving a key
2010         * src/plugins/pgpcore/sgpgme.c
2011                 allow 5 seconds for gpg to export the key
2012                 
2013
2014 2006-10-09 [colin]      2.5.3cvs26
2015
2016         * configure.ac
2017         * src/msgcache.c
2018         * src/prefs_gtk.c
2019                 Check for existence of fgets_unlocked
2020                 and fwrite_unlocked
2021
2022 2006-10-09 [paul]       2.5.3cvs25
2023
2024         * src/prefs_summaries.c
2025                 replace strftime() with fast_strftime() and in
2026                 the consequence fix the bug in the display of
2027                 AM/PM in the 'Example' string
2028
2029 2006-10-09 [ticho]      2.5.3cvs24
2030
2031         * po/sk.po
2032                 Updated (and fixed up somewhat) Slovak translation.
2033
2034 2006-10-08 [colin]      2.5.3cvs23
2035
2036         * src/prefs_folder_item.c
2037                 Explain why prefs in the top-level folder
2038                 aren't retained, but are still useful
2039
2040 2006-10-08 [colin]      2.5.3cvs22
2041
2042         * src/prefs_gtk.c
2043                 Don't cache anything if caching fails
2044
2045 2006-10-08 [colin]      2.5.3cvs21
2046
2047         * src/common/utils.c
2048                 always include gi18n.h
2049
2050 2006-10-07 [colin]      2.5.3cvs20
2051
2052         * src/plugins/pgpcore/pgp_viewer.c
2053                 Kill gpg after 5 seconds wait
2054
2055 2006-10-07 [colin]      2.5.3cvs19
2056
2057         * src/plugins/pgpcore/pgp_viewer.c
2058         * src/plugins/pgpcore/pgp_viewer.h
2059                 Fix copyright
2060
2061 2006-10-07 [colin]      2.5.3cvs18
2062
2063         * src/plugins/pgpcore/pgp_viewer.c
2064         * src/plugins/pgpcore/pgp_viewer.h
2065                 Actually add the files to CVS
2066
2067 2006-10-07 [colin]      2.5.3cvs17
2068
2069         * src/plugins/pgpcore/sgpgme.c
2070                 Be sure not to crash on 'application/pgp-signature' that
2071                 are not application/pgp-signatures
2072
2073 2006-10-07 [colin]      2.5.3cvs16
2074
2075         * src/textview.c
2076         * src/textview.h
2077                 Make a bit more of the API available
2078         * src/plugins/pgpcore/Makefile.am
2079         * src/plugins/pgpcore/plugin.c
2080         * src/plugins/pgpcore/sgpgme.c
2081                 Add basic key import/export
2082
2083 2006-10-07 [colin]      2.5.3cvs15
2084
2085         * src/folderview.c
2086         * src/imap.c
2087         * src/prefs_account.c
2088         * src/wizard.c
2089                 Warn users *everywhere* if libetpan's not
2090                 linked in
2091
2092 2006-10-06 [mones]      2.5.3cvs14
2093
2094         * po/de.po
2095         * po/es.po
2096                 updated by Stephan Sachse and me
2097
2098 2006-10-06 [colin]      2.5.3cvs13
2099
2100         * src/main.c
2101         * src/common/sylpheed.c
2102                 Don't load common plugins if --exit is passed
2103         * src/prefs_gtk.c
2104         * src/prefs_gtk.h
2105                 Implement a cache to avoid reading the same
2106                 files over and over again at startup
2107
2108 2006-10-06 [colin]      2.5.3cvs12
2109
2110         * src/summaryview.c
2111         * src/gtk/quicksearch.c
2112                 Update display every 5k mails on fast searches
2113
2114 2006-10-06 [colin]      2.5.3cvs11
2115
2116         * src/textview.c
2117                 Don't do quote folding on HTML or ERTF.
2118                 May fix the Cygwin issues if they were
2119                 happening with HTML mails?
2120
2121 2006-10-05 [colin]      2.5.3cvs10
2122
2123         * src/prefs_gtk.c
2124                 Oops, forgot one
2125
2126 2006-10-05 [colin]      2.5.3cvs9
2127
2128         * src/prefs_gtk.c
2129                 Use unlocked_stdio here too
2130
2131 2006-10-05 [colin]      2.5.3cvs8
2132
2133         * src/folderview.c
2134                 Fix go to next * after preferences apply
2135         * src/msgcache.c
2136                 Do the fd lock/unlock ourselves instead of
2137                 letting the libc do it at each write 
2138
2139 2006-10-05 [colin]      2.5.3cvs7
2140
2141         * src/common/utils.c
2142                 Faster division, thanks to Jean Diraison
2143
2144 2006-10-05 [paul]       2.5.3cvs6
2145
2146         * src/common/utils.c
2147                 fix building with --disable-nls
2148
2149 2006-10-04 [colin]      2.5.3cvs5
2150
2151         * src/folder.c
2152                 Maybe fix a segfault
2153
2154 2006-10-04 [wwp]        2.5.3cvs4
2155
2156         * src/prefs_folder_item.c
2157                 Fine-tune layouts in folder item prefs. Suggested by
2158                 Fabien Vantard <fzzzzz@gmail.com>.
2159
2160 2006-10-04 [wwp]        2.5.3cvs3
2161
2162         * src/prefs_folder_item.c
2163                 Kill the clandestine passengers. You didn't see anything.
2164
2165 2006-10-04 [wwp]        2.5.3cvs2
2166
2167         * src/prefs_folder_item.c
2168                 Add a way to test the subject simplify regexp in
2169                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2170                 w/ few layout changes.
2171
2172 2006-20-04 [paul]       2.5.3cvs1
2173
2174         * NEWS
2175         * README
2176         * configure.ac
2177                 Update version number following
2178                 stable release
2179
2180 2006-10-04 [colin]      2.5.2cvs42
2181
2182         * src/folder.c
2183         * src/folder.h
2184         * src/summaryview.c
2185                 Provide a way for folder classes to set their sort
2186                 type and key
2187
2188 2006-10-03 [colin]      2.5.2cvs41
2189
2190         * src/mh.c
2191                 Don't use strlen() to know if the
2192                 string's empty
2193
2194 2006-10-03 [colin]      2.5.2cvs40
2195
2196         * src/mh.c
2197                 Fix "check for new folders" with accentued folders
2198
2199 2006-10-03 [ticho]      2.5.2cvs39
2200
2201         * src/filtering.c
2202         * src/folder.c
2203         * src/inc.c
2204         * src/mbox.c
2205                 Colin's fix for "copy" filtering rules.
2206
2207 2006-10-02 [colin]      2.5.2cvs38
2208
2209         * src/folderview.c
2210                 Fix for double-click too
2211
2212 2006-10-02 [colin]      2.5.2cvs37
2213
2214         * src/folderview.c
2215                 correct fix for cvs36
2216
2217 2006-10-02 [colin]      2.5.2cvs36
2218
2219         * src/folderview.c
2220                 Fix 'goto next unread' after collapsing/expanding 
2221                 a node.
2222
2223 2006-10-02 [colin]      2.5.2cvs35
2224
2225         * src/summaryview.c
2226                 Fix double freeze/thaw
2227         * src/common/utils.c
2228         * src/common/utils.h
2229                 Reimplement strftime
2230         * src/procheader.c
2231                 Use it
2232
2233
2234 2006-10-02 [colin]      2.5.2cvs34
2235
2236         * src/mh.c
2237                 Time mh_write_sequences() - it's fast
2238         * src/summaryview.c
2239                 Init a variable to shut up gcc
2240
2241 2006-10-01 [colin]      2.5.2cvs33
2242
2243         * src/folder.c
2244         * src/mh.c
2245         * src/mh.h
2246         * src/msgcache.c
2247                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2248                 Add fsync but disable it, it's slow as hell
2249
2250 2006-10-01 [colin]      2.5.2cvs32
2251
2252         * src/mh.c
2253         * src/msgcache.c
2254                 fflush() caches and mh_sequences before
2255                 fclose()ing
2256
2257 2006-10-01 [colin]      2.5.2cvs31
2258
2259         * src/msgcache.c
2260                 Don't ftruncate when not using mmap
2261
2262 2006-09-30 [colin]      2.5.2cvs30
2263
2264         * src/main.c
2265                 Write folder list *after* saving caches
2266
2267 2006-09-30 [colin]      2.5.2cvs29
2268
2269         * src/folder.c
2270         * src/mh.c
2271                 Debug forced mtime changes
2272
2273 2006-09-30 [colin]      2.5.2cvs28
2274
2275         * src/folder.c
2276         * src/main.c
2277                 Remove useless debug_print()s (code
2278                 well-tested)
2279
2280 2006-09-30 [colin]      2.5.2cvs27
2281
2282         * src/mh.c
2283                 Do stuff faster when writing mh_sequences
2284
2285 2006-09-30 [colin]      2.5.2cvs26
2286
2287         * src/mh.c
2288                 Don't let the writing of .mh_sequences, which
2289                 can change the folder's mtime, let us think
2290                 we need to scan.
2291
2292 2006-09-30 [colin]      2.5.2cvs25
2293
2294         * src/folder.c
2295                 Move a debug_print where it belongs 
2296                 (processing)
2297         * src/summaryview.c
2298                 Don't mess with a huge slow subject
2299                 table if we're not threading by
2300                 subject
2301
2302 2006-09-30 [colin]      2.5.2cvs24
2303
2304         * src/msgcache.c
2305                 Reenable mmaped reads (*not* writes!)
2306         * src/procmsg.c
2307                 Don't destroy and recreate hashtables just
2308                 for fun
2309         * src/common/utils.c
2310                 Remove useless reply prefixes (it's case
2311                 unsensitive)
2312
2313 2006-09-30 [wwp]        2.5.2cvs23
2314
2315         * tools/fix_date.sh
2316                 Fixed a minor bug in date value extraction, added a switch
2317                 to replace non RFC-compliant Date: value, added a switch
2318                 to use strict RFC matching patterns for dates.
2319
2320 2006-09-29 [colin]      2.5.2cvs22
2321
2322         * src/matcher_parser.h
2323         * src/matcher_parser_parse.y
2324         * src/prefs_filtering.c
2325         * src/statusbar.c
2326         * src/summary_search.c
2327         * src/summaryview.c
2328         * src/gtk/quicksearch.c
2329         * src/gtk/quicksearch.h
2330                 Optimise searches by setting different
2331                 refresh intervals (depending if the 
2332                 search is fast or not)
2333
2334 2006-09-29 [colin]      2.5.2cvs21
2335
2336         * src/codeconv.c
2337                 Optimise by reusing the last iconv converter
2338                 if possible
2339         * src/textview.c
2340                 Optimise a bit (the foldable quotes feature
2341                 still has an awful O(n^2) algo
2342
2343 2006-09-29 [colin]      2.5.2cvs20
2344
2345         * src/gtk/gtksctree.c
2346         * src/gtk/gtksctree.h
2347                 Optimise de-selection via up/down or
2348                 another key
2349
2350 2006-09-28 [colin]      2.5.2cvs19
2351
2352         * src/action.c
2353         * src/compose.c
2354         * src/folderview.c
2355         * src/mainwindow.c
2356         * src/messageview.c
2357         * src/summary_search.c
2358         * src/toolbar.c
2359                 Avoid using summaryview->ctree directly
2360
2361 2006-09-28 [colin]      2.5.2cvs18
2362
2363         * src/summaryview.c
2364         * src/summaryview.h
2365                 Add helpers to freeze/thaw/grab_focus
2366                 Factorize calls to freeze/thaw/grab_focus
2367                 
2368
2369 2006-09-28 [colin]      2.5.2cvs17
2370
2371         * src/main.c
2372                 More guards for the session management
2373
2374 2006-09-28 [colin]      2.5.2cvs16
2375
2376         * src/folderview.c
2377         * src/gtk/gtksctree.c
2378         * src/gtk/gtksctree.h
2379                 Make expanding not recursive in folderview
2380
2381 2006-09-28 [colin]      2.5.2cvs15
2382
2383         * src/addressbook.c
2384                 If nothing is selected in the list (right part)
2385                 and a group is selected in the tree (left part),
2386                 mail this group.
2387
2388 2006-09-28 [colin]      2.5.2cvs14
2389
2390         * src/Makefile.am
2391                 Actually use SM_LIBS
2392
2393 2006-09-28 [ticho]      2.5.2cvs13
2394
2395         * src/export.c
2396         * src/messageview.c
2397         * src/mimeview.c
2398         * src/news.c
2399         * src/pop.c
2400         * src/prefs_themes.c
2401         * src/procmsg.c
2402                 Small i18n string optimization.
2403         * src/send_message.c
2404         * src/summaryview.c
2405         * src/common/session.c
2406         * src/common/smtp.c
2407         * src/common/ssl_certificate.c
2408         * src/common/utils.c
2409                 Use "Couldn't" instead of "Can't" in UI messages,
2410                 where appropriate.
2411
2412 2006-09-28 [colin]      2.5.2cvs12
2413
2414         * configure.ac
2415                 Possibly fix link errors
2416
2417 2006-09-27 [wwp]        2.5.2cvs11
2418
2419         * src/gtk/authors.h
2420         * doc/man/sylpheed-claws.1
2421         * manual/ack.xml
2422         * manual/es/ack.xml
2423         * manual/fr/ack.xml
2424         * manual/pl/ack.xml
2425                 Updated authors info (me, myself and I).
2426
2427 2006-09-27 [colin]      2.5.2cvs10
2428
2429         * src/addressbook.c
2430                 Remove useless printf
2431
2432 2006-09-27 [wwp]        2.5.2cvs9
2433
2434         * src/editgroup.c
2435         * src/send_message.c
2436         * src/inc.c
2437         * src/prefs_common.c
2438         * src/prefs_common.h
2439         * src/gtk/progressdialog.c
2440                 remember more windows' sizes (send dialog, received dialog,
2441                 edit group in addressbook).
2442
2443 2006-09-27 [colin]      2.5.2cvs8
2444
2445         * configure.ac
2446         * src/main.c
2447         * src/mainwindow.h
2448                 Use libSM to communicate with the session
2449                 manager, so that we can know when the 
2450                 session ends, save our caches, and draft
2451                 our compose windows.
2452
2453 2006-09-27 [colin]      2.5.2cvs7
2454
2455         * src/addressbook.c
2456                 Fix issues:
2457                 o Allow Book and Group creation from the tree's
2458                   contextual menu
2459                 o Do not actually delete the contacts when 
2460                   deleting groups from the tree (duh!)
2461
2462 2006-09-27 [colin]      2.5.2cvs6
2463
2464         * src/compose.c
2465         * src/compose.h
2466         * src/mainwindow.c
2467         * src/textview.c
2468         * src/toolbar.c
2469                 o Allow passing an email address to 
2470                   compose_new_with_folderitem
2471                 o Update callers
2472                 o Use current folderitem when clicking
2473                   on a TextView mailto: link
2474                 o Fix a possible leak in TextView
2475
2476 2006-09-27 [colin]      2.5.2cvs5
2477
2478         * src/html.c
2479                 Use UTF-8 chars to replace HTML entities
2480
2481 2006-09-27 [colin]      2.5.2cvs4
2482
2483         * AUTHORS
2484         * src/prefs_account.c
2485         * src/gtk/authors.h
2486                 Fix bug #1024 (Array index out of
2487                 range in sylpheed-claws-2.5.2)
2488                 Patch by Ales Nosek <anosek@suse.cz>
2489
2490 2006-09-27 [colin]      2.5.2cvs3
2491
2492         * src/addr_compl.c
2493                 Actually do the test
2494
2495 2006-09-27 [colin]      2.5.2cvs2
2496
2497         * src/addr_compl.c
2498         * src/addr_compl.h
2499                 Allow completing with comma (in certain cases: vCalendar
2500                 for example doesn't support that)
2501                 Patch by Fabien Vantard
2502
2503 2006-09-26 [colin]      2.5.2cvs1
2504
2505         * src/Makefile.am
2506         * src/addr_compl.c
2507         * src/addr_compl.h
2508         * src/addrbook.c
2509         * src/addrbook.h
2510         * src/addressbook.c
2511         * src/addrindex.c
2512         * src/addrindex.h
2513         * src/compose.c
2514         * src/prefs_common.c
2515         * src/prefs_filtering_action.c
2516         * src/prefs_folder_item.c
2517         * src/prefs_template.c
2518         * src/stock_pixmap.c
2519         * src/stock_pixmap.h
2520         * src/pixmaps/addr_one.xpm
2521         * src/pixmaps/addr_two.xpm
2522                 Add auto-completion on groups
2523
2524 2006-09-26 [colin]      2.5.2
2525
2526         * NEWS
2527         * README
2528         * RELEASE_NOTES
2529                 2.5.2 released
2530
2531 2006-09-26 [colin]      2.5.1cvs5
2532
2533         * src/matcher.c
2534                 Fix condition
2535
2536 2006-09-26 [colin]      2.5.1cvs4
2537
2538         * src/mbox.c
2539                 Revert cvs1 (useless as the message is printed 
2540                 every 500 mails)
2541
2542 2006-09-26 [colin]      2.5.1cvs3
2543
2544         * src/partial_download.c
2545                 Fix crasher found by Alexsandar Urosevic
2546
2547 2006-09-26 [colin]      2.5.1cvs2
2548
2549         * src/summaryview.c
2550                 Fix bug #1023 (Sylpheed deletes too much messages)
2551
2552 2006-09-26 [ticho]      2.5.1cvs1
2553
2554         * src/mbox.c
2555                 Make use of gettext's multiple plurals for statusbar
2556                 progress message.
2557
2558 2006-09-25 [paul]       2.5.1
2559
2560         * NEWS
2561         * README
2562         * RELEASE_NOTES
2563                 2.5.1 released
2564
2565 2006-09-25 [colin]      2.5.0cvs3
2566
2567         * src/plugins/bogofilter/bogofilter.c
2568         * src/plugins/clamav/clamav_plugin.c
2569         * src/plugins/spamassassin/spamassassin.c
2570                 BogoFilter, Spamassassin: Fix double hook registering after
2571                 visiting preferences
2572                 Spamassassin, Clamav: Just set the mails to move instead of
2573                 doing the move - caller will move the things at once.
2574
2575 2006-09-25 [colin]      2.5.0cvs2
2576
2577         * src/imap.c
2578         * src/etpan/imap-thread.c
2579                 Use UID SEARCH ALL instead of UID 1:*
2580                 (braindead servers can't figure out that's
2581                 the same...)
2582
2583 2006-09-25 [wwp]        2.5.0cvs1
2584
2585         * src/message_search.c
2586                 Added the ability to stop a running search (in message body).
2587
2588 2006-09-25 [paul]       2.5.0
2589
2590         * NEWS
2591         * README
2592         * RELEASE_NOTES
2593                 2.5.0 released
2594
2595 2006-09-25 [paul]       2.4.0cvs214
2596
2597         * po/cs.po
2598         * po/de.po
2599         * po/fi.po
2600         * po/fr.po
2601         * po/nl.po
2602         * po/pt_BR.po
2603         * po/sk.po
2604         * po/sr.po
2605         * po/zh_CN.po
2606                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2607                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2608                 Ticho, Aleksander Urosevic, Ralgh Young
2609
2610 2006-09-24 [mones]      2.4.0cvs213
2611
2612         * po/es.po
2613                 Updated for release
2614
2615 2006-09-23 [colin]      2.4.0cvs212
2616
2617         * src/gtk/inputdialog.c
2618                 Fix [ ] remember this appearing in normal
2619                 input dialogs after it's been used by
2620                 mimeview.
2621         * src/folder.c
2622         * src/folderview.c
2623         * src/msgcache.c
2624         * src/procmsg.c
2625         * src/summaryview.c
2626         * src/textview.c
2627         * src/common/timing.h
2628                 Enable timings in debug mode and make it
2629                 look prettier.
2630
2631 2006-09-22 [colin]      2.4.0cvs211
2632
2633         * README
2634                 Revert test change
2635         * commitHelper
2636                 ping the correct URI
2637
2638 2006-09-22 [colin]      2.4.0cvs210
2639
2640         * README
2641                 Let's see if bug #1022 is fixed
2642
2643 2006-09-21 [colin]      2.4.0cvs209
2644
2645         * src/wizard.c
2646         * src/common/plugin.c
2647                 Prepare infra to load predefined plugins when
2648                 no configuration existed. Don't actually load
2649                 anything yet (feat. freeze)
2650
2651 2006-09-21 [wwp]        2.4.0cvs208
2652
2653         * manual/fr/faq.xml
2654                 Partial sync w/ 2.4.0cvs72:
2655                 wrap file and minor updates.
2656
2657 2006-09-21 [wwp]        2.4.0cvs207
2658
2659         * tools/fix_date.sh
2660                 several fixes and enhancements. A new --force switch has been
2661                 added to prevent overriding by default Date: header when
2662                 already existing.
2663
2664 2006-09-21 [paul]       2.4.0cvs206
2665
2666         * src/common/utils.c
2667                 add Chinese UTF8 Re prefix
2668
2669 2006-09-21 [wwp]        2.4.0cvs205
2670
2671         * tools/Makefile.am
2672                 Fics alfabettical order.
2673
2674 2006-09-21 [wwp]        2.4.0cvs204
2675
2676         * tools/fix_date.sh
2677         * tools/Makefile.am
2678                 Added an action tool to fix missing Date field in emails.
2679                 Updated Makefile.am to reflect those last two additions.
2680
2681 2006-09-21 [wwp]        2.4.0cvs203
2682
2683         * tools/uuooffice
2684                 Added a action tool to open uuencoded docs w/
2685                 OpenOffice (based on uudec method).
2686
2687 2006-09-21 [colin]      2.4.0cvs202
2688
2689         * src/compose.c
2690         * src/textview.c
2691                 Workaround possible GTK crash: remove selection 
2692                 clipboard before destroying widget, or GTK+-2.10
2693                 dies. Thanks to Hiro.
2694
2695 2006-09-20 [colin]      2.4.0cvs201
2696
2697         * src/compose.c
2698                 Fix free-after-use in some cases (when 
2699                 procmime_encode_content() frees mimeinfo->data.mem
2700                 and turns it to a temp file)
2701
2702 2006-09-20 [colin]      2.4.0cvs200
2703
2704         * src/folderview.c
2705         * src/summaryview.c
2706         * src/gtk/gtksctree.c
2707         * src/gtk/gtksctree.h
2708                 Add tooltips in the folderview and summaryview
2709                 (Doesn't break string freeze as they already
2710                 exist)
2711         * src/toolbar.c
2712                 Put the spam button in the default configuration
2713                 if compiled with bogo plugin too
2714
2715 2006-09-19 [colin]      2.4.0cvs199
2716
2717         * src/summaryview.c
2718         * src/summaryview.h
2719                 Update folder name label on folder rename
2720         * src/prefs_matcher.c
2721         * src/gtk/logwindow.h
2722                 Fix warnings
2723                 Patches by Fabien
2724
2725 2006-09-19 [wwp]        2.4.0cvs198
2726
2727         * src/summary_search.c
2728                 fix can't click forward/backward buttons in the
2729                 search messages.
2730
2731 2006-09-18 [paul]       2.4.0cvs197
2732
2733         * src/wizard.c
2734                 add missing bracket, capitalise the A of
2735                 'SpamAssassin'
2736
2737 2006-09-18 [paul]       2.4.0cvs196
2738
2739         * src/compose.c
2740                 fix bug 1012 'crashed upon sending mail
2741                 from compose window'
2742                 Thanks to Colin
2743
2744 2006-09-16 [colin]      2.4.0cvs195
2745
2746         * src/folderview.c
2747                 Fix "real-time" sorting by freezing/thawing
2748
2749 2006-09-16 [colin]      2.4.0cvs194
2750
2751         * manual/faq.xml
2752                 Fix the anti-spam entry a bit
2753
2754 2006-09-16 [colin]      2.4.0cvs193
2755
2756         * src/wizard.c
2757                 Make sure reviewers have no excuse when stating
2758                 Sylpheed-Claws doesn't have antispam capabilities.
2759
2760 2006-09-16 [colin]      2.4.0cvs192
2761
2762         * src/main.c
2763                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2764                 as if the SIGPIPE comes from etpan's thread we could
2765                 trigger a GUI update from this thread.
2766
2767 2006-09-16 [colin]      2.4.0cvs191
2768
2769         * src/summaryview.c
2770                 Init all members of the struct
2771
2772 2006-09-16 [paul]       2.4.0cvs190
2773
2774         * src/account.c
2775                 improvements to the English
2776
2777 2006-09-15 [colin]      2.4.0cvs189
2778
2779         * src/summaryview.c
2780                 HIG order on dialog
2781
2782 2006-09-14 [colin]      2.4.0cvs188
2783
2784         * src/common/socket.c
2785         * src/common/socket.h
2786         * src/common/ssl.c
2787         * src/common/ssl_certificate.c
2788         * src/common/ssl_certificate.h
2789         * src/etpan/imap-thread.c
2790                 the get_fqdn() call done to get canonical name when
2791                 checking an SSL certificate is blocking, which is
2792                 sad as we just did a non-blocking lookup to connect.
2793                 Fix that by letting the fqdn available to the SockInfo,
2794                 and use that in ssl_certificate_check(). For IMAP,
2795                 we don't do it as the lookup's done by libetpan, but
2796                 it's less annoying as IMAP connections as much more
2797                 rare than POP3 connections.
2798
2799 2006-09-14 [paul]       2.4.0cvs187
2800
2801         * manual/advanced.xml
2802                 improvements to the English,
2803                 properly place the new hidden options
2804                 within the alphabetical order
2805         * src/gtk/pluginwindow.c
2806                 improvements to the English
2807
2808 2006-09-14 [colin]      2.4.0cvs186
2809
2810         * src/prefs_common.c
2811         * src/prefs_common.h
2812         * src/gtk/gtksctree.c
2813         * manual/advanced.xml
2814                 New hidden pref, stripes_color_offset, to change
2815                 the value added/substracted to normal bgcolor to
2816                 create the stripes in summaries
2817
2818 2006-09-13 [colin]      2.4.0cvs185
2819
2820         * src/gedit-print.c
2821         * src/messageview.c
2822         * src/messageview.h
2823         * src/summaryview.c
2824         * src/textview.c
2825                 Fix misc. printing issues: 
2826                 - Bad font for linkified headers
2827                 - Different font if the mail was displayed or not
2828                 - Factorize the thing
2829
2830 2006-09-13 [colin]      2.4.0cvs184
2831
2832         * src/common/ssl_certificate.c
2833                 Only get FQDN once when checking certificate
2834
2835 2006-09-13 [colin]      2.4.0cvs183
2836
2837         * src/account.c
2838         * src/gtk/pluginwindow.c
2839                 Misc. GUI fixes by Fabien
2840
2841 2006-09-13 [wwp]        2.4.0cvs182
2842
2843         * configure.ac
2844         * src/common/utils.h
2845         * src/common/utils.c
2846                 get rid of unused wide-char functions.
2847
2848 2006-09-13 [wwp]        2.4.0cvs181
2849
2850         * src/plugins/pgpinline/sylpheed.def
2851         * src/textview.c
2852                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2853                 add privacy_reset_error to the .def file,
2854                 do not fork for an external textviewer.
2855
2856 2006-09-13 [wwp]        2.4.0cvs180
2857
2858         * src/prefs_common.c
2859                 fix broken font entry in prefs (patch issued by the gpg4win team,
2860                 probably by Marcus Brinkmann <marcus@g10code.de>).
2861
2862 2006-09-13 [colin]      2.4.0cvs179
2863
2864         * src/folder.h
2865                 Fix a warning in summaryview.c
2866         * src/mainwindow.c
2867         * src/summaryview.c
2868         * src/summaryview.h
2869                 Add missing Mark/* elements in the
2870                 main menu
2871
2872 2006-09-12 [colin]      2.4.0cvs178
2873
2874         * src/prefs_actions.c
2875         * src/prefs_filtering_action.c
2876         * src/prefs_matcher.c
2877                 Use (New) instead of New everywhere
2878
2879 2006-09-12 [wwp]        2.4.0cvs177
2880
2881         * manual/fr/addrbook.xml
2882         * manual/fr/handling.xml
2883                 updated some quotes in the fr manual to match the fr translation.
2884
2885 2006-09-12 [wwp]        2.4.0cvs176
2886
2887         * src/prefs_matcher.c
2888                 don't store translated string elements in matcher expressions.
2889                 Also fixed a misused of Q_().
2890
2891 2006-09-11 [wwp]        2.4.0cvs175
2892
2893         * src/plugins//bogofilter/bogofilter.c
2894         * src/plugins//clamav/clamav_plugin.c
2895         * src/plugins//demo/demo.c
2896         * src/plugins//dillo_viewer/dillo_viewer.c
2897         * src/plugins//pgpcore/plugin.c
2898         * src/plugins//pgpinline/plugin.c
2899         * src/plugins//pgpmime/plugin.c
2900         * src/plugins//spamassassin/spamassassin.c
2901                 gettext-ize more strings (mostly plugin error messages).
2902
2903 2006-09-11 [colin]      2.4.0cvs174
2904
2905         * src/alertpanel.c
2906                 Make maximum buffer size bigger to avoid
2907                 truncating translated messages. Patch by
2908                 Fabien
2909
2910 2006-09-11 [colin]      2.4.0cvs173
2911
2912         * src/etpan/imap-thread.c
2913                 Fix compilation on OpenBSD, thanks to 
2914                 Landry
2915
2916 2006-09-10 [wwp]        2.4.0cvs172
2917
2918         * manual/account.xml
2919         * manual/addrbook.xml
2920         * manual/handling.xml
2921         * manual/es/handling.xml
2922         * manual/fr/account.xml
2923         * manual/fr/addrbook.xml
2924         * manual/fr/handling.xml
2925                 documented addressbook matching (condition configuration):
2926                   addrbook.xml, en fr
2927                 documented per-account filtering rules (handling/filtering
2928                   section, account section):
2929                   account.xml, handling.xml, en fr
2930                 slightly updated the handling/searching section to tell few
2931                   words about the extended search ability:
2932                   handling.xml, en fr
2933                 added missing <quote></quotes> to Quick Search:
2934                   handling.xml, en fr es
2935                 fixed a typo (auomatically):
2936                   handling.xml, en
2937                 changes revisited by Paul.
2938
2939 2006-09-10 [paul]       2.4.0cvs171
2940
2941         * src/prefs_actions.c
2942         * src/prefs_filtering.c
2943         * src/prefs_template.c
2944                 adjustments to the gui
2945                 Patch by Fabien Vantard (slightly modified)
2946
2947 2006-09-10 [colin]      2.4.0cvs170
2948
2949         * src/summaryview.c
2950                 Check folderitem/summaryview consistency
2951                 (basically automates Update summary). Fixes
2952                 #1011 (wrong (negative) count on unread 
2953                 messages)
2954
2955 2006-09-10 [colin]      2.4.0cvs169
2956
2957         * src/gtk/gtksctree.c
2958                 Fix recursive expansion via mouse
2959         * src/plugins/bogofilter/bogofilter.c
2960                 Use normal filtering way of moving
2961                 messages (batching), possibly fixing
2962                 bug #1015 (Bogofilter plugin doubles 
2963                 new messages)
2964
2965 2006-09-09 [wwp]        2.4.0cvs168
2966
2967         * src/prefs_filtering.c
2968                 better place for this fix.
2969
2970 2006-09-09 [wwp]        2.4.0cvs167
2971
2972         * src/prefs_filtering.c
2973                 fix a minor bug when the enabled status of a filtering/processing
2974                 rule always got set to TRUE when replacing this rule. That still
2975                 make sense when adding a new rule, but now when replacing, we
2976                 don't override the value of 'enabled'.
2977                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2978                 to prefs_filtering_list_view_get_info() as this function not only
2979                 returns the name, but also the account_id and the enabled status.
2980
2981 2006-09-09 [mones]      2.4.0cvs166
2982
2983         * manual/glossary.xml
2984         * manual/plugins.xml
2985                 Minor format corrections
2986         * manual/gpl.xml
2987                 Fix misplaced NO WARRANTY section
2988         * manual/es/advanced.xml
2989         * manual/es/faq.xml
2990         * manual/es/glossary.xml
2991         * manual/es/gpl.xml
2992         * manual/es/handling.xml
2993         * manual/es/plugins.xml
2994         * manual/es/starting.xml
2995                 Incorporate changes from English version
2996         * manual/fr/ack.xml
2997         * manual/pl/ack.xml
2998         * manual/es/ack.xml
2999                 Fix address, (add translation credits in es version)
3000         * po/es.po
3001                 Updated translation
3002
3003 2006-09-09 [wwp]        2.4.0cvs165
3004
3005         * src/prefs_filtering.c
3006                 fix a crash when opening filtering prefs, if matcherrc file contains
3007                 broken data (non-existing account id, which is theoretically not
3008                 possible).
3009
3010 2006-09-08 [colin]      2.4.0cvs164
3011
3012         * src/folder.c
3013                 Wrong assert, make it an if()
3014         * src/gtk/gtksctree.c
3015                 Fix bug #1013 (expand selected thread 
3016                 tree) - expanding is now recursive
3017
3018 2006-09-07 [wwp]        2.4.0cvs163
3019
3020         * src/prefs_matcher.c
3021                 make better sentences about addressbook matching in the
3022                 matcher prefs. This should make translators' work easier
3023                 too.
3024
3025 2006-09-07 [wwp]        2.4.0cvs162
3026
3027         * src/prefs_filtering.c
3028                 code simplification (get rid of dup var. assignment).
3029
3030 2006-09-07 [wwp]        2.4.0cvs161
3031
3032         * src/summaryview.c
3033                 use GTK_STOCK icons when possible, patch by Fabien Vantard
3034                 <fzzzzz@gmail.com>.
3035
3036 2006-09-07 [paul]       2.4.0cvs160
3037
3038         * src/mimeview.c
3039                 fix compilation warnings
3040                 Thanks to Colin
3041
3042 2006-09-07 [paul]       2.4.0cvs159
3043
3044         * src/mimeview.c
3045                 select the mimepart icon when
3046                 displaying as text
3047                 Thanks to Colin
3048
3049 2006-09-06 [paul]       2.4.0cvs158
3050
3051         * src/prefs_filtering.c
3052                 fix labels and table element spacing
3053                 Patch by Fabien Vantard
3054
3055 2006-09-06 [paul]
3056
3057         2.5.0-rc3 released
3058
3059 2006-09-06 [paul]       2.4.0cvs157
3060
3061         * manual/es/advanced.xml
3062                 fix typo
3063
3064 2006-09-06 [wwp]        2.4.0cvs156
3065
3066         * src/mainwindow.c
3067                 fix an dup launch issue when iconified, thanks to Colin.
3068
3069 2006-09-06 [wwp]        2.4.0cvs155
3070
3071         * src/gtk//gtksctree.h
3072                 oops, forgot that one!
3073
3074 2006-09-06 [wwp]        2.4.0cvs154
3075
3076         * manual/pl/advanced.xml
3077         * manual/advanced.xml
3078         * manual/es/advanced.xml
3079         * manual/fr/advanced.xml
3080         * src/prefs_customheader.c
3081         * src/prefs_filtering_action.c
3082         * src/foldersel.c
3083         * src/prefs_summaries.c
3084         * src/prefs_filtering.c
3085         * src/account.c
3086         * src/compose.c
3087         * src/prefs_summary_column.c
3088         * src/addr_compl.c
3089         * src/prefs_actions.c
3090         * src/prefs_folder_column.c
3091         * src/ssl_manager.c
3092         * src/prefs_template.c
3093         * src/prefs_display_header.c
3094         * src/prefs_common.h
3095         * src/prefs_matcher.c
3096         * src/prefs_common.c
3097         * src/prefs_toolbar.c
3098         * src/summaryview.c
3099         * src/folderview.c
3100         * src/gtk/gtksctree.c
3101         * src/gtk/pluginwindow.c
3102         * src/gtk/progressdialog.c
3103         * src/gtk/prefswindow.c
3104                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3105                 to make its meaning more obvious (all versions of the manual reflect
3106                 the change).
3107                 added an extra hidden option use_stripes_in_summary to allow
3108                 discarding these stripes in mainwindow's folder and message lists;
3109                 en and fr manuals only are OK towards this.
3110
3111 2006-09-06 [colin]      2.4.0cvs153
3112
3113         * src/textview.c
3114                 Hide Sylpheed-Claws' internal queue headers
3115                 when showing all headers. They'll be present
3116                 only in Source window.
3117
3118 2006-09-05 [colin]      2.4.0cvs152
3119
3120         * src/plugins/trayicon/trayicon.c
3121                 Fix crash at exit - we have to disconnect
3122                 our handlers
3123         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3124                 Update eggtrayicon - patch adapted from a
3125                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3126                 on Sylpheed's ML
3127
3128 2006-09-05 [colin]      2.4.0cvs151
3129
3130         * src/mainwindow.c
3131         * src/gtk/logwindow.c
3132                 Fix race condition when something writes
3133                 to the log too soon during init. Thanks
3134                 to Fabien Vantard
3135
3136 2006-09-05 [colin]      2.4.0cvs150
3137
3138         * src/mimeview.c
3139                 Don't select part on right-click either
3140
3141 2006-09-05 [paul]       2.4.0cvs149
3142
3143         * src/mimeview.c
3144                 completion of previous commit
3145                 Thanks to Colin
3146
3147 2006-09-05 [colin]      2.4.0cvs148
3148
3149         * src/mimeview.c
3150                 Don't force selection on middle-click, just open
3151
3152 2006-09-04 [colin]      2.4.0cvs147
3153
3154         * src/mimeview.c
3155                 Looks like gtk_notebook_set_current_page()
3156                 sometimes steals focus, and this annoys us
3157                 in MimeViewers as it renders navigation
3158                 keys useless. Take back focus after switching
3159                 pages.
3160
3161 2006-09-04 [colin]      2.4.0cvs146
3162
3163         * src/messageview.c
3164                 Set stop_loading when clicking on Next
3165                 during load. Don't add a callback to 
3166                 avoid over-complicating things.
3167
3168 2006-09-04 [colin]      2.4.0cvs145
3169
3170         * src/mimeview.c
3171         * src/messageview.c
3172                 Fix multiple loads in separate messageview
3173
3174 2006-09-04 [colin]      2.4.0cvs144
3175
3176         * src/summaryview.c
3177                 Let navigation keys be handled during 
3178                 load
3179
3180 2006-09-04 [colin]      2.4.0cvs143
3181
3182         * src/messageview.c
3183         * src/summaryview.c
3184         * src/textview.c
3185         * src/textview.h
3186                 Make loading of huge mails (lots of text and/or
3187                 images) cancellable, so the GUI doesn't block 
3188
3189 2006-09-04 [colin]      2.4.0cvs142
3190
3191         * src/plugins/trayicon/trayicon.c
3192                 Fix annoyance when removing a folder with 
3193                 unread mails: trayicon didn't update
3194
3195 2006-09-04 [paul]       2.4.0cvs141
3196
3197         * src/gtk/icon_legend.c
3198                 straighten up columns
3199                 Patch by Fabien Vantard
3200
3201 2006-09-04 [wwp]        2.4.0cvs140
3202
3203         * src/prefs_filtering.c
3204                 fix new line's account name in filtering prefs:
3205                 was "All", is now "(New)".
3206
3207 2006-09-04 [paul]       2.4.0cvs139
3208
3209         * tools/make.themes.project
3210                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3211                 instead of homebrewed "make release"
3212
3213 2006-09-03 [colin]      2.4.0cvs138
3214
3215         * src/folderview.c
3216                 Fix bug #1007 (Wrong folder highlighted)
3217
3218 2006-09-03 [colin]      2.4.0cvs137
3219
3220         * src/compose.c
3221                 Don't set Newsgroup: header to a mail folder
3222                 path
3223
3224 2006-09-03 [paul]       2.4.0cvs136
3225
3226         * src/prefs_other.c
3227         * src/prefs_spelling.c
3228                 unify the gui
3229
3230 2006-09-03 [paul]       2.4.0cvs135
3231
3232         * src/prefs_summaries.c
3233                 correct menu item text in prefs_keybind_apply_clicked()
3234
3235 2006-09-03 [paul]       2.4.0cvs134
3236
3237         * manual/advanced.xml
3238                 some improvements to the descriptions
3239         * src/mainwindow.c
3240         * src/messageview.c
3241         * src/summaryview.c
3242         * src/gtk/menu.c
3243                 fix menu sensitivity issues
3244         * src/prefs_message.c
3245                 drop the useless word 'short'
3246         * src/prefs_other.c
3247                 add the word 'lines' indicating log length
3248                 is a measure of lines
3249         * src/textview.c
3250                 fix compilation warnings
3251
3252 2006-09-02 [colin]      2.4.0cvs133
3253
3254         * src/messageview.c
3255                 Display a special return-receipt message
3256                 if the message is from the user
3257         * src/summaryview.c
3258                 Fix missing freeze of the list when marking
3259                 all read and unthreading for exec. Thanks
3260                 to Stephan Sachse.
3261
3262 2006-09-02 [paul]       2.4.0cvs132
3263
3264         * src/mainwindow.c
3265         * src/prefs_message.c
3266         * src/summaryview.c
3267                 fix some english
3268
3269 2006-09-02 [wwp]        2.4.0cvs131
3270
3271         * src/prefs_filtering.c
3272                 added an account name column to the filtering rules
3273                 dialog.
3274
3275 2006-09-02 [colin]      2.4.0cvs130
3276
3277         * src/gtk/logwindow.c
3278         * src/gtk/logwindow.h
3279                 Block scrolling if we're not at the end
3280                 of the log
3281
3282 2006-09-02 [colin]      2.4.0cvs129
3283
3284         * src/folder.c
3285                 Make sure account-specific rules can't
3286                 be used in {pre-,post-,}processing
3287         * src/mainwindow.c
3288         * src/gtk/logwindow.c
3289         * src/gtk/logwindow.h
3290                 Jump to last error when clicking on the
3291                 warning icon
3292
3293 2006-09-02 [colin]      2.4.0cvs128
3294
3295         * src/imap.c
3296         * src/import.c
3297         * src/mainwindow.c
3298         * src/mainwindow.h
3299                 Fix warning icon
3300         * src/inc.c
3301         * src/mbox.c
3302         * src/mbox.h
3303                 Let proc_mbox know its account, for
3304                 account-specific rules
3305
3306 2006-09-01 [colin]      2.4.0cvs127
3307
3308         * src/codeconv.c
3309                 Don't uselessly use iconv to convert from
3310                 us-ascii
3311         * src/alertpanel.c
3312         * src/mainwindow.c
3313         * src/mainwindow.h
3314         * src/inc.c
3315                 Fix certain log cases, disable warning icon
3316                 for now, the correct way to display it when
3317                 necessary and only when necessary is probably
3318                 to do it manually rather than use error logs
3319         * src/etpan/imap-thread.c
3320                 Clean up UID logging a bit
3321         * src/gtk/logwindow.c
3322         * src/gtk/logwindow.h
3323                 Make logging faster when the window's closed
3324
3325 2006-09-01 [wwp]        2.4.0cvs126
3326
3327         * manual/fr/account.xml
3328                 reflect changes to the ref. manual (parts of cvs72):
3329                 fix tabnames and quotes.
3330
3331 2006-09-01 [wwp]        2.4.0cvs125
3332
3333         * manual/fr/plugins.xml
3334                 reflect changes to the reference manual (cvs42):
3335                 update IRC channel info.
3336
3337 2006-09-01 [wwp]        2.4.0cvs124
3338
3339         * commitHelper
3340                 use CVSEDITOR env. var. if set, according to `man cvs`.
3341
3342 2006-09-01 [wwp]        2.4.0cvs123
3343
3344         * manual/advanced.xml
3345                 better sentence again (thanks to Paul).
3346
3347 2006-09-01 [wwp]        2.4.0cvs122
3348
3349         * manual/advanced.xml
3350         fix definition of toolbar_detachable and rework a bit the one of
3351         enable_dotted_lines.
3352
3353 2006-09-01 [mones]      2.4.0cvs121
3354
3355         * manual/advanced.xml
3356                 Document enable_dotted_lines
3357
3358 2006-09-01 [paul]       2.4.0cvs120
3359
3360         * src/folderview.c
3361         * src/folderview.h
3362         * src/imap.c
3363         * src/mainwindow.c
3364         * src/summaryview.c
3365                 obey the 'When entering folder...' option
3366                 when using the /View/Go to/... menu items
3367                 Thanks to Colin
3368
3369 2006-08-31 [colin]      2.4.0cvs119
3370
3371         * src/folderview.c
3372                 Revert 2.4.0cvs116, wrong fix.
3373
3374 2006-08-31 [colin]      2.4.0cvs118
3375
3376         * src/gtk/gtksctree.c
3377                 Better state the various copyrights
3378
3379 2006-08-31 [colin]      2.4.0cvs117
3380
3381         * src/prefs_common.c
3382                 fix enable_dotted_lines
3383
3384 2006-08-31 [colin]      2.4.0cvs116
3385
3386         * src/folderview.c
3387                 Use pref "Always open on select" when going
3388                 to next unread folder
3389         * src/gtk/gtksctree.c
3390                 Fix link failure to _gtk_clist_create_cell_layout
3391                 on certain computers. (Why not mine, I wonder)
3392
3393 2006-08-31 [colin]      2.4.0cvs115
3394
3395         * src/procmsg.c
3396         * src/textview.c
3397         * src/plugins/bogofilter/bogofilter.c
3398         * src/plugins/spamassassin/spamassassin.c
3399                 Requalify some "errors" to warnings
3400         * src/mainwindow.c
3401         * src/mainwindow.h
3402         * src/statusbar.c
3403                 Add an icon in the statusbar to notify
3404                 of errors
3405         * src/gtk/gtksctree.c
3406         * src/folderview.c
3407         * src/summaryview.c
3408                 Make the GtkSCTree look more modern by
3409                 alternating background lines
3410         * src/prefs_common.c
3411         * src/prefs_common.h
3412                 Add a pref to let people have the old
3413                 way if they prefer
3414
3415
3416 2006-08-30 [colin]      2.4.0cvs114
3417
3418         * src/procmsg.c
3419         * src/procmsg.h
3420                 Provide a way to filter a list of
3421                 messages in an optimised manner, and
3422                 add a list-filtering hook
3423         * src/folder.c
3424         * src/inc.c
3425         * src/mbox.c
3426                 Use the list filtering
3427         * src/plugins/bogofilter/bogofilter.c
3428                 Use the list-filtering hook
3429                 Use -b (bulk) mode for more speed
3430                 when learning and filtering
3431         * src/etpan/imap-thread.c
3432                 Make log output shorter in UID SEARCH
3433
3434
3435 2006-08-30 [colin]      2.4.0cvs113
3436
3437         * src/plugins/bogofilter/bogofilter.c
3438                 Really fast mass learning - thanks to David
3439                 Relson for the options explanations :)
3440
3441 2006-08-30 [colin]      2.4.0cvs112
3442
3443         * src/msgcache.c
3444                 Fix compilation on FreeBSD. Thanks
3445                 to Michael Hugues
3446
3447 2006-08-29 [colin]      2.4.0cvs111
3448
3449         * src/folderview.c
3450                 Handle "popup_menu" signal (for popping the 
3451                 menu via the keyboard)
3452         * src/mimeview.c
3453         * src/mimeview.h
3454         * src/summaryview.c
3455         * src/textview.c
3456         * src/gtk/gtkutils.c
3457         * src/gtk/gtkutils.h
3458                 Factorize scrolling code, and add an API 
3459                 for MimeViewers to handle scroll orders
3460
3461 2006-08-29 [wwp]        2.4.0cvs110
3462
3463         * src/plugins//bogofilter/bogofilter.c
3464         * src/plugins//spamassassin/spamassassin.c
3465                 make the bogofilter/spamassassin filtering error dialogs at
3466         incorporation obey to the "don't popup error dialog on
3467         receive error" option. If disabled, feed the log window w/
3468         the error message.
3469
3470 2006-08-29 [paul]
3471
3472         2.5.0-rc2 released
3473
3474 2006-08-29 [paul]       2.4.0cvs109
3475
3476         * Makefile.am
3477                 remove 'make release', it's not needed
3478                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3479
3480 2006-08-29 [paul]       2.4.0cvs108
3481
3482         * src/foldersel.c
3483         * src/summary_search.c
3484         * src/gtk/progressdialog.c
3485         * src/plugins/pgpcore/passphrase.c
3486                 replace deprecated gtk_window_set_policy()
3487
3488 2006-08-29 [colin]      2.4.0cvs107
3489
3490         * src/folder.c
3491                 Fix data loss when copy fails during a move:
3492                 only use fast remove_msgs if everything was
3493                 copied OK; else use slow remove_msg on the
3494                 mails that got copied only.
3495
3496 2006-08-28 [paul]       2.4.0cvs106
3497
3498         * src/mh.c
3499                 revert change in 2.4.0cvs104, it breaks
3500                 stuff
3501
3502 2006-08-28 [paul]       2.4.0cvs105
3503
3504         * src/plugins/spamassassin/spamassassin.c
3505                 english fix
3506
3507 2006-08-28 [paul]       2.4.0cvs104
3508
3509         * src/mh.c
3510                 fix data loss when moving to another
3511                 mailbox fails
3512         * src/prefs_spelling.c
3513                 improve the english
3514         * src/gtk/pluginwindow.c
3515                 improve the layout of the dialog text
3516         All thanks to Colin
3517
3518 2006-08-28 [paul]       2.4.0cvs103
3519
3520         * src/plugins/bogofilter/bogofilter.c
3521         * src/plugins/bogofilter/bogofilter_gtk.c
3522                 fix english up a bit, innit
3523
3524 2006-08-28 [paul]       2.4.0cvs102
3525
3526         * configure.ac
3527         * po/Makefile.in.in
3528         * po/Makevars
3529                 require autoconf 2.60, enabling building
3530                 with gettext 0.15 (gettext 0.14.x build still
3531                 possible). Replace Makefiles with versions
3532                 from gettext 0.15.
3533                 Remove configure options --with-localedir and
3534                 --with-mandir. The options that are provided
3535                 directly by autoconf 2.60 can be used instead:
3536                 --mandir --localedir
3537
3538 2006-08-27 [colin]      2.4.0cvs101
3539
3540         * src/plugins/bogofilter/Makefile.am
3541                 Fix make dist (no README)
3542
3543 2006-08-27 [colin]      2.4.0cvs100
3544
3545         * src/folder.c
3546                 Don't use F_UNKNOWN folders for any default
3547                 outbox/trash/etc
3548         * src/plugins/bogofilter/bogofilter.c
3549         * src/plugins/bogofilter/bogofilter.h
3550         * src/plugins/bogofilter/bogofilter_gtk.c
3551                 Add an option to specify the path to bogofilter
3552                 Use single-quotes to be able to learn in folders
3553                 with spaces in their names
3554                 Verify learning status
3555
3556 2006-08-27 [colin]      2.4.0cvs99
3557
3558         * manual/faq.xml
3559         * manual/plugins.xml
3560                 Document Bogofilter plugin
3561
3562 2006-08-27 [colin]      2.4.0cvs98
3563
3564         * src/compose.c
3565         * src/messageview.c
3566         * src/procmsg.c
3567         * src/procmsg.h
3568                 When possible, copy the queued mail to sent folder
3569                 instead of re-adding. Much faster on IMAP.
3570
3571 2006-08-27 [colin]      2.4.0cvs97
3572
3573         * src/msgcache.c
3574                 Disable mmaped caches - huge metadata loss
3575                 here after a power failure.
3576         * src/summaryview.c
3577                 Add quicksearch timing
3578         * src/common/plugin.c
3579         * src/common/plugin.h
3580                 Implement an interface to tell what plugins
3581                 provide. Prevent loading of similar plugins.
3582         * src/plugins/clamav/clamav_plugin.c
3583         * src/plugins/demo/demo.c
3584         * src/plugins/dillo_viewer/dillo_viewer.c
3585         * src/plugins/pgpcore/plugin.c
3586         * src/plugins/pgpinline/pgpinline.c
3587         * src/plugins/pgpmime/pgpmime.c
3588         * src/plugins/spamassassin/spamassassin.c
3589         * src/plugins/trayicon/trayicon.c
3590                 Implement plugin_provides()
3591
3592 2006-08-27 [colin]      2.4.0cvs96
3593
3594         * configure.ac
3595         * src/plugins/Makefile.am
3596         * src/plugins/bogofilter/.cvsignore
3597         * src/plugins/bogofilter/Makefile.am
3598         * src/plugins/bogofilter/bogofilter.c
3599         * src/plugins/bogofilter/bogofilter.h
3600         * src/plugins/bogofilter/bogofilter_gtk.c
3601                 New Bogofilter plugin, provides filtering and
3602                 learning. Spamassassin will go to extra plugins.
3603
3604 2006-08-26 [mones]      2.4.0cvs95
3605
3606         * manual/handling.xml
3607                 Fix subfolder path in the example (thanks to Paul) 
3608
3609 2006-08-26 [mones]      2.4.0cvs94
3610
3611         * manual/glossary.xml
3612                 2.2. + add ISP to the glossary
3613                 7.5. + Add UIDL to glossary
3614                 7.7. + Add TCP to glossary
3615         * manual/handling.xml
3616                 7.1. + Mentions GNU/Linux distribution, what about the non...
3617                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3618                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3619                 7.4. = Use appropriate quotation for commands
3620                 7.6. = change "" to <quote></quote>
3621         * manual/plugins.xml
3622                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3623         * manual/starting.xml
3624                 2.1. + local mbox file: some examples of mbox file locations...
3625                 Also reformatted files requiring it
3626
3627 2006-08-26 [wwp]        2.4.0cvs93
3628
3629         * src/summary_search.c
3630                 disable find buttons while summary search is running.
3631
3632 2006-08-25 [colin]      2.4.0cvs92
3633
3634         * src/folder.c
3635         * src/folderutils.c
3636         * src/mh.c
3637         * src/procmsg.h
3638         * src/summaryview.c
3639                 Speed up MH moving, and add progressbar
3640                 for MH deletion
3641         * src/msgcache.c
3642                 Write cache files using mmap() too
3643
3644 2006-08-25 [wwp]        2.4.0cvs91
3645
3646         * src/summaryview.c
3647                 switch spam<->ham button when a message has been marked as spam or ham
3648                 and is still selected. Thanks to Colin.
3649
3650 2006-08-25 [paul]       2.4.0cvs90
3651
3652         * src/Makefile.am
3653         * src/stock_pixmap.c
3654         * src/stock_pixmap.h
3655         * src/summaryview.c
3656         * src/gtk/icon_legend.c
3657         * src/pixmaps/copied.xpm
3658         * src/pixmaps/moved.xpm
3659                 add icons for delayed execution marked for
3660                 copying, marked for moving
3661
3662 2006-08-25 [mones]      2.4.0cvs89
3663
3664         * manual/glossary.xml
3665                 Fix the other glossary items:
3666                 5.1. = Inmmediate execution -> <quote>immediate execution...
3667                 5.2. = Fix MBOX capitalization -> Mbox
3668                 5.3. + Improve Plugins def. w/ tech. ref.
3669                 5.4. = Quotation -> replace '>' by <quote>></quote>
3670                 5.5. - SMTP Server. -> remove dot
3671         * po/es.po
3672                 Updated translation
3673
3674 2006-08-25 [mones]      2.4.0cvs88
3675
3676         * manual/ack.xml
3677                 Reformatted, changed email address
3678         * manual/glossary.xml
3679                 Reformatted, fixed MANUAL-TODO items:
3680                 8.2. + add ROT-13 to glossary
3681                 8.4. + add URL to glossary
3682         * manual/es/advanced.xml
3683                 Fixed <literal>s
3684
3685 2006-08-25 [paul]       2.4.0cvs87
3686
3687         * src/gtk/icon_legend.c
3688                 add 'marked for deletion' icon
3689                 arrange icons by containing column
3690                 wrap long label text
3691
3692 2006-08-25 [colin]      2.4.0cvs86
3693
3694         * src/common/utils.c
3695         * src/common/utils.h
3696                 Add the sc_g_*list_bigger functions in
3697                 a place everyone can use it
3698         * src/summaryview.c
3699                 Only freeze/thaw the list when working
3700                 on the selection, if it's bigger than 1
3701         * src/gtk/gtksctree.c
3702                 Only freeze/thaw the list when unselec-
3703                 ting 'all' if ('all' != 1)
3704                 This avoids some flickering
3705
3706 2006-08-24 [colin]      2.4.0cvs85
3707
3708         * src/addressbook.c
3709                 Fix strange list selection
3710                 Fix random seg (Invalid read of freed memory)
3711
3712 2006-08-24 [colin]      2.4.0cvs84
3713
3714         * src/alertpanel.c
3715         * src/gtk/inputdialog.c
3716         * src/plugins/pgpcore/passphrase.c
3717                 Revert minimal width patch of 2.4.0cvs67,
3718                 as it is also a maximal width. Use 
3719                 gtk_window_set_default_size instead.
3720
3721 2006-08-24 [colin]      2.4.0cvs83
3722
3723         * src/msgcache.c
3724                 Write cache/mark to temp files before
3725                 overwriting old ones (avoids metadata
3726                 loss if writing the new files fail).
3727                 Use mmap() to read cache/mark file, as
3728                 this makes cache reading faster. Dis-
3729                 abled for big-endian machines until it
3730                 can be tested. (Big-endian users: set
3731                 msgcache_use_mmap = TRUE in the relevant
3732                 #if).
3733         * src/procmsg.h
3734                 Move rarely used fields of MsgInfo in 
3735                 another structure, which will only be
3736                 allocated if needed. Face, X-Face,
3737                 Return receipt headers and List-*
3738                 headers are moved. Mails having none
3739                 of these occupy 52 bytes less with
3740                 this patch, which makes 2.5MB of RAM
3741                 saved on a 50k folder).
3742         * src/headerview.c
3743         * src/mainwindow.c
3744         * src/messageview.c
3745         * src/partial_download.c
3746         * src/procheader.c
3747         * src/procmsg.c
3748         * src/textview.c
3749                 Follow this structure change.
3750
3751 2006-08-24 [wwp]        2.4.0cvs82
3752
3753         * manual/es/.cvsignore
3754         * manual/es/dist/.cvsignore
3755         * manual/es/dist/html/.cvsignore
3756         * manual/es/dist/pdf/.cvsignore
3757         * manual/es/dist/ps/.cvsignore
3758         * manual/es/dist/txt/.cvsignore
3759                 more (generated) files to ignore.
3760
3761 2006-08-24 [colin]      2.4.0cvs81
3762
3763         * src/folder.c
3764         * src/mh.c
3765                 Fix possible problems with local delivery. Check the folder doesn't
3766                 need scan before setting its mtime when saving cache (which can be
3767                 done long after the folder's been modified by an external process);
3768                 Check that the stored item's mtime didn't change in mh functions.
3769
3770 2006-08-24 [mones]      2.4.0cvs80
3771
3772         * manual/advanced.xml
3773                 Rewrapping, some fixes and MANUAL-TODO items:
3774                 8.1. = change "" to <quote></quote>
3775                 8.3. = quote menu items
3776                 8.5. - deploying -> new user ... ideally a new user (redundant)
3777
3778 2006-08-23 [colin]      2.4.0cvs79
3779
3780         * src/gtk/gtksctree.c
3781                 When selecting or deselecting range, only
3782                 freeze/thaw when selection is bigger than 10
3783
3784 2006-08-23 [colin]      2.4.0cvs78
3785
3786         * src/messageview.c
3787         * src/mimeview.c
3788         * src/mimeview.h
3789         * src/plugins/dillo_viewer/dillo_viewer.c
3790                 Provide an API for MimeViewer plugins to
3791                 return a text selection for replying
3792
3793 2006-08-23 [colin]      2.4.0cvs77
3794
3795         * src/image_viewer.c
3796         * src/textview.c
3797                 Use gtk_pixbuf_new_from_file_at_scale(), which
3798                 is faster than getting the pixbuf then resizing
3799                 it.
3800
3801 2006-08-23 [colin]      2.4.0cvs76
3802
3803         * src/procmime.c
3804                 UTF-8 should be sent Quoted-printable
3805
3806 2006-08-22 [colin]      2.4.0cvs75
3807
3808         * src/mh.c
3809                 Check if scan is required before touching
3810                 the folder (or it'll be required every time)
3811
3812 2006-08-22 [colin]      2.4.0cvs74
3813
3814         * configure.ac
3815                 Require libetpan 0.46 (crasher fix when built
3816                 against gnutls)
3817
3818 2006-08-22 [colin]      2.4.0cvs73
3819
3820         * src/folder.c
3821                 Set folder's mtime after writing its
3822                 cache
3823         * src/folderview.c
3824                 Add some timing
3825         * src/procmsg.c
3826                 Don't do useless stuff if we don't 
3827                 thread by subject
3828         * src/summaryview.c
3829                 Add some timing, don't deselect prior
3830                 to selecting (gtksctree does it itself),
3831                 remove crash avoidance hacks as it's been
3832                 properly fixed since a while
3833         * src/common/utils.c
3834                 Optimize to_human_readable(): _() is slow,
3835                 do it only once, and avoid %f format for KB
3836                 (the most common in a summaryview)
3837         * src/gtk/gtksctree.c
3838                 Don't uselessly freeze/thaw (fixes flicker
3839                 on next unread and friends), reduce number
3840                 of g_list_nth/g_list_position where possible
3841         * src/gtk/gtkutils.c
3842         * src/gtk/gtkutils.h
3843                 Reduce number of g_list_nth/g_list_position
3844                 where possible.
3845                 All of this makes loading as 70k folder 2.1
3846                 seconds instead of 3.2 (with hot FS caches).
3847                 (1.3 seconds without Date and Size columns...)
3848
3849 2006-08-22 [paul]       2.4.0cvs72
3850
3851         wrap documents and do some items from mones' MANUAL-TODO:
3852
3853         * manual/account.xml
3854                 4.1. = fix tabname references to <quote>tabname</quote>
3855                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3856         * manual/faq.xml
3857                 1.1. = mentioned options don't match UI
3858                 Add information about the 'Never send Return Receipts'
3859                 option
3860         * manual/handling.xml
3861                 6.2. = Mentions Extended symbols button, but now is
3862                 named Information
3863                 6.3. = Mentions ... button, which is now Edit
3864
3865 2006-08-22 [colin]      2.4.0cvs71
3866
3867         * src/gtk/pluginwindow.c
3868                 Fix layout in verbose translations (such
3869                 as french)
3870
3871 2006-08-22 [paul]       2.4.0cvs70
3872
3873         * manual/Makefile.am
3874                 build manuals in alphabetical order
3875         * src/addressbook.c
3876         * src/prefs_themes.c
3877                 replace/remove deprecated symbols
3878         * src/gtk/gtkutils.c
3879                 fix a warning
3880         * src/gtk/pluginwindow.c
3881                 replace deprecated symbol
3882                 replace label text and move it
3883         * src/plugins/pgpcore/prefs_gpg.c
3884                 move the 'Generate...' button out of the
3885                 Sign Key frame, replace the English used
3886         * src/plugins/pgpcore/sgpgme.c
3887                 fixes to the English
3888
3889 2006-08-21 [colin]      2.4.0cvs69
3890
3891         * src/plugins/trayicon/trayicon.c
3892                 Add more strings for translation; patch
3893                 by Pawel
3894
3895 2006-08-21 [colin]      2.4.0cvs68
3896
3897         * src/compose.c
3898                 fix replied flag not set after drafting
3899         * src/matcher.c
3900                 fix body quicksearch in non-encoded bodies
3901                 containing '='
3902         * src/msgcache.c
3903                 Get rid of the g_malloc workaround for
3904                 corrupted caches, use g_try_malloc
3905
3906 2006-08-21 [colin]      2.4.0cvs67
3907
3908         * src/alertpanel.c
3909         * src/gtk/inputdialog.c
3910         * src/plugins/pgpcore/passphrase.c
3911                 Set minimal width to 375
3912         * src/mainwindow.c
3913                 Fix switching to offline, asking if it 
3914                 should be overriden for synchronising
3915         * src/mimeview.c
3916                 Don't offer to remember command on Open 
3917                 with for text parts, as the browser or 
3918                 text editor command isn't changed from 
3919                 there
3920
3921 2006-08-20 [paul]       2.4.0cvs66
3922
3923         * po/ko.po
3924         * po/zh_CN.po
3925                 fix plural form errors. revealed by stricter
3926                 checking of gettext 0.15
3927
3928 2006-08-18 [paul]       2.4.0cvs65
3929
3930         * src/stock_pixmap.c
3931                 fix the fix of 2.4.0cvs64
3932                 Thanks to Colin
3933
3934 2006-08-18 [paul]       2.4.0cvs64
3935
3936         * src/stock_pixmap.c
3937                 fix leaks
3938                 Thanks to Colin
3939
3940 2006-08-18 [paul]       2.4.0cvs63
3941
3942         * src/compose.c
3943         * src/procmsg.c
3944                 fix occasional IMAP bug where large msgs
3945                 were left in the queue folder after sending
3946                 Thanks to Colin
3947
3948 2006-08-18 [paul]       2.4.0cvs62
3949
3950         * src/folderview.c
3951                 freeze the summaryview while quicksearch results
3952                 are displayed
3953                 (fixes bug 456 'current message is hidden when the
3954                 view is refreshed and extended search is "unread 
3955                 messages"')
3956                 Thanks to Colin
3957         * src/textview.c
3958                 add missing #include "inputdialog.h"
3959         * src/common/utils.h
3960                 add missing mailcap_update_default() and improve
3961                 readability
3962
3963 2006-08-17 [colin]      2.4.0cvs61
3964
3965         * src/plugins/pgpcore/select-keys.c
3966                 Fix warnings :)
3967
3968 2006-08-17 [colin]      2.4.0cvs60
3969
3970         * src/compose.c
3971                 Don't continue queuing if Cancel is clicked
3972                 in select-keys
3973
3974 2006-08-17 [colin]      2.4.0cvs59
3975
3976         * src/plugins/pgpcore/select-keys.c
3977                 When encrypting, if only one key matches and it 
3978                 matches exactly, automatically use it.
3979
3980 2006-08-17 [colin]      2.4.0cvs58
3981
3982         * src/mimeview.c
3983         * src/prefs_common.c
3984         * src/prefs_common.h
3985         * src/prefs_ext_prog.c
3986         * src/textview.c
3987                 Fix issues with previous patch (text/html)
3988                 Remove outdated prefs
3989
3990 2006-08-17 [colin]      2.4.0cvs57
3991
3992         * src/imap.c
3993                 Add View Log button on auth error
3994         * src/procmsg.c
3995                 Fix encrypted mail marked as new when
3996                 saved in normal folders
3997         * src/plugins/pgpinline/pgpinline.c
3998                 Fix encrypt bug on IMAP
3999         * src/mimeview.c
4000         * src/common/utils.c
4001         * src/common/utils.h
4002         * src/gtk/inputdialog.c
4003         * src/gtk/inputdialog.h
4004                 Get rid of metamail stuff, simplify
4005                 opening, and allow remembering of user's
4006                 choices (by updating ~/.mailcap). There's
4007                 still to drop "Audio player" and "Image
4008                 viewer" preferences.
4009
4010 2006-08-17 [mones]      2.4.0cvs56
4011
4012         * manual/es/sylpheed-claws-manual.xml
4013                 fix DTD path
4014
4015 2006-08-17 [mones]      2.4.0cvs55
4016
4017         * configure.ac
4018         * manual/Makefile.am
4019         * manual/es/Makefile.am
4020         * manual/es/account.xml
4021         * manual/es/ack.xml
4022         * manual/es/addrbook.xml
4023         * manual/es/advanced.xml
4024         * manual/es/faq.xml
4025         * manual/es/glossary.xml
4026         * manual/es/gpl.xml
4027         * manual/es/handling.xml
4028         * manual/es/intro.xml
4029         * manual/es/keyboard.xml
4030         * manual/es/plugins.xml
4031         * manual/es/starting.xml
4032         * manual/es/sylpheed-claws-manual.xml
4033         * manual/es/dist/Makefile.am
4034         * manual/es/dist/html/Makefile.am
4035         * manual/es/dist/pdf/Makefile.am
4036         * manual/es/dist/ps/Makefile.am
4037         * manual/es/dist/txt/Makefile.am
4038                 Spanish translation for the manual
4039
4040 2006-08-16 [colin]      2.4.0cvs54
4041
4042         * src/compose.c
4043         * src/main.c
4044         * src/mainwindow.c
4045                 Fix send button sensitivity at startup
4046                 Set send menu sensitivity (patch by Fabien)
4047         * src/ssl_manager.c
4048                 Enable closing with esc (patch by Fabien)
4049         * src/gtk/foldersort.c
4050                 Enable closing with esc (patch by Fabien)
4051         * src/procmime.c
4052                 Optimisation (no need to copy to tempfile to
4053                 "decode" 7bit and 8bit)
4054         * src/summaryview.c
4055                 Fix cruft in swap_from case
4056         * src/textview.c
4057                 Fix missing last line in some mail cases 
4058                 (Fixes debian #381872)
4059         * src/plugins/pgpcore/prefs_gpg.c
4060         * src/plugins/pgpcore/sgpgme.c
4061         * src/plugins/pgpcore/sgpgme.h
4062                 Don't show "no key found" when user explicitely
4063                 wants to create a key
4064
4065 2006-08-16 [paul]       2.4.0cvs53
4066
4067         * configure.ac
4068         * src/account.c
4069         * src/addressbook.c
4070         * src/headerview.c
4071         * src/prefs_account.c
4072         * src/prefs_message.c
4073         * src/gtk/gtkutils.c
4074                 bump up minimum required versions of GTK+ and
4075                 GLIB to 2.6.0
4076
4077 2006-08-16 [paul]       2.4.0cvs52
4078
4079         * src/toolbar.c
4080                 workaround GTK+ Bug 351600 - 'Can't re-click
4081                 on button after sensitivity update'
4082                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4083                 Thanks to Colin
4084
4085 2006-08-15 [colin]      2.4.0cvs51
4086
4087         * src/plugins/pgpcore/prefs_gpg.c
4088                 Set options sensitivity according to
4089                 key existence
4090         * src/plugins/pgpcore/sgpgme.c
4091                 Allow to create key with no passphrase
4092
4093 2006-08-14 [cleroy]     2.4.0cvs50
4094
4095         * src/gtk/pluginwindow.c
4096                 New layout (maybe to be changed?)
4097         * src/gtk/gtkutils.c
4098                 Fix a bit label_window
4099         * src/plugins/pgpcore/passphrase.c
4100         * src/plugins/pgpcore/passphrase.h
4101         * src/plugins/pgpcore/plugin.c
4102         * src/plugins/pgpcore/prefs_gpg.c
4103         * src/plugins/pgpcore/prefs_gpg.h
4104         * src/plugins/pgpcore/sgpgme.c
4105         * src/plugins/pgpcore/sgpgme.h
4106                 Allow to create a PGP private key via the GUI
4107
4108 2006-08-14 [wwp]        2.4.0cvs49
4109
4110         * src/addressbook_foldersel.c
4111                 fix strict ISO C90 compliance.
4112
4113 2006-08-14 [paul]       2.4.0cvs48
4114
4115         * src/gtk/prefswindow.c
4116                 re-set scrolled window on opening
4117                 Patch by Ticho
4118
4119 2006-08-14 [paul]
4120
4121         2.5.0-rc1 released
4122
4123 2006-08-14 [paul]       2.4.0cvs47
4124
4125         * src/prefs_display_header.c
4126                 re-enable user-defined Displayed Headers
4127
4128 2006-08-14 [paul]       2.4.0cvs46
4129
4130         * src/prefs_account.c
4131                 use GTK_STOCK_EDIT
4132
4133 2006-08-13 [colin]      2.4.0cvs45
4134
4135         * src/common/utils.c
4136                 Fix "a" in quote when the original message is empty,
4137                 by using \0 instead of 'a' to test writability of
4138                 temp files.
4139
4140 2006-08-13 [wwp]        2.4.0cvs44
4141
4142         * src/plugins/spamassassin/spamassassin.c
4143                 fix capitalization of "SpamAssassin" in some debug, log and
4144                 dialog messages.
4145
4146 2006-08-13 [paul]       2.4.0cvs43
4147
4148         * src/editldap.c
4149                 fix overlapping widgets
4150         * src/prefs_account.c
4151                 fix translation of protocol_names[]
4152                 fix label disappearing off the edge of the
4153                 visible area
4154
4155 2006-08-12 [paul]       2.4.0cvs42
4156
4157         * manual/plugins.xml
4158                 update IRC channel info before it gets forgotten
4159                 about
4160
4161 2006-08-11 [colin]      2.4.0cvs41
4162
4163         * src/compose.c
4164         * src/mainwindow.c
4165         * src/mainwindow.h
4166         * src/procmsg.c
4167         * src/procmsg.h
4168         * src/summaryview.c
4169         * src/toolbar.c
4170                 Grey out the Send button if
4171                 - Queue folders are empty, or
4172                 - We're sending already
4173
4174 2006-08-11 [wwp]        2.4.0cvs40
4175
4176         * src/main.c
4177                 fix a logic issue when quitting while a compose window is
4178                 still open, thanks to Colin.
4179
4180 2006-08-10 [colin]      2.4.0cvs39
4181
4182         * src/main.c
4183                 Fix default font size setting after wizard run
4184         * src/imap.c
4185         * src/etpan/imap-thread.c
4186         * src/etpan/imap-thread.h
4187                 Fix bug #999 (Timing out on TSL cert validation 
4188                 dialog makes ugly things happen). Also, STARTTLS
4189                 unconditionnaly if initial capabilities contain
4190                 LOGINDISABLED and STARTTLS.
4191
4192 2006-08-09 [colin]      2.4.0cvs38
4193
4194         * src/mainwindow.c
4195         * src/mainwindow.h
4196                 Fix Tools/Actions sensitivity when there are
4197                 no actions
4198
4199 2006-08-09 [colin]      2.4.0cvs37
4200
4201         * src/prefs_filtering.c
4202                 Warning fix, patch by Paul
4203         * src/messageview.c
4204         * src/prefs_actions.c
4205         * src/prefs_filtering_action.c
4206         * src/prefs_matcher.c
4207                 Uniformisation of "Info ..." to "Info..." (for
4208                 old gtk), patch by Fabien
4209         * src/plugins/clamav/clamav_plugin_gtk.c
4210                 Sensitivity fix by Fabien
4211
4212 2006-08-09 [colin]      2.4.0cvs36
4213
4214         * src/main.c
4215         * src/main.h
4216                 Add a function to know whether we're exiting
4217         * src/plugins/trayicon/trayicon.c
4218                 If exiting, don't do anything. Faster, and
4219                 avoids gtk_main_iteration reentracy causing
4220                 segfaults at exit
4221
4222 2006-08-09 [colin]      2.4.0cvs35
4223
4224         * src/messageview.c
4225         * src/mimeview.c
4226         * src/mimeview.h
4227                 Fix lack of part selection when automatically 
4228                 jumping to a specific part
4229         * src/msgcache.c
4230                 Little optimisation in cache reading
4231
4232 2006-08-09 [colin]      2.4.0cvs34
4233
4234         * src/compose.c
4235                 Fix crash setting the priority on reedit
4236                 (Accessing compose before creating it!)
4237
4238 2006-08-08 [colin]      2.4.0cvs33
4239
4240         * src/procmime.c
4241                 Fix bug #998 (last attachment is not accessible)
4242                 Bad RFC interpretation on multipart close-delimiters
4243         * src/mimeview.c
4244         * src/mimeview.h
4245         * src/gtk/gtkvscrollbutton.c
4246         * src/gtk/gtkvscrollbutton.h
4247                 Make attachments list wheel-scrollable
4248
4249 2006-08-07 [colin]      2.4.0cvs32
4250
4251         * src/gtk/gtkaspell.c
4252                 Fix bug #973 (Unicode punctation characters 
4253                 are not recognized as separators by the
4254                 spell checker); fix unsigned stuff
4255
4256 2006-08-07 [colin]      2.4.0cvs31
4257
4258         * src/compose.c
4259                 Fix bug #956 (DnD text with accents in compose 
4260                 text entry); fix gccc's signed/unsigned fuss
4261
4262 2006-08-06 [colin]      2.4.0cvs30
4263
4264         * src/main.c
4265                 Fix bug #979 (Plugin crashes when exiting 
4266                 sylpheed-claws) : handle exit request only 
4267                 once
4268
4269 2006-08-05 [colin]      2.4.0cvs29
4270
4271         * src/news.c
4272                 Just make sure we have a msgid.
4273
4274 2006-08-05 [colin]      2.4.0cvs28
4275
4276         * src/news.c
4277         * src/summaryview.c
4278                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4279                 by reimplementing it
4280         * src/textview.c
4281                 Fix bug when hiding quotes with level > 3 and quote
4282                 colors are recycled
4283
4284 2006-08-04 [colin]      2.4.0cvs27
4285
4286         * src/compose.c
4287         * src/undo.c
4288         * src/undo.h
4289                 Fix a bit replace-by-pasting undo
4290         * src/mainwindow.c
4291         * src/messageview.c
4292                 Fix Fold quotes menu synchro in
4293                 mainwindow when it changes in 
4294                 messageview
4295         * src/textview.c
4296                 Fix right-click on quotes blocks
4297         * src/common/utils.c
4298                 Verify that the file created by
4299                 my_tmpfile() is writable. Fixes
4300                 bug #988 (very specific filesystem
4301                 issue)
4302         * src/plugins/pgpcore/sgpgme.c
4303                 Fix file descriptor leak
4304         * src/plugins/spamassassin/spamassassin.c
4305                 Warn once if spamd isn't reachable
4306
4307 2006-08-04 [colin]      2.4.0cvs26
4308
4309         * src/toolbar.c
4310                 i18n context patch by Fabien
4311
4312 2006-08-03 [colin]      2.4.0cvs25
4313
4314         * src/mainwindow.c
4315         * src/messageview.c
4316                 Rename "Hide quotes" to "Fold quotes"
4317         * src/textview.c
4318                 Don't use hand cursor on quotes. "all 
4319                 the bonuses of the feature and none of 
4320                 unwelcome side-effects"
4321
4322 2006-08-03 [colin]      2.4.0cvs24
4323
4324         * AUTHORS
4325         * sylpheed-claws.desktop
4326         * src/gtk/authors.h
4327                 Bring the desktop file to XDG compliance
4328                 Patch by Charles A. Edwards
4329
4330 2006-08-03 [colin]      2.4.0cvs23
4331
4332         * src/textview.c
4333                 Fix links offset when they are preceded
4334                 by accentued chars (g_utf8_strlen!)
4335         * src/mainwindow.c
4336                 Fix wrong status when starting offline
4337
4338
4339 2006-08-03 [wwp]        2.4.0cvs22
4340
4341         * src/prefs_common.h
4342                 ask what to do w/ filtering rules that belong to an account when
4343                 applying filtering rules manually from the main window (skip,
4344                 apply regardless of the account, use current account). This dialog
4345                 can be skipped and the last reply used.
4346                 (forgot that file)
4347
4348 2006-08-03 [wwp]        2.4.0cvs21
4349
4350         * src/filtering.c
4351         * src/filtering.h
4352         * src/prefs_common.c
4353         * src/summaryview.c
4354         * src/alertpanel.c
4355         * src/alertpanel.h
4356         * src/messageview.c
4357                 ask what to do w/ filtering rules that belong to an account when
4358                 applying filtering rules manually from the main window (skip,
4359                 apply regardless of the account, use current account). This dialog
4360                 can be skipped and the last reply used.
4361
4362
4363 2006-08-03 [colin]      2.4.0cvs20
4364
4365         * src/textview.c
4366                 Optimize previous patch
4367
4368 2006-08-03 [cleroy]     2.4.0cvs19
4369
4370         * src/textview.c
4371                 Fix quotes getting toggled back when the
4372                 mail has an even number of text parts
4373
4374 2006-08-02 [colin]      2.4.0cvs18
4375
4376         * src/messageview.c
4377                 Add Hide quotes menu
4378
4379 2006-08-02 [colin]      2.4.0cvs17
4380
4381         * src/mainwindow.c
4382         * src/prefs_common.c
4383         * src/textview.c
4384         * src/textview.h
4385         * src/gtk/about.c
4386                 Allow per-level quote hiding,
4387                 Allow toggling quotes by double-clicking them
4388                 Rename RemoteURI to ClickableText to reflect
4389                 the fact it's used for a variety of things
4390
4391 2006-08-02 [wwp]        2.4.0cvs16
4392
4393         * src/mainwindow.c
4394                 fix "View/Hide quotes" menu item status initialization.
4395
4396 2006-08-02 [wwp]        2.4.0cvs15
4397
4398         * src/matcher_parser_parse.y
4399                 remove a debug trace.
4400
4401 2006-08-02 [paul]       2.4.0cvs14
4402
4403         * src/plugins/pgpcore/passphrase.c
4404                 don't set initial dialog size
4405                 make it resizable
4406
4407 2006-08-02 [paul]       2.4.0cvs13
4408
4409         * src/noticeview.c
4410                 remove the rogue '/' character
4411
4412 2006-08-02 [paul]       2.4.0cvs12
4413
4414         * src/noticeview.c
4415                 allow buttons to resize as necessary
4416
4417 2006-08-01 [wwp]        2.4.0cvs11
4418
4419         * src/mbox.c
4420                 fix strict ISO C90 compliance.
4421
4422 2006-08-01 [wwp]        2.4.0cvs10
4423
4424         * tools/update-po
4425                 updated update-po tool to work w/ context-dependent translations.
4426                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4427
4428 2006-08-01 [wwp]        2.4.0cvs9
4429
4430         * src/matcher.c
4431         * src/prefs_filtering.c
4432         * src/prefs_matcher.c
4433                 allow context-dependent translations for "All",
4434                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4435
4436 2006-07-31 [colin]      2.4.0cvs8
4437
4438         * AUTHORS
4439         * src/gtk/authors.h
4440                 Add Rafal to authors
4441
4442 2006-07-31 [colin]      2.4.0cvs7
4443
4444         * src/compose.c
4445         * src/mainwindow.c
4446         * src/messageview.h
4447         * src/prefs_common.c
4448         * src/prefs_common.h
4449         * src/textview.c
4450                 Add 'View/Hide quotes'. Patch based on a patch
4451                 by Rafal Weglarz
4452
4453 2006-07-31 [colin]      2.4.0cvs6
4454
4455         * src/action.c
4456                 Fix problem with "> stuff >" actions
4457
4458 2006-07-31 [paul]       2.4.0cvs5
4459
4460         * po/nb.po
4461                 updated by Geir Helland
4462
4463 2006-07-31 [wwp]        2.4.0cvs4
4464
4465         * src/mainwindow.c
4466         * src/summaryview.c
4467         * src/summaryview.h
4468                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4469                 thanks to Colin.
4470
4471 2006-07-31 [wwp]        2.4.0cvs3
4472
4473         * src/Makefile.am
4474         * src/addr_compl.c
4475         * src/addr_compl.h
4476         * src/addressbook.c
4477         * src/addressbook.h
4478         * src/addressbook_foldersel.c
4479         * src/addressbook_foldersel.h
4480         * src/addrindex.c
4481         * src/addrindex.h
4482         * src/matcher.c
4483         * src/matcher.h
4484         * src/matcher_parser_lex.l
4485         * src/matcher_parser_parse.y
4486         * src/prefs_common.c
4487         * src/prefs_common.h
4488         * src/prefs_filtering.c
4489         * src/prefs_matcher.c
4490         * src/prefs_matcher.h
4491         * src/summaryview.c
4492                 introduce filtering against the address book. It's now possible to add
4493                 matched conditions to determine if any email address in a message matches
4494                 or doesn't match any or all books or folders in the address book.
4495
4496 2006-07-31 [wwp]        2.4.0cvs2
4497
4498         * src/account.c
4499         * src/filtering.c
4500         * src/filtering.h
4501         * src/folder.c
4502         * src/folderview.c
4503         * src/inc.c
4504         * src/mainwindow.c
4505         * src/matcher.c
4506         * src/matcher_parser_lex.l
4507         * src/matcher_parser_parse.y
4508         * src/mbox.c
4509         * src/prefs_filtering.c
4510         * src/prefs_filtering.h
4511         * src/procmsg.c
4512         * src/procmsg.h
4513         * src/summaryview.c
4514                 introduce per-account filtering rules. Each filtering rule can now be assigned
4515                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4516                 when applying filtering rules manually, as all rules will apply - even the ones
4517                 assigned to an account. This issue will be addressed soon.
4518  
4519
4520
4521 2006-07-31 [wwp]        2.4.0cvs1
4522
4523         * src/quote_fmt.c
4524                 make more strings translatable.
4525
4526 2006-07-31 [paul]       2.4.0
4527
4528         2.4.0 released
4529
4530 2006-07-31 [paul]       2.3.1cvs91
4531
4532         * po/ca.po
4533                 updated by Miquel Oliete
4534
4535 2006-07-31 [paul]       2.3.1cvs90
4536
4537         * po/de.po
4538         * po/el.po
4539         * po/fr.po
4540         * po/it.po
4541         * po/pl.po
4542         * po/pt_BR.po
4543         * po/sr.po
4544         * po/zh_CN.po
4545                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4546                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4547                 Aleksandar Urosevic, and Ralgh Young
4548
4549 2006-07-31 [paul]       2.3.1cvs89
4550
4551         * src/account.c
4552         * src/main.c
4553         * src/mainwindow.c
4554         * src/mainwindow.h
4555                 Fix a race condition when, after an SC crash, rescanning
4556                 folders took more than 0.5 seconds
4557                 Thanks to Colin
4558
4559 2006-07-31 [paul]       2.3.1cvs88
4560
4561         * src/folderview.c
4562                 don't translate separator strings
4563
4564 2006-07-30 [mones]      2.3.1cvs87
4565
4566         * doc/man/sylpheed-claws.1
4567                 Fixed non-ASCII chars in Hoa's name
4568         * po/es.po
4569                 Updated for release
4570
4571 2006-07-27 [colin]      2.3.1cvs86
4572
4573         * src/textview.c
4574                 Don't include the leading \n in links
4575                 Patch by Fabien
4576
4577 2006-07-25 [colin]      2.3.1cvs85
4578
4579         * src/mainwindow.c
4580         * src/common/socket.h
4581         * src/etpan/imap-thread.c
4582                 Refresh resolvers before connecting
4583                 to IMAP servers, and after switching
4584                 to online. Thanks to Paul.
4585
4586 2006-07-18 [colin]
4587
4588         * 2.4.0-rc4 released
4589
4590 2006-07-17 [colin]      2.3.1cvs84
4591
4592         * src/inc.c
4593                 Show connection attempt in statusbar before
4594                 connecting (previously first message was
4595                 "Retrieving messages from ..." after the
4596                 connection succeeded.
4597
4598 2006-07-16 [wwp]        2.3.1cvs83
4599
4600         * sylpheed-claws.ico
4601                 Added .ico file (windows multi-size icon file, generated).
4602
4603 2006-07-12 [wwp]        2.3.1cvs82
4604
4605         * src/messageview.c
4606                 remove Message/Re-edit menu entry from messageview window,
4607                 as sent/draft/queued messages are opened in compose window when
4608                 re-edited and it's not possible to re-edit other msgs.
4609
4610 2006-07-12 [paul]       2.3.1cvs81
4611
4612         * AUTHORS
4613         * src/mainwindow.c
4614         * src/gtk/authors.h
4615                 check online state before resetting
4616                 mailcheck timer. Useful if some program
4617                 verifies connection state and updates
4618                 Claws.
4619                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4620
4621 2006-07-12 [paul]       2.3.1cvs80
4622
4623         * sylpheed-claws-128x128.png
4624         * sylpheed-claws-64x64.png
4625         * sylpheed-claws.png
4626         * src/Makefile.am
4627         * src/main.c
4628         * src/prefs_toolbar.c
4629         * src/stock_pixmap.c
4630         * src/stock_pixmap.h
4631         * src/wizard.c
4632         * src/gtk/about.c
4633         * src/gtk/gtkutils.c
4634         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4635         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4636         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4637         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4638         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4639         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4640                 updated and renamed logo/icon files and related
4641                 logo by Jesper Schultz
4642
4643 2006-07-11 [paul]       2.3.1cvs79
4644
4645         * src/main.c
4646                 fix the labels a smidgin
4647
4648 2006-07-09 [colin]      2.3.1cvs78
4649
4650         * src/textview.c
4651                 Show errors in textviewer's command
4652                 Patch by H. Merijn Brand
4653
4654 2006-07-09 [colin]      2.3.1cvs77
4655
4656         * src/compose.c
4657                 Save FMID in drafts too
4658
4659 2006-07-08 [colin]      2.3.1cvs76
4660
4661         * src/compose.c
4662                 Svae RMID in drafted mails too
4663                 Save quote_fmt vars for whole mails,
4664                 don't reset at each quote_fmt_init:
4665                 allows to use the same |i{var} in
4666                 various template fields
4667         * src/prefs_template.c
4668         * src/quote_fmt.h
4669         * src/quote_fmt_parse.y
4670                 Same
4671
4672 2006-07-08 [colin]      2.3.1cvs75
4673
4674         * src/textview.c
4675                 Fix highlighting of attached parts URIs
4676
4677 2006-07-08 [colin]      2.3.1cvs74
4678
4679         * src/main.c
4680                 Prevent bug #981 (sc 2.3.1 segfaults with 
4681                 gtk+ 2.10) from being reported again:
4682                 if Sylpheed-Claws has been compiled against
4683                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4684                 of if Sylpheed-Claws has been compiled against
4685                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4686                 error out.
4687
4688 2006-07-07 [colin]      2.3.1cvs73
4689
4690         * src/prefs_actions.c
4691                 Fix label
4692
4693 2006-07-07 [colin]      2.3.1cvs72
4694
4695         * src/prefs_actions.c
4696                 Fix compile on gtk < 2.8. argh :)
4697
4698 2006-07-07 [paul]       2.3.1cvs71
4699
4700         * src/common/defs.h
4701                 update DONATE_URI
4702
4703 2006-07-07 [colin]      2.3.1cvs70
4704
4705         * po/POTFILES.in
4706         * src/quote_fmt.c
4707         * src/quote_fmt_lex.l
4708         * src/quote_fmt_parse.y
4709                 Add |i{var}, a way to insert user-entered
4710                 text in a template
4711
4712 2006-07-07 [colin]
4713
4714         * 2.4.0-rc3 released
4715
4716 2006-07-07 [colin]      2.3.1cvs69
4717
4718         * src/folder.c
4719                 Don't consider inboxes of UNKNOWN folder 
4720                 classes to be useable as default inboxes
4721
4722 2006-07-07 [paul]       2.3.1cvs68
4723
4724         * src/textview.c
4725                 add missing #include <errno.h>
4726                 Thanks to René J. Blokland
4727
4728 2006-07-07 [paul]       2.3.1cvs67
4729
4730         * src/action.c
4731                 Return now Closes dialog
4732         * src/mimeview.c
4733         * src/mimeview.h
4734         * src/textview.c
4735                 add contextual menu to mime parts listed
4736                 in the textview
4737                 Thanks to Colin
4738         * src/common/utils.c
4739                 reversal: ' is a valid character in URLs
4740
4741 2006-07-06 [colin]      2.3.1cvs66
4742
4743         * src/remotefolder.h
4744                 Forgotten in previous commit
4745
4746 2006-07-06 [colin]      2.3.1cvs65
4747
4748         * src/folder.c
4749                 Set summary update flag whenever
4750                 totals changed
4751         * src/imap.c
4752         * src/prefs_account.c
4753         * src/common/utils.h
4754         * src/etpan/imap-thread.c
4755                 Fix warnings, thanks to Fabien and
4756                 Ricardo
4757
4758 2006-07-06 [wwp]        2.3.1cvs64
4759
4760         * src/gtk/gtkutils.c
4761                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4762
4763 2006-07-06 [wwp]        2.3.1cvs63
4764
4765         * src/account.c
4766         * src/addressbook.c
4767         * src/addressitem.h
4768         * src/folderview.c
4769         * src/mainwindow.c
4770         * src/manual.c
4771         * src/manual.h
4772         * src/message_search.c
4773         * src/prefs_actions.c
4774         * src/prefs_filtering.c
4775         * src/prefs_filtering.h
4776         * src/prefs_template.c
4777         * src/summary_search.c
4778         * src/summaryview.c
4779         * src/gtk/gtkutils.c
4780         * src/gtk/gtkutils.h
4781         * src/gtk/pluginwindow.c
4782                 add help buttons to some dialogs. Clicking such buttons opens a
4783                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4784
4785 2006-07-06 [paul]       2.3.1cvs62
4786
4787         * src/textview.c
4788                 fix attachments contextual menu
4789                 Thanks to Colin
4790
4791 2006-07-05 [colin]      2.3.1cvs61
4792
4793         * src/textview.c
4794         * src/compose.c
4795                 Handle sftp:// links
4796
4797 2006-07-05 [paul]       2.3.1cvs60
4798
4799         * src/gtk/filesel.c
4800                 grab save button by default
4801                 Thanks to Colin
4802
4803 2006-07-05 [wwp]        2.3.1cvs59
4804
4805         * manual/xml2pdf
4806                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4807
4808 2006-07-04 [colin]      2.3.1cvs58
4809
4810         * src/mimeview.c
4811         * src/textview.c
4812                 Use left click to select, middle click to open
4813                 on mimeparts links
4814         * src/common/utils.c
4815                 Fix segfault
4816
4817 2006-07-04 [colin]      2.3.1cvs57
4818
4819         * src/mainwindow.c
4820         * src/news.c
4821                 Warning fixes, thanks to Fabien
4822
4823 2006-07-04 [colin]      2.3.1cvs56
4824
4825         * src/mimeview.c
4826         * src/mimeview.h
4827         * src/textview.c
4828                 Allow parts to be selected via their text label
4829                 in textview
4830
4831 2006-07-04 [colin]      2.3.1cvs55
4832
4833         * src/folderview.c
4834                 Feedback when closing (for big folders)
4835         * src/prefs_actions.c
4836         * src/prefs_filtering.c
4837         * src/prefs_matcher.c
4838         * src/prefs_template.c
4839                 Fix default button when closing without
4840                 having saved
4841
4842 2006-07-04 [colin]      2.3.1cvs54
4843
4844         * src/news.c
4845                 Delete local file on deletion
4846
4847 2006-07-03 [colin]      2.3.1cvs53
4848
4849         * src/folderview.c
4850         * src/main.c
4851                 Don't freeze when rescanning after crash
4852
4853 2006-07-03 [wwp]        2.3.1cvs52
4854
4855         * src/compose.c
4856         * src/privacy.c
4857         * src/privacy.h
4858         * src/plugins/pgpinline/pgpinline.c
4859         * src/plugins/pgpmime/pgpmime.c
4860                 don't report an error when the user cancels the passphrase dialog.
4861
4862 2006-07-02 [colin]      2.3.1cvs51
4863
4864         * src/folderview.c
4865                 Open message when crossing folders with Space,
4866                 goto next unread and friends
4867
4868 2006-07-01 [colin]      2.3.1cvs50
4869
4870         * src/prefs_account.c
4871                 Typographic rules varying from language
4872                 to language (in french "Protocole :"),
4873                 we have to do that :)
4874
4875 2006-07-01 [ticho]      2.3.1cvs49
4876
4877         * src/prefs_account.c
4878                 Only use one temporary gchar* variable in
4879                 prefs_account_protocol_set_optmenu().
4880
4881 2006-07-01 [ticho]      2.3.1cvs48
4882
4883         * src/prefs_account.c
4884         * src/prefs_account.h
4885                 Use GtkLabel for existing account protocol name.
4886                 Created an array for protocol names and populate the
4887                 combobox from it in a for() cycle.
4888
4889 2006-06-30 [colin]      2.3.1cvs47
4890
4891         * src/compose.c
4892                 Block undo when changing signature (by changing
4893                 account)
4894
4895 2006-06-30 [paul]       2.3.1cvs46
4896
4897         * src/send_message.c
4898                 when editing From in the Compose window, use that address
4899                 in the Return-Path: header
4900                 Thanks to Colin
4901
4902 2006-06-30 [colin]      2.3.1cvs45
4903
4904         * src/compose.c
4905                 Fix signature replacement:
4906                 - when no newline before separator
4907                 - when reediting
4908
4909 2006-06-29 [colin]      2.3.1cvs44
4910
4911         * src/folderview.c
4912         * src/folderview.h
4913         * src/mainwindow.c
4914         * src/summaryview.c
4915                 Let 'View/Go to/Next marked' work like
4916                 Next new & Next unread: across folders
4917                 Change the select_on_entry pref to do
4918                 what we want when changing folder
4919         * src/common/utils.c
4920                 Fix single-quoted links 
4921
4922 2006-06-29 [colin]      2.3.1cvs43
4923
4924         * src/gtk/gtkaspell.c
4925                 "Sylpheed" and "Sylpheed-Claws" do exist !
4926
4927 2006-06-29 [colin]      2.3.1cvs42
4928
4929         * src/imap.c
4930                 Forgot to remove debug
4931
4932 2006-06-29 [colin]      2.3.1cvs41
4933
4934         * src/imap.c
4935         * src/imap.h
4936         * src/mainwindow.c
4937                 Disconnect from IMAP servers when going
4938                 offline. Fixes bug #978 (going to offline-mode 
4939                 won't close connections)
4940
4941 2006-06-29 [colin]      2.3.1cvs40
4942
4943         * src/main.c
4944                 Fix transient setting on failing plugins
4945                 Patch by Fabien
4946         * src/plugins/pgpcore/sgpgme.c
4947                 Only warn for OpenPGP. Most people don't
4948                 have CMS available.
4949
4950 2006-06-29 [colin]      2.3.1cvs39
4951
4952         * src/compose.c
4953                 Fix Spelling menu (discrepancy between context menu
4954                 and top menu when folder's dictionary isn't the 
4955                 default one)
4956         * src/plugins/pgpcore/sgpgme.c
4957                 More error reporting about why gpgme can fail
4958
4959 2006-06-29 [wwp]        2.3.1cvs38
4960
4961         * src/mainwindow.c
4962                 honor the display-header-pane setting even when the message view
4963                 is a separate window.
4964
4965 2006-06-29 [wwp]        2.3.1cvs37
4966
4967         * src/prefs_actions.c
4968                 forgot to commit that one (use of GTK_STOCK_INFO).
4969
4970 2006-06-29 [colin]      2.3.1cvs36
4971
4972         * src/imap.c
4973                 Better handling of login errors (ask the password
4974                 again once), alert in case of error. Fix three
4975                 signedness warnings.
4976
4977 2006-06-28 [wwp]        2.3.1cvs35
4978
4979         * src/prefs_template.c
4980         * src/prefs_matcher.c
4981         * src/prefs_filtering_action.c
4982         * src/prefs_quote.c
4983                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4984                 patch by Fabien Vantard, slightly modified.
4985
4986 2006-06-28 [paul]
4987
4988         2.4.0-rc2 released
4989
4990 2006-06-28 [colin]      2.3.1cvs34
4991
4992         * src/prefs_account.c
4993                 Fix bug #977 (Can't add or edit imap accounts)
4994
4995 2006-06-28 [colin]      2.3.1cvs33
4996
4997         * src/mimeview.c
4998                 Fix previous
4999
5000 2006-06-28 [colin]      2.3.1cvs32
5001
5002         * src/mimeview.c
5003                 Save named inlined attachments with "Save all"
5004         * src/main.c
5005         * src/mbox.c
5006         * src/common/plugin.c
5007         * src/common/plugin.h
5008         * src/common/sylpheed.c
5009         * src/common/utils.c
5010         * src/plugins/pgpcore/sylpheed.def
5011         * src/plugins/pgpinline/sylpheed.def
5012         * src/plugins/pgpmime/sylpheed.def
5013                 Win32 compatibility patch, by
5014                 Werner Koch
5015
5016 2006-06-28 [wwp]        2.3.1cvs31
5017
5018         * src/imap.c
5019         * src/prefs_folder_item.c
5020                 less compilation warnings (thanks to Fabien Vantard), less typos.
5021
5022 2006-06-28 [paul]       2.3.1cvs30
5023
5024         * src/gtk/gtkutils.c
5025                 gtk_combo_box_set_focus_on_click() is only
5026                 available since gtk 2.6.0
5027
5028 2006-06-28 [paul]       2.3.1cvs29
5029
5030         * src/prefs_ext_prog.c
5031                 fix engrish and add a tooltip for the
5032                 'command for 'Display as text' option
5033
5034 2006-06-28 [paul]
5035
5036         2.4.0-rc1 released
5037
5038 2006-06-28 [paul]       2.3.1cvs28
5039
5040         * ChangeLog
5041         * tools/Makefile.am
5042                 include textviewer.pl in releases
5043
5044 2006-06-28 [paul]       2.3.1cvs27
5045
5046         * src/prefs_ext_prog.c
5047                 hide Print command option if libgnomeprint
5048                 support is present
5049
5050 2006-06-27 [colin]      2.3.1cvs26
5051
5052         * src/compose.c
5053                 Fix Esc handling in insert/attach dialog
5054                 Don't show this dialog if dragging something
5055                 else than text/uri-list
5056                 Thanks to Fabien Vantard
5057         * tools/textviewer.pl
5058                 Filter script to display stuff as text
5059                 by H. Merijn Brand
5060
5061 2006-06-27 [wwp]        2.3.1cvs25
5062
5063         * src/messageview.c
5064                 use the exact product name (message view title), patch
5065                 by Fabien Vantard.
5066
5067 2006-06-27 [ticho]      2.3.1cvs24
5068
5069         * src/prefs_account.c
5070         * src/prefs_common.c
5071         * src/prefs_common.h
5072         * src/prefs_ext_prog.c
5073         * src/textview.c
5074                 Add a preference (Preferences/External programs)
5075                 to allow "Display as text" to be done via a script
5076                 (patch by H.Merijn Brand).
5077                 Use GtkComboBox for protocol selection in account
5078                 preferences.
5079                 Only include current choice for existing accounts, and
5080                 insensitivize the combobox.
5081
5082 2006-06-27 [paul]       2.3.1cvs23
5083
5084         * src/mbox.c
5085                 fix crasher introduced in cvs21.
5086                 Thanks to Colin
5087
5088 2006-06-26 [colin]      2.3.1cvs22
5089
5090         * src/mbox.c
5091                 Fix double-frees when leaving folders
5092                 after exporting to mbox
5093
5094 2006-06-26 [colin]      2.3.1cvs21
5095
5096         * src/mbox.c
5097                 More feedback (and optimisation)
5098                 on import/export
5099         * src/common/utils.c
5100                 Fix case when looking for mail addresses
5101         * src/gtk/gtkutils.c
5102                 Extra check for (X-)Face
5103
5104 2006-06-25 [ticho]      2.3.1cvs20
5105
5106         * src/compose.c
5107         * src/exphtmldlg.c
5108         * src/gtk/gtkutils.c
5109         * src/gtk/gtkutils.h
5110                 Added second argument to gtkut_sc_combobox_create() to
5111                 control focus-on-click for the widget.
5112                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5113
5114 2006-06-25 [ticho]      2.3.1cvs19
5115
5116         * src/compose.c
5117         * src/gtk/Makefile.am
5118         * src/gtk/combobox.c
5119         * src/gtk/combobox.h
5120         * src/gtk/gtkutils.c
5121         * src/gtk/gtkutils.h
5122                 Use GtkComboBox instead of deprecated GtkOptionMenu
5123                 for account selector in compose window and for encoding
5124                 selector in attachment properties.
5125                 Also factorise working with the new GtkComboBox somewhat.
5126
5127 2006-06-24 [paul]       2.3.1cvs18
5128
5129         * src/prefs_common.c
5130                 use the correct default value
5131
5132 2006-06-24 [paul]       2.3.1cvs17
5133
5134         * src/compose.c
5135         * src/prefs_common.c
5136         * src/prefs_common.h
5137         * src/prefs_compose_writing.c
5138                 enable setting of default action when
5139                 dnd'ing files in the compose window.
5140                 (Collaborative effort with wwp)
5141
5142 2006-06-23 [wwp]        2.3.1cvs16
5143
5144         * src/compose.c
5145                 i18n fix (thanks to Fabien Vantard)
5146
5147 2006-06-22 [colin]      2.3.1cvs15
5148
5149         * src/prefs_customheader.c
5150                 Don't use filters in custom headers' file 
5151                 selector. Remember, extensions mean nothing :)
5152
5153 2006-06-22 [paul]       2.3.1cvs14
5154
5155         * configure.ac
5156                 allow setting of man directory location
5157
5158 2006-06-22 [colin]      2.3.1cvs13
5159
5160         * src/mainwindow.c
5161                 Add 'View/Go to/Next unread folder'.
5162                 I missed that :)
5163
5164 2006-06-22 [colin]      2.3.1cvs12
5165
5166         * src/common/utils.c
5167                 Add some subject prefixes
5168                 Patch by Bjorn T Johansen <btj@havleik.no>
5169
5170 2006-06-22 [colin]      2.3.1cvs11
5171
5172         * manual/advanced.xml
5173                 Forgotten hidden pref
5174
5175 2006-06-21 [paul]       2.3.1cvs10
5176
5177         * src/prefs_account.c
5178                 complete the removal of 'Add date header' option
5179
5180 2006-06-21 [paul]       2.3.1cvs9
5181
5182         * src/account.c
5183         * src/compose.c
5184         * src/prefs_account.c
5185         * src/prefs_account.h
5186                 remove option to add date header - always
5187                 add date header
5188         * src/etpan/imap-thread.c
5189                 fix warnings (Thanks to Colin)
5190
5191 2006-06-21 [wwp]        2.3.1cvs8
5192
5193         * src/folder.c
5194                 set the attachment flag when inline text part are (file)named. This is more convenient
5195                 when receiving (for instance) inline source files or patches sent using thunderbird.
5196
5197 2006-06-21 [paul]       2.3.1cvs7
5198
5199         * src/inc.c
5200                 fix off-by-one count of current msg in
5201                 statusbar filtering progressbar
5202
5203 2006-06-21 [paul]       2.3.1cvs6
5204
5205         * src/folder.c
5206                 Show attachment icon even if the part is 'inline'
5207                 if the following conditions are met:
5208                 - content-type != 'text/plain'
5209                 - content-type != '*/pgp-signature'
5210                 - either 'name' or 'filename' parameter is not NULL
5211                 
5212                 Thanks to Colin
5213
5214 2006-06-21 [paul]       2.3.1cvs5
5215
5216         * src/messageview.c
5217         * src/prefs_common.c
5218         * src/prefs_common.h
5219         * src/prefs_other.c
5220                 add an option to 'Never send Return
5221                 Receipts'
5222                 Thanks to Colin
5223
5224 2006-06-20 [mones]      2.3.1cvs4
5225
5226         * po/es.po
5227                 updated
5228         * src/compose.c
5229                 typo fixed (space after comma)
5230         * tools/make.themes.project
5231                 remove exec mode from tarball files
5232
5233 2006-06-20 [colin]      2.3.1cvs3
5234
5235         * src/news.c
5236         * src/procheader.c
5237         * src/unmime.c
5238                 Better fix for \n's in headers (don't 
5239                 break Received: and others)
5240
5241 2006-06-20 [paul]       2.3.1cvs2
5242
5243         * src/alertpanel.c
5244         * src/textview.c
5245                 improve legibility of phishing attempt
5246                 dialog
5247
5248 2006-06-20 [paul]       2.3.1cvs1
5249
5250         * NEWS
5251         * README
5252         * configure.ac
5253                 Update version number following
5254                 stable release
5255
5256 2006-06-20 [colin]      2.3.0cvs26
5257
5258         * src/compose.c
5259                 When dragging a file to the text of the compose
5260                 window, ask whether we want to insert or attach
5261                 (I know lots of people who do that to attach)
5262
5263 2006-06-20 [colin]      2.3.0cvs25
5264
5265         * src/etpan/imap-thread.c
5266                 Fix threshold (the append command is often > 32 bytes)
5267
5268 2006-06-19 [colin]      2.3.0cvs24
5269
5270         * src/imap.c
5271         * src/etpan/imap-thread.c
5272                 Workaround Rockliffe IMAP server bug: replace
5273                 "x UID SEARCH (ANSWERED UID 1:*)" with
5274                 "x UID SEARCH ANSWERED"
5275                 (Rockliffe doesn't handle the parenthesis)
5276
5277 2006-06-19 [colin]      2.3.0cvs23
5278
5279         * src/compose.c
5280         * src/imap.c
5281         * src/etpan/imap-thread.c
5282                 Probably fix bug #972 (Freezes when adding 
5283                 an attachment to the message)
5284         * src/common/defs.h
5285                 Modernize Firefox cmd
5286
5287
5288 2006-06-18 [colin]      2.3.0cvs22
5289
5290         * src/prefs_customheader.c
5291                 Only allow correct filenames for various
5292                 custom headers
5293
5294 2006-06-18 [colin]      2.3.0cvs21
5295
5296         * src/prefs_customheader.c
5297                 Add a 'From File...' button in custom headers prefs, which
5298                 try to do the right thing: 
5299                 for normal headers, use file as plaintext,
5300                 for X-Face, calls compface,
5301                 for Face, encode to b64.
5302
5303 2006-06-17 [colin]      2.3.0cvs20
5304
5305         * src/mh.c
5306                 Warning fix
5307
5308 2006-06-16 [colin]      2.3.0cvs19
5309
5310         * src/summaryview.c
5311                 Recursive quicksearch: show message list
5312                 in current folder, *then* search children
5313                 in the background.
5314
5315 2006-06-16 [colin]      2.3.0cvs18
5316
5317         * src/main.c
5318                 Instead of ignoring SIGPIPE, save caches
5319                 when getting one. Will fix the fact that
5320                 hot caches are out-of-date when logging 
5321                 out of Xorg.
5322         * src/compose.c
5323         * src/prefs_compose_writing.c
5324                 Only save text (not attachments) when 
5325                 auto-saving to drafts
5326         * src/unmime.c
5327                 Always replace \n, \r and \t with spaces
5328                 in headers
5329         * manual/dist/html/Makefile.am
5330         * manual/dist/pdf/Makefile.am
5331         * manual/dist/ps/Makefile.am
5332         * manual/dist/txt/Makefile.am
5333         * manual/fr/dist/html/Makefile.am
5334         * manual/fr/dist/pdf/Makefile.am
5335         * manual/fr/dist/ps/Makefile.am
5336         * manual/fr/dist/txt/Makefile.am
5337         * manual/pl/dist/html/Makefile.am
5338         * manual/pl/dist/pdf/Makefile.am
5339         * manual/pl/dist/ps/Makefile.am
5340         * manual/pl/dist/txt/Makefile.am
5341                 Fix make clean removing pregenerated manuals
5342
5343
5344 2006-06-16 [colin]      2.3.0cvs17
5345
5346         * src/plugins/pgpcore/sgpgme.c
5347         * src/plugins/pgpmime/pgpmime.c
5348         * src/plugins/pgpinline/pgpinline.c
5349                 Better error reporting in setup_signers.
5350                 Don't fallback to default key if specified
5351                 key isn't found.
5352                 Don't allow signing if more than one secret
5353                 key matches the one specified in prefs.
5354
5355 2006-06-15 [colin]      2.3.0cvs16
5356
5357         * src/folderview.c
5358                 Add "Send queue" in the folder's contextual
5359                 menu
5360         * src/compose.c
5361         * src/messageview.c
5362         * src/privacy.c
5363         * src/privacy.h
5364         * src/procmime.c
5365         * src/procmsg.c
5366         * src/plugins/pgpcore/passphrase.c
5367         * src/plugins/pgpcore/sgpgme.c
5368         * src/plugins/pgpinline/pgpinline.c
5369         * src/plugins/pgpmime/pgpmime.c
5370                 Better error reporting
5371         * src/mbox.c
5372                 Probably fix bug #971 (2.2.3 cannot read mail 
5373                 from local mbox)
5374
5375
5376 2006-06-15 [mones]      2.3.0cvs15
5377
5378         * tools/make.themes.project
5379                 creates the themes project from the web page
5380
5381 2006-06-15 [colin]      2.3.0cvs14
5382
5383         * src/folder.c
5384                 Better fix (avoid losing the folder if scan_tree 
5385                 fails)
5386
5387 2006-06-15 [cleroy]     2.3.0cvs13
5388
5389         * src/folder.c
5390                 Probably fix Bug #969 (crash on rebuilding 
5391                 imap folder)
5392
5393 2006-06-14 [colin]      2.3.0cvs12
5394
5395         * manual/dtd/manual.xsl
5396         * manual/sylpheed-claws-manual.xml
5397         * manual/fr/sylpheed-claws-manual.xml
5398         * manual/pl/sylpheed-claws-manual.xml
5399                 Insert pagebreaks between sections
5400
5401 2006-06-14 [paul]       2.3.0cvs11
5402
5403         * configure.ac
5404                 better fix than 2.3.0cvs10
5405
5406 2006-06-14 [paul]       2.3.0cvs10
5407
5408         * configure.ac
5409                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5410                 (backwards compatible)
5411
5412 2006-06-13 [colin]      2.3.0cvs9
5413
5414         * src/messageview.c
5415                 Fix sending of return receipt with the new queue folders
5416
5417 2006-06-13 [wwp]        2.3.0cvs8
5418
5419         * src/quote_fmt_lex.l
5420                 fix wrong tokens returned in quote_fmt lexer, query not().
5421
5422 2006-06-13 [wwp]        2.3.0cvs7
5423
5424         * src/folder.c
5425         * src/prefs_folder_item.c
5426                 allow changing folder type even when folder is not a top-level one,
5427                 thanks to Colin.
5428
5429 2006-06-12 [colin]      2.3.0cvs6
5430
5431         * src/folderview.c
5432                 Fix double-ask of "Do you want to mark all
5433                 as read"
5434
5435 2006-06-12 [colin]      2.3.0cvs5
5436
5437         * src/compose.c
5438         * src/compose.h
5439         * src/folder.c
5440         * src/folder.h
5441         * src/imap.c
5442         * src/inc.c
5443         * src/main.c
5444         * src/messageview.c
5445         * src/mh.c
5446         * src/prefs_folder_item.c
5447         * src/procheader.c
5448         * src/procmime.c
5449         * src/procmsg.c
5450         * src/procmsg.h
5451         * src/send_message.c
5452         * src/summaryview.c
5453         * src/toolbar.c
5454                 Apply bug #964's patch (Queue and drafts aren't normal)
5455                 The Drafts and Queue folder now contain RFC-822 files,
5456                 allowing to move and copy mails from and to these 
5457                 folders. Moving from Drafts to Queue will prepare the
5458                 mail for sending (PGP signature, encryption, etc).
5459                 This patch also rework sending errors handling to try
5460                 to be more helpful.
5461                 Also, allow redefining folder types via the GUI 
5462                 (Folder type in its Properties)
5463
5464 2006-06-12 [colin]      2.3.0cvs4
5465
5466         * src/summaryview.c
5467         * src/prefs_common.c
5468         * src/prefs_common.h
5469         * src/gedit-print.c
5470                 Allow to define a specific print font - patch
5471                 by Bernhard Walle <bernhard.walle@gmx.de>
5472         * src/prefs_fonts.c
5473         * manual/advanced.xml
5474         * manual/fr/advanced.xml
5475                 Add a hidden pref to allow deletion without
5476                 confirmation
5477
5478 2006-06-12 [wwp]        2.3.0cvs3
5479
5480         * .cvsignore
5481                 more files to ignore.
5482
5483 2006-06-12 [wwp]        2.3.0cvs2
5484
5485         * src/quote_fmt.c
5486         * src/quote_fmt_lex.l
5487         * src/quote_fmt_parse.y
5488                 extend the quote_fmt parser (templates and quotes):
5489                 - allow limited sub-expressions in |p{} and |f{} expressions,
5490                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5491                 - implemented/fixed missing implementation of query_references and show_references,
5492                 - completed, fixed contents and format of the symbols help dialog,
5493                 - fix some compilation warnings.
5494
5495 2006-06-12 [wwp]        2.3.0cvs1
5496
5497         * manual/advanced.xml
5498         * manual/fr/advanced.xml
5499                 updates in the "templates" section of the manual (eng/fr):
5500                  - be more precise (both versions)
5501                  - completed to match the english reference (fr version)
5502                  - touchups (both versions)
5503
5504 2006-06-12 [paul]       2.3.0
5505
5506         2.3.0 released
5507
5508 2006-06-12 [paul]       2.2.3cvs14
5509
5510         * po/ca.po
5511         * po/cs.po
5512         * po/de.po
5513         * po/el.po
5514         * po/fr.po
5515         * po/it.po
5516         * po/pt_BR.po
5517         * po/sr.po
5518         * po/zh_CN.po
5519                 updated by Miquel Oliete, Tim, Stephan Sachse,
5520                 Stavros Giannouris, Fabien Vantard, Andrea
5521                 Spadaccini, Frederico Goncalves Guimaraes,
5522                 Aleksandar Urosevic, and Ralgh Young
5523
5524 2006-06-12 [colin]      2.2.3cvs13
5525
5526         * src/mbox.c
5527                 Add missing header
5528
5529 2006-06-11 [colin]      2.2.3cvs12
5530
5531         * src/msgcache.c
5532                 Verify that g_malloc() succeeded
5533
5534 2006-06-11 [colin]      2.2.3cvs11
5535
5536         * src/wizard.c
5537                 Add Face header to welcome mail
5538
5539 2006-06-10 [colin]      2.2.3cvs10
5540
5541         * src/textview.c
5542                 Revert previous (Forgot it changes the
5543                 margin on the whole mail)
5544
5545 2006-06-10 [colin]      2.2.3cvs9
5546
5547         * src/textview.c
5548                 Don't overlap long headers under (X-)Face
5549
5550 2006-06-10 [mones]      2.2.3cvs8
5551
5552         * manual/xml2pdf
5553                 allow generation of manual on systems lacking saxon binary
5554                 but with java and the saxon library installed
5555
5556         * po/es.po
5557                 updated for release
5558
5559 2006-06-09 [colin]      2.2.3cvs7
5560
5561         * src/summaryview.c
5562                 Fix leak when using Display Sender using Addressbook
5563
5564 2006-06-09 [colin]      2.2.3cvs6
5565
5566         * src/compose.c
5567         * src/folder.c
5568         * src/folderview.c
5569         * src/mimeview.c
5570         * src/summaryview.c
5571                 More leaks fixes
5572
5573 2006-06-09 [paul]       2.2.3cvs5
5574
5575         * AUTHORS
5576         * src/gtk/authors.h
5577         * tools/claws.i18n.status.pl
5578                 updated with new info
5579
5580 2006-06-09 [paul]       2.2.3cvs4
5581
5582         * README
5583                 updated
5584         * manual/ack.xml
5585                 add wwp to authors list
5586         * src/gtk/authors.h
5587                 update mine and Colin's addresses
5588
5589 2006-06-08 [colin]      2.2.3cvs3
5590
5591         * src/etpan/imap-thread.c
5592                 Fix leak on SSL cert check
5593
5594 2006-06-08 [colin]      2.2.3cvs2
5595
5596         * src/common/utils.c
5597                 Fix leak
5598
5599 2006-06-08 [paul]       2.2.3cvs1
5600
5601         * configure.ac
5602                 Update version number following
5603                 stable release
5604
5605 2006-06-07 [colin]      2.2.2cvs3
5606
5607         * src/msgcache.c
5608                 Fix catching cache read errors (guint instead of gint)
5609                 Prevent malloc'ing more than 8MB (means cache corruption)
5610
5611 2006-06-07 [paul]       2.2.2cvs2
5612
5613         * src/exporthtml.c
5614         * src/exportldif.c
5615         * src/mh.c
5616         * src/mutt.c
5617         * src/pine.c
5618         * src/common/utils.c
5619                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5620                 obey $HOME'
5621                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5622                 Thanks to Colin
5623
5624 2006-06-06 [paul]       2.2.2cvs1
5625
5626         * configure.ac
5627                 Update version number following
5628                 stable release
5629
5630 2006-06-06 [paul]       2.2.1cvs6
5631
5632         * src/matcher.c
5633                 fix  implicit declaration of
5634                 sylpheed_do_idle()
5635                 Patch by Fabien Vantard
5636
5637 2006-06-06 [paul]       2.2.1cvs5
5638
5639         * src/matcher.c
5640                 fix age_greater and age_lower so that they
5641                 mean what say and not '...or equal to'
5642                 Thanks to Colin
5643
5644 2006-06-06 [paul]       2.2.1cvs4
5645
5646         * src/textview.c
5647         * src/common/utils.c
5648                 fix URI check
5649                 Thanks to Colin
5650
5651 2006-06-05 [wwp]        2.2.1cvs3
5652
5653         * manual/fr/account.xml
5654                 minor language fixes (thanks to Fabien Vantard).
5655
5656 2006-06-05 [colin]      2.2.1cvs2
5657
5658         * src/prefs_folder_item.c
5659         * src/folderview.c
5660                 Allow recursive setting of properties 
5661                 for whole mailboxes
5662         * src/matcher.c
5663                 Don't freeze on 'test' filtering rule
5664
5665 2006-06-05 [colin]      2.2.1cvs1
5666
5667         * configure.ac
5668                 Update version number following
5669                 stable release
5670
5671 2006-06-04 [wwp]        2.2.0cvs82
5672
5673         * manual/glossary.xml
5674         * manual/account.xml
5675         * manual/fr/glossary.xml
5676         * manual/fr/account.xml
5677                 added glossary section and references/links related to the Face custom header.
5678
5679 2006-06-04 [colin]      2.2.0cvs81
5680
5681         * src/summaryview.c
5682                 Skip to next message on move with no
5683                 immediate execution
5684
5685 2006-06-04 [wwp]        2.2.0cvs80
5686
5687         * manual/xml2pdf
5688                 added sanity checks, exit when needed.
5689
5690 2006-06-03 [paul]       2.2.0cvs79
5691
5692         * src/prefs_receive.c
5693                 page name is now 'Receiving'
5694         * src/prefs_send.c
5695                 page name is now 'Sending'
5696
5697 2006-06-03 [colin]      2.2.0cvs78
5698
5699         * src/plugins/spamassassin/spamassassin_gtk.c
5700                 Autoswitch to Localhost if transport was previously
5701                 disabled. Else people had to check [] Enable, then
5702                 *reselect* transport.
5703
5704 2006-06-03 [colin]      2.2.0cvs77
5705
5706         * src/plugins/pgpinline/pgpinline.c
5707         * src/plugins/pgpmime/pgpmime.c
5708                 Check that gpg_data_release_and_get_mem 
5709                 didn't fail (now, why this happens...)
5710
5711 2006-06-03 [colin]      2.2.0cvs76
5712
5713         * src/mbox.c
5714                 Fix bug #962 (Manual and/or UI should 
5715                 warn about incompatible locking 
5716                 causing dataloss)
5717
5718 2006-06-02 [cleroy]     2.2.0cvs75
5719
5720         * src/filtering.c
5721         * src/folder.c
5722         * src/procmsg.c
5723         * src/summaryview.c
5724                 Fix a few leaks
5725
5726 2006-06-02 [colin]      2.2.0cvs74
5727
5728         * src/main.c
5729                 On exit, free caches after writing them
5730                 Shuts up some valgrind false positives
5731         * src/procmsg.c
5732         * src/send_message.c
5733                 Fix races when reusing existing SMTP connections
5734                 Fix inexistant session timeout
5735         * src/toolbar.c
5736                 Display alertpanel after all queues have
5737                 been processed, not after each
5738
5739 2006-06-02 [wwp]        2.2.0cvs73
5740
5741         * manual/fr/glossary.xml
5742         * manual/fr/ack.xml
5743         * manual/ack.xml
5744                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5745
5746 2006-06-02 [wwp]        2.2.0cvs72
5747
5748         * manual/xml2pdf
5749         * manual/dist/pdf/Makefile.am
5750         * manual/dtd/manual.xsl
5751         * manual/fr/dist/pdf/Makefile.am
5752         * manual/pl/dist/pdf/Makefile.am
5753                 we changed the procedure to generate the .pdf version of the manual.
5754                 The procedure is more modern and the .pdf we get now has a valid index.
5755                 Here are the new pre-requisites:
5756
5757                 - JRE 1.x (1.4 here): there must be one from your distro
5758                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5759                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5760                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5761
5762                 See my posts for further info about the installation of this toolchain:
5763
5764                 Date: Fri, 19 May 2006 19:40:06 +0200
5765                 From: wwp <subscript@free.fr>
5766                 To: sylpheed-claws-devel@lists.sourceforge.net
5767                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5768
5769                 and
5770
5771                 Date: Wed, 24 May 2006 12:58:49 +0200
5772                 From: wwp <subscript@free.fr>
5773                 To: sylpheed-claws-devel@lists.sourceforge.net
5774                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5775
5776 2006-06-01 [colin]      2.2.0cvs71
5777
5778         * src/compose.c
5779                 Better guards against IMAP races
5780         * src/main.c
5781         * src/prefs_common.c
5782         * src/prefs_common.h
5783         * src/common/ssl_certificate.c
5784         * src/etpan/imap-thread.c
5785         * src/etpan/imap-thread.h
5786         * src/gtk/sslcertwindow.c
5787                 New hidden option ssl_skip_cert_check to 
5788                 avoid dups of bug #959 (libetpan linked
5789                 against gnutls and gnutls buggy on 64bit)
5790                 Present expired warning only once per
5791                 session/server.
5792         * manual/advanced.xml
5793         * manual/fr/advanced.xml
5794                 Document new option
5795
5796 2006-06-01 [wwp]        2.2.0cvs70
5797
5798         * src/messageview.c
5799                 fix for bug #961 (return receipt dialog 
5800                 complains incorrectly about return-path 
5801                 email adress being different), thanks 
5802                 to Colin.
5803
5804 2006-05-31 [cleroy]     2.2.0cvs69
5805
5806         * src/common/ssl.c
5807                 Guard against NULLs, although this
5808                 should never be an issue
5809
5810 2006-05-31 [colin]      2.2.0cvs68
5811
5812         * src/filtering.c
5813                 Use g_slist_prepend
5814         * src/imap.c
5815                 Don't remove caches when destroying folder, it
5816                 could (should) be done at exit
5817         * src/inc.c
5818                 free processing cache after incorporation
5819         * src/etpan/imap-thread.c
5820                 Maybe fix bug #959 (Crash on moving to emails 
5821                 to a imap account per ssl with a expired 
5822                 certificate.)
5823
5824 2006-05-30 [colin]      2.2.0cvs67
5825
5826         * src/summaryview.c
5827                 Put back event flush when displaying message
5828                 It avoids reading a bunch of messages just
5829                 by hitting shift-n for too long ;)
5830
5831 2006-05-29 [colin]      2.2.0cvs66
5832
5833         * src/summaryview.c
5834                 Remove useless g_warnings
5835
5836 2006-05-29 [colin]      2.2.0cvs65
5837
5838         * src/imap.c
5839                 Fix g_slist_append()s for performance
5840
5841 2006-05-29 [colin]      2.2.0cvs64
5842
5843         * src/compose.c
5844         * src/common/utils.c
5845                 Fix extraneous tab at start of addresses
5846         * src/mainwindow.c
5847                 Fix warnings (thanks to Fabien)
5848                 Fix crash at exit when composing messages 
5849                 exist
5850         * src/pop.c
5851                 Fix progress bar when deleting expired mails
5852                 Thanks to Hiro
5853         * src/summaryview.c
5854         * src/gtk/gtksctree.c
5855                 Fix re-sorting slowness
5856
5857 2006-05-29 [paul]       2.2.0cvs63
5858
5859         * src/mh.c
5860                 fetch full message when moving mails
5861                 from another mailbox, (fixed data loss
5862                 when filtering from IMAP to MH, introduced
5863                 in 2.2.0cvs57).
5864                 Thanks to Colin
5865
5866 2006-05-29 [mones]      2.2.0cvs62
5867
5868         * src/gtk/gtksctree.c
5869                 Unselect faster (patch by Colin)        
5870
5871 2006-05-26 [colin]      2.2.0cvs61
5872
5873         * src/summaryview.c
5874                 Unplug MSGINFO_UPDATE callback on delete too.
5875
5876 2006-05-26 [colin]      2.2.0cvs60
5877
5878         * src/foldersel.c
5879                 Fix bold in folder selection window with glib2.10
5880                 thanks Hiro
5881
5882 2006-05-26 [colin]      2.2.0cvs59
5883
5884         * src/procheader.c
5885                 Convert date only if necessary (and don't
5886                 try to convert from utf8 to utf8, too)
5887         * src/summaryview.c
5888                 Only set column's text if the column's 
5889                 displayed
5890
5891 2006-05-26 [colin]      2.2.0cvs58
5892
5893         * src/summaryview.c
5894         * src/gtk/gtkutils.c
5895                 Fix useless warning
5896
5897 2006-05-26 [colin]      2.2.0cvs57
5898
5899         * src/mainwindow.c
5900                 Make summaryview selectable as long as 
5901                 no message has focus
5902         * src/mh.c
5903                 Faster deletion (by implementing mh_remove_msgs)
5904                 Faster copy (avoid using mh_fetch_msg just to get
5905                 the filename)
5906                 Faster move (using move_file instead of copy_file
5907                 if MSG_IS_MOVE)
5908                 No progressbar if total number of mails to cp/mv 
5909                 is less than 100
5910         * src/summaryview.c
5911                 Fix removal from subject_table when mail gets moved
5912                 Faster deletion (g_slist_prepend instead of append)
5913         * src/gtk/gtksctree.c
5914                 Remove useless code
5915
5916 2006-05-25 [colin]      2.2.0cvs56
5917
5918         * src/common/ssl_certificate.c
5919                 Fix leak in expired cert check
5920
5921 2006-05-25 [colin]      2.2.0cvs55
5922
5923         * src/mh.c
5924                 Disable flags syncing on .mh_sequences - it
5925                 is buggy and marks mails read under unknown
5926                 conditions.
5927
5928 2006-05-25 [paul]
5929
5930         * 2.3.0-rc4 released
5931
5932 2006-05-24 [colin]      2.2.0cvs54
5933
5934         attention cvs users: if you manage to crash
5935         Sylpheed-Claws while moving, copying or deleting
5936         mails, we *are* interested in stack traces and
5937         valgrind logs. It looks stable, but one never
5938         knows...
5939
5940         * src/folder.c
5941                 Add progressbar for cache updates
5942         * src/folderutils.c
5943                 Optimize Mark all read in the current
5944                 folder
5945         * src/mh.c
5946                 Add progressbar for copy/move
5947         * src/procmsg.c
5948                 Optimize O(n^2) in copy/move
5949         * src/summaryview.c
5950         * src/gtk/gtksctree.c
5951                 Optimize O(n^2) algos
5952         * src/common/timing.h
5953                 Display ms instead of us
5954
5955 2006-05-24 [wwp]        2.2.0cvs53
5956
5957         * manual/fr/advanced.xml
5958                 updates to the French manual.
5959
5960 2006-05-24 [wwp]        2.2.0cvs52
5961
5962         * src/common/utils.c
5963                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5964
5965 2006-05-24 [wwp]        2.2.0cvs51
5966
5967         * src/folderutils.c
5968                 fixed "mark all read" in MH folders (thanks to Colin).
5969
5970 2006-05-24 [paul]       2.2.0cvs50
5971
5972         * doc/man/sylpheed-claws.1
5973                 updated the man page
5974
5975 2006-05-23 [colin]      2.2.0cvs49
5976
5977         * src/folderview.c
5978         * src/imap.c
5979         * src/inc.c
5980         * src/mbox.c
5981         * src/messageview.c
5982         * src/news.c
5983         * src/send_message.c
5984         * src/summaryview.c
5985         * src/gtk/sslcertwindow.c
5986                 alertpanel fixes, by Fabien
5987
5988 2006-05-23 [colin]      2.2.0cvs48
5989
5990         * src/folder.c
5991         * src/folderview.c
5992         * src/msgcache.c
5993         * src/summaryview.c
5994         * src/gtk/gtksctree.c
5995         * src/gtk/gtksctree.h
5996                 More timings
5997                 Fix slow loading problem, which was caused by the
5998                 use of some gtk_ctree funcs and their use of
5999                 g_list_position while gtk_ctree_(un)link'ing.
6000                 Reap more functions from gtkctree.c to be sure we
6001                 use our (fast) version instead of theirs.
6002         * src/mh.c
6003                 Fix copy of unread mails
6004
6005
6006 2006-05-22 [wwp]        2.2.0cvs47
6007
6008         * manual/fr/advanced.xml
6009                 updated.
6010
6011 2006-05-22 [colin]      2.2.0cvs46
6012
6013         * src/filtering.c
6014                 Fix possible infinite loop. 'copy' is not a 
6015                 final action, so when encountering a 'copy',
6016                 we have to check if a previous one was set
6017                 and do it. In the same way, if we encounter
6018                 a 'move' we have to perform a possibly 
6019                 pending 'copy'. This will slow down filtering
6020                 on IMAP if move+copy or multiple copy actions
6021                 are to be done, but handling it via the batch
6022                 would be really too convoluted.
6023
6024 2006-05-22 [wwp]        2.2.0cvs45
6025
6026         * manual/fr/advanced.xml
6027         * manual/fr/faq.xml
6028         * manual/fr/glossary.xml
6029         * manual/fr/handling.xml
6030         * manual/fr/intro.xml
6031         * manual/fr/plugins.xml
6032         * manual/fr/sylpheed-claws-manual.xml
6033                 sync w/ the english manual: updates URIs, documented mailing-list
6034                 support, better explanation about the enabled/disabled feature
6035                 in filtering/processing rules by Paul.
6036
6037 2006-05-21 [colin]      2.2.0cvs44
6038
6039         * src/summaryview.c
6040                 Don't expand after building threads, but during
6041
6042 2006-05-21 [colin]      2.2.0cvs43
6043
6044         * src/procmsg.c
6045         * src/summaryview.c
6046                 More timing possibilities... For next time I have 
6047                 to find out how the hell some 3GHz computer takes
6048                 one minute to open a 30k folder...
6049
6050 2006-05-21 [colin]      2.2.0cvs42
6051
6052         * manual/pl/advanced.xml
6053         * manual/pl/faq.xml
6054         * manual/pl/glossary.xml
6055         * manual/pl/handling.xml
6056         * manual/pl/intro.xml
6057         * manual/pl/plugins.xml
6058         * manual/pl/sylpheed-claws-manual.xml
6059                 Polish manual updated by Pawel
6060
6061 2006-05-20 [colin]
6062
6063         * 2.3.0-rc3 released
6064
6065 2006-05-20 [colin]      2.2.0cvs41
6066
6067         * src/imap.c
6068                 Fix -rc2 problems:
6069                 - remove cache of moved messages from original folder
6070                 - apply new flags to messages even if they aren't appliable
6071                   via IMAP.
6072
6073 2006-05-20 [colin]
6074
6075         * 2.3.0-rc2 released
6076
6077 2006-05-19 [colin]      2.2.0cvs40
6078
6079         * src/imap.c
6080                 Don't issue SELECT in imap_change_flags
6081                 before having checked that we indeed have
6082                 some flags to change. MSG_POSTFILTERED for
6083                 example can't be used on IMAP.
6084                 Fixes bug #955 (copying messages between 
6085                 imap folders is extremely slow), which was
6086                 a regression.
6087
6088 2006-05-19 [colin]      2.2.0cvs39
6089
6090         * src/folder.c
6091         * src/folder.h
6092         * src/folderview.c
6093                 Try to fix bug #830 (Some unread messages 
6094                 get marked read in IMAP inbox):
6095                 - Prevent scanning a folder if it's being 
6096                   opened via the GUI
6097                 - Postpone opening via the GUI of a folder
6098                   currently scanned.
6099
6100
6101 2006-05-19 [wwp]        2.2.0cvs38
6102
6103         * manual/advanced.xml
6104                 fix English+typo (thanks to Paul).
6105
6106 2006-05-19 [wwp]        2.2.0cvs37
6107
6108         * manual/advanced.xml
6109         * manual/fr/advanced.xml
6110         * src/gtk/logwindow.c
6111         * src/prefs_common.c
6112         * src/prefs_common.h
6113                 added hidden prefs to allow customization of colors used in
6114                 protocol log window (useful for dark gtk+ themes).
6115
6116 2006-05-19 [wwp]        2.2.0cvs36
6117
6118         * ChangeLog
6119                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6120
6121 2006-05-19 [paul]       2.2.0cvs35
6122
6123         * src/textview.c
6124                 make Reply-To fully clickable
6125         * src/gtk/logwindow.c
6126                 more colouring (SMTP ESMTP)
6127         Both patches by Pawel Pekala
6128
6129 2006-05-19 [cleroy]     2.2.0cvs34
6130
6131         * src/mh.c
6132                 Don't update flags from current folder
6133                 Probably fixes bug #935 (Read Messages 
6134                 Revert to Being Marked as Unread)
6135
6136 2006-05-18 [colin]      2.2.0cvs33
6137
6138         * src/imap.c
6139                 Warning fix
6140         * src/compose.c
6141         * src/mainwindow.c
6142         * src/summaryview.c
6143         * src/toolbar.c
6144                 Allow replying to multiple emails
6145                 in multiple windows
6146         * src/mimeview.c
6147         * src/etpan/imap-thread.c
6148                 Leak fixes
6149
6150 2006-05-18 [paul]       2.2.0cvs32
6151
6152         * src/summaryview.c
6153                 keep Mailing-List menu refreshed
6154                 Thanks to Colin
6155
6156 2006-05-18 [paul]       2.2.0cvs31
6157
6158         * manual/advanced.xml
6159         * manual/faq.xml
6160         * manual/glossary.xml
6161         * manual/handling.xml
6162         * manual/intro.xml
6163         * manual/plugins.xml
6164         * manual/sylpheed-claws-manual.xml
6165                 update URLs
6166                 add info about mailing-list support
6167                 edit filtering info
6168         * src/wizard.c
6169         * src/common/defs.h
6170         * src/gtk/about.c
6171         * src/plugins/dillo_viewer/README
6172                 update URLs
6173
6174 2006-05-17 [wwp]        2.2.0cvs30
6175
6176         * manual/handling.xml
6177         * manual/fr/handling.xml
6178                 documented the ability to enabled/disable filtering/processing rules.
6179
6180 2006-05-17 [colin]      2.2.0cvs29
6181
6182         * src/main.c
6183                 Don't initialize g_thread subsystem if it's 
6184                 already done (thanks to Hiro)
6185         * src/mimeview.c
6186                 Fix saving of parts when there name can't be
6187                 converted from UTF-8.
6188
6189 2006-05-17 [paul]       2.2.0cvs28
6190
6191         * po/Makefile.in.in
6192                 fix config.status warning with autoconf 2.60
6193
6194 2006-05-17 [paul]       2.2.0cvs27
6195
6196         * po/POTFILES.in
6197                 add src/mbox.c
6198
6199 2006-05-17 [wwp]        2.2.0cvs26
6200
6201         * src/mainwindow.c
6202                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6203
6204 2006-05-17 [wwp]        2.2.0cvs25
6205
6206         * src/plugins/demo/demo.c
6207                 updated product name in plugin demo (many plugins need to be
6208                 sync'ed w/ that change).
6209
6210 2006-05-17 [colin]      2.2.0cvs24
6211
6212         * src/mh.c
6213                 Fix leak
6214
6215 2006-05-16 [colin]      2.2.0cvs23
6216
6217         * src/mainwindow.c
6218                 Stupid me hit again. Fix cvs22.
6219
6220 2006-05-16 [colin]      2.2.0cvs22
6221
6222         * src/mainwindow.c
6223                 Fix bug #922 (sylpheed-claws crashed after 
6224                 pushing on Inbox folder)
6225
6226 2006-05-16 [colin]      2.2.0cvs21
6227
6228         * src/compose.c
6229                 Make From header be copy/paste/select-able
6230
6231 2006-05-16 [wwp]        2.2.0cvs20
6232
6233         * src/export.c
6234         * src/matcher.c
6235         * src/summaryview.c
6236         * src/etpan/imap-thread.c
6237                 fix some compiler warnings (thanks to Colin).
6238
6239 2006-05-16 [wwp]        2.2.0cvs19
6240
6241         * src/action.c
6242         * src/gedit-print.c
6243         * src/inc.c
6244         * src/mainwindow.c
6245         * src/mh.c
6246         * src/statusbar.c
6247         * src/send_message.c
6248         * src/summaryview.c
6249                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6250
6251 2006-05-15 [colin]      2.2.0cvs18
6252
6253         * src/procmsg.c
6254                 Fix automatic rule creation with List-Post
6255
6256 2006-05-15 [paul]       2.2.0cvs17
6257
6258         * tools/filter_conv_new.pl
6259                 updated for rule enabling/disabling
6260                 claws version >= 2.3.x required
6261
6262 2006-05-15 [cleroy]     2.2.0cvs16
6263
6264         * src/main.c
6265                 Revert test
6266
6267 2006-05-15 [cleroy]     2.2.0cvs15
6268
6269         * src/main.c
6270                 test
6271
6272 2006-05-15 [wwp]        2.2.0cvs14
6273
6274         * manual/pl/.cvsignore
6275                 ignore generated files.
6276
6277 2006-05-14 [wwp]        2.3.0-rc1
6278
6279         * 2.3.0-rc1 released
6280
6281 2006-05-13 [wwp]        2.2.0cvs13
6282
6283         * src/filtering.c
6284         * src/filtering.h
6285         * src/matcher.c
6286         * src/matcher_parser_lex.l
6287         * src/matcher_parser_parse.y
6288         * src/prefs_filtering.c
6289                 new feature: provide the ability to disable filtering and processing
6290                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6291                 adaptations.
6292
6293 2006-05-13 [colin]      2.2.0cvs12
6294
6295         * src/compose.c
6296                 Remove useless if (a) b; else b;
6297                 Thanks to wwp
6298
6299 2006-05-13 [wwp]        2.2.0cvs11
6300
6301         * src/export.c
6302         * src/import.c
6303         * src/mainwindow.c
6304         * src/mbox.c
6305         * src/summaryview.c
6306         * src/summaryview.h
6307                 no more silent failures (or at least less ones) when importing
6308                 or exporting from/to mbox. Also start importing/exporting if
6309                 the necessary info is set.
6310
6311 2006-05-13 [wwp]        2.2.0cvs10
6312
6313         * RELEASE_NOTES
6314                 restored up-to-date release notes.
6315
6316 2006-05-13 [paul]       2.2.0cvs9
6317
6318         * po/nl.po
6319         * po/ru.po
6320                 updated by Tim Dijkstra and Pavlo Bohmat
6321
6322 2006-05-12 [colin]      2.2.0cvs8
6323
6324         * src/gtk/quicksearch.c
6325                 Add "k" as shortcut for "colorlabel". Patch
6326                 by ath42@users.sf.net.
6327
6328 2006-05-12 [paul]       2.2.0cvs7
6329
6330         * src/prefs_common.h
6331         * src/prefs_summaries.c
6332         * src/summaryview.c
6333                 when entering a folder also allow
6334                 going directly to first Marked message
6335
6336 2006-05-12 [paul]       2.2.0cvs6
6337
6338         * src/summaryview.c
6339                 always obey 'confirm before marking all
6340                 mails read' option
6341
6342 2006-05-12 [paul]       2.2.0cvs5
6343
6344         * src/textview.c
6345                 make Sender fully clickable
6346
6347 2006-05-12 [colin]      2.2.0cvs4
6348
6349         * src/compose.c
6350         * src/compose.h
6351                 Let From be editable
6352         * src/main.c
6353         * src/mh.c
6354                 Full support of .mh_sequences' Unseen seq
6355
6356 2006-05-12 [colin]      2.2.0cvs3
6357
6358         * src/folder.c
6359         * src/mainwindow.c
6360         * src/mainwindow.h
6361         * src/messageview.c
6362         * src/prefs_spelling.c
6363         * src/procheader.c
6364         * src/procmsg.c
6365         * src/procmsg.h
6366         * src/summaryview.c
6367         * src/toolbar.c
6368         * src/toolbar.h
6369                 Add contextual menu on Compose toolbar
6370                 button. Fixes bug #944 (Automatic
6371                 addresses not applied when changing account
6372                 from compose window)
6373                 add Mailing List support
6374                 based on the old 0.6.5claws25 patch by
6375                 Melvin Hadasht, with finishing touches
6376                 by Colin
6377                 Fix "ignore thread" when mails are threaded by
6378                 subject (and weren't ignored although appearing
6379                 in the thread).
6380                 GUI rework.
6381                 Both patches by Pawel.
6382
6383 2006-05-08 [paul]       2.2.0cvs2
6384
6385         * src/mainwindow.c
6386         * src/mainwindow.h
6387         * src/messageview.c
6388         * src/procheader.c
6389         * src/procmsg.c
6390         * src/procmsg.h
6391         * src/summaryview.c
6392                 add Mailing List support
6393                 based on the old 0.6.5claws25 patch by 
6394                 Melvin Hadasht, with finishing touches
6395                 by Colin
6396
6397 2006-05-08 [colin]      2.2.0cvs1
6398
6399         * src/mainwindow.c
6400         * src/toolbar.c
6401         * src/toolbar.h
6402                 Add contextual menu on Compose toolbar 
6403                 button. Fixes bug #944 (Automatic 
6404                 addresses not applied when changing account 
6405                 from compose window)
6406
6407 2006-05-08 [paul]       2.2.0
6408
6409         2.2.0 released
6410
6411 2006-05-08 [paul]       2.1.1cvs51
6412
6413         * po/cs.po
6414         * po/de.po
6415         * po/en_GB.po
6416         * po/fi.po
6417         * po/fr.po
6418         * po/pt_BR.po
6419         * po/sr.po
6420         * po/zh_CN.po
6421                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6422                 Fabien Vantard, Frederico Goncalves Guimaraes,
6423                 Aleksandar Urosevic, and Ralgh Young
6424
6425 2006-05-12 [colin]      2.1.1cvs50
6426
6427         * po/cs.po
6428         * po/de.po
6429         * po/en_GB.po
6430         * po/es.po
6431         * po/fi.po
6432         * po/fr.po
6433         * po/pt_BR.po
6434         * po/sr.po
6435         * po/zh_CN.po
6436                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6437                 Fabien Vantard, Frederico Goncalves Guimaraes,
6438                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6439
6440 2006-05-05 [colin]      2.1.1cvs49
6441
6442         * manual/Makefile.am
6443         * manual/pl/Makefile.am
6444         * manual/pl/account.xml
6445         * manual/pl/ack.xml
6446         * manual/pl/addrbook.xml
6447         * manual/pl/advanced.xml
6448         * manual/pl/faq.xml
6449         * manual/pl/glossary.xml
6450         * manual/pl/gpl.xml
6451         * manual/pl/handling.xml
6452         * manual/pl/intro.xml
6453         * manual/pl/keyboard.xml
6454         * manual/pl/plugins.xml
6455         * manual/pl/starting.xml
6456         * manual/pl/sylpheed-claws-manual.xml
6457         * manual/pl/dist/.cvsignore
6458         * manual/pl/dist/Makefile.am
6459         * manual/pl/dist/html/.cvsignore
6460         * manual/pl/dist/html/Makefile.am
6461         * manual/pl/dist/pdf/.cvsignore
6462         * manual/pl/dist/pdf/Makefile.am
6463         * manual/pl/dist/ps/.cvsignore
6464         * manual/pl/dist/ps/Makefile.am
6465         * manual/pl/dist/txt/.cvsignore
6466         * manual/pl/dist/txt/Makefile.am
6467                 Add the polish translation of the manual,
6468                 Authored by Pawel Pekala.
6469
6470 2006-05-05 [cleroy]     2.1.1cvs48
6471
6472         * src/main.c
6473                 Re-read matcherrc after loading plugins 
6474                 if some of them add folders.
6475
6476 2006-05-03 [colin]      2.1.1cvs47
6477
6478         * src/imap.c
6479                 I'm idiot
6480
6481 2006-05-03 [colin]      2.1.1cvs46
6482
6483         * src/imap.c
6484                 Be sure to have a session when
6485                 getting separator
6486
6487 2006-05-03 [colin]      2.1.1cvs45
6488
6489         * src/imap.c
6490         * src/imap.h
6491         * src/imap_gtk.c
6492                 Fix preventing renaming with namespace 
6493                 separator.
6494
6495 2006-05-01 [colin]      2.1.1cvs44
6496
6497         * src/action.c
6498                 Don't reload messageview when result of
6499                 action is piped.
6500
6501 2006-04-29 [colin]      2.1.1cvs43
6502
6503         * src/prefs_receive.c
6504         * src/plugins/spamassassin/spamassassin_gtk.c
6505         * src/plugins/clamav/clamav_plugin_gtk.c
6506                 GUI fixes by Pawel
6507
6508 2006-04-29 [colin]      2.1.1cvs42
6509
6510         * src/prefs_compose_writing.c
6511         * src/prefs_quote.c
6512                 Cleanups. Patch by Pawel
6513
6514 2006-04-28 [paul]       2.1.1cvs41
6515
6516         * src/matcher.c
6517                 fix returned quick search results when search
6518                 term contains an underscore.
6519                 Thanks to Colin
6520
6521 2006-04-28 [paul]       2.1.1cvs40
6522
6523         * src/prefs_message.c
6524         * src/prefs_receive.c
6525                 GUI cleanups
6526                 Patches by Pawel Pekala
6527
6528 2006-04-27 [colin]      2.1.1cvs39
6529
6530         * src/wizard.c
6531                 Differentiate subject Welcome from
6532                 window's title Welcome
6533
6534 2006-04-27 [paul]
6535
6536         2.2.0-rc1 released
6537
6538 2006-04-27 [paul]       2.1.1cvs38
6539
6540         * manual/advanced.xml
6541         * manual/fr/advanced.xml
6542                 add info about compose_no_markup hidden pref
6543
6544 2006-04-27 [paul]       2.1.1cvs37
6545
6546         * src/prefs_account.c
6547                 improve privacy labels
6548         * src/prefs_msg_colors.c
6549                 change some strings for translators' convenience
6550         * src/gtk/gtkutils.c
6551                 don't underline the link button text
6552
6553 2006-04-25 [colin]      2.1.1cvs36
6554
6555         * src/folder.c
6556                 Complete 2.1.1cvs33 (once more ;)
6557
6558 2006-04-25 [colin]      2.1.1cvs35
6559
6560         * src/editldap.c
6561                 Fix tooltip
6562
6563 2006-04-25 [cleroy]     2.1.1cvs34
6564
6565         * src/compose.c
6566         * src/gtk/gtkaspell.c
6567                 Fix crash on redirect (related to the return 
6568                 of the aspell menu in compose's toolbar)
6569         * src/prefs_msg_colors.c
6570                 Fix sensitivity widgets
6571         * src/image_viewer.c
6572         * src/gtk/pluginwindow.c
6573         * src/gtk/prefswindow.c
6574                 Change released signals to clicked (Fabien)
6575         * po/POTFILES.in
6576         * src/common/socket.c
6577         * src/plugins/spamassassin/spamassassin.c
6578                 Translate strings (Fabien)
6579
6580 2006-04-25 [paul]       2.1.1cvs33
6581
6582         * src/folder.c
6583         * src/folder.h
6584         * src/folderview.c
6585                 complete the fix of bug #912
6586                 Thanks to Colin
6587
6588 2006-04-25 [colin]      2.1.1cvs32
6589
6590         * src/news.c
6591                 Better progress bar
6592         * src/mimeview.c
6593         * src/summaryview.c
6594         * src/summaryview.h
6595                 Fix focus chain
6596                 Patches by Pawel Pekala
6597
6598 2006-04-24 [colin]      2.1.1cvs31
6599
6600         * src/compose.c
6601                 Fix compilation warnings (Fabien)
6602
6603 2006-04-24 [colin]      2.1.1cvs30
6604
6605         * src/addrindex.c
6606         * src/editldap.c
6607         * src/editldap_basedn.c
6608         * src/editldap_basedn.h
6609         * src/ldapctrl.c
6610         * src/ldapctrl.h
6611         * src/ldapquery.c
6612         * src/ldaputil.c
6613         * src/ldaputil.h
6614                 Fix bug #901 (LDAPS support)
6615
6616 2006-04-24 [colin]      2.1.1cvs29
6617
6618         * src/compose.c
6619                 Fix logic on error with send dialog on
6620         * src/imap.c
6621                 Fix compilation without libetpan, thanks
6622                 to Fabien
6623         * src/summaryview.c
6624                 Fix 'context-menu' key
6625
6626 2006-04-23 [colin]      2.1.1cvs28
6627
6628         * src/folder.c
6629                 Never free current's cache to free up 
6630                 memory. Fixes bug #912 (new count 
6631                 randomly set to message count)
6632
6633 2006-04-23 [colin]      2.1.1cvs27
6634
6635         * src/gtk/quicksearch.c
6636                 And remove printf...
6637
6638 2006-04-23 [colin]      2.1.1cvs26
6639
6640         * src/gtk/quicksearch.c
6641                 Fix replacing in quicksearch, and fix inserting
6642                 in the middle of the string. (introduced at 2.1.0cvs22)
6643
6644 2006-04-23 [colin]      2.1.1cvs25
6645
6646         * src/imap.c
6647                 Make sure uidnext is initialized in get_num_list
6648                 (not for stable, related to 2.1.1cvs8 and friends)
6649
6650 2006-04-23 [colin]      2.1.1cvs24
6651
6652         * src/imap.c
6653                 Output something when login is successful
6654                 too
6655
6656 2006-04-23 [colin]      2.1.1cvs23
6657
6658         * src/etpan/imap-thread.c
6659                 Better logging (line-per-line, hide data in fetch)
6660                 Fix a const warning
6661         * src/gtk/logwindow.c
6662         * src/gtk/logwindow.h
6663                 Better logging (color for input/output)
6664
6665 2006-04-21 [colin]      2.1.1cvs22
6666
6667         * src/gtk/quicksearch.c
6668                 On gtk+-2.8, use stock buttons in quicksearch
6669                 Based on a patch by Fabien and a design by Paul
6670
6671 2006-04-21 [colin]      2.1.1cvs21
6672
6673         * src/folderview.c
6674         * src/mainwindow.c
6675                 Fix occasional flicker in folderview
6676         * src/common/utils.c
6677                 Fix bug #943 (Incorrectly parsed email address 
6678                 list in short headers on message view and in 
6679                 printouts)
6680
6681 2006-04-20 [colin]      2.1.1cvs20
6682
6683         * src/imap.c
6684         * src/imap.h
6685         * src/prefs_account.c
6686                 Add ANONYMOUS auth for IMAP
6687
6688 2006-04-20 [paul]       2.1.1cvs19
6689
6690         * src/main.c
6691                 proper fix for 2.1.1cvs18
6692                 Thanks to Colin
6693
6694 2006-04-20 [paul]       2.1.1cvs18
6695
6696         * src/main.c
6697                 fix build warnings
6698
6699 2006-04-20 [paul]       2.1.1cvs17
6700
6701         * src/gtk/quicksearch.c
6702                 fix standard, non-extended Quick search,
6703                 was broken in 2.1.1cvs15.
6704                 Thanks to Colin.
6705
6706 2006-04-20 [colin]      2.1.1cvs16
6707
6708         * src/prefs_matcher.c
6709                 Fix values when reselecting a ~test
6710                 rule
6711
6712 2006-04-19 [colin]      2.1.1cvs15
6713
6714         * src/compose.c
6715         * src/compose.h
6716         * src/gtk/gtkaspell.c
6717         * src/gtk/gtkaspell.h
6718                 Put back Options menu in Spelling/
6719         * src/gtk/quicksearch.c
6720                 Don't search, and show error, if the
6721                 advanced search has a syntax error
6722
6723 2006-04-18 [colin]      2.1.1cvs14
6724
6725         * src/textview.c
6726                 Fix gdk warnings on set_cursor when textview
6727                 isn't visible
6728
6729 2006-04-18 [colin]      2.1.1cvs13
6730
6731         * src/gtk/gtksctree.c
6732                 Remove seemingly useless refresh that causes
6733                 flicker - watch this commit in case of 
6734                 problems before planned backport to stable
6735
6736 2006-04-18 [colin]      2.1.1cvs12
6737
6738         * src/imap.c
6739                 Factorize get/set_xml code
6740         * src/compose.c
6741         * src/prefs_account.c
6742         * src/prefs_account.h
6743         * src/procmsg.c
6744                 Add Encrypt to self option
6745
6746 2006-04-17 [colin]      2.1.1cvs11
6747
6748         * configure.ac
6749                 Fix search on encrpyt function on dragonfly
6750                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6751
6752 2006-04-17 [colin]      2.1.1cvs10
6753
6754         * src/prefs_account.c
6755                 Be safe by default: remove mails from POP3
6756                 after 7 days, not immediately
6757
6758 2006-04-17 [colin]      2.1.1cvs9
6759
6760         * src/etpan/imap-thread.c
6761                 Fix build on DragonFly - patch by 
6762                 Jonathan Buschmann <jonthn@agmact.com>
6763
6764 2006-04-17 [colin]      2.1.1cvs8
6765
6766         * src/imap.c
6767                 Save uidnext between sessions
6768
6769 2006-04-17 [colin]      2.1.1cvs7
6770
6771         * src/imap.c
6772                 scan is required when uid validity changes
6773
6774 2006-04-17 [colin]      2.1.1cvs6
6775
6776         * src/folderview.c
6777                 Don't scan if not necessary, apart in current
6778                 folder and INBOX to fetch flags.
6779         * src/imap.c
6780                 Scan is necessary if unread count changes
6781
6782 2006-04-17 [colin]      2.1.1cvs5
6783
6784         * src/imap.c
6785                 ...But always fetch ANSWERED and DELETED flags for
6786                 INBOX, as filtering can happen on these flags.
6787
6788 2006-04-17 [colin]      2.1.1cvs4
6789
6790         * src/imap.c
6791                 Don't fetch REPLIED and DELETED flags when synchronising
6792                 flags with a closed folder. We only need UNSEEN and FLAGGED
6793                 to update the folderview.
6794
6795 2006-04-17 [colin]      2.1.1cvs3
6796
6797         * src/imap.c
6798                 Faster flag search when there are new mails 
6799                 in a folder. We can do a full search if the 
6800                 folder contains less messages than the new
6801                 list.
6802
6803 2006-04-17 [colin]      2.1.1cvs2
6804
6805         * po/cs.po
6806         * po/de.po
6807         * po/fr.po
6808         * po/nl.po
6809         * po/pt_BR.po
6810                 Update translations from stable branch
6811
6812 2006-04-17 [colin]      2.1.1cvs1
6813
6814         * configure.ac
6815                 Bump version to follow stable release
6816
6817 2006-04-16 [mones]      2.1.0cvs50
6818
6819         * po/es.po
6820                 Updated for release
6821
6822 2006-04-16 [colin]      2.1.0cvs49
6823
6824         * src/textview.c
6825                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6826                 with gtk < 2.8. Thanks to Fabien Vantard.
6827
6828 2006-04-15 [colin]      2.1.0cvs48
6829
6830         * src/etpan/imap-thread.c
6831                 Fix bug #919 (libetpan: SEGV when connecting 
6832                 using command)
6833
6834 2006-04-14 [colin]      2.1.0cvs47
6835
6836         * src/main.c
6837                 Fix race on --select (should be done better)
6838
6839 2006-04-14 [wwp]        2.1.0cvs46
6840
6841         * src/send_message.c
6842                 enforce a check for domain in account prefs (a sending
6843                 error could be faced if domain was checked but no value set),
6844                 thanks to Colin.
6845
6846 2006-04-14 [colin]      2.1.0cvs45
6847
6848         * src/codeconv.c
6849                 when converting from unknown to unknown, if the
6850                 string is UTF8, don't convert it to the locale
6851                 (which breaks it)
6852
6853 2006-04-14 [colin]      2.1.0cvs44
6854
6855         * src/compose.c
6856                 Don't try to use ASCII for converting headers
6857                 (as done in body)
6858
6859 2006-04-14 [paul]       2.1.0cvs43
6860
6861         * src/crash.c
6862                 add locale/charset info to crash report
6863         * src/gtk/about.c
6864                 add wwp to doc team
6865                 replace 'e-mail' with preferred 'email'
6866         * src/gtk/authors.h
6867                 ensure contributors list is in alphabetical
6868                 order
6869
6870 2006-04-13 [colin]      2.1.0cvs42
6871
6872         * src/textview.c
6873                 Prevent gdk warnings
6874
6875 2006-04-13 [colin]      2.1.0cvs41
6876
6877         * src/common/ssl_certificate.c
6878         * src/common/ssl_certificate.h
6879         * src/gtk/sslcertwindow.c
6880                 Warn on expired certs, and display the expiration date
6881
6882 2006-04-13 [colin]      2.1.0cvs40
6883
6884         * src/plugins/spamassassin/spamassassin_gtk.c
6885                 Fix missing set_text on unix socket
6886
6887 2006-04-13 [wwp]        2.1.0cvs39
6888
6889         * manual/fr/advanced.xml
6890         * manual/fr/glossary.xml
6891                 applied new spam/ham/email lexicon (pourriel, courriel)
6892
6893 2006-04-13 [paul]       2.1.0cvs38
6894
6895         * src/plugins/pgpmime/plugin.c
6896                 remove the mention of S/MIME from the
6897                 description. This is now handled by the
6898                 S/MIME plugin.
6899
6900 2006-04-13 [paul]       2.1.0cvs37
6901
6902         * src/prefs_msg_colors.c
6903                 rework dialog
6904         * src/prefs_folder_item.c
6905         * src/prefs_spelling.c
6906                 add a tooltip to the colour selector buttons
6907
6908 2006-04-13 [wwp]        2.1.0cvs36
6909
6910         * manual/advanced.xml
6911         * manual/glossary.xml
6912         * manual/handling.xml
6913         * manual/keyboard.xml
6914         * manual/plugins.xml
6915         * manual/starting.xml
6916         * manual/fr/account.xml
6917         * manual/fr/ack.xml
6918         * manual/fr/addrbook.xml
6919         * manual/fr/advanced.xml
6920         * manual/fr/faq.xml
6921         * manual/fr/glossary.xml
6922         * manual/fr/gpl.xml
6923         * manual/fr/handling.xml
6924         * manual/fr/intro.xml
6925         * manual/fr/keyboard.xml
6926         * manual/fr/plugins.xml
6927         * manual/fr/starting.xml
6928         * manual/fr/sylpheed-claws-manual.xml
6929                 fixes to the manuals:
6930                  - summaryview -> Message List (same in French)
6931                  - translate key names
6932                  - fix French punctuation, use non-breakable spaces when
6933                    necessary, don't use &thinsp; which is not portable
6934                  - tell what maildir and mbox formats we support
6935
6936 2006-04-12 [wwp]        2.1.0cvs35
6937
6938         * src/prefs_toolbar.c
6939                 unified a replace button more,
6940                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6941
6942 2006-04-12 [wwp]        2.1.0cvs34
6943
6944         * src/prefs_common.c
6945         * src/prefs_msg_colors.c
6946                 make default color labels translatable,
6947                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6948                 thanks to Tim <timbrain@post.cz> for reporting.
6949
6950 2006-04-12 [wwp]        2.1.0cvs33
6951
6952         * manual/glossary.xml
6953         * manual/intro.xml
6954         * manual/plugins.xml
6955         * manual/starting.xml
6956         * manual/sylpheed-claws-manual.xml
6957         * manual/fr/.cvsignore
6958         * manual/fr/account.xml
6959         * manual/fr/ack.xml
6960         * manual/fr/addrbook.xml
6961         * manual/fr/advanced.xml
6962         * manual/fr/faq.xml
6963         * manual/fr/glossary.xml
6964         * manual/fr/handling.xml
6965         * manual/fr/intro.xml
6966         * manual/fr/keyboard.xml
6967         * manual/fr/plugins.xml
6968         * manual/fr/starting.xml
6969         * manual/fr/sylpheed-claws-manual.xml
6970                 various fixes: typos, missing .fr translations, punctuation,
6971                 capitalization, links, accents and some bad French more.
6972
6973 2006-04-12 [wwp]        2.1.0cvs32
6974
6975         * src/prefs_gtk.c
6976                 fix for bug #935: always store prefs files in UTF-8 (thanks
6977                 to Colin).
6978
6979 2006-04-11 [colin]      2.1.0cvs31
6980
6981         * src/compose.c
6982                 Fix inserting files not in utf8 when locale is utf8
6983
6984 2006-04-11 [colin]      2.1.0cvs30
6985
6986         * src/inc.c
6987                 Don't show error dialog when cancelling connection
6988                 Patch by Pawel
6989
6990 2006-04-11 [cleroy]     2.1.0cvs29
6991
6992         * src/compose.c
6993                 Implement multiple quote levels
6994         * src/prefs_common.c
6995                 Change a little bit the quote bgcolor for 2nd level
6996
6997 2006-04-11 [colin]      2.1.0cvs28
6998
6999         * src/gtk/about.c
7000                 Add locale and charset in the label
7001
7002 2006-04-10 [colin]      2.1.0cvs27
7003
7004         * src/compose.c
7005         * src/prefs_common.c
7006         * src/prefs_common.h
7007         * src/prefs_msg_colors.c
7008         * src/textview.c
7009                 Allow optional background color in quotes
7010                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
7011                 GTK+-2.8.x feature
7012
7013 2006-04-10 [colin]      2.1.0cvs26
7014
7015         * src/main.c
7016         * src/mainwindow.c
7017         * src/mainwindow.h
7018                 Implement --select
7019
7020 2006-04-10 [colin]      2.1.0cvs25
7021
7022         * manual/plugins.xml
7023         * manual/fr/plugins.xml
7024                 Document libcurl's proxy variables
7025
7026 2006-04-09 [colin]      2.1.0cvs24
7027
7028         * src/prefs_common.c
7029                 gettext() returns statically allocated stuff. We have
7030                 to strdup it in order to be able to free it.
7031
7032 2006-04-09 [colin]      2.1.0cvs23
7033
7034         * AUTHORS
7035         * src/gtk/authors.h
7036                 Add Alexei
7037
7038 2006-04-09 [colin]      2.1.0cvs22
7039
7040         * src/mainwindow.c
7041         * src/gtk/quicksearch.c
7042                 Fix bug #859 (problems with cyrilic input in 
7043                 search panel) - Patch by Alexey Illarionov 
7044                 <littlesavage@rambler.ru>
7045
7046 2006-04-09 [colin]      2.1.0cvs21
7047
7048         * src/prefs_customheader.c
7049                 I prefer removing then freeing rather than the contrary
7050                 (even if it doesn't change anything ;-)
7051         * src/prefs_account.c
7052                 Fix bug #933 (Crash re-entering the custom headers list 
7053                 dialog in accounts prefs)
7054                 The problem happened when cancelling the Account 
7055                 Preferences' dialogs - in which case we didn't do 
7056                 anything to the PrefsAccount * struct. In case of applying,
7057                 the old ac_prefs was replaced with the tmp_ac_prefs we were
7058                 working with in this dialog. The problem is that 
7059                 prefs_customheader.c, working on this tmp_ac_prefs, always
7060                 changes the ->customhdr_list pointer, even when cancelled. 
7061                 So in case of cancelling the prefs_account dialog, we still
7062                 have to update ->customhdr_list in the real account.
7063
7064 2006-04-08 [colin]      2.1.0cvs20
7065
7066         * manual/fr/glossary.xml
7067         * manual/fr/keyboard.xml
7068                 Forgot some headers :)
7069
7070 2006-04-08 [colin]      2.1.0cvs19
7071
7072         * manual/Makefile.am
7073         * manual/fr/Makefile.am
7074         * manual/fr/account.xml
7075         * manual/fr/ack.xml
7076         * manual/fr/addrbook.xml
7077         * manual/fr/advanced.xml
7078         * manual/fr/faq.xml
7079         * manual/fr/glossary.xml
7080         * manual/fr/gpl.xml
7081         * manual/fr/handling.xml
7082         * manual/fr/intro.xml
7083         * manual/fr/keyboard.xml
7084         * manual/fr/plugins.xml
7085         * manual/fr/starting.xml
7086         * manual/fr/sylpheed-claws-manual.xml
7087         * manual/fr/dist/.cvsignore
7088         * manual/fr/dist/Makefile.am
7089         * manual/fr/dist/html/.cvsignore
7090         * manual/fr/dist/html/Makefile.am
7091         * manual/fr/dist/pdf/.cvsignore
7092         * manual/fr/dist/pdf/Makefile.am
7093         * manual/fr/dist/ps/.cvsignore
7094         * manual/fr/dist/ps/Makefile.am
7095         * manual/fr/dist/txt/.cvsignore
7096         * manual/fr/dist/txt/Makefile.am
7097                 Add the french translation of the manual. Thanks to
7098                 Olivier Delhomme <olivier.delhomme@free.fr> for 
7099                 account.xml, ack.xml, addrbook.xml and advanced.xml
7100
7101 2006-04-08 [colin]      2.1.0cvs18
7102
7103         * manual/plugins.xml
7104         * manual/starting.xml
7105                 More fixes
7106
7107 2006-04-07 [colin]      2.1.0cvs17
7108
7109         * manual/faq.xml
7110         * manual/intro.xml
7111         * manual/keyboard.xml
7112                 Little fixes
7113
7114 2006-04-07 [colin]      2.1.0cvs16
7115
7116         * README
7117         * src/compose.c
7118         * src/prefs_common.c
7119         * src/prefs_common.h
7120                 Add hidden compose_no_markup pref
7121
7122 2006-04-07 [wwp]        2.1.0cvs15
7123
7124         * src/summary_search.c
7125         * .cvsignore
7126                 Bugfix: stop button was sticky when searching in an empty folder.
7127                 Applied curly brackets code style to the whole file (summary_search.c).
7128                 More files to ignore.
7129
7130 2006-04-07 [wwp]        2.1.0cvs14
7131
7132         * src/message_search.c
7133         * src/summary_search.c
7134                 changed default button when search bumps at file/folder
7135                 beginning or end, for convenience (thanks to Colin).
7136
7137 2006-04-07 [paul]       2.1.0cvs13
7138
7139         * src/plugins/dillo_viewer/dillo_prefs.c
7140                 avoid future potential for namespace collision
7141                 Patch by Colin
7142
7143 2006-04-06 [wwp]        2.1.0cvs12
7144
7145         * src/summary_search.c
7146                 Unify extended/advanced searches names (and thus factorize labels),
7147                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7148
7149 2006-04-06 [wwp]        2.1.0cvs11
7150
7151         * src/folderview.c
7152         * src/prefs_themes.c
7153         * src/summaryview.c
7154                 Fixed some compilation warnings.
7155
7156 2006-04-06 [colin]      2.1.0cvs10
7157
7158         * manual/advanced.xml
7159                 Document the wizard template and how to deploy
7160                 Sylpheed-Claws effectively
7161
7162 2006-04-06 [colin]      2.1.0cvs9
7163
7164         * src/folderview.c
7165                 gettext patch to tell translators about _("#"),
7166                 by Maxim Britov
7167
7168 2006-04-06 [colin]      2.1.0cvs8
7169
7170         * src/textview.c
7171                 Fix invalid GtkTextBIter after clicking "Display as text"
7172
7173 2006-04-06 [mones]      2.1.0cvs7
7174
7175         * src/addr_compl.c
7176         * src/addrindex.c
7177         * src/addritem.c
7178         * src/codeconv.c
7179         * src/compose.c
7180         * src/filtering.c
7181         * src/folder.c
7182         * src/folder_item_prefs.c
7183         * src/folderview.c
7184         * src/localfolder.c
7185         * src/matcher.c
7186         * src/mimeview.c
7187         * src/prefs_msg_colors.c
7188         * src/prefs_spelling.c
7189         * src/prefs_themes.c
7190         * src/procmime.c
7191         * src/procmsg.c
7192         * src/stock_pixmap.c
7193         * src/summaryview.c
7194         * src/textview.c
7195         * src/toolbar.c
7196         * src/common/mgutils.c
7197         * src/common/prefs.c
7198         * src/common/ssl_certificate.c
7199         * src/gtk/colorlabel.c
7200         * src/gtk/quicksearch.c
7201         * src/plugins/pgpmime/pgpmime.c
7202         * src/plugins/spamassassin/spamassassin.c
7203                 Removed redundant NULL checks for g_free() calls.
7204                 Patch by Pawel Pekala.
7205
7206 2006-04-06 [mones]      2.1.0cvs6
7207
7208         * src/prefs_actions.c
7209         * src/prefs_filtering.c
7210         * src/prefs_filtering_action.c
7211         * src/prefs_matcher.c
7212         * src/prefs_template.c
7213         * src/gtk/gtkutils.c
7214         * src/gtk/gtkutils.h
7215                 Have a nice replace button. Patch by Pawel Pekala
7216
7217 2006-04-06 [colin]      2.1.0cvs5
7218
7219         * src/addressbook.c
7220                 Fix crash with empty columns
7221
7222 2006-04-05 [colin]      2.1.0cvs4
7223
7224         * src/wizard.c
7225         * src/prefs_gtk.c
7226                 Allow wizard customization with pre-filled values
7227
7228 2006-04-05 [colin]      2.1.0cvs3
7229
7230         * src/textview.c
7231         * src/mimeview.c
7232         * src/mimeview.h
7233                 Nicer messages in mimeview
7234
7235 2006-04-05 [colin]      2.1.0cvs2
7236
7237         * src/addressbook.c
7238         * src/prefs_summaries.c
7239                 i18n fix
7240
7241 2006-04-05 [colin]      2.1.0cvs1
7242
7243         * src/plugins/pgpcore/plugin.c
7244         * src/plugins/pgpcore/select-keys.c
7245         * src/plugins/pgpcore/select-keys.h
7246         * src/plugins/pgpcore/sgpgme.c
7247         * src/plugins/pgpcore/sgpgme.h
7248         * src/plugins/pgpinline/pgpinline.c
7249         * src/plugins/pgpinline/plugin.c
7250         * src/plugins/pgpmime/pgpmime.c
7251         * src/plugins/pgpmime/plugin.c
7252                 Factorize and generalize a bit 
7253                 Drop S/MIME signature verification from PGP/MIME
7254                 (adding it as another, more complete plugin)
7255
7256 2006-04-05 [paul]       2.1.0
7257
7258         2.1.0 released
7259
7260 2006-04-05 [paul]       2.0.0cvs186
7261
7262         * manual/advanced.xml
7263                 add info on colour labels
7264
7265 2006-04-05 [paul]       2.0.0cvs185
7266
7267         * po/bg.po
7268         * po/cs.po
7269         * po/de.po
7270         * po/el.po
7271         * po/en_GB.po
7272         * po/fi.po
7273         * po/fr.po
7274         * po/it.po
7275         * po/nl.po
7276         * po/pl.po
7277         * po/pt_BR.po
7278         * po/sr.po
7279         * po/zh_CN.po
7280                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7281                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7282                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7283                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7284         * src/gtk/authors.h
7285         * tools/claws.i18n.status.pl
7286                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7287                 and new Czech translator, Tim <timbrain@post.cz>
7288
7289 2006-04-05 [mones]      2.0.0cvs184
7290
7291         * po/es.po
7292                 Updated translation
7293
7294 2006-04-05 [colin]      2.0.0cvs183
7295
7296         * src/gtk/quicksearch.c
7297                 Fix bug #929 (unnecessary reload in quick search bar)
7298
7299 2006-04-05 [colin]      2.0.0cvs182
7300
7301         * src/compose.c
7302                 Fix crash on Reply with no From:
7303                 Show signature and conversion error on queuing 
7304                 (but not sending)
7305         * src/mainwindow.c
7306         * src/summaryview.c
7307         * src/summaryview.h
7308                 Factorize threading code and make sure msginfo 
7309                 is not null when it comes from a GtkCTreeRow's 
7310                 data
7311         * src/gtk/gtkaspell.c
7312                 Check for necessary things
7313         * src/gtk/gtksctree.c
7314         * src/gtk/gtksctree.h
7315                 Reset anchor if necessary when removing node
7316
7317 2006-03-29 [colin]      2.0.0cvs181
7318
7319         * src/folderview.c
7320                 Warn for disabled IMAP accounts (due to lack of
7321                 libetpan). Breaks string-freeze - sorry - but it
7322                 is kind of important ;)
7323
7324 2006-03-28 [colin]      2.0.0cvs180
7325
7326         * src/gtk/gtkutils.c
7327         * src/gtk/gtkutils.h
7328                 Add a gtkut_get_link_btn() function that
7329                 creates a button which acts like an URI
7330         * src/prefs_themes.c
7331         * src/gtk/about.c
7332                 Use this function (factorizes codes)
7333         * src/common/defs.h
7334         * src/gtk/pluginwindow.c
7335                 Add a "Get more..." in the plugins window
7336
7337 2006-03-28 [colin]      2.0.0cvs179
7338
7339         * src/common/smtp.c
7340         * src/common/passcrypt.c
7341         * src/undo.c
7342                 Warning fixes. Patch by Pawel Pekala
7343
7344 2006-03-27 [colin]      2.0.0cvs178
7345
7346         * src/undo.c
7347                 Fix undoing by blocks with spaces
7348
7349 2006-03-27 [colin]      2.0.0cvs177
7350
7351         * src/textview.c
7352                 Set margin to 3px for headers
7353
7354 2006-03-27 [paul]
7355
7356         2.1.0-rc2 released
7357
7358 2006-03-27 [wwp]        2.0.0cvs176
7359
7360         * src/summaryview.c
7361                 don't reset quicksearch when updating the message list.
7362                 Thanks to Colin.
7363
7364 2006-03-26 [wwp]        2.0.0cvs175
7365
7366         * src/compose.c
7367                 use a unified border width ('other' tab in the compose window,
7368                 patch by Pawel Pekala).
7369
7370
7371 2006-03-26 [wwp]        2.0.0cvs174
7372
7373         * src/common/quoted-printable.c
7374         * src/addressbook.c
7375                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7376
7377 2006-03-26 [colin]      2.0.0cvs173
7378
7379         * src/quote_fmt_parse.y
7380                 Fix non-UTF8 date formats messing up the whole quote a 
7381                 little bit
7382
7383 2006-03-26 [colin]      2.0.0cvs172
7384
7385         * src/procheader.c
7386                 Make sure the date is UTF8 valid, or try to make it
7387                 so. IncrediMail is really IncrediStupid.
7388         * src/compose.c
7389                 Fix possible conversions. 
7390                 
7391
7392 2006-03-26 [colin]      2.0.0cvs171
7393
7394         * src/matcher.c
7395                 Fix corner cases in body search. This is still a
7396                 hack... It seems impossible to make it good and 
7397                 reasonably fast at the same time.
7398
7399 2006-03-26 [colin]      2.0.0cvs170
7400
7401         * src/summaryview.c
7402                 I think I killed the twilight zone bug!
7403                 summary_select_node() flushes GTK events in order
7404                 to be able to center the view. But this also 
7405                 flushes keypresses like Ctrl-Alt-U, so this can
7406                 call summary_show from summary_select_node (itself
7407                 called from summary_show, etc.). And the summaryview
7408                 has to be unlocked in this function. So just locking
7409                 while processing GTK events, and bailing if locked, 
7410                 should fix it.
7411                 Fixes bug #927 (SIGSEGV during Update Summary)
7412
7413 2006-03-25 [colin]      2.0.0cvs169
7414
7415         * src/matcher.c
7416                 Fix search in QP-encoded bodies
7417                 Fix utf-8 searches in bodies encoded in the
7418                 locale's encoding
7419         * src/common/quoted-printable.c
7420         * src/common/quoted-printable.h
7421                 Add a decode function that doesn't overwrite
7422                 the original pointer
7423                 
7424
7425 2006-03-24 [colin]      2.0.0cvs168
7426
7427         * src/action.c
7428         * src/summaryview.c
7429         * src/summaryview.h
7430                 Update message cache after action
7431                 Patch by H. Merijn Brand
7432         * src/prefs_msg_colors.c
7433                 Factorize label 
7434                 Patch by Fabien Vantard
7435         * src/plugins/spamassassin/spamassassin_gtk.c
7436                 Remove useless translation
7437                 Patch by Fabien Vantard
7438
7439 2006-03-23 [colin]      2.0.0cvs167
7440
7441         * src/common/ssl.c
7442                 Let 30 seconds to SSL_connect
7443
7444 2006-03-23 [wwp]        2.0.0cvs166
7445
7446         * src/summaryview.c
7447         * src/gtk/description_window.c
7448                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7449                 and headers are translated; adjust description windows' width to fit their
7450                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7451
7452 2006-03-23 [paul]       2.0.0cvs165
7453
7454         * src/common/utils.c
7455                 fix highlighting of URIs containing "()"
7456                 (2.0.0cvs164's reversal fixed)
7457                 Thanks to Colin.
7458
7459 2006-03-23 [paul]       2.0.0cvs164
7460
7461         * src/common/utils.c
7462                 revert patch, (postponing a fix), at 2.0.0cvs120
7463                 as it breaks more URIs than it fixes.
7464                 Allow '-' to be a terminating character in a URI
7465
7466 2006-03-22 [colin]      2.0.0cvs163
7467
7468         * configure.ac
7469                 Require libetpan 0.45
7470                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7471
7472 2006-03-22 [paul]       2.0.0cvs162
7473
7474         * src/editgroup.c
7475                 replace '<-' and '->' buttons with GTK_STOCK graphical
7476                 buttons
7477         * src/summary_search.c
7478                 don't offer '...' for translation
7479                 add a tooltip to advanced search '...' button
7480         * src/gtk/quicksearch.c
7481                 don't offer '...' for translation
7482
7483 2006-03-21 [colin]      2.0.0cvs161
7484
7485         * src/compose.c
7486                 Fix middle-click pasting (insert at click
7487                 position instead of cursor position, don't
7488                 remove existing selection and allow pasting
7489                 our own selection)
7490         * src/addressbook.c
7491                 "LDAP Server" -> "LDAP servers"
7492
7493 2006-03-21 [wwp]        2.0.0cvs160
7494
7495         * src/etpan/imap-thread.c
7496                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7497
7498 2006-03-20 [colin]      2.0.0cvs159
7499
7500         * src/summaryview.c
7501                 Don't reload summaryview after an execute with no
7502                 move action
7503
7504 2006-03-19 [colin]      2.0.0cvs158
7505
7506         * src/addressbook.c
7507                 and put groups at the top, always
7508
7509 2006-03-19 [colin]      2.0.0cvs157
7510
7511         * src/addressbook.c
7512                 Order groups before names, as previously
7513
7514 2006-03-19 [colin]      2.0.0cvs156
7515
7516         * src/addressbook.c
7517                 - Sort case-unsensitive
7518                 - Put the sort arrow at opening too
7519
7520 2006-03-19 [wwp]        2.0.0cvs155
7521
7522         * src/addressbook.c
7523                 allow sorting by name/email/remarks, ensure that right-pane's contents
7524                 matches the left-pane selection (cleared when appropriate).
7525                 Patch by Pawel Pekala <c0rn@o2.pl>.
7526
7527 2006-03-18 [colin]      2.0.0cvs154
7528
7529         * src/textview.c
7530                 Fix text cursor ;)
7531
7532 2006-03-18 [colin]      2.0.0cvs153
7533
7534         * src/gtk/filesel.c
7535                 Make sure we hide the preview if we didn't get
7536                 a filename
7537
7538 2006-03-18 [colin]      2.0.0cvs152
7539
7540         * src/summaryview.c
7541                 Set cursor to watch for execution (fixes lack
7542                 of watch-cursor when dnd'ing hundreds of mails)
7543         * src/gtk/filesel.c
7544                 Check that mime type is 'image/*' before updating
7545                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7546
7547 2006-03-18 [colin]      2.0.0cvs151
7548
7549         * src/mainwindow.c
7550         * src/textview.c
7551         * src/textview.h
7552                 Put a watch cursor in textview too when the mainwindow's
7553                 cursor in a watch
7554
7555 2006-03-18 [colin]      2.0.0cvs150
7556
7557         * src/folder.c
7558                 Change wrong asserts to simple tests
7559
7560 2006-03-17 [colin]      2.0.0cvs149
7561
7562         * src/mainwindow.c
7563         * src/mainwindow.h
7564         * src/prefs_msg_colors.c
7565         * src/summaryview.c
7566         * src/summaryview.h
7567         * src/gtk/colorlabel.c
7568         * src/gtk/colorlabel.h
7569                 Add a color label menu in the main menubar
7570                 Add (fixed) accels Ctrl-{0-7} to change the color
7571                 They have to be fixed because the menu's dynamic,
7572                 the items are complex widgets, hence we can't use
7573                 a GtkItemFactory.
7574
7575
7576 2006-03-17 [wwp]        2.0.0cvs148
7577
7578         * src/compose.c
7579                 rollback few lines from my previous commit (those lines come from
7580                 a pending patch, accidentally commited, even if neutral as they are
7581                 commented out).
7582
7583 2006-03-17 [wwp]        2.0.0cvs147
7584
7585         * src/compose.c
7586                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7587                 applied code style/indentation to the modified function.
7588
7589 2006-03-17 [wwp]        2.0.0cvs146
7590
7591         * src/procmsg.c
7592         * src/compose.c
7593                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7594
7595 2006-03-17 [paul]
7596
7597         2.1.0-rc1 released
7598
7599 2006-03-17 [paul]       2.0.0cvs145
7600
7601         * src/main.c
7602                 addressbook_read_file() was called twice
7603         * src/textview.c
7604                 X-Mailer highlighting
7605
7606 2006-03-16 [colin]      2.0.0cvs144
7607
7608         * src/sourcewindow.c
7609         * src/sourcewindow.h
7610                 And the last one, in source window.
7611
7612 2006-03-16 [colin]      2.0.0cvs143
7613
7614         * src/compose.c
7615         * src/compose.h
7616                 Fix the same stuff in compose
7617
7618 2006-03-16 [colin]      2.0.0cvs142
7619
7620         * src/messageview.c
7621                 Complete the previous messageview crash fix
7622
7623 2006-03-16 [colin]      2.0.0cvs141
7624
7625         * src/procmsg.h
7626         * src/procmsg.c
7627         * src/folder.c
7628                 Fix POSTPROCESSING hook
7629                 Patch by H. Merijn Brand
7630
7631         * src/procmime.c
7632         * src/procmime.h
7633                 Parse Content-Location
7634
7635         * src/toolbar.c
7636         * src/messageview.c
7637         * src/messageview.h
7638                 Don't crash when a top-level MessageView has
7639                 been closed on us. Same problematic than
7640                 yesterday's quicksearch issue.
7641
7642 2006-03-15 [colin]      2.0.0cvs140
7643
7644         * src/gtk/quicksearch.c
7645                 Fix a bitchy race we didn't think about when we
7646                 added quicksearch cancellation:
7647                 If the search is not on cached fields, for example
7648                 body_part matchcase "stuff"
7649                 the matcher code has to get the whole message. If
7650                 we're on IMAP, that can be slow, and in order to
7651                 be non-blocking, the IMAP code idle loop processes
7652                 gtk events too. So it is possible to cancel a
7653                 quicksearch while the matcher is getting the mail's
7654                 body. After matcher got its body, it will start to
7655                 iterate over the matcher list that the Quicksearch's
7656                 clear_search_cb() just freed via prepare_matcher().
7657                 SIGSEGV ensues.
7658                 The fix consists of guarding the matcherlist_match()
7659                 call with a boolean 'matching'. If we reset the
7660                 quicksearch while matching is TRUE, we don't free
7661                 the matcherlist anymore like we did, but we set
7662                 another new flag, deferred_free, to TRUE. Then,
7663                 in quicksearch_match(), just after returning from
7664                 matcherlist_match() and unsetting the matching flag,
7665                 we check the deferred_free flag and do the
7666                 prepare_matcher() (which does the matcherlist_free)
7667                 for real, so we free the matcherlist once it's not
7668                 used anymore.
7669                 As all of this runs via the glib main loop, we
7670                 luckily don't need a mutex.
7671         * src/summaryview.c
7672                 Also, show progress while searching.
7673
7674
7675 2006-03-14 [colin]      2.0.0cvs139
7676
7677         * src/alertpanel.c
7678                 Make alertpanel_is_open non-static
7679
7680 2006-03-14 [colin]      2.0.0cvs138
7681
7682         * src/prefs_spelling.c
7683                 Cleanups - Fabien Vantard
7684
7685 2006-03-14 [wwp]        2.0.0cvs137
7686
7687         * src/main.c
7688                 code style normalization (curly braces, indentation).
7689
7690 2006-03-14 [wwp]        2.0.0cvs137
7691
7692         * src/main.c
7693                 code style (braces, indentation)
7694
7695 2006-03-12 [paul]       2.0.0cvs136
7696
7697         * src/prefs_common.c
7698                 trans_hdr defaults to FALSE to be RFC-savvy
7699         * src/prefs_summaries.c
7700                 add a tooltip to the trans_hdr option
7701                 
7702
7703 2006-03-12 [paul]       2.0.0cvs135
7704
7705         * src/prefs_matcher.c
7706                 give a little more width to the combos
7707         * src/prefs_display_header.c
7708         * src/textview.c
7709                 translate headers if prefs_common.trans_hdr
7710                 is TRUE
7711
7712         Patches by Pawel Pekala
7713
7714 2006-03-12 [paul]       2.0.0cvs134
7715
7716         * src/plugins/clamav/clamav_plugin.c
7717         * src/plugins/dillo_viewer/dillo_viewer.c
7718         * src/plugins/pgpcore/plugin.c
7719         * src/plugins/pgpinline/plugin.c
7720         * src/plugins/pgpmime/plugin.c
7721         * src/plugins/spamassassin/spamassassin.c
7722                 update/add to descriptions
7723         * src/plugins/spamassassin/spamassassin_gtk.c
7724                 fixes to the english, remove superfluous
7725                 tooltips, clean up a little
7726
7727 2006-03-12 [paul]       2.0.0cvs133
7728
7729         * src/compose.c
7730                 fix Bug 924, 'Account combo box shows up wrong 
7731                 if & is in account name'
7732
7733 2006-03-11 [colin]      2.0.0cvs132
7734
7735         * src/summaryview.c
7736                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7737                 messed up shift-selection because is slows down
7738                 moving around summaryview. thanks -users
7739
7740 2006-03-10 [colin]      2.0.0cvs131
7741
7742         * src/plugins/spamassassin/spamassassin_gtk.c
7743                 Put back Paul's engrish fixes
7744
7745 2006-03-10 [colin]      2.0.0cvs130
7746
7747         * src/plugins/spamassassin/spamassassin.c
7748         * src/plugins/spamassassin/spamassassin.h
7749         * src/plugins/spamassassin/spamassassin_gtk.c
7750                 Cleanup SA prefs page (more)
7751                 Patch by Fabien Vantard
7752
7753 2006-03-10 [paul]       2.0.0cvs129
7754
7755         * src/prefs_msg_colors.c
7756         * src/prefs_spelling.c
7757                 widget sensitivity
7758
7759 2006-03-09 [mones]      2.0.0cvs128
7760
7761         * po/es.po
7762                 Update for next RC
7763
7764 2006-03-09 [wwp]        2.0.0cvs127
7765
7766         * configure.ac
7767                 revert accidental commit (requirement for libetpan 0.43), this time
7768                 not in HEAD.
7769
7770 2006-03-09 [wwp]        2.0.0cvs125
7771
7772         * configure.ac
7773                 revert accidental commit (requirement for libetpan 0.43)
7774
7775 2006-03-09 [paul]       2.0.0cvs126
7776
7777         * src/prefs_receive.c
7778                 remove useless frame
7779                 replace 'incorporation' with 'receiving'
7780         * src/plugins/clamav/clamav_plugin_gtk.c
7781         * src/plugins/spamassassin/spamassassin_gtk.c
7782                 improve widget sensitivity
7783                 fix a bit his engrish
7784
7785 2006-03-09 [wwp]        2.0.0cvs125
7786
7787         * src/addressadd.c
7788         * src/foldersel.c
7789         * src/prefs_common.c
7790         * src/prefs_common.h
7791                 remember some more windows' sizes (add to addressbook and
7792                 select folder).
7793
7794 2006-03-09 [paul]       2.0.0cvs124
7795
7796         * src/plugins/pgpcore/prefs_gpg.c
7797                 normalise construction of dialogue
7798
7799 2006-03-09 [paul]       2.0.0cvs123
7800
7801         * src/plugins/trayicon/Makefile.am
7802                 add missing slash
7803
7804 2006-03-08 [colin]      2.0.0cvs122
7805
7806         * src/plugins/trayicon/Makefile.am
7807                 Fix build in separate dir 
7808                 Patch by Bamanzi <bamanzi@gmail.com>
7809
7810 2006-03-08 [colin]      2.0.0cvs121
7811
7812         * src/procmsg.c
7813                 Batch move and copies from summaryview with delayed execution
7814                 too
7815
7816 2006-03-07 [paul]       2.0.0cvs120
7817
7818         * src/common/utils.c
7819                 fix highlighting of URIs containing "()"
7820                 Patch by Pawel Pekala
7821
7822 2006-03-07 [paul]       2.0.0cvs119
7823
7824         * src/folder.c
7825         * src/folder.h
7826         * src/folderview.c
7827                 immediately do alphabetical resort when
7828                 changing a folder's name
7829                 Patch by Pawel Pekala
7830
7831 2006-03-07 [paul]       2.0.0cvs118
7832
7833         * src/news.c
7834         * src/news_gtk.c
7835                 when unsubscribing a newsgroup, remove the
7836                 folder and msgs in .sylpheed-claws/newscache
7837                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7838
7839 2006-03-07 [paul]       2.0.0cvs117
7840
7841         * src/textview.c
7842                 fix wrong Fake URL Warning
7843                 Thanks to Hiro
7844
7845 2006-03-07 [colin]      2.0.0cvs116
7846
7847         * src/imap.c
7848                 Return immediately when password dialog was
7849                 cancelled
7850         * src/gtk/inputdialog.c
7851                 Allow empty strings for passwords
7852
7853
7854 2006-03-06 [colin]      2.0.0cvs115
7855
7856         * src/imap.c
7857                 Prevent double-timeouts when connection fails
7858
7859 2006-03-06 [colin]
7860
7861         2.0.1-rc1 released
7862
7863 2006-03-06 [colin]      2.0.0cvs114
7864
7865         * src/imap.c
7866                 Refresh session during potentially long
7867                 operations
7868
7869 2006-03-06 [wwp]        2.0.0cvs113
7870
7871         * src/prefs_msg_colors.h
7872                 forgot that one (custom color labels).
7873
7874 2006-03-06 [wwp]        2.0.0cvs112
7875
7876         * src/prefs_common.c
7877         * src/prefs_common.h
7878         * src/prefs_msg_colors.c
7879         * src/summaryview.c
7880         * src/summaryview.h
7881         * src/gtk/colorlabel.c
7882         * src/gtk/colorlabel.h
7883                 colors in messages list are now customizable. Color values and names can
7884                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7885                 Thanks to Paul and Colin for their help with this longstanding patch!
7886
7887 2006-03-06 [wwp]        2.0.0cvs111
7888
7889         * src/textview.c
7890                 don't crash if (x)face is bad.
7891
7892 2006-03-05 [paul]       2.0.0cvs110
7893
7894         * AUTHORS
7895         * configure.ac
7896         * src/Makefile.am
7897         * src/common/Makefile.am
7898         * src/common/utils.h
7899         * src/etpan/imap-thread.c
7900         * src/gtk/authors.h
7901         * src/plugins/clamav/Makefile.am
7902         * src/plugins/demo/Makefile.am
7903         * src/plugins/dillo_viewer/Makefile.am
7904         * src/plugins/pgpcore/Makefile.am
7905         * src/plugins/pgpcore/passphrase.c
7906         * src/plugins/pgpinline/Makefile.am
7907         * src/plugins/pgpmime/Makefile.am
7908         * src/plugins/spamassassin/Makefile.am
7909         * src/plugins/trayicon/Makefile.am
7910                 fix builiding on cygwin
7911                 Patch by Ralgh Young <bamanzi@gmail.com>
7912
7913 2006-03-04 [wwp]        2.0.0cvs109
7914
7915         * manual/keyboard.xml
7916                 fix mixed up/down keys.
7917
7918 2006-03-04 [wwp]        2.0.0cvs108
7919
7920         * README
7921         * INSTALL
7922                 updated links to SpamAssassin.
7923
7924 2006-03-04 [wwp]        2.0.0cvs107
7925
7926         * manual/plugins.xml
7927         * src/plugins/spamassassin/README
7928                 updated SpamAssassin plugin docs to reflect new functional additions
7929                 (also fix/update/documents few technical stuff more, see the README).
7930
7931 2006-03-04 [wwp]        2.0.0cvs106
7932
7933         * src/prefs_message.c
7934                 normalized capitalization of message-prefs paths.
7935
7936 2006-03-04 [wwp]        2.0.0cvs105
7937
7938         * manual/advanced.xml
7939                 typo.
7940
7941 2006-03-03 [colin]      2.0.0cvs104
7942
7943         * src/plugins/clamav/clamav_plugin_gtk.c
7944                 Rework prefs page, patch by Fabien 
7945
7946 2006-03-03 [colin]      2.0.0cvs103
7947
7948         * src/plugins/clamav/clamav_plugin.c
7949                 Set error on all errors
7950
7951 2006-03-03 [colin]      2.0.0cvs102
7952
7953         * src/common/plugin.c
7954                 Initialize error to avoid crashing when a plugin fails
7955                 without setting error
7956
7957 2006-03-02 [wwp]        2.0.0cvs101
7958
7959         * configure.ac
7960                 fixed linker flags for libetpan support on Cygwin
7961                 (thanks to H.Merijn Brand).
7962
7963 2006-03-02 [wwp]        2.0.0cvs100
7964
7965         * src/addressbook.c
7966                 fix some AB error messages: one for punctuation and
7967                 one wrongly duplicate (thanks, maxbritov).
7968
7969 2006-03-02 [wwp]        2.0.0cvs99
7970
7971         * src/plugins/spamassassin/spamassassin.c
7972                 make sync calls to sa-learn/spamc to prevent
7973                 system (whatever local or client/server) overload.
7974
7975 2006-03-02 [colin]      2.0.0cvs98
7976
7977         * src/summaryview.c
7978                 Put the spam icon in the status column instead of the
7979                 mark one
7980
7981 2006-03-01 [colin]      2.0.0cvs97
7982
7983         * src/plugins/spamassassin/spamassassin.c
7984                 Fix segfault (g_file_set_contents fails for some 
7985                 reason and err==0x2f. Can't find out why with
7986                 valgrind, using working function :-)
7987
7988 2006-03-01 [colin]      2.0.0cvs96
7989
7990         * src/inc.c
7991                 Offline overriding: let 'No' be cached only 3 seconds
7992
7993 2006-03-01 [colin]      2.0.0cvs95
7994
7995         * src/addr_compl.c
7996         * src/addrbook.c
7997         * src/addressbook.c
7998         * src/addrindex.c
7999         * src/folder_item_prefs.c
8000         * src/headerview.c
8001         * src/imap.c
8002         * src/inc.c
8003         * src/ldif.c
8004         * src/mainwindow.c
8005         * src/mh.c
8006         * src/msgcache.c
8007         * src/prefs_common.h
8008         * src/prefs_msg_colors.c
8009         * src/procheader.c
8010         * src/procheader.h
8011         * src/procmime.c
8012         * src/procmsg.c
8013         * src/procmsg.h
8014         * src/send_message.h
8015         * src/simple-gettext.c
8016         * src/summaryview.c
8017         * src/summaryview.h
8018         * src/syldap.c
8019         * src/textview.c
8020         * src/undo.c
8021         * src/common/ssl_certificate.c
8022         * src/common/utils.c
8023         * src/gtk/colorsel.c
8024         * src/gtk/gtksctree.c
8025         * src/gtk/gtkshruler.c
8026         * src/plugins/trayicon/trayicon.c
8027                 #if 0 goes to /dev/null
8028
8029 2006-03-01 [colin]      2.0.0cvs94
8030
8031         * src/compose.c
8032         * src/imap.c
8033         * src/inc.c
8034         * src/inc.h
8035         * src/messageview.c
8036         * src/news.c
8037         * src/plugins/spamassassin/spamassassin.c
8038                 Allow to add information in the "working offline"
8039                 window
8040
8041 2006-03-01 [wwp]        2.0.0cvs93
8042
8043         * src/plugins/spamassassin/spamassassin.c
8044                 fixed spamc invocation: use a tricky temporary mini shell wrapper
8045                 'cause it seems that calling `spamc ... < inputfile` with
8046                 g_spawn_(a)sync simply.. erm doesn't work :-).
8047
8048 2006-03-01 [wwp]        2.0.0cvs92
8049
8050         * src/toolbar.c
8051         * src/toolbar.h
8052                 simplify the adding of spam/ham button to the messageview toolbar
8053                 (it gets more clear now that the same button will be "Mark as spam"
8054                 or "Mark as ham" according to the current message status,
8055                 thanks to Colin).
8056
8057 2006-03-01 [wwp]        2.0.0cvs91
8058
8059         * src/messageview.c
8060         * src/procmsg.c
8061         * src/procmsg.h
8062         * src/summaryview.c
8063         * src/plugins/spamassassin/spamassassin.c
8064         * src/plugins/spamassassin/spamassassin.h
8065                 make learner callbacks return a status (0 for ok),
8066                 handle it in main code to avoid setting flags when learning failed,
8067                 don't learn on TCP if offline in spamassassin,
8068                 thanks to Colin.
8069
8070                 
8071
8072 2006-03-01 [wwp]        2.0.0cvs90
8073
8074         * src/compose.c
8075                 some work around the compose window's account menu,
8076                 patch by Fabien Vantard.
8077
8078 2006-03-01 [wwp]        2.0.0cvs89
8079
8080         * src/plugins/spamassassin/spamassassin.c
8081                 fixed bad logics, was using spamc in local mode and sa-learn
8082                 in remote mode (thanks, Colin).
8083
8084 2006-03-01 [wwp]        2.0.0cvs88
8085
8086         * src/plugins/spamassassin/spamassassin.c
8087         * src/plugins/spamassassin/spamassassin.h
8088         * src/plugins/spamassassin/spamassassin_gtk.c
8089                 made processing of emails w/ sa-plugin an option (default is TRUE),
8090                 fixed Engrish some tooltips, capitalization of some debug messages
8091                 and warnings. The spamassassin plugin now provides two separate
8092                 services: process emails upon incorporation and spamd training.
8093                 Both services (un)register independently but use some common
8094                 plugin settings (transport settings, spam storage location).
8095
8096 2006-02-28 [wwp]        2.0.0cvs87
8097
8098         * src/plugins/spamassassin/spamassassin.c
8099                 fix async flag to spamc cmdline execution (batch exec should
8100                 be asynchronous).
8101
8102 2006-02-27 [wwp]        2.0.0cvs86
8103
8104         * src/plugins/spamassassin/spamassassin.c
8105         * src/plugins/spamassassin/spamassassin.h
8106         * src/plugins/spamassassin/spamassassin_gtk.c
8107                 - added the ability to learn a remote spamassassin server (spamd),
8108                 using spamc.
8109                 - added the spamassassin option 'username', that applies to all
8110                 spamassassin operations (filtering, learning, local or remote).
8111                 The default username is the current unix user (if left blank
8112                 from gtk prefs or config file).
8113                 - commented out some unused code (notebook widget), removed unused
8114                 layout (hbox1).
8115                 - make more widgets sensitive to the transport type.
8116
8117 2006-02-27 [colin]      2.0.0cvs85
8118
8119         * src/plugins/spamassassin/spamassassin.c
8120                 Fix sa-learn call when offline
8121
8122 2006-02-27 [colin]      2.0.0cvs84
8123
8124         * configure.ac
8125         * src/Makefile.am
8126         * src/mainwindow.c
8127         * src/mainwindow.h
8128         * src/messageview.c
8129         * src/messageview.h
8130         * src/prefs_toolbar.c
8131         * src/procmsg.c
8132         * src/stock_pixmap.c
8133         * src/stock_pixmap.h
8134         * src/summaryview.c
8135         * src/toolbar.c
8136         * src/toolbar.h
8137         * src/pixmaps/ham_btn.xpm
8138         * src/pixmaps/spam.xpm
8139         * src/pixmaps/spam_btn.xpm
8140         * src/plugins/spamassassin/spamassassin.c
8141                 Add button in toolbar for spam learning
8142                 Fix a few bugs from the last related commit
8143                 Revert 1.9.6cvs23 which messed up shift-selection
8144
8145 2006-02-24 [colin]      2.0.0cvs83
8146
8147         * src/procmsg.c
8148         * src/summaryview.c
8149         * src/summaryview.h
8150         * src/plugins/spamassassin/spamassassin.c
8151         * src/plugins/spamassassin/spamassassin.h
8152         * src/plugins/spamassassin/spamassassin_gtk.c
8153                 Unregister learner when spamassassin is either
8154                 disabled or over tcp
8155
8156 2006-02-24 [colin]      2.0.0cvs82
8157
8158         * src/Makefile.am
8159         * src/mainwindow.c
8160         * src/mainwindow.h
8161         * src/procmsg.c
8162         * src/procmsg.h
8163         * src/stock_pixmap.c
8164         * src/stock_pixmap.h
8165         * src/summaryview.c
8166         * src/summaryview.h
8167         * src/gtk/icon_legend.c
8168         * src/pixmaps/spam.xpm  ** NEW FILE **
8169         * src/plugins/spamassassin/spamassassin.c
8170         * src/plugins/spamassassin/spamassassin_gtk.c
8171                 Add spam learning interface (Mark/Mark as 
8172                 (spam|ham) menus)
8173
8174 2006-02-24 [wwp]        2.0.0cvs81
8175
8176         * src/compose.c
8177         * src/compose.h
8178         * src/filtering.c
8179                 hide compose window when sending message in batch mode
8180                 (filtering: forward and redirect). Also fixed a wrong
8181                 value returned when sending failed, neutral anyway.
8182                 (Colin, me) 
8183
8184 2006-02-24 [wwp]        2.0.0cvs80
8185
8186         * src/mainwindow.c
8187                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8188
8189 2006-02-24 [paul]       2.0.0cvs79
8190
8191         * src/news.c
8192         * src/news.h
8193         * src/news_gtk.c
8194                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8195                 Thanks to Colin
8196
8197 2006-02-23 [colin]      2.0.0cvs78
8198
8199         * src/alertpanel.c
8200                 Change OK to Close in alertpanel with View log
8201                 button; add accel to View log. Patch by Fabien
8202                 Vantard
8203
8204 2006-02-23 [wwp]        2.0.0cvs77
8205
8206         * src/compose.c
8207                 silly me, there were much more tests to perform, since toolbars can
8208                 really have down to 1 element only.
8209
8210 2006-02-23 [wwp]        2.0.0cvs76
8211
8212         * commitHelper
8213                 fixed indentation from my previous commit. Fallback to VISUAL if
8214                 EDITOR is not set (and to vi, at last resort).
8215
8216 2006-02-23 [wwp]        2.0.0cvs75
8217
8218         * commitHelper
8219                 improved error detection (Colin, me).
8220
8221 2006-02-23 [wwp]        2.0.0cvs74
8222
8223         * src/prefs_toolbar.c
8224                 simplify and fix prefs/toolbars layouting. Combos' contents can
8225                 now be really displayed.
8226
8227 2006-02-23 [wwp]        2.0.0cvs73
8228         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8229         be really displayed.
8230
8231 2006-02-22 [wwp]        2.0.0cvs72
8232
8233         * src/compose.c
8234                 fix a typo in my previous commit (sorry!).
8235
8236 2006-02-22 [wwp]        2.0.0cvs71
8237
8238         * src/prefs_toolbar.c
8239                 fix a crash when adding separators to toolbars,
8240                 also fix some separator item information.
8241
8242 2006-02-22 [wwp]        2.0.0cvs70
8243
8244         * src/compose.c
8245                 fix a crash when redirecting (for instance) when compose window's
8246                 toolbar contents has been customized (when some buttons have been
8247                 removed in fact).
8248
8249 2006-02-21 [wwp]        2.0.0cvs69
8250
8251         * src/summaryview.c
8252         * src/gtk/pluginwindow.c
8253         * src/plugins/pgpcore/prefs_gpg.c
8254                 fix some compilation warnings (feat. remains of removed code).
8255
8256 2006-02-21 [wwp]        2.0.0cvs68
8257
8258         * src/gtk/gtkutils.c
8259                 fix two compilation issues, thanks to Stephan Sachse.
8260
8261 2006-02-20 [colin]      2.0.0cvs67
8262
8263         * src/mainwindow.c
8264                 Don't reselect displayed mail on refocus
8265                 This fixes actions misbehaving 
8266
8267 2006-02-20 [wwp]        2.0.0cvs66
8268
8269         * src/summaryview.c
8270         * src/gtk/gtksctree.c
8271         * src/gtk/gtkshruler.c
8272                 changed more runtime typecast checks.
8273
8274 2006-02-20 [wwp]        2.0.0cvs65
8275
8276         * src/summary_search.c
8277                 find all - summaryview refresh issue fixed, thanks to Colin.
8278
8279 2006-02-20 [wwp]        2.0.0cvs64
8280
8281         * src/gtk/gtkutils.c
8282                 better runtime typecast checks.
8283
8284 2006-02-20 [wwp]        2.0.0cvs63
8285
8286         * src/summary_search.c
8287                 enhancements to the summary search:
8288                         - add the ability to stop the running search
8289                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8290                         - don't search if no criteria (From/To/Subject/Body) is set
8291                         - ensure that a busy mouse pointer is always shown when searching,
8292                           show it even a bit earlier
8293
8294 2006-02-19 [colin]      2.0.0cvs62
8295
8296         * src/compose.c
8297         * src/imap.c
8298         * src/etpan/imap-thread.c
8299         * src/etpan/imap-thread.h
8300                 (Future) IMAP speed improvement on sending
8301                 Will require a libetpan update
8302         * src/summaryview.c
8303         * src/gtk/quicksearch.c
8304                 Make quicksearch clearable while running.
8305
8306 2006-02-17 [colin]      2.0.0cvs61
8307
8308         * src/imap.c
8309         * src/etpan/imap-thread.c
8310         * src/etpan/imap-thread.h
8311                 Check for IMAP certificates
8312                 ** Requires libetpan-0.42-cvs4 
8313                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8314
8315 2006-02-17 [colin]      2.0.0cvs60
8316
8317         * src/messageview.c
8318         * src/prefs_common.c
8319         * src/prefs_common.h
8320         * src/prefs_message.c
8321                 Add pref to display HTML-only mails with plugin, 
8322                 if possible (defaulting to FALSE of course).
8323
8324 2006-02-16 [colin]      2.0.0cvs59
8325
8326         * src/main.c
8327         * src/common/plugin.c
8328         * src/common/plugin.h
8329         * src/gtk/pluginwindow.c
8330                 Keep track of requested (but unloaded) plugins
8331                 in some error cases.
8332
8333 2006-02-16 [wwp]        2.0.0cvs58
8334
8335         * src/gtk/gtkaspell.c
8336         * src/gtk/gtkaspell.h
8337         * src/prefs_spelling.c
8338         * src/compose.c
8339         * src/prefs_common.c
8340         * src/prefs_common.h
8341                 implemented new optional spellchecker behaviour: re-check message when
8342                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8343
8344 2006-02-16 [wwp]        2.0.0cvs57
8345
8346         * src/quote_fmt_parse.y
8347                 pclose popen'ed pipe.
8348
8349 2006-02-15 [colin]      2.0.0cvs56
8350
8351         * src/mimeview.c
8352         * src/mimeview.h
8353                 Let MimeViewers know which MimeView they
8354                 depend of.
8355         * src/summaryview.c
8356                 Swap From/To columns in Sent/Queue/Drafts
8357                 folders
8358         * src/etpan/imap-thread.c
8359                 Use mailstream_low_tls_open() for STARTTLS
8360                 instead of mailstream_low_ssl_open()
8361                 ** REQUIRES libetpan 0.42cvs3 **
8362
8363 2006-02-15 [wwp]        2.0.0cvs55
8364
8365         * src/compose.c
8366         * src/compose.h
8367         * src/message_search.c
8368         * src/message_search.h
8369         * src/textview.c
8370         * src/gtk/gtkutils.c
8371         * src/gtk/gtkutils.h
8372                 added the ability to Find text in the compose window (and a bit
8373                 of code factorization).
8374
8375 2006-02-15 [wwp]        2.0.0cvs54
8376
8377         * src/prefs_gtk.c
8378                 yet another one file was missing (fix for some widgets' sensitivity).
8379                 Thanks Colin!
8380
8381 2006-02-15 [wwp]        2.0.0cvs53
8382
8383         * src/prefs_gtk.h
8384                 oops forgot that file (fix for some widgets' sensitivity).
8385
8386 2006-02-15 [wwp]        2.0.0cvs52
8387
8388         * src/summary_search.c
8389                 implemented advanced summary search options (added the ability
8390                 to use matcher conditions in an advanced search mode).
8391
8392 2006-02-15 [wwp]        2.0.0cvs51
8393
8394         * src/plugins/pgpcore/prefs_gpg.c
8395         * src/prefs_account.c
8396                 fix some widget sensitivity, mostly around some labels in
8397                 account prefs.
8398
8399 2006-02-15 [paul]       2.0.0cvs50
8400
8401         * manual/advanced.xml
8402                 improve Templates info
8403                 written by wwp
8404
8405 2006-02-14 [colin]      2.0.0cvs49
8406
8407         * src/pixmaps/address_book.xpm
8408         * src/pixmaps/preferences.xpm
8409         * src/pixmaps/properties.xpm
8410                 Fix pixmap size - patch by Fabien Vantard
8411
8412 2006-02-13 [colin]      2.0.0cvs48
8413
8414         * src/procmime.c
8415                 Add missing fclose()s on error
8416         * src/textview.c
8417                 Remove unused code
8418         * src/common/utils.c
8419                 Fix temp files not being deleted on windows
8420         Patches by Thomas Gilgin
8421
8422 2006-02-13 [colin]      2.0.0cvs47
8423
8424         * src/mainwindow.c
8425                 Fix exit crash
8426
8427 2006-02-13 [wwp]        2.0.0cvs46
8428
8429         * src/plugins/pgpcore/prefs_gpg.c
8430                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8431
8432 2006-02-12 [colin]      2.0.0cvs45
8433
8434         * src/folderview.c
8435         * src/main.c
8436         * src/mainwindow.c
8437                 Fix "stuff" when quitting
8438
8439 2006-02-12 [wwp]        2.0.0cvs44
8440
8441         * src/prefs_themes.c
8442                 fix typos in debug messages.
8443
8444 2006-02-11 [colin]      2.0.0cvs43
8445
8446         * src/summaryview.c
8447                 don't allow drag/drop from ourself
8448
8449 2006-02-10 [wwp]        2.0.0cvs42
8450
8451         * src/exporthtml.c
8452         * src/html.c
8453         * src/html.h
8454         * src/procmime.c
8455         * src/textview.c
8456                 renamed html_ prefixed functions and data structures to avoid
8457                 namespace clashes w/ other software (gtkhtml2 for instance).
8458                 Closes bug #907.
8459
8460
8461 2006-02-09 [colin]      2.0.0cvs41
8462
8463         * src/summaryview.c
8464                 Fix shitty logic messed up. Thanks Ticho for the hint!
8465
8466 2006-02-09 [wwp]        2.0.0cvs40
8467
8468         * src/gtk/about.c
8469         * src/compose.c
8470         * src/prefs_account.c
8471         * src/prefs_gtk.h
8472         * src/editaddress.c
8473                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8474                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8475                 Browse buttons in accounts prefs.
8476
8477 2006-02-09 [colin]      2.0.0cvs39
8478
8479         * src/matcher.c
8480                 Check for pointer before using its members
8481         * src/gtk/gtksourceprintjob.c
8482                 Fix a wrong warning
8483
8484 2006-02-09 [wwp]        2.0.0cvs38
8485
8486         * src/gtk/filesel.c
8487                 fix few compiler warnings (type mismatch).
8488
8489 2006-02-09 [paul]       2.0.0cvs37
8490
8491         * po/fr.po
8492                 updated by Fabien Vantard
8493
8494 2006-02-08 [colin]      2.0.0cvs36
8495
8496         * src/prefs_common.c
8497         * src/common/defs.h
8498         * src/common/plugin.c
8499                 allow windows and linux configurations to coexist
8500                 patch by Thomas Gilgin
8501
8502 2006-02-08 [colin]      2.0.0cvs35
8503
8504         * src/filtering.c
8505         * src/matcher.c
8506         * src/matcher.h
8507         * src/matcher_parser_parse.y
8508         * src/prefs_filtering_action.c
8509         * src/prefs_matcher.c
8510                 Add the "Ignore thread" filtering
8511                 action
8512
8513 2006-02-08 [colin]      2.0.0cvs34
8514
8515         * src/compose.c
8516         * src/procmime.c
8517         * src/procmime.h
8518                 Fix bug #905 (damaged attachment)
8519                 text files with raw \0's aren't really text files
8520         FOR_STABLE
8521
8522 2006-02-08 [colin]      2.0.0cvs33
8523
8524         * src/summaryview.c
8525                 Fix crasher introduced yesterday
8526
8527 2006-02-08 [wwp]        2.0.0cvs32
8528
8529         * src/compose.c
8530         * src/compose.h
8531                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8532
8533 2006-02-08 [wwp]        2.0.0cvs31
8534
8535         * src/prefs_template.c
8536                 templates enhancement: allow address completion for Cc and Bcc fields
8537                 (it was currently possible for the To field only)
8538
8539 2006-02-08 [colin]      2.0.0cvs30
8540
8541         * src/compose.c
8542                 Don't unblock if not blocked
8543         FOR_STABLE
8544
8545 2006-02-07 [colin]      2.0.0cvs29
8546
8547         * src/action.c
8548                 Forgot to refresh summaryview
8549
8550 2006-02-07 [colin]      2.0.0cvs28
8551
8552         * src/action.c
8553                 Freeze/thaw message list and folder list while
8554                 processing %as{} actions 
8555         * src/compose.c
8556                 Fix auto-wrap disabling after a middle-click
8557                 paste - FOR_STABLE
8558
8559 2006-02-07 [paul]       2.0.0cvs27
8560
8561         * src/folder.c
8562                 fix freeing of uninitialised pointers
8563                 Thanks to Colin
8564
8565 2006-02-06 [colin]      2.0.0cvs26
8566
8567         * src/folder.c
8568                 Use g_slist_prepend in potentially big list
8569
8570 2006-02-06 [colin]      2.0.0cvs25
8571
8572         * src/folder.c
8573                 Completely skip processing if it doesn't 
8574                 exist (faster!)
8575
8576 2006-02-06 [colin]      2.0.0cvs24
8577
8578         * src/folder.c
8579         * src/summaryview.c
8580                 Batch filtering in summaryview (from Tools menu)
8581                 and pre/post//-processing too
8582
8583 2006-02-06 [colin]      2.0.0cvs23
8584
8585         * src/procmsg.h
8586         * src/filtering.c
8587                 Use a special field for batch filtering instead
8588                 of stepping on deferred execution's toes
8589
8590 2006-02-06 [colin]      2.0.0cvs22
8591
8592         * src/action.c
8593         * src/filtering.c
8594         * src/filtering.h
8595         * src/folder.c
8596         * src/summaryview.c
8597                 Fix filtering via menus and actions
8598
8599 2006-02-06 [colin]      2.0.0cvs21
8600
8601         * src/imap.c
8602                 Put the added file directly to cache if possible (will work
8603                 with next libetpan)
8604         * src/filtering.c
8605         * src/filtering.h
8606         * src/inc.c
8607         * src/folder.c
8608         * src/mbox.c
8609         * src/procmsg.h
8610                 Move and copy filtered messages by batches instead of one
8611                 by one - faster on IMAP
8612         * src/procmsg.c
8613                 Add a function that'll possibly be useful later
8614
8615 2006-02-06 [colin]      2.0.0cvs20
8616
8617         * src/addressbook.c
8618                 Use internal mime-type instead of text/plain for d'n'd
8619         * src/compose.c
8620                 Allow attaching files from mimeview's icon list via d'n'd
8621         * src/folderview.c
8622         * src/folderview.h
8623                 Use internal mime-type instead of text/plain for d'n'd
8624                 Don't try to selected opened folder if none is
8625                 Factorize d'n'd from other apps code
8626         * src/headerview.c
8627         * src/textview.c
8628         * src/gtk/gtkutils.c
8629         * src/gtk/gtkutils.h
8630                 Factorize Face/X-Face stuff
8631         * src/mimeview.c
8632                 Fix d'n'd to other apps
8633         * src/prefs_message.c
8634                 Let the XFace pref be usable without libcompface as it also
8635                 applies to Face
8636         * src/summaryview.c
8637                 Fix d'n'd to other apps
8638                 Factorize d'n'd from other apps code
8639
8640 2006-02-06 [wwp]        2.0.0cvs19
8641
8642         * po/it.po
8643                 Italian translation fixes by Andrea Spadaccini (no more confusion
8644                 between filtering and processing, and few changes in the About
8645                 dialog).
8646
8647
8648 2006-02-06 [mones]      2.0.0cvs18
8649
8650         * src/gtk/icon_legend.c
8651                 Improved descriptions allowing better translations
8652
8653 2006-02-05 [colin]      2.0.0cvs17
8654
8655         * src/imap.c
8656                 Add the f*cking missing expunge that caused imap_fetch_env
8657                 to fail after an add_msgs ! :-///
8658         * src/etpan/imap-thread.c
8659                 Add a bit of debug
8660         FOR_STABLE
8661
8662 2006-02-05 [colin]      2.0.0cvs16
8663
8664         * src/common/utils.c
8665                 Don't check for return-path (or we can't put
8666                 back non-sent mails)
8667
8668 2006-02-05 [colin]      2.0.0cvs15
8669
8670         * src/textview.c
8671                 Don't try to display Face header in textview
8672                 when teh headerview's active
8673
8674 2006-02-05 [colin]      2.0.0cvs14
8675
8676         * tools/tbird2syl.py
8677         * tools/Makefile.am
8678                 Add script to import Thunderbird mails
8679
8680 2006-02-05 [colin]      2.0.0cvs13
8681
8682         * src/headerview.c
8683         * src/procheader.c
8684         * src/procmsg.c
8685         * src/procmsg.h
8686         * src/textview.c
8687                 Show Face headers - patch partially by Klaus Flittner
8688
8689 2006-02-05 [colin]      2.0.0cvs12
8690
8691         * src/folderview.c
8692         * src/summaryview.c
8693         * src/common/utils.c
8694         * src/common/utils.h
8695                 Let dnd work from mime icons to summaryview
8696                 and to folderview too
8697                 Add a crude test to avoid trying to add files
8698                 drag'n'dropped when they're not mails
8699
8700 2006-02-04 [colin]      2.0.0cvs11
8701
8702         * src/summaryview.c
8703         * src/mimeview.c
8704                 Fix utf8 conversion
8705
8706 2006-02-04 [colin]      2.0.0cvs10
8707
8708         * src/compose.c
8709         * src/folderview.c
8710         * src/mimeview.c
8711         * src/summaryview.c
8712         * src/summaryview.h
8713                 Added various drag and drop capas:
8714                 From                    To
8715                 summaryview             other apps
8716                 mimeview icons          other apps
8717                 other apps              summaryview
8718                 other apps              folderview
8719
8720                 This shouldn't have broken the existing:
8721                 From                    To
8722                 summaryview             folderview
8723                 folderview              folderview
8724                 summaryview             compose's attachments
8725
8726         Tests welcomed.
8727
8728 2006-02-02 [paul]       2.0.0cvs9
8729
8730         * src/mainwindow.c
8731                 move global option 'Set displayed columns...' out
8732                 of folder option grouping.
8733                 fix sensitivity of 'harvest addresses'
8734         FOR_STABLE
8735
8736 2006-02-01 [colin]      2.0.0cvs8
8737
8738         * src/mimeview.c
8739                 Revert the alertpanel patch, it sucks (intrusive
8740                 and gets in the way of "open")
8741
8742 2006-02-01 [colin]      2.0.0cvs7
8743
8744         * src/compose.c
8745         * src/prefs_account.c
8746         * src/prefs_common.c
8747         * src/common/defs.h
8748         * src/common/utils.c
8749         * src/common/utils.h
8750                 Add ability to edit the signature file
8751                 from the account preferences, and use
8752                 a default for the text editor.
8753                 Patch by Fabien Vantard
8754
8755 2006-02-01 [colin]      2.0.0cvs6
8756
8757         * src/mimeview.c
8758                 Try to get mime type by extension if it is
8759                 application/octet-stream
8760                 Display a window with possible choices when
8761                 encountering unknown mime types
8762         * src/gtk/filesel.c
8763         * src/gtk/filesel.h
8764                 Add preview
8765                 Allow multiple selection in filtered filesel
8766                 (patch by Fabien Vantard)
8767         * src/gtk/pluginwindow.c
8768                 Use it (patch by Fabien Vantard)
8769
8770 2006-02-01 [paul]       2.0.0cvs5
8771
8772         * src/jpilot.c
8773                 fix crash on creating jpilot address book
8774                 Thanks to Colin - FOR_STABLE
8775         * src/prefs_summaries.c
8776         * src/prefs_wrapping.c
8777         * src/gtk/icon_legend.c
8778         * src/gtk/quicksearch.c
8779                 string fixes and additions
8780
8781 2006-02-01 [paul]       2.0.0cvs4
8782
8783         * src/compose.c
8784         * src/mainwindow.c
8785         * src/messageview.c
8786         * src/prefs_send.c
8787                 add Arabic encoding option
8788                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8789
8790 2006-01-31 [colin]      2.0.0cvs3
8791
8792         * src/plugins/pgpcore/passphrase.c
8793                 Convert passphrase to locale encoding
8794         * src/compose.c
8795                 Fix drafting on IMAP. Crappy bug sneaked in
8796                 the release :-/
8797         FOR_STABLE
8798
8799 2006-01-30 [paul]       2.0.0cvs2
8800
8801         * src/gtk/icon_legend.c
8802                 show the new entries
8803
8804 2006-01-30 [colin]      2.0.0cvs1
8805
8806         * src/manual.c
8807                 Check for the file to be present before 
8808                 enabling the menu - FOR_STABLE
8809         * src/gtk/icon_legend.c
8810                 Add folders icons (not all of them, there
8811                 are too much, but the most intriguing ones)
8812
8813 2006-01-30 [paul]       2.0.0
8814
8815         version 2.0.0 released
8816
8817 2006-01-30 [paul]       1.9.100cvs200
8818
8819         * manual/faq.xml
8820         * manual/gpl.xml
8821         * manual/intro.xml
8822         * manual/starting.xml
8823         * manual/sylpheed-claws-manual.xml
8824                 fixes, additions
8825
8826 2006-01-29 [mones]      1.9.100cvs199
8827
8828         * manual/account.xml
8829         * manual/advanced.xml
8830         * manual/glossary.xml
8831                 Some typos fixed, added LDIF term to glossary
8832         * po/es.po
8833                 Fixed leading plus symbol
8834
8835 2006-01-29 [paul]       1.9.100cvs198
8836
8837         * po/fi.po
8838         * po/sk.po
8839                 updated by Tommi Pirinen and Andrej Kacian
8840
8841 2006-01-29 [paul]       1.9.100cvs197
8842
8843         * src/gtk/authors.h
8844                 remove duplicates
8845
8846 2006-01-29 [paul]       1.9.100cvs196
8847
8848         * AUTHORS
8849         * po/nl.po
8850         * src/gtk/authors.h
8851         * tools/claws.i18n.status.pl
8852                 nl translation updated by Tim Dijkstra
8853
8854 2006-01-29 [paul]       1.9.100cvs195
8855
8856         * po/sr.po
8857         * po/sv.po
8858                 updated by Aleksandar Urosevic and Anders Troback
8859
8860 2006-01-28 [colin]      1.9.100cvs194
8861
8862         * src/gtk/gtksourceprintjob.c
8863                 Don't fiddle with PangoLayout when we
8864                 have an image
8865
8866 2006-01-28 [paul]       1.9.100cvs193
8867
8868         * AUTHORS
8869         * po/el.po
8870         * po/zh_CN.po
8871         * src/gtk/authors.h
8872         * tools/claws.i18n.status.pl
8873                 updated translations submitted by Stavros Giannouris
8874                 and Ralgh Young
8875
8876 2006-01-27 [colin]      1.9.100cvs192
8877
8878         * src/summaryview.c
8879         * src/gtk/gtksourceprintjob.c
8880                 Add image printing 
8881                 (libgnomeprint only, of course)
8882
8883 2006-01-27 [paul]       1.9.100cvs191
8884
8885         * po/fr.po
8886         * po/it.po
8887                 updated by Fabien Vantard and Andrea Spadaccini
8888
8889 2006-01-26 [colin]      1.9.100cvs190
8890
8891         * manual/Makefile.am
8892         * configure.ac
8893                 Make building the manual optional 
8894                 (--disable-manual)
8895
8896 2006-01-26 [paul]       1.9.100cvs189
8897
8898         * manual/glossary.xml
8899         * manual/plugins.xml
8900                 edited
8901         * po/en_GB.po
8902                 updated
8903
8904 2006-01-26 [paul]       1.9.100cvs188
8905
8906         * src/prefs_display_header.c
8907         * src/prefs_folder_column.c
8908         * src/prefs_msg_colors.c
8909         * src/prefs_summaries.c
8910         * src/prefs_summary_column.c
8911                 HIGify
8912
8913 2006-01-25 [colin]      1.9.100cvs187
8914
8915         * src/imap.c
8916                 Don't allow moving/copying mails between
8917                 queue/drafts and non-queue/drafts folders
8918                 Fixes bug #897 (message header is resetted 
8919                 if one is copied to Drafts)
8920
8921 2006-01-25 [colin]      1.9.100cvs186
8922
8923         * src/folder.c
8924         * src/mainwindow.c
8925                 Fix subscribed folders not found
8926         * src/compose.c
8927                 Don't try to encode as original mail's charset
8928                 if it's ascii 
8929
8930 2006-01-25 [paul]       1.9.100cvs185
8931
8932         * AUTHORS
8933         * po/Makevars
8934                 updated
8935         * po/de.po
8936         * po/pl.po
8937         * po/pt_BR.po
8938         * po/sr.po
8939                 updates submitted by Stephan Sachse, Emilian Nowak
8940                 and Quar, Frederico Goncalves Guimaraes, and
8941                 Aleksandar Urosevic
8942                 Fix Bug 896, 'PT_BR locale broken'.
8943         * src/gtk/authors.h
8944                 updated
8945
8946 2006-01-24 [mones]      1.9.100cvs184
8947
8948         * manual/glossary.xml
8949                 All current terms finished. Reviewers welcome ;-)
8950         * manual/keyboard.xml
8951                 Fixed column width for pdf output.
8952         * po/es.po
8953                 Updated
8954
8955 2006-01-24 [paul]       1.9.100cvs183
8956
8957         * manual/glossary.xml
8958                 fix id name
8959         * manual/dist/html/Makefile.am
8960         * manual/dist/pdf/Makefile.am
8961         * manual/dist/ps/Makefile.am
8962         * manual/dist/txt/Makefile.am
8963                 fix make deps
8964                 Thanks to Colin
8965
8966 2006-01-24 [mones]      1.9.100cvs182
8967
8968         * manual/glossary.xml
8969                 Nearly finished, some terms missing.
8970
8971 2006-01-23 [paul]       1.9.100cvs181
8972
8973         * manual/dist/html/Makefile.am
8974         * manual/dist/pdf/Makefile.am
8975         * manual/dist/ps/Makefile.am
8976         * manual/dist/txt/Makefile.am
8977         * src/mainwindow.c
8978                 re-enable manual
8979                 Thanks to Colin
8980
8981 2006-01-22 [colin]      1.9.100cvs180
8982
8983         * src/compose.c
8984         * src/gtk/gtkaspell.c
8985                 Don't deselect stuff before right-clicking, with aspell.
8986                 (This prevented right-click Copy, for example).
8987                 Thanks to Clo!
8988
8989 2006-01-22 [paul]       1.9.100cvs179
8990
8991         * src/summary_search.c
8992                 don't fix the widget size as it causes problems
8993                 under localisation.
8994                 Thanks to Emilian Nowak
8995
8996 2006-01-21 [paul]       1.9.100cvs178
8997
8998         * src/prefs_themes.c
8999                 fix broken underlining of label text
9000                 with some translations
9001
9002 2006-01-21 [colin]      1.9.100cvs177
9003
9004         * po/fr.po
9005                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
9006
9007 2006-01-20 [colin]      1.9.100cvs176
9008
9009         * configure.ac
9010         * Makefile.am
9011         * manual/Makefile
9012         * manual/dist/html/.cvsignore
9013         * manual/dist/html/Makefile.am
9014         * manual/dist/pdf/.cvsignore
9015         * manual/dist/pdf/Makefile.am
9016         * manual/dist/ps/.cvsignore
9017         * manual/dist/ps/Makefile.am
9018         * manual/dist/txt/.cvsignore
9019         * manual/dist/txt/Makefile.am
9020                 Autotool-ize manual
9021
9022 2006-01-20 [paul]       1.9.100cvs175
9023
9024         * manual/handling.xml
9025                 make Filtering and Searching entries easier to find
9026         * manual/keyboard.xml
9027                 add the remaining default keybinds
9028         * src/prefs_summaries.c
9029                 update the default keybinds
9030
9031 2006-01-20 [paul]       1.9.100cvs174
9032
9033         * src/addressbook.c
9034         * src/addrgather.c
9035         * src/addrharvest.c
9036         * src/editaddress.c
9037         * src/editgroup.c
9038         * src/exphtmldlg.c
9039         * src/expldifdlg.c
9040         * src/exporthtml.c
9041         * src/exportldif.c
9042         * src/ldif.c
9043                 replace 'e-mail' with 'email'
9044         * src/summary_search.c
9045                 add mnemonic to "Find all" button
9046
9047 2006-01-20 [wwp]        1.9.100cvs173
9048
9049         * src/export.c
9050         * src/import.c
9051                 touched mbox import/export buttons for HIG-compliance
9052
9053 2006-01-19 [paul]       1.9.100cvs172
9054
9055         * manual/account.xml
9056         * manual/addrbook.xml
9057         * manual/advanced.xml
9058         * manual/faq.xml
9059         * manual/handling.xml
9060         * manual/intro.xml
9061         * manual/plugins.xml
9062         * manual/starting.xml
9063                 more editing
9064
9065 2006-01-19 [paul]       1.9.100cvs171
9066
9067         * src/toolbar.c
9068                 allow use of trash button while receiving
9069                 Thanks to Colin
9070
9071 2006-01-19 [wwp]        1.9.100cvs170
9072
9073         * src/gtk/quicksearch.c
9074         * src/compose.c
9075                 force text color to black when yellow background is set
9076
9077 2006-01-19 [colin]      1.9.100cvs169
9078
9079         * src/plugins/trayicon/trayicon.c
9080                 Gray out Get Mail when already getting mail
9081
9082 2006-01-18 [paul]       1.9.100cvs168
9083
9084         * src/compose.c
9085                 give widget yellow background was To is
9086                 set via folder prefs
9087         * src/gtk/quicksearch.c
9088                 give widget yellow background when quick
9089                 search is active.
9090                 Thanks to Colin
9091
9092 2006-01-18 [paul]       1.9.100cvs167
9093
9094         * doc/man/sylpheed-claws.1
9095                 add --subscribe option
9096
9097 2006-01-18 [paul]       1.9.100cvs166
9098
9099         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9100         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9101                 use %U instead of %F (%F is broken for user installed
9102                 files in kde 3.5)
9103
9104 2006-01-18 [colin]      1.9.100cvs165
9105
9106         * src/summaryview.c
9107                 Default to Yes in "No more * messages" dialogs
9108
9109 2006-01-17 [colin]      1.9.100cvs164
9110
9111         * src/compose.c
9112                 Possibly fix an invalid iterator causing
9113                 crash
9114
9115 2006-01-17 [colin]      1.9.100cvs163
9116
9117         * src/mimeview.c
9118                 Fix crash when the image disappears under the
9119                 image viewer
9120
9121 2006-01-16 [colin]      1.9.100cvs162
9122
9123         * src/compose.c
9124                 Fix reenabling autowrap
9125
9126 2006-01-16 [colin]      1.9.100cvs161
9127
9128         * src/compose.c
9129                 reset quote_len before getting quote_str
9130
9131 2006-01-16 [colin]      1.9.100cvs160
9132
9133         * src/account.c
9134         * src/account.h
9135         * src/folder.c
9136         * src/imap_gtk.c
9137         * src/mh_gtk.c
9138                 Fix bug #883 (default inbox does not track folder move)
9139
9140 2006-01-16 [colin]      1.9.100cvs159
9141
9142         * src/compose.c
9143         * src/plugins/pgpcore/passphrase.c
9144                 More buttons fixes
9145
9146 2006-01-16 [paul]       1.9.100cvs158
9147
9148         * src/prefs_actions.c
9149         * src/prefs_filtering_action.c
9150         * src/prefs_matcher.c
9151         * src/quote_fmt.c
9152         * src/gtk/description_window.c
9153         * src/gtk/description_window.h
9154         * src/gtk/quicksearch.c
9155                 description window cleanups
9156
9157 2006-01-15 [colin]      1.9.100cvs157
9158
9159         * src/addressbook.c
9160         * src/prefs_filtering.c
9161                 Same here
9162
9163 2006-01-15 [colin]      1.9.100cvs156
9164
9165         * src/folderview.c
9166         * src/mainwindow.c
9167                 Same for "Empty trash"
9168
9169 2006-01-15 [colin]      1.9.100cvs155
9170
9171         * src/inc.c
9172                 Override offline dialog had Yes by default
9173
9174 2006-01-15 [colin]      1.9.100cvs154
9175
9176         * src/summaryview.c
9177                 Delete selected messages? previously had Yes the default
9178
9179 2006-01-15 [colin]      1.9.100cvs153
9180
9181         * src/folder.c
9182         * src/folder.h
9183         * src/main.c
9184                 Check if a mailbox is loaded after all
9185                 plugins are loaded.
9186
9187 2006-01-15 [colin]      1.9.100cvs152
9188
9189         * src/folder.c
9190                 Don't start wizard when there are unloaded folders (will help
9191                 people with only mbox or maildir mailboxes)
9192
9193 2006-01-14 [colin]      1.9.100cvs151
9194
9195         * src/addressbook.c
9196         * src/expldifdlg.c
9197         * src/importldif.c
9198         * src/importmutt.c
9199         * src/importpine.c
9200         * src/mh_gtk.c
9201                 More HIG compliance and fixes
9202
9203 2006-01-14 [colin]      1.9.100cvs150
9204
9205         * src/prefs_filtering_action.c
9206         * src/foldersel.c
9207                 Two forgotten button order changes
9208
9209 2006-01-14 [colin]      1.9.100cvs149
9210
9211         * src/account.c
9212         * src/addressbook.c
9213         * src/compose.c
9214         * src/folderview.c
9215         * src/imap_gtk.c
9216         * src/mainwindow.c
9217         * src/mh_gtk.c
9218         * src/news_gtk.c
9219         * src/prefs_actions.c
9220         * src/prefs_customheader.c
9221         * src/prefs_filtering.c
9222         * src/prefs_matcher.c
9223         * src/prefs_template.c
9224         * src/ssl_manager.c
9225         * src/summaryview.c
9226         * src/textview.c
9227         * src/toolbar.c
9228                 All deletion confirmations are now "Cancel, Delete" 
9229                 instead of "No, Yes"
9230                 Clarified most of the other "No, Yes" to 
9231                 "Cancel, Descriptive_action"
9232                 Rechanged the "Entry not saved" alerts to have 
9233                 "Close, Continue editing"
9234
9235
9236 2006-01-14 [paul]
9237
9238         * 2.0.0-rc4 released
9239
9240 2006-01-14 [paul]       1.9.100cvs148
9241
9242         * src/account.c
9243         * src/addressadd.c
9244         * src/addressbook.c
9245         * src/compose.c
9246         * src/editaddress.c
9247         * src/editbook.c
9248         * src/editgroup.c
9249         * src/editjpilot.c
9250         * src/editldap.c
9251         * src/editvcard.c
9252         * src/exphtmldlg.c
9253         * src/expldifdlg.c
9254         * src/folderview.c
9255         * src/grouplistdialog.c
9256         * src/imap_gtk.c
9257         * src/importmutt.c
9258         * src/importpine.c
9259         * src/inc.c
9260         * src/main.c
9261         * src/mainwindow.c
9262         * src/message_search.c
9263         * src/messageview.c
9264         * src/mh_gtk.c
9265         * src/mimeview.c
9266         * src/news_gtk.c
9267         * src/prefs_actions.c
9268         * src/prefs_customheader.c
9269         * src/prefs_filtering.c
9270         * src/prefs_matcher.c
9271         * src/prefs_template.c
9272         * src/prefs_themes.c
9273         * src/ssl_manager.c
9274         * src/summary_search.c
9275         * src/summaryview.c
9276         * src/textview.c
9277         * src/toolbar.c
9278         * src/gtk/foldersort.c
9279         * src/gtk/gtkaspell.c
9280         * src/gtk/inputdialog.c
9281         * src/gtk/prefswindow.c
9282         * src/plugins/pgpcore/select-keys.c
9283         * src/plugins/trayicon/trayicon.c
9284                 HIG compliant button order
9285
9286 2006-01-14 [mones]      1.9.100cvs147
9287
9288         * po/es.po
9289                 Updated translation
9290
9291 2006-01-13 [paul]       1.9.100cvs146
9292
9293         * AUTHORS
9294         * ChangeLog
9295         * src/gtk/authors.h
9296                 add Joshua M. Kwan to contributors list
9297
9298 2006-01-13 [colin]      1.9.100cvs145
9299
9300         * src/gtk/quicksearch.c
9301                 Don't refocus quick search after executing (Esc or Enter)
9302                 Allows to '/'search something then move up/down in 
9303                 summaryview, and to Esc a search and be back in the 
9304                 summaryview
9305
9306 2006-01-13 [paul]       1.9.100cvs144
9307
9308         * src/plugins/pgpinline/pgpinline.c
9309                 support Content-Type 'application/pgp'
9310                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9311
9312 2006-01-13 [paul]       1.9.100cvs143
9313
9314         * manual/account.xml
9315                 make mention of partial retrieval
9316                 thanks to Colin
9317
9318 2006-01-13 [paul]       1.9.100cvs142
9319
9320         * src/account.c
9321         * src/account.h
9322         * src/action.c
9323         * src/action.h
9324         * src/adbookbase.h
9325         * src/addr_compl.c
9326         * src/addr_compl.h
9327         * src/addrbook.c
9328         * src/addrcache.c
9329         * src/addrcache.h
9330         * src/addrcindex.c
9331         * src/addrcindex.h
9332         * src/addrclip.c
9333         * src/addrclip.h
9334         * src/addrdefs.h
9335         * src/addressadd.c
9336         * src/addressadd.h
9337         * src/addressbook.c
9338         * src/addressbook.h
9339         * src/addrgather.c
9340         * src/addrgather.h
9341         * src/addrharvest.c
9342         * src/addrharvest.h
9343         * src/addrindex.c
9344         * src/addrindex.h
9345         * src/addritem.c
9346         * src/addritem.h
9347         * src/addrquery.c
9348         * src/addrquery.h
9349         * src/addrselect.c
9350         * src/addrselect.h
9351         * src/alertpanel.c
9352         * src/alertpanel.h
9353         * src/browseldap.c
9354         * src/browseldap.h
9355         * src/codeconv.c
9356         * src/codeconv.h
9357         * src/compose.c
9358         * src/compose.h
9359         * src/customheader.c
9360         * src/customheader.h
9361         * src/displayheader.c
9362         * src/displayheader.h
9363         * src/editaddress.c
9364         * src/editaddress.h
9365         * src/editbook.c
9366         * src/editbook.h
9367         * src/editgroup.c
9368         * src/editgroup.h
9369         * src/editjpilot.c
9370         * src/editjpilot.h
9371         * src/editldap.c
9372         * src/editldap.h
9373         * src/editldap_basedn.c
9374         * src/editldap_basedn.h
9375         * src/editvcard.c
9376         * src/editvcard.h
9377         * src/exphtmldlg.c
9378         * src/exphtmldlg.h
9379         * src/expldifdlg.c
9380         * src/expldifdlg.h
9381         * src/export.h
9382         * src/exporthtml.c
9383         * src/exporthtml.h
9384         * src/exportldif.c
9385         * src/exportldif.h
9386         * src/filtering.c
9387         * src/filtering.h
9388         * src/folder.c
9389         * src/folder.h
9390         * src/folder_item_prefs.c
9391         * src/folder_item_prefs.h
9392         * src/foldersel.c
9393         * src/foldersel.h
9394         * src/folderutils.c
9395         * src/folderutils.h
9396         * src/folderview.c
9397         * src/folderview.h
9398         * src/grouplistdialog.c
9399         * src/grouplistdialog.h
9400         * src/headerview.c
9401         * src/html.c
9402         * src/html.h
9403         * src/image_viewer.c
9404         * src/image_viewer.h
9405         * src/imap.c
9406         * src/imap.h
9407         * src/imap_gtk.c
9408         * src/imap_gtk.h
9409         * src/import.h
9410         * src/importldif.c
9411         * src/importldif.h
9412         * src/importmutt.c
9413         * src/importmutt.h
9414         * src/importpine.c
9415         * src/importpine.h
9416         * src/inc.c
9417         * src/inc.h
9418         * src/jpilot.c
9419         * src/jpilot.h
9420         * src/ldapctrl.c
9421         * src/ldapctrl.h
9422         * src/ldaplocate.c
9423         * src/ldaplocate.h
9424         * src/ldapquery.c
9425         * src/ldapquery.h
9426         * src/ldapserver.c
9427         * src/ldapserver.h
9428         * src/ldaputil.c
9429         * src/ldaputil.h
9430         * src/ldif.c
9431         * src/ldif.h
9432         * src/main.c
9433         * src/main.h
9434         * src/mainwindow.c
9435         * src/mainwindow.h
9436         * src/manual.c
9437         * src/manual.h
9438         * src/mbox.c
9439         * src/mbox.h
9440         * src/message_search.c
9441         * src/message_search.h
9442         * src/messageview.c
9443         * src/messageview.h
9444         * src/mh.c
9445         * src/mh.h
9446         * src/mh_gtk.c
9447         * src/mh_gtk.h
9448         * src/mimeview.c
9449         * src/mimeview.h
9450         * src/msgcache.c
9451         * src/msgcache.h
9452         * src/mutt.c
9453         * src/mutt.h
9454         * src/news.c
9455         * src/news.h
9456         * src/news_gtk.c
9457         * src/news_gtk.h
9458         * src/partial_download.c
9459         * src/partial_download.h
9460         * src/pine.c
9461         * src/pine.h
9462         * src/pop.c
9463         * src/pop.h
9464         * src/prefs_account.c
9465         * src/prefs_account.h
9466         * src/prefs_actions.c
9467         * src/prefs_actions.h
9468         * src/prefs_common.c
9469         * src/prefs_common.h
9470         * src/prefs_compose_writing.c
9471         * src/prefs_compose_writing.h
9472         * src/prefs_customheader.c
9473         * src/prefs_customheader.h
9474         * src/prefs_display_header.c
9475         * src/prefs_display_header.h
9476         * src/prefs_filtering.c
9477         * src/prefs_filtering.h
9478         * src/prefs_filtering_action.c
9479         * src/prefs_filtering_action.h
9480         * src/prefs_folder_column.c
9481         * src/prefs_folder_column.h
9482         * src/prefs_folder_item.c
9483         * src/prefs_folder_item.h
9484         * src/prefs_fonts.c
9485         * src/prefs_fonts.h
9486         * src/prefs_gtk.c
9487         * src/prefs_gtk.h
9488         * src/prefs_image_viewer.c
9489         * src/prefs_image_viewer.h
9490         * src/prefs_matcher.c
9491         * src/prefs_matcher.h
9492         * src/prefs_message.c
9493         * src/prefs_msg_colors.c
9494         * src/prefs_msg_colors.h
9495         * src/prefs_other.c
9496         * src/prefs_quote.c
9497         * src/prefs_receive.c
9498         * src/prefs_send.c
9499         * src/prefs_spelling.c
9500         * src/prefs_spelling.h
9501         * src/prefs_summaries.c
9502         * src/prefs_summaries.h
9503         * src/prefs_summary_column.c
9504         * src/prefs_summary_column.h
9505         * src/prefs_template.c
9506         * src/prefs_template.h
9507         * src/prefs_themes.c
9508         * src/prefs_themes.h
9509         * src/prefs_toolbar.c
9510         * src/prefs_toolbar.h
9511         * src/prefs_wrapping.c
9512         * src/prefs_wrapping.h
9513         * src/privacy.c
9514         * src/privacy.h
9515         * src/procheader.c
9516         * src/procheader.h
9517         * src/procmime.c
9518         * src/procmime.h
9519         * src/procmsg.c
9520         * src/procmsg.h
9521         * src/quote_fmt.c
9522         * src/quote_fmt_parse.y
9523         * src/recv.c
9524         * src/recv.h
9525         * src/remotefolder.c
9526         * src/remotefolder.h
9527         * src/send_message.c
9528         * src/send_message.h
9529         * src/setup.c
9530         * src/setup.h
9531         * src/sourcewindow.c
9532         * src/sourcewindow.h
9533         * src/ssl_manager.c
9534         * src/ssl_manager.h
9535         * src/statusbar.c
9536         * src/statusbar.h
9537         * src/stock_pixmap.c
9538         * src/stock_pixmap.h
9539         * src/summary_search.c
9540         * src/summary_search.h
9541         * src/summaryview.c
9542         * src/summaryview.h
9543         * src/syldap.c
9544         * src/syldap.h
9545         * src/textview.c
9546         * src/textview.h
9547         * src/toolbar.c
9548         * src/toolbar.h
9549         * src/undo.c
9550         * src/undo.h
9551         * src/unmime.c
9552         * src/unmime.h
9553         * src/vcard.c
9554         * src/vcard.h
9555         * src/wizard.c
9556         * src/wizard.h
9557         * src/common/base64.c
9558         * src/common/base64.h
9559         * src/common/defs.h
9560         * src/common/hooks.c
9561         * src/common/hooks.h
9562         * src/common/log.c
9563         * src/common/log.h
9564         * src/common/mgutils.c
9565         * src/common/mgutils.h
9566         * src/common/nntp.c
9567         * src/common/nntp.h
9568         * src/common/passcrypt.c
9569         * src/common/passcrypt.h.in
9570         * src/common/plugin.c
9571         * src/common/plugin.h
9572         * src/common/prefs.c
9573         * src/common/prefs.h
9574         * src/common/progressindicator.c
9575         * src/common/progressindicator.h
9576         * src/common/quoted-printable.c
9577         * src/common/quoted-printable.h
9578         * src/common/session.c
9579         * src/common/session.h
9580         * src/common/smtp.c
9581         * src/common/smtp.h
9582         * src/common/socket.c
9583         * src/common/socket.h
9584         * src/common/ssl.c
9585         * src/common/ssl.h
9586         * src/common/ssl_certificate.c
9587         * src/common/ssl_certificate.h
9588         * src/common/stringtable.c
9589         * src/common/stringtable.h
9590         * src/common/sylpheed.c
9591         * src/common/sylpheed.h
9592         * src/common/template.c
9593         * src/common/template.h
9594         * src/common/timing.h
9595         * src/common/utils.c
9596         * src/common/utils.h
9597         * src/common/version.h.in
9598         * src/common/xml.c
9599         * src/common/xml.h
9600         * src/common/xmlprops.c
9601         * src/common/xmlprops.h
9602         * src/gtk/colorlabel.c
9603         * src/gtk/colorsel.c
9604         * src/gtk/colorsel.h
9605         * src/gtk/description_window.c
9606         * src/gtk/description_window.h
9607         * src/gtk/filesel.c
9608         * src/gtk/filesel.h
9609         * src/gtk/foldersort.c
9610         * src/gtk/foldersort.h
9611         * src/gtk/gtkutils.c
9612         * src/gtk/gtkutils.h
9613         * src/gtk/inputdialog.c
9614         * src/gtk/inputdialog.h
9615         * src/gtk/logwindow.c
9616         * src/gtk/logwindow.h
9617         * src/gtk/manage_window.c
9618         * src/gtk/manage_window.h
9619         * src/gtk/menu.c
9620         * src/gtk/menu.h
9621         * src/gtk/pluginwindow.c
9622         * src/gtk/pluginwindow.h
9623         * src/gtk/prefswindow.c
9624         * src/gtk/prefswindow.h
9625         * src/gtk/progressdialog.c
9626         * src/gtk/progressdialog.h
9627         * src/gtk/sslcertwindow.c
9628         * src/gtk/sslcertwindow.h
9629         * src/plugins/clamav/clamav_plugin.c
9630         * src/plugins/clamav/clamav_plugin.h
9631         * src/plugins/clamav/clamav_plugin_gtk.c
9632         * src/plugins/demo/demo.c
9633         * src/plugins/dillo_viewer/dillo_prefs.c
9634         * src/plugins/dillo_viewer/dillo_prefs.h
9635         * src/plugins/dillo_viewer/dillo_viewer.c
9636         * src/plugins/pgpcore/passphrase.c
9637         * src/plugins/pgpcore/passphrase.h
9638         * src/plugins/pgpcore/plugin.c
9639         * src/plugins/pgpcore/select-keys.c
9640         * src/plugins/pgpcore/select-keys.h
9641         * src/plugins/pgpcore/sgpgme.c
9642         * src/plugins/pgpcore/sgpgme.h
9643         * src/plugins/pgpinline/pgpinline.c
9644         * src/plugins/pgpinline/pgpinline.h
9645         * src/plugins/pgpinline/plugin.c
9646         * src/plugins/pgpmime/pgpmime.c
9647         * src/plugins/pgpmime/pgpmime.h
9648         * src/plugins/pgpmime/plugin.c
9649         * src/plugins/spamassassin/spamassassin.c
9650         * src/plugins/spamassassin/spamassassin.h
9651         * src/plugins/spamassassin/spamassassin_gtk.c
9652         * src/plugins/trayicon/trayicon.c
9653                 update copyright header
9654
9655 2006-01-13 [paul]       1.9.100cvs141
9656
9657         * src/account.c
9658         * src/export.c
9659         * src/import.c
9660         * src/mainwindow.c
9661         * src/prefs_account.c
9662         * src/prefs_display_header.c
9663         * src/prefs_receive.c
9664         * src/prefs_send.c
9665         * src/prefs_summaries.c
9666         * src/prefs_themes.c
9667         * src/prefs_toolbar.c
9668         * src/gtk/about.c
9669                 various cleanups
9670
9671 2006-01-12 [colin]      1.9.100cvs140
9672
9673         * src/folder.c
9674         * src/folder.h
9675         * src/main.c
9676                 Add --subscribe option
9677                 Let sylpheed-claws email@domain.com equivalent to --compose
9678                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9679
9680 2006-01-12 [paul]       1.9.100cvs139
9681
9682         * src/mainwindow.c
9683                 append 'Change folder order' label with '...'
9684         * src/prefs_actions.c
9685                 allow reordering of actions list by dnd
9686         * src/gtk/foldersort.c
9687                 make the dialog nicer
9688
9689 2006-01-11 [colin]      1.9.100cvs138
9690
9691         * src/compose.c
9692                 Allow templates without text
9693
9694 2006-01-11 [paul]       1.9.100cvs137
9695
9696         * tools/README
9697         * tools/filter_conv_new.pl
9698                 add info to README
9699                 also check .sylpheed for filter.xml
9700                 be a bit informative to the user
9701
9702 2006-01-11 [colin]      1.9.100cvs136
9703
9704         * src/textview.c
9705                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9706
9707 2006-01-10 [paul]       1.9.100cvs135
9708
9709         * tools/Makefile.am
9710         * tools/filter_conv_new.pl
9711                 add script to convert new style Sylpheed
9712                 filter rules (Sylpheed >= 0.9.99) to
9713                 Claws filtering rules
9714
9715 2006-01-10 [colin]      1.9.100cvs134
9716
9717         * src/compose.c
9718                 Fix broken line joins in certain conditions
9719                 (between two quoted lines: <enter><enter><up>
9720                  <type a wrapped sentence><go in the first line>
9721                  <insert more text><watch as line joining failed>)
9722
9723 2006-01-10 [paul]       1.9.100cvs133
9724
9725         * src/compose.c
9726                 don't report success in error dialog
9727                 thanks to Colin
9728         * src/common/utils.c
9729                 include some trailing punctuations as URI
9730                 thanks to Hiro
9731
9732 2006-01-10 [paul]       1.9.100cvs132
9733
9734         * src/mimeview.c
9735                 fix incompatible pointer type
9736                 warning
9737
9738 2006-01-10 [paul]       1.9.100cvs131
9739
9740         * src/compose.c
9741                 change Subject in window title
9742                 instantaneously
9743
9744 2006-01-09 [colin]      1.9.100cvs130
9745
9746         * src/addressbook.c
9747         * src/headerview.c
9748         * src/mainwindow.c
9749         * src/messageview.c
9750         * src/mimeview.c
9751         * src/noticeview.c
9752         * src/summaryview.c
9753                 Fix possible crashes on exit and in addressbook
9754
9755 2006-01-09 [paul]       1.9.100cvs129
9756
9757         * src/prefs_msg_colors.c
9758                 some cleanups that I forgot last time
9759
9760 2006-01-09 [paul]       1.9.100cvs128
9761
9762         * README
9763         * src/folderview.c
9764         * src/prefs_msg_colors.c
9765                 add previously hidden option, color_new, to
9766                 the gui
9767                 move the page to Display/
9768                 rework the gui
9769
9770 2006-01-09 [wwp]        1.9.100cvs127
9771
9772         * src/prefs_themes.c
9773                 made the prefs/display/themes layouts spacing less condensed
9774                 (and so they match other prefs/pages' look).
9775
9776 2006-01-09 [paul]       1.9.100cvs126
9777
9778         * src/compose.c
9779         * src/prefs_common.c
9780         * src/prefs_common.h
9781         * src/prefs_wrapping.c
9782                 remove 'wrap at send' option
9783
9784 2006-01-06 [colin]      1.9.100cvs125
9785
9786         * src/compose.c
9787                 Just make completely sure we don't insert "manual line breaks" 
9788                 when wrapping... 
9789
9790 2006-01-04 [paul]
9791
9792         * 2.0.0-rc3 released
9793
9794 2006-01-04 [paul]       1.9.100cvs124
9795
9796         * src/folderview.c
9797                 fix bug 882, 'quick scroll in folder list
9798                 displays wrong folder contents'
9799
9800 2006-01-04 [paul]       1.9.100cvs123
9801
9802         * src/plugins/pgpmime/pgpmime.c
9803                 better debug information when signing
9804                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9805
9806 2006-01-03 [colin]      1.9.100cvs122
9807
9808         * configure.ac
9809                 We need to recheck for gpgme 1.0.0 after checking
9810                 for 1.1.1, because if 1.1.1 isn't available, 
9811                 GPGME_LIBS and friends are blanked out by the 
9812                 second check.
9813
9814 2006-01-03 [colin]      1.9.100cvs121
9815
9816         * src/common/prefs.c
9817                 Windows unlink-before rename fix
9818         * src/plugins/pgpcore/sgpgme.c
9819                 Add support for PKA info if available
9820                 Both patches by Werner Koch
9821
9822 2006-01-03 [paul]       1.9.100cvs120
9823
9824         * src/messageview.c
9825                 fix bug 884, 'Send receipt' button visible in queue
9826                 Thanks to Colin
9827
9828 2006-01-02 [colin]      1.9.100cvs119
9829
9830         * src/compose.c
9831         * src/imap.c
9832                 Fix autosave on IMAP and more generally try to
9833                 return the correct ID on a newly added IMAP message
9834
9835 2006-01-02 [paul]       1.9.100cvs118
9836
9837         * manual/keyboard.xml
9838                 edited
9839
9840 2006-01-01 [paul]       1.9.100cvs117
9841
9842         * src/gtk/authors.h
9843                 alphabetical order
9844
9845 2005-12-30 [colin]      1.9.100cvs116
9846
9847         * manual/advanced.xml
9848                 Explain Pre/Post-processing differences.
9849
9850 2005-12-30 [colin]      1.9.100cvs115
9851
9852         * src/mh.c
9853                 Implement copy_msgs for a little optimization
9854         * src/imap.c
9855                 Finish yesterday's fix
9856
9857 2005-12-29 [colin]      1.9.100cvs114
9858
9859         * src/imap.c
9860                 Fix occasional failure in fetching a mail over
9861                 IMAP
9862
9863 2005-12-29 [colin]      1.9.100cvs113
9864
9865         * src/compose.c
9866                 Don't remove a draft when sending it, if it is 
9867                 locked.
9868
9869 2005-12-28 [colin]      1.9.100cvs112
9870
9871         * src/summaryview.c
9872                 Fix leak for real
9873
9874 2005-12-28 [wwp]        1.9.100cvs111
9875
9876         * doc/faq/.cvsignore
9877         * doc/faq/de/.cvsignore
9878         * doc/faq/en/.cvsignore
9879         * doc/faq/es/.cvsignore
9880         * doc/faq/fr/.cvsignore
9881         * doc/faq/it/.cvsignore
9882         * doc/manual/.cvsignore
9883         * doc/manual/de/.cvsignore
9884         * doc/manual/en/.cvsignore
9885         * doc/manual/es/.cvsignore
9886         * doc/manual/fr/.cvsignore
9887         * doc/manual/ja/.cvsignore
9888         * src/plugins/mathml_viewer/.cvsignore
9889                 rollback revival of those files (my bad, sorry for the noise).
9890
9891 2005-12-28 [wwp]        1.9.100cvs110
9892
9893         * src/compose.c
9894                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9895
9896 2005-12-28 [wwp]        1.9.100cvs109
9897
9898         * doc/faq/.cvsignore
9899         * doc/faq/de/.cvsignore
9900         * doc/faq/en/.cvsignore
9901         * doc/faq/es/.cvsignore
9902         * doc/faq/fr/.cvsignore
9903         * doc/faq/it/.cvsignore
9904         * doc/manual/.cvsignore
9905         * doc/manual/de/.cvsignore
9906         * doc/manual/en/.cvsignore
9907         * doc/manual/es/.cvsignore
9908         * doc/manual/fr/.cvsignore
9909         * doc/manual/ja/.cvsignore
9910         * src/plugins/mathml_viewer/.cvsignore
9911         * po/.cvsignore
9912                 more files to ignore.
9913
9914 2005-12-24 [colin]      1.9.100cvs108
9915
9916         * AUTHORS
9917         * src/gtk/authors.h
9918                 Update for Werner
9919
9920 2005-12-24 [colin]      1.9.100cvs107
9921
9922         * src/procmsg.c
9923                 Allow NULL src_msginfo in 
9924                 procmsg_msginfo_new_from_mimeinfo
9925
9926 2005-12-23 [paul]       1.9.100cvs106
9927
9928         * src/plugins/pgpinline/mypgpcore.def
9929                 add this forgotten file
9930
9931 2005-12-23 [colin]      1.9.100cvs105
9932
9933         * src/mainwindow.c
9934                 Fix missing break
9935
9936 2005-12-23 [colin]      1.9.100cvs104
9937
9938         * autogen.sh
9939         * src/folder.c
9940         * src/mh.c
9941         * src/common/plugin.c
9942         * src/common/socket.c
9943         * src/common/socket.h
9944         * src/common/utils.c
9945         * src/common/utils.h
9946         * src/gtk/pluginwindow.c
9947         * src/plugins/pgpcore/plugin.def
9948         * src/plugins/pgpcore/sylpheed.def
9949         * src/plugins/pgpinline/Makefile.am
9950         * src/plugins/pgpinline/plugin.def
9951         * src/plugins/pgpinline/sylpheed.def
9952         * src/plugins/pgpmime/plugin.def
9953         * src/plugins/pgpmime/sylpheed.def
9954                 Various w32 fixes by Werner Koch
9955
9956 2005-12-22 [paul]       1.9.100cvs103
9957
9958         * src/wizard.c
9959                 don't offer IMAP as 'server type' if
9960                 libetpan isn't built in
9961
9962 2005-12-22 [paul]       1.9.100cvs102
9963
9964         * AUTHORS
9965         * src/mainwindow.c
9966         * src/mainwindow.h
9967         * src/toolbar.c
9968         * src/gtk/authors.h
9969                 support GTK_TOOLBAR_BOTH_HORIZ (text
9970                 next to icon) Patch by Marien Zwart
9971                 marienz@users.sf.net
9972                 Also reword the text
9973
9974 2005-12-21 [colin]      1.9.100cvs101
9975
9976         * configure.ac
9977                 Fix DATADIRNAME
9978         * COPYING
9979                 Fix missing section and explicit the exception better
9980         * src/compose.c
9981                 Prevent mail from being lost without notice when an
9982                 SMTP error happens on trying to send an unmodified
9983                 drafted mail.
9984         * src/send_message.c
9985         * src/common/smtp.c
9986                 Fix password remembering when wrong, and add return
9987                 value checks where they should have been
9988         * src/plugins/pgpcore/sylpheed.def
9989         * src/plugins/pgpinline/sylpheed.def
9990         * src/plugins/pgpmime/sylpheed.def
9991                 Add a few symbols needed
9992
9993 2005-12-21 [paul]       1.9.100cvs100
9994
9995         * m4/codeset.m4
9996         * m4/glibc21.m4
9997         * m4/intdiv0.m4
9998         * m4/inttypes-pri.m4
9999         * m4/inttypes.m4
10000         * m4/inttypes_h.m4
10001         * m4/isc-posix.m4
10002         * m4/lcmessage.m4
10003         * m4/stdint_h.m4
10004         * m4/uintmax_t.m4
10005                 gettextization
10006                 thanks to Colin
10007
10008 2005-12-21 [paul]       1.9.100cvs99
10009
10010         * po/sv.po
10011                 fixed by Colin
10012
10013 2005-12-20 [paul]       1.9.100cvs98
10014
10015         * po/sv.po
10016                 updated by Anders Trobäck
10017
10018 2005-12-20 [colin]      1.9.100cvs97
10019
10020         * ABOUT-NLS
10021         * Makefile.am
10022         * autogen.sh
10023         * configure.ac
10024         * config/config.rpath
10025         * config/mkinstalldirs
10026         * m4/Makefile.am
10027         * m4/glibc2.m4
10028         * m4/gnupg.m4
10029         * m4/gpgme.m4
10030         * m4/intmax.m4
10031         * m4/longdouble.m4
10032         * m4/longlong.m4
10033         * m4/printf-posix.m4
10034         * m4/signed.m4
10035         * m4/size_max.m4
10036         * m4/ulonglong.m4
10037         * m4/wchar_t.m4
10038         * m4/wint_t.m4
10039         * m4/xsize.m4
10040         * po/Makefile.in.in
10041         * po/Makevars
10042         * po/bg.po
10043         * po/ca.po
10044         * po/cs.po
10045         * po/de.po
10046         * po/el.po
10047         * po/en_GB.po
10048         * po/es.po
10049         * po/fi.po
10050         * po/fr.po
10051         * po/hr.po
10052         * po/hu.po
10053         * po/it.po
10054         * po/ja.po
10055         * po/ko.po
10056         * po/nb.po
10057         * po/nl.po
10058         * po/pl.po
10059         * po/pt_BR.po
10060         * po/ru.po
10061         * po/sk.po
10062         * po/sr.po
10063         * po/stamp-po
10064         * po/sv.po
10065         * po/zh_CN.po
10066         * po/zh_TW.po
10067         * src/Makefile.am
10068         * src/codeconv.c
10069         * src/compose.c
10070         * src/exporthtml.c
10071         * src/exportldif.c
10072         * src/folder.c
10073         * src/main.c
10074         * src/manual.c
10075         * src/mh.c
10076         * src/mimeview.c
10077         * src/send_message.c
10078         * src/common/Makefile.am
10079         * src/common/fnmatch.c
10080         * src/common/fnmatch.h
10081         * src/common/fnmatch_loop.c
10082         * src/common/nntp.c
10083         * src/common/plugin.c
10084         * src/common/smtp.c
10085         * src/common/socket.c
10086         * src/common/string_match.c
10087         * src/common/sylpheed.c
10088         * src/common/utils.c
10089         * src/common/utils.h
10090         * src/common/w32_dirent.c
10091         * src/common/w32_reg.c
10092         * src/common/w32_signal.c
10093         * src/common/w32_stat.c
10094         * src/common/w32_stdio.c
10095         * src/common/w32_stdlib.c
10096         * src/common/w32_string.c
10097         * src/common/w32_time.c
10098         * src/common/w32_unistd.c
10099         * src/common/w32_wait.c
10100         * src/common/w32lib.h
10101         * src/etpan/Makefile.am
10102         * src/gtk/Makefile.am
10103         * src/plugins/clamav/Makefile.am
10104         * src/plugins/demo/Makefile.am
10105         * src/plugins/dillo_viewer/Makefile.am
10106         * src/plugins/pgpcore/Makefile.am
10107         * src/plugins/pgpcore/passphrase.c
10108         * src/plugins/pgpcore/plugin.def
10109         * src/plugins/pgpcore/sgpgme.c
10110         * src/plugins/pgpcore/sylpheed.def
10111         * src/plugins/pgpcore/version.rc
10112         * src/plugins/pgpinline/Makefile.am
10113         * src/plugins/pgpinline/plugin.def
10114         * src/plugins/pgpinline/sylpheed.def
10115         * src/plugins/pgpinline/version.rc
10116         * src/plugins/pgpmime/Makefile.am
10117         * src/plugins/pgpmime/mypgpcore.def
10118         * src/plugins/pgpmime/plugin.def
10119         * src/plugins/pgpmime/sylpheed.def
10120         * src/plugins/pgpmime/version.rc
10121         * src/plugins/spamassassin/Makefile.am
10122                 Very little ;-) patch from Werner Koch, providing
10123                 infrastructure for cross-compiling to Win32
10124
10125 2005-12-20 [paul]       1.9.100cvs96
10126
10127         * src/account.c
10128         * src/account.h
10129         * src/mainwindow.c
10130         * src/mainwindow.h
10131         * src/toolbar.c
10132         * src/toolbar.h
10133                 add a combo to the Get All button, allowing
10134                 quick retrieval from any account
10135                 Patch by Fabien Vantard, slightly modified
10136                 by Colin
10137         * src/gtk/about.c
10138                 i18n fix. Patch by Fabien Vantard
10139
10140 2005-12-19 [colin]      1.9.100cvs95
10141
10142         * src/compose.c
10143         * src/compose.h
10144                 Don't automatically join lines when they've 
10145                 been separated by the user and not automatically
10146
10147 2005-12-19 [paul]       1.9.100cvs94
10148
10149         * src/gtk/pluginwindow.c
10150                 i18n fix.
10151                 Patch by Fabien Vantard
10152
10153 2005-12-15 [paul]       1.9.100cvs93
10154
10155         * src/common/plugin.c
10156         * src/common/plugin.h
10157         * src/gtk/pluginwindow.c
10158         * src/plugins/clamav/clamav_plugin.c
10159         * src/plugins/demo/demo.c
10160         * src/plugins/dillo_viewer/dillo_viewer.c
10161         * src/plugins/pgpcore/plugin.c
10162         * src/plugins/pgpinline/plugin.c
10163         * src/plugins/pgpmime/plugin.c
10164         * src/plugins/spamassassin/spamassassin.c
10165         * src/plugins/trayicon/trayicon.c
10166                 add plugin_version()
10167
10168 2005-12-15 [colin]      1.9.100cvs92
10169
10170         * src/compose.c
10171                 Further fix bug #875
10172
10173 2005-12-15 [paul]       1.9.100cvs91
10174
10175         * src/gtk/filesel.c
10176                 fix attach_load_dir getting set to
10177                 PLUGINDIR on plugin load
10178
10179 2005-12-14 [mones]      1.9.100cvs90
10180
10181         * manual/ack.xml
10182         * manual/keyboard.xml
10183                 Initial draft and some shortcuts added
10184                 
10185         * po/es.po
10186                 Updated translation
10187
10188 2005-12-14 [colin]      1.9.100cvs89
10189
10190         * src/compose.c
10191         * src/imap.c
10192         * src/summaryview.c
10193         * src/gtk/gtkaspell.c
10194                 More leaks fixed
10195         * src/prefs_folder_item.c
10196                 Fix recursive prefs apply
10197
10198
10199 2005-12-14 [colin]      1.9.100cvs88
10200
10201         * src/compose.c
10202                 Fix bug #875 (Freeze On Inline Forward of 
10203                 Large Message)
10204
10205 2005-12-13 [colin]      1.9.100cvs87
10206
10207         * src/compose.c
10208                 Uniq-ify and sort the mimetypes list
10209                 Patch by Fabien Vantard
10210
10211 2005-12-13 [colin]      1.9.100cvs86
10212
10213         * src/imap.c
10214         * src/etpan/imap-thread.c
10215                 Fix leaks (patch by Hoa)
10216         * src/news.c
10217         * src/common/plugin.c
10218                 Fix leaks
10219
10220 2005-12-12 [colin]
10221
10222         * 2.0.0-rc2 released
10223
10224 2005-12-12 [colin]      1.9.100cvs85
10225
10226         * src/matcher.c
10227                 Fix a leak
10228
10229 2005-12-12 [wwp]        1.9.100cvs84
10230
10231         * src/gtk/icon_legend.c
10232                 fix misbehaviour and crash when closing the legend window
10233         using the Esc key (patch by Fabien Vantard).
10234
10235 2005-12-12 [paul]       1.9.100cvs83
10236
10237         * src/browseldap.c
10238         * src/foldersel.c
10239         * src/prefs_actions.c
10240         * src/prefs_filtering.c
10241         * src/prefs_matcher.c
10242         * src/prefs_spelling.glade      ** REMOVED **
10243         * src/prefs_template.c
10244         * src/gtk/foldersort.glade      ** REMOVED **
10245         * src/gtk/pluginwindow.c
10246         * src/gtk/pluginwindow.glade    ** REMOVED **
10247         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10248                 cleanups
10249
10250 2005-12-11 [paul]       1.9.100cvs82
10251
10252         * src/gtk/filesel.c
10253                 fix attach_load_dir crasher (double free)
10254
10255 2005-12-09 [paul]       1.9.100cvs81
10256
10257         * po/POTFILES.in
10258         * src/mainwindow.c
10259         * src/gtk/Makefile.am
10260         * src/gtk/icon_legend.c
10261         * src/gtk/icon_legend.h
10262                 add icon legend
10263         * src/manual.c
10264                 cleanup
10265
10266 2005-12-09 [paul]       1.9.100cvs80
10267
10268         * src/plugins/pgpcore/passphrase.c
10269                 wrap the label in the dialog
10270
10271 2005-12-09 [colin]      1.9.100cvs79
10272
10273         * src/plugins/pgpcore/sgpgme.c
10274                 Display (untrusted) on not trusted signatures
10275                 Patch by Michal Èihaø <michal@cihar.com>
10276                 Closes bug #867 (Report also key trust)
10277
10278 2005-12-09 [colin]      1.9.100cvs78
10279
10280         * src/common/plugin.c
10281                 Update licence check, following Eben Moglen's advice
10282
10283 2005-12-08 [colin]      1.9.100cvs77
10284
10285         * src/folder.c
10286                 Fix the occasionnal item->cache != NULL 
10287                 assertion failure. 
10288
10289 2005-12-08 [colin]      1.9.100cvs76
10290
10291         * src/mimeview.c
10292         * src/plugins/pgpcore/sgpgme.c
10293                 Print key id when unable to check it
10294                 Closes bug #866 (Show key id when missing)
10295
10296 2005-12-08 [paul]       1.9.100cvs75
10297
10298         * src/prefs_common.c
10299         * src/prefs_common.h
10300         * src/gtk/filesel.c
10301                 remember load attachment dir
10302
10303 2005-12-07 [colin]      1.9.100cvs74
10304
10305         * src/prefs_toolbar.c
10306                 Gtk fixes, patch by Fabien Vantard
10307
10308 2005-12-07 [colin]      1.9.100cvs73
10309
10310         * src/action.c
10311         * src/compose.c
10312         * src/compose.h
10313                 Fix bug #839 (Quoted text isn't colored after 
10314                 executing an action)
10315         * src/common/plugin.c
10316                 Require plugins to declare their licence in plugin_licence()
10317                 Refuse to load non-GPL plugins as they'd be illegal (as 
10318                 derived works of Sylpheed-Claws, they must be GPL).
10319         * src/plugins/clamav/clamav_plugin.c
10320         * src/plugins/demo/demo.c
10321         * src/plugins/dillo_viewer/dillo_viewer.c
10322         * src/plugins/pgpcore/plugin.c
10323         * src/plugins/pgpinline/plugin.c
10324         * src/plugins/pgpmime/plugin.c
10325         * src/plugins/spamassassin/spamassassin.c
10326         * src/plugins/trayicon/trayicon.c
10327                 Add plugin_licence()
10328
10329 2005-12-07 [paul]       1.9.100cvs72
10330
10331         * configure.ac
10332         * src/mainwindow.c
10333         * src/manual.c
10334         * src/manual.h
10335         * src/common/defs.h
10336                 clean up after local FAQ removal and
10337                 temporary manual removal
10338
10339 2005-12-06 [colin]      1.9.100cvs71
10340
10341         * configure.ac
10342         * doc/Makefile.am
10343         * doc/faq/.cvsignore
10344         * doc/faq/Makefile.am
10345         * doc/faq/de/.cvsignore
10346         * doc/faq/de/Makefile.am
10347         * doc/faq/de/sylpheed-faq-1.html
10348         * doc/faq/de/sylpheed-faq-2.html
10349         * doc/faq/de/sylpheed-faq-3.html
10350         * doc/faq/de/sylpheed-faq.html
10351         * doc/faq/en/.cvsignore
10352         * doc/faq/en/Makefile.am
10353         * doc/faq/en/sylpheed-faq-1.html
10354         * doc/faq/en/sylpheed-faq-2.html
10355         * doc/faq/en/sylpheed-faq-3.html
10356         * doc/faq/en/sylpheed-faq-4.html
10357         * doc/faq/en/sylpheed-faq.html
10358         * doc/faq/es/.cvsignore
10359         * doc/faq/es/Makefile.am
10360         * doc/faq/es/sylpheed-faq-1.html
10361         * doc/faq/es/sylpheed-faq-2.html
10362         * doc/faq/es/sylpheed-faq-3.html
10363         * doc/faq/es/sylpheed-faq-4.html
10364         * doc/faq/es/sylpheed-faq.html
10365         * doc/faq/fr/.cvsignore
10366         * doc/faq/fr/Makefile.am
10367         * doc/faq/fr/sylpheed-faq-1.html
10368         * doc/faq/fr/sylpheed-faq-2.html
10369         * doc/faq/fr/sylpheed-faq-3.html
10370         * doc/faq/fr/sylpheed-faq.html
10371         * doc/faq/it/.cvsignore
10372         * doc/faq/it/Makefile.am
10373         * doc/faq/it/sylpheed-faq-1.html
10374         * doc/faq/it/sylpheed-faq-2.html
10375         * doc/faq/it/sylpheed-faq-3.html
10376         * doc/faq/it/sylpheed-faq.html
10377         * doc/manual/.cvsignore
10378         * doc/manual/Makefile.am
10379         * doc/manual/de/.cvsignore
10380         * doc/manual/de/Makefile.am
10381         * doc/manual/de/sylpheed-1.html
10382         * doc/manual/de/sylpheed-10.html
10383         * doc/manual/de/sylpheed-11.html
10384         * doc/manual/de/sylpheed-12.html
10385         * doc/manual/de/sylpheed-13.html
10386         * doc/manual/de/sylpheed-14.html
10387         * doc/manual/de/sylpheed-15.html
10388         * doc/manual/de/sylpheed-16.html
10389         * doc/manual/de/sylpheed-17.html
10390         * doc/manual/de/sylpheed-18.html
10391         * doc/manual/de/sylpheed-19.html
10392         * doc/manual/de/sylpheed-2.html
10393         * doc/manual/de/sylpheed-20.html
10394         * doc/manual/de/sylpheed-3.html
10395         * doc/manual/de/sylpheed-4.html
10396         * doc/manual/de/sylpheed-5.html
10397         * doc/manual/de/sylpheed-6.html
10398         * doc/manual/de/sylpheed-7.html
10399         * doc/manual/de/sylpheed-8.html
10400         * doc/manual/de/sylpheed-9.html
10401         * doc/manual/de/sylpheed.html
10402         * doc/manual/en/.cvsignore
10403         * doc/manual/en/Makefile.am
10404         * doc/manual/en/sylpheed-1.html
10405         * doc/manual/en/sylpheed-10.html
10406         * doc/manual/en/sylpheed-11.html
10407         * doc/manual/en/sylpheed-12.html
10408         * doc/manual/en/sylpheed-13.html
10409         * doc/manual/en/sylpheed-14.html
10410         * doc/manual/en/sylpheed-15.html
10411         * doc/manual/en/sylpheed-16.html
10412         * doc/manual/en/sylpheed-17.html
10413         * doc/manual/en/sylpheed-18.html
10414         * doc/manual/en/sylpheed-19.html
10415         * doc/manual/en/sylpheed-2.html
10416         * doc/manual/en/sylpheed-20.html
10417         * doc/manual/en/sylpheed-21.html
10418         * doc/manual/en/sylpheed-22.html
10419         * doc/manual/en/sylpheed-3.html
10420         * doc/manual/en/sylpheed-4.html
10421         * doc/manual/en/sylpheed-5.html
10422         * doc/manual/en/sylpheed-6.html
10423         * doc/manual/en/sylpheed-7.html
10424         * doc/manual/en/sylpheed-8.html
10425         * doc/manual/en/sylpheed-9.html
10426         * doc/manual/en/sylpheed.html
10427         * doc/manual/es/.cvsignore
10428         * doc/manual/es/Makefile.am
10429         * doc/manual/es/sylpheed-1.html
10430         * doc/manual/es/sylpheed-10.html
10431         * doc/manual/es/sylpheed-11.html
10432         * doc/manual/es/sylpheed-12.html
10433         * doc/manual/es/sylpheed-13.html
10434         * doc/manual/es/sylpheed-14.html
10435         * doc/manual/es/sylpheed-15.html
10436         * doc/manual/es/sylpheed-16.html
10437         * doc/manual/es/sylpheed-17.html
10438         * doc/manual/es/sylpheed-18.html
10439         * doc/manual/es/sylpheed-19.html
10440         * doc/manual/es/sylpheed-2.html
10441         * doc/manual/es/sylpheed-20.html
10442         * doc/manual/es/sylpheed-3.html
10443         * doc/manual/es/sylpheed-4.html
10444         * doc/manual/es/sylpheed-5.html
10445         * doc/manual/es/sylpheed-6.html
10446         * doc/manual/es/sylpheed-7.html
10447         * doc/manual/es/sylpheed-8.html
10448         * doc/manual/es/sylpheed-9.html
10449         * doc/manual/es/sylpheed.html
10450         * doc/manual/fr/.cvsignore
10451         * doc/manual/fr/Makefile.am
10452         * doc/manual/fr/sylpheed-1.html
10453         * doc/manual/fr/sylpheed-10.html
10454         * doc/manual/fr/sylpheed-11.html
10455         * doc/manual/fr/sylpheed-12.html
10456         * doc/manual/fr/sylpheed-13.html
10457         * doc/manual/fr/sylpheed-14.html
10458         * doc/manual/fr/sylpheed-15.html
10459         * doc/manual/fr/sylpheed-16.html
10460         * doc/manual/fr/sylpheed-17.html
10461         * doc/manual/fr/sylpheed-18.html
10462         * doc/manual/fr/sylpheed-19.html
10463         * doc/manual/fr/sylpheed-2.html
10464         * doc/manual/fr/sylpheed-20.html
10465         * doc/manual/fr/sylpheed-3.html
10466         * doc/manual/fr/sylpheed-4.html
10467         * doc/manual/fr/sylpheed-5.html
10468         * doc/manual/fr/sylpheed-6.html
10469         * doc/manual/fr/sylpheed-7.html
10470         * doc/manual/fr/sylpheed-8.html
10471         * doc/manual/fr/sylpheed-9.html
10472         * doc/manual/fr/sylpheed.html
10473         * doc/manual/ja/.cvsignore
10474         * doc/manual/ja/Makefile.am
10475         * doc/manual/ja/sylpheed-1.html
10476         * doc/manual/ja/sylpheed-10.html
10477         * doc/manual/ja/sylpheed-11.html
10478         * doc/manual/ja/sylpheed-12.html
10479         * doc/manual/ja/sylpheed-13.html
10480         * doc/manual/ja/sylpheed-14.html
10481         * doc/manual/ja/sylpheed-15.html
10482         * doc/manual/ja/sylpheed-16.html
10483         * doc/manual/ja/sylpheed-17.html
10484         * doc/manual/ja/sylpheed-18.html
10485         * doc/manual/ja/sylpheed-19.html
10486         * doc/manual/ja/sylpheed-2.html
10487         * doc/manual/ja/sylpheed-20.html
10488         * doc/manual/ja/sylpheed-3.html
10489         * doc/manual/ja/sylpheed-4.html
10490         * doc/manual/ja/sylpheed-5.html
10491         * doc/manual/ja/sylpheed-6.html
10492         * doc/manual/ja/sylpheed-7.html
10493         * doc/manual/ja/sylpheed-8.html
10494         * doc/manual/ja/sylpheed-9.html
10495         * doc/manual/ja/sylpheed.html
10496         * doc/manual/ja/sylpheed.sgml
10497         * src/mainwindow.c
10498                 Remove outdated manual and faq. Noisy, eh?
10499
10500 2005-12-06 [colin]      1.9.100cvs70
10501
10502         * src/compose.c
10503         * src/quote_fmt_parse.y
10504         * src/undo.c
10505         * src/undo.h
10506                 Allow %X to position cursor at 0 
10507                 (no %X = before signature)
10508                 Fix paste as quotation putting the cursor at 0
10509                 Fix undo offsets when pasting
10510                 Insert the quote_fmt at once instead of line 
10511                 by line
10512                 Fix [Edited] when starting to reply/forward
10513
10514 2005-12-06 [paul]       1.9.100cvs69
10515
10516         * src/plugins/clamav/clamav_plugin_gtk.c
10517                 add another tooltip
10518         * src/plugins/spamassassin/spamassassin_gtk.c
10519                 rework spamassassin_create_widget_func()
10520
10521 2005-12-05 [colin]      1.9.100cvs68
10522
10523         * po/POTFILES.in
10524                 Fix make release ;-)
10525
10526 2005-12-05 [colin]      1.9.100cvs67
10527
10528         * src/compose.c
10529         * src/compose.h
10530                 Fix cursor positioning (not obeying %X)
10531
10532 2005-12-05 [paul]       1.9.100cvs66
10533
10534         * src/plugins/dillo_viewer/dillo_prefs.c
10535                 fix compilation warning
10536
10537 2005-12-05 [paul]       1.9.100cvs65
10538
10539         * src/prefs_spelling.c
10540         * src/plugins/trayicon/trayicon.c
10541                 cleanups - remove unused stuff
10542
10543 2005-12-05 [paul]       1.9.100cvs64
10544
10545         * README
10546         * manual/plugins.xml
10547                 remove info about removed mathml_viewer plugin
10548
10549 2005-12-05 [paul]       1.9.100cvs63
10550
10551         * configure.ac
10552         * src/plugins/Makefile.am
10553         * src/plugins/mathml_viewer/.cvsignore
10554         * src/plugins/mathml_viewer/Makefile.am
10555         * src/plugins/mathml_viewer/mathml_viewer.c
10556                 remove unmaintained mathml_viewer plugin
10557
10558 2005-12-05 [paul]       1.9.100cvs62
10559
10560         * src/summaryview.c
10561                 obey prefs_common.always_show_msg when
10562                 moving a msg
10563                 Thanks to Colin
10564
10565 2005-12-05 [paul]       1.9.100cvs61
10566
10567         * src/compose.c
10568         * src/prefs_account.c
10569         * src/prefs_filtering.c
10570         * src/prefs_quote.c
10571         * src/prefs_spelling.c
10572         * src/prefs_toolbar.c
10573         * src/summaryview.c
10574         * src/gtk/gtkutils.c
10575         * src/gtk/quicksearch.c
10576         * src/plugins/dillo_viewer/dillo_prefs.c
10577                 dialog cleanups
10578
10579 2005-12-04 [paul]       1.9.100cvs60
10580
10581         * src/inc.c
10582         * src/prefs_account.c
10583         * src/prefs_account.h
10584                 allow a Local account to specify a
10585                 default inbox
10586                 (closes bug 843 'Inbox cannot be changed for local
10587                  mailboxes')
10588
10589 2005-12-04 [colin]      1.9.100cvs59
10590
10591         * src/plugins/trayicon/trayicon.c
10592                 Remove Get, rename Get All to Get Mail in order to
10593                 be consistent with the default main toolbar
10594
10595 2005-12-03 [colin]      1.9.100cvs58
10596
10597         * manual/gpl.xml
10598         * manual/sylpheed-claws-manual.xml
10599                 Add GPL appendix
10600
10601 2005-12-03 [paul]       1.9.100cvs57
10602
10603         * AUTHORS
10604         * po/sv.po
10605         * src/gtk/authors.h
10606                 new (partially complete) Swedish translation
10607                 by Anders Troback <sylpheed@troback.com>
10608
10609 2005-12-02 [paul]       1.9.100cvs56
10610
10611         * configure.ac
10612                 libetpan 0.41 required
10613
10614 2005-12-02 [paul]       1.9.100cvs55
10615
10616         * src/plugins/clamav/clamav_plugin.c
10617         * src/plugins/clamav/clamav_plugin.h
10618         * src/plugins/clamav/clamav_plugin_gtk.c
10619         * src/plugins/spamassassin/spamassassin.c
10620         * src/plugins/spamassassin/spamassassin.h
10621         * src/plugins/spamassassin/spamassassin_gtk.c
10622                 unregister prefs pages on unloading, thus
10623                 preventing a crash
10624                 (thanks to Colin for the hint)
10625
10626 2005-12-02 [wwp]        1.9.100cvs54
10627
10628         * src/quote_fmt.h
10629         * src/quote_fmt_parse.y
10630                 fix misuse of gboolean*, use gboolean instead
10631                 (thanks to Paul, Colin, for pointing out that scaring one)
10632
10633 2005-12-02 [paul]       1.9.100cvs53
10634
10635         * src/plugins/clamav/clamav_plugin.c
10636                 int no --> unsigned int no
10637         * src/plugins/clamav/clamav_plugin_gtk.c
10638                 rework config page
10639
10640 2005-12-02 [wwp]        1.9.100cvs52
10641
10642         * src/compose.c
10643         * src/prefs_template.c
10644         * src/quote_fmt.h
10645         * src/quote_fmt_parse.y
10646                 prevent from executing |f and |p templates commands when
10647                 adding or replacing templates in prefs (avoids annoying and
10648                 potentially dangerous behaviours)
10649
10650 2005-12-02 [paul]       1.9.100cvs51
10651
10652         * src/prefs_common.c
10653                 allow translation of some default values
10654                 Patch by Fabien Vantard
10655
10656 2005-12-02 [paul]       1.9.100cvs50
10657
10658         * src/codeconv.c
10659         * src/codeconv.h
10660         * src/prefs_common.c
10661         * src/prefs_common.h
10662         * src/prefs_message.c
10663         * src/textview.c
10664                 remove obsolete 'convert_mb_alnum' option
10665                 and related stuff
10666         * src/gtk/about.c
10667                 remove unused 'about_textview_visibility_notify'
10668
10669 2005-12-02 [paul]       1.9.100cvs49
10670
10671         * src/prefs_account.c
10672         * src/prefs_compose_writing.c
10673         * src/prefs_fonts.c
10674         * src/prefs_gtk.h
10675         * src/prefs_image_viewer.c
10676         * src/prefs_message.c
10677         * src/prefs_other.c
10678         * src/prefs_receive.c
10679         * src/prefs_send.c
10680         * src/prefs_spelling.c
10681         * src/prefs_summaries.c
10682         * src/prefs_wrapping.c
10683         * src/plugins/dillo_viewer/dillo_prefs.c
10684         * src/plugins/pgpcore/prefs_gpg.c
10685                 several cleanups to the prefs dialogs
10686                 (slightly modified) patch by Fabien Vantard
10687
10688 2005-12-02 [paul]       1.9.100cvs48
10689
10690         * src/main.c
10691                 --exit means exit
10692         * src/send_message.c
10693                 fix crash on send when connection fails
10694
10695         Thanks to Colin
10696
10697 2005-12-01 [colin]      1.9.100cvs47
10698
10699         * src/html.c
10700                 Translate &hellip; to "..."
10701
10702 2005-11-30 [colin]      1.9.100cvs46
10703
10704         * src/matcher.c
10705         * src/matcher.h
10706                 Optimize back yesterday's fix.
10707
10708 2005-11-30 [paul]       1.9.100cvs45
10709
10710         * manual/faq.xml
10711                 standardised
10712         * manual/intro.xml
10713                 written by Colin, edited by me
10714
10715 2005-11-29 [colin]      1.9.100cvs44
10716
10717         * src/matcher.c
10718                 Skip headers unconditionnaly in match_body if the
10719                 rule is not message or ~message
10720
10721 2005-11-29 [colin]      1.9.100cvs43
10722
10723         * src/matcher.c
10724                 Fix body_part and such, not skipping headers 
10725                 if the matchcriteria wasn't the first in the rule
10726
10727 2005-11-29 [colin]      1.9.100cvs42
10728
10729         * src/compose.c
10730                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10731                 option missing from message view window)
10732                 Fix double text D'n'D with gtk-2.8
10733         * src/matcher.c
10734                 Fix ~message, ~headers_part, ~body_part rules
10735         * src/messageview.c
10736                 Add Windows-1252 (Closes bug #863)
10737                 Fix accels
10738         * src/gtk/gtkaspell.c
10739                 Properly destroy accels in all menus
10740
10741 2005-11-29 [mones]      1.9.100cvs41
10742
10743         * po/es.po
10744                 Updated.
10745
10746 2005-11-27 [colin]      1.9.100cvs40
10747
10748         * src/mh_gtk.c
10749                 "/Remove mailbox" -> "/Remove mailbox..."
10750
10751 2005-11-27 [paul]       1.9.100cvs39
10752
10753         * AUTHORS
10754         * po/de.po
10755         * src/gtk/authors.h
10756                 updated by new maintainer, Stephan Sachse
10757
10758 2005-11-27 [paul]       1.9.100cvs38
10759
10760         * manual/faq.xml
10761                 written by Colin, edited by me
10762
10763 2005-11-27 [paul]       1.9.100cvs37
10764
10765         * src/prefs_common.c
10766         * src/prefs_common.h
10767         * src/prefs_receive.c
10768         * src/prefs_summaries.c
10769                 move 'go to inbox after receiving new mail'
10770                 option from display/sumamaries to mail
10771                 handling/receive, and rework prefs_summaries
10772                 dialog a little
10773
10774 2005-11-25 [martin]     1.9.100cvs36
10775
10776         * po/de.po
10777             fixed windows-1252 translation;
10778             translated some new and fuzzy strings
10779
10780 2005-11-25 [paul]       1.9.100cvs35
10781
10782         * src/plugins/clamav/clamav_plugin.c
10783                 complete the update done in cvs34
10784
10785 2005-11-25 [paul]       1.9.100cvs34
10786
10787         * src/plugins/clamav/clamav_plugin.c
10788                 reflect upstream changes
10789
10790 2005-11-25 [paul]       1.9.100cvs33
10791
10792         * manual/ack.xml
10793         * manual/plugins.xml
10794         * manual/sylpheed-claws-manual.xml
10795                 written/updated by Colin, edited by me
10796         * tools/acroread2sylpheed.pl
10797                 update binary name
10798
10799 2005-11-24 [colin]      1.9.100cvs32
10800
10801         * src/compose.c
10802                 Fix bug #856 (reediting messages forgets Request
10803                 Return Receipt)
10804
10805 2005-11-24 [paul]       1.9.100cvs31
10806
10807         * manual/addrbook.xml
10808         * manual/starting.xml
10809                 written by Colin, proofread, edited, adapted by me
10810         * manual/advanced.xml
10811                 add some Actions examples
10812         * src/importldif.c
10813                 use a Save button instead of a Close button
10814         * src/wizard.c
10815                 indicate mandatory fields
10816                 fix page display
10817                 Thanks to Colin
10818
10819 2005-11-23 [colin]      1.9.100cvs30
10820
10821         * src/addressbook.c
10822                 Rename menu item, fix possible crash after
10823                 deletion of books
10824         * src/addrindex.c
10825                 Allow searching for '*' in ldap
10826         * src/browseldap.c
10827                 Fix "Browse Entry" (did anyone use it?)
10828         * src/wizard.c
10829                 Add guards for mandatory information
10830
10831 2005-11-23 [paul]       1.9.100cvs29
10832
10833         * manual/advanced.xml
10834                 corrections to the English
10835
10836 2005-11-23 [colin]      1.9.100cvs28
10837
10838         * src/mimeview.c
10839                 Fix possible crash at exit. After the call to
10840                 gtk_container_remove(), the Viewer's widget has no
10841                 more parent so gtk+ automatically frees it and its
10842                 sons. If destroy_viewer() then try to access it,
10843                 problems ensue.
10844
10845 2005-11-22 [colin]      1.9.100cvs27
10846
10847         * src/compose.c
10848         * src/gtk/gtkaspell.c
10849                 Fix right-clicking on a misspelled word
10850                 Fix More... in suggestions menu
10851
10852 2005-11-22 [wwp]        1.9.100cvs26
10853
10854         * src/prefs_template.c
10855                 templates works: re-sort templates list when adding or replacing,
10856                 prevent from adding or replacing when the template name is empty
10857
10858 2005-11-21 [colin]      1.9.100cvs25
10859
10860         * src/addressbook.c
10861                 Fix some addressbook suckage (dnd, select all)
10862         * src/compose.c
10863         * src/gtk/gtkaspell.c
10864         * src/gtk/gtkaspell.h
10865                 Make the spellchecker menu work with the 
10866                 GtkTextView one instead of overriding it
10867
10868 2005-11-20 [paul]       1.9.100cvs24
10869
10870         * manual/handling.xml
10871                 proofread and corrected
10872
10873 2005-11-20 [paul]       1.9.100cvs23
10874
10875         * manual/Makefile
10876                 generate html as one file
10877         * manual/advanced.xml
10878                 fix output generation
10879                 reformat hidden options list
10880         * manual/manual.xml     ** REMOVED **
10881         * manual/sylpheed-claws-manual.xml      ** ADDED **
10882                 renamed
10883
10884 2005-11-18 [colin]      1.9.100cvs22
10885
10886         * src/prefs_account.c
10887                 Fix layout in news and mbox accounts
10888         * manual/account.xml
10889         * manual/advanced.xml
10890                 New contents for Paul to check :)
10891
10892 2005-11-18 [wwp]        1.9.100cvs21
10893
10894         * src/gtk/quicksearch.c
10895                 don't update extended quicksearch buttons twice
10896
10897 2005-11-18 [paul]       1.9.100cvs20
10898
10899         * src/textview.c
10900                 complete 1.9.100cvs19
10901
10902 2005-11-18 [paul]       1.9.100cvs19
10903
10904         * src/compose.c
10905                 cosmetic improvements
10906         * src/textview.c
10907                 also list text/* attachments
10908
10909 2005-11-18 [colin]      1.9.100cvs18
10910
10911         * src/summaryview.c
10912                 Use column 0 instead of -1 in 
10913                 gtk_ctree_node_moveto, in a naive
10914                 hope it'll fix the gtk-related crashes
10915
10916 2005-11-18 [colin]      1.9.100cvs17
10917
10918         * src/gtk/inputdialog.c
10919                 Fix icon staying the first one
10920
10921 2005-11-17 [wwp]        1.9.100cvs16
10922                 fix possible problem showing some quicksearch buttons, and a bad
10923                 call to g_return_if_fail in a function that returns a value (both
10924                 fixes by Fabien Vantard)
10925
10926 2005-11-15 [wwp]        1.9.100cvs15
10927
10928         * src/gtk/quicksearch.c
10929                 added a tooltip to that obscure ... quicksearch button
10930
10931 2005-11-15 [wwp]        1.9.100cvs14
10932
10933         * src/gtk/quicksearch.c
10934                 add a quicksearch helper to filtering expression users: the ... button
10935                 raises the condition expr window. condition expressions set up w/ this
10936                 window are used by the quicksearch if the user closes it pressing OK.
10937
10938 2005-11-14 [paul]       1.9.100cvs13
10939
10940         * src/plugins/clamav/clamav_plugin.c
10941         * src/plugins/spamassassin/spamassassin.c
10942                 change plugin type following recent merging
10943
10944 2005-11-14 [wwp]        1.9.100cvs12
10945
10946         * src/folder.c
10947                 prevent from crashing when copying/moving message(s) from and
10948                 to the same folder
10949
10950 2005-11-14 [paul]       1.9.100cvs11
10951
10952         * src/plugins/clamav/Makefile.am
10953         * src/plugins/clamav/clamav_plugin.c
10954         * src/plugins/clamav/clamav_plugin.h
10955         * src/plugins/clamav/clamav_plugin_gtk.c
10956                 also merge clamav and clamav_gtk plugins
10957
10958 2005-11-13 [colin]      1.9.100cvs10
10959
10960         * configure.ac
10961         * src/plugins/spamassassin/Makefile.am
10962         * src/plugins/spamassassin/spamassassin.c
10963         * src/plugins/spamassassin/spamassassin.h
10964         * src/plugins/spamassassin/spamassassin_gtk.c
10965                 Merge spamassassin and spamassassin_gtk plugins,
10966                 and build it by default.
10967
10968 2005-11-12 [colin]      1.9.100cvs9
10969
10970         * src/etpan/imap-thread.c
10971                 Fix gcc warning
10972
10973 2005-11-12 [colin]      1.9.100cvs8
10974
10975         * src/procmime.c
10976                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10977
10978 2005-11-10 [colin]      1.9.100cvs7
10979
10980         * src/main.c
10981                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10982                 minimised state)
10983
10984 2005-11-10 [wwp]        1.9.100cvs6
10985
10986         * src/gtk/description_window.c
10987                 fix a crash when closing description windows using the WM's [X] button
10988
10989 2005-11-09 [colin]      1.9.100cvs5
10990
10991         * src/common/ssl.c
10992                 Update libetpan call to follow upstream
10993                 (yes, this requires libetpan-0.40cvs3)
10994
10995 2005-11-08 [colin]      1.9.100cvs4
10996
10997         * src/compose.c
10998         * src/textview.c
10999         * src/common/utils.c
11000         * src/common/utils.h
11001                 Enhance the email parser
11002
11003 2005-11-08 [colin]      1.9.100cvs3
11004
11005         * src/procmime.c
11006                 Fix what looks like an off-by-one (fixes 
11007                 attachments from the Bat)
11008
11009 2005-11-08 [wwp]        1.9.100cvs2
11010
11011         * src/main.c
11012                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
11013
11014 2005-11-08 [wwp]        1.9.100cvs1
11015
11016         * src/main.c
11017                 allow exiting Sylpheed-Claws from command-line
11018
11019 2005-11-08 [paul]       1.9.100
11020
11021         1.9.100 released
11022
11023 2005-11-07 [colin]      1.9.99cvs17
11024
11025         * src/addritem.c
11026         * src/ldif.c
11027                 Fix import of base-64 encoded items
11028
11029 2005-11-07 [colin]      1.9.99cvs16
11030
11031         * src/send_message.c
11032                 Fix bug #314 (Queue does not empty under certain 
11033                 circumstances)
11034
11035 2005-11-07 [paul]       1.9.99cvs15
11036
11037         * src/mutt.c
11038         * src/pine.c
11039                 fix buffer overflows
11040                 Thanks to Colin
11041
11042 2005-11-07 [paul]       1.9.99cvs14
11043
11044         * doc/man/Makefile.am
11045         * doc/man/sylpheed-claws.1      ** ADDED **
11046         * doc/man/sylpheed.1            ** DELETED **
11047                 rename and update the man file
11048
11049 2005-11-06 [colin]      1.9.99cvs13
11050
11051         * src/ldif.c
11052                 Fix ldif_get_line() that returned empty strings
11053                 (Didn't understand why). Also fix a possible
11054                 buffer overflow.
11055
11056 2005-11-06 [wwp]        1.9.99cvs12
11057
11058         * src/textview.c
11059         * src/gtk/about.c
11060         * src/gtk/gtkutils.c
11061         * src/gtk/gtkutils.h
11062                 fix a compilation warning,
11063                 make links sensitive in the about dialog
11064
11065 2005-11-04 [wwp]        1.9.99cvs11
11066
11067         * src/gtk/about.c
11068                 don't wrap or translate URIs, and a bit text format cleanup
11069
11070 2005-11-04 [wwp]        1.9.99cvs10
11071
11072         * src/gtk/about.c
11073                 better textview tagging implementation (no more use of marks for
11074                 postponed tagging)
11075
11076 2005-11-02 [colin]      1.9.99cvs9
11077
11078         * src/common/ssl.c
11079                 Forgot an ifdef
11080
11081 2005-11-02 [colin]      1.9.99cvs8
11082
11083         * configure.ac
11084                 Require libetpan-0.40 due to upstream fix
11085         * src/common/ssl.c
11086                 Tell libetpan not to call SSL_Library_Init,
11087                 as we do it ourselves.
11088
11089 2005-11-02 [colin]      1.9.99cvs7
11090
11091         * po/POTFILES.in
11092                 Add missing files (thanks to Fabien Vantard)
11093
11094 2005-11-02 [colin]      1.9.99cvs6
11095
11096         * src/summaryview.c
11097                 Fix totals when read messages are hidden or quicksearch
11098                 is on
11099         * src/ssl_manager.c
11100         * src/ssl_manager.h
11101         * src/common/ssl_certificate.c
11102         * src/common/ssl_certificate.h
11103         * src/gtk/sslcertwindow.c
11104         * src/gtk/sslcertwindow.h
11105                 Fix copyright on my stuff
11106
11107 2005-11-02 [wwp]        1.9.99cvs5
11108
11109         * src/prefs_themes.c
11110                 fix directory name checking (theme installation/removal),
11111                 made related error a bit more verbose
11112
11113 2005-11-02 [colin]      1.9.99cvs4
11114
11115         * src/summaryview.c
11116                 Fix typo (probably fixes bug #841 (Sort by the From 
11117                 field doesn't work)
11118
11119 2005-11-02 [paul]       1.9.99cvs3
11120
11121         * po/ko.po
11122         * po/nb.po
11123                 updated by SungHyun Nam, Geir Helland
11124         * src/wizard.c
11125                 fix typo in welcome message. spotted by
11126                 Andrea Spadaccini
11127
11128 2005-11-01 [colin]      1.9.99cvs2
11129
11130         * src/compose.c
11131                 Fix replying to ml wen confirming subscription
11132         * src/messageview.c
11133         * src/mimeview.c
11134         * src/mimeview.h
11135         * src/privacy.h
11136         * src/summaryview.c
11137                 Make key check non blocking
11138
11139 2005-10-31 [paul]       1.9.99cvs1
11140
11141         * tools/claws.i18n.status.pl
11142                 updated for ChangeLog
11143
11144 2005-10-31 [paul]       1.9.99
11145
11146         1.9.99 released
11147
11148 2005-10-31 [paul]       1.9.15cvs131
11149
11150         * .cvsignore
11151         * ChangeLog
11152         * ChangeLog.claws       ** REMOVED **
11153         * ChangeLog-gtk2.claws  ** REMOVED **
11154         * ChangeLog.gtk1        ** ADDED **
11155         * INSTALL
11156         * Makefile.am
11157         * NEWS
11158         * README
11159         * README.claws          ** REMOVED **
11160         * README.jp             ** REMOVED **
11161         * RELEASE_NOTES         ** ADDED **
11162         * RELEASE_NOTES.claws   ** REMOVED **
11163         * commitHelper
11164         * configure.ac
11165         * sylpheed.spec.in      ** REMOVED **
11166                 tidy up and update the default docs:
11167                 ChangeLog.claws is renamed ChangeLog.gtk1
11168                 ChangeLog-gtk2.claws is renamed ChangeLog
11169                 README.claws is renamed README
11170                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11171
11172 2005-10-31 [paul]       1.9.15cvs130
11173
11174         * po/it.po
11175                 fix errors
11176
11177 2005-10-31 [paul]       1.9.15cvs129
11178
11179         * po/ca.po
11180         * po/de.po
11181         * po/en_GB.po
11182         * po/fr.po
11183         * po/it.po
11184         * po/pt_BR.po
11185         * po/sk.po
11186         * po/sr.po
11187         * po/zh_CN.po
11188                 updated by Miquel Oliete, Stephan Sachse and
11189                 Thomas Gilgin, me, Fabien Vantard, Andrea
11190                 Spadaccini, Frederico Goncalves Guimaraes,
11191                 Andrej Kacian, Aleksandar Urosevic, and
11192                 Ralgh Young.
11193
11194 2005-10-31 [mones]      1.9.15cvs128
11195
11196         * manual/faq.xml
11197                 More questions.
11198         
11199         * po/es.po
11200                 Updated for release.
11201
11202 2005-10-30 [colin]      1.9.15cvs127
11203
11204         * src/compose.c
11205                 Place cursor before rewrapping (fixes cursor
11206                 pos if quotation gets rewrapped)
11207
11208 2005-10-29 [paul]       1.9.15cvs126
11209
11210         * src/crash.c
11211         * src/foldersel.c
11212         * src/main.c
11213         * src/messageview.c
11214         * src/toolbar.c
11215         * src/gtk/authors.h
11216                 corrections to text items
11217
11218 2005-10-28 [colin]      1.9.15cvs125
11219
11220         * src/messageview.c
11221                 Make "hit 'C' to check sig" work from extern 
11222                 messageviews
11223
11224 2005-10-27 [colin]      1.9.15cvs124
11225
11226         * src/summaryview.c
11227                 Add a hack to avoid segfaulting when hammering 
11228                 on gtk's events
11229
11230 2005-10-27 [wwp]        1.9.15cvs123
11231
11232         * src/prefs_themes.c
11233                 sort list of themes names in themes prefs
11234
11235 2005-10-27 [paul]       1.9.15cvs122
11236
11237         * src/folder.c
11238         * src/prefs_account.c
11239                 fix building on Solaris
11240                 Patch by Alex Moore
11241
11242 2005-10-27 [wwp]        1.9.15cvs121
11243
11244         * src/summaryview.c
11245         * src/gtk/gtksctree.c
11246                 speed up unselecting messages in summary view (thanks to Colin)
11247
11248 2005-10-27 [paul]       1.9.15cvs120
11249
11250         * src/mainwindow.c
11251                 fix a compilation warning
11252         * src/summaryview.c
11253                 fix updating of 'n items selected' count
11254                 when deselecting
11255
11256 2005-10-27 [martin]     1.9.15cvs119
11257
11258         * src/action.c
11259                 ignore actions with a leading '/' in the action menu name
11260                 fixes a crash on menu creation
11261         * src/prefs_actions.c
11262                 do not allow a leading '/' in the action menu name
11263
11264 2005-10-27 [paul]       1.9.15cvs118
11265
11266         * src/main.c
11267                 fix compilation warning
11268
11269 2005-10-27 [paul]       1.9.15cvs117
11270
11271         * src/procmime.c
11272                 add #if HAVE_LOCALE_H
11273
11274 2005-10-27 [paul]       1.9.15cvs116
11275
11276         * src/plugins/clamav/clamav_plugin.c
11277         * src/plugins/dillo_viewer/dillo_viewer.c
11278         * src/plugins/mathml_viewer/mathml_viewer.c
11279         * src/plugins/pgpcore/plugin.c
11280         * src/plugins/pgpinline/plugin.c
11281         * src/plugins/pgpmime/plugin.c
11282         * src/plugins/spamassassin/spamassassin.c
11283         * src/plugins/trayicon/trayicon.c
11284                 plugin_init() : make error messages more
11285                 informative
11286
11287 2005-10-26 [wwp]        1.9.15cvs115
11288
11289         * src/prefs_matcher.c
11290                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11291
11292 2005-10-26 [wwp]        1.9.15cvs114
11293
11294         * src/procmime.c
11295         * src/gtk/gtksctree.c
11296         * src/plugins/spamassassin/libspamc.c
11297         * src/plugins/spamassassin/spamassassin.c
11298                 fix some compilation warnings more
11299
11300 2005-10-26 [mones]      1.9.15cvs113
11301
11302         * po/es.po
11303                 Updated translation
11304
11305 2005-10-26 [paul]       1.9.15cvs112
11306
11307         * src/prefs_message.c
11308                 give all display_xface stuff the
11309                 #if HAVE_LIBCOMPFACE treatment, thus
11310                 preventing a crash
11311                 (Thanks to Wolfgang Enderlein)
11312
11313 2005-10-26 [colin]      1.9.15cvs111
11314
11315         * src/gedit-print.c
11316                 Fix date format
11317         * src/imap_gtk.c
11318         * src/news_gtk.c
11319                 Remove context menu items that should not be there
11320         * src/jpilot.c
11321                 Fix encoding
11322         * src/main.c
11323         * src/mainwindow.c
11324                 Don't show the mainwindow too soon
11325
11326 2005-10-26 [wwp]        1.9.15cvs110
11327
11328         * src/folder.c
11329         * src/manual.c
11330         * src/summaryview.c
11331                 fix uninitialized pointers in the folder updating hook
11332                 (thanks to Colin)
11333
11334 2005-10-25 [mones]      1.9.15cvs109
11335
11336         * manual/faq.xml
11337                 General information subsection completed. 
11338                 Removed archaic references.
11339                 
11340         * manual/Makefile
11341         * manual/dtd/manual.dsl
11342                 Added customization stylesheet for getting paragraphs
11343                 fully justified in PDF output (as suggested by Colin).
11344
11345 2005-10-25 [colin]      1.9.15cvs108
11346
11347         * src/compose.c
11348                 Fix a second leak
11349
11350 2005-10-25 [colin]      1.9.15cvs107
11351
11352         * src/addrbook.c
11353         * src/addrindex.c
11354                 Fix leak (xml_get_element() allocates memory)
11355         * src/compose.c
11356                 Fix leak + dead code (shame!)
11357         * src/procmime.c
11358                 Fix leak
11359
11360 2005-10-25 [colin]      1.9.15cvs106
11361
11362         * src/mimeview.c
11363                 Fix encoding issue in Save all and in 
11364                 overwrite-confirmation alertpanel
11365
11366 2005-10-25 [colin]      1.9.15cvs105
11367
11368         * src/common/socket.c
11369                 Fix a leak - Thanks to Christopher Aillon
11370                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11371
11372 2005-10-25 [paul]       1.9.15cvs104
11373
11374         * src/wizard.c
11375                 Always guess servers from the right-hand
11376                 email part and guess username from the
11377                 left-hand part. (Thanks to Colin)
11378                 add an X-Face to the welcome message
11379
11380 2005-10-25 [paul]       1.9.15cvs103
11381
11382         * manual/handling.xml
11383                 written by Colin, edited by me
11384
11385 2005-10-25 [wwp]        1.9.15cvs102
11386
11387         * src/folderview.c
11388         * src/grouplistdialog.c
11389         * src/imap.c
11390         * src/noticeview.c
11391                 fix some compilation warnings
11392
11393 2005-10-24 [paul]
11394
11395         1.9.99-rc3 released
11396
11397 2005-10-24 [paul]       1.9.15cvs101
11398
11399         * src/gtk/about.c
11400                 fix window sizing
11401
11402 2005-10-24 [paul]       1.9.15cvs100
11403
11404         * src/pixmaps/offline.xpm
11405         * src/pixmaps/online.xpm
11406                 replace with last default versions
11407
11408 2005-10-24 [colin]      1.9.15cvs99
11409
11410         * src/imap.c
11411                 Fix bug when moving a folder
11412         * src/imap_gtk.c
11413         * src/mh_gtk.c
11414                 "Delete folder" pops up a window, so it 
11415                 should be suffixed with "..."
11416         * src/plugins/pgpcore/sgpgme.c
11417                 Include locale.h
11418
11419 2005-10-24 [mones]      1.9.15cvs98
11420
11421         * manual/Makefile
11422         * manual/account.xml
11423         * manual/ack.xml
11424         * manual/addrbook.xml
11425         * manual/advanced.xml
11426         * manual/faq.xml
11427         * manual/glossary.xml
11428         * manual/gpl.xml
11429         * manual/handling.xml
11430         * manual/intro.xml
11431         * manual/keyboard.xml
11432         * manual/manual.xml
11433         * manual/plugins.xml
11434         * manual/starting.xml
11435         * manual/dtd/sdocbook.dtd
11436                 Initial manual structure and some content.
11437
11438 2005-10-23 [wwp]        1.9.15cvs97
11439
11440         * src/gtk/about.c
11441                 fix a typo
11442
11443 2005-10-23 [wwp]        1.9.15cvs96
11444
11445         * src/gtk/about.c
11446         * src/gtk/authors.h
11447                 rework of the about window (main work by Paul), also featuring a few
11448                 fixes for typos and duplicate names
11449
11450 2005-10-23 [wwp]        1.9.15cvs95
11451
11452         * src/.cvsignore
11453                 Ignore the right binary name (sylpheed-claws now)
11454
11455 2005-10-23 [paul]       1.9.15cvs94
11456
11457         * src/compose.c
11458                 when using Folder Pref 'Default To for
11459                 replies' make the entry in the Compose
11460                 window bold
11461                 Patch by Fabien Vantard
11462
11463 2005-10-22 [colin]      1.9.15cvs93
11464
11465         * src/codeconv.c
11466                 Fix leak
11467
11468 2005-10-22 [colin]      1.9.15cvs92
11469
11470         * src/codeconv.c
11471                 try to convert using locale (apart utf8) if necessary
11472
11473 2005-10-22 [colin]      1.9.15cvs91
11474
11475         * src/pixmaps/new.xpm
11476         * src/pixmaps/unread.xpm
11477                 Make the unread envelope blue again and
11478                 saturate the new one a bit more.
11479
11480 2005-10-22 [colin]      1.9.15cvs90
11481
11482         * src/compose.c
11483                 When replying to a mail sent by one of our accounts,
11484                 use the original list of recipients. Let 'Reply All'
11485                 and 'Reply to sender' work like previously.
11486
11487 2005-10-21 [colin]      1.9.15cvs89
11488
11489         * src/prefs_filtering.c
11490                 Clear fields after add and replace
11491         * src/textview.c
11492                 Display xface differently (better)
11493         * src/plugins/pgpinline/pgpinline.c
11494                 Fix crappy encodings/recodings
11495
11496 2005-10-21 [paul]       1.9.15cvs88
11497
11498         * src/compose.c
11499         * src/prefs_folder_item.c
11500         * src/toolbar.c
11501                 fix news folder Folder Properties
11502                 (thanks to Colin)
11503         * src/folderview.c
11504                 update folderview after Themes change
11505                 keep selected folder selected
11506                 (thanks to Colin)
11507
11508 2005-10-21 [paul]       1.9.15cvs87
11509
11510         * tools/Makefile.am
11511         * tools/OOo2sylpheed.pl
11512         * tools/README
11513         * tools/README.sylprint
11514         * tools/asus_mailled.sh         ** REMOVED **
11515         * tools/filter_conv.pl
11516         * tools/freshmeat_search.pl
11517         * tools/google_search.pl
11518         * tools/gpg-sign-syl            ** REMOVED **
11519         * tools/kmail2sylpheed.pl
11520         * tools/kmail2sylpheed_v2.pl
11521         * tools/multiwebsearch.pl
11522         * tools/nautilus2sylpheed.sh
11523         * tools/newscache_clean.pl
11524         * tools/outlook2sylpheed.pl
11525         * tools/sylpheed-switcher       ** REMOVED **
11526         * tools/sylprint.pl
11527         * tools/sylprint.rc
11528         * tools/tb2sylpheed
11529         * tools/vcard2xml.py
11530         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11531                 update default config dir
11532                 update binary name (thanks to Fabien Vantard)
11533                 remove obsolete scripts
11534
11535 2005-10-21 [colin]      1.9.15cvs86
11536
11537         * src/inc.c
11538                 Fix possible leak and units. Based on a patch by
11539                 Fabien Vantard.
11540
11541 2005-10-20 [colin]      1.9.15cvs85
11542
11543         * src/textview.c
11544                 Clear xface when clearing textview
11545
11546 2005-10-20 [colin]      1.9.15cvs84
11547
11548         * configure.ac
11549         * src/folderview.c
11550         * src/headerview.c
11551         * src/main.c
11552         * src/prefs_common.c
11553         * src/prefs_common.h
11554         * src/prefs_message.c
11555         * src/textview.c
11556         * src/textview.h
11557         * src/common/defs.h
11558         * src/common/utils.c
11559         * src/common/utils.h
11560         * src/gtk/gtkutils.c
11561         * src/gtk/gtkutils.h
11562                 Migrate config to .sylpheed-claws (Automatically)
11563                 Add a way to get the Xface in the TextView
11564
11565 2005-10-20 [colin]      1.9.15cvs83
11566
11567         * src/gtk/Makefile.am
11568         * src/gtk/about.c
11569         * src/gtk/authors.h
11570                 Make the about dialog *grooovy*
11571
11572 2005-10-20 [colin]      1.9.15cvs82
11573
11574         * src/mimeview.c
11575                 Use "Open with" on double click if no command
11576                 was found
11577
11578 2005-10-20 [colin]      1.9.15cvs81
11579
11580         * src/imap.c
11581         * src/etpan/imap-thread.c
11582                 Fix possible crash.
11583
11584 2005-10-20 [paul]       1.9.15cvs80
11585
11586         * src/folder.c
11587                 don't show clipkey icon if the only
11588                 attachment is the signature
11589                 Patch by Colin
11590
11591 2005-10-20 [paul]       1.9.15cvs79
11592
11593         * AUTHORS
11594         * src/plugins/pgpmime/pgpmime.c
11595                 name the PGP/MIME signature 'signature.asc'
11596                 Patch by Andrew Nelson <freeandy@gmail.com>
11597
11598 2005-10-19 [colin]      1.9.15cvs78
11599
11600         * src/plugins/pgpmime/pgpmime.c
11601                 Oops, no need to double-check though
11602
11603 2005-10-19 [colin]      1.9.15cvs77
11604
11605         * src/plugins/pgpinline/pgpinline.c
11606         * src/plugins/pgpmime/pgpmime.c
11607                 Check that my_tmpfile() doesn't 
11608                 return NULL
11609
11610 2005-10-19 [colin]      1.9.15cvs76
11611
11612         * src/common/utils.c
11613                 Use shorter mime boundaries to avoid having
11614                 MTAs rewrapping our headers, breaking the
11615                 PGP signature in the process 
11616         * src/compose.c
11617         * src/plugins/pgpmime/pgpmime.c
11618                 Check for boundary uniqueness to be sure
11619                 it won't happen, instead of hoping for the
11620                 best
11621
11622 2005-10-19 [colin]      1.9.15cvs75
11623
11624         * sylpheed-claws.desktop
11625         * src/Makefile.am
11626         * src/main.c
11627                 Ship a sylpheed-claws binary instead
11628                 of a sylpheed one. Change the socket
11629                 name, too
11630         * src/folderview.c
11631                 Update folder only if it changed
11632         * src/wizard.c
11633                 Fix i18n in welcome mail, patch by
11634                 Fabien Vantard
11635
11636 2005-10-19 [paul]
11637
11638         1.9.99-rc2 released
11639
11640 2005-10-19 [paul]       1.9.15cvs74
11641
11642         * src/folder.c
11643         * src/folderview.c
11644                 fix summaryview update
11645                 Patch by Colin
11646
11647 2005-10-18 [colin]      1.9.15cvs73
11648
11649         * src/plugins/pgpcore/passphrase.c
11650                 Don't XGrabServer, and try a bit more to 
11651                 sync everything before grabbing mouse/keyboard
11652
11653 2005-10-18 [colin]      1.9.15cvs72
11654
11655         * src/Makefile.am
11656         * src/addressadd.c
11657         * src/addressbook.c
11658         * src/folderview.c
11659         * src/grouplistdialog.c
11660         * src/mimeview.c
11661         * src/stock_pixmap.c
11662         * src/stock_pixmap.h
11663         * src/summaryview.c
11664         * src/gtk/gtksctree.c
11665         * src/gtk/gtksctree.h
11666         * src/pixmaps/empty.xpm
11667                 Implement a wrapper call for gtk_ctree_set_node_info
11668                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11669                 pixmap instead of a NULL one. This works around some
11670                 memory problems deep inside gtk, revealed by valgrind,
11671                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11672                 as locked crashes sylpheed.), as well as, probably, 
11673                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11674
11675 2005-10-17 [colin]      1.9.15cvs71
11676
11677         * src/mimeview.c
11678                 Provide visual feedback when checking
11679                 signature
11680
11681 2005-10-17 [colin]      1.9.15cvs70
11682
11683         * src/main.c
11684                 Keep the folder list frozen while checking caches...
11685
11686 2005-10-17 [colin]      1.9.15cvs69
11687
11688         * src/addr_compl.c
11689                 Fi bug #833 (Autocompleting from addressbook 
11690                 fails with extended chars)
11691         * src/imap.c
11692                 Fix 'adding messages' staying in statusbar
11693                 after an error
11694
11695 2005-10-17 [wwp]        1.9.15cvs68
11696
11697         * src/ssl_manager.c
11698                 Fix buttons' layout resizing when window size changes
11699
11700 2005-10-17 [wwp]        1.9.15cvs67
11701
11702         * src/account.c
11703         * src/prefs_account.c
11704         * src/prefs_common.c
11705         * src/prefs_common.h
11706         * src/prefs_folder_item.c
11707         * src/prefs_gtk.c
11708         * src/gtk/logwindow.c
11709         * src/gtk/pluginwindow.c
11710         * src/gtk/prefswindow.c
11711         * src/gtk/prefswindow.h
11712                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11713
11714 2005-10-17 [paul]       1.9.15cvs66
11715
11716         * configure.ac
11717                 fix missing libetpan message
11718         * po/en_GB.po
11719                 updated
11720         * src/crash.c
11721         * src/manual.c
11722         * src/prefs_themes.c
11723         * src/common/defs.h
11724                 add some new URI defines, change some
11725                 others
11726         * src/wizard.c
11727                 make welcome message translatable
11728                 small improvements to english
11729                 other tweaks
11730         * src/gtk/menu.c
11731                 fix warnings
11732
11733 2005-10-17 [paul]       1.9.15cvs65
11734
11735         * src/summaryview.c
11736                 fix column titles
11737
11738 2005-10-16 [mones]      1.9.15cvs64
11739
11740         * po/es.po
11741                 Updated translation
11742
11743 2005-10-16 [colin]
11744
11745         1.9.99-rc1 released
11746
11747 2005-10-16 [colin]      1.9.15cvs63
11748
11749         * src/wizard.c
11750                 Fix whitespace
11751
11752 2005-10-16 [colin]      1.9.15cvs62
11753
11754         * src/toolbar.c
11755                 s/Get All/Get Mail/
11756         * src/wizard.c
11757                 Real welcome mail text, thanks Paul
11758
11759 2005-10-16 [colin]      1.9.15cvs61
11760
11761         * src/editldap.c
11762         * src/exporthtml.c
11763         * src/main.c
11764         * src/mainwindow.c
11765         * src/prefs_themes.c
11766         * src/prefs_toolbar.c
11767         * src/plugins/demo/demo.c
11768         * src/plugins/trayicon/trayicon.c
11769                 s/Sylpheed/Sylpheed-Claws/
11770
11771 2005-10-16 [colin]      1.9.15cvs60
11772
11773         * src/wizard.c
11774                 Add a welcome email in the first empty mailbox
11775         * src/prefs_common.c
11776                 Change one more default
11777
11778 2005-10-16 [colin]      1.9.15cvs59
11779
11780         * src/wizard.c
11781                 Remove printf
11782
11783 2005-10-16 [colin]      1.9.15cvs58
11784
11785         * src/toolbar.c
11786         * src/prefs_common.c
11787                 Change some defaults
11788
11789 2005-10-16 [colin]      1.9.15cvs57
11790
11791         * src/toolbar.c
11792         * src/prefs_common.c
11793                 Change some defaults
11794
11795 2005-10-16 [colin]      1.9.15cvs56
11796
11797         * src/wizard.c
11798                 By default, initialize fonts to have
11799                 the same size as normal GtkWidgets
11800
11801 2005-10-16 [colin]      1.9.15cvs55
11802
11803         * src/mimeview.c
11804                 Fix message a bit more
11805
11806 2005-10-16 [colin]      1.9.15cvs54
11807
11808         * src/addressbook.c
11809                 Second attempt at flicker fixing
11810
11811 2005-10-16 [colin]      1.9.15cvs53
11812
11813         * src/addressbook.c
11814                 Fix flicker
11815
11816 2005-10-16 [wwp]        1.9.15cvs52
11817
11818         * src/addressbook.c
11819         * src/editaddress.c
11820         * src/prefs_common.c
11821         * src/prefs_common.h
11822                 Remember window sizes (address book)
11823
11824 2005-10-16 [wwp]        1.9.15cvs51
11825
11826         * src/plugins/clamav/clamav_plugin_gtk.c
11827         * src/plugins/spamassassin/spamassassin_gtk.c
11828                 Fix compilation warnings (missing #include).
11829
11830 2005-10-16 [colin]      1.9.15cvs50
11831
11832         * src/mimeview.c
11833         * src/summaryview.c
11834         * src/textview.c
11835                 Make 'c' check signature, and forward
11836                 c, l, y, t from summaryview to mimeview
11837
11838 2005-10-16 [colin]      1.9.15cvs49
11839
11840         * src/addressbook.c
11841                 Put border around buttons
11842         * src/mainwindow.c
11843         * src/summaryview.c
11844                 Rework menus (Patch based on a patch
11845                 by Paul)
11846
11847 2005-10-15 [wwp]        1.9.15cvs48
11848
11849         * src/editjpilot.c
11850         * src/editldap.c
11851         * src/editvcard.c
11852         * src/exphtmldlg.c
11853         * src/expldifdlg.c
11854         * src/export.c
11855         * src/import.c
11856         * src/importldif.c
11857         * src/importmutt.c
11858         * src/importpine.c
11859         * src/prefs_account.c
11860         * src/prefs_spelling.c
11861         * src/gtk/gtkutils.c
11862         * src/gtk/gtkutils.h
11863         * src/plugins/clamav/clamav_plugin_gtk.c
11864         * src/plugins/spamassassin/spamassassin_gtk.c
11865                 use nicer browse-for-file/dir buttons than the "..." ones,
11866                 code factorizing more.
11867
11868 2005-10-14 [colin]      1.9.15cvs47
11869
11870         * src/mainwindow.c
11871                 set relief on the account switcher so that people see it
11872                 grey out Create processing rules when no message is selected
11873         * src/prefs_filtering.c
11874                 ask before closing if the rule has not been modified, even if
11875                 it's not valid
11876         * src/prefs_matcher.c
11877                 fix sensitivity when entering the dialog
11878         * src/gtk/inputdialog.c
11879                 display a better icon on password ask
11880         * src/plugins/pgpcore/passphrase.c
11881                 make the dialog look better
11882
11883 2005-10-14 [paul]       1.9.15cvs46
11884
11885         * src/folderview.c
11886                 indicate presense of marked msgs in
11887                 unexpanded subfolders
11888
11889 2005-10-14 [paul]       1.9.15cvs45
11890
11891         * src/prefs_actions.c
11892         * src/prefs_common.c
11893         * src/prefs_common.h
11894         * src/prefs_filtering_action.c
11895         * src/prefs_matcher.c
11896         * src/prefs_template.c
11897                 remember window sizes
11898                 fix Info button size
11899
11900         Patches by wwp
11901
11902 2005-10-13 [colin]      1.9.15cvs44
11903
11904         * src/mimeview.c
11905         * src/noticeview.c
11906         * src/noticeview.h
11907                 Add a tooltip on the icon (optional) 
11908                 Get rid of the signature buttons and only
11909                 use the icon+tooltip
11910
11911 2005-10-13 [colin]      1.9.15cvs43
11912
11913         * src/noticeview.c
11914         * src/noticeview.h
11915                 Add hand cursor for hovering over icon
11916
11917 2005-10-13 [colin]      1.9.15cvs42
11918
11919         * src/summaryview.c
11920                 Fix crash when quicksearch's hidden 
11921                 at startup
11922
11923 2005-10-13 [colin]      1.9.15cvs41
11924
11925         * src/compose.c
11926                 Set subject when forwarding multiple mails
11927                 Check that other recipient than the default Cc or Bcc
11928                 have been set before sending.
11929
11930 2005-10-13 [colin]      1.9.15cvs40
11931
11932         * src/imap.c
11933                 Batch per-folder
11934                 Introduce locking, but don't use it yet
11935
11936 2005-10-13 [colin]      1.9.15cvs39
11937
11938         * src/gtk/quicksearch.c
11939                 Reset quicksearch when hiding it
11940                 Make sticky a real pref
11941
11942 2005-10-13 [colin]      1.9.15cvs38
11943
11944         * src/summaryview.c
11945                 Faster prefs apply
11946
11947 2005-10-13 [colin]      1.9.15cvs37
11948
11949         * src/mimeview.c
11950         * src/noticeview.c
11951         * src/noticeview.h
11952         * src/plugins/pgpcore/sgpgme.c
11953                 Make privacy icon clickable
11954                 Move Trust field in Full info
11955                 When trust is less than full, don't display
11956                 a warning icon
11957
11958 2005-10-13 [colin]      1.9.15cvs36
11959
11960         * src/folder.c
11961                 Batch on flags sync
11962         * src/folderview.c
11963                 Revert speed hack which is dangerous in fact
11964                 Apply prefs faster
11965
11966 2005-10-13 [colin]      1.9.15cvs35
11967
11968         * src/folder_item_prefs.c
11969                 Fix pref corruption on folder move. Patch
11970                 by wwp
11971
11972 2005-10-13 [paul]       1.9.15cvs34
11973
11974         * src/export.c
11975         * src/import.c
11976                 fix typos in g_warnings
11977         * src/prefs_account.c
11978                 add a file selector for Signature file
11979
11980         Patches by wwp
11981
11982 2005-10-12 [colin]      1.9.15cvs33
11983
11984         * src/mimeview.c
11985                 Provide a quick way to go back from a
11986                 signature's full info to the email part
11987
11988 2005-10-12 [colin]      1.9.15cvs32
11989
11990         * src/compose.c
11991                 Remove old hack of encoding signed mails with base64.
11992                 QP works equally well.
11993
11994 2005-10-12 [colin]      1.9.15cvs31
11995
11996         * src/crash.c
11997                 Replace deprecated GtkText with GtkTextView
11998         * src/imap.c
11999                 Fix a logic bug about counts in imap_select
12000                 (previously un-triggered)
12001         * src/mainwindow.c
12002         * src/summaryview.c
12003         * src/news.c
12004                 Allow local deletion of news posts
12005         * src/mimeview.c
12006                 Show GPG noticeview on the message/rfc822 part
12007                 in addition to the text/plain one
12008         * src/prefs_image_viewer.c
12009           src/plugins/pgpcore/prefs_gpg.c
12010                 Polish (set the label as part of the checkbox)
12011         * src/wizard.c
12012                 Don't sit there doing nothing after destroying
12013                 the window - return err
12014
12015 2005-10-11 [colin]      1.9.15cvs30
12016
12017         * src/folderview.c
12018                 Apply processing rules before showing folders.
12019                 Early folder show (before flags sync) will only
12020                 be done when there are no processing rules (nor
12021                 pre- or post- ones)
12022         * src/imap.c
12023                 Fix stuff related to mail subdir, creation and 
12024                 deletion of folders 
12025         * src/imap_gtk.c
12026                 Don't allow creation of folders in NoInferior
12027                 folders, as it won't work
12028
12029 2005-10-10 [colin]      1.9.15cvs29
12030
12031         * src/compose.c
12032                 Reselect "None" Privacy system when selecting an
12033                 account with no privacy system defined
12034
12035 2005-10-10 [colin]      1.9.15cvs28
12036
12037         * src/mainwindow.c
12038                 Add Windows-1252 encoding
12039         * src/prefs_common.c
12040                 Rework some defaults:
12041                 - autosave to draft by default
12042                 - don't show header pane (it's already in the textview)
12043                 - Select first new or unread mail on entry
12044                 - Assume 'Yes' to change folder when there's no more
12045                   unread message
12046         * src/prefs_matcher.c
12047                 Fix a gtk assertion failure
12048         * src/gtk/colorlabel.c
12049                 Workaround bad repainting on selection
12050         * src/main.c
12051                 Freeze/thaw (a bit faster on ssh -X)
12052         * src/msgcache.c
12053                 Get rid of StrdupConverter that just adds an
12054                 extra strdup/free 
12055         * src/etpan/imap_thread.c
12056                 memset buf to 0
12057
12058 2005-10-10 [colin]      1.9.15cvs27
12059
12060         * src/export.c
12061         * src/import.c
12062                 Fix compile on gtk 2.4. Patch by wwp
12063
12064 2005-10-09 [colin]      1.9.15cvs26
12065
12066         * src/mainwindow.c
12067         * src/messageview.c
12068         * src/summaryview.c
12069                 Clarify forward menus. Patch by wwp
12070
12071 2005-10-09 [colin]      1.9.15cvs25
12072
12073         * src/compose.c
12074         * src/compose.h
12075                 Fix bug #829 (Non-working "Encrypt message by 
12076                 default when replying to an encrypted message")
12077
12078 2005-10-08 [colin]      1.9.15cvs24
12079
12080         * src/wizard.c
12081                 Fix bug #827 ("Welcome" setup wizard after a 
12082                 permission error gives up & forgets itself.)
12083
12084 2005-10-08 [colin]      1.9.15cvs23
12085
12086         * src/procmime.c
12087                 Fix bug #828 (Ignoring headers with spaces around = sign)
12088
12089 2005-10-08 [colin]      1.9.15cvs22
12090
12091         * src/export.c
12092                 Warning fix by wwp
12093
12094 2005-10-08 [colin]      1.9.15cvs21
12095
12096         * src/folder.c
12097         * src/folder.h
12098                 Add a processing_pending indicator, set on 
12099                 folder_item_open and cleared after 
12100                 folder_item_process_open
12101         * src/folderview.c
12102         * src/summaryview.c
12103                 wrap procmsg_msginfo_*_flags, and in the
12104                 wrapper check that there's no folder processing 
12105                 pending. If there is, defer the flags change until 
12106                 processing is done to avoid stepping over each
12107                 other's toes.
12108                 Freeze during processing, but not during scanning.
12109
12110 2005-10-07 [colin]      1.9.15cvs20
12111
12112         * src/plugins/pgpcore/passphrase.c
12113                 Fix bug #826 (X-Server hangs when 
12114                 right-clicking a PGP encrypted message)
12115
12116 2005-10-07 [paul]       1.9.15cvs19
12117
12118         * src/compose.c
12119                 fix compose_entries[]
12120                 patch by Fabien Vantard
12121
12122 2005-10-06 [colin]      1.9.15cvs18
12123
12124         * src/pixmaps/address.xpm
12125         * src/pixmaps/address_book.xpm
12126         * src/pixmaps/book.xpm
12127         * src/pixmaps/check_spelling.xpm
12128         * src/pixmaps/checkbox_off.xpm
12129         * src/pixmaps/checkbox_on.xpm
12130         * src/pixmaps/close.xpm
12131         * src/pixmaps/complete.xpm
12132         * src/pixmaps/continue.xpm
12133         * src/pixmaps/deleted.xpm
12134         * src/pixmaps/down_arrow.xpm
12135         * src/pixmaps/exec.xpm
12136         * src/pixmaps/forwarded.xpm
12137         * src/pixmaps/group.xpm
12138         * src/pixmaps/ignorethread.xpm
12139         * src/pixmaps/interface.xpm
12140         * src/pixmaps/jpilot.xpm
12141         * src/pixmaps/ldap.xpm
12142         * src/pixmaps/linewrap.xpm
12143         * src/pixmaps/linewrapcurrent.xpm
12144         * src/pixmaps/mail.xpm
12145         * src/pixmaps/mail_attach.xpm
12146         * src/pixmaps/mail_compose.xpm
12147         * src/pixmaps/mail_forward.xpm
12148         * src/pixmaps/mail_receive.xpm
12149         * src/pixmaps/mail_receive_all.xpm
12150         * src/pixmaps/mail_reply.xpm
12151         * src/pixmaps/mail_reply_to_all.xpm
12152         * src/pixmaps/mail_reply_to_author.xpm
12153         * src/pixmaps/mail_send.xpm
12154         * src/pixmaps/mail_send_queue.xpm
12155         * src/pixmaps/mime_application.xpm
12156         * src/pixmaps/mime_audio.xpm
12157         * src/pixmaps/mime_image.xpm
12158         * src/pixmaps/mime_message.xpm
12159         * src/pixmaps/mime_text_enriched.xpm
12160         * src/pixmaps/mime_text_html.xpm
12161         * src/pixmaps/mime_text_plain.xpm
12162         * src/pixmaps/mime_unknown.xpm
12163         * src/pixmaps/new.xpm
12164         * src/pixmaps/news_compose.xpm
12165         * src/pixmaps/offline.xpm
12166         * src/pixmaps/online.xpm
12167         * src/pixmaps/paste.xpm
12168         * src/pixmaps/preferences.xpm
12169         * src/pixmaps/privacy_emblem_encrypted.xpm
12170         * src/pixmaps/privacy_expired.xpm
12171         * src/pixmaps/privacy_failed.xpm
12172         * src/pixmaps/privacy_passed.xpm
12173         * src/pixmaps/privacy_signed.xpm
12174         * src/pixmaps/privacy_unknown.xpm
12175         * src/pixmaps/privacy_warn.xpm
12176         * src/pixmaps/properties.xpm
12177         * src/pixmaps/replied.xpm
12178         * src/pixmaps/search.xpm
12179         * src/pixmaps/unread.xpm
12180         * src/pixmaps/up_arrow.xpm
12181         * src/pixmaps/vcard.xpm
12182                 Modernize internal theme, with icons from the 
12183                 Gnomaws theme. Keep some of the old ones where
12184                 they were better.
12185
12186 2005-10-06 [colin]      1.9.15cvs17
12187
12188         * src/summaryview.c
12189                 Little optimisations + bugfix
12190         * src/toolbar.c
12191                 Remove default useless items - useless being defined
12192                 by the default relevant prefs
12193         * src/wizard.c
12194                 include config.h to make gettext work
12195         * src/prefs_themes.c
12196                 Fix selection of current theme in prefs
12197
12198 2005-10-06 [colin]      1.9.15cvs16
12199
12200         * src/prefs_common.c
12201         * src/prefs_common.h
12202         * src/prefs_summaries.c
12203         * src/folderview.c
12204                 Add a warning dialog on Mark all read 
12205                 (with pref to get rid of it)
12206
12207 2005-10-06 [paul]       1.9.15cvs15
12208
12209         * po/nb.po
12210         * po/pt_BR.po
12211                 updated by Geir Helland and Frederico
12212                 Goncalves Guimaraes
12213
12214 2005-10-05 [colin]      1.9.15cvs14
12215
12216         * src/folder.c
12217         * src/folder.h
12218         * src/folderview.c
12219         * src/folderview.h
12220         * src/imap_gtk.c
12221         * src/mh_gtk.c
12222         * src/mainwindow.c
12223         * src/setup.c
12224                 add a way to rescan without rebuilding
12225                 make moving a bit faster (less folders changes)
12226                 don't lock the tree on Get 
12227         * src/imap.c
12228                 Don't re-delete deleted messages before expunging
12229         * src/summaryview.c
12230                 Set batch mode when deleting mails
12231
12232 2005-10-05 [paul]       1.9.15cvs13
12233
12234         * src/mainwindow.c
12235         * src/mainwindow.h
12236                 fix disabled Execute menu item
12237         * src/toolbar.c
12238                 match the change in 1.9.15cvs10: use Compose
12239                 instead of News by default
12240
12241 2005-10-04 [colin]      1.9.15cvs12
12242
12243         * src/compose.c
12244                 When replying to an ML post with Reply-To set
12245                 to the poster's email, honor it (as before),
12246                 but also honor our user's request to reply to
12247                 the mailing list: set the ML address in the To
12248                 field and the Reply-To address in the Cc: 
12249                 field.
12250
12251 2005-10-04 [colin]      1.9.15cvs11
12252
12253         * src/plugins/trayicon/trayicon.c
12254                 Finish cosmetic change - thanks to wwp
12255
12256 2005-10-04 [colin]      1.9.15cvs10
12257
12258         * src/toolbar.c
12259                 Use Compose instead of Email by default.
12260                 Spotted by wwp.
12261
12262 2005-10-04 [colin]      1.9.15cvs9
12263
12264         * src/folder.c
12265         * src/folder.h
12266         * src/folderview.c
12267         * src/imap.c
12268         * src/etpan/imap-thread.c
12269         * src/etpan/imap-thread.h
12270                 Try to make IMAP faster, by simplifying SEARCH
12271                 commands, avoiding sending two STATUS in a row,
12272                 and deferring flags sync and processing just
12273                 after displaying the folder. 
12274                 This will update the SummaryView in certain
12275                 cases (new mails not already fetched, flags
12276                 changed from another client) but in a non-
12277                 blocking manner.
12278
12279 2005-10-04 [colin]      1.9.15cvs8
12280
12281         * src/plugins/trayicon/trayicon.c
12282                 Relabel "Offline" to "Work offline"
12283
12284 2005-10-04 [colin]      1.9.15cvs7
12285
12286         * src/export.c
12287         * src/import.c
12288         * src/mbox.c
12289                 Fix mbox import/export buglets
12290                 Patch by wwp
12291         * src/plugins/trayicon/trayicon.c
12292                 Add offline swithc
12293                 Patch by wwp
12294
12295 2005-10-04 [colin]      1.9.15cvs6
12296
12297         * src/folder.c
12298         * src/folderview.c
12299         * src/summaryview.c
12300                 Better fix (don't break mark all read) for cvs2
12301
12302 2005-10-03 [colin]      1.9.15cvs5
12303
12304         * src/folder.c
12305                 Use a sane sort by default
12306
12307 2005-10-03 [colin]      1.9.15cvs4
12308
12309         * src/inc.c
12310                 Add a 'Only once' button for overriding offline mode
12311         * src/prefs_account.c
12312         * src/wizard.c
12313                 Add Local mbox to the wizard
12314                 Add IMAP subdir to the wizard (or the wizard is useless
12315                 for such accounts, or even worse than useless)
12316                 Move IMAP subdir from Advanced to Receive tab, as it's
12317                 not that uncommon
12318
12319 2005-10-03 [colin]      1.9.15cvs3
12320
12321         * src/send_message.c
12322                 Forgot this one in cvs1
12323
12324 2005-10-03 [colin]      1.9.15cvs2
12325
12326         * src/folder.c
12327                 Faster close when leaving a folder with lots
12328                 of new mails. Idea by David Relson.
12329
12330 2005-10-03 [colin]      1.9.15cvs1
12331
12332         * src/compose.c
12333         * src/imap.c
12334         * src/inc.c
12335         * src/main.c
12336         * src/messageview.c
12337         * src/news.c
12338         * src/summaryview.c
12339         * src/gtk/sslcertwindow.c
12340         * src/plugins/trayicon/trayicon.c
12341                 Add accels to every AlertPanel. Patch by Fabien 
12342                 Vantard
12343
12344 2005-10-03 [paul]       1.9.15
12345
12346         1.9.15 released
12347
12348 2005-10-03 [paul]       1.9.14cvs68
12349
12350         * po/ca.po
12351         * po/de.po
12352         * po/es.po
12353         * po/fi.po
12354         * po/fr.po
12355         * po/sk.po
12356         * po/sr.po
12357         * po/zh_CN.po
12358                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12359                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12360                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12361
12362 2005-10-03 [paul]       1.9.14cvs67
12363
12364         * src/send_message.c
12365                 prevent hang on Cancel
12366                 patch by Colin
12367
12368 2005-10-03 [paul]       1.9.14cvs66
12369
12370         * src/main.c
12371                 fix crash in IMAP caused by discrepancy
12372                 between check_at_startup and offline mode
12373                 Patch by Colin
12374
12375 2005-10-01 [paul]       1.9.14cvs65
12376
12377         * src/inc.c
12378                 fix engrish
12379
12380 2005-10-01 [paul]       1.9.14cvs64
12381         * src/export.c
12382         * src/import.c
12383                 synchronise import_mbox() and export_mbox()
12384         * src/mbox.c
12385                 proc_mbox(): add alert if file cannot be opened
12386                 export_list_to_mbox(): test if dest file exists,
12387                 prompt user to overwrite if it does. add alert
12388                 if file cannot be created
12389                                                                 
12390         Patch by wwp
12391                                                                                                                 
12392
12393 2005-09-30 [paul]       1.9.14cvs63
12394
12395         * src/addressbook.c
12396                 Fix sensitivity of a menu
12397         * src/codeconv.c
12398                 Respect hidden pref for mails with no encoding
12399         * src/common/xml.c
12400                 Fix memory corruption
12401         * src/plugins/pgpcore/sgpgme.c
12402                 Fix segfault on incomplete sigs, and display
12403                 of S/Mime UIDs
12404
12405         Patches by Colin
12406
12407 2005-09-30 [colin]      1.9.14cvs62
12408
12409         * src/partial_download.c
12410                 Little logic fix in almost-dead code
12411         * src/pop.c
12412                 Fix partial download when there's no new mail
12413
12414 2005-09-29 [paul]       1.9.14cvs61
12415
12416         * src/plugins/pgpinline/pgpinline.c
12417                 fix bug 819, 'crash accessing sign message'
12418                 Patch by Colin
12419
12420 2005-09-28 [martin]     1.9.14cvs60
12421
12422         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12423                 fix bug #790 (Crash when restarting window manager (fluxbox))
12424
12425 2005-09-28 [paul]       1.9.14cvs59
12426
12427         * src/gtk/gtkaspell.c
12428                 fix off-by-one typo
12429
12430 2005-09-27 [colin]      1.9.14cvs58
12431
12432         * src/plugins/pgpcore/sgpgme.c
12433                 Report error when there's one, instead of
12434                 "Signature unchecked" 
12435
12436 2005-09-27 [colin]      1.9.14cvs57
12437
12438         * src/prefs_quote.c
12439                 Fix bug #816 (Weird quotation with spaces)
12440
12441 2005-09-27 [colin]      1.9.14cvs56
12442
12443         * src/codeconv.c
12444         * src/compose.c
12445         * src/compose.h
12446                 Put subject in compose's title
12447                 Fix Automatic encoding so that it's really automatic:
12448                 first try default locale's charset, then charset of the replied mail, 
12449                 then utf-8
12450                 Fix encoding of headers (must be in strict mode too)
12451
12452 2005-09-26 [colin]      1.9.14cvs55
12453
12454         * src/gtk/gtkaspell.c
12455                 Fix previous patch - don't color the space,
12456                 just uncolor it :)
12457
12458 2005-09-26 [colin]      1.9.14cvs54
12459
12460         * src/gtk/gtkaspell.c
12461                 Unmark space if possible
12462
12463 2005-09-26 [colin]      1.9.14cvs53
12464
12465         * src/imap.c
12466                 log_error instead of alertpanel according to the pref
12467         * src/etpan/imap-thread.c
12468                 Print connect status, copy only necessary size to 
12469                 logger
12470         * src/plugins/pgpmime/pgpmime.c
12471                 Handle S/Mime signatures (verification only). Patch based
12472                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12473
12474 2005-09-26 [paul]       1.9.14cvs52
12475
12476         * src/common/passcrypt.c
12477                 this 'workaround' not necessary on NetBSD.
12478                 Thanks to Daniel Gustafson
12479
12480 2005-09-26 [paul]
12481
12482         1.9.15-rc4 released
12483
12484 2005-09-26 [paul]       1.9.14cvs51
12485
12486         * src/summaryview.c
12487                 Skip currently selected message when
12488                 looking for next new or unread message
12489                 in current folder. Patch by Colin
12490         * src/common/passcrypt.c
12491                 eliminate warnings on *BSD. Patch by
12492                 Daniel Gustafson
12493
12494 2005-09-26 [colin]      1.9.14cvs50
12495
12496         * src/procmsg.c
12497                 Call postfiltering hook anyway
12498
12499 2005-09-22 [colin]      1.9.14cvs49
12500
12501         * src/codeconv.c
12502         * src/codeconv.h
12503                 Add a strict mode that doesn't replace with _
12504         * src/compose.c
12505         * src/compose.h
12506                 Use strict conversion while sending
12507                 Fix race when drafting while sending (happens
12508                 on IMAP)
12509                 Fix d'n'd of messages from summaryview
12510         * src/prefs_common.c
12511         * src/prefs_common.h
12512                 add hidden utf8_instead_of_locale_for_broken_mail 
12513                 pref for people that preferred the default charset 
12514                 to be utf8 for broken mails
12515         * src/quote_fmt_parse.y
12516                 fix bug #815 (No quote insert if "From:" fied 
12517                 contained Russian letters)
12518         * src/summaryview.c
12519                 Fix d'n'd of messages to compose
12520
12521 2005-09-22 [paul]       1.9.14cvs48
12522
12523         * src/compose.c
12524                 fix bug where attachments Name entry
12525                 would display Path instead
12526
12527 2005-09-21 [paul]       1.9.14cvs47
12528
12529         * README
12530         * README.jp
12531         * configure.ac
12532         * config/config.rpath
12533         * doc/manual/en/sylpheed-20.html
12534         * doc/manual/es/sylpheed-20.html
12535         * po/bg.po
12536         * po/ca.po
12537         * po/de.po
12538         * po/es.po
12539         * po/fr.po
12540         * po/it.po
12541         * po/pt_BR.po
12542         * po/sk.po
12543         * po/zh_TW.po
12544         * src/account.c
12545         * src/account.h
12546         * src/action.c
12547         * src/action.h
12548         * src/adbookbase.h
12549         * src/addr_compl.c
12550         * src/addr_compl.h
12551         * src/addrbook.c
12552         * src/addrbook.h
12553         * src/addrcache.c
12554         * src/addrcache.h
12555         * src/addrcindex.c
12556         * src/addrcindex.h
12557         * src/addrclip.c
12558         * src/addrclip.h
12559         * src/addrdefs.h
12560         * src/addressadd.c
12561         * src/addressadd.h
12562         * src/addressbook.c
12563         * src/addressbook.h
12564         * src/addressitem.h
12565         * src/addrgather.c
12566         * src/addrgather.h
12567         * src/addrharvest.c
12568         * src/addrharvest.h
12569         * src/addrindex.c
12570         * src/addrindex.h
12571         * src/addritem.c
12572         * src/addritem.h
12573         * src/addrquery.c
12574         * src/addrquery.h
12575         * src/addrselect.c
12576         * src/addrselect.h
12577         * src/alertpanel.c
12578         * src/alertpanel.h
12579         * src/browseldap.c
12580         * src/browseldap.h
12581         * src/codeconv.c
12582         * src/codeconv.h
12583         * src/compose.c
12584         * src/compose.h
12585         * src/crash.c
12586         * src/crash.h
12587         * src/customheader.c
12588         * src/customheader.h
12589         * src/displayheader.c
12590         * src/displayheader.h
12591         * src/editaddress.c
12592         * src/editaddress.h
12593         * src/editbook.c
12594         * src/editbook.h
12595         * src/editgroup.c
12596         * src/editgroup.h
12597         * src/editjpilot.c
12598         * src/editjpilot.h
12599         * src/editldap.c
12600         * src/editldap.h
12601         * src/editldap_basedn.c
12602         * src/editldap_basedn.h
12603         * src/editvcard.c
12604         * src/editvcard.h
12605         * src/enriched.c
12606         * src/enriched.h
12607         * src/exphtmldlg.c
12608         * src/exphtmldlg.h
12609         * src/expldifdlg.c
12610         * src/expldifdlg.h
12611         * src/export.c
12612         * src/export.h
12613         * src/exporthtml.c
12614         * src/exporthtml.h
12615         * src/exportldif.c
12616         * src/exportldif.h
12617         * src/filtering.c
12618         * src/filtering.h
12619         * src/folder.c
12620         * src/folder.h
12621         * src/folder_item_prefs.c
12622         * src/folder_item_prefs.h
12623         * src/foldersel.c
12624         * src/foldersel.h
12625         * src/folderutils.c
12626         * src/folderutils.h
12627         * src/folderview.c
12628         * src/folderview.h
12629         * src/grouplistdialog.c
12630         * src/grouplistdialog.h
12631         * src/headerview.c
12632         * src/headerview.h
12633         * src/html.c
12634         * src/html.h
12635         * src/image_viewer.c
12636         * src/image_viewer.h
12637         * src/imap.c
12638         * src/imap.h
12639         * src/imap_gtk.c
12640         * src/imap_gtk.h
12641         * src/import.c
12642         * src/import.h
12643         * src/importldif.c
12644         * src/importldif.h
12645         * src/importmutt.c
12646         * src/importmutt.h
12647         * src/importpine.c
12648         * src/importpine.h
12649         * src/inc.c
12650         * src/inc.h
12651         * src/jpilot.c
12652         * src/jpilot.h
12653         * src/ldapctrl.c
12654         * src/ldapctrl.h
12655         * src/ldaplocate.c
12656         * src/ldaplocate.h
12657         * src/ldapquery.c
12658         * src/ldapquery.h
12659         * src/ldapserver.c
12660         * src/ldapserver.h
12661         * src/ldaputil.c
12662         * src/ldaputil.h
12663         * src/ldif.c
12664         * src/ldif.h
12665         * src/localfolder.c
12666         * src/localfolder.h
12667         * src/main.c
12668         * src/main.h
12669         * src/mainwindow.c
12670         * src/mainwindow.h
12671         * src/manual.c
12672         * src/manual.h
12673         * src/matcher.c
12674         * src/matcher.h
12675         * src/matcher_parser.h
12676         * src/matcher_parser_lex.l
12677         * src/matcher_parser_parse.y
12678         * src/mbox.c
12679         * src/mbox.h
12680         * src/message_search.c
12681         * src/message_search.h
12682         * src/messageview.c
12683         * src/messageview.h
12684         * src/mh.c
12685         * src/mh.h
12686         * src/mh_gtk.c
12687         * src/mh_gtk.h
12688         * src/mimeview.c
12689         * src/mimeview.h
12690         * src/msgcache.c
12691         * src/msgcache.h
12692         * src/mutt.c
12693         * src/mutt.h
12694         * src/news.c
12695         * src/news.h
12696         * src/news_gtk.c
12697         * src/news_gtk.h
12698         * src/noticeview.c
12699         * src/noticeview.h
12700         * src/partial_download.c
12701         * src/partial_download.h
12702         * src/pine.c
12703         * src/pine.h
12704         * src/pop.c
12705         * src/pop.h
12706         * src/prefs_account.c
12707         * src/prefs_account.h
12708         * src/prefs_actions.c
12709         * src/prefs_actions.h
12710         * src/prefs_common.c
12711         * src/prefs_common.h
12712         * src/prefs_compose_writing.c
12713         * src/prefs_compose_writing.h
12714         * src/prefs_customheader.c
12715         * src/prefs_customheader.h
12716         * src/prefs_display_header.c
12717         * src/prefs_display_header.h
12718         * src/prefs_ext_prog.c
12719         * src/prefs_ext_prog.h
12720         * src/prefs_filtering.c
12721         * src/prefs_filtering.h
12722         * src/prefs_filtering_action.c
12723         * src/prefs_filtering_action.h
12724         * src/prefs_folder_column.c
12725         * src/prefs_folder_column.h
12726         * src/prefs_folder_item.c
12727         * src/prefs_folder_item.h
12728         * src/prefs_fonts.c
12729         * src/prefs_fonts.h
12730         * src/prefs_gtk.c
12731         * src/prefs_gtk.h
12732         * src/prefs_image_viewer.c
12733         * src/prefs_image_viewer.h
12734         * src/prefs_matcher.c
12735         * src/prefs_matcher.h
12736         * src/prefs_message.c
12737         * src/prefs_message.h
12738         * src/prefs_msg_colors.c
12739         * src/prefs_msg_colors.h
12740         * src/prefs_other.c
12741         * src/prefs_other.h
12742         * src/prefs_quote.c
12743         * src/prefs_quote.h
12744         * src/prefs_receive.c
12745         * src/prefs_receive.h
12746         * src/prefs_send.c
12747         * src/prefs_send.h
12748         * src/prefs_spelling.c
12749         * src/prefs_spelling.h
12750         * src/prefs_summaries.c
12751         * src/prefs_summaries.h
12752         * src/prefs_summary_column.c
12753         * src/prefs_summary_column.h
12754         * src/prefs_template.c
12755         * src/prefs_template.h
12756         * src/prefs_themes.c
12757         * src/prefs_themes.h
12758         * src/prefs_toolbar.c
12759         * src/prefs_toolbar.h
12760         * src/prefs_wrapping.c
12761         * src/prefs_wrapping.h
12762         * src/privacy.c
12763         * src/privacy.h
12764         * src/procheader.c
12765         * src/procheader.h
12766         * src/procmime.c
12767         * src/procmime.h
12768         * src/procmsg.c
12769         * src/procmsg.h
12770         * src/quote_fmt.c
12771         * src/quote_fmt_parse.y
12772         * src/recv.c
12773         * src/recv.h
12774         * src/remotefolder.c
12775         * src/remotefolder.h
12776         * src/send_message.c
12777         * src/send_message.h
12778         * src/setup.c
12779         * src/setup.h
12780         * src/simple-gettext.c
12781         * src/sourcewindow.c
12782         * src/sourcewindow.h
12783         * src/ssl_manager.c
12784         * src/ssl_manager.h
12785         * src/statusbar.c
12786         * src/statusbar.h
12787         * src/stock_pixmap.c
12788         * src/stock_pixmap.h
12789         * src/summary_search.c
12790         * src/summary_search.h
12791         * src/summaryview.c
12792         * src/summaryview.h
12793         * src/syldap.c
12794         * src/syldap.h
12795         * src/textview.c
12796         * src/textview.h
12797         * src/toolbar.c
12798         * src/toolbar.h
12799         * src/undo.c
12800         * src/undo.h
12801         * src/unmime.c
12802         * src/unmime.h
12803         * src/vcard.c
12804         * src/vcard.h
12805         * src/wizard.c
12806         * src/wizard.h
12807         * src/common/base64.c
12808         * src/common/base64.h
12809         * src/common/defs.h
12810         * src/common/hooks.c
12811         * src/common/hooks.h
12812         * src/common/log.c
12813         * src/common/log.h
12814         * src/common/md5.c
12815         * src/common/md5.h
12816         * src/common/mgutils.c
12817         * src/common/mgutils.h
12818         * src/common/nntp.c
12819         * src/common/nntp.h
12820         * src/common/passcrypt.c
12821         * src/common/passcrypt.h.in
12822         * src/common/plugin.c
12823         * src/common/plugin.h
12824         * src/common/prefs.c
12825         * src/common/prefs.h
12826         * src/common/progressindicator.c
12827         * src/common/progressindicator.h
12828         * src/common/quoted-printable.c
12829         * src/common/quoted-printable.h
12830         * src/common/session.c
12831         * src/common/session.h
12832         * src/common/smtp.c
12833         * src/common/smtp.h
12834         * src/common/socket.c
12835         * src/common/socket.h
12836         * src/common/ssl.c
12837         * src/common/ssl.h
12838         * src/common/ssl_certificate.c
12839         * src/common/ssl_certificate.h
12840         * src/common/string_match.c
12841         * src/common/string_match.h
12842         * src/common/stringtable.c
12843         * src/common/sylpheed.c
12844         * src/common/sylpheed.h
12845         * src/common/template.c
12846         * src/common/template.h
12847         * src/common/timing.h
12848         * src/common/utils.c
12849         * src/common/utils.h
12850         * src/common/uuencode.c
12851         * src/common/uuencode.h
12852         * src/common/version.h.in
12853         * src/common/xml.c
12854         * src/common/xml.h
12855         * src/common/xmlprops.c
12856         * src/common/xmlprops.h
12857         * src/gtk/about.c
12858         * src/gtk/about.h
12859         * src/gtk/colorlabel.c
12860         * src/gtk/colorlabel.h
12861         * src/gtk/colorsel.c
12862         * src/gtk/colorsel.h
12863         * src/gtk/description_window.c
12864         * src/gtk/description_window.h
12865         * src/gtk/filesel.c
12866         * src/gtk/filesel.h
12867         * src/gtk/foldersort.c
12868         * src/gtk/foldersort.h
12869         * src/gtk/gtkutils.c
12870         * src/gtk/gtkutils.h
12871         * src/gtk/inputdialog.c
12872         * src/gtk/inputdialog.h
12873         * src/gtk/logwindow.c
12874         * src/gtk/logwindow.h
12875         * src/gtk/manage_window.c
12876         * src/gtk/manage_window.h
12877         * src/gtk/menu.c
12878         * src/gtk/menu.h
12879         * src/gtk/pluginwindow.c
12880         * src/gtk/pluginwindow.h
12881         * src/gtk/prefswindow.c
12882         * src/gtk/prefswindow.h
12883         * src/gtk/progressdialog.c
12884         * src/gtk/progressdialog.h
12885         * src/gtk/quicksearch.c
12886         * src/gtk/quicksearch.h
12887         * src/gtk/sslcertwindow.c
12888         * src/gtk/sslcertwindow.h
12889         * src/plugins/clamav/clamav_plugin.c
12890         * src/plugins/clamav/clamav_plugin.h
12891         * src/plugins/clamav/clamav_plugin_gtk.c
12892         * src/plugins/demo/demo.c
12893         * src/plugins/dillo_viewer/dillo_prefs.c
12894         * src/plugins/dillo_viewer/dillo_prefs.h
12895         * src/plugins/dillo_viewer/dillo_viewer.c
12896         * src/plugins/mathml_viewer/mathml_viewer.c
12897         * src/plugins/pgpcore/passphrase.c
12898         * src/plugins/pgpcore/passphrase.h
12899         * src/plugins/pgpcore/plugin.c
12900         * src/plugins/pgpcore/prefs_gpg.c
12901         * src/plugins/pgpcore/prefs_gpg.h
12902         * src/plugins/pgpcore/select-keys.c
12903         * src/plugins/pgpcore/select-keys.h
12904         * src/plugins/pgpcore/sgpgme.c
12905         * src/plugins/pgpcore/sgpgme.h
12906         * src/plugins/pgpinline/pgpinline.c
12907         * src/plugins/pgpinline/pgpinline.h
12908         * src/plugins/pgpinline/plugin.c
12909         * src/plugins/pgpmime/pgpmime.c
12910         * src/plugins/pgpmime/pgpmime.h
12911         * src/plugins/pgpmime/plugin.c
12912         * src/plugins/spamassassin/spamassassin.c
12913         * src/plugins/spamassassin/spamassassin.h
12914         * src/plugins/spamassassin/spamassassin_gtk.c
12915         * src/plugins/trayicon/trayicon.c
12916         * tools/OOo2sylpheed.pl
12917         * tools/acroread2sylpheed.pl
12918         * tools/asus_mailled.sh
12919         * tools/filter_conv.pl
12920         * tools/freshmeat_search.pl
12921         * tools/google_search.pl
12922         * tools/kmail2sylpheed.pl
12923         * tools/kmail2sylpheed_v2.pl
12924         * tools/maildir2sylpheed.pl
12925         * tools/multiwebsearch.pl
12926         * tools/newscache_clean.pl
12927         * tools/outlook2sylpheed.pl
12928         * tools/sylpheed-switcher
12929         * tools/update-po
12930         * tools/vcard2xml.py
12931         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12932                 update FSF address
12933
12934 2005-09-21 [colin]      1.9.14cvs46
12935
12936         * src/gedit-print.c
12937         * src/procmsg.c
12938         * src/procmsg.h
12939         * src/textview.c
12940         * src/summaryview.c
12941                 Remove some printing hacks (deselection/reselection),
12942                 which by the way fix printing the currently 
12943                 displayed mime part (still only text)
12944                 Plus a little optimisation of summary_show
12945
12946
12947 2005-09-20 [colin]      1.9.14cvs45
12948
12949         * src/mainwindow.c
12950         * src/messageview.c
12951                 GUI fixups: add accels, set message
12952                 view title to displayed mail's subject
12953         * src/prefs_spelling.c
12954         * src/gtk/gtkaspell.c
12955                 GUI fixups: allow underlining misspelled
12956                 words instead of coloring them (a11y!)
12957
12958 2005-09-19 [colin]
12959
12960         1.9.15rc3 released
12961
12962 2005-09-19 [colin]      1.9.14cvs44
12963
12964         * src/compose.c
12965                 Fix draft message
12966         * src/gtk/gtkaspell.c
12967                 Fix wrong test ;-)
12968
12969 2005-09-19 [colin]      1.9.14cvs43
12970
12971         * src/addressbook.c
12972                 Fix sensitivity of Delete button
12973         * src/compose.c
12974                 Warn if the requested Privacy system
12975                 is not available
12976         * src/exphtmldlg.c
12977         * src/expldifdlg.c
12978         * src/importldif.c
12979         * src/importmutt.c
12980         * src/importpine.c
12981                 Fix crappy UI
12982         * src/
12983         * src/ssl.h
12984         * src/prefs_account.h
12985         * src/prefs_account.c
12986                 Save SSL prefs even in builds that have
12987                 SSL support disable
12988         * src/imap.c
12989         * src/inc.c
12990         * src/news.c
12991         * src/send_message.c
12992                 Warn if connection should be secure, but
12993                 SSL support isn't compiled in
12994         * src/gtkaspell.c
12995                 Fix word separation on UTF-8 systems
12996                 Fixes bug #812 (Strange inline spellchecking)
12997         * src/compose.c
12998                 Warn if the requested Privacy system
12999                 is not available
13000                 Factorize offline warning
13001         * src/imap.c
13002         * src/imap_gtk.c
13003         * src/imap_gtk.h
13004         * src/inc.h
13005         * src/news_gtk.c
13006         * src/news_gtk.h
13007         * src/messageview.c
13008                 Factorize offline warning
13009
13010 2005-09-19 [paul]
13011
13012         1.9.15-rc2 released
13013
13014 2005-09-18 [colin]      1.9.14cvs42
13015
13016         * src/codeconv.c
13017         * src/codeconv.h
13018         * src/procmime.c
13019                 Add a way to get locale's charset ignoring utf-8,
13020                 and use that as default encoding for broken mails
13021
13022 2005-09-18 [colin]      1.9.14cvs41
13023
13024         * src/gtk/logwindow.c
13025                 Translate string. Patch by Fabien Vantard
13026
13027 2005-09-18 [colin]      1.9.14cvs40
13028
13029         * configure.ac
13030                 Fix bug #803 (IMAP/SSL support breaks with 
13031                 GnuTLS libetpan 0.38)
13032
13033 2005-09-18 [colin]      1.9.14cvs39
13034
13035         * src/codeconv.c
13036         * src/compose.c
13037         * src/procmime.c
13038                 More charsets fixes. Fixes bug #806 (non
13039                 ascii characters in subject line)
13040
13041 2005-09-17 [paul]       1.9.14cvs38
13042
13043         * src/folderview.c
13044         * src/mainwindow.c
13045                 fix gcc-2.95 issues
13046                 Patch by Pawel Pekala
13047
13048 2005-09-17 [colin]      1.9.14cvs37
13049
13050         * src/addrindex.c
13051                 bugfix for NO-USE LDAP compilation, patch 
13052                 by Fabien Vantard
13053
13054 2005-09-17 [colin]      1.9.14cvs36
13055
13056         * src/prefs_actions.c
13057         * src/prefs_customheader.c
13058         * src/prefs_display_header.c
13059         * src/prefs_filtering_action.c
13060         * src/prefs_matcher.c
13061         * src/prefs_toolbar.c
13062                 Fix strange casts (less elegant but
13063                 works better)
13064
13065 2005-09-16 [colin]      1.9.14cvs35
13066
13067         * src/jpilot.c
13068                 Missed that one
13069
13070 2005-09-16 [colin]      1.9.14cvs34
13071
13072         * configure.ac
13073         * src/Makefile.am
13074         * src/addr_compl.c
13075         * src/addrindex.c
13076         * src/browseldap.c
13077         * src/editldap.c
13078         * src/ldaplocate.c
13079         * src/ldapquery.c
13080         * src/ldapquery.h
13081         * src/ldapserver.c
13082         * src/ldapserver.h
13083         * src/main.c
13084         * src/matcher_parser_parse.y
13085         * src/prefs_themes.c
13086         * src/etpan/Makefile.am
13087         * src/gtk/description_window.c
13088         * src/plugins/clamav/Makefile.am
13089         * src/plugins/clamav/clamav_plugin.c
13090         * src/plugins/dillo_viewer/Makefile.am
13091         * src/plugins/pgpcore/Makefile.am
13092         * src/plugins/pgpinline/Makefile.am
13093         * src/plugins/pgpmime/Makefile.am
13094         * src/plugins/trayicon/Makefile.am
13095                 Fix 100% cpu usage in address completion list
13096                 Fix little bugs (return with no values etc)
13097                 Fix all warnings (with common CFLAGS)
13098
13099 2005-09-15 [colin]      1.9.14cvs33
13100
13101         * src/addressbook.c
13102                 Fix bug where sometimes a group's email list is empty,
13103                 force its refresh (probably fixes "Re: how to create a 
13104                 distribution list")
13105         * src/ldapquery.c
13106                 Don't return to the callback in the main thread from the
13107                 fetch thread (or face segs!)
13108
13109 2005-09-15 [paul]       1.9.14cvs32
13110
13111         * src/prefs_matcher.c
13112                 forgotten in last commit
13113
13114 2005-09-15 [paul]       1.9.14cvs31
13115
13116         * src/prefs_actions.c
13117         * src/prefs_filtering_action.c
13118         * src/prefs_quote.c
13119         * src/quote_fmt.c
13120         * src/summaryview.c
13121         * src/gtk/description_window.c
13122         * src/gtk/description_window.h
13123         * src/gtk/quicksearch.c
13124                 allow interaction with the called
13125                 description window
13126                 Patch by Anders Hammar
13127
13128 2005-09-14 [paul]       1.9.14cvs30
13129
13130         * src/compose.c
13131                 fix a little annoyance when pasting with 3rd button 
13132                 with wrap_pastes=0 and wrap_input=1
13133                 Patch by Colin
13134
13135 2005-09-14 [paul]       1.9.14cvs29
13136
13137         * src/prefs_account.c
13138                 disable 'Filter messages on receiving' for
13139                 SMTP-only accounts
13140                 Patch  by Anders Hammar
13141
13142 2005-09-14 [paul]       1.9.14cvs28
13143
13144         * po/sk.po
13145                 fix crash
13146                 updated by Andrej Kacian
13147
13148 2005-09-14 [paul]
13149
13150         1.9.15-rc1 released
13151
13152 2005-09-14 [paul]       1.9.14cvs27
13153
13154         * po/es.po
13155                 updated by Ricardo Mones Lastra
13156         * src/compose.c
13157         * src/compose.h
13158                 associate no_wrap_tags to Compose windows
13159                 instead of using a static one
13160                 Patch by Colin
13161         * src/mbox.c
13162                 fix proc_mbox()
13163                 Patch by wwp
13164         * src/textview.c
13165                 remove unneeded printf()
13166
13167 2005-09-14 [paul]       1.9.14cvs26
13168
13169         * src/addrcache.c
13170         * src/codeconv.h
13171         * src/folder.h
13172         * src/mainwindow.h
13173         * src/mh.c
13174         * src/mimeview.h
13175         * src/partial_download.c
13176         * src/pop.c
13177         * src/prefs_account.c
13178         * src/prefs_account.h
13179         * src/prefs_actions.c
13180         * src/prefs_customheader.c
13181         * src/prefs_display_header.c
13182         * src/prefs_filtering_action.c
13183         * src/prefs_matcher.c
13184         * src/prefs_toolbar.c
13185         * src/privacy.h
13186         * src/procmime.c
13187         * src/procmime.h
13188         * src/procmsg.h
13189         * src/textview.c
13190         * src/undo.h
13191         * src/common/plugin.c
13192         * src/common/session.h
13193         * src/common/socket.c
13194         * src/common/socket.h
13195         * src/common/template.c
13196         * src/gtk/gtkaspell.c
13197         * src/gtk/quicksearch.h
13198         * src/plugins/pgpcore/passphrase.c
13199         * src/plugins/pgpcore/prefs_gpg.h
13200         * src/plugins/pgpcore/select-keys.c
13201         * src/plugins/pgpcore/select-keys.h
13202         * src/plugins/pgpcore/sgpgme.c
13203         * src/plugins/pgpinline/pgpinline.c
13204         * src/plugins/pgpmime/pgpmime.c
13205         * src/plugins/trayicon/trayicon.c
13206                 fix compilation warnings
13207                 Patch by Daniel Gustafson
13208
13209 2005-09-14 [paul]       1.9.14cvs25
13210
13211         * src/addressbook.c
13212                 add missing column header, and other small
13213                 bug fixes
13214                 Patch by Anders Hammar
13215
13216 2005-09-13 [colin]      1.9.14cvs24
13217
13218         * src/gtk/gtkaspell.c
13219                 Fix non-utf8 in menu
13220                 Fix little leaks
13221                 Nullify struct members after free()s
13222
13223 2005-09-13 [colin]      1.9.14cvs23
13224
13225         * src/compose.c
13226                 Test utf8 compliance before inserting to 
13227                 buffer, and try to convert if necessary
13228         * src/procmime.c
13229                 If no charset is present, use the locale 
13230                 one instead of us-ascii
13231         * src/procmsg.c
13232                 Add Sender, List-Post and To in the checked 
13233                 headers for automatic rules creation 
13234                 (thanks to wwp)
13235         * src/prefs_themes.c
13236         * src/gtk/gtkaspell.c
13237                 Remove deprecated functions. 
13238                 patch by Daniel Gustafson
13239
13240 2005-09-12 [colin]      1.9.14cvs22
13241
13242         * src/compose.c
13243                 Fix bug #448 (Scrolling/Redraw issue with 
13244                 address-fields in Header)
13245         * src/mainwindow.c
13246         * src/summaryview.c
13247         * src/summaryview.h
13248                 Fix loss of MSG_MARKED on move/copy
13249                 Fix bug #804 (Quicksearch togglebutton doesn't 
13250                 get depressed after '/' key is pressed)
13251
13252 2005-09-12 [paul]       1.9.14cvs21
13253
13254         * AUTHORS
13255         * src/gtk/logwindow.c
13256                 add 'Clear Log' to popup menu
13257                 Patch by Anders Hammar <anders.hammar@telia.com>
13258
13259 2005-09-12 [paul]       1.9.14cvs20
13260
13261         * src/compose.c
13262                 set correct sensitivity on attachments
13263                 popup menu
13264         * src/folder.c
13265                 fix typo
13266         * src/prefs_spelling.c
13267                 fix crash when no LANG env is set
13268         * src/common/xml.c
13269                 fix crash in wizard
13270                 don't use memeory after free
13271
13272         All patches by Daniel Gustafson
13273
13274 2005-09-12 [paul]       1.9.14cvs19
13275
13276         * src/prefs_themes.c
13277                 make theme info selectable
13278         * src/gtk/description_window.c
13279                 make window non-modal
13280         * tools/README
13281                 add details of asus_mailed.sh
13282         * tools/claws.i18n.status.pl
13283                 update for new zh_TW translator
13284                 widen the output
13285                 create alternate coloured lines
13286                 improve readability
13287
13288 2005-09-10 [colin]      1.9.14cvs18
13289
13290         * src/plugins/pgpcore/select-keys.c
13291                 Better order for the buttons
13292
13293 2005-09-10 [colin]      1.9.14cvs17
13294
13295         * src/compose.c
13296         * src/plugins/pgpcore/select-keys.c
13297         * src/plugins/pgpcore/select-keys.h
13298         * src/plugins/pgpcore/sgpgme.c
13299                 Add a "Don't encrypt" button to the key
13300                 selection dialog. Fixes bug #177 (There should be a 
13301                 'Don't encrypt button in the Select Keys dialog)
13302
13303 2005-09-10 [colin]      1.9.14cvs16
13304
13305         * src/compose.c
13306                 Fix bug #572 (%X option does not work with templates)
13307
13308 2005-09-10 [colin]      1.9.14cvs15
13309
13310         * src/toolbar.c 
13311                 Remove g_print
13312
13313 2005-09-10 [colin]      1.9.14cvs14
13314
13315         * src/imap.c
13316                 Fix a possible crash
13317
13318 2005-09-09 [colin]      1.9.14cvs13
13319
13320         * src/imap.c
13321         * src/etpan/imap-thread.c
13322         * src/etpan/imap-thread.h
13323                 Fix moving from queue or drafts to normal folders
13324                 Fix bug #794 (No way to delete without expunging)
13325                 Take flags unset by other mailers into account
13326                 Take deleted flag set by other mailers into account
13327                 Fix unsetting REPLIED flag
13328                 Fix crash when capabilities can't be retrieved
13329         * src/mainwindow.c
13330         * src/mainwindow.h
13331                 Add M_DELAYED_FLAGS condition, and let the user use
13332                 Execute in order to be able to expunge deleted mails,
13333                 even if he's not in delayed execute mode
13334         * src/prefs_spelling.c
13335                 Use 'en' dictionary by default if LANG is POSIX or C
13336         * src/gtk/prefswindow.c
13337                 Fix bug #767 (Preferences windows expanding) by making
13338                 the window a bit larger when the resolution is greater
13339                 than 640x480, and by putting the prefs in a
13340                 GtkScrolledWindow.
13341
13342 2005-09-09 [paul]       1.9.14cvs12
13343
13344         * AUTHORS
13345         * configure.ac
13346         * po/zh_TW.Big5.po      ** REMOVED **
13347         * po/zh_TW.po           ** ADDED **
13348                 updated by Wei-Lun Chao
13349
13350 2005-09-09 [paul]       1.9.14cvs11
13351
13352         * src/mainwindow.c
13353                 fix asserts
13354         * src/common/xml.c
13355                 delay memory allocation until file is
13356                 opened successfully
13357                 Patch by Daniel Gustafson
13358
13359 2005-09-09 [colin]      1.9.14cvs10
13360
13361         * src/imap.c
13362                 Add guards
13363
13364 2005-09-08 [colin]      1.9.14cvs9
13365
13366         * src/compose.c
13367                 Alert when we can't save draft
13368                 Fix various wrap/color issues
13369                 Add mid-click pasting respecting wrap_paste option
13370         * src/folder.c
13371         * src/folder.h
13372         * src/folder_item_prefs.c
13373         * src/folder_item_prefs.h
13374         * src/imap.c
13375         * src/imap_gtk.c
13376         * src/imap_gtk.h
13377         * src/main.c
13378         * src/mainwindow.c
13379         * src/mainwindow.h
13380         * src/news.c
13381         * src/news_gtk.c
13382         * src/news_gtk.h
13383         * src/prefs_folder_item.c
13384                 Fix the impossibility to synchronise folders for
13385                 offline use (IMAP and NNTP are concerned)
13386
13387 2005-09-08 [colin]      1.9.14cvs8
13388
13389         * configure.ac
13390                 Build LDAP and JPilot by default if available
13391         * src/textview.c
13392                 Fix use after free
13393
13394 2005-09-08 [paul]       1.9.14cvs7
13395
13396         * doc/manual/en/sylpheed-1.html
13397         * doc/manual/en/sylpheed-18.html
13398         * doc/manual/en/sylpheed-19.html
13399         * doc/manual/en/sylpheed-4.html
13400         * doc/manual/en/sylpheed-6.html
13401         * doc/manual/en/sylpheed.html
13402                 a few minor updates, plus include some
13403                 details about plugins and their requirements
13404         * src/mainwindow.c
13405                 minor changes to English in /View/Sort
13406
13407 2005-09-07 [colin]      1.9.14cvs6
13408
13409         * doc/manual/en/sylpheed-1.html
13410         * doc/manual/en/sylpheed-10.html
13411         * doc/manual/en/sylpheed-11.html
13412         * doc/manual/en/sylpheed-12.html
13413         * doc/manual/en/sylpheed-13.html
13414         * doc/manual/en/sylpheed-14.html
13415         * doc/manual/en/sylpheed-15.html
13416         * doc/manual/en/sylpheed-16.html
13417         * doc/manual/en/sylpheed-17.html
13418         * doc/manual/en/sylpheed-18.html
13419         * doc/manual/en/sylpheed-19.html
13420         * doc/manual/en/sylpheed-2.html
13421         * doc/manual/en/sylpheed-20.html
13422         * doc/manual/en/sylpheed-21.html
13423         * doc/manual/en/sylpheed-22.html
13424         * doc/manual/en/sylpheed-3.html
13425         * doc/manual/en/sylpheed-4.html
13426         * doc/manual/en/sylpheed-5.html
13427         * doc/manual/en/sylpheed-6.html
13428         * doc/manual/en/sylpheed-7.html
13429         * doc/manual/en/sylpheed-8.html
13430         * doc/manual/en/sylpheed-9.html
13431         * doc/manual/en/sylpheed.html
13432                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13433
13434 2005-09-07 [colin]      1.9.14cvs5
13435
13436         * src/mainwindow.c
13437                 Make labels more to-the-point
13438
13439 2005-09-07 [colin]      1.9.14cvs4
13440
13441         * doc/manual/en/sylpheed-1.html
13442         * doc/manual/en/sylpheed-12.html
13443         * doc/manual/en/sylpheed-13.html
13444         * doc/manual/en/sylpheed-14.html
13445         * doc/manual/en/sylpheed-15.html
13446         * doc/manual/en/sylpheed-16.html
13447         * doc/manual/en/sylpheed-17.html
13448         * doc/manual/en/sylpheed-18.html
13449         * doc/manual/en/sylpheed-19.html
13450         * doc/manual/en/sylpheed-2.html
13451         * doc/manual/en/sylpheed-20.html
13452         * doc/manual/en/sylpheed-21.html
13453         * doc/manual/en/sylpheed-22.html
13454         * doc/manual/en/sylpheed-4.html
13455         * doc/manual/en/sylpheed-5.html
13456         * doc/manual/en/sylpheed-6.html
13457         * doc/manual/en/sylpheed-7.html
13458         * doc/manual/en/sylpheed-8.html
13459         * doc/manual/en/sylpheed-9.html
13460         * doc/manual/en/sylpheed.html
13461                 Update manual
13462
13463 2005-09-07 [colin]      1.9.14cvs3
13464
13465         * doc/faq/en/sylpheed-faq-1.html
13466         * doc/faq/en/sylpheed-faq-2.html
13467         * doc/faq/en/sylpheed-faq-3.html
13468         * doc/faq/en/sylpheed-faq.html
13469                 Update FAQ
13470
13471 2005-09-07 [colin]      1.9.14cvs2
13472
13473         * src/folderview.c
13474         * src/procmsg.c
13475         * src/summaryview.c
13476         * src/toolbar.c
13477                 Fix special subfolders:
13478                 - Inherit parent's icon
13479                 - sent contents of queues subfolders
13480                 - empty subfolders of trashes
13481         * src/mainwindow.c
13482                 Remove outdated manual and faq entries
13483         * src/common/utils.c
13484                 Add quotes around %s coming from mailcap
13485
13486 2005-09-07 [colin]      1.9.14cvs1
13487
13488         * src/compose.c
13489                 After saving draft, set modified to FALSE
13490         * src/mimeview.c
13491         * src/common/utils.c
13492         * src/common/utils.h
13493                 Try to open mime parts using what is 
13494                 indicated in ~/.mailcap or /etc/mailcap,
13495                 if possible.
13496
13497 2005-09-05 [paul]       1.9.14
13498
13499         1.9.14 released
13500
13501         * po/sk.po
13502                 updated by Andrej Kacian
13503
13504 2005-09-05 [paul]       1.9.13cvs83
13505
13506         * po/de.po
13507         * po/es.po
13508         * po/fi.po
13509         * po/fr.po
13510         * po/nb.po
13511         * po/pt_BR.po
13512         * po/sr.po
13513                 updated translations by Thomas Gilgin, Ricardo Mones
13514                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13515                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13516
13517 2005-09-04 [paul]       1.9.13cvs82
13518
13519         * src/compose.c
13520                 only warn about exceeded line length limit
13521                 on send
13522
13523 2005-09-04 [paul]       1.9.13cvs81
13524
13525         * src/compose.c
13526                 fix crash in 'line length exceeded' dialogue
13527
13528 2005-09-02 [paul]       1.9.13cvs80
13529
13530         * src/imap.c
13531                 fix bug 795, 'Connection lost IMAP'
13532                 and add statusbar prints
13533                 Patch by Colin
13534
13535 2005-09-02 [paul]       1.9.13cvs79
13536
13537         * src/compose.c
13538                 compose_wrap_paragraph() becomes
13539                 compose_beautify_paragraph()
13540                 Patch by Colin
13541
13542 2005-09-02 [colin]      1.9.13cvs78
13543
13544         * src/folderview.c
13545                 Micro-fix
13546
13547 2005-09-01 [colin]      1.9.13cvs77
13548
13549         * src/imap.c
13550                 Maybe fix bug #795 (Connection lost IMAP)
13551                 Don't try to send logout when we're disconnected.
13552         * src/summaryview.c
13553                 Include locked and marked emails in HRM
13554                 view. Fixes bug #800 (Locked messages no longer 
13555                 show up when hide read messages is used)
13556
13557 2005-09-01 [paul]       1.9.13cvs76
13558
13559         * src/prefs_common.c
13560                 fix bad cutting
13561
13562 2005-08-31 [colin]      1.9.13cvs75
13563
13564         * src/folderview.c
13565         * src/folderview.h
13566         * src/prefs_summaries.c
13567         * src/summaryview.c
13568                 Fix "go to next new", fix preference
13569                 (Open unread/next swapped)
13570
13571 2005-08-31 [paul]       1.9.13cvs74
13572
13573         * src/compose.c
13574         * src/folderview.c
13575         * src/headerview.c
13576         * src/headerview.h
13577         * src/mainwindow.c
13578         * src/prefs_common.c
13579         * src/prefs_common.h
13580         * src/prefs_fonts.c
13581         * src/summaryview.c
13582         * src/textview.c
13583         * src/common/defs.h
13584                 remove obsolete BOLD_FONT setting
13585                 fix font update in headerview and textview
13586                 headers after prefs change
13587                 Patch By Colin
13588
13589 2005-08-31 [paul]
13590
13591         1.9.14-rc4 released
13592
13593 2005-08-30 [colin]      1.9.13cvs73
13594
13595         * src/summaryview.c
13596                 When Hide read messages is selected and we
13597                 refresh the summaryview, don't remove the 
13598                 currently displayed message. Fixes bug #797
13599                 (Summary view reloads when new mail is 
13600                 downloaded in 1.9.14 rc)
13601
13602 2005-08-30 [colin]      1.9.13cvs72
13603
13604         * src/folderview.c
13605                 Fix flickering
13606         * src/mainwindow.c
13607                 Remove useless callback
13608         * src/mimeview.c
13609         * src/gtk/filesel.c
13610         * src/gtk/filesel.h
13611                 Add a filesel_select_file_save_folder() - used by Save All
13612
13613 2005-08-29 [paul]       1.9.13cvs71
13614
13615         * AUTHORS
13616         * src/matcher_parser_parse.y
13617         * src/etpan/imap-thread.c
13618                 fix building on FreeBSD
13619                 Patch by Daniel Gustafson <daniel@hobbit.se>
13620
13621 2005-08-29 [paul]       1.9.13cvs70
13622
13623         * src/plugins/pgpinline/pgpinline.c
13624                 only initialise sig result if it's been handled
13625                 Patch by Colin
13626
13627 2005-08-29 [paul]       1.9.13cvs69
13628         
13629         Patches by Colin:
13630
13631         * src/imap.c
13632         * src/common.utils.c
13633         * src/common/utils.h
13634                 optimisation
13635         * src/stock_pixmap.h
13636                 fix wrong icon reference
13637         * src/pixmaps/trash_btn.xpm
13638                 replace with nicer image
13639
13640 2005-08-28 [colin]      1.9.13cvs68
13641
13642         * src/Makefile.am
13643         * src/stock_pixmap.c
13644         * src/stock_pixmap.h
13645         * src/toolbar.c
13646         * src/pixmaps/trash_btn.xpm
13647                 Add a specific trash xpm for the button
13648
13649 2005-08-28 [colin]      1.9.13cvs67
13650
13651         * src/imap.c
13652                 Fix leak
13653
13654 2005-08-27 [colin]      1.9.13cvs66
13655
13656         * src/imap.c
13657         * src/procmime.c
13658                 Correctly fix "Problem with replies", fixes
13659                 pgpmime encryption too. 
13660
13661 2005-08-27 [colin]      1.9.13cvs65
13662
13663         * src/folder.c
13664         * src/procmsg.c
13665         * src/procmsg.h
13666         * src/summaryview.c
13667                 Fix bug #517 (messages removed from summaryview 
13668                 when moving fails)
13669
13670 2005-08-27 [colin]      1.9.13cvs64
13671
13672         * tools/Makefile.am
13673         * tools/asus_mailled.sh
13674                 Add a script to blink ASUS laptops' mail LED where there
13675                 is unread mail.
13676
13677 2005-08-27 [colin]      1.9.13cvs63
13678
13679         * src/imap.c
13680         * src/etpan/imap-thread.c
13681         * src/etpan/imap-thread.h
13682                 Implement automatic choosing of login method
13683                 Fixes bug #791
13684         * src/gtk/.cvsignore
13685                 Add sylpheed-marshal.[ch]
13686
13687 2005-08-27 [colin]      1.9.13cvs62
13688
13689         * src/common/utils.c
13690                 Fix confusing perror
13691
13692 2005-08-27 [colin]      1.9.13cvs61
13693
13694         * src/toolbar.c
13695         * src/toolbar.h
13696                 Remove A_DELETE, replace it with 
13697                 A_TRASH and A_DELETE_REAL. Automatically
13698                 rewrite config files to replace A_DELETE
13699                 with A_TRASH (no functionality change).
13700                 Fixes half of #794
13701
13702 2005-08-26 [colin]      1.9.13cvs60
13703
13704         * src/procmime.c
13705                 Previous "Problem with replies" fix brought other
13706                 problems, fixing them
13707
13708 2005-08-26 [colin]      1.9.13cvs59
13709
13710         * src/procmime.c
13711                 Fix "Problem with replies". This happened only
13712                 on IMAP...
13713         * src/procmsg.c
13714                 Factorize code a bit
13715         * src/compose.c
13716                 Speed improvement on very long messages (wrapping)
13717                 Fix signature color on Reedit and Redirect
13718                 On Reedit, don't attach pgp-signatures parts, but
13719                 set signing to On.
13720
13721 2005-08-24 [paul]       1.9.13cvs58
13722
13723         * src/compose.c
13724                 don't claim success when clicking
13725                 Cancel on the passphrase box.
13726                 Patch by Colin
13727
13728 2005-08-24 [paul]       1.9.13cvs57
13729
13730         * src/main.c
13731                 fix misplaced sylpheed.log
13732         * src/common/defs.h
13733                 define UIDL_DIR
13734
13735 2005-08-24 [paul]       1.9.13cvs56
13736
13737         * src/imap.c
13738         * src/etpan/imap-thread.c
13739         * src/etpan/imap-thread.h
13740                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13741                 Patch by Colin
13742         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13743         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13744                 remove autogenerated files
13745         * tools/kdeservicemenu/README
13746         * tools/kdeservicemenu/install.sh
13747         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13748         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13749                 use Claws icon, use 'Sylpheed-Claws' in menu,
13750                 use kdialog, and other cleanups
13751
13752 2005-08-23 [paul]       1.9.13cvs55
13753
13754         * src/compose.c
13755                 fix paste/wrap crash
13756                 Patch by Colin
13757
13758 2005-08-23 [paul]       1.9.13cvs54
13759
13760         * src/main.c
13761                 fix crash recovery
13762                 Patch by Colin
13763
13764 2005-08-23 [paul]       1.9.13cvs53
13765
13766         * src/addressbook.c
13767         * src/editaddress.c
13768                 view all data of LDAP contacts
13769                 Patch by Colin
13770
13771 2005-08-23 [paul]       1.9.13cvs52
13772
13773         * src/addressbook.c
13774                 fix issues with the Search field
13775                 Patch by Colin
13776
13777 2005-08-22 [paul]       1.9.13cvs51
13778
13779         * src/folderview.c
13780                 put name of folder in processing dialog
13781                 title
13782         * src/prefs_folder_item.c
13783                 improve english usage
13784
13785 2005-08-22 [paul]       1.9.13cvs50
13786
13787         * src/filtering.c
13788         * src/filtering.h
13789         * src/matcher.c
13790         * src/matcher_parser_lex.l
13791         * src/matcher_parser_parse.y
13792         * src/prefs_filtering.c
13793                 add Filtering/Processing rule names feature.
13794                 (the incompatible old matcherrc is saved as
13795                 matcherrc.pre_names).
13796                 Patch by Colin
13797
13798 2005-08-22 [paul]       1.9.13cvs49
13799
13800         * src/procmsg.c
13801                 fix colour labelling
13802                 Patch by Colin
13803
13804 2005-08-22 [paul]       1.9.13cvs48
13805
13806         * src/textview.c
13807                 fix open_image_cb()
13808
13809 2005-08-22 [paul]       1.9.13cvs47
13810
13811         * src/imap.c
13812                 fix bug 789, 'SC crashes with imap (CVS ver)'
13813                 Patch by Colin
13814
13815 2005-08-22 [paul]       1.9.13cvs46
13816
13817         * src/mimeview.c
13818         * src/prefs_common.c
13819         * src/common/defs.h
13820                 define reused defaults in defs.h
13821         * src/textview.c
13822                 add 'Open image' to image popup menu
13823
13824 2005-08-21 [colin]      1.9.13cvs45
13825
13826         * src/summaryview.c
13827                 Fix bug #788 (Bogus "From" address displayed)
13828
13829 2005-08-20 [colin]      1.9.13cvs44
13830
13831         * src/folder.c
13832                 Fix buf #787 (multilevel delete causes SIGSEGV)
13833
13834 2005-08-19 [colin]      1.9.13cvs43
13835
13836         * src/inc.c
13837         * src/prefs_common.c
13838         * src/prefs_common.h
13839                 Add an hidden pref to allow modifying the
13840                 update stepping in incorporation.
13841                 Patch by wwp.
13842
13843 2005-08-19 [colin]      1.9.13cvs42
13844
13845         * src/compose.c
13846         * src/procmime.c
13847                 Workaround for broken MUAs: encode 
13848                 Content-type: name: as ASCII and 
13849                 Content-Disposition: filename: as
13850                 per rfc2231
13851         * src/prefs_account.c
13852                 Fix invisible-ness of SMTP SSL prefs
13853                 in NNTP accounts
13854
13855 2005-08-19 [paul]       1.9.13cvs41
13856
13857         * src/compose.c
13858         * src/prefs_common.c
13859         * src/prefs_common.h
13860         * src/prefs_wrapping.c
13861                 paste with or without wrapping.
13862                 patch by Colin
13863
13864 2005-08-19 [paul]       1.9.13cvs40
13865
13866         * src/prefs_common.c
13867         * src/prefs_common.h
13868         * src/summaryview.c
13869                 reintroduce enable_swap_from as a
13870                 hidden pref. patch by Colin
13871         * src/quote_fmt_parse.y
13872         * src/plugins/clamav/clamav_plugin.c
13873         * src/plugins/dillo_viewer/dillo_viewer.c
13874         * src/plugins/mathml_viewer/mathml_viewer.c
13875         * src/plugins/pgpcore/sgpgme.c
13876         * src/plugins/pgpinline/pgpinline.c
13877         * src/plugins/pgpmime/pgpmime.c
13878                 tidy up. patch by Colin
13879
13880 2005-08-19 [paul]       1.9.13cvs39
13881
13882         * configure.ac
13883                 complete cvs38's sync
13884         * src/editaddress.c
13885         * src/gedit-print.c
13886         * src/mutt.c
13887         * src/etpan/etpan-log.c
13888         * src/etpan/imap-thread.c
13889         * src/gtk/gtksourceprintjob.c
13890                 fix compilation warnings
13891                 (patch by Colin)
13892
13893 2005-08-19 [paul]       1.9.13cvs38
13894
13895         sync with main:
13896
13897         * src/account.c
13898         * src/action.c
13899         * src/addrbook.c
13900         * src/addrcache.c
13901         * src/addrharvest.c
13902         * src/addrindex.c
13903         * src/codeconv.c
13904         * src/compose.c
13905         * src/crash.c
13906         * src/exporthtml.c
13907         * src/exportldif.c
13908         * src/folder.c
13909         * src/image_viewer.c
13910         * src/inc.c
13911         * src/inc.h
13912         * src/jpilot.c
13913         * src/ldif.c
13914         * src/main.c
13915         * src/matcher.c
13916         * src/mbox.c
13917         * src/messageview.c
13918         * src/mh.c
13919         * src/mimeview.c
13920         * src/msgcache.c
13921         * src/mutt.c
13922         * src/news.c
13923         * src/partial_download.c
13924         * src/pine.c
13925         * src/pop.c
13926         * src/prefs_actions.c
13927         * src/prefs_common.c
13928         * src/prefs_customheader.c
13929         * src/prefs_display_header.c
13930         * src/prefs_gtk.c
13931         * src/prefs_themes.c
13932         * src/procheader.c
13933         * src/procmime.c
13934         * src/procmsg.c
13935         * src/recv.c
13936         * src/send_message.c
13937         * src/simple-gettext.c
13938         * src/sourcewindow.c
13939         * src/textview.c
13940         * src/vcard.c
13941         * src/common/defs.h
13942         * src/common/log.c
13943         * src/common/plugin.c
13944         * src/common/prefs.c
13945         * src/common/session.c
13946         * src/common/session.h
13947         * src/common/socket.c
13948         * src/common/socket.h
13949         * src/common/ssl_certificate.c
13950         * src/common/template.c
13951         * src/common/utils.c
13952         * src/common/utils.h
13953         * src/common/xml.c
13954         * src/gtk/about.c
13955         added wrappers for C library function that
13956                 take pathname arguments.
13957                 enabled compilation with MinGW.
13958                 use GDir instead of directly using opendir().
13959                 added rename_force().
13960
13961 2005-08-19 [paul]       1.9.13cvs37
13962         
13963         patches by Colin:
13964         * src/compose.c
13965                 fix privacy settings on re-editing
13966                 a sent message
13967         * src/jpilot.c
13968                 fix encoding bug
13969         * src/folder.c
13970         * src/procmsg.c
13971         * src/procmsg.h
13972         * src/summaryview.c
13973                 flag changing optimisation
13974
13975 2005-08-18 [martin]     1.9.13cvs36
13976
13977         * commitHelper
13978             added my login
13979         * src/addrcache.c
13980         * src/addrharvest.c
13981         * src/addrindex.c
13982         * src/compose.c
13983         * src/grouplistdialog.c
13984         * src/main.c
13985         * src/mainwindow.c
13986         * src/msgcache.c
13987         * src/mutt.c
13988         * src/pine.c
13989         * src/prefs_account.c
13990         * src/prefs_themes.c
13991         * src/stock_pixmap.c
13992         * src/summaryview.c
13993         * src/gtk/about.c
13994         * src/gtk/logwindow.c
13995             removed deprecated glib and gdk stuff
13996         * src/plugins/pgpcore/select-keys.c
13997             convert attributes from locale to utf8
13998
13999 2005-08-17 [paul]       1.9.13cvs35
14000
14001         * src/account.c
14002         * src/addressbook.c
14003                 use new GTK_STOCK_ icons if available
14004         * src/summaryview.c
14005         * src/gtk/gtksctree.c
14006         * src/gtk/gtksctree.h
14007                 faster range select. patch by Colin
14008
14009 2005-08-17 [paul]       1.9.13cvs34
14010
14011         patches by colin:
14012         * src/addressbook.c
14013         * src/addressitem.h
14014                 Add an edit button for contacts, fix selections
14015                 of gtksctree items
14016         * src/editaddress.c
14017                 Change labels, let Save be always possible in the
14018                 email and user atributes tabs
14019         * src/folderview.c
14020                 fix sort issues
14021         * src/summaryview.c
14022                 select next item instead of the displayed one
14023                 after deletion
14024
14025         * src/gtk/progressdialog.c
14026                 use prefs_common.enable_rules_hint
14027
14028 2005-08-13 [hoa]        1.9.13cvs33
14029
14030         * src/etpan/imap-thread.c
14031                 fixed build on Solaris.
14032
14033 2005-08-10 [colin]      1.9.13cvs32
14034
14035         * src/procmsg.c
14036                 Fix cvs31 (missing fclose before reading
14037                 the file)
14038
14039 2005-08-10 [colin]      1.9.13cvs31
14040
14041         * src/procmsg.c
14042                 Fix procmsg_msginfo_new_from_mimeinfo() when
14043                 the MimeInfo isn't stored in memory. This fixes
14044                 replying to an attached message.
14045
14046 2005-08-10 [colin]      1.9.13cvs30
14047
14048         * src/mainwindow.c
14049                 Fix slowness in account changing
14050
14051 2005-08-10 [colin]      1.9.13cvs29
14052
14053         * src/folder.c
14054         * src/folderutils.c
14055         * src/folderview.c
14056         * src/imap_gtk.c
14057         * src/mainwindow.c
14058         * src/mh_gtk.c
14059         * src/procmsg.c
14060         * src/summaryview.c
14061                 Optimize folder_has_parent_of_type
14062                 Prevent moving special sub-folders from contextual menus
14063                 Rework message a bit ("Empty all messages" -> "Delete all
14064                 messages")
14065                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
14066                 and "Deleted Items" folders)
14067
14068 2005-08-08 [colin]      1.9.13cvs28
14069
14070         * src/summaryview.c
14071         * src/prefs_summaries.c
14072                 Make "Select first unread|new" more flexible
14073                 (just prioritize new or unread)
14074
14075 2005-08-08 [colin]      1.9.13cvs27
14076
14077         * src/summaryview.c
14078                 If "select first new" is selected and there only
14079                 are unread messages, fallback to "select first
14080                 unread".
14081
14082 2005-08-08 [colin]      1.9.13cvs26
14083
14084         * src/folder.c
14085                 Fix shameful bugs (and bug #779)
14086
14087 2005-08-08 [colin]      1.9.13cvs25
14088
14089         * src/folder.c
14090         * src/folder.h
14091                 Cache parents' type to make folder_has_parent_of_type
14092                 faster
14093         * src/folderview.c
14094                 Forbid DnD of special sub-folders
14095         * src/procmsg.c
14096         * src/procmsg.h
14097                 Add MAIL_POSTFILTERING_HOOK
14098         * src/summaryview.c
14099                 Revert over-zealous deletion of the use_addr_book 
14100                 code
14101
14102 2005-08-07 [colin]      1.9.13cvs24
14103
14104         * src/folder.c
14105                 Fix big mistake (passing MsgInfo instead 
14106                 of FolderItem)
14107
14108 2005-08-07 [colin]      1.9.13cvs23
14109
14110         * src/compose.c
14111         * src/folder.c
14112         * src/folder.h
14113         * src/foldersel.c
14114         * src/folderutils.c
14115         * src/folderview.c
14116         * src/imap.c
14117         * src/mainwindow.c
14118         * src/messageview.c
14119         * src/mh.c
14120         * src/msgcache.c
14121         * src/procmime.c
14122         * src/summaryview.c
14123                 Make subfolders of Drafts, Queue, Outbox, Trash
14124                 work like their parents. 
14125                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14126
14127 2005-08-07 [colin]      1.9.13cvs22
14128
14129         * src/addressbook.c
14130                 Fix bug #771 (Dragged contacts not saved)
14131
14132 2005-08-07 [paul]       1.9.13cvs21
14133
14134         * src/summaryview.c
14135                 fix bug 32 'Search Doesn't display results
14136                 if "Hide Read Messages" is chosen'
14137                 be more literal in interpreting 'Hide read
14138                 messages'
14139
14140 2005-08-07 [colin]      1.9.13cvs20
14141
14142         * src/folderview.c
14143                 Add debug
14144         * src/summaryview.c
14145                 Faster 'unthread_for_execution'
14146
14147 2005-08-06 [paul]       1.9.13cvs19
14148
14149         * src/mainwindow.c
14150                 add mnemonics to Set displayed columns
14151                 fix bug where msgview_visible option was
14152                 overwritten as TRUE on startup
14153
14154 2005-08-06 [paul]       1.9.13cvs18
14155
14156         * src/mainwindow.c
14157                 refer to 'displayed columns in folder/message
14158                 list' not 'displayed items in summary/message view'
14159         * src/prefs_display_header.c
14160                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14161                 be consistent with similar dialogues
14162         * src/prefs_folder_column.c
14163         * src/prefs_summary_column.c
14164                 'columns' not 'items', and folder and message lists,
14165                 instead of folder and summary views;
14166                 Use 'Hidden columns' as list heading not 'Available
14167                 items';
14168                 move the 'Remove' button to the right hand side;
14169                 top-align the buttons;
14170                 remove unneeded vbox
14171         * src/prefs_summaries.c
14172                 put the 2 column prefs buttons in a frame to reduce
14173                 overall width; refer to columns not items &c.
14174
14175 2005-08-05 [colin]      1.9.13cvs17
14176
14177         * src/prefs_common.c
14178         * src/prefs_common.h
14179         * src/mainwindow.c
14180         * src/compose.c
14181         * src/messageview.c
14182                 Add an hidden toolbar_detachable pref, so
14183                 that I can get rid of these painful handles
14184                 in the toolbars. Defaults to TRUE to avoid
14185                 changing the GUI on unsuspecting people...
14186
14187 2005-08-05 [colin]      1.9.13cvs16
14188
14189         * src/Makefile.am
14190         * src/prefs_folder_column.c
14191         * src/prefs_folder_column.h
14192                 Add prefs for folder columns
14193         * src/folderview.c
14194         * src/folderview.h
14195         * src/mainwindow.c
14196         * src/mainwindow.h
14197         * src/prefs_common.c
14198         * src/prefs_common.h
14199         * src/prefs_summaries.c
14200                 Use them
14201         * src/prefs_summary_column.c
14202         * src/summaryview.c
14203         * src/summaryview.h
14204                 Add a To column
14205         * src/textview.c
14206         * src/common/utils.c
14207         * src/common/utils.h
14208                 Move uri colourisation functions
14209                 to utils
14210         * src/compose.c
14211                 Colourise URIs
14212         * src/imap.c
14213                 Fix bug with LIST where we'd try
14214                 to get Folder//////[...]/// 
14215
14216 2005-08-05 [paul]       1.9.13cvs15
14217
14218         * src/prefs_summaries.c
14219                 improve the English usage
14220         * src/summaryview.c
14221                 set font on column change
14222                 thanks to Colin
14223
14224 2005-08-05 [paul]       1.9.13cvs14
14225
14226         * src/prefs_common.c
14227         * src/prefs_common.h
14228         * src/prefs_summaries.c
14229         * src/summaryview.c
14230                 replace 'open_unread_on_enter' option with
14231                 'select_on_entry' option. opening/not opening
14232                 is now exclusively controlled by 'always_show_msg'
14233
14234 2005-08-04 [colin]      1.9.13cvs13
14235
14236         * src/compose.c
14237                 Remove dead code
14238                 Add colourisation of quotes and signatures
14239         * src/folderview.c
14240                 Fix possible crashes
14241         * src/messageview.c
14242                 Change an assert that is no problem
14243         * src/news.c
14244         * src/news_gtk.c
14245         * src/news_gtk.h
14246                 Fix offline mode
14247         * src/gtk/quicksearch.c
14248                 Fix a possible crash
14249
14250 2005-08-03 [colin]      1.9.13cvs12
14251
14252         * src/prefs_account.c
14253                 Fix bug #777 (Sylpheed crash in account configuration)
14254
14255 2005-08-03 [colin]      1.9.13cvs11
14256
14257         * src/addressbook.c
14258         * src/editaddress.c
14259         * src/editgroup.c
14260                 Fixing addressbook, round 2
14261         * src/textview.c
14262                 Fix emphasis color on rechecking 'Colorize messages'
14263
14264 2005-08-03 [paul]       1.9.13cvs10
14265
14266         sync with main
14267
14268         * src/addr_compl.c
14269         * src/compose.c
14270         * src/main.c
14271         * src/pop.c
14272         * src/prefs_account.c
14273         * src/procmime.c
14274         * src/procmsg.c
14275         * src/quote_fmt_parse.y
14276         * src/textview.c
14277         * src/common/quoted-printable.c
14278         * src/common/utils.c
14279         * src/common/utils.h
14280         * src/common/xml.c
14281                 replaced incorrect locale-independent
14282                 ctype functions with GLib's. Corrected
14283                 signedness mismatch.
14284         * src/headerview.c
14285                 headerview_create(): added spacing for vbox.
14286         * src/gtk/about.c
14287                 set focus to the OK button.
14288
14289 2005-08-03 [colin]      1.9.13cvs9
14290
14291         * src/folderview.c
14292                 Fix possible crash
14293
14294 2005-08-02 [colin]      1.9.13cvs8
14295
14296         * src/mainwindow.c
14297                 Fix cast
14298         * src/addressbook.c
14299         * src/addressitem.h
14300                 Fix a cast and more generally, try to make the
14301                 GUI more intuitive and consistent (round 1)
14302
14303 2005-08-02 [paul]       1.9.13cvs7
14304
14305         * src/folder.h
14306                 missing in 1.9.13cvs6
14307
14308 2005-08-02 [colin]      1.9.13cvs6
14309
14310         * src/folder.c
14311                 Fix one more leak
14312
14313 2005-08-02 [colin]      1.9.13cvs5
14314
14315         * src/folder.c
14316         * src/folderview.c
14317         * src/imap.c
14318         * src/main.c
14319         * src/mbox.c
14320         * src/procmsg.c
14321         * src/summaryview.c
14322                 Fix a number of folder_item_get_msg_list()-related
14323                 leaks (missing procmsg_msginfo_free()s)
14324
14325 2005-08-01 [colin]      1.9.13cvs4
14326
14327         * src/folderview.c
14328         * src/folderview.h
14329         * src/mainwindow.c
14330         * src/prefs_fonts.c
14331         * src/prefs_summaries.c
14332         * src/prefs_themes.c
14333         * src/summaryview.c
14334         * src/summaryview.h
14335         * src/textview.c
14336         * src/textview.h
14337                 Fix instant-apply of summary and folderview-related prefs
14338                 Fix erroneous g_free and alertpanels in prefs_theme
14339                 Add instant-apply for fonts
14340                 Defer applying of prefs a little bit so it's done only
14341                 once even if requested by multiples prefs pages
14342
14343 2005-08-01 [paul]       1.9.13cvs3
14344
14345         * src/main.c
14346                 fix bug 776 'S.C. crashes on close'
14347                 thanks to Colin
14348         * src/etpan/etpan-thread-manager-types.h
14349                 add missing include
14350                 thanks to Hoa
14351
14352 2005-07-25 [paul]       1.9.13cvs2
14353
14354         * src/summaryview.c
14355                 fix typos. spotted by Fabien Vantard
14356
14357 2005-07-24 [paul]       1.9.13cvs1
14358
14359         * doc/man/sylpheed.1
14360                 update man page, incorporating fix of
14361                 bug 769 'Typo in manpage'
14362         * src/etpan/imap-thread.c
14363                 fix NetBSD openssl dependencies. patch by
14364                 George Michaelson <ggm@apnic.net>
14365         * po/pt_BR.po
14366                 updated by Frederico Goncalves Guimaraes
14367
14368 2005-07-22 [paul]       1.9.13
14369
14370         1.9.13 release
14371
14372 2005-07-22 [paul]       1.9.12cvs91
14373
14374         * AUTHORS
14375         * INSTALL
14376         * README.claws
14377         * RELEASE_NOTES.claws
14378                 updated for release
14379         * configure.ac
14380         * po/nb.po
14381         * tools/claws.i18n.status.pl
14382                 add Norwegian translation. submiited by
14383                 Geir Helland <pjallabais@users.sourceforge.net>
14384         * po/ca.po
14385         * po/de.po
14386         * po/es.po
14387         * po/fi.po
14388         * po/fr.po
14389         * po/it.po
14390         * po/sk.po
14391         * po/sr.po
14392         * po/zh_CN.po
14393                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14394                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14395                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14396                 Yang Guilong
14397         * src/plugins/clamav/clamav_plugin_gtk.c
14398         * src/plugins/spamassassin/spamassassin_gtk.c
14399                 replace outdated description strings
14400
14401 2005-07-21 [colin]      1.9.12cvs90
14402
14403         * src/folder.c
14404                 Set folder to batch mode when scanning it. Makes deletion
14405                 of unread mails on IMAP much faster (due to the UNREAD 
14406                 flag unsetting)
14407
14408 2005-07-21 [darko]      1.9.12cvs89
14409
14410         * configure.ac
14411                 link against libresolv if necessary (patch by Paul)
14412         * src/msgcache.c
14413                 use glib's portable macros to determine endianness
14414
14415 2005-07-21 [paul]       1.9.12cvs88
14416
14417         * src/crash.c
14418         * src/gtk/about.c
14419                 update compiled-in features list
14420
14421 2005-07-20 [colin]      1.9.12cvs87
14422
14423         * src/folder.c
14424         * src/textview.c
14425                 Gcc 2.9x compilation fixes, thanks to Darko
14426         * src/plugins/clamav/clamav_plugin.c
14427                 Little optimisation: load virus database only once
14428         * src/plugins/spamassassin/spamassassin.c
14429                 Big optimisation: filtering one mail took at least 1 second,
14430                 now it takes at least 50ms. Doesn't speed up spamassassin 
14431                 itself, but should already be much more tolerable.
14432
14433 2005-07-20 [colin]      1.9.12cvs86
14434
14435         * src/summaryview.c
14436                 Fix performance issue
14437
14438 2005-07-19 [colin]      1.9.12cvs85
14439
14440         * src/plugins/pgpinline/plugin.c
14441                 Fix warning
14442
14443 2005-07-19 [colin]      1.9.12cvs84
14444
14445         * configure.ac
14446         * src/plugins/Makefile.am
14447         * src/plugins/pgpinline/.cvsignore
14448         * src/plugins/pgpinline/Makefile.am
14449         * src/plugins/pgpinline/pgpinline.c
14450         * src/plugins/pgpinline/pgpinline.deps
14451         * src/plugins/pgpinline/pgpinline.h
14452         * src/plugins/pgpinline/plugin.c
14453                 Put pgpinline in the main tree
14454
14455 2005-07-19 [paul]       1.9.12cvs83
14456
14457         * src/prefs_actions.c
14458                 prevent '//' in menu names, which cause a crash
14459                 thanks to Colin
14460
14461 2005-07-19 [paul]       1.9.12cvs82
14462
14463         * configure.ac
14464                 be generally more informative in configure output.
14465                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14466                 '[ --disable-openssl ...', as --enable-openssl is default
14467                 PGP/MIME: don't check for GPGME again, check for
14468                 pgpcore instead. Therefore prevent the possibility of
14469                 attempting to build pgpmime if pgpcore dependencies are
14470                 not met
14471                 ClamAV: use pkgconfig to check for lib
14472                 libgnomeprint: revert logic on inner test to match
14473                 everything else
14474         * src/plugins/pgpcore/sgpgme.c
14475                 add missing include
14476
14477 2005-07-19 [colin]      1.9.12cvs81
14478
14479         * src/summaryview.c
14480                 Fix slow thread rebuilding in particular
14481                 cases
14482
14483 2005-07-19 [paul]       1.9.12cvs80
14484
14485         * sylpheed-claws.desktop
14486                 fix typo, spotted by Stephan Sachse
14487         * src/account.c
14488                 replace GTK_STOCK_ADD with
14489                 GTK_STOCK_NEW button
14490
14491 2005-07-18 [colin]      1.9.12cvs79
14492
14493         * src/etpan/imap-thread.c
14494                 Fix return value (Thanks Hoa)
14495
14496 2005-07-18 [colin]      1.9.12cvs78
14497
14498         * src/imap.c
14499                 Allow empty passwords
14500                 Create drafts/queue/outbox if necessary
14501         * src/summaryview.c
14502                 Remove old code
14503         * src/etpan/imap-thread.c
14504                 Fix STARTTLS (Thanks to Hoa)
14505
14506 2005-07-18 [paul]       1.9.12cvs77
14507
14508         * ChangeLog-gtk2.jp
14509         * ChangeLog.jp
14510                 removed
14511         * Makefile.am
14512                 updated to reflect additions and removals
14513         * TODO
14514                 updated to be claws-specific
14515         * TODO-gtk2
14516         * TODO-gtk2.jp
14517         * TODO.jp
14518         * sylpheed-128x128.png
14519         * sylpheed-64x64.png
14520                 removed
14521         * sylpheed-claws-128x128.png
14522         * sylpheed-claws-64x64.png
14523         * sylpheed-claws.desktop
14524         * sylpheed-claws.png
14525                 added
14526         * sylpheed.desktop
14527         * sylpheed.png
14528                 removed
14529
14530 2005-07-17 [paul]       1.9.12cvs76
14531
14532         * src/account.c
14533         * src/addressbook.c
14534         * src/alertpanel.c
14535         * src/alertpanel.h
14536         * src/compose.c
14537         * src/exphtmldlg.c
14538         * src/expldifdlg.c
14539         * src/folderview.c
14540         * src/imap_gtk.c
14541         * src/inc.c
14542         * src/message_search.c
14543         * src/messageview.c
14544         * src/mh_gtk.c
14545         * src/news_gtk.c
14546         * src/prefs_actions.c
14547         * src/prefs_filtering.c
14548         * src/prefs_matcher.c
14549         * src/prefs_template.c
14550         * src/prefs_themes.c
14551         * src/ssl_manager.c
14552         * src/summary_search.c
14553         * src/textview.c
14554         * src/toolbar.c
14555         * src/gtk/sslcertwindow.c
14556         * src/plugins/pgpcore/sgpgme.c
14557                 rework alertpanels
14558
14559 2005-07-17 [colin]      1.9.12cvs75
14560
14561         * src/privacy.c
14562                 add a PrivacySystem accessor that checks that
14563                 the system cached in a MimeInfo's privacydata
14564                 is still registered. Use this accessor instead
14565                 of directly using data->system. Fixes crashes
14566                 after unloading pgp plugins.
14567
14568 2005-07-17 [colin]      1.9.12cvs74
14569
14570         * src/alertpanel.c
14571                 Change geometry hints to a simple default size.
14572                 Fixes the certs dialogs.
14573
14574 2005-07-17 [colin]      1.9.12cvs73
14575
14576         * src/gtk/sslcertwindow.c
14577                 Use a gtkExpander
14578
14579 2005-07-17 [colin]      1.9.12cvs72
14580
14581         * src/plugins/pgpcore/Makefile.am
14582         * src/plugins/pgpmime/Makefile.am
14583                 Add gpgme libs
14584
14585 2005-07-17 [paul]       1.9.12cvs71
14586
14587         * configure.ac
14588                 add --disable-gnomeprint option
14589                 modified version of patch by Marius Mauch
14590
14591 2005-07-17 [paul]       1.9.12cvs70
14592
14593         * src/common/defs.h
14594                 update urls
14595         * src/account.c
14596         * src/action.c
14597         * src/addressbook.c
14598         * src/compose.c
14599         * src/foldersel.c
14600         * src/folderview.c
14601         * src/html.c
14602         * src/imap_gtk.c
14603         * src/main.c
14604         * src/mainwindow.c
14605         * src/messageview.c
14606         * src/mh_gtk.c
14607         * src/mimeview.c
14608         * src/news_gtk.c
14609         * src/prefs_account.c
14610         * src/prefs_send.c
14611         * src/prefs_summaries.c
14612         * src/procmsg.c
14613         * src/summaryview.c
14614         * src/common/utils.c
14615         * src/common/xml.c
14616         * src/plugins/pgpcore/passphrase.c
14617         * src/plugins/pgpcore/select-keys.c
14618                 replace inappropriately used backticks
14619                 with single quotes
14620
14621 2005-07-16 [colin]      1.9.12cvs69
14622
14623         * src/image_viewer.c
14624                 Add extra paranoid checks
14625
14626 2005-07-16 [colin]      1.9.12cvs68
14627
14628         * src/plugins/pgpcore/prefs_gpg.c
14629                 Don't auto-check sigs by default, as it
14630                 can be really slow.
14631
14632 2005-07-16 [colin]      1.9.12cvs67
14633
14634         * src/plugins/pgpcore/sgpgme.c
14635                 Make messages a bit better.
14636
14637 2005-07-16 [colin]      1.9.12cvs66
14638
14639         * src/imap.c
14640                 Remove pseudo-log
14641         * src/etpan/imap-thread.c
14642                 Add real log
14643
14644 2005-07-16 [colin]      1.9.12cvs65
14645
14646         * src/main.c
14647         * src/prefs_other.c
14648                 And now, fix build with libetpan :-/
14649
14650 2005-07-15 [colin]      1.9.12cvs64
14651
14652         * src/prefs_other.c
14653                 Continue fixing build without libetpan.
14654
14655 2005-07-15 [colin]      1.9.12cvs63
14656
14657         * src/main.c
14658                 Fix build with --disable-libetpan
14659
14660 2005-07-15 [colin]      1.9.12cvs62
14661
14662         * configure.ac
14663                 Bump libetpan's version
14664
14665 2005-07-15 [colin]      1.9.12cvs61
14666
14667         * src/etpan/imap-thread.c
14668                 Actually stop logging :)
14669
14670 2005-07-15 [colin]      1.9.12cvs60
14671
14672         * src/addressbook.c
14673                 Fix dnd of multiple addresses.
14674
14675 2005-07-15 [hoa]        1.9.12cvs59
14676
14677         * src/etpan/imap-thread.c
14678             disable login of IMAP password in libetpan log file.
14679
14680 2005-07-15 [paul]       1.9.12cvs58
14681
14682         * src/account.c
14683                 don't automatically sort
14684                 do allow drag n drop
14685
14686 2005-07-15 [paul]       1.9.12cvs57
14687
14688         * src/account.c
14689         * src/ssl_manager.c
14690                 alphabetical listing
14691
14692 2005-07-15 [paul]       1.9.12cvs56
14693
14694         * src/gtk/pluginwindow.c
14695                 sort plugin list alphabetically
14696
14697 2005-07-15 [paul]       1.9.12cvs55
14698
14699         * src/prefs_spelling.c
14700         * src/prefs_wrapping.c
14701                 unify English usage
14702
14703 2005-07-15 [colin]      1.9.12cvs54
14704
14705         * src/wizard.c
14706                 Typo fix
14707
14708 2005-07-15 [paul]       1.9.12cvs53
14709
14710         * src/prefs_message.c
14711                 make 'show cursor' a hidden option
14712
14713 2005-07-14 [colin]      1.9.12cvs52
14714
14715         * src/plugins/spamassassin/Makefile.am
14716         * src/plugins/clamav/Makefile.am
14717                 Fix double EXTRA_DISTs
14718
14719 2005-07-14 [colin]      1.9.12cvs51
14720
14721         * src/plugins/clamav/Makefile.am
14722         * src/plugins/clamav/clamav_plugin_gtk.deps
14723         * src/plugins/spamassassin/Makefile.am
14724         * src/plugins/spamassassin/spamassassin_gtk.deps
14725                 Make $plugin_gtk depend on $plugin
14726
14727 2005-07-14 [hoa]        1.9.12cvs50
14728
14729         * src/etpan/imap-thread.c
14730                 enable debug log of libetpan when running with --debug
14731
14732 2005-07-14 [colin]      1.9.12cvs49
14733
14734         * configure.ac
14735         * src/common/Makefile.am
14736         * src/common/plugin.c
14737         * src/common/plugin.h
14738                 Add a little plugin dependancy system.
14739                 Plugins can ship a $plugin_name.deps file
14740                 (near them in PLUGINDIR) so that their
14741                 dependancies are loaded if possible.
14742         * src/plugins/Makefile.am
14743         * src/plugins/pgpcore/Makefile.am
14744         * src/plugins/pgpcore/passphrase.c
14745         * src/plugins/pgpcore/passphrase.h
14746         * src/plugins/pgpcore/plugin.c
14747         * src/plugins/pgpcore/prefs_gpg.c
14748         * src/plugins/pgpcore/prefs_gpg.h
14749         * src/plugins/pgpcore/select-keys.c
14750         * src/plugins/pgpcore/select-keys.h
14751         * src/plugins/pgpcore/sgpgme.c
14752         * src/plugins/pgpcore/sgpgme.h
14753                 Introduce pgpcore, used by pgpmime and
14754                 pgpinline
14755         * src/plugins/pgpmime/Makefile.am
14756         * src/plugins/pgpmime/passphrase.c
14757         * src/plugins/pgpmime/passphrase.h
14758         * src/plugins/pgpmime/pgpmime.c
14759         * src/plugins/pgpmime/pgpmime.deps
14760         * src/plugins/pgpmime/plugin.c
14761         * src/plugins/pgpmime/prefs_gpg.c
14762         * src/plugins/pgpmime/prefs_gpg.h
14763         * src/plugins/pgpmime/select-keys.c
14764         * src/plugins/pgpmime/select-keys.h
14765         * src/plugins/pgpmime/sgpgme.c
14766         * src/plugins/pgpmime/sgpgme.h
14767                 Remove the core from pgpmime and add the
14768                 dependancy to pgpcore.
14769
14770 2005-07-14 [paul]       1.9.12cvs48
14771
14772         * src/stock_pixmap.c
14773                 forgot this in last commit
14774
14775 2005-07-14 [paul]       1.9.12cvs47
14776
14777         * src/account.c
14778         * src/addressbook.c
14779                 add accelerators for the buttons (sync with main)
14780         * src/compose.c
14781         * src/compose.h
14782                 add accelerators for the buttons.
14783                 fix editing with external editor.
14784                 replace gdk_input_*() with GIOChannel;
14785                 (sync with main)
14786         * src/foldersel.c
14787                 display folder names with new/unread
14788                 representation (sync with main)
14789         * src/main.c
14790                 specify default window icon (sync with main)
14791         * src/prefs_common.c
14792                 use_addr_book default to FALSE
14793         * src/summaryview.c
14794         * src/textview.c
14795                 add accelerators for the buttons (sync with main)
14796         * src/gtk/menu.c
14797                 fix typos
14798         * src/pixmaps/sylpheed_icon.xpm
14799                 updated
14800
14801 2005-07-13 [paul]       1.9.12cvs46
14802
14803         * src/plugins/pgpmime/pgpmime.c
14804         * src/plugins/pgpmime/sgpgme.c
14805                 (temporarily) use deprecated gpgme_data_rewind()
14806                 while largefile support is not present
14807                 (as suggested by Colin)
14808
14809 2005-07-13 [paul]       1.9.12cvs45
14810
14811         * configure.ac
14812                 remove large file support (for now):
14813                 it breaks too many things
14814
14815 2005-07-13 [paul]       1.9.12cvs44
14816
14817         * configure.ac
14818                 add large file support
14819         * src/html.c
14820                 fix bug #763 where href attribute was not
14821                 the very first attribute of a link
14822                 patch by Thomas Gilgin
14823
14824 2005-07-13 [colin]      1.9.12cvs43
14825
14826         * src/gtk/pluginwindow.c
14827                 Little portability fix
14828
14829 2005-07-13 [colin]      1.9.12cvs42
14830
14831         * src/plugins/pgpmime/sgpgme.c
14832                 Fix crasher.
14833
14834 2005-07-13 [colin]      1.9.12cvs41
14835
14836         * src/plugins/pgpmime/pgpmime.c
14837         * src/plugins/pgpmime/sgpgme.c
14838                 Use gpgme_data_release_and_get_mem instead
14839                 of gpgme_data_read.
14840
14841 2005-07-13 [colin]      1.9.12cvs40
14842
14843         * configure.ac
14844         * src/plugins/pgpmime/passphrase.c
14845         * src/plugins/pgpmime/passphrase.h
14846         * src/plugins/pgpmime/pgpmime.c
14847         * src/plugins/pgpmime/plugin.c
14848         * src/plugins/pgpmime/select-keys.c
14849         * src/plugins/pgpmime/select-keys.h
14850         * src/plugins/pgpmime/sgpgme.c
14851         * src/plugins/pgpmime/sgpgme.h
14852                 Port pgpmime to gpgme-1.0.
14853
14854 2005-07-12 [paul]       1.9.12cvs39
14855
14856         * AUTHORS
14857         * src/toolbar.c
14858         * src/toolbar.h
14859                 add a 'Go to Prev' button to the toolbar.
14860                 correct tooltip text of go to buttons.
14861                 based on patch by Yang Guilong <bamanzi@gmail.com>
14862
14863 2005-07-12 [colin]      1.9.12cvs38
14864
14865         * src/statusbar.c
14866                 Fix progress bar showing stuff at startup.
14867
14868 2005-07-12 [paul]       1.9.12cvs37
14869
14870         * src/editjpilot.c
14871                 fix building with jpilot support
14872
14873 2005-07-11 [colin]      1.9.12cvs36
14874
14875         * src/inc.c
14876                 Add visual indication that filtering is running
14877         * src/textview.c
14878                 Make {}[] uri delimiters
14879         * src/summaryview.c
14880                 Remove useless (and slow) calls
14881
14882 2005-07-11 [paul]       1.9.12cvs35
14883
14884         * src/plugins/clamav/clamav_plugin_gtk.c
14885         * src/plugins/dillo_viewer/dillo_prefs.c
14886         * src/plugins/pgpmime/prefs_gpg.c
14887         * src/plugins/spamassassin/spamassassin_gtk.c
14888                 gather plugins prefs together under their
14889                 own 'Plugins' heading
14890
14891 2005-07-11 [paul]       1.9.12cvs34
14892
14893         sync with main
14894
14895         * src/account.c
14896                 account_delete(): modified alert dialog
14897         * src/editjpilot.c
14898         * src/editvcard.c
14899                 fixed a crash when cancelling file selection
14900                 dialog by Escape key. Made non-ascii filename
14901                 selectable.
14902         * src/prefs_template.c
14903                 prefs_template_window_create(): make scrolled
14904                 window policy AUTOMATIC
14905
14906 2005-07-10 [hoa]        1.9.12cvs33
14907
14908         * src/etpan/imap-thread.c
14909                 workaround for old Courier IMAP servers.
14910
14911 2005-07-10 [colin]      1.9.12cvs32
14912
14913         * src/folder.c
14914         * src/statusbar.c
14915         * src/statusbar.h
14916                 Add visual progress indicator on filtering/processing
14917                 Factorize the progress bar code
14918         * src/imap.c
14919         * src/imap.h
14920         * src/etpan/imap-thread.c
14921                 Add a reference counter to avoid destroying the Folder
14922                 while it's in use by another callback.
14923
14924 2005-07-09 [hoa]        1.9.12cvs31
14925
14926         * src/imap.c
14927         * src/etpan/imap-thread.c
14928                 fixed deadlock when removing IMAP account.
14929
14930 2005-07-08 [colin]      1.9.12cvs30
14931
14932         * src/textview.c
14933         * src/unmime.c
14934                 Fix again problems decoding broken headers
14935         * src/gtk/inputdialog.c
14936                 Fix local variable shadowing a global one
14937
14938 2005-07-08 [colin]      1.9.12cvs29
14939
14940         * src/msgcache.c
14941                 Make the cache/mark files platform-agnostic by writing
14942                 them in little-endian format. Reading them is also done
14943                 in little-endian format, of course; however, in order
14944                 to avoid trashing mark data on big-endian machines, the
14945                 files are, at first, read from the native format if the
14946                 little-endian one doesn't exist. This is easy to deter-
14947                 mine by trying to open a file with a swapped data_ver
14948                 and seeing if it's the wanted version.
14949                 Little-endian using users should see absolutely no
14950                 difference, Big-endian users may get a very little
14951                 performance drop due to byte-swapping.
14952                 Tested on i386 and ppc32. 
14953                 Fixes bug #159 (The index file, in the mailboxes, is 
14954                 hardware depending).
14955
14956                 To have the cache/mark files updated to the new little-
14957                 endian format, "Check for new messages" or even
14958                 "Rebuild folder tree" aren't enough. Files will be
14959                 updated as soon as a folder has been opened/closed.
14960                 To update everything, just select all folders by
14961                 selecting them one by one.
14962
14963 2005-07-07 [colin]      1.9.12cvs28
14964
14965         * src/imap.c
14966                 Remember the folder separator per IMAPFolder
14967                 instead of globally.
14968                 Revive the Session on noop; fixes bug #761
14969                 (mark a bunch of unread messages as read takes 
14970                 forever)
14971
14972 2005-07-07 [darko]      1.9.12cvs27
14973
14974         * src/common/template.c
14975                 Sort templates alphabetically
14976
14977 2005-07-06 [colin]      1.9.12cvs26
14978
14979         * src/imap.c
14980                 Try to use the correct separator in
14981                 most cases. Possibly fixes bug #759
14982                 (only creates the INBOX folder when 
14983                 setting up new IMAP account) and 
14984                 bug #760 (Can't retrieve messages)
14985
14986 2005-07-06 [colin]      1.9.12cvs25
14987
14988         * src/imap.c
14989                 Use real_path in status command. This will
14990                 help later, when namespaces will be used.
14991
14992 2005-07-06 [colin]      1.9.12cvs24
14993
14994         * configure.ac
14995         * src/account.c
14996         * src/folder.c
14997         * src/imap.c
14998         * src/etpan/etpan-log.c
14999         * src/etpan/etpan-thread-manager.c
15000         * src/etpan/imap-thread.c
15001                 Add a --disable-libetpan parameter. With this,
15002                 users that don't want IMAP4 support can avoid
15003                 the new dependancy (and have no IMAP support).
15004                 Users that have IMAP4 accounts and use this
15005                 parameter won't lose their configuration, their
15006                 IMAP accounts will just be invisible and not
15007                 used.
15008         * src/textview.c
15009                 Make the "Copy ..." contextual menu items 
15010                 copy to both the X clipboard and the gtk 
15011                 clipboard - as most other apps do.
15012         * src/gtk/about.c
15013                 Add a notice about OpenSSL usage, in order to
15014                 comply with OpenSSL's license (point 6):
15015                 http://www.openssl.org/source/license.html
15016
15017 2005-07-06 [colin]      1.9.12cvs23
15018
15019         * src/alertpanel.c
15020                 Fix a minimum size for alertpanels
15021         * src/compose.c
15022                 Show 'No space left on device' type errors
15023                 when queuing/sending
15024         * src/imap_gtk.c
15025         * src/mh_gtk.c
15026                 Rework folder's deletion message (remove 
15027                 extra \n)
15028
15029 2005-07-05 [colin]      1.9.12cvs22
15030
15031         * src/imap.c
15032                 Add an alertpanel on auth error
15033                 Add pseudo-log
15034                 Remove pthread-related stuff
15035
15036 2005-07-05 [colin]      1.9.12cvs21
15037
15038         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15039                 Fix crash on plugin reloading (with a hack)
15040
15041 2005-07-05 [colin]      1.9.12cvs20
15042
15043         * src/prefs_account.c
15044         * src/prefs_account.h
15045                 Fix typo
15046         * src/gtk/filesel.c
15047         * src/gtk/filesel.h
15048                 Add a way to filter the view
15049         * src/gtk/pluginwindow.c
15050                 Filter loadable stuff
15051         * src/plugins/pgpmime/prefs_gpg.c
15052                 Fix missing unregistration
15053         * .cvsignore
15054         * src/etpan/.cvsignore
15055         * src/plugins/spamassassin/.cvsignore
15056                 Add more stuff to cvs ignored files
15057
15058 2005-07-04 [colin]      1.9.12cvs19
15059
15060         * src/imap.c
15061                 Fix scan_required returning FALSE when it
15062                 shouldn't. Maybe fix #760 (Can't retrieve
15063                 messages)
15064
15065 2005-07-04 [colin]      1.9.12cvs18
15066
15067         * src/summaryview.c
15068                 Fix always_show_msg pref
15069
15070 2005-07-04 [paul]       1.9.12cvs17
15071
15072         sync with main (forgotten in last commit)
15073         
15074         * src/common/utils.c
15075         * src/common/utils.h
15076                 check_line_length(): new.
15077                 is_dir_exist()
15078                 is_file_entry_exist()
15079                 dirent_is_regular_file()
15080                 dirent_is_directory(): use g_file_test() instead of stat().
15081
15082 2005-07-04 [paul]       1.9.12cvs16
15083
15084         sync with main:
15085
15086         * src/compose.c
15087                 compose_write_to_file(): check for line
15088                 length limit and display warning if exceeds
15089         * src/jpilot.c
15090                 use get_home_dir() instead of g_get_home_dir()
15091         * src/procheader.c
15092                 removed warning about invalid date
15093         * src/vcard.c
15094                 use get_home_dir() instead of g_get_home_dir()
15095
15096 2005-07-04 [paul]       1.9.12cvs15
15097
15098         * src/stock_pixmap.c
15099                 fix new pixmap naming errors
15100                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
15101
15102 2005-07-04 [colin]      1.9.12cvs14
15103
15104         * src/imap.c
15105                 Fix debugging string with a warning
15106
15107 2005-07-04 [colin]      1.9.12cvs13
15108
15109         * configure.ac
15110                 Add a check for libetpan's version (>= 0.37)
15111
15112 2005-07-04 [hoa]        1.9.12cvs12
15113
15114         * commitHelper
15115         * src/imap.c
15116         * src/etpan/imap-thread.c
15117         * src/etpan/imap-thread.h
15118                 fixed IMAP implementation of check of mails.
15119
15120 2005-07-03 [hoa]        1.9.12cvs11
15121
15122         * src/etpan/Makefile.am
15123         * src/etpan/etpan-errors.h
15124         * src/etpan/etpan-log.[ch]
15125         * src/etpan/etpan-thread-manager-types.h
15126         * src/etpan/etpan-thread-manager.[ch]
15127         * src/etpan/imap-thread.[ch]
15128         * src/Makefile.am
15129         * src/imap.c
15130         * src/main.c
15131         * src/prefs_other.c
15132         * configure.ac
15133             merged imap branch.
15134             dependency on libetpan 0.37 is now added.
15135
15136 2005-07-01 [colin]      1.9.12cvs10
15137
15138         * src/Makefile.am
15139         * src/folder.c
15140         * src/folder.h
15141         * src/folderview.c
15142         * src/stock_pixmap.c
15143         * src/stock_pixmap.h
15144         * src/plugins/trayicon/trayicon.c
15145                 Add marked symbol on folders containing
15146                 marked messages
15147         * src/procmsg.c
15148         * src/procmsg.h
15149         * src/toolbar.c
15150         * src/prefs_common.c
15151         * src/prefs_common.h
15152         * src/prefs_send.c
15153                 Add an optional confirmation dialog on queue
15154                 sending. Patch by wwp.
15155         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15156         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15157         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15158         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15159         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15160         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15161         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15162         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15163         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15164         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15165         * src/pixmaps/trash_mark.xpm            ** ADDED **
15166                 New pixmaps
15167
15168 2005-07-01 [colin]      1.9.12cvs9
15169
15170         * src/summaryview.c
15171                 Fix a little threading bug
15172         * src/addrgather.c
15173         * src/mainwindow.c
15174                 A little bit of HIG normality never hurts
15175
15176 2005-07-01 [colin]      1.9.12cvs8
15177
15178         * src/compose.c
15179         * src/msgcache.c
15180         * src/pop.c
15181         * src/procmime.c
15182         * src/recv.c
15183         * src/common/log.c
15184         * src/common/template.c
15185         * src/common/utils.c
15186         * src/common/utils.h
15187                 Reverted the fwrite_atomic stuff. In fact
15188                 it is already atomic.
15189
15190 2005-06-30 [colin]      1.9.12cvs7
15191
15192         * src/common/utils.c
15193         * src/common/utils.h
15194                 Add an fwrite_atomic() function to make
15195                 sure we write everything: fwrite can make
15196                 short writes.
15197         * src/compose.c
15198         * src/msgcache.c
15199         * src/pop.c
15200         * src/procmime.c
15201         * src/recv.c
15202         * src/common/log.c
15203         * src/common/template.c
15204                 Use that (and fix swapping of size and nmemb).
15205                 Thanks to Rich Coe for the heads up.
15206
15207 2005-06-30 [colin]      1.9.12cvs6
15208
15209         * src/addressbook.c
15210                 Optimize addressbook opening 
15211
15212 2005-06-30 [colin]      1.9.12cvs5
15213
15214         * src/summaryview.c
15215                 Remove calls to summary_step after move/copy
15216
15217 2005-06-28 [paul]       1.9.12cvs4
15218
15219         * src/alertpanel.c
15220                 wrap and make the error msg selectable
15221
15222 2005-06-28 [paul]       1.9.12cvs3
15223
15224         * src/ssl_manager.c
15225                 replace the OK button with a Close button
15226         * src/gtk/foldersort.c
15227                 use GTK_STOCK_ icons/buttons
15228
15229 2005-06-28 [colin]      1.9.12cvs2
15230
15231         * src/gedit-print.c             ** ADDED **
15232         * src/gedit-print.h             ** ADDED **
15233         * src/gtk/gtksourceprintjob.c   ** ADDED **
15234         * src/gtk/gtksourceprintjob.h   ** ADDED **
15235                 I can't believe no one had enough time to tell
15236                 me I forgot the `cvs add`
15237
15238 2005-06-27 [colin]      1.9.12cvs1
15239
15240         * src/Makefile.am
15241         * src/gtk/Makefile.am
15242         * src/messageview.c
15243         * src/procmsg.c
15244         * src/summaryview.c
15245         * configure.ac
15246                 Add optional libgnomeprint-based printing
15247         * src/mainwindow.c
15248         * src/gtk/quicksearch.c
15249                 Add an Edit/Quick search menu item to show
15250                 and focus the quicksearch
15251
15252 2005-06-27 [paul]       1.9.12
15253
15254         1.9.12 release
15255
15256         * po/ca.po
15257         * po/de.po
15258         * po/es.po
15259         * po/fr.po
15260         * po/it.po
15261         * po/ko.po
15262         * po/pt_BR.po
15263         * po/sk.po
15264         * po/zh_CN.po
15265                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15266                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15267                 SungHyun Nam, Frederico Goncalves Guimaraes,
15268                 Andrej Kacian, and Yang Guilong
15269 2005-06-26 [colin]      1.9.11cvs106
15270
15271         * src/imap_gtk.c
15272                 Forgot one file for previous fix
15273
15274 2005-06-26 [colin]      1.9.11cvs105
15275
15276         * src/folder.c
15277         * src/imap.c
15278                 Fix problems with folder operations in no_select
15279                 imap folders. it applies only to mails, and 
15280                 creation/deletion/move/renaming of folders 
15281                 should be possible
15282
15283 2005-06-26 [paul]       1.9.11cvs104
15284
15285         * src/prefs_filtering.c
15286                 replace one more GTK_STOCK_REMOVE
15287                 with GTK_STOCK_DELETE
15288
15289 2005-06-25 [colin]      1.9.11cvs103
15290
15291         * src/imap.c
15292                 Optimize get_seq_set_from_seq_list
15293                 (Patch by Ricardo) 
15294
15295 2005-06-25 [colin]      1.9.11cvs102
15296
15297         * src/mh.c
15298                 If the directory exists, but not in the
15299                 correct encoding, rename it. This should
15300                 handle old-versions-induced bugs.
15301
15302 2005-06-25 [colin]      1.9.11cvs101
15303
15304         * src/mh.c
15305                 Fix path access with extended dir names
15306                 Fixes bug #589 (SC segfaults with wrong locale
15307                 settings)
15308
15309 2005-06-25 [colin]      1.9.11cvs100
15310
15311         * src/prefs_account.c
15312         * src/prefs_account.h
15313         * src/compose.c
15314                 Add an option to encrypt replies to
15315                 encrypted messages
15316
15317 2005-06-25 [colin]      1.9.11cvs99
15318
15319         * src/compose.c
15320         * src/quote_fmt_parse.y
15321                 ... And make it work with pgpinline.
15322
15323 2005-06-25 [colin]      1.9.11cvs98
15324
15325         * src/compose.c
15326         * src/procmime.c
15327         * src/procmime.h
15328         * src/quote_fmt_parse.y
15329                 o Make reedition of encrypted messages possible
15330                   (as long as it is encrypted to self too, no
15331                    magic there)
15332                 o Make replying with quote (and without selecting
15333                   text) possible for encrypted messages.
15334                 Closes bug #550 (Not possible to "reply with quote"
15335                 to gnupg encrypted messages)
15336
15337 2005-06-24 [paul]       1.9.11cvs97
15338
15339         * src/imap.c
15340                 add missing include
15341
15342 2005-06-24 [paul]       1.9.11cvs96
15343
15344         * src/editldap.c
15345                 made bind password entry invisible
15346                 (sync with main)
15347         * src/send_message.c
15348                 send_message_local(): check exit status
15349                 to detect errors (sync with main)
15350         * src/textview.c
15351                 use main's less ambiguous popup menu
15352                 wording
15353
15354 2005-06-24 [paul]       1.9.11cvs95
15355
15356         * src/prefs_actions.c
15357         * src/prefs_customheader.c
15358         * src/prefs_display_header.c
15359         * src/prefs_filtering_action.c
15360         * src/prefs_matcher.c
15361         * src/prefs_template.c
15362         * src/prefs_toolbar.c
15363                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15364         * src/gtk/description_window.c
15365                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15366
15367 2005-06-23 [colin]      1.9.11cvs94
15368
15369         * src/summaryview.c
15370                 Fix rough edges (be sure to call status_show whenever
15371                 necessary).
15372
15373 2005-06-23 [colin]      1.9.11cvs93
15374
15375         * src/summaryview.c
15376                 Optimize Select All
15377                 Before, in a 5K mails folder: 11s
15378                 After, in the same folder: 58000µs
15379                 The joys of locking... gtk_clist_select_all() fires a 
15380                 tree-select-row event for each selected row, which in 
15381                 summaryview, callbacks summary_selected which in turn,
15382                 calls summary_status_show, which walks the selected
15383                 rows. Hence, calling gtk_clist_select_all was 
15384                 exponential. Locking the summaryview makes 
15385                 summary_selected return early.
15386
15387 2005-06-23 [colin]      1.9.11cvs92
15388
15389         * src/imap.c
15390                 Move mutex at the important place to avoid
15391                 deadlocks
15392         * src/summaryview.c
15393                 Fix Del key deleting directly instead of
15394                 moving to trash
15395
15396 2005-06-22 [colin]      1.9.11cvs91
15397
15398         * src/plugins/spamassassin/libspamc.c
15399                 As we do spagetti code with assignations in multiple
15400                 places (see _message_read_raw where out = msg = raw),
15401                 let's be sure we don't free the same pointer twice.
15402                 Should fix bug #683 (Crash in libpam at 
15403                 message_cleanup).
15404
15405 2005-06-22 [colin]      1.9.11cvs90
15406
15407         * src/compose.c
15408         * src/messageview.c
15409         * src/toolbar.c
15410                 Make toolbar's delete use the move to trash stuff;
15411                 Add gtk_widget_realize to be sure pixmaps can get
15412                 created (that may fix an old worksforme bug which
15413                 I can't find back...)
15414
15415 2005-06-22 [colin]      1.9.11cvs89
15416
15417         * src/summaryview.c
15418         * src/summaryview.h
15419         * src/mainwindow.c
15420                 Rename "Message/Delete" to "Message/Move to trash"
15421                 Add "Message/Delete..." that directly destroys the
15422                 selected messages after asking for a confirmation.
15423
15424 2005-06-22 [colin]      1.9.11cvs88
15425
15426         * src/imap.c
15427                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15428                 o Fix a deadlock (thanks Darko)
15429
15430 2005-06-22 [colin]      1.9.11cvs87
15431
15432         * src/gtk/foldersort.c
15433                 Add missing include for the i18n;
15434                 patch by Fabien Vantard
15435
15436 2005-06-21 [colin]      1.9.11cvs86
15437
15438         * src/folder.c
15439         * src/folderview.c
15440                 Respect the no_select flag
15441         * src/imap.c
15442                 Fix recursive deletion
15443         * src/imap_gtk.c
15444         * src/mh_gtk.c
15445                 Make the folder deletion's warning
15446                 more explicit
15447
15448 2005-06-21 [colin]      1.9.11cvs85
15449
15450         * src/textview.c
15451                 Prevent email addresses from spanning accross
15452                 lines - fixes bug # 646 (newline-chars in 
15453                 email addresses)
15454
15455 2005-06-20 [colin]      1.9.11cvs84
15456
15457         * src/folder.c
15458                 Be sure not to remove source if copy failed
15459
15460 2005-06-20 [colin]      1.9.11cvs83
15461
15462         * src/folderview.c
15463         * src/imap_gtk.c
15464                 remove summaryview's lock
15465         * src/imap.c
15466                 introduce threads to avoid problems when foreground tasks
15467                 interfere with background tasks
15468         * src/mh.c
15469                 prevent moving to drafts/queue
15470         * src/mimeview.c
15471                 fix leak
15472
15473 2005-06-19 [colin]      1.9.11cvs82
15474
15475         * src/imap_gtk.c
15476                 Remember that the user doesn't want to override
15477                 offline mode, for 3 seconds. It avoid presenting
15478                 him with N popups in a really short time.
15479
15480 2005-06-17 [colin]      1.9.11cvs81
15481
15482         * src/imap.c
15483                 Fix IMAP breaking on folders containing '('
15484                 (Probably won't be enough)
15485
15486 2005-06-17 [colin]      1.9.11cvs80
15487
15488         Forgotten files on 1.9.11cvs79
15489         * src/summaryview.c
15490                 Fix stepping when not immediately executing
15491         * src/imap.c
15492                 Really prevent UID FETCH 0
15493         * src/codeconv.c
15494                 Fix outgoing charset never set to utf-8
15495         * src/mh.c
15496                 Fix leak
15497
15498 2005-06-16 [colin]      1.9.11cvs79
15499
15500         * src/compose.c
15501                 Fix bug #707 (Dash splits rows)
15502                 Only wrap if we're on a line break position and
15503                 the previous one was a "white" (space) char.
15504                 Pango stuff is weird.
15505
15506 2005-06-16 [colin]      1.9.11cvs78
15507
15508         * src/imap_gtk.c
15509                 Lock summaryview while downloading messages
15510                 on user demand
15511         * src/procheader.c
15512         * src/unmime.c
15513         * src/common/utils.c
15514         * src/common/utils.h
15515                 Replace \r and \n with spaces in From and
15516                 Subject headers
15517
15518 2005-06-16 [paul]       1.9.11cvs77
15519
15520         * src/procmime.c
15521                 liberalise the mime parser
15522         * src/gtk/about.c
15523                 add text wrapping
15524
15525 2005-06-16 [paul]       1.9.11cvs76
15526
15527         * src/gtk/about.c
15528                 reworked
15529
15530 2005-06-15 [colin]      1.9.11cvs75
15531
15532         * src/compose.c
15533                 Finish header encoding fix
15534         * src/summaryview.c
15535                 Fix segfault
15536         * src/headerview.c
15537                 Fix compilation (Thanks Stephan
15538                 Sachse)
15539
15540 2005-06-15 [colin]      1.9.11cvs74
15541
15542         * Makefile.am
15543                 Install gnome2 stuff rather than gnome1, 
15544                 if both are present
15545         * src/codeconv.c
15546         * src/codeconv.h
15547         * src/compose.c
15548                 Fix headers encoding
15549         * src/folder.c
15550                 Visual progress when fetching all messages
15551         * src/folderview.c
15552         * src/summaryview.c
15553         * src/summaryview.h
15554                 Prevent changing current message while
15555                 incorporating
15556
15557 2005-06-15 [paul]       1.9.11cvs73
15558
15559         * src/gtk/gtkaspell.c
15560         * src/gtk/gtkaspell.h
15561                 fix build warnings
15562
15563 2005-06-15 [paul]       1.9.11cvs72
15564
15565         * src/prefs_filtering.c
15566                 allow reordering of filter rules by
15567                 drag n drop
15568
15569 2005-06-15 [paul]       1.9.11cvs71
15570
15571         * COPYING
15572                 updated
15573         * src/codeconv.c
15574                 replace deprecated function
15575         * src/inc.c
15576         * src/send_message.c
15577         * src/gtk/progressdialog.c
15578         * src/gtk/progressdialog.h
15579                 salvage and reuse parts of reverted sync
15580
15581 2005-06-15 [paul]       1.9.11cvs70
15582
15583         * src/inc.c
15584         * src/send_message.c
15585         * src/gtk/progressdialog.c
15586         * src/gtk/progressdialog.h
15587                 revert yesterday's sync with main
15588                 it contains deprecated functions
15589
15590 2005-06-15 [colin]      1.9.11cvs69
15591
15592         * src/headerview.c
15593                 Fix bug #670 (multi user to: will corrupt message 
15594                 headers display)
15595
15596 2005-06-15 [colin]      1.9.11cvs68
15597
15598         * src/compose.c
15599                 Fix bug #421 (Fix undo on wrapping)
15600
15601 2005-06-15 [colin]      1.9.11cvs67
15602
15603         * src/folder.c
15604                 Provide visual feedback while processing
15605                 folder's rules.
15606         * src/imap.c
15607                 Provide visual feedback while getting
15608                 short headers (for uncached messages)
15609
15610
15611 2005-06-14 [paul]       1.9.11cvs66
15612
15613         * src/account.c
15614                 change a couple stock icons
15615         * src/inc.c
15616         * src/send_message.c
15617         * src/gtk/progressdialog.c
15618         * src/gtk/progressdialog.h
15619                 sync main's GtkTreeView implementation
15620
15621 2005-06-14 [colin]      1.9.11cvs65
15622
15623         * src/imap.c
15624                 Various little fixes, mainly on error paths
15625
15626 2005-06-13 [colin]      1.9.11cvs64
15627
15628         * matcher.c
15629         * procmsg.c
15630         * procmsg.h
15631                 Add a way to fetch only headers. This speeds
15632                 up filtering on headers for IMAP. Fixes:
15633                 bug #481 extraneous imap commands slow down 
15634                         imap filtering
15635                 bug #522 Sylpheed downloads all messages 
15636                         when opening mailbox (IMAP)
15637                 bug #677 IMAP fetch is soooooooooooooo slow
15638         * src/folder.c
15639         * src/folder.h
15640                 Add a folder set_batch method so that
15641                 implementations can speed up flags changes
15642         * src/folderutils.c
15643         * src/summaryview.c
15644                 Use that in mark as (un)read and mark all read
15645                 Refix bug #679
15646         * src/imap.c
15647                 Implement set_batch - brings back deferred
15648                 flags in a less buggy manner. Fixes:
15649                 bug #729 IMAP immediate expunge of deleted messages
15650                 bug #191 remove list of messages with one command
15651                 Fix login with strange chars
15652                 Implement fetch_msg_full
15653                 Fix copy (wrong counts)
15654
15655 2005-06-12 [colin]      1.9.11cvs63
15656
15657         * src/folder.c
15658                 lock incorporation during long operations.
15659                 Avoids fucking up the IMAP socket.
15660
15661 2005-06-12 [colin]      1.9.11cvs62
15662
15663         * src/imap.c
15664                 Fix harmful typo
15665                 Factorize remove_all_msg
15666                 Thread-ize expunge
15667         * src/summaryview.c
15668                 Don't update partial-download status if unnecessary
15669         * src/folder.c
15670                 Use remove_msgs everywhere possible
15671
15672 2005-06-12 [colin]      1.9.11cvs61
15673
15674         * src/folder.c
15675         * src/folder.h
15676                 Add a remove_msgs function to remove a 
15677                 list of messages
15678         * src/imap.c
15679                 Implement that.
15680
15681 2005-06-12 [colin]      1.9.11cvs60
15682
15683         * src/imap.c
15684                 Remove flags-processing deferring... Too hard
15685                 to get it to work in all cases.
15686
15687 2005-06-11 [colin]      1.9.11cvs59
15688
15689         * src/imap.c
15690                 printf -> debug_print
15691
15692 2005-06-11 [colin]      1.9.11cvs58
15693
15694         * src/imap.c
15695                 o Fix build without USE_PTHREAD
15696                 o Factorize imap_open
15697                 o Alertpanel in case of impossible connection
15698                 o Alertpanel in case of impossible login
15699                 o Fix deferred flags processing to force a 
15700                   flush before adding some more flags to process,
15701                   but in another folder.
15702
15703 2005-06-10 [colin]      1.9.11cvs57
15704
15705         * src/imap.c
15706                 o Fix a format string error
15707                 o init ssl socket outside of the thread 
15708                   (it possibly invokes gtk calls)
15709         * src/procmime.c
15710                 o Put back the buffer to its necessary size
15711                 o Fix changing a file pointer without keeping
15712                   track of it (thanks Valgrind)
15713         * src/common/smtp.c
15714                 o Fix automatic STARTTLS if login should be done
15715                   and the server only allows it after starting TLS
15716         * src/gtk/gtkinputdialog.c
15717                 o Eat GDK_Return so that the combo popup doesn't 
15718                   appear when we press Enter to validate the combo
15719                   input dialog (as seen in the Open with... dialog)
15720
15721 2005-06-10 [colin]      1.9.11cvs56
15722
15723         * src/imap.c
15724                 o A bit less debug
15725                 o Fix a crash on deletion
15726                 o Threadize imap_select (it's called outside of 
15727                   threads)
15728                 o Defer treatment of DELETED flags
15729
15730
15731 2005-06-09 [colin]      1.9.11cvs55
15732
15733         * src/imap.c
15734                 Make sure we check imap_gtk_should_override(), which
15735                 potentially calls gtk stuff, before creating thread.
15736                 That way it should't be called via imap_get_session()
15737                 inside a thread.
15738
15739 2005-06-09 [colin]      1.9.11cvs54
15740
15741         * src/imap.c
15742                 o add a bit of status output
15743                 o remove some dead code
15744                 o threadize get_list_of_uids
15745                 o threadize imap_get_flags
15746                 o defer flag changing by 500ms so that they
15747                   can be batched
15748
15749
15750 2005-06-08 [colin]      1.9.11cvs53
15751
15752         * src/imap.c
15753                 Thread-ize imap_cmd_fetch
15754
15755 2005-06-08 [colin]      1.9.11cvs52
15756
15757         * src/main.c
15758                 Mmh, that broke POP3...
15759
15760 2005-06-08 [colin]      1.9.11cvs51
15761
15762         * src/main.c
15763                 Stabilize IMAP patch (thanks to Hoa)
15764
15765 2005-06-08 [colin]      1.9.11cvs50
15766
15767         * src/imap.c
15768                 Test patch to speed up imap. 
15769
15770 2005-06-08 [colin]      1.9.11cvs49
15771
15772         * src/imap_gtk.c
15773                 Warning fix
15774         * src/procmime.c
15775                 Apply patch from gentoo to use /usr/share/mime/globs if 
15776                 available, after un-breaking it
15777         * src/common/log.c
15778         * src/common/log.h
15779                 Use g_timeout for invoking hooks that possibly use gtk
15780                 calls. This should leave gtk calls in the main thread.
15781
15782 2005-06-08 [paul]       1.9.11cvs48
15783
15784         * src/codeconv.c
15785                 conv_get_outgoing_charset_str(): don't
15786                 use prefs_common setting
15787         * src/compose.c
15788         * src/compose.h
15789                 add /Options/Character encoding/... to
15790                 temporarily change the outgoing encoding
15791
15792         (belated sync with main)
15793
15794 2005-06-08 [paul]       1.9.11cvs47
15795
15796         * src/compose.c
15797                 correction to/completion of last
15798                 sync with main
15799
15800 2005-06-08 [paul]       1.9.11cvs46
15801
15802         sync with main:
15803         
15804         * src/codeconv.c
15805         * src/codeconv.h
15806                 always enabled Japanese auto-detection
15807                 if the first letters of locale string
15808                 is "ja"
15809         * src/compose.c
15810                 don't use "destroy" signal to destroy
15811                 Compose object (fix rare crashes on discard?)
15812         * src/mainwindow.c
15813         * src/messageview.c
15814         * src/prefs_send.c
15815                 added Hebrew encodings
15816         * src/sourcewindow.c
15817                 don't use "destroy" signal to destroy
15818                 objects
15819
15820 2005-06-07 [colin]      1.9.11cvs45
15821
15822         * src/summaryview.c
15823                 Add missing unlocks/locks
15824
15825 2005-06-07 [paul]       1.9.11cvs44
15826
15827         * src/summaryview.c
15828                 restore bug #749 fix
15829
15830 2005-06-06 [colin]      1.9.11cvs43
15831
15832         * src/summaryview.c
15833                 Fix selection bug when prefs_common.open_unread 
15834                 is FALSE
15835
15836 2005-06-06 [colin]      1.9.11cvs42
15837
15838         * src/common/md5.c
15839                 Fix a warning
15840         * src/summaryview.c
15841         * src/folderview.c
15842                 Factorize long operations beginning and end
15843                 (locking, freezing/thawing, cursor, ...)
15844                 Check selection->data member in selection-
15845                 related loops; this avoids dying an awful
15846                 death if the selection changes on us while
15847                 we're marking a whole IMAP folder unread, 
15848                 for example.
15849
15850 2005-06-06 [paul]       1.9.11cvs41
15851
15852         * src/textview.c
15853                 don't g_free() a static gchar buffer
15854
15855 2005-06-05 [colin]      1.9.11cvs40
15856
15857         * src/mainwindow.c
15858         * src/messageview.c
15859         * src/summaryview.c
15860                 Fix bug #749 (Show all headers should be
15861                 sticky as the GUI suggests)
15862
15863 2005-06-03 [paul]       1.9.11cvs39
15864
15865         * src/compose.c
15866                 don't allow editing of mail while sending.
15867                 patch by Colin
15868
15869 2005-06-03 [paul]       1.9.11cvs38
15870
15871         * src/folderview.c
15872                 add a freeze/thaw to speed up 'mark all read'
15873
15874 2005-06-03 [paul]       1.9.11cvs37
15875
15876         * src/prefs_message.c
15877                 reflect changes immediately
15878
15879 2005-06-02 [colin]      1.9.11cvs36
15880
15881         * po/POTFILES.in
15882                 Patch by Fabien Vantard.
15883
15884 2005-06-02 [colin]      1.9.11cvs35
15885
15886         * src/imap.c
15887                 Use a non-blocking imap_getline() if possible.
15888                 This should completely prevent the interface
15889                 from freezin on imap operations, although it
15890                 may do strange stuff in case of folder switching
15891                 while a big imap operation is taking place...
15892
15893                 In addition, fix a leak in the case thread
15894                 creation fails on connection.
15895
15896 2005-06-02 [colin]      1.9.11cvs34
15897
15898         * src/crash.c
15899         * src/prefs_common.h
15900                 Fix build (prefs_common_init() doesn't exist
15901                 anymore)
15902
15903 2005-06-02 [colin]      1.9.11cvs33
15904
15905         * src/prefs_account.c
15906                 Fix bug #245 (filtering rules broken when
15907                 renaming a remote account (imap4 or nntp)
15908
15909 2005-06-02 [colin]      1.9.11cvs32
15910
15911         * src/imap.c
15912                 Try to fix IMAP shortcomings: 
15913                 o Multithread imap_open()
15914                 o allow offline-mode overriding instead of
15915                   just returning NULL
15916         * src/imap_gtk.c
15917         * src/imap_gtk.h
15918                 Add a function to ask whether we want to
15919                 override offline-mode for 10 minutes (one-shot
15920                 asking was painful)
15921         * src/procheader.c
15922                 Fix segfault when imap parser isn't happy about
15923                 a missing {
15924
15925 2005-06-01 [colin]      1.9.11cvs31
15926
15927         * src/addrharvest.c
15928         * src/compose.c
15929         * src/mbox.c
15930         * src/mbox.h
15931         * src/mh.c
15932         * src/msgcache.c
15933         * src/send_message.c
15934         * src/setup.c
15935         * src/undo.c
15936         * src/common/hooks.c
15937         * src/common/prefs.c
15938         * src/common/template.c
15939         * src/common/utils.c
15940         * src/gtk/gtkutils.c
15941         * src/gtk/inputdialog.c
15942         * src/gtk/menu.c
15943         * src/gtk/pluginwindow.c
15944         * src/gtk/prefswindow.c
15945         * src/plugins/pgpmime/passphrase.c
15946         * src/plugins/pgpmime/prefs_gpg.c
15947                 More -Wall fixes
15948
15949         * src/common/Makefile.am
15950         * src/common/timing.h
15951                 Add basic timing code
15952
15953         * src/summaryview.c
15954                 Fix a bug with unread messages when 
15955                 re-sorting folders, and by the way
15956                 fix a big performance hit when 
15957                 re-sorting (10k mails: before 5s,
15958                 after .5s)
15959
15960         * src/prefs_compose_writing.c
15961         * src/prefs_compose_writing.h
15962         * src/prefs_message.c
15963         * src/prefs_message.h
15964         * src/prefs_other.c
15965         * src/prefs_other.h
15966         * src/prefs_quote.c
15967         * src/prefs_quote.h
15968         * src/prefs_receive.c
15969         * src/prefs_receive.h
15970         * src/prefs_send.c
15971         * src/prefs_send.h
15972         * src/prefs_summaries.c
15973         * src/prefs_summaries.h
15974                 Fix copyright banner
15975
15976 2005-06-01 [paul]       1.9.11cvs30
15977
15978         * po/fi.po
15979                 updated by Flammie Pirinen
15980         * src/procmime.c
15981                 fix 'Bad BASE64 content' output
15982
15983 2005-05-31 [colin]      1.9.11cvs29
15984
15985         * src/procmime.c
15986                 Oops, where did my hunk go.
15987
15988 2005-05-31 [colin]      1.9.11cvs28
15989
15990         * src/Makefile.am
15991         * src/account.c
15992         * src/action.c
15993         * src/addr_compl.c
15994         * src/addressbook.c
15995         * src/codeconv.c
15996         * src/compose.c
15997         * src/export.c
15998         * src/folder.c
15999         * src/folderview.c
16000         * src/image_viewer.c
16001         * src/main.c
16002         * src/mainwindow.c
16003         * src/messageview.c
16004         * src/mimeview.c
16005         * src/msgcache.c
16006         * src/prefs_account.c
16007         * src/prefs_actions.c
16008         * src/prefs_common.c
16009         * src/prefs_compose_writing.c
16010         * src/prefs_customheader.c
16011         * src/prefs_ext_prog.c
16012         * src/prefs_filtering.c
16013         * src/prefs_filtering_action.c
16014         * src/prefs_fonts.c
16015         * src/prefs_image_viewer.c
16016         * src/prefs_message.c
16017         * src/prefs_message.h
16018         * src/prefs_msg_colors.c
16019         * src/prefs_other.c
16020         * src/prefs_other.h
16021         * src/prefs_quote.c
16022         * src/prefs_receive.c
16023         * src/prefs_receive.h
16024         * src/prefs_send.c
16025         * src/prefs_send.h
16026         * src/prefs_spelling.c
16027         * src/prefs_summaries.c
16028         * src/prefs_summary_column.c
16029         * src/prefs_template.c
16030         * src/prefs_themes.c
16031         * src/prefs_toolbar.c
16032         * src/prefs_wrapping.c
16033         * src/procmime.c
16034         * src/procmsg.c
16035         * src/send_message.h
16036         * src/ssl_manager.c
16037         * src/summary_search.c
16038         * src/summaryview.c
16039         * src/textview.c
16040         * src/wizard.c
16041         * src/common/smtp.c
16042         * src/common/smtp.h
16043         * src/gtk/gtkutils.h
16044                 o Move the rest of Common prefs to new style
16045                 o Lots of -Wall warning fixes
16046                 o fix FIXME in cache memusage calculation
16047                 o Let return receipts be sent from any account
16048                 o Little cache optimisation (read)
16049                 o Fix bug #746 (don't treat commas as separators
16050                   when inside a quoted string)
16051
16052 2005-05-31 [paul]       1.9.11cvs27
16053
16054         * src/prefs_common.c
16055                 fix 'off-by-one' typo
16056
16057 2005-05-31 [paul]       1.9.11cvs26
16058
16059         * src/account.c
16060         * src/addr_compl.c
16061         * src/compose.c
16062         * src/foldersel.c
16063         * src/prefs_actions.c
16064         * src/prefs_common.c
16065         * src/prefs_common.h
16066         * src/prefs_customheader.c
16067         * src/prefs_display_header.c
16068         * src/prefs_filtering.c
16069         * src/prefs_filtering_action.c
16070         * src/prefs_matcher.c
16071         * src/prefs_summaries.c
16072         * src/prefs_summary_column.c
16073         * src/prefs_template.c
16074         * src/prefs_toolbar.c
16075         * src/ssl_manager.c
16076         * src/gtk/pluginwindow.c
16077         * src/gtk/prefswindow.c
16078         * src/gtk/progressdialog.c
16079                 add hidden prefs 'enable_rules_hint'
16080                 for gtk_tree_view_set_rules_hint()
16081                 (sync with main)
16082                 
16083
16084 2005-05-31 [colin]      1.9.11cvs25
16085
16086         * src/Makefile.am
16087         * src/main.c
16088         * src/prefs_common.c
16089         * src/prefs_summaries.c ** ADDED **
16090         * src/prefs_summaries.h ** ADDED **
16091                 Common/Display -> Display/Summaries
16092
16093 2005-05-31 [colin]      1.9.11cvs24
16094
16095         * src/Makefile.am
16096         * src/main.c
16097         * src/prefs_quote.c ** ADDED **
16098         * src/prefs_quote.h ** ADDED **
16099                 Move Common/Quote to Compose/Quoting
16100         * src/prefs_common.c
16101         * src/prefs_common.h
16102                 Remove old quote stuff, add
16103                 convenience functions for GtkTextView prefs
16104         * src/gtk/prefswindow.c
16105                 Set default height higher
16106
16107 2005-05-30 [colin]      1.9.11cvs23
16108
16109         * src/Makefile.am
16110         * src/main.c
16111         * src/prefs_common.c
16112         * src/prefs_compose_writing.c ** ADDED **
16113         * src/prefs_compose_writing.h ** ADDED **
16114                 Move Common/Compose prefs to Compose/Writing
16115
16116 2005-05-30 [colin]      1.9.11cvs22
16117
16118         * src/common/utils.c
16119                 Fix bug #651 (Confused Attract by Subject)
16120                 Patch by M. Benkmann <haferfrost@web.de>
16121         * AUTHORS
16122
16123 2005-05-30 [colin]      1.9.11cvs21
16124
16125         * src/compose.c
16126                 Fix concatenation of different headers of
16127                 the same type (bug #645)
16128         * src/prefs_folder_item.c
16129                 Fix bug #699 (setting color to black doesn't
16130                 work immediately)
16131         * src/procmime.c
16132                 Print out decoding error only once per
16133                 block
16134
16135 2005-05-30 [paul]       1.9.11cvs20
16136
16137         * src/common/template.c
16138                 fix Bcc
16139
16140 2005-05-30 [paul]       1.9.11cvs19
16141
16142         * doc/src/rfc2368.txt   **NEW FILE**
16143         * src/compose.c
16144                 compose_entries_set(): don't interpret Bcc
16145                 header field (conform to RFC 2368)
16146                 (sync with main)
16147
16148 2005-05-29 [colin]      1.9.11cvs18
16149
16150         * src/prefs_common.c
16151                 Let the default reply format respect
16152                 netiquette by cutting the signature.
16153
16154 2005-05-29 [colin]      1.9.11cvs17
16155
16156         * src/summaryview.c
16157                 Don't let always_show_msg override
16158                 open_unread_on_enter when opening a new
16159                 directory.
16160
16161 2005-05-27 [paul]       1.9.11cvs16
16162
16163         sync with main:
16164
16165         * src/main.c
16166                 app_will_exit(): cleanup tmp directory when exit
16167         * src/message_search.c
16168                 improved the interface and made code cleanup.
16169                 removed Clear button
16170         * src/send_message.c
16171                 send_message_local(): use GSpawn, and detect errors
16172         * src/summary_search.c
16173                 improved the interface and made code cleanup
16174         * src/textview.c
16175                 textview_write_link(): also skip non-ascii space
16176                  at the head of link strings (phishing check
16177                  didn't work at the case)
16178         * src/common/utils.c
16179                 get_command_output(): use g_spawn_command_line_sync()
16180                 instead of popen()
16181
16182 2005-05-26 [colin]      1.9.11cvs15
16183
16184         * src/folder.c
16185                 remove printf
16186
16187 2005-05-26 [colin]      1.9.11cvs14
16188
16189         * src/common/nntp.c
16190                 Fix nntp mode reader (bug #611)
16191                 Patch by Florian Mickler <florian@mickler.org>
16192
16193 2005-05-26 [colin]      1.9.11cvs13
16194
16195         * src/plugins/pgpmime/passphrase.c
16196                 Fix mouse grabbing (bug #557)
16197
16198 2005-05-26 [colin]      1.9.11cvs12
16199
16200         * src/prefs_themes.c
16201                 Fix g_warning (bug #541)
16202
16203 2005-05-26 [colin]      1.9.11cvs11
16204
16205         * src/prefs_actions.c
16206         * src/prefs_template.c
16207                 Fix bug #506 (no warning if action/template
16208                 is not saved)
16209         * src/common/template.c
16210                 Fix a possible crash
16211
16212 2005-05-26 [colin]      1.9.11cvs10
16213
16214         * src/folder.c
16215         * src/folderview.c
16216         * src/procmsg.c
16217         * src/summaryview.c
16218                 Forbid locked messages to be moved or
16219                 deleted. Locked messages in trashes 
16220                 still get deleted, for performance
16221                 reason (mh.c::mh_remove_all_msgs)
16222
16223 2005-05-25 [colin]      1.9.11cvs9
16224
16225         * src/procmime.c
16226                 Use correct encoding when sending mails
16227                 with attachments that have accentued 
16228                 chars in their name
16229
16230 2005-05-24 [colin]      1.9.11cvs8
16231
16232         * src/summaryview.c
16233                 Fix bug #688 f) read/unread marker not
16234                 changed on first click
16235                 Also, optimize summary_status_show()
16236                 calls
16237         * src/folder.c
16238         * src/inc.c
16239         * src/procmime.c
16240                 Fix bug #688 b) and c) wrt message
16241                 attachments and signature
16242         * src/stock_pixmap.c
16243         * src/stock_pixmap.h
16244         * src/stock_pixmap.c
16245         * src/stock_pixmap.h
16246         * src/Makefile.am
16247         * src/pixmaps/clip_gpg_signed.xpm
16248                 Add clip/signed icon
16249
16250 2005-05-24 [colin]      1.9.11cvs7
16251
16252         * src/folder_item_prefs.c
16253                 whitespace fix
16254
16255 2005-05-24 [colin]      1.9.11cvs6
16256
16257         * src/folderview.c
16258         * src/prefs_common.c
16259         * src/prefs_common.h
16260                 Add a confirmation to folder drag and drop
16261                 fixes bug #156
16262         * src/alertpanel.c
16263         * src/alertpanel.h
16264                 fix _with_disable parameters so that
16265                 the buttons labels are specifiable too
16266         * src/plugins/pgpmime/sgpgme.c
16267                 reflect said change
16268                 
16269
16270 2005-05-24 [colin]      1.9.11cvs5
16271
16272         * src/folderview.c
16273                 Uncollapse/collapse folders on double-click
16274                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16275                 closes bug #108
16276
16277 2005-05-23 [colin]      1.9.11cvs4
16278
16279         * src/common/socket.c
16280                 Check another special SSL_peek() error.
16281                 Should help wrt bug #728
16282
16283 2005-05-23 [colin]      1.9.11cvs3
16284
16285         * src/plugins/pgpmime/pgpmime.c
16286                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16287                 breaking menu accelerators and stuff. Users will have to
16288                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16289                 account's privacy preferences if needed.
16290
16291 2005-05-22 [paul]
16292
16293         * tools/kdeservicemenu/install.sh
16294                 use kdesu to prompt for root password if doing
16295                 global install/uninstall
16296
16297 2005-05-20 [colin]      1.9.11cvs2
16298
16299         * src/procmsg.c
16300                 Fix another compilation error with gcc-2.9x
16301                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16302         * src/send_message.c
16303                 Don't send QUIT if we aren't connected
16304
16305 2005-05-19 [colin]      1.9.11cvs1
16306
16307         * src/procmsg.c
16308                 Fix compilation with gcc 2.9x
16309
16310 2005-05-19 [paul]       1.9.11
16311
16312         1.9.11 released
16313
16314 2005-05-19 [paul]       1.9.9cvs14
16315
16316         * src/gtk/inputdialog.c
16317                 prevent gettext warning
16318
16319 2005-05-19 [paul]       1.9.9cvs13
16320
16321         * src/mainwindow.c
16322         * src/prefs_common.c
16323         * src/prefs_common.h
16324         * src/textview.c
16325         * src/textview.h
16326                 add an option to toggle cursor in message
16327                 view (sync with main)
16328
16329 2005-05-18 [colin]      1.9.9cvs12
16330
16331         * src/compose.c
16332                 Dereference freed pointer
16333         * src/gtk/gtkaspell.c
16334                 Fix duplication of dictionaries (is it an aspell issue?)
16335
16336 2005-05-18 [colin]      1.9.9cvs11
16337
16338         * src/gtk/inputdialog.c
16339         * src/gtk/gtkaspell.c
16340                 HIGuify dialogs
16341         * src/alertpanel.c
16342                 Remove a double call
16343
16344 2005-05-17 [colin]      1.9.9cvs10
16345
16346         * src/gtk/gtkaspell.c
16347                 Fix dialogs, Ctrl-Enter accel
16348
16349 2005-05-17 [colin]      1.9.9cvs9
16350
16351         * src/gtk/gtkaspell.c
16352                 Fix some accelerators, escape in replace-window
16353
16354 2005-05-16 [colin]      1.9.9cvs8
16355
16356         * src/gtk/gtkaspell.c
16357                 Revert last commit, it was a mistake.
16358
16359 2005-05-16 [colin]      1.9.9cvs7
16360
16361         * src/gtk/gtkaspell.c
16362                 Remove buggy code while we're at it. It's a 
16363                 dead code path anyway.
16364
16365 2005-05-16 [colin]      1.9.9cvs6
16366
16367         * src/gtk/gtkaspell.c
16368                 Missed some gtk_menu_popup where deactivate
16369                 signal should be handled. Should fix bug
16370                 #629 a bit more.
16371
16372 2005-05-16 [colin]      1.9.9cvs5
16373
16374         * src/gtk/gtkaspell.c
16375                 Remove debug printf()s
16376
16377 2005-05-16 [colin]      1.9.9cvs4
16378
16379         * src/gtk/gtkaspell.c
16380                 Fix a bit aspell problems
16381                 (see bug #629)
16382
16383 2005-05-13 [colin]      1.9.9cvs3
16384
16385         * src/folderview.c
16386                 Fix the + appearing even when no subfolders
16387                 have unread messages. Thanks to wwp for the
16388                 bug report.
16389
16390 2005-05-11 [paul]       1.9.9cvs2
16391
16392         * src/folderview.c
16393                 correction to 1.9.9cvs1, only colour folders that
16394                 have new msgs (not unread msgs)
16395
16396 2005-05-10 [colin]      1.9.9cvs1
16397
16398         * src/folderview.c
16399         * src/summaryview.c
16400                 Try to fix bolding bugs again.
16401
16402 2005-05-09 [paul]
16403
16404         * tools/claws.i18n.status.pl
16405                 add Ricardo Mones Lastra's script that has been providing
16406                 the i18n status page for many months
16407
16408 2005-05-09 [paul]       1.9.9
16409
16410         1.9.9 release
16411
16412 2005-05-09 [paul]       1.9.6cvs58
16413
16414         * AUTHORS
16415         * INSTALL
16416         * README.claws
16417                 updated
16418         * Makefile.am 
16419         * RELEASE_NOTES.claws
16420                 add release notes to cvs to simplify release
16421                 procedure
16422         * configure.ac
16423                 add ca and fi to ALL_LINGUAS
16424         * po/Makefile.in.in
16425                 workaround for missing Makevars
16426         * po/ca.po
16427         * po/fi.po
16428                 add new Catalan and Finnish translations
16429                 submitted by Miquel Oliete and Flammie Pirinen
16430         * po/de.po
16431         * po/es.po
16432         * po/fr.po
16433         * po/it.po
16434         * po/pl.po
16435         * po/ru.po
16436         * po/sk.po
16437         * po/sr.po
16438         * po/zh_CN.po
16439                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16440                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16441                 Urke MMI, and Hansom Young
16442         * src/main.c
16443                 Fix drafting when quitting. compose_draft() closes the
16444                 compose windows, which modifies the compose_list GSList.
16445                 We have to refresh this list after echo drafting to avoid a
16446                 segfault
16447         * src/partial_download.c
16448                 fix segfault on exit
16449
16450 2005-05-06 [paul]       1.9.6cvs57
16451
16452         * src/grouplistdialog.c
16453                 quick fix/workaround for unresizeable newsgroup
16454                 name column 
16455
16456 2005-05-06 [paul]       1.9.6cvs56
16457
16458         * src/inc.c
16459         * src/mainwindow.c
16460                 use gettext plural forms
16461         * src/imap_gtk.c
16462         * src/mh_gtk.c
16463         * src/toolbar.c
16464                 small improvement to english usage
16465
16466 2005-05-05 [thorsten]   1.9.6cvs55
16467
16468         * src/folder.c
16469                 fix possible crash
16470
16471 2005-05-05 [paul]       1.9.6cvs54
16472         
16473         sync with HEAD
16474
16475         * AUTHORS
16476         * src/compose.c
16477                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16478                 patch by Tim Mann
16479
16480 2005-05-05 [paul]       1.9.6cvs53
16481
16482         * src/mainwindow.c
16483                 fix resizing of separate message and
16484                 folder views
16485
16486 2005-05-05 [paul]       1.9.6cvs52
16487
16488         * src/account.c
16489         * src/addrgather.c
16490         * src/browseldap.c
16491         * src/exphtmldlg.c
16492         * src/expldifdlg.c
16493         * src/importmutt.c
16494         * src/importpine.c
16495         * src/main.c
16496         * src/mainwindow.c
16497         * src/noticeview.c
16498         * src/prefs_filtering.c
16499         * src/prefs_filtering_action.c
16500         * src/prefs_matcher.c
16501         * src/prefs_spelling.c
16502         * src/prefs_toolbar.c
16503         * src/toolbar.c
16504         * src/wizard.c
16505         * src/gtk/description_window.c
16506         * src/gtk/gtkvscrollbutton.c
16507         * src/gtk/progressdialog.c
16508         * src/gtk/quicksearch.c
16509         * src/plugins/pgpmime/prefs_gpg.c
16510         * src/plugins/spamassassin/spamassassin_gtk.c
16511                 replace deprecated gtk_widget_set_usize
16512
16513 2005-05-04 [colin]      1.9.6cvs51
16514
16515         * src/common/utils.c
16516                 Fix crash when subst_for_filename is called
16517                 with a NULL parameter
16518
16519 2005-05-04 [colin]      1.9.6cvs50
16520
16521         * src/partial_download.c
16522         * src/pop.c
16523                 Escape login when writing uidl file
16524                 fixes bug #736
16525
16526 2005-05-03 [colin]      1.9.6cvs49
16527
16528         * src/procmime.c
16529                 Fix possible DOS in mime parser
16530                 (see bug #634)
16531
16532 2005-05-02 [colin]      1.9.6cvs48
16533
16534         * src/compose.c
16535                 Try to fix the copy/paste mess once again.
16536
16537
16538 2005-04-30 [colin]      1.9.6cvs47
16539
16540         * src/prefs_account.h
16541         * src/procmsg.c
16542         * src/send_message.c
16543         * src/common/smtp.c
16544         * src/common/smtp.h
16545                 Try to batch sending mails (per account) instead of
16546                 reconnecting to server every time.
16547
16548 2005-04-29 [colin]      1.9.6cvs46
16549
16550         * src/messageview.c
16551                 Fix window resizing that refused to size down
16552         * src/prefs_common.c
16553         * src/prefs_common.h
16554         * src/prefs_filtering.c
16555                 Save Filtering's window size
16556
16557 2005-04-21 [paul]       1.9.6cvs45
16558
16559         * ChangeLog-gtk2.claws
16560         * src/setup.c
16561                 correction to sync
16562
16563 2005-04-21 [paul]       1.9.6cvs44
16564
16565         sync with main:
16566
16567         * src/setup.c
16568         * src/statusbar.c
16569         * src/statusbar.h
16570                 use gtkut_widget_draw_now(). Improved performance
16571                 of the update of statusbar
16572         * src/textview.c
16573                 textview_smooth_scroll_do(): redraw it after scroll
16574                 is done (fixed incorrect display when a part of the
16575                 view is hidden).
16576         * src/gtk/gtkutils.c
16577         * src/gtk/gtkutils.h
16578                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16579                 to force update of widgets.
16580                 Removed gtkut_widget_wait_for_draw() which had a big
16581                 overhead  because of waiting for all events processed 
16582
16583 2005-04-20 [paul]       1.9.6cvs43
16584
16585         * src/codeconv.c
16586                 complete 1.9.6cvs42's sync:
16587                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16588
16589 2005-04-19 [paul]       1.9.6cvs42
16590
16591         sync with main:
16592
16593         * src/action.c
16594                 catch_output(): correctly select the insert text
16595                 (fix invalid iterator warnings).
16596         * src/codeconv.c
16597         * src/codeconv.h
16598         * src/mainwindow.c
16599         * src/messageview.c
16600         * src/prefs_common.c
16601                 support GBK encoding.
16602         * src/common/session.c
16603         * src/common/session.h
16604                 use separate buffer for large data to be sent,
16605                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16606
16607 2005-04-18 [paul]       1.9.6cvs41
16608
16609         * src/jpilot.c
16610                 convert unsigned long into guint32
16611                 patch by Paul LeoNerd Evans 
16612
16613 2005-04-17 [colin]      1.9.6cvs40
16614
16615         * src/compose.c
16616                 Fix 'Request return receipt' from folder
16617                 properties (bug #708)
16618
16619 2005-04-17 [colin]      1.9.6cvs39
16620
16621         * src/mainwindow.c
16622                 Fix duplicate hotkeys in Mainwindow's menu
16623
16624 2005-04-17 [colin]      1.9.6cvs38
16625
16626         * src/folderview.c
16627                 Fix duplicate hotkeys in Folderview's contextual
16628                 menu
16629
16630 2005-04-15 [colin]      1.9.6cvs37
16631
16632         * src/summaryview.c
16633                 Fix 'Save as...' with non-ascii filenames
16634
16635 2005-04-15 [colin]      1.9.6cvs36
16636
16637         * src/plugins/pgpmime/pgpmime.c
16638                 Fix bus error on 64bit. Spotted by 
16639                 macallan1888@gmail.com
16640
16641 2005-04-15 [colin]      1.9.6cvs35
16642
16643         * src/prefs_account.c
16644                 Fix cvs34.
16645
16646 2005-04-12 [colin]      1.9.6cvs34
16647
16648         * src/prefs_account.c
16649                 Fix smtp auth type off-by-one. We forgot to
16650                 add PLAIN in the prefs-to-gui setter func and
16651                 as a result, the selected auth when opening
16652                 account prefs was not the correct one.
16653
16654 2005-04-12 [paul]       1.9.6cvs33
16655
16656         * src/inc.c
16657                 if the recv dialog is visible, Cancel only
16658                 cancels the current account
16659
16660
16661 2005-04-10 [colin]      1.9.6cvs32
16662
16663         * src/filtering.c
16664                 Copy score when copying FilteringActions
16665                 Fix bug #674
16666
16667 2005-04-10 [colin]      1.9.6cvs31
16668
16669         * src/inc.c
16670                 Make Message -> Receive -> Cancel cancel 
16671                 incorporation on all accounts. Fixes
16672                 bug #693
16673
16674 2005-04-10 [colin]      1.9.6cvs30
16675
16676         * src/prefs_account.c
16677                 Update Privacy checkbuttons status based
16678                 on the selected privacy system
16679         * src/compose.c
16680                 Always connect the "None" privacy system; the
16681                 static boolean was probably there to avoid
16682                 reconnecting twice in the same compose window,
16683                 but as the parent function is only called once
16684                 per compose, it's only a bug - as a static is
16685                 initialized once per application instance.
16686                 Also, don't uncheck Sign and Encrypt when
16687                 selecting None as privacy system; just ignore
16688                 them when sending/queuing.
16689                 Should fix bug #695
16690
16691 2005-04-08 [colin]      1.9.6cvs29
16692
16693         * src/account.c
16694         * src/prefs_account.c
16695         * src/prefs_account.h
16696                 Add account preference to queue message in a certain
16697                 folder.
16698
16699 2005-04-06 [colin]      1.9.6cvs28
16700
16701         * src/prefs_account.c
16702                 Update old inbox path syntax
16703
16704 2005-04-06 [paul]       1.9.6cvs27
16705
16706         sync with main:
16707
16708         * configure.ac
16709                 changed -traditional-cpp to -no-cpp-precomp for newer
16710                 Mac OS X support
16711         * src/foldersel.c
16712                 made column resize automatically
16713         * src/send_message.c
16714                 send_message_smtp(): consider EOF right after QUIT
16715                 successful (workaround for Gmail SMTP server)
16716         * src/common/socket.c
16717                 ssl_read(), ssl_peek(): check EOF which violates the
16718                 SSL protocol
16719         * src/gtk/colorlabel.c
16720                 removed warnings when displaying colorlabel menu
16721                 (don't use GtkAlignment)
16722
16723 2005-04-05 [paul]       1.9.6cvs26
16724
16725         * src/plugins/trayicon/trayicon.c
16726                 fix clipping of icon under KDE3 
16727
16728 2005-04-05 [paul]       1.9.6cvs25
16729
16730         * src/summaryview.c
16731                 hide display of threading
16732                 patch by Alfons
16733
16734 2005-04-04 [thorsten]   1.9.6cvs24
16735
16736         * src/mh.c
16737                 marks lost on filesystems with different stat() results on
16738                 summer-/wintertime
16739
16740 2005-04-03 [colin]      1.9.6cvs23
16741
16742         * src/summaryview.c
16743                 Don't handle up/down. Patch by Alfons
16744
16745 2005-04-02 [colin]      1.9.6cvs22
16746
16747         * src/summaryview.c
16748                 Make scrolling faster. Patch by Alfons.
16749
16750 2005-04-01 [colin]      1.9.6cvs21
16751
16752         * src/Makefile.am
16753         * src/stock_pixmap.c
16754         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16755         * src/pixmaps/dir_noselect.xpm ** ADDED **
16756                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16757
16758 2005-04-01 [colin]      1.9.6cvs20
16759
16760         * src/image_viewer.c
16761         * src/image_viewer.h
16762         * src/procmime.c
16763         * src/procmime.h
16764         * src/textview.c
16765         * src/textview.h
16766                 Implement inline image resizing and right-clicking
16767
16768 2005-04-01 [paul]       1.9.6cvs19
16769
16770         * AUTHORS
16771         * Makefile.am
16772         * configure.ac
16773                 check for gnome2
16774                 patch by Luca Cavalli <loopback<AT>slackit.org>
16775         * po/ru.po
16776                 updated by Pavlo Bohmat
16777
16778 2005-03-31 [colin]      1.9.6cvs18
16779
16780         * src/news.c
16781                 Fix parsing references
16782         * src/msgcache.c
16783                 don't put nulls in the references list
16784         * src/procheader.c
16785                 commit that forgotten file in 1.9.6cvs14
16786
16787 2005-03-31 [colin]      1.9.6cvs17
16788
16789         * src/compose.c
16790                 Fix joining of signature separator again. 
16791                 Maybe Hiro could put it in main too...
16792
16793 2005-03-31 [colin]      1.9.6cvs16
16794
16795         * src/Makefile.am
16796         * src/foldersel.c
16797         * src/stock_pixmap.c
16798         * src/stock_pixmap.h
16799         * src/pixmaps/dir-noselect.xpm
16800                 Update foldersel.c (sync from main, patch by Alfons)
16801
16802 2005-03-30 [colin]      1.9.6cvs15
16803
16804         * src/imap.c
16805                 Fix handling of imap folders containing [] in 
16806                 their name. Thanks to Nahuel Angelinetti for
16807                 the detailed bugreport.
16808
16809 2005-03-30 [colin]      1.9.6cvs14
16810
16811         * src/common/utils.h
16812         * src/common/utils.c
16813         * src/common/defs.h
16814         * src/matcher.c
16815         * src/msgcache.c
16816         * src/news.c
16817         * src/procmsg.c
16818         * src/procmsg.h
16819         * src/quote_fmt_parse.y
16820         * src/summaryview.c
16821                 Update references system. Patch by Alfons
16822
16823 2005-03-30 [colin]      1.9.6cvs13
16824
16825         * src/common/socket.c
16826                 Force the glibc to read resolv.conf again when 
16827                 it has changed. Should fix issues when changing
16828                 networks on a laptop and not restarting sylpheed. 
16829
16830 2005-03-30 [paul]       1.9.6cvs12
16831
16832         partial sync with main:
16833
16834         * src/action.c
16835                 create_io_dialog(): use user-defined text font
16836                 (thanks to Alfons), and modified its appearance.
16837         * src/addrgather.c
16838         * src/addrharvest.c
16839         * src/browseldap.c
16840                 replace old code
16841         * src/compose.c
16842                 don't join (presumably) itemized lines on line-wrapping
16843                 fixed wrapping of quote when auto-wrapping is enabled
16844                 compose_destroy(): destroy paned only if it's not
16845                 attached to window. Fixed memory leak of popup menu.
16846         * src/exphtmldlg.c
16847         * src/expldifdlg.c
16848                 replace old code
16849         * src/html.c
16850         * src/html.h
16851         * src/importmutt.c
16852         * src/importpine.c
16853                 replace old code
16854         * src/main.c
16855                 removed redundant code
16856         * src/mainwindow.c
16857                 changed 'Code set' (which is rather incorrect)
16858                 in the menu to 'Character encoding'
16859                 main_window_set_widgets(): request size first
16860                 to prevent window size becoming wrong
16861                 fixed remembering of the state of the visibility
16862                 of MessageView
16863         * src/messageview.c
16864                 changed 'Code set' (which is rather incorrect)
16865                 in the menu to 'Character encoding'
16866         * src/prefs_common.c
16867         * src/prefs_common.h
16868                 added an option whether to render HTML as text or not
16869                 added separators to outgoing encoding menu
16870         * src/procheader.c
16871                 procheader_scan_date_string(): support header
16872                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16873         * src/summaryview.c
16874         * src/summaryview.h
16875                 minor code cleanup
16876         * src/textview.c
16877                 textview_show_html(): force output of newline
16878                 added an option whether to render HTML as text or not
16879         * src/common/utils.c
16880                 strncpy2(): optimized based on Alfons' code
16881         * src/gtk/gtkutils.c
16882         * src/gtk/gtkutils.h
16883                 removed non-used code
16884         * src/plugins/pgpmime/passphrase.c
16885                 partially fixed grab input of passphrase dialog
16886                 Confine pointer to window
16887
16888 2005-03-30 [colin]      1.9.6cvs11
16889
16890         * src/msgcache.c
16891         * src/msgcache.h
16892                 Read/write 32bit ints from cache & marks
16893                 From main.
16894
16895 2005-03-29 [paul]       1.9.6cvs10
16896
16897         * AUTHORS
16898         * ChangeLog.claws
16899         * src/compose.c
16900         * src/gtk/gtkaspell.c
16901                 sync with HEAD (don't pass NULL pointers) 
16902
16903 2005-03-24 [paul]
16904
16905         * tools/Makefile.am
16906         * tools/README
16907         * tools/acroread2sylpheed.pl
16908                 sync with HEAD (add script to send pdfs as
16909                 attachments from Adobe Reader 7)
16910
16911 2005-03-21 [paul]       1.9.6cvs9
16912
16913         * configure.ac
16914         * po/POTFILES.in
16915         * src/Makefile.am
16916         * src/crash.c
16917         * src/image_viewer.c ** ADDED **
16918         * src/image_viewer.h ** ADDED **
16919         * src/main.c
16920         * src/prefs_common.c
16921         * src/prefs_common.h
16922         * src/prefs_image_viewer.c ** ADDED **
16923         * src/prefs_image_viewer.h ** ADDED **
16924         * src/textview.c
16925         * src/gtk/about.c
16926         * src/pixmaps/sylpheed_logo.xpm
16927         * src/plugins/Makefile.am
16928         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16929         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16930         * src/plugins/image_viewer/plugin.c ** REMOVED **
16931         * src/plugins/image_viewer/viewer.c ** REMOVED **
16932         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16933         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16934         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16935         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16936         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16937                 as gdk-pixbuf is now built-in
16938                 remove image_viewer plugin and put code back into
16939                 main codebase
16940                 implement inline image display (sync with main)
16941
16942                 replace logo with newer, nicer, larger version  
16943
16944 2005-03-21 [paul]       1.9.6cvs8
16945
16946         * src/gtk/about.c
16947                 cosmetic improvement
16948
16949 2005-03-21 [holger]     1.9.6cvs7
16950
16951         * src/plugins/spamassassin/spamassassin.c
16952                 Sync with HEAD
16953                 (unregister hook on failed plugin init)
16954
16955 2005-03-20 [colin]      1.9.6cvs6
16956
16957         * src/common/plugin.c
16958                 Check that plugin isn't already loaded
16959                 Patch by Alfons
16960
16961 2005-03-20 [thorsten]   1.9.6cvs5
16962
16963         * src/compose.c
16964                 use a more compatible syntax
16965
16966 2005-03-20 [thorsten]   1.9.6cvs4
16967
16968         * src/prefs_toolbar.c
16969                 fix crash when selecting toolbar item (uninitialized pointer)
16970
16971 2005-03-20 [thorsten]   1.9.6cvs3
16972
16973         * src/procmime.c
16974                 fix mimetype detection (referenced free()d string)
16975
16976 2005-03-20 [paul]       1.9.6cvs2
16977
16978         * src/compose.c
16979                 sync with HEAD (1.0.3cvs5)
16980                 neglect Reply-To header if empty
16981                 Patch by Alfons 
16982
16983 2005-03-19 [holger]     1.9.6cvs1
16984
16985         * src/summaryview.c
16986         * src/summaryview.h
16987                 Sync with HEAD
16988
16989 2005-03-18 [paul]       1.9.6
16990
16991         initial GTK2 release
16992
16993 2005-03-18 [paul]       1.0.3cvs3.1
16994
16995         * AUTHORS
16996         * ChangeLog.claws
16997         * configure.ac
16998         * src/gtk/about.c
16999         * src/pixmaps/sylpheed_logo.xpm
17000                 sync with HEAD
17001
17002 2005-03-18 [colin]      1.0.3cvs2.6
17003
17004         * src/summaryview.c
17005                 Remove call to summary_step in summary_copy_selected_to
17006                 Can't see its purpose, and this causes bug when copying
17007                 a message if the next one is unread: it reads it.
17008
17009 2005-03-18 [paul]       1.0.3cvs2.5
17010
17011         * src/foldersel.c
17012                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
17013
17014 2005-03-18 [paul]       1.0.3cvs2.4
17015
17016         * src/addrharvest.c
17017         * src/codeconv.c
17018         * src/codeconv.h
17019         * src/compose.c
17020         * src/news.c
17021         * src/procheader.c
17022         * src/procmime.c
17023         * src/unmime.c
17024         * src/unmime.h
17025                 fix buffer overflow, CAN-2005-0667, see
17026                 http://secunia.com/advisories/14491/
17027                 Patch by Alfons
17028
17029 2005-03-17 [colin]      1.0.3cvs2.3
17030
17031         * src/prefs_fonts.c
17032         * src/summaryview.c
17033                 Fix font bugs (both lists now officialy share 
17034                 the same font)
17035                 
17036
17037 2005-03-17 [paul]       1.0.3cvs2.2
17038
17039         * src/gtk/pluginwindow.c
17040                 make plugin descriptions uneditable
17041
17042 2005-03-11 [paul]       1.0.3cvs2.1
17043
17044         * ChangeLog.claws
17045         * configure.ac
17046         * po/POTFILES.in
17047         * src/plugins/trayicon/trayicon.c
17048                 sync with HEAD
17049                 add src/wizard.c to POTFILES.in
17050
17051 2005-03-11 [paul]       1.0.3cvs1.1
17052
17053         * ChangeLog
17054         * ChangeLog.claws
17055         * configure.ac
17056         * po/de.po
17057         * po/es.po
17058         * po/fr.po
17059         * po/it.po
17060         * po/pt_BR.po
17061         * po/ru.po
17062         * po/sk.po
17063         * po/sr.po
17064         * po/zh_CN.po
17065                 sync with HEAD
17066
17067 2005-03-04 [colin]      1.0.1cvs22.2
17068
17069         * src/compose.c
17070                 Fix signatures with accentued chars in it
17071
17072 2005-03-04 [colin]      1.0.1cvs22.1
17073
17074         * src/common/smtp.c
17075         * src/common/smtp.h
17076                 Don't use SIZE param in MAIL FROM: if server 
17077                 doesn't support it. Patch by Eugen Freiter
17078                 <eugen_f@users.sf.net>
17079
17080 2005-02-27 [paul]       1.0.1cvs20.1
17081
17082         * ChangeLog.claws
17083         * configure.ac
17084         * src/messageview.c
17085                 sync with HEAD
17086
17087 2005-02-27 [colin]      1.0.1cvs19.4
17088
17089         * src/procheader.c
17090         * src/procheader.h
17091                 Fix prototypes. Patch by Alfons
17092
17093 2005-02-27 [colin]      1.0.1cvs19.3
17094
17095         * src/compose.c
17096                 Don't auto-join the signature separator.
17097
17098 2005-02-26 [colin]      1.0.1cvs19.2
17099
17100         * src/summaryview.c
17101                 Fix 'mark all read' with collapsed threads.
17102                 Patch by Alfons.
17103
17104 2005-02-25 [paul]       1.0.1cvs19.1
17105
17106         * ChangeLog.claws
17107         * configure.ac
17108         * src/prefs_account.c
17109         * src/prefs_folder_item.c
17110         * src/gtk/prefswindow.c
17111         * src/gtk/prefswindow.h
17112                 sync with HEAD
17113
17114 2005-02-25 [paul]       1.0.1cvs15.12
17115
17116         * src/alertpanel.c
17117         * src/codeconv.c
17118         * src/compose.c
17119         * src/textview.c
17120         * src/gtk/gtkutils.c
17121         * src/gtk/gtkutils.h
17122         * src/gtk/logwindow.c
17123         * src/gtk/progressdialog.c
17124                 sync with main (revision 127)
17125                 and fix logwindow clipping
17126
17127 2005-02-24 [colin]      1.0.1cvs15.11
17128
17129         * src/plugins/pgpmime/passphrase.c
17130                 Disable input grabbing; it doesn't work yet.
17131
17132 2005-02-24 [colin]      1.0.1cvs15.10
17133
17134         * src/messageview.c
17135                 Don't send out receipts if offline. Ask.
17136
17137 2005-02-23 [colin]      1.0.1cvs15.9
17138
17139         * src/summaryview.c     
17140                 Fix expanding
17141
17142 2005-02-23 [colin]      1.0.1cvs15.8
17143
17144         * src/summaryview.c
17145                 Really fix Bug 568 by removing useless
17146                 calls. summary_thread_init() now called
17147                 in summary_sort(). This should please
17148                 Alfons as it should be faster than 
17149                 previously.
17150
17151 2005-02-23 [colin]      1.0.1cvs15.7
17152
17153         * src/compose.c
17154                 Encode parts as QP or B64 if signing
17155
17156 2005-02-23 [colin]      1.0.1cvs15.6
17157
17158         * src/compose.c
17159                 Fix Mimeinfo leakage (including tmp files)
17160         * src/procmsg.c
17161                 Fix tmp file leakage (spotted by Ivan Rayner)
17162
17163 2005-02-22 [colin]      1.0.1cvs15.5
17164
17165         * src/expldifdlg.c
17166                 Fix keyboard input. Patch by Alfons.
17167
17168 2005-02-21 [colin]      1.0.1cvs15.4
17169
17170         * src/compose.c
17171                 Fix Sign/Encrypt when unselecting privacy
17172                 system
17173         * src/prefs_common.c
17174                 Change default message font to Monospace
17175         * src/summaryview.c
17176                 More freezing during potentially large operations
17177
17178 2005-02-21 [paul]       1.0.1cvs15.3
17179
17180         * src/main.c
17181                 fix --help output
17182
17183 2005-02-21 [paul]       1.0.1cvs15.2
17184
17185         * po/Makefile.in.in
17186         * src/compose.c
17187         * src/summaryview.c
17188         * src/textview.c
17189         * src/common/utils.c
17190         * src/common/utils.h
17191                 sync with main (revision 117)
17192
17193 2005-02-20 [colin]      1.0.1cvs15.1
17194
17195         * src/common/defs.h
17196                 Change cache file to .sylpheed_claws_cache, as
17197                 suggested by Alfons. Allows people to switch
17198                 between Sylpheed and Sylpheed-Claws. it is
17199                 a good idea to "Check for new messages" at next
17200                 startup.
17201
17202
17203 2005-02-18 [colin]      1.0.1cvs14.1
17204
17205         * src/quote_fmt_lex.l
17206         * src/quote_fmt_parse.y
17207                 Fix parser initialisation. Patch by Ivan.
17208
17209 2005-02-18 [colin]      1.0.1cvs11.6
17210
17211         * src/folderview.c
17212                 Fix scrolldown (bug 662)
17213
17214 2005-02-17 [colin]      1.0.1cvs11.5
17215
17216         * src/codeconv.c
17217                 conv_filename_to_utf8: return clean 7bit instead
17218                 of broken utf8 if needed
17219         * src/mimeview.c
17220                 Fix display of parts with unclean 8bit names
17221
17222 2005-02-17 [paul]       1.0.1cvs11.4
17223
17224         * src/compose.c
17225         * src/exportldif.c
17226         * src/matcher_parser_parse.y
17227         * src/procmime.c
17228         * src/sourcewindow.c
17229         * src/common/Makefile.am
17230         * src/common/intl.h             ** REMOVED **
17231         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17232                 sync with main (revision 109)
17233                 and clean up
17234
17235 2005-02-16 [colin]      1.0.1cvs11.3
17236
17237         * src/summaryview.c
17238                 Fix collapsed thread not highlighting when new
17239                 messages in it (Bug 568) Patch by Stephan Sachse.
17240                 Fix messed up selection when reaching bounds (Bug 632)
17241         * src/prefs_themes.c
17242                 Fix theme installing (Bug 684)
17243
17244 2005-02-16 [colin]      1.0.1cvs11.2
17245
17246         * src/messageview.c
17247                 Fix messageview_select_all
17248
17249 2005-02-16 [colin]      1.0.1cvs11.1
17250
17251         * src/mh.c
17252                 Sync with HEAD (MH scan required function)
17253
17254 2005-02-15 [colin]      1.0.1cvs8.1
17255
17256         * src/mimeview.c
17257         * src/common/utils.c
17258                 Sync with HEAD (filename chars substitution)
17259
17260 2005-02-15 [colin]      1.0.1cvs7.3
17261
17262         * src/gtk/pluginwindow.c
17263                 Fix button spacing
17264
17265 2005-02-15 [colin]      1.0.1cvs7.2
17266
17267         * src/mimeview.c
17268                 Fix mime icons not reset across message when
17269                 scrolled down
17270
17271 2005-02-15 [colin]      1.0.1cvs7.1
17272
17273         * src/compose.c
17274         * src/procmime.c
17275                 Sync with HEAD (optimisation of cvs6)
17276
17277 2005-02-14 [colin]      1.0.1cvs6.1
17278
17279         * src/compose.c
17280         * src/procmime.c
17281                 Sync with HEAD (encode "From " at line beginning)
17282
17283 2005-02-14 [colin]      1.0.1cvs5.3
17284
17285         * src/compose.c
17286                 Fix wrapping with accentued chars.
17287
17288 2005-02-13 [colin]      1.0.1cvs5.2
17289
17290         * src/textview.c
17291                 Fix email informative part parsing with
17292                 accentued chars in it. ispunct() returns
17293                 true for them in utf8...
17294
17295 2005-02-12 [colin]      1.0.1cvs5.1
17296
17297         * src/filtering.c
17298                 Sync with HEAD (remove wrong use of compose after send)
17299
17300 2005-02-12 [paul]       1.0.1cvs4.5
17301
17302         * src/textview.c
17303                 remove unnecessary code (thanks to Alfons)
17304
17305 2005-02-12 [paul]       1.0.1cvs4.4
17306
17307         * src/textview.c
17308                 add 'Copy' to contextual menu on emails
17309
17310 2005-02-11 [colin]      1.0.1cvs4.3
17311
17312         * src/compose.c
17313                 revert 1.0.0cvs28.2, it doesn't work that well.
17314
17315 2005-02-11 [paul]       1.0.1cvs4.2
17316
17317         * po/Makefile.in.in
17318                 fix 'make release'
17319
17320 2005-02-10 [paul]       1.0.1cvs4.1
17321
17322         * ChangeLog
17323         * ChangeLog.claws
17324         * ChangeLog.jp
17325         * configure.ac
17326         * src/compose.c
17327                 sync with HEAD (sync with main)
17328
17329 2005-02-10 [paul]       1.0.1cvs3.2
17330
17331         * AUTHORS
17332         * Makefile.am
17333         * autogen.sh
17334         * configure.ac
17335         * config/mkinstalldirs
17336         * intl/.cvsignore
17337         * intl/ChangeLog
17338         * intl/VERSION
17339         * intl/bindtextdom.c
17340         * intl/config.charset
17341         * intl/dcgettext.c
17342         * intl/dcigettext.c
17343         * intl/dcngettext.c
17344         * intl/dgettext.c
17345         * intl/dngettext.c
17346         * intl/eval-plural.h
17347         * intl/explodename.c
17348         * intl/finddomain.c
17349         * intl/gettext.c
17350         * intl/gettextP.h
17351         * intl/gmo.h
17352         * intl/hash-string.h
17353         * intl/intl-compat.c
17354         * intl/l10nflist.c
17355         * intl/libgnuintl.h.in
17356         * intl/loadinfo.h
17357         * intl/loadmsgcat.c
17358         * intl/localcharset.c
17359         * intl/localcharset.h
17360         * intl/locale.alias
17361         * intl/localealias.c
17362         * intl/localename.c
17363         * intl/log.c
17364         * intl/ngettext.c
17365         * intl/os2compat.c
17366         * intl/os2compat.h
17367         * intl/osdep.c
17368         * intl/plural-exp.c
17369         * intl/plural-exp.h
17370         * intl/plural.c
17371         * intl/plural.y
17372         * intl/ref-add.sin
17373         * intl/ref-del.sin
17374         * intl/relocatable.c
17375         * intl/relocatable.h
17376         * intl/textdomain.c
17377         * m4/Makefile.am
17378         * po/Makefile.in.in
17379         * src/Makefile.am
17380         * src/account.c
17381         * src/action.c
17382         * src/addr_compl.c
17383         * src/addressadd.c
17384         * src/addressbook.c
17385         * src/addrgather.c
17386         * src/addrindex.c
17387         * src/alertpanel.c
17388         * src/browseldap.c
17389         * src/codeconv.c
17390         * src/codeconv.h
17391         * src/compose.c
17392         * src/compose.h
17393         * src/crash.c
17394         * src/editaddress.c
17395         * src/editbook.c
17396         * src/editgroup.c
17397         * src/editjpilot.c
17398         * src/editldap.c
17399         * src/editldap_basedn.c
17400         * src/editvcard.c
17401         * src/exphtmldlg.c
17402         * src/expldifdlg.c
17403         * src/export.c
17404         * src/exporthtml.c
17405         * src/filtering.c
17406         * src/folder.c
17407         * src/folder_item_prefs.c
17408         * src/foldersel.c
17409         * src/folderview.c
17410         * src/grouplistdialog.c
17411         * src/headerview.c
17412         * src/imap.c
17413         * src/imap_gtk.c
17414         * src/import.c
17415         * src/importldif.c
17416         * src/importmutt.c
17417         * src/importpine.c
17418         * src/inc.c
17419         * src/ldif.c
17420         * src/main.c
17421         * src/mainwindow.c
17422         * src/matcher.c
17423         * src/mbox.c
17424         * src/message_search.c
17425         * src/messageview.c
17426         * src/mh.c
17427         * src/mh_gtk.c
17428         * src/mimeview.c
17429         * src/msgcache.c
17430         * src/news.c
17431         * src/news_gtk.c
17432         * src/noticeview.c
17433         * src/partial_download.c
17434         * src/pop.c
17435         * src/prefs_account.c
17436         * src/prefs_actions.c
17437         * src/prefs_common.c
17438         * src/prefs_customheader.c
17439         * src/prefs_display_header.c
17440         * src/prefs_ext_prog.c
17441         * src/prefs_filtering.c
17442         * src/prefs_filtering_action.c
17443         * src/prefs_folder_item.c
17444         * src/prefs_fonts.c
17445         * src/prefs_gtk.c
17446         * src/prefs_matcher.c
17447         * src/prefs_msg_colors.c
17448         * src/prefs_spelling.c
17449         * src/prefs_summary_column.c
17450         * src/prefs_template.c
17451         * src/prefs_themes.c
17452         * src/prefs_toolbar.c
17453         * src/prefs_wrapping.c
17454         * src/privacy.c
17455         * src/procheader.c
17456         * src/procmime.c
17457         * src/procmsg.c
17458         * src/quote_fmt.c
17459         * src/recv.c
17460         * src/send_message.c
17461         * src/setup.c
17462         * src/sourcewindow.c
17463         * src/ssl_manager.c
17464         * src/statusbar.c
17465         * src/summary_search.c
17466         * src/summaryview.c
17467         * src/textview.c
17468         * src/toolbar.c
17469         * src/wizard.c
17470         * src/common/nntp.c
17471         * src/common/plugin.c
17472         * src/common/smtp.c
17473         * src/common/ssl.c
17474         * src/common/ssl_certificate.c
17475         * src/common/string_match.c
17476         * src/common/sylpheed.c
17477         * src/common/template.c
17478         * src/common/utils.c
17479         * src/gtk/about.c
17480         * src/gtk/colorlabel.c
17481         * src/gtk/description_window.c
17482         * src/gtk/filesel.c
17483         * src/gtk/foldersort.c
17484         * src/gtk/gtkaspell.c
17485         * src/gtk/gtkutils.c
17486         * src/gtk/inputdialog.c
17487         * src/gtk/logwindow.c
17488         * src/gtk/menu.c
17489         * src/gtk/pluginwindow.c
17490         * src/gtk/prefswindow.c
17491         * src/gtk/progressdialog.c
17492         * src/gtk/quicksearch.c
17493         * src/gtk/sslcertwindow.c
17494         * src/plugins/clamav/clamav_plugin.c
17495         * src/plugins/clamav/clamav_plugin_gtk.c
17496         * src/plugins/demo/demo.c
17497         * src/plugins/dillo_viewer/dillo_prefs.c
17498         * src/plugins/dillo_viewer/dillo_viewer.c
17499         * src/plugins/image_viewer/plugin.c
17500         * src/plugins/image_viewer/viewer.c
17501         * src/plugins/image_viewer/viewerprefs.c
17502         * src/plugins/mathml_viewer/mathml_viewer.c
17503         * src/plugins/pgpmime/passphrase.c
17504         * src/plugins/pgpmime/plugin.c
17505         * src/plugins/pgpmime/prefs_gpg.c
17506         * src/plugins/pgpmime/select-keys.c
17507         * src/plugins/pgpmime/sgpgme.c
17508         * src/plugins/spamassassin/spamassassin.c
17509         * src/plugins/spamassassin/spamassassin_gtk.c
17510         * src/plugins/trayicon/trayicon.c
17511                 sync with main (revision 104)
17512
17513 2005-02-10 [colin]      1.0.1cvs3.1
17514
17515         * src/mainwindow.c
17516                 Sync with HEAD (fix occasional crasher)
17517
17518 2005-02-10 [colin]      1.0.1cvs2.1
17519
17520         * src/messageview.c
17521                 Synw with HEAD (don't automatically display html)
17522
17523 2005-02-09 [colin]      1.0.1cvs1.3
17524
17525         * src/textview.c
17526         * src/textview.h
17527                 Add contextual menu on emails
17528
17529 2005-02-09 [colin]      1.0.1cvs1.2
17530
17531         * src/codeconv.c
17532                 Fix converting from broken headers and 
17533                 put back the _ in missing places
17534                 (feature broke with cvs24.2 sync, main 
17535                  possibly affected?)
17536
17537 2005-02-09 [colin]      1.0.1cvs1.1
17538
17539         * src/messageview.c
17540         * src/mimeview.c
17541         * src/mimeview.h
17542                 Sync with HEAD (display non text/plain mails with plugin)
17543
17544 2005-02-08 [colin]      1.0.1.1
17545
17546         * ChangeLog.claws
17547         * po/pt_BR.po
17548                 Sync with HEAD
17549         * configure.ac
17550                 Make default configuration directory 
17551                 be .sylpheed-gtk2
17552
17553 2005-02-08 [colin]      1.0.0cvs29.1
17554
17555         * po/de.po
17556         * po/es.po
17557         * po/fr.po
17558         * po/it.po
17559         * po/sk.po
17560         * po/sr.po
17561                 Sync translations with HEAD
17562
17563 2005-02-06 [colin]      1.0.0cvs28.3
17564
17565         * src/compose.c
17566                 Make compose a bit faster - patch by Alfons.
17567
17568 2005-02-06 [colin]      1.0.0cvs28.2
17569
17570         * src/compose.c
17571                 Make pasting via middle-click more reliable
17572
17573 2005-02-05 [paul]       1.0.0cvs28.1
17574
17575         * ChangeLog
17576         * ChangeLog.claws
17577         * ChangeLog.jp
17578         * configure.ac
17579         * src/compose.c
17580                 sync with HEAD
17581                 (fix bug 682 'redirect is broken'
17582
17583 2005-02-05 [torte]      1.0.0cvs27.1
17584
17585         * ChangeLog.claws
17586         * configure.ac
17587         * src/partial_download.c
17588                 Sync with HEAD (fix buf overflow)
17589
17590 2005-02-03 [colin]      1.0.0cvs26.1
17591
17592         * src/common/plugin.c
17593                 Sync with HEAD (avoid plugin mismatches)
17594
17595 2005-02-03 [paul]       1.0.0cvs25.3
17596
17597         * src/folderview.c
17598         * src/headerview.c
17599         * src/summaryview.c
17600         * src/textview.c
17601         * src/gtk/colorlabel.c
17602                 third and final part of initial sync with main-gtk2
17603
17604 2005-02-03 [paul]       1.0.0cvs25.2
17605
17606         * src/jpilot.c
17607                 fix building with jpilot support
17608
17609 2005-02-02 [colin]      1.0.0cvs25.1
17610
17611         * src/messageview.c
17612                 Sync with HEAD (fix dangerous typo)
17613
17614 2005-02-01 [colin]      1.0.0cvs24.3
17615
17616         * src/common/xml.c
17617                 Write file as advertised (UTF-8)
17618
17619 2005-02-01 [paul]       1.0.0cvs24.2
17620
17621         * src/addrbook.c
17622         * src/addrindex.c
17623         * src/alertpanel.h
17624         * src/codeconv.c
17625         * src/codeconv.h
17626         * src/compose.c
17627         * src/export.c
17628         * src/folder_item_prefs.c
17629         * src/html.c
17630         * src/imap.c
17631         * src/import.c
17632         * src/jpilot.c
17633         * src/mainwindow.c
17634         * src/matcher_parser_lex.l
17635         * src/messageview.c
17636         * src/mh.c
17637         * src/prefs_account.c
17638         * src/prefs_actions.c
17639         * src/prefs_common.c
17640         * src/prefs_gtk.c
17641         * src/prefs_gtk.h
17642         * src/prefs_themes.c
17643         * src/procheader.c
17644         * src/procmime.c
17645         * src/sourcewindow.c
17646         * src/statusbar.c
17647         * src/summaryview.c
17648         * src/textview.c
17649         * src/toolbar.c
17650         * src/unmime.c
17651         * src/common/template.c
17652         * src/common/utils.c
17653         * src/common/xml.c
17654         * src/common/xml.h
17655         * src/gtk/gtkaspell.c
17656         * src/plugins/clamav/clamav_plugin.c
17657         * src/plugins/dillo_viewer/dillo_prefs.c
17658         * src/plugins/image_viewer/viewerprefs.c
17659         * src/plugins/pgpmime/passphrase.c
17660         * src/plugins/pgpmime/prefs_gpg.c
17661         * src/plugins/pgpmime/select-keys.c
17662         * src/plugins/spamassassin/spamassassin.c
17663                 second part of initial sync with main-gtk2
17664                 (more to follow)
17665
17666 2005-01-31 [colin]      1.0.0cvs24.1
17667
17668         * src/compose.c
17669                 Sync with HEAD
17670
17671 2005-01-29 [paul]       1.0.0cvs23.2
17672
17673         * src/account.c
17674         * src/action.c
17675         * src/addressadd.c
17676         * src/addressbook.c
17677         * src/alertpanel.c
17678         * src/compose.c
17679         * src/editaddress.c
17680         * src/editbook.c
17681         * src/editgroup.c
17682         * src/editjpilot.c
17683         * src/editldap.c
17684         * src/editldap_basedn.c
17685         * src/editvcard.c
17686         * src/export.c
17687         * src/foldersel.c
17688         * src/grouplistdialog.c
17689         * src/import.c
17690         * src/importldif.c
17691         * src/inc.c
17692         * src/main.c
17693         * src/mainwindow.c
17694         * src/message_search.c
17695         * src/messageview.c
17696         * src/mimeview.c
17697         * src/prefs_actions.c
17698         * src/prefs_common.c
17699         * src/prefs_common.h
17700         * src/prefs_customheader.c
17701         * src/prefs_display_header.c
17702         * src/prefs_filtering.c
17703         * src/prefs_filtering_action.c
17704         * src/prefs_gtk.c
17705         * src/prefs_matcher.c
17706         * src/prefs_summary_column.c
17707         * src/prefs_template.c
17708         * src/sourcewindow.c
17709         * src/summary_search.c
17710         * src/summaryview.c
17711         * src/textview.c
17712         * src/gtk/about.c
17713         * src/gtk/description_window.c
17714         * src/gtk/gtkshruler.c
17715         * src/gtk/gtkutils.c
17716         * src/gtk/gtkutils.h
17717         * src/gtk/inputdialog.c
17718         * src/gtk/logwindow.c
17719         * src/gtk/prefswindow.c
17720         * src/gtk/progressdialog.c
17721         * src/gtk/progressdialog.h
17722                 first part of initial sync with main-gtk2
17723                 (more to follow)
17724
17725 2005-01-28 [colin]      1.0.0cvs23.1
17726
17727         * src/folderview.c
17728                 Sync with HEAD
17729
17730 2005-01-27 [colin]      1.0.0cvs21.1
17731
17732         * src/folder.c
17733         * src/folderview.c
17734                 Sync with HEAD
17735
17736 2005-01-27 [colin]      1.0.0cvs19.1
17737
17738         * src/procmime.c
17739                 Sync with HEAD
17740
17741 2005-01-27 [colin]      1.0.0cvs18.1
17742
17743         * src/messageview.c
17744         * src/summaryview.c
17745         * src/mainwindow.c
17746         * src/compose.c
17747         * src/compose.h
17748         * src/procmsg.c
17749         * src/procmsg.h
17750         * src/toolbar.c
17751                 Sync with HEAD
17752
17753 2005-01-26 [paul]       1.0.0cvs15.2
17754
17755         * src/compose.c
17756                 compose_entries_set(): convert subject and body to
17757                 utf8 if necessary. patch by Felix Eckhofer
17758
17759 2005-01-26 [paul]       1.0.0cvs15.1
17760
17761         * configure.ac
17762         * src/common/template.c
17763                 sync with HEAD (fix memory leak)
17764
17765 2005-01-25 [paul]       1.0.0cvs14.1
17766
17767         * configure.ac
17768         * src/compose.c
17769                 sync with HEAD
17770
17771 2005-01-24 [colin]      1.0.0cvs13.1
17772
17773         * src/summaryview.c
17774                 Sync with HEAD
17775
17776 2005-01-24 [paul]       1.0.0cvs12.1
17777
17778         * configure.ac
17779         * src/messageview.c
17780         * src/mh.c
17781         * src/common/utils.c
17782                 sync with HEAD
17783
17784 2005-01-24 [colin]      1.0.0cvs11.1
17785
17786         * src/procheader.c
17787                 Sync with HEAD
17788
17789 2005-01-24 [colin]      1.0.0cvs10.1
17790
17791         * src/folderview.c
17792                 Sync with HEAD
17793
17794 2005-01-23 [colin]      1.0.0cvs9.1
17795
17796         * src/crash.c
17797                 Sync with HEAD
17798
17799 2005-01-22 [colin]      1.0.0cvs8.1
17800
17801         * src/summaryview.c
17802         * src/gtk/quicksearch.c
17803                 Sync with HEAD
17804
17805 2005-01-21 [colin]      1.0.0cvs7.1
17806
17807         * src/summaryview.c
17808                 Sync with HEAD
17809
17810 2005-01-21 [colin]      1.0.0cvs6.1
17811
17812         * src/summaryview.c
17813                 Sync with HEAD
17814
17815 2005-01-21 [colin]      1.0.0cvs5.1
17816
17817         * src/gtk/quicksearch.c
17818         * src/prefs_common.c
17819         * src/prefs_common.h
17820                 Sync with HEAD (recurse option)
17821
17822 2005-01-21 [colin]      1.0.0cvs4.1
17823
17824         * src/folder.h
17825         * src/folderview.c
17826         * src/folderview.h
17827         * src/summaryview.c
17828         * src/gtk/quicksearch.c
17829         * src/gtk/quicksearch.h
17830                 Sync with HEAD (recursive quicksearch)
17831
17832 2005-01-20 [colin]      1.0.0cvs3.4
17833
17834         * src/ssl_manager.c
17835                 Remove useless code
17836
17837 2005-01-20 [colin]      1.0.0cvs3.3
17838
17839         * src/ssl_manager.c
17840                 Fix leak, thanks to Alfons.
17841
17842 2005-01-20 [colin]      1.0.0cvs3.2
17843
17844         * src/ssl_manager.c
17845                 Port SSL certificate window to GTK2.
17846
17847 2005-01-20 [paul]       1.0.0cvs3.1
17848
17849         * ChangeLog.claws
17850         * configure.ac
17851         * src/addrindex.c
17852         * src/addrindex.h
17853                 sync with HEAD
17854
17855 2005-01-19 [colin]      1.0.0cvs2.2
17856
17857         * src/plugins/trayicon/trayicon.c
17858                 Fix freeze with gtk-2.6, the easy way
17859                 (signal blocking helpless there...)
17860                 Closes bug #668.
17861
17862 2005-01-19 [colin]      1.0.0cvs2.1
17863
17864         * src/mbox.c
17865         * src/mbox.h
17866         * src/mainwindow.c
17867         * src/summaryview.c
17868         * src/summaryview.h
17869                 Sync with HEAD
17870
17871 2005-01-19 [paul]       1.0.0cvs1.1
17872
17873         * configure.ac
17874         * po/de.po
17875         * po/es.po
17876         * po/fr.po
17877         * po/hr.po
17878         * po/it.po
17879         * po/ja.po
17880         * po/ko.po
17881         * po/pt_BR.po
17882         * po/ru.po
17883         * po/sk.po
17884         * po/sr.po
17885                 sync with HEAD (update translations)
17886
17887 2005-01-18 [colin]      1.0.0cvs0.1
17888
17889         * src/foldersel.c
17890                 Specify search column - patch by Alfons
17891
17892 2005-01-18 [colin]      0.9.13cvs36.3
17893
17894         * src/prefs_toolbar.c
17895                 Change Delete to Remove
17896         * src/prefs_fonts.c
17897                 GTK2 version and leak fixes
17898         * src/prefs_actions.c
17899                 Add stock buttons.
17900                 All patches by Alfons
17901
17902 2005-01-17 [colin]      0.9.13cvs36.2
17903
17904         * src/compose.c
17905                 Fix DnD inserting twice. While at it,
17906                 add DnD support for text/plain in the
17907                 body, and add support in the headers.
17908
17909 2005-01-16 [colin]      0.9.13cvs36.1
17910
17911         * ChangeLog
17912         * ChangeLog.jp
17913         * ChangeLog.claws
17914                 Sync with HEAD (nothing applicable)
17915
17916 2005-01-16 [colin]      0.9.13cvs33.2
17917
17918         * src/prefs_toolbar.c
17919                 GTK2ize prefs_toolbar, by Alfons.
17920
17921 2005-01-14 [colin]      0.9.13cvs33.1
17922
17923         * src/html.c
17924         * src/msgcache.c
17925                 Sync with HEAD
17926
17927 2005-01-14 [colin]      0.9.13cvs32.1
17928
17929         * src/html.c
17930         * src/html.h
17931         * src/msgcache.c
17932         * AUTHORS
17933         * tools/calypso_convert.pl
17934                 Sync with HEAD
17935
17936 2005-01-08 [colin]      0.9.13cvs29.2
17937
17938         * src/prefs_filtering_action.c
17939         * src/prefs_filtering.c
17940                 2 more gtk2 patches by Alfons
17941
17942 2005-01-07 [paul]       0.9.13cvs29.1
17943
17944         * ChangeLog
17945         * ChangeLog.claws
17946         * ChangeLog.jp
17947         * configure.ac
17948         * src/pop.c
17949         * src/pop.h
17950                 sync with HEAD
17951
17952 2005-01-07 [colin]      0.9.13cvs28.3
17953
17954         * src/gtk/progressdialog.c
17955         * src/gtk/progressdialog.h
17956         * src/inc.c
17957         * src/send_message.c
17958                 GTK2 for the incorporation dialog. The CList isn't dead
17959                 yet, for a more smooth migration. Patch by Alfons.
17960
17961 2005-01-06 [colin]      0.9.13cvs28.2
17962
17963         * src/prefs_display_header.c
17964                 GTK2 conversion by Alfons
17965         * src/prefs_actions.c
17966         * src/prefs_matcher.c
17967                 Fix 2 leaks - patch by Alfons
17968
17969 2005-01-06 [colin]      0.9.13cvs28.1
17970
17971         * src/prefs_matcher.c
17972                 Sync with HEAD
17973
17974 2005-01-06 [colin]      0.9.13cvs27.4
17975
17976         * src/prefs_matcher.c
17977                 Fix double-free. Patch by Alfons
17978
17979 2005-01-06 [colin]      0.9.13cvs27.3
17980
17981         * src/prefs_matcher.c
17982                 GTK2 widgets + memleak
17983                 Patch by Alfons
17984
17985 2005-01-05 [colin]      0.9.13cvs27.2
17986
17987         * src/account.c
17988         * src/addr_compl.c
17989         * src/foldersel.c
17990         * src/stock_pixmap.c
17991         * src/stock_pixmap.h
17992                 3 more GTK2 patches by Alfons.
17993
17994 2005-01-04 [colin]      0.9.13cvs27.1
17995
17996         * src/folderview.c
17997         * src/imap_gtk.c
17998         * src/news_gtk.c
17999                 Sync with HEAD
18000
18001 2005-01-04 [colin]      0.9.13cvs25.9
18002
18003         * src/compose.c
18004                 Fix Show Ruler menuitem
18005         * src/prefs_template.c
18006                 Convert to GTK2
18007         * src/common/utils.c
18008                 Make auto pointer stuff handles NULLs
18009                 Patches by Alfons.
18010
18011 2005-01-04 [colin]      0.9.13cvs25.8
18012
18013         * src/compose.c
18014                 Move the attachment list to gtk2
18015                 Patch by Alfons.
18016
18017 2005-01-04 [colin]      0.9.13cvs25.7
18018
18019         * src/textview.c
18020                 Make some keys work again
18021                 Patch by SungHyun Nam <namsh@kldp.org>
18022
18023 2005-01-04 [colin]      0.9.13cvs25.6
18024
18025         * src/gtk/gtkshruler.c
18026                 Move the ruler to GTK2
18027                 Patch by Alfons
18028
18029 2005-01-03 [colin]      0.9.13cvs25.5
18030
18031         * src/compose.c
18032                 Fix my broken patch apply 
18033
18034 2005-01-03 [colin]      0.9.13cvs25.4
18035
18036         * src/common/utils.c
18037         * src/common/utils.h
18038         * src/gtk/prefswindow.c
18039                 Move auto pointer stuff to utils.c
18040                 Patch by Alfons again :)
18041
18042 2005-01-03 [colin]      0.9.13cvs25.3
18043
18044         * src/compose.c
18045         * src/prefs_gtk.c
18046         * src/prefs_template.c
18047         * src/textview.c
18048                 Empty text widgets with empty strings, not NULL char
18049                 Patch by SungHyun Nam <namsh@kldp_org>
18050
18051 2005-01-03 [colin]      0.9.13cvs25.2
18052
18053         * src/main.c
18054         * AUTHORS
18055                 Sync with HEAD
18056
18057 2005-01-03 [colin]      0.9.13cvs25.1
18058
18059         * src/pop.c
18060         * src/pop.h
18061                 Sync with HEAD
18062
18063 2005-01-03 [colin]      0.9.13cvs24.3
18064
18065         * src/account.c
18066                 Two patches from Alfons and Alex S Moore:
18067                 fix images, fix return value.
18068
18069 2005-01-01 [colin]      0.9.13cvs24.2
18070
18071         * src/prefs_actions.c
18072                 Fix over-zealous assertion. Patch by Alfons
18073
18074 2005-01-01 [colin]      0.9.13cvs24.1
18075
18076         * src/procmime.c
18077                 Sync with HEAD (leak fix)
18078
18079 2004-12-31 [colin]      0.9.13cvs23.2
18080
18081         * src/prefs_common.c
18082                 GTK2 widgets + stock buttons - patch by Alfons
18083
18084 2004-12-31 [paul]       0.9.13cvs23.1
18085
18086         * configure.ac
18087                 bump up EXTRA_VERSION to match (sync'ed) HEAD
18088         * src/gtk/pluginwindow.c
18089                 use GTK2 widgets and plug memory leaks,
18090                 patches by Alfons
18091
18092 2004-12-30 [colin]      0.9.13cvs22.4
18093
18094         * src/account.c
18095         * src/action.c
18096         * src/export.c
18097         * src/foldersel.c
18098         * src/import.c
18099         * src/message_search.c
18100         * src/prefs_actions.c
18101         * src/prefs_common.c
18102         * src/prefs_customheader.c
18103         * src/prefs_filtering.c
18104         * src/prefs_summary_column.c
18105         * src/summary_search.c
18106         * src/gtk/about.c
18107         * src/gtk/description_window.c
18108         * src/gtk/gtkutils.c
18109         * src/gtk/gtkutils.h
18110         * src/gtk/inputdialog.c
18111         * src/gtk/prefswindow.c
18112                 Use GTK2 stock buttons. Patches by Alfons.
18113
18114 2004-12-30 [colin]      0.9.13cvs22.3
18115
18116         * src/account.c
18117                 Sync with HEAD
18118         * src/prefs_actions.c
18119         * src/prefs_customheader.c
18120         * src/prefs_filtering.c
18121         * src/prefs_msg_colors.c
18122         * src/prefs_summary_column.c
18123         * src/gtk/prefswindow.c
18124                 Use GtkTreeView instead of deprecated 
18125                 widgets. Patches by Alfons.
18126
18127 2004-12-30 [paul]       0.9.13cvs22.2
18128
18129         * src/foldersel.c
18130                 use GTK 2 Tree View
18131                 patch by Alfons, with root folder sorting fix
18132                 by Stephan Sachse
18133
18134 2004-12-30 [paul]       0.9.13cvs22.1
18135
18136         * ChangeLog
18137         * ChangeLog.claws
18138         * ChangeLog.jp
18139         * NEWS
18140         * configure.ac
18141         * src/account.c
18142                 sync with HEAD
18143
18144 2004-12-22 [martin]     0.9.13cvs21.2
18145
18146         * src/action.c
18147                 free the command line after its use
18148
18149 2004-12-18 [paul]       0.9.13cvs21.1
18150
18151         * AUTHORS
18152         * ChangeLog
18153         * ChangeLog.claws
18154         * ChangeLog.jp
18155         * NEWS
18156         * configure.ac
18157         * src/action.c
18158         * src/compose.c
18159         * src/syldap.c
18160                 sync with HEAD
18161
18162 2004-12-17 [martin]     0.9.13cvs17.2
18163
18164         * src/action.c
18165                 convert actions input to locale
18166         * src/inc.c
18167                 convert notification command to locale
18168         * src/plugins/pgpmime/select-keys.c
18169                 convert attributes to utf8
18170
18171 2004-12-14 [colin]      0.9.13cvs17.1
18172
18173         * ChangeLog
18174         * ChangeLog.jp
18175         * ChangeLog.claws
18176         * src/action.c
18177         * src/common/utils.c
18178         * src/gtk/prefswindow.c
18179         * src/gtk/gtkutils.c
18180         * src/gtk/gtkutils.h
18181         * src/plugins/spamassassin/libspamc.c
18182                 Sync with HEAD
18183
18184 2004-12-13 [colin]      0.9.13cvs14.1
18185
18186         * src/quote_fmt_parse.y
18187                 Sync with HEAD
18188
18189 2004-12-10 [colin]      0.9.13cvs12.1
18190
18191         * src/prefs_themes.c
18192         * src/mainwindow.c
18193         * src/messageview.c
18194                 Sync with HEAD
18195
18196 2004-12-09 [colin]      0.9.13cvs10.1
18197
18198         * src/procmime.c
18199                 Sync with HEAD (fix B64 encoding from memory)
18200
18201 2004-12-08 [colin]      0.9.13cvs9.1
18202
18203         * src/gtk/colorlabel.c
18204                 Sync with HEAD
18205
18206 2004-12-08 [paul]       0.9.13cvs8.2
18207
18208         * src/gtk/pluginwindow.c
18209                 fix window resizing oddities
18210
18211 2004-12-08 [colin]      0.9.13cvs8.1
18212
18213         * src/quote_fmt_parse.y
18214                 Sync with HEAD
18215
18216 2004-12-08 [colin]      0.9.13cvs7.1
18217
18218         * src/matcher_parser_parse.y
18219         * src/msgcache.c
18220         * src/prefs_matcher.c
18221         * src/procheader.c
18222         * src/matcher.c
18223         * src/common/defs.h
18224         * po/sr.po
18225                 Sync with HEAD
18226
18227 2004-12-08 [colin]      0.9.13cvs6.1
18228
18229         * src/quote_fmt_parse.y
18230         * src/textview.c
18231                 Sync with HEAD
18232         * src/gtk/prefswindow.c
18233         * src/gtk/pluginwindow.c
18234                 Fix G_CALLBACKS protos (thanks to Alfons)
18235
18236 2004-12-07 [torte]      0.9.13cvs2.2
18237
18238         * src/procmime.c
18239                 [Bug 650] reply button causes crash
18240                 Thanks to David Relson and Christoph
18241
18242 2004-12-07 [colin]      0.9.13cvs2.1
18243
18244         * ChangeLog.claws
18245         * AUTHORS
18246         * po/sk.po
18247         * src/procmime.c
18248         * src/prefs_account.c
18249         * src/common/smtp.c
18250         * src/common/smtp.h
18251                 Sync with HEAD
18252
18253 2004-12-06 [colin]      0.9.12cvs187.1
18254
18255         * ChangeLog.claws
18256         * INSTALL
18257         * Makefile.am
18258         * README.claws
18259         * TODO.claws
18260         * configure.ac
18261         * po/bg.po
18262         * po/cs.po
18263         * po/el.po
18264         * po/en_GB.po
18265         * po/es.po
18266         * po/fr.po
18267         * po/hr.po
18268         * po/hu.po
18269         * po/it.po
18270         * po/ja.po
18271         * po/ko.po
18272         * po/nl.po
18273         * po/pl.po
18274         * po/pt_BR.po
18275         * po/ru.po
18276         * po/sk.po
18277         * po/sr.po
18278         * po/sv.po
18279         * po/zh_CN.po
18280         * po/zh_TW.Big5.po
18281         * src/compose.c
18282         * tools/Makefile.am
18283         * tools/README
18284         * tools/filter_conv.pl
18285         * tools/kdeservicemenu/README
18286         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18287         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18288                 Sync with HEAD
18289
18290 2004-12-04 [colin]      0.9.12cvs183.1
18291
18292         * src/compose.c
18293                 Sync with HEAD (compose window position saving)
18294
18295 2004-12-04 [paul]       0.9.12cvs182.3
18296
18297         * src/messageview.c
18298         * src/mimeview.c
18299         * src/prefs_customheader.c
18300         * src/gtk/quicksearch.c
18301                 replace some forgotten GTK_SIGNAL_FUNCs
18302
18303 2004-12-04 [paul]       0.9.12cvs182.2
18304
18305         * src/Makefile.am
18306                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18307                 committed in error      
18308
18309 2004-12-04 [paul]       0.9.12cvs182.1
18310
18311         * ChangeLog
18312         * ChangeLog.claws
18313         * ChangeLog.jp
18314         * INSTALL
18315         * NEWS
18316         * README
18317         * README.jp
18318         * configure.ac
18319         * doc/manual/ja/Makefile.am
18320         * doc/manual/ja/sylpheed-1.html
18321         * doc/manual/ja/sylpheed-10.html
18322         * doc/manual/ja/sylpheed-11.html
18323         * doc/manual/ja/sylpheed-12.html
18324         * doc/manual/ja/sylpheed-13.html
18325         * doc/manual/ja/sylpheed-14.html
18326         * doc/manual/ja/sylpheed-15.html
18327         * doc/manual/ja/sylpheed-16.html
18328         * doc/manual/ja/sylpheed-17.html
18329         * doc/manual/ja/sylpheed-18.html
18330         * doc/manual/ja/sylpheed-19.html
18331         * doc/manual/ja/sylpheed-2.html
18332         * doc/manual/ja/sylpheed-20.html
18333         * doc/manual/ja/sylpheed-3.html
18334         * doc/manual/ja/sylpheed-4.html
18335         * doc/manual/ja/sylpheed-5.html
18336         * doc/manual/ja/sylpheed-6.html
18337         * doc/manual/ja/sylpheed-7.html
18338         * doc/manual/ja/sylpheed-8.html
18339         * doc/manual/ja/sylpheed-9.html
18340         * doc/manual/ja/sylpheed.html
18341         * doc/manual/ja/sylpheed.sgml
18342         * po/de.po
18343         * src/Makefile.am
18344         * src/compose.c
18345         * src/procmime.c
18346         * src/pixmaps/regular.xpm **REMOVED**
18347         * src/plugins/pgpmime/pgpmime.c
18348         * src/plugins/pgpmime/plugin.c
18349         * src/plugins/pgpmime/prefs_gpg.c
18350                 sync with HEAD
18351
18352 2004-12-03 [paul]       0.9.12cvs180.1
18353
18354         * ChangeLog
18355         * ChangeLog.claws
18356         * ChangeLog.jp
18357         * configure.ac
18358         * src/Makefile.am
18359         * src/pop.c
18360         * src/common/utils.c
18361         * src/common/utils.h
18362         * src/pixmaps/continue.xpm
18363         * src/pixmaps/dir_close.xpm
18364         * src/pixmaps/dir_open.xpm
18365         * src/pixmaps/drafts_close.xpm
18366         * src/pixmaps/drafts_open.xpm
18367         * src/pixmaps/folder.xpm **REMOVED**
18368         * src/pixmaps/group.xpm
18369         * src/pixmaps/unread.xpm
18370                 sync with HEAD
18371
18372 2004-12-02 [colin]      0.9.12cvs179.1
18373
18374         * src/compose.c
18375                 Sync with HEAD (non-duplicated reedition)
18376
18377 2004-12-02 [colin]      0.9.12cvs178.1
18378
18379         * src/compose.c
18380                 Sync with HEAD (linewrap_quote fix)
18381
18382 2004-12-01 [colin]      0.9.12cvs177.3
18383
18384         * src/addrharvest.c
18385                 Replace sizeof with strlen
18386
18387 2004-12-01 [paul]       0.9.12cvs177.2
18388
18389         * src/addrharvest.c
18390                 fix 'harvest addresses'
18391
18392 2004-11-30 [colin]      0.9.12cvs177.1
18393
18394         * src/gtk/prefswindow.c
18395         * src/gtk/pluginwindow.c
18396                 Sync with HEAD
18397
18398 2004-11-29 [colin]      0.9.12cvs176.1
18399
18400         * src/folderview.c
18401                 sync with HEAD (Fix disappearing separators in folderview's popup)
18402
18403 2004-11-29 [colin]      0.9.12cvs175.1
18404
18405         * src/procmime.c
18406                 Sync with head (another format fix)
18407
18408 2004-11-29 [colin]      0.9.12cvs174.1
18409
18410         * src/pop.c
18411                 Sync with HEAD (format string fix)
18412
18413 2004-11-26 [colin]      0.9.12cvs173.1
18414
18415         * src/common/smtp.c
18416         * src/common/smtp.h
18417                 Sync with HEAD
18418
18419 2004-11-24 [colin]      0.9.12cvs172.1
18420
18421         * src/plugins/pgpmime/pgpmime.c
18422                 Sync with HEAD
18423
18424 2004-11-24 [colin]      0.9.12cvs171.1
18425
18426         * src/plugins/pgpmime/pgpmime.c
18427                 Sync with head (gpgmectx leaks)
18428
18429 2004-11-24 [colin]      0.9.12cvs169.1
18430
18431         * src/plugins/pgpmime/plugin.c
18432         * src/plugins/trayicon/Makefile.am
18433         * src/plugins/trayicon/newmarkedmail.xpm
18434         * src/plugins/trayicon/trayicon.c
18435         * src/plugins/trayicon/unreadmarkedmail.xpm
18436                 Sync with HEAD
18437
18438 2004-11-23 [colin]      0.9.12cvs168.1
18439
18440         * src/partial_download.c
18441         * src/partial_download.h
18442         * src/plugins/pgpmime/plugin.c
18443                 Sync with HEAD
18444
18445 2004-11-23 [colin]      0.9.12cvs166.1
18446
18447         * src/Makefile.am
18448         * src/codeconv.c
18449         * src/compose.c
18450         * src/folderview.c
18451         * src/main.c
18452         * src/partial_download.c
18453         * src/partial_download.h
18454         * src/prefs_account.c
18455         * src/prefs_account.h
18456         * src/privacy.c
18457         * src/privacy.h
18458         * src/procmime.c
18459         * src/common/Makefile.am
18460         * src/common/base64.h
18461         * src/common/partial_download.c
18462         * src/common/partial_download.h
18463         * src/gtk/prefswindow.c
18464         * src/gtk/prefswindow.h
18465         * src/plugins/pgpmime/pgpmime.c
18466         * src/plugins/pgpmime/prefs_gpg.c
18467         * src/plugins/pgpmime/prefs_gpg.h
18468         * src/plugins/pgpmime/sgpgme.c
18469         * src/plugins/pgpmime/sgpgme.h
18470                 Sync with HEAD
18471
18472 2004-11-23 [colin]      0.9.12cvs163.1
18473
18474         * src/main.c
18475                 Sync with HEAD (cursor optimization)
18476
18477 2004-11-23 [colin]      0.9.12cvs162.1
18478
18479         * src/prefs_common.c
18480         * src/prefs_themes.c
18481         * src/procmsg.c
18482                 Sync with HEAD
18483
18484 2004-11-23 [colin]      0.9.12cvs158.9
18485
18486         * src/compose.c
18487                 Fix double-free when forwarding
18488         * src/msgcache.c
18489                 Fix leak on error path
18490                 
18491
18492 2004-11-23 [colin]      0.9.12cvs158.8
18493
18494         * src/compose.c
18495                 Fix possible double-free
18496                 Spotted by Alfons
18497
18498 2004-11-23 [colin]      0.9.12cvs158.7
18499
18500         * src/compose.c
18501                 Fix some signal handlers' prototypes
18502                 Spotted by Alfons
18503
18504 2004-11-22 [colin]      0.9.12cvs158.6
18505
18506         * src/compose.c
18507                 Remove unneeded code and duplicated
18508                 wrapping - patch by Alfons
18509
18510 2004-11-22 [colin]      0.9.12cvs158.5
18511
18512         * src/prefs_themes.c
18513                 Fix oversized selector
18514
18515 2004-11-22 [colin]      0.9.12cvs158.4
18516
18517         * src/compose.c
18518                 fix dump_text()
18519                 patch by Alfons
18520
18521 2004-11-19 [colin]      0.9.12cvs158.3
18522
18523         * src/textview.c
18524                 Add a context menu on links (open, copy)
18525
18526 2004-11-18 [paul]       0.9.12cvs158.2
18527
18528         * src/addrgather.c
18529         * src/exphtmldlg.c
18530         * src/expldifdlg.c
18531         * src/mimeview.c
18532         * src/prefs_common.c
18533         * src/plugins/image_viewer/viewer.c
18534         * src/plugins/spamassassin/spamassassin_gtk.c
18535                 replace deprecated gtk_notebook_set_page
18536                 and gtk_notebook_current_page
18537
18538 2004-11-18 [paul]       0.9.12cvs158.1
18539
18540         * configure.ac
18541         * src/compose.c
18542         * src/mainwindow.c
18543         * src/messageview.c
18544         * src/prefs_common.c
18545         * src/common/utils.c
18546         * src/common/utils.h
18547                 sync with HEAD
18548
18549 2004-11-17 [colin]      0.9.12cvs156.1
18550
18551         * src/prefs_account.c
18552         * src/prefs_account.h
18553         * src/procmsg.c
18554                 Sync with HEAD (add pref to store encrypted mails encrypted)
18555
18556 2004-11-17 [paul]       0.9.12cvs155.1
18557
18558         * ChangeLog
18559         * ChangeLog.claws
18560         * ChangeLog.jp
18561         * NEWS
18562         * configure.ac
18563         * src/compose.c
18564         * src/jpilot.c
18565         * src/privacy.c
18566         * src/procmime.c
18567         * src/procmime.h
18568         * src/procmsg.c
18569         * src/toolbar.c
18570         * src/pixmaps/error.xpm
18571                 sync with HEAD
18572
18573 2004-11-17 [colin]      0.9.12cvs151.1
18574
18575         * src/plugins/pgpmime/pgpmime.c
18576                 Sync with HEAD (remove debug printf)
18577
18578 2004-11-17 [colin]      0.9.12cvs150.1
18579
18580         * src/plugins/pgpmime/pgpmime.c
18581                 Sync with HEAD (off-by-one fix)
18582
18583 2004-11-17 [colin]      0.9.12cvs149.1
18584
18585         * src/procmsg.c
18586                 Sync with HEAD (coding style fixes)
18587
18588 2004-11-16 [colin]      0.9.12cvs148.1
18589
18590         * src/procmsg.c
18591                 Sync with head (Fix the fix)
18592
18593 2004-11-16 [colin]      0.9.12cvs147.1
18594
18595         * src/procmsg.c
18596                 Sync with Main (leak fix)
18597
18598 2004-11-16 [colin]      0.9.12cvs146.14
18599
18600         * src/compose.c
18601                 Remove useless chunk of code
18602                 Patch by Alfons
18603
18604 2004-11-15 [colin]      0.9.12cvs146.13
18605
18606         * src/compose.c
18607                 Fix drafting after insertion
18608                 Patch by Alfons
18609
18610 2004-11-15 [colin]      0.9.12cvs146.12
18611
18612         * src/compose.c
18613         * src/prefs_filtering.c
18614         * src/prefs_filtering_action.c
18615         * src/prefs_toolbar.c
18616                 Fix some const-correctness
18617
18618 2004-11-15 [colin]      0.9.12cvs146.11
18619
18620         * src/summaryview.c
18621         * src/prefs_themes.c
18622         * src/messageview.c
18623                 Fix some leaks
18624
18625 2004-11-15 [colin]      0.9.12cvs146.10
18626
18627         * src/codeconv.c
18628                 More unreadable locale fixes
18629
18630 2004-11-14 [colin]      0.9.12cvs146.9
18631
18632         * src/textview.c
18633                 Fix uri_security_check
18634                 Patch by Alfons
18635
18636 2004-11-13 [paul]       0.9.12cvs146.8
18637
18638         * src/folder.c
18639         * src/procmime.c
18640                 fix 2 bugs introduced in last commit
18641
18642 2004-11-13 [paul]       0.9.12cvs146.7
18643
18644         * src/compose.c
18645         * src/exporthtml.c
18646         * src/exportldif.c
18647         * src/folder.c
18648         * src/imap.c
18649         * src/imap_gtk.c
18650         * src/main.c
18651         * src/mainwindow.c
18652         * src/messageview.c
18653         * src/mh_gtk.c
18654         * src/prefs_themes.c
18655         * src/procmime.c
18656         * src/setup.c
18657         * src/summaryview.c
18658                 replace deprecated g_basename
18659
18660 2004-11-13 [paul]       0.9.12cvs146.6
18661
18662         * src/compose.c
18663         * src/imap.c
18664         * src/matcher_parser.h
18665         * src/matcher_parser_parse.y
18666         * src/prefs_filtering.c
18667         * src/prefs_filtering_action.c
18668         * src/prefs_themes.c
18669         * src/prefs_toolbar.c
18670         * src/common/utils.c
18671                 various small fixes/cleanups
18672
18673 2004-11-12 [colin]      0.9.12cvs146.5
18674
18675         * src/textview.c
18676                 Validate event's origin on visibility notify
18677                 Patch by Alfons.
18678
18679 2004-11-12 [paul]       0.9.12cvs146.4
18680
18681         * src/exporthtml.c
18682         * src/exportldif.c
18683         * src/imap.c
18684         * src/mh.c
18685         * src/mimeview.c
18686         * src/prefs_spelling.c
18687         * src/prefs_themes.c
18688                 replace deprecated g_dirname    
18689
18690 2004-11-12 [colin]      0.9.12cvs146.3
18691
18692         * src/textview.c
18693                 Some coding style fixes
18694
18695 2004-11-12 [colin]      0.9.12cvs146.2
18696
18697         * src/codeconv.c
18698                 We want to replace _all_ extended chars in
18699                 conv_unreadable_*, because any string containing
18700                 extended chars not parsing as UTF8 is 
18701                 undisplayed on gtk2.
18702
18703 2004-11-12 [paul]       0.9.12cvs146.1
18704
18705         * ChangeLog
18706         * ChangeLog.claws
18707         * ChangeLog.jp
18708         * NEWS
18709         * configure.ac
18710         * src/account.c
18711         * src/folderview.c
18712         * src/folderview.h
18713         * src/imap.c
18714         * src/imap_gtk.c
18715         * src/inc.c
18716         * src/mainwindow.c
18717         * src/mh_gtk.c
18718         * src/news_gtk.c
18719         * src/pop.c
18720         * src/prefs_account.c
18721         * src/prefs_account.h
18722         * src/prefs_ext_prog.c
18723         * src/procmime.c
18724         * src/procmime.h
18725         * src/procmsg.c
18726         * src/procmsg.h
18727         * src/summary_search.c
18728         * src/summaryview.c
18729         * src/textview.c
18730         * src/common/defs.h
18731         * src/common/utils.c
18732         * src/common/utils.h
18733         * src/gtk/menu.c
18734         * src/gtk/menu.h
18735                 sync with HEAD
18736
18737 2004-11-11 [colin]      0.9.12cvs144.2
18738
18739         * src/textview.c
18740                 Fix URI range selection (patch by Alfons)
18741
18742 2004-11-09 [colin]      0.9.12cvs144.1
18743
18744         * ChangeLog.claws
18745         * src/compose.c
18746         * src/folder.c
18747         * src/folder_item_prefs.c
18748         * src/prefs_account.c
18749         * src/prefs_account.h
18750         * src/plugins/pgpmime/pgpmime.c
18751                 Sync with HEAD
18752
18753 2004-11-08 [colin]      0.9.12cvs143.1
18754
18755         * src/summaryview.c
18756                 Sync with HEAD (optimize quicksearch)
18757
18758 2004-11-08 [colin]      0.9.12cvs142.2
18759
18760         * src/compose.c
18761                 Don't wrap when Edit/Auto wrapping is disabled
18762
18763 2004-11-08 [colin]      0.9.12cvs142.1
18764
18765         * src/textview.c
18766                 Sync with HEAD
18767
18768 2004-11-08 [colin]      0.9.12cvs141.1
18769
18770         * src/textview.c
18771                 Sync with HEAD (fix some mail URIs)
18772
18773 2004-11-08 [colin]      0.9.12cvs140.3
18774
18775         * src/textview.c
18776                 o Use text cursor instead of arrow when
18777                   not on a link
18778                 o Fix handling of contiguous links (as in
18779                   "colin@colino.net" <colin@colino.net>)
18780                   This one unveils a bug in get_email_part()
18781
18782 2004-11-07 [colin]      0.9.12cvs140.2
18783
18784         * src/textview.c
18785                 Fix memleak. Patch by Alfons.
18786
18787 2004-11-06 [colin]      0.9.12cvs140.1
18788
18789         * src/compose.c
18790                 Sync with HEAD (don't ask passphrase
18791                 when drafting)
18792
18793 2004-11-06 [paul]       0.9.12cvs139.2
18794
18795         * AUTHORS
18796         * src/textview.c
18797         * src/textview.h
18798                 textview URI handling. hovering over a 
18799                 link displays it in the status bar,
18800                 and changes the mouse pointer to a hand 
18801                 cursor. a link is activated with a single 
18802                 click. (Modified from the) patch by Jean-Yves 
18803                 Lefort <jylefort@users.sourceforge.net>
18804                 
18805
18806 2004-11-05 [colin]      0.9.12cvs139.1
18807
18808         * src/compose.c
18809         * src/procmime.c
18810                 Sync with HEAD again ^^
18811
18812 2004-11-05 [colin]      0.9.12cvs139.1
18813
18814         * src/compose.c
18815         * src/procmime.c
18816                 Sync with HEAD
18817
18818 2004-11-03 [paul]       0.9.12cvs138.1
18819
18820         * ChangeLog.claws
18821         * configure.ac
18822         * po/POTFILES.in
18823         * src/prefs_ext_prog.c
18824         * src/procmime.c
18825         * tools/kdeservicemenu/README
18826         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18827         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18828                 sync with HEAD
18829
18830 2004-11-01 [christoph]  0.9.12cvs136.2
18831
18832         * src/procmime.c
18833                 convert MIME parameters to UTF-8
18834
18835 2004-10-29 [colin]      0.9.12cvs136.1
18836
18837         * src/common/utils.c
18838                 Sync with HEAD (don't use '=' in mime boundary)
18839
18840 2004-10-29 [paul]       0.9.12cvs135.1
18841
18842         * configure.ac
18843         * doc/src/rfc2231.txt
18844         * src/procmime.c
18845         * src/common/quoted-printable.c
18846         * src/common/utils.c
18847         * src/common/utils.h
18848                 sync with HEAD
18849
18850 2004-10-27 [paul]       0.9.12cvs134.1
18851
18852         * configure.ac
18853         * src/main.c
18854         * src/procmime.c
18855         * src/plugins/pgpmime/pgpmime.c
18856                 sync with HEAD
18857
18858 2004-10-26 [paul]       0.9.12cvs132.3
18859
18860         * src/account.c
18861         * src/addressbook.c
18862         * src/addrgather.c
18863         * src/addrharvest.c
18864         * src/codeconv.c
18865         * src/compose.c
18866         * src/customheader.c
18867         * src/editaddress.c
18868         * src/editgroup.c
18869         * src/enriched.c
18870         * src/expldifdlg.c
18871         * src/exporthtml.c
18872         * src/exportldif.c
18873         * src/folder.c
18874         * src/foldersel.c
18875         * src/folderview.c
18876         * src/grouplistdialog.c
18877         * src/html.c
18878         * src/imap.c
18879         * src/jpilot.c
18880         * src/ldapserver.c
18881         * src/ldif.c
18882         * src/mimeview.c
18883         * src/news.c
18884         * src/news_gtk.c
18885         * src/pop.c
18886         * src/prefs_display_header.c
18887         * src/prefs_gtk.c
18888         * src/prefs_msg_colors.c
18889         * src/prefs_toolbar.c
18890         * src/procheader.c
18891         * src/procmime.c
18892         * src/summaryview.c
18893         * src/textview.c
18894         * src/toolbar.c
18895         * src/vcard.c
18896         * src/common/mgutils.c
18897         * src/common/nntp.c
18898         * src/common/smtp.c
18899         * src/common/template.c
18900         * src/common/utils.c
18901         * src/common/xmlprops.c
18902         * src/plugins/pgpmime/pgpmime.c
18903         * src/plugins/pgpmime/select-keys.c
18904         * src/plugins/pgpmime/sgpgme.c
18905                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18906                 g_string_sprintfa(), gtk_notebook_current_page()
18907
18908 2004-10-26 [colin]      0.9.12cvs132.2
18909
18910         * src/prefs_folder_item.c
18911                 Fix default-account selection
18912
18913 2004-10-21 [colin]      0.9.12cvs133
18914
18915         * src/compose.c
18916                 Sync with HEAD (Remove extra separator in compose's Options)
18917         * src/textview.c
18918                 Set wrapping to char
18919
18920 2004-10-21 [paul]       0.9.12cvs131.2
18921
18922         * src/compose.c
18923         * src/sourcewindow.c
18924                 fix wrapping
18925                 fix window shrinking 
18926
18927 2004-10-21 [colin]      0.9.12cvs131.1
18928
18929         * ChangeLog.claws
18930         * src/compose.c
18931                 Sync with HEAD
18932
18933 2004-10-21 [paul]       0.9.12cvs130.2
18934
18935         * src/prefs_folder_item.c
18936                 sync with HEAD (Apply to subfolders)
18937
18938 2004-10-19 [colin]      0.9.12cvs130.1
18939
18940         * ChangeLog.claws
18941         * src/compose.c
18942         * src/common/utils.c
18943         * src/gtk/menu.c
18944                 Sync with HEAD
18945
18946 2004-10-19 [colin]      0.9.12cvs128.1
18947
18948         * src/addrbook.c
18949         * src/addrcache.c
18950         * src/addressbook.c
18951         * src/codeconv.c
18952         * src/compose.c
18953         * src/customheader.c
18954         * src/editaddress.c
18955         * src/editgroup.c
18956         * src/exporthtml.c
18957         * src/folder.c
18958         * src/folderview.c
18959         * src/imap.c
18960         * src/jpilot.c
18961         * src/main.c
18962         * src/matcher_parser_parse.y
18963         * src/mbox.c
18964         * src/pop.c
18965         * src/prefs_account.c
18966         * src/prefs_gtk.c
18967         * src/prefs_msg_colors.c
18968         * src/procheader.c
18969         * src/procmime.c
18970         * src/procmime.h
18971         * src/procmsg.c
18972         * src/summaryview.c
18973         * src/textview.c
18974         * src/common/base64.c
18975         * src/common/partial_download.c
18976         * src/common/socket.c
18977         * src/common/sylpheed.c
18978         * src/common/utils.c
18979         * src/common/utils.h
18980         * src/gtk/pluginwindow.c
18981         * src/gtk/quicksearch.c
18982         * src/plugins/clamav/clamav_plugin.c
18983         * src/plugins/clamav/clamav_plugin.h
18984         * src/plugins/clamav/clamav_plugin_gtk.c
18985         * src/plugins/pgpmime/passphrase.c
18986         * src/plugins/pgpmime/pgpmime.c
18987         * src/plugins/pgpmime/plugin.c
18988         * src/plugins/pgpmime/prefs_gpg.c
18989         * src/plugins/pgpmime/prefs_gpg.h
18990         * src/plugins/pgpmime/select-keys.c
18991         * src/plugins/pgpmime/sgpgme.c
18992         * src/plugins/spamassassin/libspamc.c
18993         * src/plugins/spamassassin/spamassassin.c
18994         * src/plugins/spamassassin/spamassassin.h
18995         * src/plugins/spamassassin/spamassassin_gtk.c
18996         * src/plugins/trayicon/trayicon.c
18997         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18998                 Sync with HEAD
18999
19000 2004-10-14 [colin]      0.9.12cvs126.2
19001
19002         * src/codeconv.c
19003         * src/textview.c
19004                 Fix conv_unreadable_locale
19005
19006 2004-10-13 [colin]      0.9.12cvs126.1
19007
19008         * src/compose.c
19009                 Sync with HEAD (don't convert charset for 
19010                 drafted messages, minor cleanup)
19011
19012 2004-10-13 [colin]      0.9.12cvs125.1
19013
19014         * po/POTFILES.in
19015                 Sync with HEAD (POTFILES fix)
19016
19017 2004-10-12 [colin]      0.9.12cvs124.3
19018
19019         * src/compose.c
19020                 Fix encoding bug from latest sync
19021
19022 2004-10-12 [paul]       0.9.12cvs124.2
19023
19024         * src/plugins/pgpmime/prefs_gpg.c
19025         * src/plugins/pgpmime/prefs_gpg.h
19026                 forgotten in last commit        
19027
19028 2004-10-12 [paul]       0.9.12cvs124.1
19029
19030         * ChangeLog.claws
19031         * configure.ac
19032         * m4/spamassassin.m4
19033         * src/Makefile.am
19034         * src/account.c
19035         * src/compose.c
19036         * src/compose.h
19037         * src/crash.c
19038         * src/main.c
19039         * src/mimeview.c
19040         * src/passphrase.c
19041         * src/passphrase.h
19042         * src/prefs_account.c
19043         * src/prefs_account.h
19044         * src/prefs_common.c
19045         * src/privacy.c
19046         * src/privacy.h
19047         * src/procmime.c
19048         * src/procmime.h
19049         * src/procmsg.c
19050         * src/rfc2015.c
19051         * src/rfc2015.h
19052         * src/select-keys.c
19053         * src/select-keys.h
19054         * src/textview.c
19055         * src/common/utils.c
19056         * src/common/utils.h
19057         * src/gtk/about.c
19058         * src/plugins/pgpmime/Makefile.am
19059         * src/plugins/pgpmime/passphrase.c
19060         * src/plugins/pgpmime/passphrase.h
19061         * src/plugins/pgpmime/pgpmime.c
19062         * src/plugins/pgpmime/plugin.c
19063         * src/plugins/pgpmime/select-keys.c
19064         * src/plugins/pgpmime/select-keys.h
19065         * src/plugins/pgpmime/sgpgme.c
19066         * src/plugins/pgpmime/sgpgme.h
19067                 sync with HEAD
19068
19069 2004-10-04 [colin]      0.9.12cvs122.1
19070
19071         * src/mainwindow.c
19072         * src/messageview.c
19073         * src/messageview.h
19074         * src/textview.c
19075                 Sync with HEAD
19076
19077 2004-10-04 [colin]      0.9.12cvs121.1
19078
19079         * src/summaryview.c
19080                 Sync with HEAD
19081
19082 2004-10-04 [paul]       0.9.12cvs120.1
19083
19084         * configure.ac
19085                 sync with HEAD [don't try to build 
19086                 pgpmime plugin when gpgme is disabled]
19087
19088 2004-10-03 [colin]      0.9.12cvs119.3
19089
19090         * src/gtk/gtksctree.c
19091                 Lots of side effects. Put back as before 117.2.
19092         * src/summaryview.c
19093                 Fix bug #602
19094
19095 2004-10-03 [colin]      0.9.12cvs119.2
19096
19097         * src/gtk/gtksctree.c
19098                 Revert 608 fix that doesn't work that good
19099
19100 2004-10-02 [colin]      0.9.12cvs119.1
19101
19102         * src/mainwindow.c
19103         * src/messageview.c
19104         * src/prefs_common.h
19105         * src/procmime.c
19106         * src/procmime.h
19107         * src/textview.c
19108                 Sync with HEAD
19109         * src/gtk/gtksctree.c
19110                 Close bug #608
19111
19112 2004-10-01 [colin]      0.9.12cvs118.1
19113
19114         * src/mimeview.c
19115                 Sync with HEAD (better Save All fix)
19116
19117 2004-10-01 [colin]      0.9.12cvs117.2
19118
19119         * src/gtk/gtksctree.c
19120                 Faster on selection
19121
19122 2004-10-01 [colin]      0.9.12cvs117.1
19123
19124         * src/mimeview.c
19125                 Sync with HEAD (Save All: only attachments)
19126
19127 2004-10-01 [paul]       0.9.12cvs116.1
19128
19129         * ChangeLog.claws
19130         * configure.ac
19131         * src/account.c
19132         * src/prefs_common.c
19133         * src/gtk/colorlabel.c
19134                 sync with HEAD
19135
19136 2004-09-30 [colin]      0.9.12cvs115.1
19137
19138         * src/stock_pixmap.c
19139         * src/stock_pixmap.h
19140         * src/folderview.c
19141         * src/Makefile.am
19142         * src/pixmaps/read.xpm
19143                 Sync with HEAD (new pixmap)
19144
19145 2004-09-29 [colin]      0.9.12cvs114.1
19146
19147         * src/compose.c
19148                 Sync with HEAD
19149                 Fix focus handling in headers
19150
19151 2004-09-29 [paul]       0.9.12cvs113.1
19152
19153         * src/quote_fmt_parse.y
19154                 sync with HEAD
19155  
19156
19157 2004-09-28 [colin]      0.9.12cvs112.1
19158
19159         * src/folderview.c
19160         * src/mainwindow.c
19161                 Sync with HEAD
19162
19163 2004-09-28 [colin]      0.9.12cvs110.1
19164
19165         * src/folderview.c
19166                 Sync with HEAD (Contextual Empty trash menu)
19167
19168 2004-09-28 [colin]      0.9.12cvs108.1
19169
19170         * src/addressbook.c
19171                 Sync with HEAD (addressbook edit on double-click)
19172
19173 2004-09-28 [colin]      0.9.12cvs106.1
19174
19175         * src/inc.c
19176                 Sync with HEAD (folder_item freeze on inc)
19177
19178 2004-09-27 [colin]      0.9.12cvs105.1
19179
19180         * src/folderview.c
19181                 Sync with HEAD (right-align new and unread column)
19182
19183 2004-09-27 [colin]      0.9.12cvs104.1
19184
19185         * src/main.c
19186                 Sync with HEAD (revert 0.9.12cvs101)
19187
19188 2004-09-24 [colin]      0.9.12cvs103.2
19189
19190         * src/wizard.c
19191                 Fix gtk warnings and use domain part of the email address 
19192                 when domain detection fails (no dot in domain name)
19193
19194 2004-09-23 [colin]      0.9.12cvs103.1
19195
19196         * src/plugins/spamassassin/libspamc.c
19197         * src/plugins/spamassassin/libspamc.h
19198         * src/plugins/spamassassin/utils.c
19199         * src/plugins/spamassassin/utils.h
19200                 Sync with HEAD (Update spamassassin to 3.0)
19201
19202 2004-09-21 [colin]      0.9.12cvs102.3
19203
19204         * src/action.c
19205                 Add horizontal scrollbar in action io dialog as needed
19206                 Patch by Alfons.
19207
19208 2004-09-20 [colin]      0.9.12cvs102.2
19209
19210         * src/plugins/image_viewer/viewer.c
19211                 Remove imlib stuff
19212                 use gtk_pixmap_set when clearing
19213                 (would be better to use gtkImages, but causes size-allocate 
19214                 signals storm)
19215
19216 2004-09-17 [paul]       0.9.12cvs102.1
19217
19218         * ChangeLog
19219         * ChangeLog.claws
19220         * ChangeLog.jp
19221         * configure.ac
19222         * src/inc.c
19223                 sync with HEAD
19224
19225
19226 2004-09-17 [colin]      0.9.12cvs101.1
19227
19228         * ChangeLog.claws
19229         * src/main.c
19230                 Sync with HEAD (fix segs at exit)
19231
19232 2004-09-14 [colin]      0.9.12cvs99.5
19233
19234         * src/common/socket.c
19235         * AUTHORS
19236                 Fix send error on 64bit platforms
19237                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19238
19239 2004-09-14 [colin]      0.9.12cvs99.4
19240
19241         * src/action.c
19242                 Fix action output with utf8 
19243                 Patch by Alfons.
19244
19245 2004-09-14 [colin]      0.9.12cvs99.3
19246
19247         * ChangeLog.claws
19248         * src/folder.c
19249                 Sync with HEAD
19250
19251 2004-09-09 [colin]      0.9.12cvs99.2
19252
19253         * src/action.c
19254                 Fix progress bar (displaying "Completed %v/%u")
19255                 Patch by Alfons.
19256
19257 2004-09-08 [colin]      0.9.12cvs99.1
19258
19259         * src/account.c
19260         * src/folder.c
19261         * src/procmsg.c
19262         * src/procmsg.h
19263         * src/plugins/pgpmime/pgpmime.c
19264                 Sync with HEAD
19265
19266 2004-09-08 [colin]      0.9.12cvs97.2
19267
19268         * src/summaryview.c
19269                 Don't select mails in collapsed threads 
19270                 when navigating with up/down
19271
19272 2004-09-07 [colin]      0.9.12cvs97.1
19273
19274         * src/inc.c
19275                 Sync with HEAD (meaningful error messages)
19276
19277 2004-09-06 [colin]      0.9.12cvs96.1
19278
19279         * src/toolbar.c
19280                 Sync with HEAD (fix Redirect graying out)
19281
19282 2004-09-06 [colin]      0.9.12cvs95.1
19283
19284         * src/summaryview.c
19285         * src/mimeview.c
19286                 Sync with HEAD (fix dropped URIs)
19287
19288 2004-09-06 [colin]      0.9.12cvs94.1
19289
19290         * src/addressbook.c
19291         * src/addressitem.h
19292         * src/addritem.c
19293         * src/addritem.h
19294                 Sync with HEAD (addressbook DnD)
19295
19296 2004-09-03 [colin]      0.9.12cvs93.1
19297
19298         * src/summaryview.c
19299                 Sync with HEAD (next/prev unread)
19300
19301 2004-09-03 [colin]      0.9.12cvs92.1
19302
19303         * src/prefs_common.c
19304         * src/prefs_common.h
19305         * src/summaryview.c
19306                 Sync with HEAD ('mark_as_read_delay' pref)
19307
19308 2004-09-02 [colin]      0.9.12cvs91.2
19309
19310         * src/common/xml.c
19311                 Fix leak
19312
19313 2004-09-02 [colin]      0.9.12cvs91.1
19314
19315         * src/gtk/menu.c
19316                 Sync with HEAD (menu accel don't work, but whatever)
19317
19318 2004-09-02 [colin]      0.9.12cvs90.1
19319
19320         * src/account.c
19321                 Sync with HEAD (fix bug 582)
19322
19323 2004-09-02 [colin]      0.9.12cvs89.1
19324
19325         * src/addrindex.c
19326                 Sync with HEAD (free deleted queries)
19327
19328 2004-09-02 [colin]      0.9.12cvs88.1
19329
19330         * src/ldapquery.c
19331                 Sync with HEAD (fix LDAP freezes)
19332
19333 2004-09-02 [colin]      0.9.12cvs87.1
19334
19335         * src/prefs_spelling.c
19336                 Sync with HEAD (add default dictionary)
19337
19338 2004-09-01 [colin]      0.9.12cvs86.1
19339
19340         * src/filtering.c
19341         * src/folderview.c
19342         * src/imap.c
19343         * src/prefs_matcher.c
19344         * src/stock_pixmap.c
19345         * src/summary_search.c
19346         * src/summaryview.c
19347         * src/wizard.c
19348         * src/wizard.h
19349                 Sync with HEAD (uninitialized vars fixes)
19350                 + gtk2 specific warning fixes
19351
19352 2004-08-31 [colin]      0.9.12cvs85.1
19353
19354         * src/folder.c
19355                 Sync with HEAD (Fix memory corruption due to 
19356                 uninitialized var)
19357
19358 2004-08-31 [colin]      0.9.12cvs84.4
19359
19360         * src/summary_search.c
19361                 Fix segfaults when searching in folders with broken headers
19362
19363 2004-08-31 [colin]      0.9.12cvs84.3
19364
19365         * src/compose.c
19366         * src/textview.c
19367                 Fix some more encoding/decoding issues
19368
19369 2004-08-30 [colin]      0.9.12cvs84.2
19370
19371         * src/mimeview.c
19372         * src/prefs_themes.c
19373         * src/gtk/filesel.c
19374         * src/gtk/filesel.h
19375                 Add a folder-mode selection (fixes mimeview's "Save all")
19376
19377 2004-08-29 [colin]      0.9.12cvs84.1
19378
19379         * src/mimeview.c
19380                 Sync with HEAD (don't escape saved filenames)
19381
19382 2004-08-27 [colin]      0.9.12cvs83.1
19383
19384         * ChangeLog
19385         * ChangeLog.claws
19386         * ChangeLog.jp
19387         * src/mh.c
19388         * src/procheader.c
19389         * src/procmsg.c
19390         * src/procmsg.h
19391         * src/common/utils.c
19392         * src/gtk/menu.h
19393         * po/
19394                 Sync with HEAD 0.9.12cvs83 (sync with main)
19395
19396 2004-08-26 [colin]      0.9.12cvs82.4
19397
19398         * src/codeconv.c
19399                 Fix strange stack corruption
19400                 Convert to utf8 after unmime, not before
19401
19402 2004-08-26 [colin]      0.9.12cvs82.3
19403
19404         * src/main.c
19405         * src/wizard.c
19406                 Fix account folders duplication
19407
19408 2004-08-25 [colin]      0.9.12cvs82.2
19409
19410         * src/wizard.c
19411                 Remove ports
19412                 Add SSL selection
19413                 Use login@server as account name
19414
19415 2004-08-25 [colin]      0.9.12cvs82.1
19416
19417         * src/plugins/pgpmime/pgpmime.c
19418                 Sync with HEAD (leak fix).
19419
19420 2004-08-25 [colin]      0.9.12cvs81.1
19421
19422         * src/plugins/pgpmime/pgpmime.c
19423         * src/plugins/pgpmime/sgpgme.c
19424         * src/plugins/pgpmime/sgpgme.h
19425                 Sync with HEAD (Handle combined messages).
19426
19427 2004-08-24 [colin]      0.9.12cvs80.3
19428
19429         * src/wizard.c
19430                 Fix full name, ports, and imap
19431
19432 2004-08-24 [colin]      0.9.12cvs80.2
19433
19434         * src/Makefile.am
19435         * src/main.c
19436         * src/setup.c
19437         * src/setup.h
19438         * src/stock_pixmap.c
19439         * src/stock_pixmap.h
19440         * src/wizard.c ** ADDED **
19441         * src/wizard.h ** ADDED ** 
19442         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19443                 Add a setup wizard 
19444
19445 2004-08-24 [colin]      0.9.12cvs80.1
19446
19447         * src/folder.c
19448                 Sync with HEAD (set mimeflags on all messages)
19449
19450 2004-08-24 [colin]      0.9.12cvs79.3
19451
19452         * src/matcher_parser_lex.l
19453                 Fix 8bits strings not in utf8
19454
19455 2004-08-24 [colin]      0.9.12cvs79.2
19456
19457         * src/compose.c
19458                 Check conversion result before replacing buffer
19459
19460 2004-08-23 [colin]      0.9.12cvs79.1
19461
19462         * src/compose.c
19463                 Sync with HEAD (create message header in memory)
19464
19465 2004-08-23 [colin]      0.9.12cvs78.1
19466
19467         * src/rfc2015.c
19468         * src/rfc2015.h
19469                 Sync with HEAD (fix bug 197 again)
19470
19471 2004-08-23 [colin]      0.9.12cvs77.3
19472
19473         * src/compose.c
19474                 Fix again inline gpg signing (which outputs utf8
19475                 in gtk2). Not syncing this fix to HEAD as this 
19476                 code is meant to die.
19477
19478 2004-08-23 [colin]      0.9.12cvs77.2
19479
19480         * src/prefs_account.h
19481                 Remove useless include
19482
19483 2004-08-23 [colin]      0.9.12cvs77.1
19484
19485         * src/imap.c
19486         * po/es.po
19487         * po/fr.po
19488         * po/it.po
19489         * po/pl.po
19490         * po/pt_BR.po
19491         * po/sk.po
19492         * po/sr.po
19493                 Sync with HEAD (fix bug 577)
19494
19495 2004-08-22 [colin]      0.9.12cvs76.1
19496
19497         * src/plugins/trayicon/trayicon.c
19498                 Sync with HEAD (fix formatting bug)
19499
19500 2004-08-21 [colin]      0.9.12cvs74.2
19501
19502         * src/gtk/colorsel.c
19503                 Fix bug 564 (Folder color selection window exits on any
19504                 keypress)
19505
19506 2004-08-21 [colin]      0.9.12cvs74.1
19507
19508         * ChangeLog.claws
19509         * src/compose.c
19510         * src/summaryview.c
19511         * src/toolbar.c
19512                 Sync with HEAD (fix bug 576)
19513
19514 2004-08-21 [colin]      0.9.12cvs70.1
19515
19516         * src/compose.c
19517         * src/mainwindow.c
19518                 Sync with HEAD
19519                 
19520
19521 2004-08-21 [paul]       0.9.12cvs66.4
19522
19523         * src/mainwindow.c
19524         * src/messageview.c
19525         * src/gtk/menu.c
19526         * src/plugins/spamassassin/spamassassin_gtk.c
19527                 remove some deprecated gtk1 functions
19528
19529
19530 2004-08-21 [colin]      0.9.12cvs66.3
19531
19532         * src/compose.c
19533         * src/codeconv.c
19534                 Fix warnings
19535                 Remove encoding hacks
19536                 Fix bug 575 (Strange character messes up message)
19537                 Don't display conversion error when drafting
19538
19539 2004-08-21 [paul]       0.9.12cvs66.2
19540
19541         * src/prefs_account.c
19542                 fix GnuPG mode bugs
19543
19544
19545 2004-08-20 [colin]      0.9.12cvs66.1
19546
19547         * src/codeconv.c
19548                 Sync with HEAD 0.9.12cvs66
19549
19550 2004-08-20 [paul]
19551
19552         * src/plugins/pgpmime/plugin.c
19553                 modify PGP/MIME plugin's description
19554
19555 2004-08-17 [colin]      0.9.12cvs65.1
19556
19557         * src/common/ssl.c
19558         * src/plugins/pgpmime/plugin.c
19559                 Sync with HEAD
19560
19561 2004-08-14 [colin]      0.9.12cvs60.3
19562
19563         * src/plugins/trayicon/trayicon.c
19564                 Put back resize callback, on size-request signal
19565                 rather than size-allocate to avoid infinite 
19566                 callback loop
19567
19568 2004-08-13 [colin]      0.9.12cvs60.2
19569
19570         * src/common/defs.h
19571                 Cache versions have been fixed
19572
19573 2004-08-13 [colin]      0.9.12cvs60.1
19574
19575         * src/folderutils.c
19576                 Sync with HEAD
19577
19578 2004-08-12 [colin]      0.9.12cvs59.1
19579
19580         * src/plugins/trayicon/trayicon.c
19581                 Sync with HEAD
19582
19583 2004-08-12 [colin]      0.9.12cvs57.5
19584
19585         * sylpheed.desktop
19586         * configure.ac
19587         * src/Makefile.am
19588         * src/main.c
19589                 Add support for Freedesktop.org's startup notification
19590
19591 2004-08-11 [colin]      0.9.12cvs57.4
19592
19593         * src/textview.c
19594                 Fix off-by-one
19595
19596 2004-08-11 [colin]      0.9.12cvs57.3
19597
19598         * src/message_search.c
19599         * src/summary_search.c
19600                 Make searches case insensitive by default
19601         * src/textview.c
19602                 Fix case-insensitive search in message
19603
19604 2004-08-11 [colin]      0.9.12cvs57.2
19605
19606         * src/summary_search.c
19607                 Let case-sensitive be specified
19608
19609 2004-08-10 [colin]      0.9.12cvs55.4
19610
19611         * src/common/socket.c
19612                 Fix the possible race condition
19613
19614 2004-08-09 [paul]       0.9.12cvs55.3
19615
19616         * configure.ac
19617         * src/Makefile.am
19618         * src/common/Makefile.am
19619                 sync with HEAD
19620
19621
19622 2004-08-09 [paul]       0.9.12cvs55.2
19623
19624         * autogen.sh
19625         * po/poconv.sh
19626                 remove unneeded script
19627
19628         * configure.ac
19629                 add forgotten USE_LDAP_TLS (sync with HEAD)
19630
19631
19632 2004-08-09 [colin]      0.9.12cvs55.1
19633
19634         * src/main.c
19635         * src/common/ssl.c
19636         * src/common/sylpheed.c
19637         * src/common/sylpheed.h
19638                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19639
19640 2004-08-09 [paul]       0.9.12cvs54.1
19641
19642         * ChangeLog
19643         * ChangeLog.claws
19644         * ChangeLog.jp
19645         * configure.ac
19646         * po/POTFILES.in
19647         * src/Makefile.am
19648         * src/folderutils.c
19649         * src/main.c
19650         * src/pgpmime.c
19651         * src/pgpmime.h
19652         * src/sgpgme.c
19653         * src/sgpgme.h
19654         * src/plugins/Makefile.am
19655         * src/plugins/pgpmime/.cvsignore
19656         * src/plugins/pgpmime/Makefile.am
19657         * src/plugins/pgpmime/pgpmime.c
19658         * src/plugins/pgpmime/pgpmime.h
19659         * src/plugins/pgpmime/plugin.c
19660         * src/plugins/pgpmime/sgpgme.c
19661         * src/plugins/pgpmime/sgpgme.h
19662                 sync with HEAD
19663
19664 2004-08-08 [paul]       0.9.12cvs51.1
19665
19666         * configure.ac
19667         * src/folder.c
19668                 sync with HEAD
19669
19670 2004-08-07 [colin]      0.9.12cvs50.1
19671
19672         * src/pop.c
19673         * src/common/partial_download.c
19674                 fix warnings (sync from HEAD)
19675
19676 2004-08-07 [colin]      0.9.12cvs48.1
19677
19678         * src/prefs_folder_item.c
19679                 sync with HEAD 0.9.12cvs48
19680
19681 2004-08-06 [colin]      0.9.12cvs47.1
19682
19683         * src/compose.c
19684                 Sync with HEAD
19685
19686 2004-08-06 [christoph]  0.9.12cvs46.2
19687
19688         * src/main.c
19689         * src/plugins/clamav/clamav_plugin_gtk.c
19690         * src/plugins/dillo_viewer/dillo_viewer.c
19691         * src/plugins/image_viewer/plugin.c
19692         * src/plugins/mathml_viewer/mathml_viewer.c
19693         * src/plugins/spamassassin/spamassassin_gtk.c
19694         * src/plugins/trayicon/trayicon.c
19695                 don't mix GTK1.2 plugin with GTK2 plugins
19696
19697 2004-08-06 [colin]      0.9.12cvs46.1
19698
19699         * ChangeLog
19700         * ChangeLog.claws
19701         * ChangeLog.jp
19702         * configure.ac
19703         * sylpheed-claws.pc.in
19704         * src/folder.c
19705         * src/imap.c
19706         * src/localfolder.c
19707         * src/messageview.c
19708         * src/mimeview.c
19709         * src/mimeview.h
19710         * src/msgcache.c
19711         * src/news.c
19712         * src/prefs_ext_prog.c
19713         * src/prefs_folder_item.c
19714         * src/prefs_fonts.c
19715         * src/prefs_msg_colors.c
19716         * src/prefs_spelling.c
19717         * src/prefs_themes.c
19718         * src/prefs_toolbar.c
19719         * src/prefs_wrapping.c
19720         * src/procmime.h
19721         * src/common/defs.h
19722         * src/common/nntp.c
19723         * src/common/session.c
19724         * src/common/session.h
19725         * src/common/socket.c
19726         * src/common/utils.h
19727         * src/common/xml.c
19728         * src/common/xml.h
19729         * src/gtk/prefswindow.c
19730         * src/gtk/prefswindow.h
19731         * src/plugins/clamav/clamav_plugin_gtk.c
19732         * src/plugins/dillo_viewer/dillo_prefs.c
19733         * src/plugins/image_viewer/viewerprefs.c
19734         * src/plugins/spamassassin/spamassassin_gtk.c
19735         * m4/openssl.m4 *** REMOVED ***
19736                 Sync with HEAD 0.9.12cvs46
19737
19738 2004-08-03 [paul]       0.9.12cvs40.2
19739
19740         * src/action.c
19741         * src/addressadd.c
19742         * src/addressbook.c
19743         * src/addrgather.c
19744         * src/browseldap.c
19745         * src/compose.c
19746         * src/crash.c
19747         * src/editaddress.c
19748         * src/editgroup.c
19749         * src/editldap_basedn.c
19750         * src/foldersel.c
19751         * src/importldif.c
19752         * src/mimeview.c
19753         * src/prefs_common.c
19754         * src/prefs_template.c
19755         * src/sourcewindow.c
19756         * src/summaryview.c
19757         * src/gtk/about.c
19758         * src/gtk/foldersort.c
19759         * src/gtk/logwindow.c
19760         * src/gtk/pluginwindow.c
19761         * src/gtk/prefswindow.c
19762                 change all gtk_scrolled_window_set_policy from 
19763                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19764
19765 2004-08-02 [paul]       0.9.12cvs40.1
19766
19767         * AUTHORS
19768                 update translation team section
19769         * po/pt_BR.po
19770                 updated by Frederico Goncalves Guimaraes
19771                 <fggdebian@yahoo.com.br>
19772
19773 2004-07-31 [colin]      0.9.12cvs39.9
19774
19775         * src/exphtmldlg.c
19776                 Fix compilation
19777
19778 2004-07-31 [colin]      0.9.12cvs39.8
19779
19780         * src/exphtmldlg.c
19781                 Fix an alertpanel type
19782
19783 2004-07-30 [colin]      0.9.12cvs39.7
19784
19785         * src/alertpanel.c
19786                 Fix alertpanel_error_log's icon
19787
19788 2004-07-30 [colin]      0.9.12cvs39.6
19789
19790         * src/pop.c
19791                 Two of them should still be warnings
19792
19793 2004-07-30 [colin]      0.9.12cvs39.5
19794
19795         * src/pop.c
19796                 More warning -> error
19797 2004-07-29 [colin]      0.9.12cvs39.4
19798
19799         * src/pop.c
19800                 Warning -> error
19801
19802 2004-07-29 [colin]      0.9.12cvs39.3
19803
19804         * src/prefs_matcher.c
19805                 Fix segfault
19806
19807 2004-07-29 [colin]      0.9.12cvs39.2
19808
19809         * src/alertpanel.c
19810                 More nice-looking alertpanels
19811
19812 2004-07-29 [colin]      0.9.12cvs39.1
19813
19814         * src/messageview.c
19815                 sync with head
19816                 (inform user when partial mail is deleted on server)
19817
19818 2004-07-29 [colin]      0.9.12cvs38.1
19819
19820         * src/messageview.c
19821                 sync with head
19822
19823 2004-07-28 [paul]       0.9.12cvs37.7
19824
19825         * src/mainwindow.c
19826                 complete the replacement of deprecated gtk_progress_*
19827
19828 2004-07-28 [paul]       0.9.12cvs37.6
19829
19830         * src/action.c
19831         * src/inc.c
19832         * src/mainwindow.c
19833         * src/send_message.c
19834         * src/gtk/progressdialog.c
19835         * src/gtk/progressdialog.h
19836                 replace deprecated gtk_progress_*
19837
19838 2004-07-28 [paul]       0.9.12cvs37.5
19839
19840         * src/gtk/filesel.c
19841                 remove gtk_window_set_wmclass()
19842 2004-07-28 [paul]       0.9.12cvs37.4
19843
19844         * src/addressbook.c
19845         * src/compose.c
19846         * src/foldersel.c
19847         * src/mainwindow.c
19848         * src/messageview.c
19849         * src/sourcewindow.c
19850         * src/gtk/logwindow.c
19851                 remove gtk_window_set_wmclass()
19852                 
19853         * src/prefs_filtering.c
19854         * src/prefs_filtering_action.c
19855         * src/prefs_fonts.c
19856         * src/prefs_gtk.c
19857         * src/prefs_matcher.c
19858         * src/ssl_manager.c
19859         * src/gtk/prefswindow.c
19860                 replace gtk_window_position()
19861
19862 2004-07-28 [colin]      0.9.12cvs37.3
19863
19864         * src/alertpanel.c
19865         * src/alertpanel.h
19866                 Add a way to specify panel type for specific
19867                 panels (alertpanel())
19868         * src/account.c
19869         * src/addressbook.c
19870         * src/compose.c
19871         * src/expldifdlg.c
19872         * src/main.c
19873         * src/messageview.c
19874         * src/summaryview.c
19875         * src/textview.c
19876         * src/gtk/sslcertwindow.c
19877                 Fix alertpanel()s so that their icon match
19878                 their real type
19879
19880 2004-07-28 [paul]       0.9.12cvs37.2
19881
19882         * src/addr_compl.c
19883         * src/addressbook.c
19884         * src/alertpanel.c
19885         * src/compose.c
19886         * src/export.c
19887         * src/foldersel.c
19888         * src/folderview.c
19889         * src/grouplistdialog.c
19890         * src/import.c
19891         * src/mainwindow.c
19892         * src/message_search.c
19893         * src/messageview.c
19894         * src/passphrase.c
19895         * src/prefs_actions.c
19896         * src/prefs_common.c
19897         * src/prefs_customheader.c
19898         * src/prefs_display_header.c
19899         * src/prefs_filtering.c
19900         * src/prefs_filtering_action.c
19901         * src/prefs_gtk.c
19902         * src/prefs_matcher.c
19903         * src/prefs_msg_colors.c
19904         * src/prefs_summary_column.c
19905         * src/prefs_template.c
19906         * src/sourcewindow.c
19907         * src/ssl_manager.c
19908         * src/summary_search.c
19909         * src/gtk/colorsel.c
19910         * src/gtk/description_window.c
19911         * src/gtk/gtkaspell.c
19912         * src/gtk/inputdialog.c
19913         * src/gtk/logwindow.c
19914         * src/gtk/prefswindow.c
19915         * src/gtk/progressdialog.c
19916                 replace deprecated gtk_window_set_policy
19917
19918 2004-07-27 [colin]      0.9.12cvs37.1
19919
19920         * src/msgcache.c
19921                 More fixes (synced for head again)
19922
19923 2004-07-27 [colin]      0.9.12cvs35.3
19924
19925         * src/msgcache.c
19926                 Fix wrong test
19927
19928 2004-07-27 [colin]      0.9.12cvs35.2
19929
19930         * src/mimeview.c
19931                 Fix width a bit (by Paul)
19932         * src/alertpanel.c
19933         * src/alertpanel.h
19934                 Specialize icons, make alertpanel_message()
19935                 private
19936         * src/message_search.c
19937         * src/sgpgme.c
19938         * src/summary_search.c
19939                 Suit alertpanel changes
19940
19941 2004-07-27 [colin]      0.9.12cvs35.1
19942
19943         * src/alertpanel.c
19944                 Add an icon
19945         * src/passphrase.c
19946                 Add debug output - maybe someone will
19947                 want to look at the problem with Grab
19948                 Input :)
19949         Bump version as we're synced with HEAD
19950
19951 2004-07-26 [colin]      0.9.12cvs33.26
19952
19953         * src/pop.c
19954                 Fix uidl-file parsing when not in new
19955                 format
19956
19957 2004-07-26 [colin]      0.9.12cvs33.25
19958
19959         * src/gtk/menu.c
19960                 Move popup menu up if necessary (fixes 
19961                 account selector)
19962         * src/mainwindow.c
19963                 Set account selector's button height to
19964                 minimum
19965
19966 2004-07-26 [colin]      0.9.12cvs33.24
19967
19968         * src/alertpanel.c
19969                 Maybe fix 551 (Truncated font in alert window)
19970
19971 2004-07-26 [colin]      0.9.12cvs33.23
19972
19973         * po/de.po
19974         * po/es.po
19975         * po/fr.po
19976         * po/it.po
19977         * po/ja.po
19978         * po/pl.po
19979         * po/ru.po
19980         * po/sk.po
19981         * po/sr.po
19982         * po/zh_CN.po
19983                 Sync po files with HEAD
19984
19985 2004-07-26 [paul]       0.9.12cvs33.22
19986
19987         * src/compose.c
19988                 fix Bug 556 'Organisation-header is sent even if empty'
19989
19990 2004-07-24 [colin]      0.9.12cvs33.21
19991
19992         * src/compose.c
19993         * src/gtk/gtkaspell.c
19994         * src/gtk/gtkaspell.h
19995                 Fix speller accelerators (require hack)
19996
19997 2004-07-24 [colin]      0.9.12cvs33.20
19998
19999         * src/gtk/gtkaspell.c
20000                 Fix over-eager code deletion breaking
20001                 Check while typing
20002
20003 2004-07-24 [colin]      0.9.12cvs33.19
20004
20005         * src/browseldap.c
20006         * src/ldapctrl.c
20007         * src/ldapctrl.h
20008         * src/ldapserver.h
20009                 Sync ldap with HEAD
20010         (Fixes 546 LDAP completely broken)
20011
20012 2004-07-24 [colin]      0.9.12cvs33.18
20013
20014         * src/prefs_msg_colors.c
20015                 Fix prototype mismatch
20016         (Fixes 547 void function cannot return value)
20017
20018 2004-07-24 [colin]      0.9.12cvs33.17
20019
20020         * src/mainwindow.c
20021                 Fix sort going back to previous sort key
20022                 when changing sort direction
20023
20024 2004-07-24 [colin]      0.9.12cvs33.16
20025
20026         * src/compose.c
20027                 Fix space insertion when re-wrapping at 
20028                 cursor point
20029
20030 2004-07-24 [colin]      0.9.12cvs33.15
20031
20032         * src/gtk/gtkaspell.c
20033                 Don't change cursor position in insert-text
20034                 callback
20035         (Fixes 539 Word wrapping on input transposes letters)
20036
20037 2004-07-24 [colin]      0.9.12cvs33.14
20038
20039         * src/gtk/gtkaspell.c
20040                 Reencode non-ascii chars to dictionary's
20041                 encoding
20042         (Fixes 544 Spell check broken non english locale)
20043
20044 2004-07-24 [colin]      0.9.12cvs33.13
20045
20046         * src/summaryview.c
20047                 Fix Shift+Down, add Home/End/PgUp/PgDown
20048
20049 2004-07-21 [colin]      0.9.12cvs33.12
20050
20051         * src/prefs_common.c
20052                 Fix a gtk warning (Patch by Andrej Kacian)
20053
20054 2004-07-21 [colin]      0.9.12cvs33.11
20055
20056         * src/gtk/filesel.c
20057                 More check
20058
20059 2004-07-21 [colin]      0.9.12cvs33.10
20060
20061         * src/compose.c
20062         * src/crash.c
20063         * src/export.c
20064         * src/import.c
20065         * src/messageview.c
20066         * src/mimeview.c
20067         * src/prefs_spelling.c
20068         * src/prefs_themes.c
20069         * src/summaryview.c
20070         * src/gtk/filesel.c
20071         * src/gtk/filesel.h
20072         * src/gtk/pluginwindow.c
20073                 Untwist open/save mode guessing logic, make
20074                 it explicit
20075
20076 2004-07-20 [colin]      0.9.12cvs33.9
20077
20078         * src/codeconv.c
20079                 conv_encode_header: src_charset is UTF-8 on
20080                 gtk2
20081         * src/compose.c
20082                 Remove double encoding of the headers
20083
20084 2004-07-20 [colin]      0.9.12cvs33.8
20085
20086         * src/codeconv.c
20087                 Fix typo
20088
20089 2004-07-20 [colin]      0.9.12cvs33.7
20090
20091         * src/mainwindow.c
20092                 Set the separated messageview to the saved
20093                 size of Claws' messageview (Patch by Alfons)
20094                 Fix a callback prototype (me)
20095
20096 2004-07-20 [colin]      0.9.12cvs33.6
20097
20098         * src/codeconv.h
20099                 Forgot one hunk in 0.9.12cvs33.4
20100
20101 2004-07-19 [colin]      0.9.12cvs33.5
20102
20103         * src/action.c
20104                 Action output fix
20105                 Patch by Alfons
20106
20107 2004-07-19 [colin]      0.9.12cvs33.4
20108
20109         * src/compose.c
20110                 Fix outgoing charset bug in headers
20111         * src/codeconv.c
20112                 Clean for glib2 - Patch by Alfons
20113
20114 2004-07-19 [colin]      0.9.12cvs33.3
20115
20116         * src/statusbar.c
20117                 Remove grip from the statusbar
20118                 Patch by Alfons
20119
20120 2004-07-19 [colin]      0.9.12cvs33.2
20121
20122         * src/messageview.c
20123         * src/textview.c
20124                 Fix messageview remembering the previous
20125                 scroll position when loading a new message
20126                 Patch by Alfons
20127
20128 2004-07-19 [colin]      0.9.12cvs33.1
20129
20130         * src/folder.h
20131         * src/folderview.c
20132         * src/summaryview.c
20133                 Sync with HEAD
20134
20135 2004-07-18 [colin]      0.9.12cvs32.7
20136
20137         * configure.ac
20138                 Remove useless check for XIM - noticed
20139                 by Alfons
20140
20141 2004-07-18 [colin]      0.9.12cvs32.6
20142
20143         * src/summaryview.c
20144                 Remove non-modified and shift-modified
20145                 accelerators in summaryview's popup
20146                 menu, as that doesn't get catched by
20147                 the accel-activate signal catcher...
20148
20149 2004-07-18 [colin]      0.9.12cvs32.5
20150
20151         * src/prefs_common.c
20152                 Define sensible default prefs for 
20153                 wrapping
20154
20155 2004-07-18 [colin]      0.9.12cvs32.4
20156
20157         * src/compose.c
20158         * src/prefs_common.c
20159         * src/prefs_common.h
20160         * src/prefs_wrapping.c
20161                 Remove Smart Wrapping pref, which does
20162                 nothing on gtk2 branch
20163
20164 2004-07-18 [colin]      0.9.12cvs32.3
20165
20166         * src/sourcewindow.c
20167                 Proper utf8
20168
20169 2004-07-18 [colin]      0.9.12cvs32.2
20170
20171         * src/compose.c
20172                 Save attachment status when drafting
20173
20174 2004-07-18 [colin]      0.9.12cvs32.1
20175
20176         * src/gtk/filesel.c
20177                 Fix erratic folder selection in open mode
20178
20179 2004-07-18 [colin]      0.9.12cvs31.11
20180
20181         * src/pop.c
20182                 Don't let partial messages get deleted
20183                 even with "dowload all"
20184                 (0.9.12cvs31.8 fix extension)
20185 2004-07-18 [colin]      0.9.12cvs31.10
20186
20187         * src/gtk/logwindow.c
20188                 Fix log scrolling
20189
20190 2004-07-18 [colin]      0.9.12cvs31.9
20191
20192         * src/common/utils.c
20193                 Fix non-utf8 strings coming from commands
20194                 and files
20195
20196 2004-07-18 [colin]      0.9.12cvs31.8
20197
20198         * src/pop.c
20199                 Fix partial download bug with Download all
20200                 messages option
20201
20202 2004-07-18 [colin]      0.9.12cvs31.7
20203
20204         * src/textview.c
20205                 Fix bug introduced in 0.9.12cvs31.2
20206                 (blocked in select mode after double click)
20207
20208 2004-07-18 [colin]      0.9.12cvs31.6
20209
20210         * src/compose.c
20211         * src/gtk/menu.c
20212                 More glib-warning fixes
20213
20214 2004-07-18 [colin]      0.9.12cvs31.5
20215
20216         * src/compose.c
20217                 Fix trashing the primary clipboard when moving 
20218                 around with tab
20219         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20220
20221 2004-07-18 [colin]      0.9.12cvs31.4
20222
20223         * src/codeconv.c
20224                 convert unencoded iso headers to utf8
20225         (Fix Bug 538 Unencoded local characters in subject make it 
20226          disappear)
20227
20228 2004-07-18 [colin]      0.9.12cvs31.3
20229
20230         * src/compose.c
20231                 Fix tab char handling in wrapping
20232         (Fix Bug 537 Line wrap problem - TAB character treated as 
20233          one character instead of 8)
20234
20235 2004-07-18 [colin]      0.9.12cvs31.2
20236
20237         * src/textview.c
20238                 return FALSE on GDK_MOTION_NOTIFY
20239         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20240          (unable to highlight))
20241
20242 2004-07-18 [colin]      0.9.12cvs31.1
20243
20244         * src/folderview.c
20245                 Sync with 0.9.12cvs31
20246
20247 2004-07-18 [colin]      0.9.12cvs30.4
20248
20249         * src/compose.c
20250                 Also block text_inserted when inserting a file
20251
20252 2004-07-18 [colin]      0.9.12cvs30.3
20253
20254         * src/compose.c
20255                 Fix smart wrapping (block text_inserted handler
20256                 while putting quotation to avoid wrap on input,
20257                 don't join lines if next is sig separator)
20258
20259 2004-07-17 [colin]      0.9.12cvs30.2
20260
20261         * src/folderview.c
20262         * src/mainwindow.c
20263         * src/mimeview.c
20264         * src/summaryview.c
20265         * src/gtk/quicksearch.c
20266         * src/gtk/quicksearch.h
20267                 Block key events handlers *and* accels while
20268                 quicksearch is focused
20269         (Fixes Bug 534 quick-search bar not accepting certain letters)
20270
20271 2004-07-17 [colin]      0.9.12cvs30.1
20272
20273         * src/folder.h
20274         * src/folderview.c
20275         * src/summaryview.c
20276                 Sync with 0.9.12cvs30
20277
20278 2004-07-17 [colin]      0.9.12cvs28.2
20279
20280         * src/mimeview.c
20281         * src/procmime.c
20282         * src/summaryview.c
20283         * src/gtk/menu.c
20284                 Squash some compile and glib warnings
20285
20286 2004-07-17 [paul]       0.9.12cvs28.1
20287
20288         * src/mimeview.c
20289                 sync with 0.9.12cvs28 HEAD
20290
20291 2004-07-16 [paul]       0.9.12cvs26.1
20292         
20293         * src/gtk/quicksearch.c
20294         * src/account.c
20295         * src/account.h
20296         * src/compose.c
20297         * src/customheader.c
20298         * src/folder_item_prefs.c
20299         * src/main.c
20300         * src/mainwindow.c
20301         * src/messageview.c
20302         * src/mimeview.c
20303         * src/news.c
20304         * src/pgpmime.c
20305         * src/pop.c
20306         * src/pop.h
20307         * src/prefs_account.c
20308         * src/prefs_account.h
20309         * src/prefs_common.c
20310         * src/prefs_common.h
20311         * src/prefs_display_header.c
20312         * src/prefs_gtk.c
20313         * src/prefs_gtk.h
20314         * src/procheader.c
20315         * src/procmime.c
20316                 sync with 0.9.12cvs26 HEAD      
20317
20318 2004-07-15 [colin]      0.9.12cvs18.14
20319
20320         * src/folder.c
20321                 Disable GPG signature check during
20322                 folder move and scan
20323         (Closes Bug 521 Signature checking slows down Folder-Move)
20324
20325 2004-07-14 [colin]      0.9.12cvs18.13
20326
20327         * src/common/partial_download.c
20328                 update includes
20329
20330 2004-07-14 [colin]      0.9.12cvs18.12
20331
20332         * src/common/partial_download.c
20333         * src/common/partial_download.h
20334                 Move doc at top, add correct copyright
20335
20336 2004-07-14 [colin]      0.9.12cvs18.11
20337
20338         * src/folder.c
20339         * src/messageview.c
20340         * src/pop.c
20341         * src/pop.h
20342         * src/procmsg.c
20343         * src/summaryview.c
20344         * src/common/Makefile.am
20345         * src/common/partial_download.c ** NEW FILES **
20346         * src/common/partial_download.h ** NEW FILES **
20347                 Move partial-download related stuff to its
20348                 own file
20349
20350 2004-07-14 [colin]      0.9.12cvs18.10
20351
20352         * src/send_message.c
20353                 Fix smtp auth when user is null or empty
20354
20355 2004-07-13 [colin]      0.9.12cvs18.9
20356
20357         * src/gtk/quicksearch.c
20358                 Use alphabetic order
20359
20360 2004-07-13 [colin]      0.9.12cvs18.8
20361
20362         * src/pop.c
20363                 Be paranoid on the checks
20364
20365 2004-07-13 [colin]      0.9.12cvs18.7
20366
20367         * src/gtk/quicksearch.c
20368                 Fix Engrish once again
20369
20370 2004-07-13 [colin]      0.9.12cvs18.6
20371
20372         * src/procmsg.c
20373         * src/summaryview.c
20374                 Mark messages for deletion when they are about to
20375                 be removed from trash
20376
20377 2004-07-13 [colin]      0.9.12cvs18.5
20378
20379         * src/matcher.c
20380         * src/matcher.h
20381         * src/matcher_parser_parse.y
20382         * src/prefs_matcher.c
20383         * src/gtk/quicksearch.c
20384                 Add 'partial' ('p') match string to find partially
20385                 downloaded messages
20386
20387 2004-07-13 [colin]      0.9.12cvs18.4
20388
20389         * src/pop.c
20390                 Fix misplaced block
20391
20392 2004-07-13 [colin]      0.9.12cvs18.3
20393
20394         * src/pop.c
20395         * src/pop.h
20396         * src/messageview.c
20397                 Refactor API (to avoid passing 5+ params and code
20398                 duplication)
20399         * src/folder.c
20400         * src/msgcache.c
20401         * src/procheader.c
20402         * src/common/defs.h
20403                 Add planned_download to cache
20404                 Don't mess uidl file when moving partially downloaded
20405                 mails (they change folder, we should change it in the
20406                 uidl list too or we'll remove an incorrect message)
20407                 (this also helps removing hacks when changing 
20408                 planned_download in messageview.c)
20409
20410 2004-07-12 [colin]      0.9.12cvs18.2
20411
20412         * src/gtk/quicksearch.c
20413                 Fix missing status update in quicksearch
20414
20415 2004-07-12 [paul]       0.9.12cvs18.1
20416
20417         * po/POTFILES.in
20418         * src/Makefile.am
20419         * src/account.c
20420         * src/codeconv.c
20421         * src/compose.c
20422         * src/inc.c
20423         * src/main.c
20424         * src/prefs_common.c
20425         * src/procmsg.h
20426         * src/toolbar.c
20427         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20428         * src/prefs_wrapping.[ch]       ** NEW FILES **
20429         * src/common/intl.h
20430         * src/common/utils.[ch]
20431         * src/gtk/quicksearch.[ch]
20432                 sync with 0.9.12cvs18 HEAD
20433
20434 2004-07-12 [colin]      0.9.11cvs17.25
20435
20436         * src/folder.c
20437         * src/folder.h
20438                 Remove unused function added by me in 0.9.11cvs17.10
20439
20440 2004-07-11 [colin]      0.9.11cvs17.24
20441
20442         * src/inc.c
20443         * src/messageview.c
20444         * src/pop.c
20445         * src/pop.h
20446                 Use folderitem and msgnum instead of filename to
20447                 know which mail to delete
20448                 Move old partial mail deletion to pop.c
20449
20450 2004-07-10 [colin]      0.9.11cvs17.23
20451
20452         * src/inc.c
20453                 Add debug
20454         * src/pop.c
20455         * src/pop.h
20456                 Don't re-use same enums for unrelated stuff: it's 
20457                 completely misleading !
20458                 Document a bit
20459
20460 2004-07-09 [colin]      0.9.11cvs17.22
20461
20462         * src/inc.c
20463                 Remove folder-type check and do
20464                 more tests to be sure everything's
20465                 ok
20466         * src/messageview.c
20467                 Punctuation update, remove useless
20468                 code, fix two warnings
20469         * src/noticeview.c
20470                 Layout cleaning, reset 2nd button
20471                 when specifying one
20472
20473 2004-07-09 [colin]      0.9.11cvs17.21
20474
20475         * src/messageview.c
20476         * src/pop.c
20477         * src/pop.h
20478                 Allow user to change his mind
20479                 and postpone decision (by
20480                 unmarking the mail)
20481
20482 2004-07-09 [colin]      0.9.11cvs17.20
20483
20484         * src/messageview.c
20485                 Fix bug with delete state
20486         * src/pop.c
20487         * src/pop.h
20488                 Fix buffer leak (fread doesn't 
20489                 terminate buffers with \0)
20490                 Refactoring (remove magic 
20491                 numbers)
20492
20493 2004-07-09 [colin]      0.9.11cvs17.19
20494
20495         * src/pop.c
20496                 Don't log "Skipping message" if 
20497                 we're going to TOP it two lines
20498                 later
20499
20500 2004-07-09 [colin]      0.9.11cvs17.18
20501
20502         * src/messageview.c
20503                 Fix Engrish
20504
20505 2004-07-09 [colin]      0.9.11cvs17.17
20506
20507         * src/pop.c
20508                 strlen checking...
20509         * src/messageview.c
20510                 refactoring a bit
20511
20512 2004-07-08 [colin]      0.9.11cvs17.16
20513
20514         * src/noticeview.c
20515         * src/noticeview.h
20516                 Add an optional second button
20517         * src/messageview.c
20518         * src/pop.c
20519         * src/pop.h
20520                 Don't delete partially received mails after a certain
20521                 time; rather, let the user decide.
20522
20523 2004-07-08 [colin]      0.9.11cvs17.15
20524
20525         * src/common/smtp.h
20526                 Sync with HEAD
20527
20528 2004-07-08 [colin]      0.9.11cvs17.14
20529
20530         * src/messageview.c
20531         * src/common/smtp.c
20532                 Use to_human_readable() for sizes
20533
20534 2004-07-08 [colin]      0.9.11cvs17.13
20535
20536         * src/inc.c
20537         * src/messageview.c
20538         * src/pop.c
20539         * src/pop.h
20540         * src/procmsg.c
20541                 Fix partial-downloading issues:
20542                         catch unsupported TOP
20543                         don't delete partially downloaded mails before 5 days
20544                         don't update existing with non-MH folders; that'll
20545                         make dups, but it's better than trashing the folder
20546                         free new msginfo parts
20547                 Fix indentation ;-)
20548
20549 2004-07-08 [colin]      0.9.11cvs17.12
20550
20551         * src/common/smtp.c
20552         * src/common/smtp.h
20553                 Sync smtp size verification with HEAD
20554
20555 2004-07-08 [colin]      0.9.11cvs17.11
20556
20557         * src/summaryview.c
20558         * src/prefs_common.c
20559         * src/prefs_common.h
20560         * src/gtk/quicksearch.c
20561         * src/gtk/quicksearch.h
20562                 Sync sticky pref with HEAD
20563
20564 2004-07-08 [colin]      0.9.11cvs17.10
20565
20566         * src/folder.c [1.213.2.6]
20567         * src/folder.h [1.87.2.6]
20568         * src/inc.c [1.149.2.7]
20569         * src/messageview.c [1.94.2.8]
20570         * src/procheader.c [1.47.2.6]
20571         * src/procmsg.c [1.150.2.4]
20572         * src/procmsg.h [1.60.2.5]
20573         * src/pop.c [1.56.2.4]
20574         * src/pop.h [1.17.2.3]
20575                 Let too big messages get downloaded, but truncated
20576                 Add a button to download them completely
20577                 
20578 2004-07-06 [colin]      0.9.11cvs17.9
20579
20580         * src/gtk/quicksearch.c [1.1.2.3]
20581                 Add a Clear button
20582         * commitHelper
20583         * PATCHSETS
20584                 Add a script to help with cvs
20585
20586 2004-07-03 [colin]      0.9.11cvs17.8
20587
20588         * src/plugins/imageviewer/viewer.c
20589                 fix imageviewer (which was staying on the first
20590                 displayed image)
20591
20592 2004-07-03 [colin]      0.9.11cvs17.7
20593
20594         Removed FIXME_GTK2 warnings
20595         * src/gtk/gtkutils.c
20596                 useless #warnings
20597         * src/gtk/menu.c
20598                 useless #warnings (no need to mess with menu rc)
20599         * src/gtk/menu.h
20600                 unused functions
20601         
20602
20603 2004-07-03 [colin]      0.9.11cvs17.6
20604
20605         Removed FIXME_GTK2 warnings
20606         * src/codeconv.c
20607                 useless #warnings (rewrite needed)
20608         * src/compose.c
20609                 useless #warnings (rewrite needed)
20610                 useless #warnings (gtk2 is like that)
20611                 useless #warnings (previously fixed)
20612         * src/main.c
20613                 useless #warnings (previously fixed)
20614         * src/message_search.c
20615                 useless #warnings (gtk2 is like that)
20616                 Made apparent that search is case-sensitive
20617         * src/mimeview.c
20618                 useless #warnings (rewrite needed)
20619                 useless #warnings (gtk2 is like that)
20620                 reimplemented real warnings
20621         * src/prefs_common.c
20622                 Removed block cursor option (not it gtk2)
20623         * src/prefs_gtk.c
20624                 useless #warnings (rewrite needed)
20625         * src/procheader.c
20626                 useless #warnings (rewrite needed)
20627         * src/sourcewindow.c
20628                 useless #warnings (incorrect placing)
20629         * src/summary_search.c
20630                 useless #warnings (gtk2 is like that)
20631                 Made apparent that search is case-sensitive
20632         * src/action.c
20633                 useless #warnings (gtk2 is like that)
20634         * src/textview.c
20635                 useless #warnings (rewrite needed)
20636         * src/toolbar.c
20637                 useless #warnings (rewrite needed)
20638
20639 2004-07-03 [colin]      0.9.11cvs17.5
20640
20641         * src/textview.c
20642                 Fix mismerge which broke URI opening
20643                 
20644 2004-07-01 [colin]      0.9.11cvs17.4
20645
20646         * src/gtk/filesel.c
20647                 Fill filename when saving
20648                 
20649 2004-06-27 [colin]      0.9.11cvs17.3
20650
20651         * src/gtk/filesel.[ch]
20652                 Use the new GTK file selector
20653                 Update prototype to match the reality: multiple file
20654                 selection is open-only          
20655         * src/compose.c
20656                 Match the new prototypes        
20657         * configure.ac
20658                 Match the new requirements (gtk 2.4.0)
20659                         
20660 2004-06-26 [colin]      0.9.11cvs17.2
20661
20662         * src/plugins/trayicon/trayicon.c
20663                 Remove useless signal handler on resize, which causes
20664                 an infinite "loop"
20665         
20666 2004-06-26 [colin]      0.9.11cvs17.1
20667         
20668         * tools/Makefile.am
20669                 remove launch_firebird and add nautilus2sylpheed.sh
20670         * src/quicksearch.c
20671           src/summaryview.c
20672                 Fix show/hide "Extended symbols" button problem
20673                 Fix apparition at startup
20674                 Fix const warnings
20675         * src/plugins/image_viewer/Makefile.am
20676                 Fix configure 
20677         * common/ssl.c
20678                 Re-enable certificate check, as it doesn't seem to
20679                 cause Xlib errors anymore
20680
20681 2004-06-25 [paul]       0.9.11cvs17
20682
20683         * sync with 0.9.11cvs17 HEAD
20684         
20685         NOTE: QuickSearch is broken
20686
20687 2004-06-07 [colin]      0.9.10claws67.10
20688         * src/plugins/trayicon/trayicon.c
20689           src/plugins/trayicon/libeggtrayicon/Makefile.am
20690           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20691                 Fix gettextization in trayicon plugin
20692
20693 2004-06-07 [colin]      0.9.10claws67.9
20694         
20695         * src/summaryview.c
20696           src/gtk/gtksctree.[ch]
20697                 Let Shift+{Up,Down} work in summaryview
20698                 (well, Down "works" and Up works)
20699                 Let the list scroll when using these keys
20700
20701 2004-06-06 [colin]      0.9.10claws67.8
20702
20703         * src/plugins/trayicon/trayicon.c
20704                 Fix pixmap update
20705
20706 2004-06-06 [colin]      0.9.10claws67.7
20707
20708         * src/addressbook.c
20709                 Fix signal handling causing system-wide focus grab
20710
20711 2004-05-25 [paul]       0.9.10claws67.6
20712
20713         * Makefile.am
20714           src/Makefile.am
20715                 clean up
20716
20717 2004-05-25 [paul]       0.9.10claws67.5
20718
20719         * replace deprecated gtk_signal... functions
20720
20721 2004-05-23 [colin]      0.9.10claws67.4
20722
20723         * src/compose.c
20724                 Fix wrapping
20725
20726 2004-05-22 [colin]      0.9.10claws67.3
20727
20728         * src/compose.c
20729                 Re-fix [Edited] in compose.c::compose_reedit()
20730
20731 2004-05-22 [colin]      0.9.10claws67.2
20732
20733         * src/procmime.c
20734                 Fix parsing of multiparts mails
20735
20736 2004-05-22 [colin]      0.9.10claws67.1
20737
20738         * src/summaryview.c
20739                 Fix quicksearch
20740
20741 2004-05-22 [paul]       0.9.10claws67
20742
20743         * sync with 0.9.10claws67 HEAD
20744
20745 2004-05-14 [alfons]
20746
20747         * src/procmime.h
20748                 add forgotton prototype
20749
20750 2004-05-10 [paul]       0.9.10claws57
20751
20752         * sync with 0.9.10claws57 HEAD
20753
20754 2004-05-05 [paul]       0.9.9.claws1
20755
20756         * ChangeLog-gtk2        ** REMOVED **
20757           ChangeLog-gtk2.claws  ** ADDED **
20758                 rename and adopt the normal claws format
20759                 
20760         * configure.ac
20761                 require gtkmathview >= 0.5
20762
20763         * ac/*                          ** REMOVED **
20764           ac/                           ** REMOVED **
20765           intl/Makefile.in              ** REMOVED **
20766           m4/                           ** ADDED **
20767           m4/missing                    ** ADDED **
20768           m4/missing/gdk-pixbuf.m4      ** ADDED **
20769           m4/missing/gettext.m4         ** ADDED **
20770           m4/missing/gpgme.m4           ** ADDED **
20771           m4/missing/imlib.m4           ** ADDED **
20772           m4/.cvsignore                 ** ADDED **
20773           m4/Makefile.am                ** ADDED **
20774           m4/README                     ** ADDED **
20775           m4/aclocal-include.m4         ** ADDED **
20776           m4/aspell.m4                  ** ADDED **
20777           m4/check-type.m4              ** ADDED **
20778           m4/gnupg-check-typedef.m4     ** ADDED **
20779           m4/openssl.m4                 ** ADDED **
20780           m4/spamassassin.m4            ** ADDED **
20781           po/ChangeLog                  ** REMOVED **
20782           po/Makefile.in.in             ** REMOVED **
20783           po/Rules-quot                 ** REMOVED **
20784           po/boldquot.sed               ** REMOVED **
20785           po/en@boldquot.header         ** REMOVED **
20786           po/en@quot.header             ** REMOVED **
20787           po/insert-header.sin          ** REMOVED **
20788           po/quot.sed                   ** REMOVED **
20789           po/remove-potcdate.sed        ** REMOVED **
20790           po/remove-potcdate.sin        ** REMOVED **
20791           po/stamp-po                   ** REMOVED **
20792           Makefile.am
20793           autogen.sh
20794           configure.ac
20795                 enable building with automake 1.8.x
20796                 add 'autopoint --force' to autogen.sh and remove all
20797                 auto-generated files, remove ac/ directory and use
20798                 m4/ directory instead
20799                 
20800         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20801                 fix gettextization
20802
20803 2004-02-28 Colin Leroy <colin@colino.net>
20804         * src/prefs_matcher.c
20805           src/prefs_filtering.c
20806           src/prefs_filtering_action.c
20807                 Fix non-editable GtkEntries
20808
20809 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20810         * src/prefs_themes.c
20811                 utf8 conversion for theme info
20812
20813 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20814         * sync 0.9.9claws
20815
20816 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20817         * src/grouplistdialog.c
20818                 allow multiple selections without ctrl key
20819
20820 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20821         * src/main.c
20822                 enable customizable accelerators
20823
20824 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20825         * src/prefs_common.c
20826                 re-enable different font settings for gtk1/2
20827         * src/prefs_folder_item.c
20828                 fix folder prefs displayed wrong
20829         * src/textview.c
20830                 set 'sunken' shadow type
20831
20832 2004-02-07 Colin Leroy <colin@colino.net>
20833         * src/compose.c
20834                 Fix message being always [Edited]
20835                 Encode headers correctly (utf8 buf)
20836
20837 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20838         * src/socket.c
20839                 remove double g_source_attach()
20840                 (Thanks to Colin Leroy)
20841
20842 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20843         * src/gtk/gtksctree.c
20844                 Fix SSL certificate list not shown
20845         * src/mimeview.c
20846                 Fix clicks in mime tree
20847
20848 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20849         * src/common/socket.c
20850                 Fix SSL receive
20851         * src/compose.c
20852                 Fix clipboard menu hotkeys
20853
20854 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20855         * src/gtk/gtkaspell.[ch]
20856           src/compose.c
20857                 reimplement spellchecker
20858
20859 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20860         * src/gtk/filesel.c
20861                 crash when inserting file in compose window
20862                 (TODO: keep old selection on clicks)
20863         * src/main.c
20864                 use gtkrc-2.0 instead of gtkrc
20865
20866 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20867         * src/messageview.c
20868                 remove orphaned mimeview unref()
20869
20870 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20871         * src/grouplistdialog.c
20872                 expand nodes containing subscribed groups
20873
20874 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20875         * src/textview.c
20876                 textview: hide cursor, restore old click behaviour
20877
20878 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20879         * src/textview.c
20880                 variable names messed up
20881
20882 2004-01-17 Colin Leroy <colin@colino.net>
20883         * src/addr_compl.c
20884                 Fix completion address too thin
20885         * src/compose.c
20886                 Fix tab-to-subject behaviour
20887         * src/summaryview.c
20888                 Implement key up & down in summaryview
20889
20890 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20891
20892         * sync 098claws
20893
20894 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20895         * configure.ac
20896           Makefile.am
20897           doc/.cvsignore
20898           doc/Makefile.am
20899                 faq, man, manual moved to doc/
20900         * ac/aspell.m4
20901           ac/check-type.m4
20902           ac/gnupg-check-typedef.m4
20903           ac/openssl.m4
20904           ac/spamassassin.m4
20905           ac/missing/gdk-pixbuf.m4
20906           ac/missing/gpgme.m4
20907           ac/missing/imlib.m4
20908                 fix automake warnings
20909
20910 2003-12-06 Colin Leroy <colin@colino.net>
20911         * src/summaryview.c
20912                 Fix quicksearch
20913
20914 2003-12-05 Colin Leroy <colin@colino.net>
20915         * src/summaryview.c
20916                 Fix going to next unread folder
20917
20918 2003-12-05 Colin Leroy <colin@colino.net>
20919         * src/crash.c
20920                 Fix gtk2 compilation
20921         * src/session.c
20922                 Remove iotag source handler at disconnection
20923         * src/socket.[ch] 
20924                 Remove source handler when closing socket 
20925                 (fixes another seg)
20926
20927 2003-12-04 Colin Leroy <colin@colino.net>
20928         * src/compose.c
20929           src/prefs_account.c
20930           src/prefs_common.c
20931                 Fix some dropdown menus
20932
20933 2003-12-04 Colin Leroy <colin@colino.net>
20934         * src/compose.c
20935                 Fix event handlers on header fields
20936         * src/common/socket.c
20937           src/common/session.c
20938                 Fix segfault with callback (SSL)
20939                 Fix end of session 
20940
20941 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20942
20943         * Fix compile bug in src/compose.c
20944         * removed src/gtk/gtkstext.[ch]
20945
20946 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20947
20948         * Convert character set and escape "text" attributes in toolbar setting
20949         files.
20950         * Fixed bug in button-press-event handling.
20951
20952 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20953
20954         * Fixed bug in key-press-event handling.
20955
20956 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20957
20958         * Enabled to compile tray-icon plugin (Ad-hoc).
20959         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20960
20961 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20962
20963         * Enabled to compile on sylpheed-claws.
20964         (tray-icon plugin still cannot compile yet.)
20965
20966 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20967
20968         * Updated to 0.9.5.
20969
20970 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20971
20972         * Updated to 0.9.4.
20973         * Ported monitoring SSL mechanism to GSource of GLib2
20974         (I don't confirm it)
20975         * Added _gtk2 suffix to key name of font preference to avoid
20976         ovverwriting preference of Gtk+-1.2 version.
20977
20978 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20979
20980         * Updated to 0.9.2.
20981
20982 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20983
20984         * Updated to 0.9.1.
20985         * Translate po files into UTF-8 when execute autogen.sh.
20986
20987 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20988
20989         * Updated to 0.9.0.
20990
20991 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20992
20993         * Plugged GError related memory leaks.
20994
20995 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20996
20997         * Changed default size of fonts.
20998         * Enabled to set titile font size of warning dialog.
20999
21000 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
21001
21002         * Embed a sylpheed icon into executable binary on Windows.
21003
21004 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
21005
21006         * I forgot to traslate character set of element string in src/xml.c.
21007
21008 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
21009
21010         * Fixed detecting bind_textdomain_codeset in configure.in.
21011         * The bug in which "Example" of "Date fromat" preference isn't displayed
21012         correctly has been fixed.
21013
21014 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
21015
21016         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
21017           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
21018           glib-gettextize
21019           Removed intl directory.
21020           Translated po files into UTF-8.
21021           (Thanks! Ryuji Abe)
21022
21023 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
21024
21025         * The bug which doesn't unscape string in xml.c has been fixed.
21026
21027 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
21028
21029         * The bug which is failed to translate encoding of file name thorough
21030         file dialog has been fixed.
21031
21032 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
21033
21034         * Modified to translate file names which is used in inporting/expoting
21035         mbox feature and "Save as" feature into locale encoding.
21036         * Translate file names into locale encoding when "Attache file" and
21037         "Insert file".
21038         * Force set G_BROKEN_FILENAMES environment variable.
21039         * Other minor fixes.
21040
21041 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
21042
21043         * Modified to treat MH folder's name as locale encoding.
21044
21045 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
21046
21047         * The bug which clash on switching candidates of auto completion of
21048         addresses, cannot use auto completion in Japanesse is fixed
21049         (Thanks! Tokunaga-san)¡¥
21050
21051 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21052
21053         * The bug which cannot switch key accelerator preference has been fixed
21054         (Thanks! smbd-san)¡¥
21055
21056 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21057
21058         * version 0.8.11-gtk2-20030314
21059
21060 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21061
21062         * The bug in which character set conversion of filtering messages has
21063         been fixed.(Thanks! COCOA-san).
21064
21065 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
21066
21067         * Revived "Leave space on head" preference in "Message" category.
21068         * A bug which clash when put the cursor to end of buffer and execute
21069         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
21070
21071 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21072
21073         * version 0.8.11-gtk2-20030312
21074
21075 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21076
21077         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
21078         * Modified to use Pango's API directly for font preference.
21079         * Integrated GtkTextView of textview to one widget.
21080         * Set fonts of header title in textview by "header_title" tag.
21081         * Removed some deprecated codes.
21082
21083 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
21084
21085         * Updated to 0.8.11.
21086         * Merged cygwin patch(Thanks! Sakai-san).
21087
21088 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
21089
21090         * version 0.8.10-gtk2-20030309