8ab262efaa1656501c79d2a3de960abcece6142d
[claws.git] / ChangeLog
1 2006-12-18 [wwp]        2.6.1cvs49
2
3         * src/common/session.c
4                 Fix a compiler warning (thanks to Fabien).
5
6 2006-12-18 [wwp]        2.6.1cvs48
7
8         * src/compose.c
9         * src/prefs_quote.c
10                 Factorize some strings for translation (it's about error
11                 messages when applying or checking template/quote format).
12
13 2006-12-18 [colin]      2.6.1cvs47
14
15         * Makefile.am
16         * src/common/defs.h
17         * src/gtk/Makefile.am
18         * src/gtk/about.c
19                 Add a Release notes tab from the contents of
20                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
21
22 2006-12-17 [colin]      2.6.1cvs46
23
24         * src/mimeview.c
25         * src/textview.c
26         * src/gtk/filesel.c
27                 Correctly convert from/to UTF8/filename encoding
28                 when loading and saving files. Probably fixes
29                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
30                 for a file to attach and is blocked...'
31
32 2006-12-17 [colin]      2.6.1cvs45
33
34         * src/gtk/logwindow.c
35                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
36                 IMAP folder and is blocked on main thread': 
37                 make sure we put utf8 in the log.
38
39 2006-12-16 [colin]      2.6.1cvs44
40
41         * src/toolbar.c
42         * src/toolbar.h
43                 Fix bug 1055, 'Add the 'cancel receive' 
44                 in the available events for the toolbar buttons'
45
46 2006-12-16 [colin]      2.6.1cvs43
47
48         * po/POTFILES.in
49         * src/imap.c
50         * src/common/nntp.c
51         * src/common/session.c
52                 Log error when SSL handshakes fail. 
53                 Fixes bug 1082, 'incorrect / imprecise 
54                 error message when imap server provides 
55                 ssl only through STARTTLS but SSL is 
56                 selected'
57
58 2006-12-15 [wwp]        2.6.1cvs42
59
60         * src/plugins/bogofilter/bogofilter_gtk.c
61                 set proper sensitivity to widgets I've recently added.
62
63 2006-12-15 [colin]      
64
65         2.7.0-rc1 released
66
67 2006-12-15 [wwp]        2.6.1cvs41
68
69         * src/plugins/bogofilter/bogofilter.c
70         * src/plugins/bogofilter/bogofilter.h
71         * src/plugins/bogofilter/bogofilter_gtk.c
72                 bogofilter's whitelist can now use a subset of
73                 the addressbook (either a book, a subfolder of a book,
74                 or the whole addressbook by using "Any"). Re-used there
75                 some pref_matcher widgets and mechanisms to match a subset
76                 of the addressbook.
77
78 2006-12-15 [wwp]        2.6.1cvs40
79
80         * src/wizard.c
81         * src/common/plugin.c
82         * src/common/plugin.h
83         * src/gtk/about.c
84         * src/plugins/bogofilter/bogofilter.c
85         * src/plugins/clamav/clamav_plugin.c
86         * src/plugins/demo/demo.c
87         * src/plugins/dillo_viewer/dillo_viewer.c
88         * src/plugins/pgpcore/plugin.c
89         * src/plugins/pgpinline/plugin.c
90         * src/plugins/pgpmime/plugin.c
91         * src/plugins/spamassassin/spamassassin.c
92         * src/plugins/trayicon/trayicon.c
93                 factorize some translatable strings (plugins-related),
94                 fix missing punctuation in several places,
95                 remove useless translatable \n in about.c,
96                 and factorize plugin init code w/ a new function
97                 check_plugin_version() in common/plugin.c.
98                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
99
100 2006-12-15 [wwp]        2.6.1cvs39
101
102         * src/plugins/bogofilter/bogofilter.c
103         * src/plugins/bogofilter/bogofilter_gtk.c
104                 flag whitelisted spams as spam, but don't filter it to the spam
105                 folder. Thanks to Colin.
106
107 2006-12-15 [ticho]      2.6.1cvs38
108
109         * src/plugins/bogofilter/bogofilter.c
110         * src/plugins/bogofilter/bogofilter.h
111         * src/plugins/bogofilter/bogofilter_gtk.c
112                 Add option to whitelist senders found in addressbook. Patch by colin.
113
114 2006-12-15 [paul]       2.6.1cvs37
115
116         * src/folderview.c
117                 add missing #include "log.h"
118
119 2006-12-15 [paul]       2.6.1cvs36
120
121         * src/plugins/bogofilter/bogofilter.c
122         * src/plugins/bogofilter/bogofilter.h
123         * src/plugins/bogofilter/bogofilter_gtk.c
124                 Add an option to allow inserting an
125                 X-Claws-Bogosity header (on MH folders
126                 only). Patch by Colin
127
128 2006-12-14 [colin]      2.6.1cvs35
129
130         * src/main.c
131                 "Yes" should be the default choice for
132                 migration configuration
133
134 2006-12-14 [paul]       2.6.1cvs34
135
136         * src/prefs_summaries.c
137         * manual/advanced.xml
138                 Unhide mark_as_read_delay
139
140 2006-12-14 [paul]       2.6.1cvs33
141
142         * src/messageview.c
143         * src/messageview.h
144         * src/mimeview.c
145         * src/mimeview.h
146         * src/summaryview.c
147         * src/textview.c
148         * src/textview.h
149                 Fix printing of selection
150                 Fix printing of message parts
151                 Fix printing of images
152         * src/gtk/gtksourceprintjob.c
153                 Fix page count when there are images
154
155 2006-12-14 [wwp]        2.6.1cvs32
156
157         * src/mainwindow.c
158         * src/summaryview.c
159         * src/summaryview.h
160         * src/gtk/quicksearch.c
161                 fix quicksearch 'magnify' button status when QS is closed
162                 using the Escape key, thanks to Colin.
163
164 2006-12-14 [wwp]        2.6.1cvs31
165
166         * src/mainwindow.c
167         * src/summaryview.c
168         * src/summaryview.h
169         * src/gtk/quicksearch.c
170                 fix quicksearch 'magnify' button status when QS is closed
171                 using the Escape key, thanks to Colin.
172
173 2006-12-13 [colin]      2.6.1cvs30
174
175         * src/ldapquery.c
176         * src/ldaputil.c
177                 Use the binary safe version of ldap_get_values,
178                 to make sure we manipulate null-terminated 
179                 strings. Maybe fixes bug 1075, 'claws mail 
180                 segfault when completing ldap adresses'
181         * src/syldap.c ** REMOVED **
182         * src/syldap.h ** REMOVED **
183                 Remove dead files
184
185 2006-12-13 [mones]      2.6.1cvs29
186
187         * po/es.po
188                 Fixed piped strings, fixed click translation
189
190 2006-12-13 [paul]       2.6.1cvs28
191
192         * src/main.c
193                 don't translate these strings
194
195 2006-12-13 [paul]       2.6.1cvs27
196
197         * po/en_GB.po
198                 updated
199
200 2006-12-13 [colin]      2.6.1cvs26
201
202         * src/main.c
203         * src/main.h
204                 Add claws_is_starting()
205
206 2006-12-13 [mones]      2.6.1cvs25
207
208         * manual/es/advanced.xml
209         * po/es.po
210                 Synced manual and updated translation
211
212 2006-12-12 [colin]      2.6.1cvs24
213
214         * src/wizard.c
215                 Add an option to use STARTTLS in the
216                 welcome wizard. Fixes bug 1080, 
217                 'Using SSL option in wizard for incoming 
218                 server does not activate SSL with STARTTLS'
219
220 2006-12-12 [colin]      2.6.1cvs23
221
222         * src/main.c
223                 Don't exit when there's an incomplete
224                 mailbox configured - leaves a chance 
225                 to fix a failing IMAP account. Exit
226                 if no mailbox at all is loaded (case
227                 of missing plugin).
228                 Completes bug 1077's fix (I was wrong
229                 in this bug's comment #3).
230
231 2006-12-12 [colin]      2.6.1cvs22
232
233         * src/gtk/menu.h
234                 Add another menu data type
235         * src/prefs_account.c
236                 Complete the completion of bug 1076
237                 (doesn't lose the pref on apply)
238
239 2006-12-12 [paul]       2.6.1cvs21
240
241         * src/prefs_account.c
242                 complete the fix of bug 1076
243                 also be more verbose with the text
244
245 2006-12-12 [paul]       2.6.1cvs20
246
247         * src/gtk/combobox.c
248                 fix compilation warning
249
250 2006-12-11 [colin]      2.6.1cvs19
251
252         * src/wizard.c
253                 Document :port in server entry tooltips
254
255 2006-12-11 [colin]      2.6.1cvs18
256
257         * src/main.c
258                 Fix compile
259
260 2006-12-11 [colin]      2.6.1cvs17
261
262         * src/main.c
263                 Add failing IMAP as a reason for no
264                 mailbox
265
266 2006-12-11 [colin]      2.6.1cvs16
267
268         * src/prefs_account.c
269                 Check for existence of inbox for local
270                 accounts too
271         * src/wizard.c
272                 Allow setting the port to use for servers
273                 by using the usual "server.example.com:port"
274                 syntax. Fixes bug 1077, 'sylpheed-claws does 
275                 not start when IMAP server is unavailable'
276
277 2006-12-11 [colin]      2.6.1cvs15
278
279         * src/prefs_account.c
280                 Prevent use of non-existing default inbox
281
282 2006-12-11 [colin]      2.6.1cvs14
283
284         * src/prefs_account.c
285                 Fix sensitivity. Fixes bug 1076, 'privacy 
286                 options are displayed even when pgp plugin 
287                 not loaded / available'
288
289 2006-12-09 [colin]      2.6.1cvs13
290
291         * manual/advanced.xml
292         * src/prefs_common.c
293         * src/prefs_common.h
294         * src/common/ssl_certificate.c
295                 Add a new hidden preference, 'unsafe_ssl_certs',
296                 which allows to store multiple certificates per
297                 server/port. This is disabled by default because
298                 it's less secure (presenting a new certificate
299                 instead of a changed one raises less alarms).
300                 This will cause Claws to ask about an unknown
301                 certificate for people who have used 2.6.1cvs8
302                 or greater.
303
304 2006-12-09 [colin]      2.6.1cvs12
305
306         * src/action.c
307                 Fix cache updating after action
308
309 2006-12-07 [wwp]        2.6.1cvs11
310
311         * src/compose.c
312                 fix email address comparison when replying to all
313                 (avoid replying to ourselves), thanks to Colin.
314
315 2006-12-06 [paul]       2.6.1cvs10
316
317         * src/addrharvest.c
318         * src/editldap.c
319         * src/expldifdlg.c
320         * src/news.c
321         * src/toolbar.c
322         * src/common/utils.c
323                 ...and more renaming
324                 Thanks to Colin
325
326 2006-12-06 [paul]       2.6.1cvs9
327
328         * src/compose.c
329         * src/messageview.c
330         * src/procheader.c
331         * src/procmime.c
332         * src/procmsg.c
333         * src/textview.c
334                 more renaming
335                 Thanks to Colin
336
337 2006-12-06 [colin]      2.6.1cvs8
338
339         * src/ssl_manager.c
340         * src/common/ssl_certificate.c
341         * src/common/ssl_certificate.h
342                 Handle multiple certificates per host/port
343
344 2006-12-06 [colin]      2.6.1cvs7
345
346         * src/etpan/imap-thread.c
347                 Fix certificate checking on IMAP
348
349 2006-12-06 [colin]      2.6.1cvs6
350
351         * src/folderview.c
352                 Fix bug 1072, 'Claws stops fetching newsgroups 
353                 from server when newsgroup got deleted': continue
354                 checking other groups
355
356 2006-12-05 [wwp]        2.6.1cvs5
357
358         * src/message_search.c
359         * src/summary_search.c
360         * src/gtk/combobox.c
361         * src/gtk/combobox.h
362         * src/gtk/gtkutils.c
363         * src/gtk/gtkutils.h
364                 make up and down arrow keys in modern gtk_combo_box_entry widgets
365                 behave like w/ old comboboxes (summary and message search only).
366
367 2006-12-05 [paul]       2.6.1cvs4
368
369         * src/wizard.c
370                 encode headers
371                 Thanks to Colin
372
373 2006-12-05 [paul]       2.6.1cvs3
374
375         * tools/README
376         * tools/textviewer.pl
377                 script updated and description added
378
379 2006-12-04 [colin]      2.6.1cvs2
380
381         * src/compose.c
382                 Run pre-send hook only when checking
383                 everything
384
385 2006-12-04 [paul]       2.6.1cvs1
386
387         * NEWS
388         * README
389         * RELEASE_NOTES
390         * configure.ac
391         * tools/README
392                 bump up version number following stable release
393
394 2006-12-04 [paul]       2.6.0cvs83
395
396         * README
397                 updates and corrections
398
399 2006-12-04 [colin]      2.6.0cvs82
400
401         * src/common/utils.c
402                 Probably fix bug 1066, 'Incorrect mailbox 
403                 size displayed'
404
405 2006-12-04 [colin]      2.6.0cvs81
406
407         * src/common/utils.c
408                 Trim tabs from mailcap file too.
409
410 2006-12-02 [paul]       2.6.0cvs80
411
412         * src/exphtmldlg.c
413                 fix broken GUI under certain languages
414         * src/expldifdlg.c
415                 put the Cancel button to the right
416
417 2006-12-01 [paul]       2.6.0cvs79
418
419         * tools/Makefile.am
420                 remove reference to removed file
421
422 2006-12-01 [wwp]        2.6.0cvs78
423
424         * src/addressbook.c
425         * src/editaddress.c
426                 remove forgotten debug statements.
427
428 2006-12-01 [wwp]        2.6.0cvs77
429
430         * manual/advanced.xml
431         * manual/fr/advanced.xml
432         * src/addressbook.c
433         * src/addressbook.h
434         * src/addressitem.h
435         * src/editaddress.c
436         * src/editaddress.h
437         * src/prefs_common.c
438         * src/prefs_common.h
439         * src/gtk/gtkutils.c
440         * src/gtk/gtkutils.h
441                 add a hidden option to allow embedding the editaddress (edit contact details)
442                 dialog into the addressbook's window. This doesn't change the default
443                 behaviour.
444
445 2006-12-01 [wwp]        2.6.0cvs76
446
447         * src/message_search.c
448         * src/summary_search.c
449                 fix more focus issues (don't set focus to combobox's entry widget when
450                 entry's value changed, if entry widget has focus already).
451
452 2006-12-01 [wwp]        2.6.0cvs75
453
454         * src/gtk/quicksearch.c
455                 revert last changes to the quicksearch gtk_combo_box, this needs more
456                 tuning and testing.
457
458 2006-12-01 [paul]       2.6.0cvs74
459
460         * tools/kdeservicemenu/README
461         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
462         * tools/kdeservicemenu/install.sh
463         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
464         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
465                 simplify this stuff, and in so doing,
466                 fix it. (possibly re-extend it again at
467                 a later date)
468
469 2006-12-01 [wwp]        2.6.0cvs73
470
471         * src/gtk/quicksearch.c
472                 adapt quicksearch code to use modern gtk_combo_box'es.
473
474 2006-12-01 [wwp]        2.6.0cvs72
475
476         * src/common/defs.h
477         * src/prefs_common.c
478         * src/prefs_common.h
479         * src/message_search.c
480         * src/summary_search.c
481         * src/gtk/combobox.c
482         * src/gtk/combobox.h
483                 add history combos to all message and summary search fields.
484
485 2006-12-01 [wwp]        2.6.0cvs71
486
487         * src/summaryview.c
488                 As the list may change while the mark as read delay
489                 runs, we can't rely on the 'row' pointer, which can
490                 be invalid when the timeout is called. As the mark
491                 as read is only done if the message is still selected,
492                 use summaryview->selected instead. Thanks to Colin.
493
494 2006-11-30 [paul]       2.6.0cvs70
495
496         * src/textview.c
497                 give emphasis to "Sylpheed-Claws"
498                 as well as "Claws Mail"
499
500 2006-11-30 [colin]      2.6.0cvs69
501
502         * src/wizard.c
503                 Put the SSL checkboxes in the receiving
504                 and sending server pages.
505
506 2006-11-29 [colin]      2.6.0cvs68
507
508         * src/gtk/gtkutils.c
509         * src/gtk/gtkvscrollbutton.c
510                 Revert some deprecated fixes - they seem to
511                 deprecate stuff as soon as a new one gets out.
512                 g_object_ref_sink needed glib-2.10.
513
514 2006-11-29 [colin]      2.6.0cvs67
515
516         * src/common/utils.c
517                 Create .mailcap if it doesn't exist
518
519 2006-11-29 [colin]      2.6.0cvs66
520
521         * src/compose.c
522                 Followup to cvs60: use original list
523                 of recipients if replying to a mail
524                 in Sent Drafts or Queue.
525
526 2006-11-27 [paul]       2.6.0cvs65
527
528         * src/image_viewer.c
529                 revert the last change for now (it's broken)
530
531 2006-11-27 [paul]       2.6.0cvs64
532
533         * Makefile.am
534         * configure.ac
535         * m4/aclocal-include.m4
536         * m4/check-type.m4
537         * src/Makefile.am
538         * src/addr_compl.c
539         * src/compose.c
540         * src/crash.c
541         * src/export.c
542         * src/exporthtml.c
543         * src/exportldif.c
544         * src/imap.c
545         * src/import.c
546         * src/main.c
547         * src/main.h
548         * src/matcher.c
549         * src/mimeview.c
550         * src/procmsg.c
551         * src/textview.c
552         * src/common/Makefile.am
553         * src/common/claws.c
554         * src/common/claws.h
555         * src/common/ssl.c
556         * src/common/sylpheed.c
557         * src/common/sylpheed.h
558         * src/etpan/Makefile.am
559         * src/gtk/Makefile.am
560         * src/gtk/claws-marshal.list
561         * src/gtk/filesel.c
562         * src/gtk/gtksctree.c
563         * src/gtk/quicksearch.c
564         * src/gtk/sylpheed-marshal.list
565         * src/plugins/bogofilter/bogofilter.c
566         * src/plugins/bogofilter/bogofilter_gtk.c
567         * src/plugins/clamav/clamav_plugin.c
568         * src/plugins/clamav/clamav_plugin_gtk.c
569         * src/plugins/demo/demo.c
570         * src/plugins/dillo_viewer/dillo_viewer.c
571         * src/plugins/pgpcore/Makefile.am
572         * src/plugins/pgpcore/claws.def
573         * src/plugins/pgpcore/pgp_viewer.c
574         * src/plugins/pgpcore/plugin.c
575         * src/plugins/pgpcore/sylpheed.def
576         * src/plugins/pgpinline/Makefile.am
577         * src/plugins/pgpinline/claws.def
578         * src/plugins/pgpinline/plugin.c
579         * src/plugins/pgpinline/sylpheed.def
580         * src/plugins/pgpmime/Makefile.am
581         * src/plugins/pgpmime/claws.def
582         * src/plugins/pgpmime/plugin.c
583         * src/plugins/pgpmime/sylpheed.def
584         * src/plugins/spamassassin/spamassassin.c
585         * src/plugins/spamassassin/spamassassin_gtk.c
586         * src/plugins/trayicon/trayicon.c
587                 yet more renaming
588                 remove deprecated gtk_tooltips_set_delay()
589
590 2006-11-26 [paul]       2.6.0cvs63
591
592         * src/expldifdlg.c
593         * src/folderview.c
594         * src/image_viewer.c
595         * src/mainwindow.c
596         * src/gtk/gtkutils.c
597         * src/gtk/gtkvscrollbutton.c
598         * src/gtk/prefswindow.c
599         * src/plugins/pgpcore/prefs_gpg.c
600                 replace more deprecated GTK+ functions
601
602 2006-11-26 [paul]       2.6.0cvs62
603
604         * src/addr_compl.c
605         * src/addressbook.c
606         * src/browseldap.c
607                 replace deprecated gtk_idle_... functions
608
609 2006-11-26 [paul]       2.6.0cvs61
610
611         * src/compose.c
612         * src/folderview.c
613         * src/inc.c
614         * src/summaryview.c
615         * src/gtk/gtkvscrollbutton.c
616         * src/gtk/quicksearch.c
617         * src/plugins/pgpcore/passphrase.c
618                 replace deprecated gtk_timeout_add and
619                 gtk_timeout_remove
620
621 2006-11-26 [paul]       2.6.0cvs60
622
623         * src/compose.c
624                 fix bug that caused the wrong recipient
625                 to be selected when replying to a msg
626                 which is From one of our accounts to
627                 another of our accounts
628
629 2006-11-25 [paul]       2.6.0cvs59
630
631         * src/summaryview.c
632                 don't change the From column title to
633                 To if the To column is visible
634
635 2006-11-24 [paul]       2.6.0cvs58
636
637         * src/compose.c
638                 fix bug 1069, 'Sent mails disappear, BCC
639                 or locking problem?'
640
641 2006-11-21 [wwp]        2.6.0cvs57
642
643         * src/compose.c
644                 fix spelling menu when replying (same as 2.3.1cvs39):
645                 discrepancy between context menu and top menu when
646                 folder's dictionary isn't the default one.
647
648 2006-11-19 [paul]       2.6.0cvs56
649
650         * src/summaryview.c
651                 obey always_show_msg option when
652                 marking as spam
653         * src/plugins/bogofilter/bogofilter.c
654                 fix typo
655
656 2006-11-18 [paul]       2.6.0cvs55
657
658         * AUTHORS
659         * README
660         * debian/copyright
661         * manual/ack.xml
662         * manual/es/ack.xml
663         * manual/fr/ack.xml
664         * manual/pl/ack.xml
665         * src/gtk/authors.h
666         * src/gtk/icon_legend.c
667         * src/gtk/icon_legend.h
668         * tools/OOo2claws-mail.pl
669         * tools/README
670         * tools/acroread2claws-mail.pl
671         * tools/claws.i18n.status.pl
672         * tools/filter_conv.pl
673         * tools/filter_conv_new.pl
674         * tools/freshmeat_search.pl
675         * tools/google_search.pl
676         * tools/kmail2claws-mail.pl
677         * tools/kmail2claws-mail_v2.pl
678         * tools/maildir2claws-mail.pl
679         * tools/make.themes.project
680         * tools/multiwebsearch.pl
681         * tools/outlook2claws-mail.pl
682         * tools/tb2claws-mail
683         * tools/kdeservicemenu/README
684         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
685                 update mine and wwp's email addresses in
686                 several places
687                 Patch by wwp
688         * src/prefs_compose_writing.c
689                 set sensitivity on 'new message format' frame
690
691 2006-11-17 [paul]       2.6.0cvs54
692
693         * src/gtk/about.c
694                 more reworking of the GUI
695                 Patch by Fabien Vantard
696
697 2006-11-16 [paul]       2.6.0cvs53
698
699         * src/gtk/about.c
700                 set a minimum size for the window, allow
701                 it to automatically expand as necessary
702
703 2006-11-16 [wwp]        2.6.0cvs52
704
705         * src/gtk/about.c
706                 better wrap of copyright info on some systems.
707
708 2006-11-16 [paul]       2.6.0cvs51
709
710         * src/gtk/about.c
711                 move the tech info from the upper panel
712                 to the Info tab
713                 use a gtk_text_view for the features tab
714
715 2006-11-16 [paul]       2.6.0cvs50
716
717         * po/Makevars
718                 update my email address
719         * src/addressbook.c
720         * src/compose.c
721         * src/imap_gtk.c
722         * src/mh_gtk.c
723         * src/news_gtk.c
724         * src/summaryview.c
725         * src/plugins/trayicon/trayicon.c
726                 don't offer simple menu separators
727                 for translation
728         * src/folderview.c
729                 add separator between 'mark all read'
730                 and 'search folder'
731
732 2006-11-15 [wwp]        2.6.0cvs49
733
734         * src/gtk/authors.h
735                 updated manuals authors.
736
737 2006-11-14 [paul]       2.6.0cvs48
738
739         * src/compose.c
740                 Fix Options/Reply mode after draft save
741
742 2006-11-14 [paul]       2.6.0cvs47
743
744         * src/Makefile.am
745                 Fix make DESTDIR=...
746         * src/mbox.c
747                 Optimise speed
748         * src/plugins/pgpinline/pgpinline.c
749                 Probably fix bug 1061
750
751 2006-11-14 [paul]       2.6.0cvs46
752
753         * po/Makevars
754                 enable Q_ macro
755         * src/Makefile.am
756         * src/stock_pixmap.c
757         * src/stock_pixmap.h
758         * src/gtk/about.c
759         * src/pixmaps/active.xpm
760         * src/pixmaps/inactive.xpm
761                 add a new page, 'Features', to the About dialog
762                 showing which features are compiled in and which
763                 are not
764
765 2006-11-14 [paul]       2.6.0cvs45
766
767         * po/ru.po
768                 updated by Pavlo Bohmat
769
770 2006-11-14 [colin]      2.6.0cvs44
771
772         * src/compose.c
773         * src/inc.c
774         * src/messageview.c
775         * src/news.c
776         * src/pop.c
777         * src/procmsg.c
778         * src/gtk/gtkaspell.c
779                 Fix 64-bit-related warnings
780         * src/ssl_manager.c
781                 Fix possible infinite loop
782         * src/plugins/pgpcore/sgpgme.c
783                 Remove useless check
784
785 2006-11-13 [colin]      2.6.0cvs43
786
787         * src/gtk/Makefile.am
788                 authors.h isn't generated
789
790 2006-11-13 [colin]      2.6.0cvs42
791
792         * src/plugins/pgpinline/pgpinline.c
793         * src/plugins/pgpmime/pgpmime.c
794                 Very probably fix bug 1061, 'crash on 
795                 opening signed email'. Another cast
796                 problem
797
798 2006-11-13 [colin]      2.6.0cvs41
799
800         * src/plugins/pgpcore/sgpgme.c
801                 Maybe fix bug 1061, 'crash on opening 
802                 signed email'
803
804 2006-11-13 [wwp]        2.6.0cvs40
805
806         * src/plugins/pgpinline/pgpinline.c
807                 fix candidate for bug #1057, thanks to Colin.
808
809 2006-11-13 [wwp]        2.6.0cvs39
810
811         * src/compose.c
812         * src/quote_fmt_parse.y
813                 fix bug 1052: current parser buffer was not always 
814                 allocated, ptr to this buffer could be returned as 
815                 NULL whereas no parser error has occurred. in 
816                 consequence, defining a template body as "%d" 
817                 (w/o the quotes) for the first time of the instance 
818                 of claws-mail, was reporting a parser error. make 
819                 sure that the buffer is always allocated, even to 
820                 an empty string.
821                 fix mis-unescaping in compose.:compose_quote_fmt(): 
822                 unescaping of the fmt string was always done 
823                 whereas it must be done *only* when receiving 
824                 quote format strings issued from the prefs 
825                 (compose new message, reply, forward, redirect 
826                 formats), *not* when applying templates.  in 
827                 consequences, applying templates w/ sequences 
828                 like \\|p{echo} were failing. make sure that 
829                 unescaping is done only when necessary.
830
831 2006-11-12 [colin]      2.6.0cvs38
832
833         * po/de.po
834                 Fix typo (s/KB/MB)
835
836 2006-11-12 [colin]      2.6.0cvs37
837
838         * src/plugins/pgpinline/pgpinline.c
839         * src/plugins/pgpmime/pgpmime.c
840                 Release GPG context at the latest 
841                 possible moment. Maybe fixes 
842                 bug 1057, 'crash on sending signed 
843                 message to a newsgroup'
844                 
845
846 2006-11-12 [colin]      2.6.0cvs36
847
848         * src/plugins/pgpcore/sgpgme.c
849                 Tell a bit more when gpg's status doesn't
850                 contain any signature
851
852 2006-11-12 [colin]      2.6.0cvs35
853
854         * src/compose.c
855                 Fix bug 1060, 'compilation error with 
856                 Irix's cc'
857
858 2006-11-12 [paul]       2.6.0cvs34
859
860         * doc/man/claws-mail.1
861         * src/prefs_gtk.c
862         * src/plugins/clamav/README
863         * src/plugins/spamassassin/README
864         * tools/README
865         * tools/freshmeat_search.pl
866         * tools/google_search.pl
867         * tools/multiwebsearch.pl
868                 more renaming
869         * src/plugins/trayicon/trayicon.c
870                 fix compiliation warning
871
872 2006-11-11 [colin]      2.6.0cvs33
873
874         * src/folderview.c
875                 Forbid drag and drop from/to different
876                 folders of type F_UNKNOWN
877
878 2006-11-11 [colin]      2.6.0cvs32
879
880         * src/plugins/pgpinline/pgpinline.c
881                 Fix typo in previous commit:
882                 - gpgme_new(&ctx);
883                 + if ((err = gpgme_new(&data->ctx)) ...)
884
885 2006-11-11 [colin]      2.6.0cvs31
886
887         * src/plugins/pgpinline/pgpinline.c
888         * src/plugins/pgpmime/pgpmime.c
889                 Check success after calling gpgme_new
890                 Maybe fixes bug 1057, 'crash on sending 
891                 signed message to a newsgroup'
892
893 2006-11-11 [colin]      2.6.0cvs30
894
895         * src/undo.c
896                 init undostruct to 0s (from
897                 valgrind log of bug 1057)
898
899 2006-11-10 [colin]      2.6.0cvs29
900
901         * src/mainwindow.c
902                 Set cursor to wait before filtering
903                 duplicates in all folders
904         * src/plugins/bogofilter/bogofilter.c
905         * src/plugins/bogofilter/bogofilter.h
906         * src/plugins/bogofilter/bogofilter_gtk.c
907                 Completely thread away the bogofilter
908                 filtering
909
910 2006-11-10 [mones]      2.6.0cvs28
911
912         * src/compose.c
913         * src/compose.h
914                 added COMPOSE_CHECK_BEFORE_SEND hook
915
916 2006-11-10 [paul]       2.6.0cvs27
917
918         * src/crash.c
919                 more renaming
920                 add libSM to get_compiled_in_features()
921         * src/main.c
922                 more renaming
923
924 2006-11-10 [colin]      2.6.0cvs26
925
926         * src/etpan/imap-thread.c
927                 Add a reference to libetpan's sasl engine
928                 so that sasl_done() doesn't get called by
929                 libetpan, and doesn't break openssl.
930                 Should fix bug 1053, 'SC fails to reestablish 
931                 a secure connection'
932                 Patch by Hoa
933
934 2006-11-10 [colin]      2.6.0cvs25
935
936         * manual/addrbook.xml
937         * manual/advanced.xml
938         * manual/faq.xml
939         * manual/intro.xml
940                 Some more renaming
941
942 2006-11-09 [colin]      2.6.0cvs24
943
944         * src/plugins/bogofilter/bogofilter_gtk.c
945                 Add comment about annoyance
946
947 2006-11-09 [colin]      2.6.0cvs23
948
949         * src/plugins/bogofilter/bogofilter.c
950         * src/plugins/bogofilter/bogofilter_gtk.c
951                 Prepare things needed to thread bogofilter
952                 filtering: separate bogo stuff and possible GUI
953                 stuff. 
954
955 2006-11-09 [colin]      2.6.0cvs22
956
957         * src/account.c
958         * src/compose.c
959                 Search for one of our accounts in Delivered-To
960                 (helps for auto-account selection when 
961                  replying/forwarding)
962         * src/folderview.c
963         * src/mainwindow.c
964         * src/mainwindow.h
965         * src/plugins/trayicon/trayicon.c
966                 Allow opening a new mail with any account from
967                 the contextual menu
968
969 2006-11-09 [wwp]        2.6.0cvs21
970
971         * src/compose.c
972         * src/prefs_common.c
973         * src/prefs_common.h
974         * src/prefs_compose_writing.c
975                 add a compose new message format (in prefs/compose/writing), it's a
976                 simple subject+body template to use when opening a new composition
977                 window. It's similar to the existent reply and forward formats.
978
979                 enhanced the template/format % symbols substitution mechanism to
980                 use current composition window information when % are used in
981                 the compose new message format or in templates applied to new
982                 messages (there were useless in that situations before). When
983                 applied to new messages, %d corresponds to the system time/date.
984
985 2006-11-09 [paul]       2.6.0cvs20
986
987         * src/gtk/authors.h
988                 fix last commit
989
990 2006-11-09 [paul]       2.6.0cvs19
991
992         * src/gtk/authors.h
993                 keep tje alphabetical order
994
995 2006-11-08 [colin]      2.6.0cvs18
996
997         * src/etpan/imap-thread.c
998                 Fix bug 1054, 'Slowness logging big 
999                 data chunks'
1000
1001 2006-11-08 [paul]       2.6.0cvs17
1002
1003         * tools/Makefile.am
1004                 fix the renaming
1005
1006 2006-11-08 [paul]       2.6.0cvs16
1007
1008         * src/common/defs.h
1009                 update BUGZILLA_URI
1010
1011 2006-11-08 [paul]       2.6.0cvs15
1012
1013         * tools/Makefile.am
1014         * tools/OOo2claws-mail.pl
1015         * tools/OOo2sylpheed.pl
1016         * tools/README
1017         * tools/acroread2claws-mail.pl
1018         * tools/acroread2sylpheed.pl
1019         * tools/kmail2claws-mail.pl
1020         * tools/kmail2claws-mail_v2.pl
1021         * tools/kmail2sylpheed.pl
1022         * tools/kmail2sylpheed_v2.pl
1023         * tools/maildir2claws-mail.pl
1024         * tools/maildir2sylpheed.pl
1025         * tools/nautilus2claws-mail.sh
1026         * tools/nautilus2sylpheed.sh
1027         * tools/outlook2claws-mail.pl
1028         * tools/outlook2sylpheed.pl
1029         * tools/tb2claws-mail
1030         * tools/tb2sylpheed
1031         * tools/tbird2claws.py
1032         * tools/tbird2syl.py
1033         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1034         * tools/kdeservicemenu/install.sh
1035         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1036         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1037         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1038         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1039         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1040                 renamed (removed, added) tools files
1041
1042 2006-11-08 [paul]       2.6.0cvs14
1043
1044         * src/main.c
1045         * src/common/defs.h
1046                 Migrate sylpheedrc to clawsrc, and fix the standard
1047                 plugins path in the process
1048
1049 2006-11-07 [colin]      2.6.0cvs13
1050
1051         * src/Makefile.am
1052                 Symlink sylpheed-claws relative to 
1053                 claws-mail
1054
1055 2006-11-07 [colin]      2.6.0cvs12
1056
1057         * src/compose.c
1058                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
1059
1060 2006-11-07 [paul]       2.6.0cvs11
1061
1062         * src/gtk/about.c
1063                 Fix a missed occurence of
1064                 Sylpheed-Claws
1065
1066 2006-11-07 [paul]       2.6.0cvs10
1067
1068         * src/Makefile.am
1069                 Fix symlink installation
1070
1071 2006-11-07 [paul]       2.6.0cvs9
1072
1073         * src/Makefile.am
1074                 Symlink claws-mail to sylpheed-claws
1075         * src/common/utils.c
1076                 Fix migrating symlinks
1077         * src/etpan/imap-thread.c
1078                 check certificate only when there's
1079                 no error
1080
1081 2006-11-07 [paul]       2.6.0cvs8
1082
1083         * Makefile.am
1084                 Fix icon breakages with Gtk, which needs a 
1085                 cache updated to see them.
1086
1087 2006-11-07 [paul]       2.6.0cvs7
1088
1089         * .cvsignore
1090         * AUTHORS
1091         * COPYING
1092         * INSTALL
1093         * Makefile.am
1094         * NEWS
1095         * README
1096         * RELEASE_NOTES
1097         * autogen.sh
1098         * claws-mail-128x128.png
1099         * claws-mail-64x64.png
1100         * claws-mail.ico
1101         * claws-mail.pc.in
1102         * claws-mail.png
1103         * configure.ac
1104         * sylpheed-claws-128x128.png
1105         * sylpheed-claws-64x64.png
1106         * sylpheed-claws.desktop
1107         * sylpheed-claws.ico
1108         * sylpheed-claws.pc.in
1109         * sylpheed-claws.png
1110         * debian/README.Debian
1111         * debian/changelog
1112         * debian/claws-mail.desktop
1113         * debian/claws-mail.menu
1114         * debian/claws-mail.postinst.debhelper
1115         * debian/claws-mail.postrm.debhelper
1116         * debian/control
1117         * debian/copyright
1118         * debian/files
1119         * debian/rules
1120         * debian/sylpheed-claws.desktop
1121         * debian/sylpheed-claws.menu
1122         * debian/sylpheed-claws.postinst.debhelper
1123         * debian/sylpheed-claws.postrm.debhelper
1124         * doc/man/Makefile.am
1125         * doc/man/claws-mail.1
1126         * doc/man/sylpheed-claws.1
1127         * doc/src/ChangeLog.claws-pre0.8.0
1128         * manual/Makefile.am
1129         * manual/account.xml
1130         * manual/ack.xml
1131         * manual/addrbook.xml
1132         * manual/advanced.xml
1133         * manual/claws-mail-manual.xml
1134         * manual/faq.xml
1135         * manual/glossary.xml
1136         * manual/handling.xml
1137         * manual/intro.xml
1138         * manual/keyboard.xml
1139         * manual/plugins.xml
1140         * manual/starting.xml
1141         * manual/sylpheed-claws-manual.xml
1142         * manual/xml2pdf
1143         * manual/dist/.cvsignore
1144         * manual/dist/html/.cvsignore
1145         * manual/dist/html/Makefile.am
1146         * manual/dist/pdf/.cvsignore
1147         * manual/dist/pdf/Makefile.am
1148         * manual/dist/ps/.cvsignore
1149         * manual/dist/ps/Makefile.am
1150         * manual/dist/txt/.cvsignore
1151         * manual/dist/txt/Makefile.am
1152         * manual/es/Makefile.am
1153         * manual/es/advanced.xml
1154         * manual/es/claws-mail-manual.xml
1155         * manual/es/faq.xml
1156         * manual/es/glossary.xml
1157         * manual/es/handling.xml
1158         * manual/es/intro.xml
1159         * manual/es/plugins.xml
1160         * manual/es/sylpheed-claws-manual.xml
1161         * manual/es/dist/.cvsignore
1162         * manual/es/dist/html/.cvsignore
1163         * manual/es/dist/html/Makefile.am
1164         * manual/es/dist/pdf/.cvsignore
1165         * manual/es/dist/pdf/Makefile.am
1166         * manual/es/dist/ps/.cvsignore
1167         * manual/es/dist/ps/Makefile.am
1168         * manual/es/dist/txt/.cvsignore
1169         * manual/es/dist/txt/Makefile.am
1170         * manual/fr/Makefile.am
1171         * manual/fr/account.xml
1172         * manual/fr/ack.xml
1173         * manual/fr/addrbook.xml
1174         * manual/fr/advanced.xml
1175         * manual/fr/claws-mail-manual.xml
1176         * manual/fr/faq.xml
1177         * manual/fr/glossary.xml
1178         * manual/fr/handling.xml
1179         * manual/fr/intro.xml
1180         * manual/fr/keyboard.xml
1181         * manual/fr/plugins.xml
1182         * manual/fr/starting.xml
1183         * manual/fr/sylpheed-claws-manual.xml
1184         * manual/fr/dist/.cvsignore
1185         * manual/fr/dist/html/.cvsignore
1186         * manual/fr/dist/html/Makefile.am
1187         * manual/fr/dist/pdf/.cvsignore
1188         * manual/fr/dist/pdf/Makefile.am
1189         * manual/fr/dist/ps/.cvsignore
1190         * manual/fr/dist/ps/Makefile.am
1191         * manual/fr/dist/txt/.cvsignore
1192         * manual/fr/dist/txt/Makefile.am
1193         * manual/pl/Makefile.am
1194         * manual/pl/account.xml
1195         * manual/pl/ack.xml
1196         * manual/pl/addrbook.xml
1197         * manual/pl/advanced.xml
1198         * manual/pl/claws-mail-manual.xml
1199         * manual/pl/faq.xml
1200         * manual/pl/glossary.xml
1201         * manual/pl/handling.xml
1202         * manual/pl/intro.xml
1203         * manual/pl/keyboard.xml
1204         * manual/pl/plugins.xml
1205         * manual/pl/starting.xml
1206         * manual/pl/sylpheed-claws-manual.xml
1207         * manual/pl/dist/.cvsignore
1208         * manual/pl/dist/html/.cvsignore
1209         * manual/pl/dist/html/Makefile.am
1210         * manual/pl/dist/pdf/.cvsignore
1211         * manual/pl/dist/pdf/Makefile.am
1212         * manual/pl/dist/ps/.cvsignore
1213         * manual/pl/dist/ps/Makefile.am
1214         * manual/pl/dist/txt/.cvsignore
1215         * manual/pl/dist/txt/Makefile.am
1216         * po/.cvsignore
1217         * po/Makevars
1218         * src/.cvsignore
1219         * src/Makefile.am
1220         * src/account.c
1221         * src/account.h
1222         * src/action.c
1223         * src/action.h
1224         * src/adbookbase.h
1225         * src/addr_compl.c
1226         * src/addr_compl.h
1227         * src/addrbook.c
1228         * src/addrcache.c
1229         * src/addrcache.h
1230         * src/addrcindex.c
1231         * src/addrcindex.h
1232         * src/addrclip.c
1233         * src/addrclip.h
1234         * src/addrdefs.h
1235         * src/addressadd.c
1236         * src/addressadd.h
1237         * src/addressbook.c
1238         * src/addressbook.h
1239         * src/addressbook_foldersel.c
1240         * src/addressbook_foldersel.h
1241         * src/addrgather.c
1242         * src/addrgather.h
1243         * src/addrharvest.c
1244         * src/addrharvest.h
1245         * src/addrindex.c
1246         * src/addrindex.h
1247         * src/addritem.c
1248         * src/addritem.h
1249         * src/addrquery.c
1250         * src/addrquery.h
1251         * src/addrselect.c
1252         * src/addrselect.h
1253         * src/alertpanel.c
1254         * src/alertpanel.h
1255         * src/browseldap.c
1256         * src/browseldap.h
1257         * src/codeconv.c
1258         * src/codeconv.h
1259         * src/compose.c
1260         * src/crash.c
1261         * src/crash.h
1262         * src/customheader.c
1263         * src/customheader.h
1264         * src/displayheader.c
1265         * src/displayheader.h
1266         * src/editaddress.c
1267         * src/editaddress.h
1268         * src/editbook.c
1269         * src/editbook.h
1270         * src/editgroup.c
1271         * src/editgroup.h
1272         * src/editjpilot.c
1273         * src/editjpilot.h
1274         * src/editldap.c
1275         * src/editldap.h
1276         * src/editldap_basedn.c
1277         * src/editldap_basedn.h
1278         * src/editvcard.c
1279         * src/editvcard.h
1280         * src/exphtmldlg.c
1281         * src/exphtmldlg.h
1282         * src/expldifdlg.c
1283         * src/expldifdlg.h
1284         * src/export.c
1285         * src/exporthtml.c
1286         * src/exporthtml.h
1287         * src/exportldif.c
1288         * src/exportldif.h
1289         * src/filtering.c
1290         * src/filtering.h
1291         * src/folder.c
1292         * src/folder.h
1293         * src/folder_item_prefs.c
1294         * src/folder_item_prefs.h
1295         * src/foldersel.c
1296         * src/foldersel.h
1297         * src/folderutils.c
1298         * src/folderutils.h
1299         * src/folderview.c
1300         * src/folderview.h
1301         * src/grouplistdialog.c
1302         * src/grouplistdialog.h
1303         * src/html.c
1304         * src/html.h
1305         * src/image_viewer.c
1306         * src/image_viewer.h
1307         * src/imap.c
1308         * src/imap.h
1309         * src/imap_gtk.c
1310         * src/imap_gtk.h
1311         * src/import.c
1312         * src/import.h
1313         * src/importldif.c
1314         * src/importldif.h
1315         * src/importmutt.c
1316         * src/importmutt.h
1317         * src/importpine.c
1318         * src/importpine.h
1319         * src/inc.c
1320         * src/inc.h
1321         * src/jpilot.c
1322         * src/jpilot.h
1323         * src/ldapctrl.c
1324         * src/ldapctrl.h
1325         * src/ldaplocate.c
1326         * src/ldaplocate.h
1327         * src/ldapquery.c
1328         * src/ldapquery.h
1329         * src/ldapserver.c
1330         * src/ldapserver.h
1331         * src/ldaputil.c
1332         * src/ldaputil.h
1333         * src/ldif.c
1334         * src/ldif.h
1335         * src/localfolder.c
1336         * src/localfolder.h
1337         * src/main.c
1338         * src/main.h
1339         * src/mainwindow.c
1340         * src/mainwindow.h
1341         * src/manual.c
1342         * src/manual.h
1343         * src/matcher.c
1344         * src/matcher.h
1345         * src/matcher_parser.h
1346         * src/matcher_parser_lex.l
1347         * src/matcher_parser_parse.y
1348         * src/mbox.c
1349         * src/mbox.h
1350         * src/message_search.c
1351         * src/message_search.h
1352         * src/messageview.c
1353         * src/messageview.h
1354         * src/mh.c
1355         * src/mh.h
1356         * src/mh_gtk.c
1357         * src/mh_gtk.h
1358         * src/mimeview.c
1359         * src/mimeview.h
1360         * src/msgcache.c
1361         * src/msgcache.h
1362         * src/mutt.c
1363         * src/mutt.h
1364         * src/news.c
1365         * src/news.h
1366         * src/news_gtk.c
1367         * src/news_gtk.h
1368         * src/noticeview.c
1369         * src/noticeview.h
1370         * src/partial_download.c
1371         * src/partial_download.h
1372         * src/pine.c
1373         * src/pine.h
1374         * src/pop.c
1375         * src/pop.h
1376         * src/prefs_account.c
1377         * src/prefs_account.h
1378         * src/prefs_actions.c
1379         * src/prefs_actions.h
1380         * src/prefs_common.c
1381         * src/prefs_common.h
1382         * src/prefs_compose_writing.c
1383         * src/prefs_compose_writing.h
1384         * src/prefs_customheader.c
1385         * src/prefs_customheader.h
1386         * src/prefs_display_header.c
1387         * src/prefs_display_header.h
1388         * src/prefs_ext_prog.c
1389         * src/prefs_ext_prog.h
1390         * src/prefs_filtering.c
1391         * src/prefs_folder_column.c
1392         * src/prefs_folder_column.h
1393         * src/prefs_folder_item.c
1394         * src/prefs_folder_item.h
1395         * src/prefs_fonts.c
1396         * src/prefs_fonts.h
1397         * src/prefs_gtk.c
1398         * src/prefs_gtk.h
1399         * src/prefs_image_viewer.c
1400         * src/prefs_image_viewer.h
1401         * src/prefs_matcher.c
1402         * src/prefs_matcher.h
1403         * src/prefs_message.c
1404         * src/prefs_message.h
1405         * src/prefs_msg_colors.c
1406         * src/prefs_msg_colors.h
1407         * src/prefs_other.c
1408         * src/prefs_other.h
1409         * src/prefs_quote.c
1410         * src/prefs_quote.h
1411         * src/prefs_receive.c
1412         * src/prefs_receive.h
1413         * src/prefs_send.c
1414         * src/prefs_send.h
1415         * src/prefs_spelling.c
1416         * src/prefs_spelling.h
1417         * src/prefs_summaries.c
1418         * src/prefs_summaries.h
1419         * src/prefs_summary_column.c
1420         * src/prefs_summary_column.h
1421         * src/prefs_template.c
1422         * src/prefs_template.h
1423         * src/prefs_themes.c
1424         * src/prefs_themes.h
1425         * src/prefs_toolbar.c
1426         * src/prefs_toolbar.h
1427         * src/prefs_wrapping.c
1428         * src/prefs_wrapping.h
1429         * src/privacy.c
1430         * src/privacy.h
1431         * src/procheader.c
1432         * src/procheader.h
1433         * src/procmime.c
1434         * src/procmime.h
1435         * src/procmsg.c
1436         * src/procmsg.h
1437         * src/quote_fmt.c
1438         * src/quote_fmt_parse.y
1439         * src/recv.c
1440         * src/recv.h
1441         * src/remotefolder.c
1442         * src/remotefolder.h
1443         * src/send_message.c
1444         * src/send_message.h
1445         * src/setup.c
1446         * src/setup.h
1447         * src/sourcewindow.c
1448         * src/sourcewindow.h
1449         * src/ssl_manager.c
1450         * src/ssl_manager.h
1451         * src/statusbar.c
1452         * src/statusbar.h
1453         * src/stock_pixmap.c
1454         * src/stock_pixmap.h
1455         * src/summary_search.c
1456         * src/summary_search.h
1457         * src/summaryview.c
1458         * src/summaryview.h
1459         * src/syldap.c
1460         * src/syldap.h
1461         * src/textview.c
1462         * src/textview.h
1463         * src/toolbar.c
1464         * src/toolbar.h
1465         * src/undo.c
1466         * src/undo.h
1467         * src/unmime.c
1468         * src/unmime.h
1469         * src/vcard.c
1470         * src/vcard.h
1471         * src/wizard.c
1472         * src/wizard.h
1473         * src/common/base64.c
1474         * src/common/base64.h
1475         * src/common/defs.h
1476         * src/common/hooks.c
1477         * src/common/hooks.h
1478         * src/common/log.c
1479         * src/common/log.h
1480         * src/common/mgutils.c
1481         * src/common/mgutils.h
1482         * src/common/nntp.c
1483         * src/common/nntp.h
1484         * src/common/passcrypt.c
1485         * src/common/passcrypt.h.in
1486         * src/common/plugin.c
1487         * src/common/plugin.h
1488         * src/common/prefs.c
1489         * src/common/prefs.h
1490         * src/common/progressindicator.c
1491         * src/common/progressindicator.h
1492         * src/common/quoted-printable.c
1493         * src/common/quoted-printable.h
1494         * src/common/session.c
1495         * src/common/session.h
1496         * src/common/smtp.c
1497         * src/common/smtp.h
1498         * src/common/socket.c
1499         * src/common/socket.h
1500         * src/common/ssl.c
1501         * src/common/ssl.h
1502         * src/common/stringtable.c
1503         * src/common/stringtable.h
1504         * src/common/sylpheed.c
1505         * src/common/sylpheed.h
1506         * src/common/template.c
1507         * src/common/template.h
1508         * src/common/timing.h
1509         * src/common/utils.c
1510         * src/common/utils.h
1511         * src/common/version.h.in
1512         * src/common/xml.c
1513         * src/common/xml.h
1514         * src/common/xmlprops.c
1515         * src/common/xmlprops.h
1516         * src/gtk/about.c
1517         * src/gtk/colorlabel.c
1518         * src/gtk/colorlabel.h
1519         * src/gtk/colorsel.c
1520         * src/gtk/colorsel.h
1521         * src/gtk/combobox.c
1522         * src/gtk/combobox.h
1523         * src/gtk/description_window.c
1524         * src/gtk/description_window.h
1525         * src/gtk/filesel.c
1526         * src/gtk/filesel.h
1527         * src/gtk/foldersort.c
1528         * src/gtk/foldersort.h
1529         * src/gtk/gtkaspell.c
1530         * src/gtk/gtkaspell.h
1531         * src/gtk/gtksctree.c
1532         * src/gtk/gtkshruler.c
1533         * src/gtk/gtkshruler.h
1534         * src/gtk/gtkutils.c
1535         * src/gtk/gtkutils.h
1536         * src/gtk/icon_legend.c
1537         * src/gtk/icon_legend.h
1538         * src/gtk/logwindow.c
1539         * src/gtk/logwindow.h
1540         * src/gtk/manage_window.c
1541         * src/gtk/manage_window.h
1542         * src/gtk/pluginwindow.c
1543         * src/gtk/pluginwindow.h
1544         * src/gtk/prefswindow.c
1545         * src/gtk/prefswindow.h
1546         * src/gtk/quicksearch.c
1547         * src/gtk/quicksearch.h
1548         * src/pixmaps/claws-mail.xpm
1549         * src/pixmaps/claws-mail_icon.xpm
1550         * src/pixmaps/claws-mail_logo.xpm
1551         * src/pixmaps/sylpheed-claws.xpm
1552         * src/pixmaps/sylpheed-claws_icon.xpm
1553         * src/pixmaps/sylpheed-claws_logo.xpm
1554         * src/plugins/bogofilter/Makefile.am
1555         * src/plugins/bogofilter/bogofilter.c
1556         * src/plugins/bogofilter/bogofilter.h
1557         * src/plugins/bogofilter/bogofilter_gtk.c
1558         * src/plugins/clamav/Makefile.am
1559         * src/plugins/clamav/clamav_plugin.c
1560         * src/plugins/clamav/clamav_plugin.h
1561         * src/plugins/clamav/clamav_plugin_gtk.c
1562         * src/plugins/demo/Makefile.am
1563         * src/plugins/demo/demo.c
1564         * src/plugins/dillo_viewer/Makefile.am
1565         * src/plugins/dillo_viewer/README
1566         * src/plugins/dillo_viewer/dillo_prefs.c
1567         * src/plugins/dillo_viewer/dillo_prefs.h
1568         * src/plugins/dillo_viewer/dillo_viewer.c
1569         * src/plugins/pgpcore/Makefile.am
1570         * src/plugins/pgpcore/passphrase.c
1571         * src/plugins/pgpcore/passphrase.h
1572         * src/plugins/pgpcore/pgp_viewer.c
1573         * src/plugins/pgpcore/pgp_viewer.h
1574         * src/plugins/pgpcore/plugin.c
1575         * src/plugins/pgpcore/prefs_gpg.c
1576         * src/plugins/pgpcore/prefs_gpg.h
1577         * src/plugins/pgpcore/select-keys.c
1578         * src/plugins/pgpcore/select-keys.h
1579         * src/plugins/pgpcore/sgpgme.c
1580         * src/plugins/pgpcore/sgpgme.h
1581         * src/plugins/pgpcore/sylpheed.def
1582         * src/plugins/pgpcore/version.rc
1583         * src/plugins/pgpinline/Makefile.am
1584         * src/plugins/pgpinline/pgpinline.c
1585         * src/plugins/pgpinline/pgpinline.h
1586         * src/plugins/pgpinline/plugin.c
1587         * src/plugins/pgpinline/sylpheed.def
1588         * src/plugins/pgpinline/version.rc
1589         * src/plugins/pgpmime/Makefile.am
1590         * src/plugins/pgpmime/pgpmime.c
1591         * src/plugins/pgpmime/pgpmime.h
1592         * src/plugins/pgpmime/plugin.c
1593         * src/plugins/pgpmime/sylpheed.def
1594         * src/plugins/pgpmime/version.rc
1595         * src/plugins/spamassassin/Makefile.am
1596         * src/plugins/spamassassin/README
1597         * src/plugins/spamassassin/spamassassin.c
1598         * src/plugins/spamassassin/spamassassin.h
1599         * src/plugins/spamassassin/spamassassin_gtk.c
1600         * src/plugins/trayicon/Makefile.am
1601         * src/plugins/trayicon/trayicon.c
1602         * tools/OOo2sylpheed.pl
1603         * tools/README
1604         * tools/README.sylprint
1605         * tools/acroread2sylpheed.pl
1606         * tools/claws.i18n.status.pl
1607         * tools/filter_conv.pl
1608         * tools/filter_conv_new.pl
1609         * tools/freshmeat_search.pl
1610         * tools/google_search.pl
1611         * tools/kmail2sylpheed.pl
1612         * tools/kmail2sylpheed_v2.pl
1613         * tools/make.themes.project
1614         * tools/multiwebsearch.pl
1615         * tools/nautilus2sylpheed.sh
1616         * tools/outlook2sylpheed.pl
1617         * tools/sylprint.pl
1618         * tools/sylprint.rc
1619         * tools/tb2sylpheed
1620         * tools/textviewer.sh
1621         * tools/vcard2xml.py
1622         * tools/kdeservicemenu/README
1623         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1624         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1625         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1626                 Change name to Claws Mail. Announce to follow...
1627
1628 2006-11-06 [wwp]        2.6.0cvs6
1629
1630         * src/prefs_template.c
1631                 unify messages related to quote format/template errors (fix
1632                 capitalization), again.
1633
1634 2006-11-06 [wwp]        2.6.0cvs5
1635
1636         * src/prefs_quote.c
1637                 unify messages related to quote format/template errors.
1638
1639 2006-11-06 [wwp]        2.6.0cvs4
1640
1641         * src/prefs_msg_colors.c
1642                 more uses of Q_ macro for contextual translations, thanks
1643                 to Fabien (fzzzzz).
1644
1645 2006-11-06 [wwp]        2.6.0cvs3
1646
1647         * src/compose.c
1648         * src/common/utils.c
1649         * src/common/utils.h
1650                 show an alertpanel to make sure users are aware that sensitive
1651                 files are attached (it's file blacklist-based). This will fix
1652                 interaction w/ GoogleEarth for instance, thanks to Colin.
1653
1654 2006-11-06 [wwp]        2.6.0cvs2
1655
1656         * src/prefs_quote.c
1657         * src/prefs_template.c
1658         * src/prefs_template.h
1659                 check quote format when applying/closing prefs. For now this only
1660                 shows up an error dialog box, not preventing the user from using
1661                 a broken quote (reply, forwards) format.
1662
1663 2006-11-06 [wwp]        2.6.0cvs1
1664
1665         * src/prefs_template.c
1666                 fix missing checks of some template fields.
1667
1668 2006-11-06 [paul]       2.6.0
1669
1670         * NEWS
1671         * README
1672         * RELEASE_NOTES
1673                 2.6.0 released
1674
1675 2006-11-06 [paul]       2.5.6cvs22
1676
1677         * manual/advanced.xml
1678         * manual/es/advanced.xml
1679                 put 'respect_flowed_format' info in the correct
1680                 place
1681
1682 2006-11-06 [mones]      2.5.6cvs21
1683
1684         * po/es.po
1685                 Minor fixes for release
1686
1687 2006-11-06 [paul]       2.5.6cvs20
1688
1689         * po/cs.po
1690         * po/de.po
1691         * po/fr.po
1692         * po/it.po
1693         * po/nl.po
1694         * po/pt_BR.po
1695         * po/sk.po
1696         * po/sv.po
1697         * po/zh_CN.po
1698                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1699                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1700                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1701                 Young
1702
1703 2006-11-02 [colin]      2.5.6cvs19
1704
1705         * src/imap.c
1706         * src/imap.h
1707         * src/prefs_account.c
1708         * src/etpan/imap-thread.c
1709                 Add GSSAPI support - fixes Debian bug #383274
1710
1711 2006-11-01 [colin]      2.5.6cvs18
1712
1713         * src/jpilot.c
1714                 Handle libpisock12 support. Probably
1715                 fixes bug 1046, 'jpilot AddressDB.pdb 
1716                 import fail'
1717
1718 2006-11-01 [colin]      2.5.6cvs17
1719
1720         * src/folderutils.c
1721                 debug_print() folderutils_mark_all_read()
1722
1723 2006-11-01 [colin]      2.5.6cvs16
1724
1725         * COPYING
1726                 Add missed files to the Apache exception
1727
1728 2006-10-31 [colin]      2.5.6cvs15
1729
1730         * src/folder.c
1731         * src/folder.h
1732                 Add a copy_private_data() func to FolderClasses
1733                 Doesn't break the feature freeze, because we 
1734                 won't use it (right now) in the core.
1735
1736 2006-10-31 [colin]      2.5.6cvs14
1737
1738         * COPYING
1739                 Allow linking with the Apache licensed files in
1740                 src/plugins/spamassassin. Hopefully fixes 
1741                 bug 1048, 'Spamassassin plugin license problem'
1742
1743 2006-10-31 [wwp]        2.5.6cvs13
1744
1745         * src/compose.c
1746                 fix and optimize trimming of leading linefeeds in body loop.
1747
1748 2006-10-31 [colin]      2.5.6cvs12
1749
1750         * src/etpan/imap-thread.c
1751         * src/imap.c
1752                 Make really sure to have NULL sets in case
1753                 of error
1754
1755 2006-10-30 [wwp]        2.5.6cvs11
1756
1757         * src/prefs_common.c
1758         * src/prefs_common.h
1759         * src/compose.c
1760                 fix broken storage of quote format template when it contains \-escape
1761                 sequences. The application of such sequences is also fixed now (\t
1762                 in quote format will be a real tab instead of a 't', for instance).
1763
1764 2006-10-27 [colin]      2.5.6cvs10
1765
1766         * src/compose.c
1767                 Probably fix bug 1045, 'sylpheed-claws 
1768                 doesn't remove the mail from the IMAP 
1769                 Queue folder after sending'. From
1770                 2.5.6cvs3-stable
1771
1772 2006-10-27 [colin]      2.5.6cvs9
1773
1774         * configure.ac
1775                 Require libetpan-0.48. I'm so annoying,
1776                 I know ;-)
1777
1778 2006-10-27 [colin]      2.5.6cvs8
1779
1780         * src/folder.c
1781         * src/imap.c
1782                 Probably fix bug 1044, 'sylpheed-claws 
1783                 segfaults while moving mails' - Fix relation
1784                 usage when moving to an IMAP mailbox from another
1785                 mailbox
1786
1787 2006-10-26 [paul]       2.5.6cvs7
1788
1789         * src/gtk/about.c
1790                 add libSM to compiled-in features
1791                 list
1792
1793 2006-10-24 [colin]      2.5.6cvs6
1794
1795         * src/textview.c
1796         * src/gtk/gtkutils.c
1797                 Fix crash when printing emails with an
1798                 xface
1799
1800 2006-10-24 [mones]      2.5.6cvs5
1801
1802         * manual/es/advanced.xml
1803                 Synchronize hidden option respect_flowed_format
1804         * po/es.po
1805                 Updated translation
1806
1807 2006-10-21 [paul]       2.5.6cvs4
1808
1809         * src/gtk/authors.h
1810         * src/plugins/pgpcore/pgp_viewer.c
1811         * src/plugins/pgpcore/sgpgme.c
1812                 fix building on BSDs
1813                 Thanks to Michael Hughes
1814                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1815
1816 2006-10-20 [colin]      2.5.6cvs3
1817
1818         * configure.ac
1819                 Bump up libetpan requirement
1820                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1821         * src/common/utils.c
1822         * src/common/utils.h
1823                 Add convenience get_file_mtime()
1824         * src/imap.c
1825         * src/etpan/imap-thread.c
1826         * src/etpan/imap-thread.h
1827                 Implement UIDPLUS support if the server
1828                 supports it - faster sending in this case
1829
1830 2006-10-19 [colin]      2.5.6cvs2
1831
1832         * src/gtk/quicksearch.c
1833                 Fix emptying in type-ahead+extended mode
1834         * src/mainwindow.c
1835         * src/mainwindow.h
1836                 Add a hook for offline state change
1837         * src/plugins/trayicon/trayicon.c
1838                 Use it to display offline icons
1839         * src/plugins/trayicon/Makefile.am
1840         * src/plugins/trayicon/newmail.offline.xpm
1841         * src/plugins/trayicon/newmarkedmail.offline.xpm
1842         * src/plugins/trayicon/nomail.offline.xpm
1843         * src/plugins/trayicon/unreadmail.offline.xpm
1844         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1845                 Add the icons
1846
1847 2006-10-12 [paul]       2.5.6cvs1
1848
1849         * NEWS
1850         * README
1851         * configure.ac
1852                 Update version number following
1853                 stable release
1854
1855 2006-10-19 [colin]      2.5.5cvs18
1856
1857         * manual/handling.xml
1858                 Add type-ahead search
1859
1860 2006-10-18 [colin]      2.5.5cvs17
1861
1862         * src/gtk/quicksearch.c
1863                 Remove "save to history only if there's
1864                 no syntax error", it breaks for some 
1865                 reason which I'll investigate later.
1866
1867 2006-10-18 [colin]      2.5.5cvs16
1868
1869         * src/prefs_common.c
1870         * src/prefs_common.h
1871         * src/summaryview.c
1872         * src/gtk/quicksearch.c
1873         * src/gtk/quicksearch.h
1874                 Add a type-ahead option for fast searches
1875                 Patch by Fabien Vantard
1876
1877 2006-10-18 [colin]      2.5.5cvs15
1878
1879         * src/compose.c
1880         * src/compose.h
1881                 Add Options/Reply mode/ menu to be able to
1882                 change the recipients of a reply on the fly
1883
1884 2006-10-18 [colin]      2.5.5cvs14
1885
1886         * src/compose.c
1887                 Fix redirecting of our own sent mails
1888
1889 2006-10-17 [wwp]        2.5.5cvs13
1890
1891         * src/send_message.c
1892                 Fix duplicate error messages when sending, and missing
1893                 newline in such error messages.
1894
1895 2006-10-17 [colin]      2.5.5cvs12
1896
1897         * src/compose.c
1898                 Compare addresses case-insensitive
1899
1900 2006-10-17 [colin]      2.5.5cvs11
1901
1902         * src/plugins/pgpcore/sgpgme.c
1903                 Fix return status
1904
1905 2006-10-17 [colin]      2.5.5cvs10
1906
1907         * src/plugins/pgpcore/pgp_viewer.c
1908                 Fix return status
1909
1910 2006-10-17 [colin]      2.5.5cvs9
1911
1912         * src/quote_fmt.c
1913                 Fix a typo (thanks to Fabien)
1914
1915 2006-10-16 [colin]      2.5.5cvs8
1916
1917         * src/textview.c
1918                 Fix problem with quote-folding when emails
1919                 don't convert cleanly to UTF-8
1920
1921 2006-10-14 [colin]      2.5.5cvs7
1922
1923         * src/prefs_template.c
1924                 Reset fields when reopening
1925                 the window
1926
1927 2006-10-13 [paul]       2.5.5cvs6
1928
1929         * manual/advanced.xml
1930         * src/prefs_message.c
1931                 make 'respect_flowed_format' a hidden
1932                 option, and add a manual entry for it
1933                 Thanks to Colin
1934
1935 2006-10-12 [colin]      2.5.5cvs5
1936
1937         * src/codeconv.c
1938                 Revert part of 2.5.2cvs21:
1939                 Don't optimise by reusing the 
1940                 last iconv converter if possible:
1941                 it seems slightly broken in a 
1942                 very hard way to reproduce
1943
1944 2006-10-12 [colin]      2.5.5cvs4
1945
1946         * src/prefs_common.c
1947         * src/prefs_common.h
1948         * src/prefs_message.c
1949         * src/procmime.c
1950                 Fix bug 1035, 'Incorrect handling 
1951                 of flowed lines'. We now optionnaly
1952                 handle this format (preference is in
1953                 Message View/Text options section)
1954
1955 2006-10-12 [colin]      2.5.5cvs3
1956
1957         * po/POTFILES.in
1958                 Add new file
1959         * src/plugins/pgpcore/pgp_viewer.c
1960         * src/plugins/pgpcore/sgpgme.c
1961                 Don't try to import without asking
1962
1963 2006-10-12 [colin]      2.5.5cvs2
1964
1965         * src/compose.c
1966                 Fix bug 1036, 'Forwarding a mutlipart
1967                 mail with a "text/html" block to ms
1968                 outlook users leeds to freeze of
1969                 outlook'. Poor outlook users...
1970
1971 2006-10-12 [paul]       2.5.5cvs1
1972
1973         * NEWS
1974         * README
1975         * configure.ac
1976                 Update version number following
1977                 stable release
1978
1979 2006-10-11 [paul]       2.5.4cvs1
1980
1981         * NEWS
1982         * README
1983         * configure.ac
1984                 Update version number following
1985                 stable release
1986
1987 2006-10-11 [paul]       2.5.3cvs32
1988
1989         * src/textview.c
1990                 fix bug 1032, 'Segmentation fault when showing
1991                 message' (bug in quote folding)
1992                 Thanks to Colin
1993
1994 2006-10-10 [colin]      2.5.3cvs31
1995
1996         * src/quote_fmt.c
1997                 Rephrase english a bit
1998
1999 2006-10-10 [colin]      2.5.3cvs30
2000
2001         * src/prefs_compose_writing.c
2002                 Stop making the page larger than the window
2003
2004 2006-10-10 [wwp]        2.5.3cvs29
2005
2006         * src/compose.c
2007         * src/prefs_template.c
2008         * src/quote_fmt.c
2009         * src/quote_fmt.h
2010         * src/quote_fmt_lex.l
2011         * src/quote_fmt_parse.y
2012                 Extend the quote parser a bit: allow to get access to
2013                 basic (composing) account info.
2014
2015 2006-10-10 [colin]      2.5.3cvs28
2016
2017         * src/procheader.c
2018                 Fix this \t problem in subject
2019
2020 2006-10-09 [colin]      2.5.3cvs27
2021
2022         * src/main.c
2023         * src/prefs_gtk.c
2024                 Prepare cache a bit later
2025                 If section already exists, skip the new one 
2026                 (as previously); avoid writing the same block
2027                 twice - if we find a second block with the 
2028                 same id, skip it.
2029         * src/plugins/pgpcore/pgp_viewer.c
2030                 Set cursor to busy when retrieving a key
2031         * src/plugins/pgpcore/sgpgme.c
2032                 allow 5 seconds for gpg to export the key
2033                 
2034
2035 2006-10-09 [colin]      2.5.3cvs26
2036
2037         * configure.ac
2038         * src/msgcache.c
2039         * src/prefs_gtk.c
2040                 Check for existence of fgets_unlocked
2041                 and fwrite_unlocked
2042
2043 2006-10-09 [paul]       2.5.3cvs25
2044
2045         * src/prefs_summaries.c
2046                 replace strftime() with fast_strftime() and in
2047                 the consequence fix the bug in the display of
2048                 AM/PM in the 'Example' string
2049
2050 2006-10-09 [ticho]      2.5.3cvs24
2051
2052         * po/sk.po
2053                 Updated (and fixed up somewhat) Slovak translation.
2054
2055 2006-10-08 [colin]      2.5.3cvs23
2056
2057         * src/prefs_folder_item.c
2058                 Explain why prefs in the top-level folder
2059                 aren't retained, but are still useful
2060
2061 2006-10-08 [colin]      2.5.3cvs22
2062
2063         * src/prefs_gtk.c
2064                 Don't cache anything if caching fails
2065
2066 2006-10-08 [colin]      2.5.3cvs21
2067
2068         * src/common/utils.c
2069                 always include gi18n.h
2070
2071 2006-10-07 [colin]      2.5.3cvs20
2072
2073         * src/plugins/pgpcore/pgp_viewer.c
2074                 Kill gpg after 5 seconds wait
2075
2076 2006-10-07 [colin]      2.5.3cvs19
2077
2078         * src/plugins/pgpcore/pgp_viewer.c
2079         * src/plugins/pgpcore/pgp_viewer.h
2080                 Fix copyright
2081
2082 2006-10-07 [colin]      2.5.3cvs18
2083
2084         * src/plugins/pgpcore/pgp_viewer.c
2085         * src/plugins/pgpcore/pgp_viewer.h
2086                 Actually add the files to CVS
2087
2088 2006-10-07 [colin]      2.5.3cvs17
2089
2090         * src/plugins/pgpcore/sgpgme.c
2091                 Be sure not to crash on 'application/pgp-signature' that
2092                 are not application/pgp-signatures
2093
2094 2006-10-07 [colin]      2.5.3cvs16
2095
2096         * src/textview.c
2097         * src/textview.h
2098                 Make a bit more of the API available
2099         * src/plugins/pgpcore/Makefile.am
2100         * src/plugins/pgpcore/plugin.c
2101         * src/plugins/pgpcore/sgpgme.c
2102                 Add basic key import/export
2103
2104 2006-10-07 [colin]      2.5.3cvs15
2105
2106         * src/folderview.c
2107         * src/imap.c
2108         * src/prefs_account.c
2109         * src/wizard.c
2110                 Warn users *everywhere* if libetpan's not
2111                 linked in
2112
2113 2006-10-06 [mones]      2.5.3cvs14
2114
2115         * po/de.po
2116         * po/es.po
2117                 updated by Stephan Sachse and me
2118
2119 2006-10-06 [colin]      2.5.3cvs13
2120
2121         * src/main.c
2122         * src/common/sylpheed.c
2123                 Don't load common plugins if --exit is passed
2124         * src/prefs_gtk.c
2125         * src/prefs_gtk.h
2126                 Implement a cache to avoid reading the same
2127                 files over and over again at startup
2128
2129 2006-10-06 [colin]      2.5.3cvs12
2130
2131         * src/summaryview.c
2132         * src/gtk/quicksearch.c
2133                 Update display every 5k mails on fast searches
2134
2135 2006-10-06 [colin]      2.5.3cvs11
2136
2137         * src/textview.c
2138                 Don't do quote folding on HTML or ERTF.
2139                 May fix the Cygwin issues if they were
2140                 happening with HTML mails?
2141
2142 2006-10-05 [colin]      2.5.3cvs10
2143
2144         * src/prefs_gtk.c
2145                 Oops, forgot one
2146
2147 2006-10-05 [colin]      2.5.3cvs9
2148
2149         * src/prefs_gtk.c
2150                 Use unlocked_stdio here too
2151
2152 2006-10-05 [colin]      2.5.3cvs8
2153
2154         * src/folderview.c
2155                 Fix go to next * after preferences apply
2156         * src/msgcache.c
2157                 Do the fd lock/unlock ourselves instead of
2158                 letting the libc do it at each write 
2159
2160 2006-10-05 [colin]      2.5.3cvs7
2161
2162         * src/common/utils.c
2163                 Faster division, thanks to Jean Diraison
2164
2165 2006-10-05 [paul]       2.5.3cvs6
2166
2167         * src/common/utils.c
2168                 fix building with --disable-nls
2169
2170 2006-10-04 [colin]      2.5.3cvs5
2171
2172         * src/folder.c
2173                 Maybe fix a segfault
2174
2175 2006-10-04 [wwp]        2.5.3cvs4
2176
2177         * src/prefs_folder_item.c
2178                 Fine-tune layouts in folder item prefs. Suggested by
2179                 Fabien Vantard <fzzzzz@gmail.com>.
2180
2181 2006-10-04 [wwp]        2.5.3cvs3
2182
2183         * src/prefs_folder_item.c
2184                 Kill the clandestine passengers. You didn't see anything.
2185
2186 2006-10-04 [wwp]        2.5.3cvs2
2187
2188         * src/prefs_folder_item.c
2189                 Add a way to test the subject simplify regexp in
2190                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2191                 w/ few layout changes.
2192
2193 2006-20-04 [paul]       2.5.3cvs1
2194
2195         * NEWS
2196         * README
2197         * configure.ac
2198                 Update version number following
2199                 stable release
2200
2201 2006-10-04 [colin]      2.5.2cvs42
2202
2203         * src/folder.c
2204         * src/folder.h
2205         * src/summaryview.c
2206                 Provide a way for folder classes to set their sort
2207                 type and key
2208
2209 2006-10-03 [colin]      2.5.2cvs41
2210
2211         * src/mh.c
2212                 Don't use strlen() to know if the
2213                 string's empty
2214
2215 2006-10-03 [colin]      2.5.2cvs40
2216
2217         * src/mh.c
2218                 Fix "check for new folders" with accentued folders
2219
2220 2006-10-03 [ticho]      2.5.2cvs39
2221
2222         * src/filtering.c
2223         * src/folder.c
2224         * src/inc.c
2225         * src/mbox.c
2226                 Colin's fix for "copy" filtering rules.
2227
2228 2006-10-02 [colin]      2.5.2cvs38
2229
2230         * src/folderview.c
2231                 Fix for double-click too
2232
2233 2006-10-02 [colin]      2.5.2cvs37
2234
2235         * src/folderview.c
2236                 correct fix for cvs36
2237
2238 2006-10-02 [colin]      2.5.2cvs36
2239
2240         * src/folderview.c
2241                 Fix 'goto next unread' after collapsing/expanding 
2242                 a node.
2243
2244 2006-10-02 [colin]      2.5.2cvs35
2245
2246         * src/summaryview.c
2247                 Fix double freeze/thaw
2248         * src/common/utils.c
2249         * src/common/utils.h
2250                 Reimplement strftime
2251         * src/procheader.c
2252                 Use it
2253
2254
2255 2006-10-02 [colin]      2.5.2cvs34
2256
2257         * src/mh.c
2258                 Time mh_write_sequences() - it's fast
2259         * src/summaryview.c
2260                 Init a variable to shut up gcc
2261
2262 2006-10-01 [colin]      2.5.2cvs33
2263
2264         * src/folder.c
2265         * src/mh.c
2266         * src/mh.h
2267         * src/msgcache.c
2268                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2269                 Add fsync but disable it, it's slow as hell
2270
2271 2006-10-01 [colin]      2.5.2cvs32
2272
2273         * src/mh.c
2274         * src/msgcache.c
2275                 fflush() caches and mh_sequences before
2276                 fclose()ing
2277
2278 2006-10-01 [colin]      2.5.2cvs31
2279
2280         * src/msgcache.c
2281                 Don't ftruncate when not using mmap
2282
2283 2006-09-30 [colin]      2.5.2cvs30
2284
2285         * src/main.c
2286                 Write folder list *after* saving caches
2287
2288 2006-09-30 [colin]      2.5.2cvs29
2289
2290         * src/folder.c
2291         * src/mh.c
2292                 Debug forced mtime changes
2293
2294 2006-09-30 [colin]      2.5.2cvs28
2295
2296         * src/folder.c
2297         * src/main.c
2298                 Remove useless debug_print()s (code
2299                 well-tested)
2300
2301 2006-09-30 [colin]      2.5.2cvs27
2302
2303         * src/mh.c
2304                 Do stuff faster when writing mh_sequences
2305
2306 2006-09-30 [colin]      2.5.2cvs26
2307
2308         * src/mh.c
2309                 Don't let the writing of .mh_sequences, which
2310                 can change the folder's mtime, let us think
2311                 we need to scan.
2312
2313 2006-09-30 [colin]      2.5.2cvs25
2314
2315         * src/folder.c
2316                 Move a debug_print where it belongs 
2317                 (processing)
2318         * src/summaryview.c
2319                 Don't mess with a huge slow subject
2320                 table if we're not threading by
2321                 subject
2322
2323 2006-09-30 [colin]      2.5.2cvs24
2324
2325         * src/msgcache.c
2326                 Reenable mmaped reads (*not* writes!)
2327         * src/procmsg.c
2328                 Don't destroy and recreate hashtables just
2329                 for fun
2330         * src/common/utils.c
2331                 Remove useless reply prefixes (it's case
2332                 unsensitive)
2333
2334 2006-09-30 [wwp]        2.5.2cvs23
2335
2336         * tools/fix_date.sh
2337                 Fixed a minor bug in date value extraction, added a switch
2338                 to replace non RFC-compliant Date: value, added a switch
2339                 to use strict RFC matching patterns for dates.
2340
2341 2006-09-29 [colin]      2.5.2cvs22
2342
2343         * src/matcher_parser.h
2344         * src/matcher_parser_parse.y
2345         * src/prefs_filtering.c
2346         * src/statusbar.c
2347         * src/summary_search.c
2348         * src/summaryview.c
2349         * src/gtk/quicksearch.c
2350         * src/gtk/quicksearch.h
2351                 Optimise searches by setting different
2352                 refresh intervals (depending if the 
2353                 search is fast or not)
2354
2355 2006-09-29 [colin]      2.5.2cvs21
2356
2357         * src/codeconv.c
2358                 Optimise by reusing the last iconv converter
2359                 if possible
2360         * src/textview.c
2361                 Optimise a bit (the foldable quotes feature
2362                 still has an awful O(n^2) algo
2363
2364 2006-09-29 [colin]      2.5.2cvs20
2365
2366         * src/gtk/gtksctree.c
2367         * src/gtk/gtksctree.h
2368                 Optimise de-selection via up/down or
2369                 another key
2370
2371 2006-09-28 [colin]      2.5.2cvs19
2372
2373         * src/action.c
2374         * src/compose.c
2375         * src/folderview.c
2376         * src/mainwindow.c
2377         * src/messageview.c
2378         * src/summary_search.c
2379         * src/toolbar.c
2380                 Avoid using summaryview->ctree directly
2381
2382 2006-09-28 [colin]      2.5.2cvs18
2383
2384         * src/summaryview.c
2385         * src/summaryview.h
2386                 Add helpers to freeze/thaw/grab_focus
2387                 Factorize calls to freeze/thaw/grab_focus
2388                 
2389
2390 2006-09-28 [colin]      2.5.2cvs17
2391
2392         * src/main.c
2393                 More guards for the session management
2394
2395 2006-09-28 [colin]      2.5.2cvs16
2396
2397         * src/folderview.c
2398         * src/gtk/gtksctree.c
2399         * src/gtk/gtksctree.h
2400                 Make expanding not recursive in folderview
2401
2402 2006-09-28 [colin]      2.5.2cvs15
2403
2404         * src/addressbook.c
2405                 If nothing is selected in the list (right part)
2406                 and a group is selected in the tree (left part),
2407                 mail this group.
2408
2409 2006-09-28 [colin]      2.5.2cvs14
2410
2411         * src/Makefile.am
2412                 Actually use SM_LIBS
2413
2414 2006-09-28 [ticho]      2.5.2cvs13
2415
2416         * src/export.c
2417         * src/messageview.c
2418         * src/mimeview.c
2419         * src/news.c
2420         * src/pop.c
2421         * src/prefs_themes.c
2422         * src/procmsg.c
2423                 Small i18n string optimization.
2424         * src/send_message.c
2425         * src/summaryview.c
2426         * src/common/session.c
2427         * src/common/smtp.c
2428         * src/common/ssl_certificate.c
2429         * src/common/utils.c
2430                 Use "Couldn't" instead of "Can't" in UI messages,
2431                 where appropriate.
2432
2433 2006-09-28 [colin]      2.5.2cvs12
2434
2435         * configure.ac
2436                 Possibly fix link errors
2437
2438 2006-09-27 [wwp]        2.5.2cvs11
2439
2440         * src/gtk/authors.h
2441         * doc/man/sylpheed-claws.1
2442         * manual/ack.xml
2443         * manual/es/ack.xml
2444         * manual/fr/ack.xml
2445         * manual/pl/ack.xml
2446                 Updated authors info (me, myself and I).
2447
2448 2006-09-27 [colin]      2.5.2cvs10
2449
2450         * src/addressbook.c
2451                 Remove useless printf
2452
2453 2006-09-27 [wwp]        2.5.2cvs9
2454
2455         * src/editgroup.c
2456         * src/send_message.c
2457         * src/inc.c
2458         * src/prefs_common.c
2459         * src/prefs_common.h
2460         * src/gtk/progressdialog.c
2461                 remember more windows' sizes (send dialog, received dialog,
2462                 edit group in addressbook).
2463
2464 2006-09-27 [colin]      2.5.2cvs8
2465
2466         * configure.ac
2467         * src/main.c
2468         * src/mainwindow.h
2469                 Use libSM to communicate with the session
2470                 manager, so that we can know when the 
2471                 session ends, save our caches, and draft
2472                 our compose windows.
2473
2474 2006-09-27 [colin]      2.5.2cvs7
2475
2476         * src/addressbook.c
2477                 Fix issues:
2478                 o Allow Book and Group creation from the tree's
2479                   contextual menu
2480                 o Do not actually delete the contacts when 
2481                   deleting groups from the tree (duh!)
2482
2483 2006-09-27 [colin]      2.5.2cvs6
2484
2485         * src/compose.c
2486         * src/compose.h
2487         * src/mainwindow.c
2488         * src/textview.c
2489         * src/toolbar.c
2490                 o Allow passing an email address to 
2491                   compose_new_with_folderitem
2492                 o Update callers
2493                 o Use current folderitem when clicking
2494                   on a TextView mailto: link
2495                 o Fix a possible leak in TextView
2496
2497 2006-09-27 [colin]      2.5.2cvs5
2498
2499         * src/html.c
2500                 Use UTF-8 chars to replace HTML entities
2501
2502 2006-09-27 [colin]      2.5.2cvs4
2503
2504         * AUTHORS
2505         * src/prefs_account.c
2506         * src/gtk/authors.h
2507                 Fix bug #1024 (Array index out of
2508                 range in sylpheed-claws-2.5.2)
2509                 Patch by Ales Nosek <anosek@suse.cz>
2510
2511 2006-09-27 [colin]      2.5.2cvs3
2512
2513         * src/addr_compl.c
2514                 Actually do the test
2515
2516 2006-09-27 [colin]      2.5.2cvs2
2517
2518         * src/addr_compl.c
2519         * src/addr_compl.h
2520                 Allow completing with comma (in certain cases: vCalendar
2521                 for example doesn't support that)
2522                 Patch by Fabien Vantard
2523
2524 2006-09-26 [colin]      2.5.2cvs1
2525
2526         * src/Makefile.am
2527         * src/addr_compl.c
2528         * src/addr_compl.h
2529         * src/addrbook.c
2530         * src/addrbook.h
2531         * src/addressbook.c
2532         * src/addrindex.c
2533         * src/addrindex.h
2534         * src/compose.c
2535         * src/prefs_common.c
2536         * src/prefs_filtering_action.c
2537         * src/prefs_folder_item.c
2538         * src/prefs_template.c
2539         * src/stock_pixmap.c
2540         * src/stock_pixmap.h
2541         * src/pixmaps/addr_one.xpm
2542         * src/pixmaps/addr_two.xpm
2543                 Add auto-completion on groups
2544
2545 2006-09-26 [colin]      2.5.2
2546
2547         * NEWS
2548         * README
2549         * RELEASE_NOTES
2550                 2.5.2 released
2551
2552 2006-09-26 [colin]      2.5.1cvs5
2553
2554         * src/matcher.c
2555                 Fix condition
2556
2557 2006-09-26 [colin]      2.5.1cvs4
2558
2559         * src/mbox.c
2560                 Revert cvs1 (useless as the message is printed 
2561                 every 500 mails)
2562
2563 2006-09-26 [colin]      2.5.1cvs3
2564
2565         * src/partial_download.c
2566                 Fix crasher found by Alexsandar Urosevic
2567
2568 2006-09-26 [colin]      2.5.1cvs2
2569
2570         * src/summaryview.c
2571                 Fix bug #1023 (Sylpheed deletes too much messages)
2572
2573 2006-09-26 [ticho]      2.5.1cvs1
2574
2575         * src/mbox.c
2576                 Make use of gettext's multiple plurals for statusbar
2577                 progress message.
2578
2579 2006-09-25 [paul]       2.5.1
2580
2581         * NEWS
2582         * README
2583         * RELEASE_NOTES
2584                 2.5.1 released
2585
2586 2006-09-25 [colin]      2.5.0cvs3
2587
2588         * src/plugins/bogofilter/bogofilter.c
2589         * src/plugins/clamav/clamav_plugin.c
2590         * src/plugins/spamassassin/spamassassin.c
2591                 BogoFilter, Spamassassin: Fix double hook registering after
2592                 visiting preferences
2593                 Spamassassin, Clamav: Just set the mails to move instead of
2594                 doing the move - caller will move the things at once.
2595
2596 2006-09-25 [colin]      2.5.0cvs2
2597
2598         * src/imap.c
2599         * src/etpan/imap-thread.c
2600                 Use UID SEARCH ALL instead of UID 1:*
2601                 (braindead servers can't figure out that's
2602                 the same...)
2603
2604 2006-09-25 [wwp]        2.5.0cvs1
2605
2606         * src/message_search.c
2607                 Added the ability to stop a running search (in message body).
2608
2609 2006-09-25 [paul]       2.5.0
2610
2611         * NEWS
2612         * README
2613         * RELEASE_NOTES
2614                 2.5.0 released
2615
2616 2006-09-25 [paul]       2.4.0cvs214
2617
2618         * po/cs.po
2619         * po/de.po
2620         * po/fi.po
2621         * po/fr.po
2622         * po/nl.po
2623         * po/pt_BR.po
2624         * po/sk.po
2625         * po/sr.po
2626         * po/zh_CN.po
2627                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2628                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2629                 Ticho, Aleksander Urosevic, Ralgh Young
2630
2631 2006-09-24 [mones]      2.4.0cvs213
2632
2633         * po/es.po
2634                 Updated for release
2635
2636 2006-09-23 [colin]      2.4.0cvs212
2637
2638         * src/gtk/inputdialog.c
2639                 Fix [ ] remember this appearing in normal
2640                 input dialogs after it's been used by
2641                 mimeview.
2642         * src/folder.c
2643         * src/folderview.c
2644         * src/msgcache.c
2645         * src/procmsg.c
2646         * src/summaryview.c
2647         * src/textview.c
2648         * src/common/timing.h
2649                 Enable timings in debug mode and make it
2650                 look prettier.
2651
2652 2006-09-22 [colin]      2.4.0cvs211
2653
2654         * README
2655                 Revert test change
2656         * commitHelper
2657                 ping the correct URI
2658
2659 2006-09-22 [colin]      2.4.0cvs210
2660
2661         * README
2662                 Let's see if bug #1022 is fixed
2663
2664 2006-09-21 [colin]      2.4.0cvs209
2665
2666         * src/wizard.c
2667         * src/common/plugin.c
2668                 Prepare infra to load predefined plugins when
2669                 no configuration existed. Don't actually load
2670                 anything yet (feat. freeze)
2671
2672 2006-09-21 [wwp]        2.4.0cvs208
2673
2674         * manual/fr/faq.xml
2675                 Partial sync w/ 2.4.0cvs72:
2676                 wrap file and minor updates.
2677
2678 2006-09-21 [wwp]        2.4.0cvs207
2679
2680         * tools/fix_date.sh
2681                 several fixes and enhancements. A new --force switch has been
2682                 added to prevent overriding by default Date: header when
2683                 already existing.
2684
2685 2006-09-21 [paul]       2.4.0cvs206
2686
2687         * src/common/utils.c
2688                 add Chinese UTF8 Re prefix
2689
2690 2006-09-21 [wwp]        2.4.0cvs205
2691
2692         * tools/Makefile.am
2693                 Fics alfabettical order.
2694
2695 2006-09-21 [wwp]        2.4.0cvs204
2696
2697         * tools/fix_date.sh
2698         * tools/Makefile.am
2699                 Added an action tool to fix missing Date field in emails.
2700                 Updated Makefile.am to reflect those last two additions.
2701
2702 2006-09-21 [wwp]        2.4.0cvs203
2703
2704         * tools/uuooffice
2705                 Added a action tool to open uuencoded docs w/
2706                 OpenOffice (based on uudec method).
2707
2708 2006-09-21 [colin]      2.4.0cvs202
2709
2710         * src/compose.c
2711         * src/textview.c
2712                 Workaround possible GTK crash: remove selection 
2713                 clipboard before destroying widget, or GTK+-2.10
2714                 dies. Thanks to Hiro.
2715
2716 2006-09-20 [colin]      2.4.0cvs201
2717
2718         * src/compose.c
2719                 Fix free-after-use in some cases (when 
2720                 procmime_encode_content() frees mimeinfo->data.mem
2721                 and turns it to a temp file)
2722
2723 2006-09-20 [colin]      2.4.0cvs200
2724
2725         * src/folderview.c
2726         * src/summaryview.c
2727         * src/gtk/gtksctree.c
2728         * src/gtk/gtksctree.h
2729                 Add tooltips in the folderview and summaryview
2730                 (Doesn't break string freeze as they already
2731                 exist)
2732         * src/toolbar.c
2733                 Put the spam button in the default configuration
2734                 if compiled with bogo plugin too
2735
2736 2006-09-19 [colin]      2.4.0cvs199
2737
2738         * src/summaryview.c
2739         * src/summaryview.h
2740                 Update folder name label on folder rename
2741         * src/prefs_matcher.c
2742         * src/gtk/logwindow.h
2743                 Fix warnings
2744                 Patches by Fabien
2745
2746 2006-09-19 [wwp]        2.4.0cvs198
2747
2748         * src/summary_search.c
2749                 fix can't click forward/backward buttons in the
2750                 search messages.
2751
2752 2006-09-18 [paul]       2.4.0cvs197
2753
2754         * src/wizard.c
2755                 add missing bracket, capitalise the A of
2756                 'SpamAssassin'
2757
2758 2006-09-18 [paul]       2.4.0cvs196
2759
2760         * src/compose.c
2761                 fix bug 1012 'crashed upon sending mail
2762                 from compose window'
2763                 Thanks to Colin
2764
2765 2006-09-16 [colin]      2.4.0cvs195
2766
2767         * src/folderview.c
2768                 Fix "real-time" sorting by freezing/thawing
2769
2770 2006-09-16 [colin]      2.4.0cvs194
2771
2772         * manual/faq.xml
2773                 Fix the anti-spam entry a bit
2774
2775 2006-09-16 [colin]      2.4.0cvs193
2776
2777         * src/wizard.c
2778                 Make sure reviewers have no excuse when stating
2779                 Sylpheed-Claws doesn't have antispam capabilities.
2780
2781 2006-09-16 [colin]      2.4.0cvs192
2782
2783         * src/main.c
2784                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2785                 as if the SIGPIPE comes from etpan's thread we could
2786                 trigger a GUI update from this thread.
2787
2788 2006-09-16 [colin]      2.4.0cvs191
2789
2790         * src/summaryview.c
2791                 Init all members of the struct
2792
2793 2006-09-16 [paul]       2.4.0cvs190
2794
2795         * src/account.c
2796                 improvements to the English
2797
2798 2006-09-15 [colin]      2.4.0cvs189
2799
2800         * src/summaryview.c
2801                 HIG order on dialog
2802
2803 2006-09-14 [colin]      2.4.0cvs188
2804
2805         * src/common/socket.c
2806         * src/common/socket.h
2807         * src/common/ssl.c
2808         * src/common/ssl_certificate.c
2809         * src/common/ssl_certificate.h
2810         * src/etpan/imap-thread.c
2811                 the get_fqdn() call done to get canonical name when
2812                 checking an SSL certificate is blocking, which is
2813                 sad as we just did a non-blocking lookup to connect.
2814                 Fix that by letting the fqdn available to the SockInfo,
2815                 and use that in ssl_certificate_check(). For IMAP,
2816                 we don't do it as the lookup's done by libetpan, but
2817                 it's less annoying as IMAP connections as much more
2818                 rare than POP3 connections.
2819
2820 2006-09-14 [paul]       2.4.0cvs187
2821
2822         * manual/advanced.xml
2823                 improvements to the English,
2824                 properly place the new hidden options
2825                 within the alphabetical order
2826         * src/gtk/pluginwindow.c
2827                 improvements to the English
2828
2829 2006-09-14 [colin]      2.4.0cvs186
2830
2831         * src/prefs_common.c
2832         * src/prefs_common.h
2833         * src/gtk/gtksctree.c
2834         * manual/advanced.xml
2835                 New hidden pref, stripes_color_offset, to change
2836                 the value added/substracted to normal bgcolor to
2837                 create the stripes in summaries
2838
2839 2006-09-13 [colin]      2.4.0cvs185
2840
2841         * src/gedit-print.c
2842         * src/messageview.c
2843         * src/messageview.h
2844         * src/summaryview.c
2845         * src/textview.c
2846                 Fix misc. printing issues: 
2847                 - Bad font for linkified headers
2848                 - Different font if the mail was displayed or not
2849                 - Factorize the thing
2850
2851 2006-09-13 [colin]      2.4.0cvs184
2852
2853         * src/common/ssl_certificate.c
2854                 Only get FQDN once when checking certificate
2855
2856 2006-09-13 [colin]      2.4.0cvs183
2857
2858         * src/account.c
2859         * src/gtk/pluginwindow.c
2860                 Misc. GUI fixes by Fabien
2861
2862 2006-09-13 [wwp]        2.4.0cvs182
2863
2864         * configure.ac
2865         * src/common/utils.h
2866         * src/common/utils.c
2867                 get rid of unused wide-char functions.
2868
2869 2006-09-13 [wwp]        2.4.0cvs181
2870
2871         * src/plugins/pgpinline/sylpheed.def
2872         * src/textview.c
2873                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2874                 add privacy_reset_error to the .def file,
2875                 do not fork for an external textviewer.
2876
2877 2006-09-13 [wwp]        2.4.0cvs180
2878
2879         * src/prefs_common.c
2880                 fix broken font entry in prefs (patch issued by the gpg4win team,
2881                 probably by Marcus Brinkmann <marcus@g10code.de>).
2882
2883 2006-09-13 [colin]      2.4.0cvs179
2884
2885         * src/folder.h
2886                 Fix a warning in summaryview.c
2887         * src/mainwindow.c
2888         * src/summaryview.c
2889         * src/summaryview.h
2890                 Add missing Mark/* elements in the
2891                 main menu
2892
2893 2006-09-12 [colin]      2.4.0cvs178
2894
2895         * src/prefs_actions.c
2896         * src/prefs_filtering_action.c
2897         * src/prefs_matcher.c
2898                 Use (New) instead of New everywhere
2899
2900 2006-09-12 [wwp]        2.4.0cvs177
2901
2902         * manual/fr/addrbook.xml
2903         * manual/fr/handling.xml
2904                 updated some quotes in the fr manual to match the fr translation.
2905
2906 2006-09-12 [wwp]        2.4.0cvs176
2907
2908         * src/prefs_matcher.c
2909                 don't store translated string elements in matcher expressions.
2910                 Also fixed a misused of Q_().
2911
2912 2006-09-11 [wwp]        2.4.0cvs175
2913
2914         * src/plugins//bogofilter/bogofilter.c
2915         * src/plugins//clamav/clamav_plugin.c
2916         * src/plugins//demo/demo.c
2917         * src/plugins//dillo_viewer/dillo_viewer.c
2918         * src/plugins//pgpcore/plugin.c
2919         * src/plugins//pgpinline/plugin.c
2920         * src/plugins//pgpmime/plugin.c
2921         * src/plugins//spamassassin/spamassassin.c
2922                 gettext-ize more strings (mostly plugin error messages).
2923
2924 2006-09-11 [colin]      2.4.0cvs174
2925
2926         * src/alertpanel.c
2927                 Make maximum buffer size bigger to avoid
2928                 truncating translated messages. Patch by
2929                 Fabien
2930
2931 2006-09-11 [colin]      2.4.0cvs173
2932
2933         * src/etpan/imap-thread.c
2934                 Fix compilation on OpenBSD, thanks to 
2935                 Landry
2936
2937 2006-09-10 [wwp]        2.4.0cvs172
2938
2939         * manual/account.xml
2940         * manual/addrbook.xml
2941         * manual/handling.xml
2942         * manual/es/handling.xml
2943         * manual/fr/account.xml
2944         * manual/fr/addrbook.xml
2945         * manual/fr/handling.xml
2946                 documented addressbook matching (condition configuration):
2947                   addrbook.xml, en fr
2948                 documented per-account filtering rules (handling/filtering
2949                   section, account section):
2950                   account.xml, handling.xml, en fr
2951                 slightly updated the handling/searching section to tell few
2952                   words about the extended search ability:
2953                   handling.xml, en fr
2954                 added missing <quote></quotes> to Quick Search:
2955                   handling.xml, en fr es
2956                 fixed a typo (auomatically):
2957                   handling.xml, en
2958                 changes revisited by Paul.
2959
2960 2006-09-10 [paul]       2.4.0cvs171
2961
2962         * src/prefs_actions.c
2963         * src/prefs_filtering.c
2964         * src/prefs_template.c
2965                 adjustments to the gui
2966                 Patch by Fabien Vantard (slightly modified)
2967
2968 2006-09-10 [colin]      2.4.0cvs170
2969
2970         * src/summaryview.c
2971                 Check folderitem/summaryview consistency
2972                 (basically automates Update summary). Fixes
2973                 #1011 (wrong (negative) count on unread 
2974                 messages)
2975
2976 2006-09-10 [colin]      2.4.0cvs169
2977
2978         * src/gtk/gtksctree.c
2979                 Fix recursive expansion via mouse
2980         * src/plugins/bogofilter/bogofilter.c
2981                 Use normal filtering way of moving
2982                 messages (batching), possibly fixing
2983                 bug #1015 (Bogofilter plugin doubles 
2984                 new messages)
2985
2986 2006-09-09 [wwp]        2.4.0cvs168
2987
2988         * src/prefs_filtering.c
2989                 better place for this fix.
2990
2991 2006-09-09 [wwp]        2.4.0cvs167
2992
2993         * src/prefs_filtering.c
2994                 fix a minor bug when the enabled status of a filtering/processing
2995                 rule always got set to TRUE when replacing this rule. That still
2996                 make sense when adding a new rule, but now when replacing, we
2997                 don't override the value of 'enabled'.
2998                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2999                 to prefs_filtering_list_view_get_info() as this function not only
3000                 returns the name, but also the account_id and the enabled status.
3001
3002 2006-09-09 [mones]      2.4.0cvs166
3003
3004         * manual/glossary.xml
3005         * manual/plugins.xml
3006                 Minor format corrections
3007         * manual/gpl.xml
3008                 Fix misplaced NO WARRANTY section
3009         * manual/es/advanced.xml
3010         * manual/es/faq.xml
3011         * manual/es/glossary.xml
3012         * manual/es/gpl.xml
3013         * manual/es/handling.xml
3014         * manual/es/plugins.xml
3015         * manual/es/starting.xml
3016                 Incorporate changes from English version
3017         * manual/fr/ack.xml
3018         * manual/pl/ack.xml
3019         * manual/es/ack.xml
3020                 Fix address, (add translation credits in es version)
3021         * po/es.po
3022                 Updated translation
3023
3024 2006-09-09 [wwp]        2.4.0cvs165
3025
3026         * src/prefs_filtering.c
3027                 fix a crash when opening filtering prefs, if matcherrc file contains
3028                 broken data (non-existing account id, which is theoretically not
3029                 possible).
3030
3031 2006-09-08 [colin]      2.4.0cvs164
3032
3033         * src/folder.c
3034                 Wrong assert, make it an if()
3035         * src/gtk/gtksctree.c
3036                 Fix bug #1013 (expand selected thread 
3037                 tree) - expanding is now recursive
3038
3039 2006-09-07 [wwp]        2.4.0cvs163
3040
3041         * src/prefs_matcher.c
3042                 make better sentences about addressbook matching in the
3043                 matcher prefs. This should make translators' work easier
3044                 too.
3045
3046 2006-09-07 [wwp]        2.4.0cvs162
3047
3048         * src/prefs_filtering.c
3049                 code simplification (get rid of dup var. assignment).
3050
3051 2006-09-07 [wwp]        2.4.0cvs161
3052
3053         * src/summaryview.c
3054                 use GTK_STOCK icons when possible, patch by Fabien Vantard
3055                 <fzzzzz@gmail.com>.
3056
3057 2006-09-07 [paul]       2.4.0cvs160
3058
3059         * src/mimeview.c
3060                 fix compilation warnings
3061                 Thanks to Colin
3062
3063 2006-09-07 [paul]       2.4.0cvs159
3064
3065         * src/mimeview.c
3066                 select the mimepart icon when
3067                 displaying as text
3068                 Thanks to Colin
3069
3070 2006-09-06 [paul]       2.4.0cvs158
3071
3072         * src/prefs_filtering.c
3073                 fix labels and table element spacing
3074                 Patch by Fabien Vantard
3075
3076 2006-09-06 [paul]
3077
3078         2.5.0-rc3 released
3079
3080 2006-09-06 [paul]       2.4.0cvs157
3081
3082         * manual/es/advanced.xml
3083                 fix typo
3084
3085 2006-09-06 [wwp]        2.4.0cvs156
3086
3087         * src/mainwindow.c
3088                 fix an dup launch issue when iconified, thanks to Colin.
3089
3090 2006-09-06 [wwp]        2.4.0cvs155
3091
3092         * src/gtk//gtksctree.h
3093                 oops, forgot that one!
3094
3095 2006-09-06 [wwp]        2.4.0cvs154
3096
3097         * manual/pl/advanced.xml
3098         * manual/advanced.xml
3099         * manual/es/advanced.xml
3100         * manual/fr/advanced.xml
3101         * src/prefs_customheader.c
3102         * src/prefs_filtering_action.c
3103         * src/foldersel.c
3104         * src/prefs_summaries.c
3105         * src/prefs_filtering.c
3106         * src/account.c
3107         * src/compose.c
3108         * src/prefs_summary_column.c
3109         * src/addr_compl.c
3110         * src/prefs_actions.c
3111         * src/prefs_folder_column.c
3112         * src/ssl_manager.c
3113         * src/prefs_template.c
3114         * src/prefs_display_header.c
3115         * src/prefs_common.h
3116         * src/prefs_matcher.c
3117         * src/prefs_common.c
3118         * src/prefs_toolbar.c
3119         * src/summaryview.c
3120         * src/folderview.c
3121         * src/gtk/gtksctree.c
3122         * src/gtk/pluginwindow.c
3123         * src/gtk/progressdialog.c
3124         * src/gtk/prefswindow.c
3125                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3126                 to make its meaning more obvious (all versions of the manual reflect
3127                 the change).
3128                 added an extra hidden option use_stripes_in_summary to allow
3129                 discarding these stripes in mainwindow's folder and message lists;
3130                 en and fr manuals only are OK towards this.
3131
3132 2006-09-06 [colin]      2.4.0cvs153
3133
3134         * src/textview.c
3135                 Hide Sylpheed-Claws' internal queue headers
3136                 when showing all headers. They'll be present
3137                 only in Source window.
3138
3139 2006-09-05 [colin]      2.4.0cvs152
3140
3141         * src/plugins/trayicon/trayicon.c
3142                 Fix crash at exit - we have to disconnect
3143                 our handlers
3144         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3145                 Update eggtrayicon - patch adapted from a
3146                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3147                 on Sylpheed's ML
3148
3149 2006-09-05 [colin]      2.4.0cvs151
3150
3151         * src/mainwindow.c
3152         * src/gtk/logwindow.c
3153                 Fix race condition when something writes
3154                 to the log too soon during init. Thanks
3155                 to Fabien Vantard
3156
3157 2006-09-05 [colin]      2.4.0cvs150
3158
3159         * src/mimeview.c
3160                 Don't select part on right-click either
3161
3162 2006-09-05 [paul]       2.4.0cvs149
3163
3164         * src/mimeview.c
3165                 completion of previous commit
3166                 Thanks to Colin
3167
3168 2006-09-05 [colin]      2.4.0cvs148
3169
3170         * src/mimeview.c
3171                 Don't force selection on middle-click, just open
3172
3173 2006-09-04 [colin]      2.4.0cvs147
3174
3175         * src/mimeview.c
3176                 Looks like gtk_notebook_set_current_page()
3177                 sometimes steals focus, and this annoys us
3178                 in MimeViewers as it renders navigation
3179                 keys useless. Take back focus after switching
3180                 pages.
3181
3182 2006-09-04 [colin]      2.4.0cvs146
3183
3184         * src/messageview.c
3185                 Set stop_loading when clicking on Next
3186                 during load. Don't add a callback to 
3187                 avoid over-complicating things.
3188
3189 2006-09-04 [colin]      2.4.0cvs145
3190
3191         * src/mimeview.c
3192         * src/messageview.c
3193                 Fix multiple loads in separate messageview
3194
3195 2006-09-04 [colin]      2.4.0cvs144
3196
3197         * src/summaryview.c
3198                 Let navigation keys be handled during 
3199                 load
3200
3201 2006-09-04 [colin]      2.4.0cvs143
3202
3203         * src/messageview.c
3204         * src/summaryview.c
3205         * src/textview.c
3206         * src/textview.h
3207                 Make loading of huge mails (lots of text and/or
3208                 images) cancellable, so the GUI doesn't block 
3209
3210 2006-09-04 [colin]      2.4.0cvs142
3211
3212         * src/plugins/trayicon/trayicon.c
3213                 Fix annoyance when removing a folder with 
3214                 unread mails: trayicon didn't update
3215
3216 2006-09-04 [paul]       2.4.0cvs141
3217
3218         * src/gtk/icon_legend.c
3219                 straighten up columns
3220                 Patch by Fabien Vantard
3221
3222 2006-09-04 [wwp]        2.4.0cvs140
3223
3224         * src/prefs_filtering.c
3225                 fix new line's account name in filtering prefs:
3226                 was "All", is now "(New)".
3227
3228 2006-09-04 [paul]       2.4.0cvs139
3229
3230         * tools/make.themes.project
3231                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3232                 instead of homebrewed "make release"
3233
3234 2006-09-03 [colin]      2.4.0cvs138
3235
3236         * src/folderview.c
3237                 Fix bug #1007 (Wrong folder highlighted)
3238
3239 2006-09-03 [colin]      2.4.0cvs137
3240
3241         * src/compose.c
3242                 Don't set Newsgroup: header to a mail folder
3243                 path
3244
3245 2006-09-03 [paul]       2.4.0cvs136
3246
3247         * src/prefs_other.c
3248         * src/prefs_spelling.c
3249                 unify the gui
3250
3251 2006-09-03 [paul]       2.4.0cvs135
3252
3253         * src/prefs_summaries.c
3254                 correct menu item text in prefs_keybind_apply_clicked()
3255
3256 2006-09-03 [paul]       2.4.0cvs134
3257
3258         * manual/advanced.xml
3259                 some improvements to the descriptions
3260         * src/mainwindow.c
3261         * src/messageview.c
3262         * src/summaryview.c
3263         * src/gtk/menu.c
3264                 fix menu sensitivity issues
3265         * src/prefs_message.c
3266                 drop the useless word 'short'
3267         * src/prefs_other.c
3268                 add the word 'lines' indicating log length
3269                 is a measure of lines
3270         * src/textview.c
3271                 fix compilation warnings
3272
3273 2006-09-02 [colin]      2.4.0cvs133
3274
3275         * src/messageview.c
3276                 Display a special return-receipt message
3277                 if the message is from the user
3278         * src/summaryview.c
3279                 Fix missing freeze of the list when marking
3280                 all read and unthreading for exec. Thanks
3281                 to Stephan Sachse.
3282
3283 2006-09-02 [paul]       2.4.0cvs132
3284
3285         * src/mainwindow.c
3286         * src/prefs_message.c
3287         * src/summaryview.c
3288                 fix some english
3289
3290 2006-09-02 [wwp]        2.4.0cvs131
3291
3292         * src/prefs_filtering.c
3293                 added an account name column to the filtering rules
3294                 dialog.
3295
3296 2006-09-02 [colin]      2.4.0cvs130
3297
3298         * src/gtk/logwindow.c
3299         * src/gtk/logwindow.h
3300                 Block scrolling if we're not at the end
3301                 of the log
3302
3303 2006-09-02 [colin]      2.4.0cvs129
3304
3305         * src/folder.c
3306                 Make sure account-specific rules can't
3307                 be used in {pre-,post-,}processing
3308         * src/mainwindow.c
3309         * src/gtk/logwindow.c
3310         * src/gtk/logwindow.h
3311                 Jump to last error when clicking on the
3312                 warning icon
3313
3314 2006-09-02 [colin]      2.4.0cvs128
3315
3316         * src/imap.c
3317         * src/import.c
3318         * src/mainwindow.c
3319         * src/mainwindow.h
3320                 Fix warning icon
3321         * src/inc.c
3322         * src/mbox.c
3323         * src/mbox.h
3324                 Let proc_mbox know its account, for
3325                 account-specific rules
3326
3327 2006-09-01 [colin]      2.4.0cvs127
3328
3329         * src/codeconv.c
3330                 Don't uselessly use iconv to convert from
3331                 us-ascii
3332         * src/alertpanel.c
3333         * src/mainwindow.c
3334         * src/mainwindow.h
3335         * src/inc.c
3336                 Fix certain log cases, disable warning icon
3337                 for now, the correct way to display it when
3338                 necessary and only when necessary is probably
3339                 to do it manually rather than use error logs
3340         * src/etpan/imap-thread.c
3341                 Clean up UID logging a bit
3342         * src/gtk/logwindow.c
3343         * src/gtk/logwindow.h
3344                 Make logging faster when the window's closed
3345
3346 2006-09-01 [wwp]        2.4.0cvs126
3347
3348         * manual/fr/account.xml
3349                 reflect changes to the ref. manual (parts of cvs72):
3350                 fix tabnames and quotes.
3351
3352 2006-09-01 [wwp]        2.4.0cvs125
3353
3354         * manual/fr/plugins.xml
3355                 reflect changes to the reference manual (cvs42):
3356                 update IRC channel info.
3357
3358 2006-09-01 [wwp]        2.4.0cvs124
3359
3360         * commitHelper
3361                 use CVSEDITOR env. var. if set, according to `man cvs`.
3362
3363 2006-09-01 [wwp]        2.4.0cvs123
3364
3365         * manual/advanced.xml
3366                 better sentence again (thanks to Paul).
3367
3368 2006-09-01 [wwp]        2.4.0cvs122
3369
3370         * manual/advanced.xml
3371         fix definition of toolbar_detachable and rework a bit the one of
3372         enable_dotted_lines.
3373
3374 2006-09-01 [mones]      2.4.0cvs121
3375
3376         * manual/advanced.xml
3377                 Document enable_dotted_lines
3378
3379 2006-09-01 [paul]       2.4.0cvs120
3380
3381         * src/folderview.c
3382         * src/folderview.h
3383         * src/imap.c
3384         * src/mainwindow.c
3385         * src/summaryview.c
3386                 obey the 'When entering folder...' option
3387                 when using the /View/Go to/... menu items
3388                 Thanks to Colin
3389
3390 2006-08-31 [colin]      2.4.0cvs119
3391
3392         * src/folderview.c
3393                 Revert 2.4.0cvs116, wrong fix.
3394
3395 2006-08-31 [colin]      2.4.0cvs118
3396
3397         * src/gtk/gtksctree.c
3398                 Better state the various copyrights
3399
3400 2006-08-31 [colin]      2.4.0cvs117
3401
3402         * src/prefs_common.c
3403                 fix enable_dotted_lines
3404
3405 2006-08-31 [colin]      2.4.0cvs116
3406
3407         * src/folderview.c
3408                 Use pref "Always open on select" when going
3409                 to next unread folder
3410         * src/gtk/gtksctree.c
3411                 Fix link failure to _gtk_clist_create_cell_layout
3412                 on certain computers. (Why not mine, I wonder)
3413
3414 2006-08-31 [colin]      2.4.0cvs115
3415
3416         * src/procmsg.c
3417         * src/textview.c
3418         * src/plugins/bogofilter/bogofilter.c
3419         * src/plugins/spamassassin/spamassassin.c
3420                 Requalify some "errors" to warnings
3421         * src/mainwindow.c
3422         * src/mainwindow.h
3423         * src/statusbar.c
3424                 Add an icon in the statusbar to notify
3425                 of errors
3426         * src/gtk/gtksctree.c
3427         * src/folderview.c
3428         * src/summaryview.c
3429                 Make the GtkSCTree look more modern by
3430                 alternating background lines
3431         * src/prefs_common.c
3432         * src/prefs_common.h
3433                 Add a pref to let people have the old
3434                 way if they prefer
3435
3436
3437 2006-08-30 [colin]      2.4.0cvs114
3438
3439         * src/procmsg.c
3440         * src/procmsg.h
3441                 Provide a way to filter a list of
3442                 messages in an optimised manner, and
3443                 add a list-filtering hook
3444         * src/folder.c
3445         * src/inc.c
3446         * src/mbox.c
3447                 Use the list filtering
3448         * src/plugins/bogofilter/bogofilter.c
3449                 Use the list-filtering hook
3450                 Use -b (bulk) mode for more speed
3451                 when learning and filtering
3452         * src/etpan/imap-thread.c
3453                 Make log output shorter in UID SEARCH
3454
3455
3456 2006-08-30 [colin]      2.4.0cvs113
3457
3458         * src/plugins/bogofilter/bogofilter.c
3459                 Really fast mass learning - thanks to David
3460                 Relson for the options explanations :)
3461
3462 2006-08-30 [colin]      2.4.0cvs112
3463
3464         * src/msgcache.c
3465                 Fix compilation on FreeBSD. Thanks
3466                 to Michael Hugues
3467
3468 2006-08-29 [colin]      2.4.0cvs111
3469
3470         * src/folderview.c
3471                 Handle "popup_menu" signal (for popping the 
3472                 menu via the keyboard)
3473         * src/mimeview.c
3474         * src/mimeview.h
3475         * src/summaryview.c
3476         * src/textview.c
3477         * src/gtk/gtkutils.c
3478         * src/gtk/gtkutils.h
3479                 Factorize scrolling code, and add an API 
3480                 for MimeViewers to handle scroll orders
3481
3482 2006-08-29 [wwp]        2.4.0cvs110
3483
3484         * src/plugins//bogofilter/bogofilter.c
3485         * src/plugins//spamassassin/spamassassin.c
3486                 make the bogofilter/spamassassin filtering error dialogs at
3487         incorporation obey to the "don't popup error dialog on
3488         receive error" option. If disabled, feed the log window w/
3489         the error message.
3490
3491 2006-08-29 [paul]
3492
3493         2.5.0-rc2 released
3494
3495 2006-08-29 [paul]       2.4.0cvs109
3496
3497         * Makefile.am
3498                 remove 'make release', it's not needed
3499                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3500
3501 2006-08-29 [paul]       2.4.0cvs108
3502
3503         * src/foldersel.c
3504         * src/summary_search.c
3505         * src/gtk/progressdialog.c
3506         * src/plugins/pgpcore/passphrase.c
3507                 replace deprecated gtk_window_set_policy()
3508
3509 2006-08-29 [colin]      2.4.0cvs107
3510
3511         * src/folder.c
3512                 Fix data loss when copy fails during a move:
3513                 only use fast remove_msgs if everything was
3514                 copied OK; else use slow remove_msg on the
3515                 mails that got copied only.
3516
3517 2006-08-28 [paul]       2.4.0cvs106
3518
3519         * src/mh.c
3520                 revert change in 2.4.0cvs104, it breaks
3521                 stuff
3522
3523 2006-08-28 [paul]       2.4.0cvs105
3524
3525         * src/plugins/spamassassin/spamassassin.c
3526                 english fix
3527
3528 2006-08-28 [paul]       2.4.0cvs104
3529
3530         * src/mh.c
3531                 fix data loss when moving to another
3532                 mailbox fails
3533         * src/prefs_spelling.c
3534                 improve the english
3535         * src/gtk/pluginwindow.c
3536                 improve the layout of the dialog text
3537         All thanks to Colin
3538
3539 2006-08-28 [paul]       2.4.0cvs103
3540
3541         * src/plugins/bogofilter/bogofilter.c
3542         * src/plugins/bogofilter/bogofilter_gtk.c
3543                 fix english up a bit, innit
3544
3545 2006-08-28 [paul]       2.4.0cvs102
3546
3547         * configure.ac
3548         * po/Makefile.in.in
3549         * po/Makevars
3550                 require autoconf 2.60, enabling building
3551                 with gettext 0.15 (gettext 0.14.x build still
3552                 possible). Replace Makefiles with versions
3553                 from gettext 0.15.
3554                 Remove configure options --with-localedir and
3555                 --with-mandir. The options that are provided
3556                 directly by autoconf 2.60 can be used instead:
3557                 --mandir --localedir
3558
3559 2006-08-27 [colin]      2.4.0cvs101
3560
3561         * src/plugins/bogofilter/Makefile.am
3562                 Fix make dist (no README)
3563
3564 2006-08-27 [colin]      2.4.0cvs100
3565
3566         * src/folder.c
3567                 Don't use F_UNKNOWN folders for any default
3568                 outbox/trash/etc
3569         * src/plugins/bogofilter/bogofilter.c
3570         * src/plugins/bogofilter/bogofilter.h
3571         * src/plugins/bogofilter/bogofilter_gtk.c
3572                 Add an option to specify the path to bogofilter
3573                 Use single-quotes to be able to learn in folders
3574                 with spaces in their names
3575                 Verify learning status
3576
3577 2006-08-27 [colin]      2.4.0cvs99
3578
3579         * manual/faq.xml
3580         * manual/plugins.xml
3581                 Document Bogofilter plugin
3582
3583 2006-08-27 [colin]      2.4.0cvs98
3584
3585         * src/compose.c
3586         * src/messageview.c
3587         * src/procmsg.c
3588         * src/procmsg.h
3589                 When possible, copy the queued mail to sent folder
3590                 instead of re-adding. Much faster on IMAP.
3591
3592 2006-08-27 [colin]      2.4.0cvs97
3593
3594         * src/msgcache.c
3595                 Disable mmaped caches - huge metadata loss
3596                 here after a power failure.
3597         * src/summaryview.c
3598                 Add quicksearch timing
3599         * src/common/plugin.c
3600         * src/common/plugin.h
3601                 Implement an interface to tell what plugins
3602                 provide. Prevent loading of similar plugins.
3603         * src/plugins/clamav/clamav_plugin.c
3604         * src/plugins/demo/demo.c
3605         * src/plugins/dillo_viewer/dillo_viewer.c
3606         * src/plugins/pgpcore/plugin.c
3607         * src/plugins/pgpinline/pgpinline.c
3608         * src/plugins/pgpmime/pgpmime.c
3609         * src/plugins/spamassassin/spamassassin.c
3610         * src/plugins/trayicon/trayicon.c
3611                 Implement plugin_provides()
3612
3613 2006-08-27 [colin]      2.4.0cvs96
3614
3615         * configure.ac
3616         * src/plugins/Makefile.am
3617         * src/plugins/bogofilter/.cvsignore
3618         * src/plugins/bogofilter/Makefile.am
3619         * src/plugins/bogofilter/bogofilter.c
3620         * src/plugins/bogofilter/bogofilter.h
3621         * src/plugins/bogofilter/bogofilter_gtk.c
3622                 New Bogofilter plugin, provides filtering and
3623                 learning. Spamassassin will go to extra plugins.
3624
3625 2006-08-26 [mones]      2.4.0cvs95
3626
3627         * manual/handling.xml
3628                 Fix subfolder path in the example (thanks to Paul) 
3629
3630 2006-08-26 [mones]      2.4.0cvs94
3631
3632         * manual/glossary.xml
3633                 2.2. + add ISP to the glossary
3634                 7.5. + Add UIDL to glossary
3635                 7.7. + Add TCP to glossary
3636         * manual/handling.xml
3637                 7.1. + Mentions GNU/Linux distribution, what about the non...
3638                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3639                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3640                 7.4. = Use appropriate quotation for commands
3641                 7.6. = change "" to <quote></quote>
3642         * manual/plugins.xml
3643                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3644         * manual/starting.xml
3645                 2.1. + local mbox file: some examples of mbox file locations...
3646                 Also reformatted files requiring it
3647
3648 2006-08-26 [wwp]        2.4.0cvs93
3649
3650         * src/summary_search.c
3651                 disable find buttons while summary search is running.
3652
3653 2006-08-25 [colin]      2.4.0cvs92
3654
3655         * src/folder.c
3656         * src/folderutils.c
3657         * src/mh.c
3658         * src/procmsg.h
3659         * src/summaryview.c
3660                 Speed up MH moving, and add progressbar
3661                 for MH deletion
3662         * src/msgcache.c
3663                 Write cache files using mmap() too
3664
3665 2006-08-25 [wwp]        2.4.0cvs91
3666
3667         * src/summaryview.c
3668                 switch spam<->ham button when a message has been marked as spam or ham
3669                 and is still selected. Thanks to Colin.
3670
3671 2006-08-25 [paul]       2.4.0cvs90
3672
3673         * src/Makefile.am
3674         * src/stock_pixmap.c
3675         * src/stock_pixmap.h
3676         * src/summaryview.c
3677         * src/gtk/icon_legend.c
3678         * src/pixmaps/copied.xpm
3679         * src/pixmaps/moved.xpm
3680                 add icons for delayed execution marked for
3681                 copying, marked for moving
3682
3683 2006-08-25 [mones]      2.4.0cvs89
3684
3685         * manual/glossary.xml
3686                 Fix the other glossary items:
3687                 5.1. = Inmmediate execution -> <quote>immediate execution...
3688                 5.2. = Fix MBOX capitalization -> Mbox
3689                 5.3. + Improve Plugins def. w/ tech. ref.
3690                 5.4. = Quotation -> replace '>' by <quote>></quote>
3691                 5.5. - SMTP Server. -> remove dot
3692         * po/es.po
3693                 Updated translation
3694
3695 2006-08-25 [mones]      2.4.0cvs88
3696
3697         * manual/ack.xml
3698                 Reformatted, changed email address
3699         * manual/glossary.xml
3700                 Reformatted, fixed MANUAL-TODO items:
3701                 8.2. + add ROT-13 to glossary
3702                 8.4. + add URL to glossary
3703         * manual/es/advanced.xml
3704                 Fixed <literal>s
3705
3706 2006-08-25 [paul]       2.4.0cvs87
3707
3708         * src/gtk/icon_legend.c
3709                 add 'marked for deletion' icon
3710                 arrange icons by containing column
3711                 wrap long label text
3712
3713 2006-08-25 [colin]      2.4.0cvs86
3714
3715         * src/common/utils.c
3716         * src/common/utils.h
3717                 Add the sc_g_*list_bigger functions in
3718                 a place everyone can use it
3719         * src/summaryview.c
3720                 Only freeze/thaw the list when working
3721                 on the selection, if it's bigger than 1
3722         * src/gtk/gtksctree.c
3723                 Only freeze/thaw the list when unselec-
3724                 ting 'all' if ('all' != 1)
3725                 This avoids some flickering
3726
3727 2006-08-24 [colin]      2.4.0cvs85
3728
3729         * src/addressbook.c
3730                 Fix strange list selection
3731                 Fix random seg (Invalid read of freed memory)
3732
3733 2006-08-24 [colin]      2.4.0cvs84
3734
3735         * src/alertpanel.c
3736         * src/gtk/inputdialog.c
3737         * src/plugins/pgpcore/passphrase.c
3738                 Revert minimal width patch of 2.4.0cvs67,
3739                 as it is also a maximal width. Use 
3740                 gtk_window_set_default_size instead.
3741
3742 2006-08-24 [colin]      2.4.0cvs83
3743
3744         * src/msgcache.c
3745                 Write cache/mark to temp files before
3746                 overwriting old ones (avoids metadata
3747                 loss if writing the new files fail).
3748                 Use mmap() to read cache/mark file, as
3749                 this makes cache reading faster. Dis-
3750                 abled for big-endian machines until it
3751                 can be tested. (Big-endian users: set
3752                 msgcache_use_mmap = TRUE in the relevant
3753                 #if).
3754         * src/procmsg.h
3755                 Move rarely used fields of MsgInfo in 
3756                 another structure, which will only be
3757                 allocated if needed. Face, X-Face,
3758                 Return receipt headers and List-*
3759                 headers are moved. Mails having none
3760                 of these occupy 52 bytes less with
3761                 this patch, which makes 2.5MB of RAM
3762                 saved on a 50k folder).
3763         * src/headerview.c
3764         * src/mainwindow.c
3765         * src/messageview.c
3766         * src/partial_download.c
3767         * src/procheader.c
3768         * src/procmsg.c
3769         * src/textview.c
3770                 Follow this structure change.
3771
3772 2006-08-24 [wwp]        2.4.0cvs82
3773
3774         * manual/es/.cvsignore
3775         * manual/es/dist/.cvsignore
3776         * manual/es/dist/html/.cvsignore
3777         * manual/es/dist/pdf/.cvsignore
3778         * manual/es/dist/ps/.cvsignore
3779         * manual/es/dist/txt/.cvsignore
3780                 more (generated) files to ignore.
3781
3782 2006-08-24 [colin]      2.4.0cvs81
3783
3784         * src/folder.c
3785         * src/mh.c
3786                 Fix possible problems with local delivery. Check the folder doesn't
3787                 need scan before setting its mtime when saving cache (which can be
3788                 done long after the folder's been modified by an external process);
3789                 Check that the stored item's mtime didn't change in mh functions.
3790
3791 2006-08-24 [mones]      2.4.0cvs80
3792
3793         * manual/advanced.xml
3794                 Rewrapping, some fixes and MANUAL-TODO items:
3795                 8.1. = change "" to <quote></quote>
3796                 8.3. = quote menu items
3797                 8.5. - deploying -> new user ... ideally a new user (redundant)
3798
3799 2006-08-23 [colin]      2.4.0cvs79
3800
3801         * src/gtk/gtksctree.c
3802                 When selecting or deselecting range, only
3803                 freeze/thaw when selection is bigger than 10
3804
3805 2006-08-23 [colin]      2.4.0cvs78
3806
3807         * src/messageview.c
3808         * src/mimeview.c
3809         * src/mimeview.h
3810         * src/plugins/dillo_viewer/dillo_viewer.c
3811                 Provide an API for MimeViewer plugins to
3812                 return a text selection for replying
3813
3814 2006-08-23 [colin]      2.4.0cvs77
3815
3816         * src/image_viewer.c
3817         * src/textview.c
3818                 Use gtk_pixbuf_new_from_file_at_scale(), which
3819                 is faster than getting the pixbuf then resizing
3820                 it.
3821
3822 2006-08-23 [colin]      2.4.0cvs76
3823
3824         * src/procmime.c
3825                 UTF-8 should be sent Quoted-printable
3826
3827 2006-08-22 [colin]      2.4.0cvs75
3828
3829         * src/mh.c
3830                 Check if scan is required before touching
3831                 the folder (or it'll be required every time)
3832
3833 2006-08-22 [colin]      2.4.0cvs74
3834
3835         * configure.ac
3836                 Require libetpan 0.46 (crasher fix when built
3837                 against gnutls)
3838
3839 2006-08-22 [colin]      2.4.0cvs73
3840
3841         * src/folder.c
3842                 Set folder's mtime after writing its
3843                 cache
3844         * src/folderview.c
3845                 Add some timing
3846         * src/procmsg.c
3847                 Don't do useless stuff if we don't 
3848                 thread by subject
3849         * src/summaryview.c
3850                 Add some timing, don't deselect prior
3851                 to selecting (gtksctree does it itself),
3852                 remove crash avoidance hacks as it's been
3853                 properly fixed since a while
3854         * src/common/utils.c
3855                 Optimize to_human_readable(): _() is slow,
3856                 do it only once, and avoid %f format for KB
3857                 (the most common in a summaryview)
3858         * src/gtk/gtksctree.c
3859                 Don't uselessly freeze/thaw (fixes flicker
3860                 on next unread and friends), reduce number
3861                 of g_list_nth/g_list_position where possible
3862         * src/gtk/gtkutils.c
3863         * src/gtk/gtkutils.h
3864                 Reduce number of g_list_nth/g_list_position
3865                 where possible.
3866                 All of this makes loading as 70k folder 2.1
3867                 seconds instead of 3.2 (with hot FS caches).
3868                 (1.3 seconds without Date and Size columns...)
3869
3870 2006-08-22 [paul]       2.4.0cvs72
3871
3872         wrap documents and do some items from mones' MANUAL-TODO:
3873
3874         * manual/account.xml
3875                 4.1. = fix tabname references to <quote>tabname</quote>
3876                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3877         * manual/faq.xml
3878                 1.1. = mentioned options don't match UI
3879                 Add information about the 'Never send Return Receipts'
3880                 option
3881         * manual/handling.xml
3882                 6.2. = Mentions Extended symbols button, but now is
3883                 named Information
3884                 6.3. = Mentions ... button, which is now Edit
3885
3886 2006-08-22 [colin]      2.4.0cvs71
3887
3888         * src/gtk/pluginwindow.c
3889                 Fix layout in verbose translations (such
3890                 as french)
3891
3892 2006-08-22 [paul]       2.4.0cvs70
3893
3894         * manual/Makefile.am
3895                 build manuals in alphabetical order
3896         * src/addressbook.c
3897         * src/prefs_themes.c
3898                 replace/remove deprecated symbols
3899         * src/gtk/gtkutils.c
3900                 fix a warning
3901         * src/gtk/pluginwindow.c
3902                 replace deprecated symbol
3903                 replace label text and move it
3904         * src/plugins/pgpcore/prefs_gpg.c
3905                 move the 'Generate...' button out of the
3906                 Sign Key frame, replace the English used
3907         * src/plugins/pgpcore/sgpgme.c
3908                 fixes to the English
3909
3910 2006-08-21 [colin]      2.4.0cvs69
3911
3912         * src/plugins/trayicon/trayicon.c
3913                 Add more strings for translation; patch
3914                 by Pawel
3915
3916 2006-08-21 [colin]      2.4.0cvs68
3917
3918         * src/compose.c
3919                 fix replied flag not set after drafting
3920         * src/matcher.c
3921                 fix body quicksearch in non-encoded bodies
3922                 containing '='
3923         * src/msgcache.c
3924                 Get rid of the g_malloc workaround for
3925                 corrupted caches, use g_try_malloc
3926
3927 2006-08-21 [colin]      2.4.0cvs67
3928
3929         * src/alertpanel.c
3930         * src/gtk/inputdialog.c
3931         * src/plugins/pgpcore/passphrase.c
3932                 Set minimal width to 375
3933         * src/mainwindow.c
3934                 Fix switching to offline, asking if it 
3935                 should be overriden for synchronising
3936         * src/mimeview.c
3937                 Don't offer to remember command on Open 
3938                 with for text parts, as the browser or 
3939                 text editor command isn't changed from 
3940                 there
3941
3942 2006-08-20 [paul]       2.4.0cvs66
3943
3944         * po/ko.po
3945         * po/zh_CN.po
3946                 fix plural form errors. revealed by stricter
3947                 checking of gettext 0.15
3948
3949 2006-08-18 [paul]       2.4.0cvs65
3950
3951         * src/stock_pixmap.c
3952                 fix the fix of 2.4.0cvs64
3953                 Thanks to Colin
3954
3955 2006-08-18 [paul]       2.4.0cvs64
3956
3957         * src/stock_pixmap.c
3958                 fix leaks
3959                 Thanks to Colin
3960
3961 2006-08-18 [paul]       2.4.0cvs63
3962
3963         * src/compose.c
3964         * src/procmsg.c
3965                 fix occasional IMAP bug where large msgs
3966                 were left in the queue folder after sending
3967                 Thanks to Colin
3968
3969 2006-08-18 [paul]       2.4.0cvs62
3970
3971         * src/folderview.c
3972                 freeze the summaryview while quicksearch results
3973                 are displayed
3974                 (fixes bug 456 'current message is hidden when the
3975                 view is refreshed and extended search is "unread 
3976                 messages"')
3977                 Thanks to Colin
3978         * src/textview.c
3979                 add missing #include "inputdialog.h"
3980         * src/common/utils.h
3981                 add missing mailcap_update_default() and improve
3982                 readability
3983
3984 2006-08-17 [colin]      2.4.0cvs61
3985
3986         * src/plugins/pgpcore/select-keys.c
3987                 Fix warnings :)
3988
3989 2006-08-17 [colin]      2.4.0cvs60
3990
3991         * src/compose.c
3992                 Don't continue queuing if Cancel is clicked
3993                 in select-keys
3994
3995 2006-08-17 [colin]      2.4.0cvs59
3996
3997         * src/plugins/pgpcore/select-keys.c
3998                 When encrypting, if only one key matches and it 
3999                 matches exactly, automatically use it.
4000
4001 2006-08-17 [colin]      2.4.0cvs58
4002
4003         * src/mimeview.c
4004         * src/prefs_common.c
4005         * src/prefs_common.h
4006         * src/prefs_ext_prog.c
4007         * src/textview.c
4008                 Fix issues with previous patch (text/html)
4009                 Remove outdated prefs
4010
4011 2006-08-17 [colin]      2.4.0cvs57
4012
4013         * src/imap.c
4014                 Add View Log button on auth error
4015         * src/procmsg.c
4016                 Fix encrypted mail marked as new when
4017                 saved in normal folders
4018         * src/plugins/pgpinline/pgpinline.c
4019                 Fix encrypt bug on IMAP
4020         * src/mimeview.c
4021         * src/common/utils.c
4022         * src/common/utils.h
4023         * src/gtk/inputdialog.c
4024         * src/gtk/inputdialog.h
4025                 Get rid of metamail stuff, simplify
4026                 opening, and allow remembering of user's
4027                 choices (by updating ~/.mailcap). There's
4028                 still to drop "Audio player" and "Image
4029                 viewer" preferences.
4030
4031 2006-08-17 [mones]      2.4.0cvs56
4032
4033         * manual/es/sylpheed-claws-manual.xml
4034                 fix DTD path
4035
4036 2006-08-17 [mones]      2.4.0cvs55
4037
4038         * configure.ac
4039         * manual/Makefile.am
4040         * manual/es/Makefile.am
4041         * manual/es/account.xml
4042         * manual/es/ack.xml
4043         * manual/es/addrbook.xml
4044         * manual/es/advanced.xml
4045         * manual/es/faq.xml
4046         * manual/es/glossary.xml
4047         * manual/es/gpl.xml
4048         * manual/es/handling.xml
4049         * manual/es/intro.xml
4050         * manual/es/keyboard.xml
4051         * manual/es/plugins.xml
4052         * manual/es/starting.xml
4053         * manual/es/sylpheed-claws-manual.xml
4054         * manual/es/dist/Makefile.am
4055         * manual/es/dist/html/Makefile.am
4056         * manual/es/dist/pdf/Makefile.am
4057         * manual/es/dist/ps/Makefile.am
4058         * manual/es/dist/txt/Makefile.am
4059                 Spanish translation for the manual
4060
4061 2006-08-16 [colin]      2.4.0cvs54
4062
4063         * src/compose.c
4064         * src/main.c
4065         * src/mainwindow.c
4066                 Fix send button sensitivity at startup
4067                 Set send menu sensitivity (patch by Fabien)
4068         * src/ssl_manager.c
4069                 Enable closing with esc (patch by Fabien)
4070         * src/gtk/foldersort.c
4071                 Enable closing with esc (patch by Fabien)
4072         * src/procmime.c
4073                 Optimisation (no need to copy to tempfile to
4074                 "decode" 7bit and 8bit)
4075         * src/summaryview.c
4076                 Fix cruft in swap_from case
4077         * src/textview.c
4078                 Fix missing last line in some mail cases 
4079                 (Fixes debian #381872)
4080         * src/plugins/pgpcore/prefs_gpg.c
4081         * src/plugins/pgpcore/sgpgme.c
4082         * src/plugins/pgpcore/sgpgme.h
4083                 Don't show "no key found" when user explicitely
4084                 wants to create a key
4085
4086 2006-08-16 [paul]       2.4.0cvs53
4087
4088         * configure.ac
4089         * src/account.c
4090         * src/addressbook.c
4091         * src/headerview.c
4092         * src/prefs_account.c
4093         * src/prefs_message.c
4094         * src/gtk/gtkutils.c
4095                 bump up minimum required versions of GTK+ and
4096                 GLIB to 2.6.0
4097
4098 2006-08-16 [paul]       2.4.0cvs52
4099
4100         * src/toolbar.c
4101                 workaround GTK+ Bug 351600 - 'Can't re-click
4102                 on button after sensitivity update'
4103                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4104                 Thanks to Colin
4105
4106 2006-08-15 [colin]      2.4.0cvs51
4107
4108         * src/plugins/pgpcore/prefs_gpg.c
4109                 Set options sensitivity according to
4110                 key existence
4111         * src/plugins/pgpcore/sgpgme.c
4112                 Allow to create key with no passphrase
4113
4114 2006-08-14 [cleroy]     2.4.0cvs50
4115
4116         * src/gtk/pluginwindow.c
4117                 New layout (maybe to be changed?)
4118         * src/gtk/gtkutils.c
4119                 Fix a bit label_window
4120         * src/plugins/pgpcore/passphrase.c
4121         * src/plugins/pgpcore/passphrase.h
4122         * src/plugins/pgpcore/plugin.c
4123         * src/plugins/pgpcore/prefs_gpg.c
4124         * src/plugins/pgpcore/prefs_gpg.h
4125         * src/plugins/pgpcore/sgpgme.c
4126         * src/plugins/pgpcore/sgpgme.h
4127                 Allow to create a PGP private key via the GUI
4128
4129 2006-08-14 [wwp]        2.4.0cvs49
4130
4131         * src/addressbook_foldersel.c
4132                 fix strict ISO C90 compliance.
4133
4134 2006-08-14 [paul]       2.4.0cvs48
4135
4136         * src/gtk/prefswindow.c
4137                 re-set scrolled window on opening
4138                 Patch by Ticho
4139
4140 2006-08-14 [paul]
4141
4142         2.5.0-rc1 released
4143
4144 2006-08-14 [paul]       2.4.0cvs47
4145
4146         * src/prefs_display_header.c
4147                 re-enable user-defined Displayed Headers
4148
4149 2006-08-14 [paul]       2.4.0cvs46
4150
4151         * src/prefs_account.c
4152                 use GTK_STOCK_EDIT
4153
4154 2006-08-13 [colin]      2.4.0cvs45
4155
4156         * src/common/utils.c
4157                 Fix "a" in quote when the original message is empty,
4158                 by using \0 instead of 'a' to test writability of
4159                 temp files.
4160
4161 2006-08-13 [wwp]        2.4.0cvs44
4162
4163         * src/plugins/spamassassin/spamassassin.c
4164                 fix capitalization of "SpamAssassin" in some debug, log and
4165                 dialog messages.
4166
4167 2006-08-13 [paul]       2.4.0cvs43
4168
4169         * src/editldap.c
4170                 fix overlapping widgets
4171         * src/prefs_account.c
4172                 fix translation of protocol_names[]
4173                 fix label disappearing off the edge of the
4174                 visible area
4175
4176 2006-08-12 [paul]       2.4.0cvs42
4177
4178         * manual/plugins.xml
4179                 update IRC channel info before it gets forgotten
4180                 about
4181
4182 2006-08-11 [colin]      2.4.0cvs41
4183
4184         * src/compose.c
4185         * src/mainwindow.c
4186         * src/mainwindow.h
4187         * src/procmsg.c
4188         * src/procmsg.h
4189         * src/summaryview.c
4190         * src/toolbar.c
4191                 Grey out the Send button if
4192                 - Queue folders are empty, or
4193                 - We're sending already
4194
4195 2006-08-11 [wwp]        2.4.0cvs40
4196
4197         * src/main.c
4198                 fix a logic issue when quitting while a compose window is
4199                 still open, thanks to Colin.
4200
4201 2006-08-10 [colin]      2.4.0cvs39
4202
4203         * src/main.c
4204                 Fix default font size setting after wizard run
4205         * src/imap.c
4206         * src/etpan/imap-thread.c
4207         * src/etpan/imap-thread.h
4208                 Fix bug #999 (Timing out on TSL cert validation 
4209                 dialog makes ugly things happen). Also, STARTTLS
4210                 unconditionnaly if initial capabilities contain
4211                 LOGINDISABLED and STARTTLS.
4212
4213 2006-08-09 [colin]      2.4.0cvs38
4214
4215         * src/mainwindow.c
4216         * src/mainwindow.h
4217                 Fix Tools/Actions sensitivity when there are
4218                 no actions
4219
4220 2006-08-09 [colin]      2.4.0cvs37
4221
4222         * src/prefs_filtering.c
4223                 Warning fix, patch by Paul
4224         * src/messageview.c
4225         * src/prefs_actions.c
4226         * src/prefs_filtering_action.c
4227         * src/prefs_matcher.c
4228                 Uniformisation of "Info ..." to "Info..." (for
4229                 old gtk), patch by Fabien
4230         * src/plugins/clamav/clamav_plugin_gtk.c
4231                 Sensitivity fix by Fabien
4232
4233 2006-08-09 [colin]      2.4.0cvs36
4234
4235         * src/main.c
4236         * src/main.h
4237                 Add a function to know whether we're exiting
4238         * src/plugins/trayicon/trayicon.c
4239                 If exiting, don't do anything. Faster, and
4240                 avoids gtk_main_iteration reentracy causing
4241                 segfaults at exit
4242
4243 2006-08-09 [colin]      2.4.0cvs35
4244
4245         * src/messageview.c
4246         * src/mimeview.c
4247         * src/mimeview.h
4248                 Fix lack of part selection when automatically 
4249                 jumping to a specific part
4250         * src/msgcache.c
4251                 Little optimisation in cache reading
4252
4253 2006-08-09 [colin]      2.4.0cvs34
4254
4255         * src/compose.c
4256                 Fix crash setting the priority on reedit
4257                 (Accessing compose before creating it!)
4258
4259 2006-08-08 [colin]      2.4.0cvs33
4260
4261         * src/procmime.c
4262                 Fix bug #998 (last attachment is not accessible)
4263                 Bad RFC interpretation on multipart close-delimiters
4264         * src/mimeview.c
4265         * src/mimeview.h
4266         * src/gtk/gtkvscrollbutton.c
4267         * src/gtk/gtkvscrollbutton.h
4268                 Make attachments list wheel-scrollable
4269
4270 2006-08-07 [colin]      2.4.0cvs32
4271
4272         * src/gtk/gtkaspell.c
4273                 Fix bug #973 (Unicode punctation characters 
4274                 are not recognized as separators by the
4275                 spell checker); fix unsigned stuff
4276
4277 2006-08-07 [colin]      2.4.0cvs31
4278
4279         * src/compose.c
4280                 Fix bug #956 (DnD text with accents in compose 
4281                 text entry); fix gccc's signed/unsigned fuss
4282
4283 2006-08-06 [colin]      2.4.0cvs30
4284
4285         * src/main.c
4286                 Fix bug #979 (Plugin crashes when exiting 
4287                 sylpheed-claws) : handle exit request only 
4288                 once
4289
4290 2006-08-05 [colin]      2.4.0cvs29
4291
4292         * src/news.c
4293                 Just make sure we have a msgid.
4294
4295 2006-08-05 [colin]      2.4.0cvs28
4296
4297         * src/news.c
4298         * src/summaryview.c
4299                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4300                 by reimplementing it
4301         * src/textview.c
4302                 Fix bug when hiding quotes with level > 3 and quote
4303                 colors are recycled
4304
4305 2006-08-04 [colin]      2.4.0cvs27
4306
4307         * src/compose.c
4308         * src/undo.c
4309         * src/undo.h
4310                 Fix a bit replace-by-pasting undo
4311         * src/mainwindow.c
4312         * src/messageview.c
4313                 Fix Fold quotes menu synchro in
4314                 mainwindow when it changes in 
4315                 messageview
4316         * src/textview.c
4317                 Fix right-click on quotes blocks
4318         * src/common/utils.c
4319                 Verify that the file created by
4320                 my_tmpfile() is writable. Fixes
4321                 bug #988 (very specific filesystem
4322                 issue)
4323         * src/plugins/pgpcore/sgpgme.c
4324                 Fix file descriptor leak
4325         * src/plugins/spamassassin/spamassassin.c
4326                 Warn once if spamd isn't reachable
4327
4328 2006-08-04 [colin]      2.4.0cvs26
4329
4330         * src/toolbar.c
4331                 i18n context patch by Fabien
4332
4333 2006-08-03 [colin]      2.4.0cvs25
4334
4335         * src/mainwindow.c
4336         * src/messageview.c
4337                 Rename "Hide quotes" to "Fold quotes"
4338         * src/textview.c
4339                 Don't use hand cursor on quotes. "all 
4340                 the bonuses of the feature and none of 
4341                 unwelcome side-effects"
4342
4343 2006-08-03 [colin]      2.4.0cvs24
4344
4345         * AUTHORS
4346         * sylpheed-claws.desktop
4347         * src/gtk/authors.h
4348                 Bring the desktop file to XDG compliance
4349                 Patch by Charles A. Edwards
4350
4351 2006-08-03 [colin]      2.4.0cvs23
4352
4353         * src/textview.c
4354                 Fix links offset when they are preceded
4355                 by accentued chars (g_utf8_strlen!)
4356         * src/mainwindow.c
4357                 Fix wrong status when starting offline
4358
4359
4360 2006-08-03 [wwp]        2.4.0cvs22
4361
4362         * src/prefs_common.h
4363                 ask what to do w/ filtering rules that belong to an account when
4364                 applying filtering rules manually from the main window (skip,
4365                 apply regardless of the account, use current account). This dialog
4366                 can be skipped and the last reply used.
4367                 (forgot that file)
4368
4369 2006-08-03 [wwp]        2.4.0cvs21
4370
4371         * src/filtering.c
4372         * src/filtering.h
4373         * src/prefs_common.c
4374         * src/summaryview.c
4375         * src/alertpanel.c
4376         * src/alertpanel.h
4377         * src/messageview.c
4378                 ask what to do w/ filtering rules that belong to an account when
4379                 applying filtering rules manually from the main window (skip,
4380                 apply regardless of the account, use current account). This dialog
4381                 can be skipped and the last reply used.
4382
4383
4384 2006-08-03 [colin]      2.4.0cvs20
4385
4386         * src/textview.c
4387                 Optimize previous patch
4388
4389 2006-08-03 [cleroy]     2.4.0cvs19
4390
4391         * src/textview.c
4392                 Fix quotes getting toggled back when the
4393                 mail has an even number of text parts
4394
4395 2006-08-02 [colin]      2.4.0cvs18
4396
4397         * src/messageview.c
4398                 Add Hide quotes menu
4399
4400 2006-08-02 [colin]      2.4.0cvs17
4401
4402         * src/mainwindow.c
4403         * src/prefs_common.c
4404         * src/textview.c
4405         * src/textview.h
4406         * src/gtk/about.c
4407                 Allow per-level quote hiding,
4408                 Allow toggling quotes by double-clicking them
4409                 Rename RemoteURI to ClickableText to reflect
4410                 the fact it's used for a variety of things
4411
4412 2006-08-02 [wwp]        2.4.0cvs16
4413
4414         * src/mainwindow.c
4415                 fix "View/Hide quotes" menu item status initialization.
4416
4417 2006-08-02 [wwp]        2.4.0cvs15
4418
4419         * src/matcher_parser_parse.y
4420                 remove a debug trace.
4421
4422 2006-08-02 [paul]       2.4.0cvs14
4423
4424         * src/plugins/pgpcore/passphrase.c
4425                 don't set initial dialog size
4426                 make it resizable
4427
4428 2006-08-02 [paul]       2.4.0cvs13
4429
4430         * src/noticeview.c
4431                 remove the rogue '/' character
4432
4433 2006-08-02 [paul]       2.4.0cvs12
4434
4435         * src/noticeview.c
4436                 allow buttons to resize as necessary
4437
4438 2006-08-01 [wwp]        2.4.0cvs11
4439
4440         * src/mbox.c
4441                 fix strict ISO C90 compliance.
4442
4443 2006-08-01 [wwp]        2.4.0cvs10
4444
4445         * tools/update-po
4446                 updated update-po tool to work w/ context-dependent translations.
4447                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4448
4449 2006-08-01 [wwp]        2.4.0cvs9
4450
4451         * src/matcher.c
4452         * src/prefs_filtering.c
4453         * src/prefs_matcher.c
4454                 allow context-dependent translations for "All",
4455                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4456
4457 2006-07-31 [colin]      2.4.0cvs8
4458
4459         * AUTHORS
4460         * src/gtk/authors.h
4461                 Add Rafal to authors
4462
4463 2006-07-31 [colin]      2.4.0cvs7
4464
4465         * src/compose.c
4466         * src/mainwindow.c
4467         * src/messageview.h
4468         * src/prefs_common.c
4469         * src/prefs_common.h
4470         * src/textview.c
4471                 Add 'View/Hide quotes'. Patch based on a patch
4472                 by Rafal Weglarz
4473
4474 2006-07-31 [colin]      2.4.0cvs6
4475
4476         * src/action.c
4477                 Fix problem with "> stuff >" actions
4478
4479 2006-07-31 [paul]       2.4.0cvs5
4480
4481         * po/nb.po
4482                 updated by Geir Helland
4483
4484 2006-07-31 [wwp]        2.4.0cvs4
4485
4486         * src/mainwindow.c
4487         * src/summaryview.c
4488         * src/summaryview.h
4489                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4490                 thanks to Colin.
4491
4492 2006-07-31 [wwp]        2.4.0cvs3
4493
4494         * src/Makefile.am
4495         * src/addr_compl.c
4496         * src/addr_compl.h
4497         * src/addressbook.c
4498         * src/addressbook.h
4499         * src/addressbook_foldersel.c
4500         * src/addressbook_foldersel.h
4501         * src/addrindex.c
4502         * src/addrindex.h
4503         * src/matcher.c
4504         * src/matcher.h
4505         * src/matcher_parser_lex.l
4506         * src/matcher_parser_parse.y
4507         * src/prefs_common.c
4508         * src/prefs_common.h
4509         * src/prefs_filtering.c
4510         * src/prefs_matcher.c
4511         * src/prefs_matcher.h
4512         * src/summaryview.c
4513                 introduce filtering against the address book. It's now possible to add
4514                 matched conditions to determine if any email address in a message matches
4515                 or doesn't match any or all books or folders in the address book.
4516
4517 2006-07-31 [wwp]        2.4.0cvs2
4518
4519         * src/account.c
4520         * src/filtering.c
4521         * src/filtering.h
4522         * src/folder.c
4523         * src/folderview.c
4524         * src/inc.c
4525         * src/mainwindow.c
4526         * src/matcher.c
4527         * src/matcher_parser_lex.l
4528         * src/matcher_parser_parse.y
4529         * src/mbox.c
4530         * src/prefs_filtering.c
4531         * src/prefs_filtering.h
4532         * src/procmsg.c
4533         * src/procmsg.h
4534         * src/summaryview.c
4535                 introduce per-account filtering rules. Each filtering rule can now be assigned
4536                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4537                 when applying filtering rules manually, as all rules will apply - even the ones
4538                 assigned to an account. This issue will be addressed soon.
4539  
4540
4541
4542 2006-07-31 [wwp]        2.4.0cvs1
4543
4544         * src/quote_fmt.c
4545                 make more strings translatable.
4546
4547 2006-07-31 [paul]       2.4.0
4548
4549         2.4.0 released
4550
4551 2006-07-31 [paul]       2.3.1cvs91
4552
4553         * po/ca.po
4554                 updated by Miquel Oliete
4555
4556 2006-07-31 [paul]       2.3.1cvs90
4557
4558         * po/de.po
4559         * po/el.po
4560         * po/fr.po
4561         * po/it.po
4562         * po/pl.po
4563         * po/pt_BR.po
4564         * po/sr.po
4565         * po/zh_CN.po
4566                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4567                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4568                 Aleksandar Urosevic, and Ralgh Young
4569
4570 2006-07-31 [paul]       2.3.1cvs89
4571
4572         * src/account.c
4573         * src/main.c
4574         * src/mainwindow.c
4575         * src/mainwindow.h
4576                 Fix a race condition when, after an SC crash, rescanning
4577                 folders took more than 0.5 seconds
4578                 Thanks to Colin
4579
4580 2006-07-31 [paul]       2.3.1cvs88
4581
4582         * src/folderview.c
4583                 don't translate separator strings
4584
4585 2006-07-30 [mones]      2.3.1cvs87
4586
4587         * doc/man/sylpheed-claws.1
4588                 Fixed non-ASCII chars in Hoa's name
4589         * po/es.po
4590                 Updated for release
4591
4592 2006-07-27 [colin]      2.3.1cvs86
4593
4594         * src/textview.c
4595                 Don't include the leading \n in links
4596                 Patch by Fabien
4597
4598 2006-07-25 [colin]      2.3.1cvs85
4599
4600         * src/mainwindow.c
4601         * src/common/socket.h
4602         * src/etpan/imap-thread.c
4603                 Refresh resolvers before connecting
4604                 to IMAP servers, and after switching
4605                 to online. Thanks to Paul.
4606
4607 2006-07-18 [colin]
4608
4609         * 2.4.0-rc4 released
4610
4611 2006-07-17 [colin]      2.3.1cvs84
4612
4613         * src/inc.c
4614                 Show connection attempt in statusbar before
4615                 connecting (previously first message was
4616                 "Retrieving messages from ..." after the
4617                 connection succeeded.
4618
4619 2006-07-16 [wwp]        2.3.1cvs83
4620
4621         * sylpheed-claws.ico
4622                 Added .ico file (windows multi-size icon file, generated).
4623
4624 2006-07-12 [wwp]        2.3.1cvs82
4625
4626         * src/messageview.c
4627                 remove Message/Re-edit menu entry from messageview window,
4628                 as sent/draft/queued messages are opened in compose window when
4629                 re-edited and it's not possible to re-edit other msgs.
4630
4631 2006-07-12 [paul]       2.3.1cvs81
4632
4633         * AUTHORS
4634         * src/mainwindow.c
4635         * src/gtk/authors.h
4636                 check online state before resetting
4637                 mailcheck timer. Useful if some program
4638                 verifies connection state and updates
4639                 Claws.
4640                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4641
4642 2006-07-12 [paul]       2.3.1cvs80
4643
4644         * sylpheed-claws-128x128.png
4645         * sylpheed-claws-64x64.png
4646         * sylpheed-claws.png
4647         * src/Makefile.am
4648         * src/main.c
4649         * src/prefs_toolbar.c
4650         * src/stock_pixmap.c
4651         * src/stock_pixmap.h
4652         * src/wizard.c
4653         * src/gtk/about.c
4654         * src/gtk/gtkutils.c
4655         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4656         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4657         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4658         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4659         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4660         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4661                 updated and renamed logo/icon files and related
4662                 logo by Jesper Schultz
4663
4664 2006-07-11 [paul]       2.3.1cvs79
4665
4666         * src/main.c
4667                 fix the labels a smidgin
4668
4669 2006-07-09 [colin]      2.3.1cvs78
4670
4671         * src/textview.c
4672                 Show errors in textviewer's command
4673                 Patch by H. Merijn Brand
4674
4675 2006-07-09 [colin]      2.3.1cvs77
4676
4677         * src/compose.c
4678                 Save FMID in drafts too
4679
4680 2006-07-08 [colin]      2.3.1cvs76
4681
4682         * src/compose.c
4683                 Svae RMID in drafted mails too
4684                 Save quote_fmt vars for whole mails,
4685                 don't reset at each quote_fmt_init:
4686                 allows to use the same |i{var} in
4687                 various template fields
4688         * src/prefs_template.c
4689         * src/quote_fmt.h
4690         * src/quote_fmt_parse.y
4691                 Same
4692
4693 2006-07-08 [colin]      2.3.1cvs75
4694
4695         * src/textview.c
4696                 Fix highlighting of attached parts URIs
4697
4698 2006-07-08 [colin]      2.3.1cvs74
4699
4700         * src/main.c
4701                 Prevent bug #981 (sc 2.3.1 segfaults with 
4702                 gtk+ 2.10) from being reported again:
4703                 if Sylpheed-Claws has been compiled against
4704                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4705                 of if Sylpheed-Claws has been compiled against
4706                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4707                 error out.
4708
4709 2006-07-07 [colin]      2.3.1cvs73
4710
4711         * src/prefs_actions.c
4712                 Fix label
4713
4714 2006-07-07 [colin]      2.3.1cvs72
4715
4716         * src/prefs_actions.c
4717                 Fix compile on gtk < 2.8. argh :)
4718
4719 2006-07-07 [paul]       2.3.1cvs71
4720
4721         * src/common/defs.h
4722                 update DONATE_URI
4723
4724 2006-07-07 [colin]      2.3.1cvs70
4725
4726         * po/POTFILES.in
4727         * src/quote_fmt.c
4728         * src/quote_fmt_lex.l
4729         * src/quote_fmt_parse.y
4730                 Add |i{var}, a way to insert user-entered
4731                 text in a template
4732
4733 2006-07-07 [colin]
4734
4735         * 2.4.0-rc3 released
4736
4737 2006-07-07 [colin]      2.3.1cvs69
4738
4739         * src/folder.c
4740                 Don't consider inboxes of UNKNOWN folder 
4741                 classes to be useable as default inboxes
4742
4743 2006-07-07 [paul]       2.3.1cvs68
4744
4745         * src/textview.c
4746                 add missing #include <errno.h>
4747                 Thanks to René J. Blokland
4748
4749 2006-07-07 [paul]       2.3.1cvs67
4750
4751         * src/action.c
4752                 Return now Closes dialog
4753         * src/mimeview.c
4754         * src/mimeview.h
4755         * src/textview.c
4756                 add contextual menu to mime parts listed
4757                 in the textview
4758                 Thanks to Colin
4759         * src/common/utils.c
4760                 reversal: ' is a valid character in URLs
4761
4762 2006-07-06 [colin]      2.3.1cvs66
4763
4764         * src/remotefolder.h
4765                 Forgotten in previous commit
4766
4767 2006-07-06 [colin]      2.3.1cvs65
4768
4769         * src/folder.c
4770                 Set summary update flag whenever
4771                 totals changed
4772         * src/imap.c
4773         * src/prefs_account.c
4774         * src/common/utils.h
4775         * src/etpan/imap-thread.c
4776                 Fix warnings, thanks to Fabien and
4777                 Ricardo
4778
4779 2006-07-06 [wwp]        2.3.1cvs64
4780
4781         * src/gtk/gtkutils.c
4782                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4783
4784 2006-07-06 [wwp]        2.3.1cvs63
4785
4786         * src/account.c
4787         * src/addressbook.c
4788         * src/addressitem.h
4789         * src/folderview.c
4790         * src/mainwindow.c
4791         * src/manual.c
4792         * src/manual.h
4793         * src/message_search.c
4794         * src/prefs_actions.c
4795         * src/prefs_filtering.c
4796         * src/prefs_filtering.h
4797         * src/prefs_template.c
4798         * src/summary_search.c
4799         * src/summaryview.c
4800         * src/gtk/gtkutils.c
4801         * src/gtk/gtkutils.h
4802         * src/gtk/pluginwindow.c
4803                 add help buttons to some dialogs. Clicking such buttons opens a
4804                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4805
4806 2006-07-06 [paul]       2.3.1cvs62
4807
4808         * src/textview.c
4809                 fix attachments contextual menu
4810                 Thanks to Colin
4811
4812 2006-07-05 [colin]      2.3.1cvs61
4813
4814         * src/textview.c
4815         * src/compose.c
4816                 Handle sftp:// links
4817
4818 2006-07-05 [paul]       2.3.1cvs60
4819
4820         * src/gtk/filesel.c
4821                 grab save button by default
4822                 Thanks to Colin
4823
4824 2006-07-05 [wwp]        2.3.1cvs59
4825
4826         * manual/xml2pdf
4827                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4828
4829 2006-07-04 [colin]      2.3.1cvs58
4830
4831         * src/mimeview.c
4832         * src/textview.c
4833                 Use left click to select, middle click to open
4834                 on mimeparts links
4835         * src/common/utils.c
4836                 Fix segfault
4837
4838 2006-07-04 [colin]      2.3.1cvs57
4839
4840         * src/mainwindow.c
4841         * src/news.c
4842                 Warning fixes, thanks to Fabien
4843
4844 2006-07-04 [colin]      2.3.1cvs56
4845
4846         * src/mimeview.c
4847         * src/mimeview.h
4848         * src/textview.c
4849                 Allow parts to be selected via their text label
4850                 in textview
4851
4852 2006-07-04 [colin]      2.3.1cvs55
4853
4854         * src/folderview.c
4855                 Feedback when closing (for big folders)
4856         * src/prefs_actions.c
4857         * src/prefs_filtering.c
4858         * src/prefs_matcher.c
4859         * src/prefs_template.c
4860                 Fix default button when closing without
4861                 having saved
4862
4863 2006-07-04 [colin]      2.3.1cvs54
4864
4865         * src/news.c
4866                 Delete local file on deletion
4867
4868 2006-07-03 [colin]      2.3.1cvs53
4869
4870         * src/folderview.c
4871         * src/main.c
4872                 Don't freeze when rescanning after crash
4873
4874 2006-07-03 [wwp]        2.3.1cvs52
4875
4876         * src/compose.c
4877         * src/privacy.c
4878         * src/privacy.h
4879         * src/plugins/pgpinline/pgpinline.c
4880         * src/plugins/pgpmime/pgpmime.c
4881                 don't report an error when the user cancels the passphrase dialog.
4882
4883 2006-07-02 [colin]      2.3.1cvs51
4884
4885         * src/folderview.c
4886                 Open message when crossing folders with Space,
4887                 goto next unread and friends
4888
4889 2006-07-01 [colin]      2.3.1cvs50
4890
4891         * src/prefs_account.c
4892                 Typographic rules varying from language
4893                 to language (in french "Protocole :"),
4894                 we have to do that :)
4895
4896 2006-07-01 [ticho]      2.3.1cvs49
4897
4898         * src/prefs_account.c
4899                 Only use one temporary gchar* variable in
4900                 prefs_account_protocol_set_optmenu().
4901
4902 2006-07-01 [ticho]      2.3.1cvs48
4903
4904         * src/prefs_account.c
4905         * src/prefs_account.h
4906                 Use GtkLabel for existing account protocol name.
4907                 Created an array for protocol names and populate the
4908                 combobox from it in a for() cycle.
4909
4910 2006-06-30 [colin]      2.3.1cvs47
4911
4912         * src/compose.c
4913                 Block undo when changing signature (by changing
4914                 account)
4915
4916 2006-06-30 [paul]       2.3.1cvs46
4917
4918         * src/send_message.c
4919                 when editing From in the Compose window, use that address
4920                 in the Return-Path: header
4921                 Thanks to Colin
4922
4923 2006-06-30 [colin]      2.3.1cvs45
4924
4925         * src/compose.c
4926                 Fix signature replacement:
4927                 - when no newline before separator
4928                 - when reediting
4929
4930 2006-06-29 [colin]      2.3.1cvs44
4931
4932         * src/folderview.c
4933         * src/folderview.h
4934         * src/mainwindow.c
4935         * src/summaryview.c
4936                 Let 'View/Go to/Next marked' work like
4937                 Next new & Next unread: across folders
4938                 Change the select_on_entry pref to do
4939                 what we want when changing folder
4940         * src/common/utils.c
4941                 Fix single-quoted links 
4942
4943 2006-06-29 [colin]      2.3.1cvs43
4944
4945         * src/gtk/gtkaspell.c
4946                 "Sylpheed" and "Sylpheed-Claws" do exist !
4947
4948 2006-06-29 [colin]      2.3.1cvs42
4949
4950         * src/imap.c
4951                 Forgot to remove debug
4952
4953 2006-06-29 [colin]      2.3.1cvs41
4954
4955         * src/imap.c
4956         * src/imap.h
4957         * src/mainwindow.c
4958                 Disconnect from IMAP servers when going
4959                 offline. Fixes bug #978 (going to offline-mode 
4960                 won't close connections)
4961
4962 2006-06-29 [colin]      2.3.1cvs40
4963
4964         * src/main.c
4965                 Fix transient setting on failing plugins
4966                 Patch by Fabien
4967         * src/plugins/pgpcore/sgpgme.c
4968                 Only warn for OpenPGP. Most people don't
4969                 have CMS available.
4970
4971 2006-06-29 [colin]      2.3.1cvs39
4972
4973         * src/compose.c
4974                 Fix Spelling menu (discrepancy between context menu
4975                 and top menu when folder's dictionary isn't the 
4976                 default one)
4977         * src/plugins/pgpcore/sgpgme.c
4978                 More error reporting about why gpgme can fail
4979
4980 2006-06-29 [wwp]        2.3.1cvs38
4981
4982         * src/mainwindow.c
4983                 honor the display-header-pane setting even when the message view
4984                 is a separate window.
4985
4986 2006-06-29 [wwp]        2.3.1cvs37
4987
4988         * src/prefs_actions.c
4989                 forgot to commit that one (use of GTK_STOCK_INFO).
4990
4991 2006-06-29 [colin]      2.3.1cvs36
4992
4993         * src/imap.c
4994                 Better handling of login errors (ask the password
4995                 again once), alert in case of error. Fix three
4996                 signedness warnings.
4997
4998 2006-06-28 [wwp]        2.3.1cvs35
4999
5000         * src/prefs_template.c
5001         * src/prefs_matcher.c
5002         * src/prefs_filtering_action.c
5003         * src/prefs_quote.c
5004                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
5005                 patch by Fabien Vantard, slightly modified.
5006
5007 2006-06-28 [paul]
5008
5009         2.4.0-rc2 released
5010
5011 2006-06-28 [colin]      2.3.1cvs34
5012
5013         * src/prefs_account.c
5014                 Fix bug #977 (Can't add or edit imap accounts)
5015
5016 2006-06-28 [colin]      2.3.1cvs33
5017
5018         * src/mimeview.c
5019                 Fix previous
5020
5021 2006-06-28 [colin]      2.3.1cvs32
5022
5023         * src/mimeview.c
5024                 Save named inlined attachments with "Save all"
5025         * src/main.c
5026         * src/mbox.c
5027         * src/common/plugin.c
5028         * src/common/plugin.h
5029         * src/common/sylpheed.c
5030         * src/common/utils.c
5031         * src/plugins/pgpcore/sylpheed.def
5032         * src/plugins/pgpinline/sylpheed.def
5033         * src/plugins/pgpmime/sylpheed.def
5034                 Win32 compatibility patch, by
5035                 Werner Koch
5036
5037 2006-06-28 [wwp]        2.3.1cvs31
5038
5039         * src/imap.c
5040         * src/prefs_folder_item.c
5041                 less compilation warnings (thanks to Fabien Vantard), less typos.
5042
5043 2006-06-28 [paul]       2.3.1cvs30
5044
5045         * src/gtk/gtkutils.c
5046                 gtk_combo_box_set_focus_on_click() is only
5047                 available since gtk 2.6.0
5048
5049 2006-06-28 [paul]       2.3.1cvs29
5050
5051         * src/prefs_ext_prog.c
5052                 fix engrish and add a tooltip for the
5053                 'command for 'Display as text' option
5054
5055 2006-06-28 [paul]
5056
5057         2.4.0-rc1 released
5058
5059 2006-06-28 [paul]       2.3.1cvs28
5060
5061         * ChangeLog
5062         * tools/Makefile.am
5063                 include textviewer.pl in releases
5064
5065 2006-06-28 [paul]       2.3.1cvs27
5066
5067         * src/prefs_ext_prog.c
5068                 hide Print command option if libgnomeprint
5069                 support is present
5070
5071 2006-06-27 [colin]      2.3.1cvs26
5072
5073         * src/compose.c
5074                 Fix Esc handling in insert/attach dialog
5075                 Don't show this dialog if dragging something
5076                 else than text/uri-list
5077                 Thanks to Fabien Vantard
5078         * tools/textviewer.pl
5079                 Filter script to display stuff as text
5080                 by H. Merijn Brand
5081
5082 2006-06-27 [wwp]        2.3.1cvs25
5083
5084         * src/messageview.c
5085                 use the exact product name (message view title), patch
5086                 by Fabien Vantard.
5087
5088 2006-06-27 [ticho]      2.3.1cvs24
5089
5090         * src/prefs_account.c
5091         * src/prefs_common.c
5092         * src/prefs_common.h
5093         * src/prefs_ext_prog.c
5094         * src/textview.c
5095                 Add a preference (Preferences/External programs)
5096                 to allow "Display as text" to be done via a script
5097                 (patch by H.Merijn Brand).
5098                 Use GtkComboBox for protocol selection in account
5099                 preferences.
5100                 Only include current choice for existing accounts, and
5101                 insensitivize the combobox.
5102
5103 2006-06-27 [paul]       2.3.1cvs23
5104
5105         * src/mbox.c
5106                 fix crasher introduced in cvs21.
5107                 Thanks to Colin
5108
5109 2006-06-26 [colin]      2.3.1cvs22
5110
5111         * src/mbox.c
5112                 Fix double-frees when leaving folders
5113                 after exporting to mbox
5114
5115 2006-06-26 [colin]      2.3.1cvs21
5116
5117         * src/mbox.c
5118                 More feedback (and optimisation)
5119                 on import/export
5120         * src/common/utils.c
5121                 Fix case when looking for mail addresses
5122         * src/gtk/gtkutils.c
5123                 Extra check for (X-)Face
5124
5125 2006-06-25 [ticho]      2.3.1cvs20
5126
5127         * src/compose.c
5128         * src/exphtmldlg.c
5129         * src/gtk/gtkutils.c
5130         * src/gtk/gtkutils.h
5131                 Added second argument to gtkut_sc_combobox_create() to
5132                 control focus-on-click for the widget.
5133                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5134
5135 2006-06-25 [ticho]      2.3.1cvs19
5136
5137         * src/compose.c
5138         * src/gtk/Makefile.am
5139         * src/gtk/combobox.c
5140         * src/gtk/combobox.h
5141         * src/gtk/gtkutils.c
5142         * src/gtk/gtkutils.h
5143                 Use GtkComboBox instead of deprecated GtkOptionMenu
5144                 for account selector in compose window and for encoding
5145                 selector in attachment properties.
5146                 Also factorise working with the new GtkComboBox somewhat.
5147
5148 2006-06-24 [paul]       2.3.1cvs18
5149
5150         * src/prefs_common.c
5151                 use the correct default value
5152
5153 2006-06-24 [paul]       2.3.1cvs17
5154
5155         * src/compose.c
5156         * src/prefs_common.c
5157         * src/prefs_common.h
5158         * src/prefs_compose_writing.c
5159                 enable setting of default action when
5160                 dnd'ing files in the compose window.
5161                 (Collaborative effort with wwp)
5162
5163 2006-06-23 [wwp]        2.3.1cvs16
5164
5165         * src/compose.c
5166                 i18n fix (thanks to Fabien Vantard)
5167
5168 2006-06-22 [colin]      2.3.1cvs15
5169
5170         * src/prefs_customheader.c
5171                 Don't use filters in custom headers' file 
5172                 selector. Remember, extensions mean nothing :)
5173
5174 2006-06-22 [paul]       2.3.1cvs14
5175
5176         * configure.ac
5177                 allow setting of man directory location
5178
5179 2006-06-22 [colin]      2.3.1cvs13
5180
5181         * src/mainwindow.c
5182                 Add 'View/Go to/Next unread folder'.
5183                 I missed that :)
5184
5185 2006-06-22 [colin]      2.3.1cvs12
5186
5187         * src/common/utils.c
5188                 Add some subject prefixes
5189                 Patch by Bjorn T Johansen <btj@havleik.no>
5190
5191 2006-06-22 [colin]      2.3.1cvs11
5192
5193         * manual/advanced.xml
5194                 Forgotten hidden pref
5195
5196 2006-06-21 [paul]       2.3.1cvs10
5197
5198         * src/prefs_account.c
5199                 complete the removal of 'Add date header' option
5200
5201 2006-06-21 [paul]       2.3.1cvs9
5202
5203         * src/account.c
5204         * src/compose.c
5205         * src/prefs_account.c
5206         * src/prefs_account.h
5207                 remove option to add date header - always
5208                 add date header
5209         * src/etpan/imap-thread.c
5210                 fix warnings (Thanks to Colin)
5211
5212 2006-06-21 [wwp]        2.3.1cvs8
5213
5214         * src/folder.c
5215                 set the attachment flag when inline text part are (file)named. This is more convenient
5216                 when receiving (for instance) inline source files or patches sent using thunderbird.
5217
5218 2006-06-21 [paul]       2.3.1cvs7
5219
5220         * src/inc.c
5221                 fix off-by-one count of current msg in
5222                 statusbar filtering progressbar
5223
5224 2006-06-21 [paul]       2.3.1cvs6
5225
5226         * src/folder.c
5227                 Show attachment icon even if the part is 'inline'
5228                 if the following conditions are met:
5229                 - content-type != 'text/plain'
5230                 - content-type != '*/pgp-signature'
5231                 - either 'name' or 'filename' parameter is not NULL
5232                 
5233                 Thanks to Colin
5234
5235 2006-06-21 [paul]       2.3.1cvs5
5236
5237         * src/messageview.c
5238         * src/prefs_common.c
5239         * src/prefs_common.h
5240         * src/prefs_other.c
5241                 add an option to 'Never send Return
5242                 Receipts'
5243                 Thanks to Colin
5244
5245 2006-06-20 [mones]      2.3.1cvs4
5246
5247         * po/es.po
5248                 updated
5249         * src/compose.c
5250                 typo fixed (space after comma)
5251         * tools/make.themes.project
5252                 remove exec mode from tarball files
5253
5254 2006-06-20 [colin]      2.3.1cvs3
5255
5256         * src/news.c
5257         * src/procheader.c
5258         * src/unmime.c
5259                 Better fix for \n's in headers (don't 
5260                 break Received: and others)
5261
5262 2006-06-20 [paul]       2.3.1cvs2
5263
5264         * src/alertpanel.c
5265         * src/textview.c
5266                 improve legibility of phishing attempt
5267                 dialog
5268
5269 2006-06-20 [paul]       2.3.1cvs1
5270
5271         * NEWS
5272         * README
5273         * configure.ac
5274                 Update version number following
5275                 stable release
5276
5277 2006-06-20 [colin]      2.3.0cvs26
5278
5279         * src/compose.c
5280                 When dragging a file to the text of the compose
5281                 window, ask whether we want to insert or attach
5282                 (I know lots of people who do that to attach)
5283
5284 2006-06-20 [colin]      2.3.0cvs25
5285
5286         * src/etpan/imap-thread.c
5287                 Fix threshold (the append command is often > 32 bytes)
5288
5289 2006-06-19 [colin]      2.3.0cvs24
5290
5291         * src/imap.c
5292         * src/etpan/imap-thread.c
5293                 Workaround Rockliffe IMAP server bug: replace
5294                 "x UID SEARCH (ANSWERED UID 1:*)" with
5295                 "x UID SEARCH ANSWERED"
5296                 (Rockliffe doesn't handle the parenthesis)
5297
5298 2006-06-19 [colin]      2.3.0cvs23
5299
5300         * src/compose.c
5301         * src/imap.c
5302         * src/etpan/imap-thread.c
5303                 Probably fix bug #972 (Freezes when adding 
5304                 an attachment to the message)
5305         * src/common/defs.h
5306                 Modernize Firefox cmd
5307
5308
5309 2006-06-18 [colin]      2.3.0cvs22
5310
5311         * src/prefs_customheader.c
5312                 Only allow correct filenames for various
5313                 custom headers
5314
5315 2006-06-18 [colin]      2.3.0cvs21
5316
5317         * src/prefs_customheader.c
5318                 Add a 'From File...' button in custom headers prefs, which
5319                 try to do the right thing: 
5320                 for normal headers, use file as plaintext,
5321                 for X-Face, calls compface,
5322                 for Face, encode to b64.
5323
5324 2006-06-17 [colin]      2.3.0cvs20
5325
5326         * src/mh.c
5327                 Warning fix
5328
5329 2006-06-16 [colin]      2.3.0cvs19
5330
5331         * src/summaryview.c
5332                 Recursive quicksearch: show message list
5333                 in current folder, *then* search children
5334                 in the background.
5335
5336 2006-06-16 [colin]      2.3.0cvs18
5337
5338         * src/main.c
5339                 Instead of ignoring SIGPIPE, save caches
5340                 when getting one. Will fix the fact that
5341                 hot caches are out-of-date when logging 
5342                 out of Xorg.
5343         * src/compose.c
5344         * src/prefs_compose_writing.c
5345                 Only save text (not attachments) when 
5346                 auto-saving to drafts
5347         * src/unmime.c
5348                 Always replace \n, \r and \t with spaces
5349                 in headers
5350         * manual/dist/html/Makefile.am
5351         * manual/dist/pdf/Makefile.am
5352         * manual/dist/ps/Makefile.am
5353         * manual/dist/txt/Makefile.am
5354         * manual/fr/dist/html/Makefile.am
5355         * manual/fr/dist/pdf/Makefile.am
5356         * manual/fr/dist/ps/Makefile.am
5357         * manual/fr/dist/txt/Makefile.am
5358         * manual/pl/dist/html/Makefile.am
5359         * manual/pl/dist/pdf/Makefile.am
5360         * manual/pl/dist/ps/Makefile.am
5361         * manual/pl/dist/txt/Makefile.am
5362                 Fix make clean removing pregenerated manuals
5363
5364
5365 2006-06-16 [colin]      2.3.0cvs17
5366
5367         * src/plugins/pgpcore/sgpgme.c
5368         * src/plugins/pgpmime/pgpmime.c
5369         * src/plugins/pgpinline/pgpinline.c
5370                 Better error reporting in setup_signers.
5371                 Don't fallback to default key if specified
5372                 key isn't found.
5373                 Don't allow signing if more than one secret
5374                 key matches the one specified in prefs.
5375
5376 2006-06-15 [colin]      2.3.0cvs16
5377
5378         * src/folderview.c
5379                 Add "Send queue" in the folder's contextual
5380                 menu
5381         * src/compose.c
5382         * src/messageview.c
5383         * src/privacy.c
5384         * src/privacy.h
5385         * src/procmime.c
5386         * src/procmsg.c
5387         * src/plugins/pgpcore/passphrase.c
5388         * src/plugins/pgpcore/sgpgme.c
5389         * src/plugins/pgpinline/pgpinline.c
5390         * src/plugins/pgpmime/pgpmime.c
5391                 Better error reporting
5392         * src/mbox.c
5393                 Probably fix bug #971 (2.2.3 cannot read mail 
5394                 from local mbox)
5395
5396
5397 2006-06-15 [mones]      2.3.0cvs15
5398
5399         * tools/make.themes.project
5400                 creates the themes project from the web page
5401
5402 2006-06-15 [colin]      2.3.0cvs14
5403
5404         * src/folder.c
5405                 Better fix (avoid losing the folder if scan_tree 
5406                 fails)
5407
5408 2006-06-15 [cleroy]     2.3.0cvs13
5409
5410         * src/folder.c
5411                 Probably fix Bug #969 (crash on rebuilding 
5412                 imap folder)
5413
5414 2006-06-14 [colin]      2.3.0cvs12
5415
5416         * manual/dtd/manual.xsl
5417         * manual/sylpheed-claws-manual.xml
5418         * manual/fr/sylpheed-claws-manual.xml
5419         * manual/pl/sylpheed-claws-manual.xml
5420                 Insert pagebreaks between sections
5421
5422 2006-06-14 [paul]       2.3.0cvs11
5423
5424         * configure.ac
5425                 better fix than 2.3.0cvs10
5426
5427 2006-06-14 [paul]       2.3.0cvs10
5428
5429         * configure.ac
5430                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5431                 (backwards compatible)
5432
5433 2006-06-13 [colin]      2.3.0cvs9
5434
5435         * src/messageview.c
5436                 Fix sending of return receipt with the new queue folders
5437
5438 2006-06-13 [wwp]        2.3.0cvs8
5439
5440         * src/quote_fmt_lex.l
5441                 fix wrong tokens returned in quote_fmt lexer, query not().
5442
5443 2006-06-13 [wwp]        2.3.0cvs7
5444
5445         * src/folder.c
5446         * src/prefs_folder_item.c
5447                 allow changing folder type even when folder is not a top-level one,
5448                 thanks to Colin.
5449
5450 2006-06-12 [colin]      2.3.0cvs6
5451
5452         * src/folderview.c
5453                 Fix double-ask of "Do you want to mark all
5454                 as read"
5455
5456 2006-06-12 [colin]      2.3.0cvs5
5457
5458         * src/compose.c
5459         * src/compose.h
5460         * src/folder.c
5461         * src/folder.h
5462         * src/imap.c
5463         * src/inc.c
5464         * src/main.c
5465         * src/messageview.c
5466         * src/mh.c
5467         * src/prefs_folder_item.c
5468         * src/procheader.c
5469         * src/procmime.c
5470         * src/procmsg.c
5471         * src/procmsg.h
5472         * src/send_message.c
5473         * src/summaryview.c
5474         * src/toolbar.c
5475                 Apply bug #964's patch (Queue and drafts aren't normal)
5476                 The Drafts and Queue folder now contain RFC-822 files,
5477                 allowing to move and copy mails from and to these 
5478                 folders. Moving from Drafts to Queue will prepare the
5479                 mail for sending (PGP signature, encryption, etc).
5480                 This patch also rework sending errors handling to try
5481                 to be more helpful.
5482                 Also, allow redefining folder types via the GUI 
5483                 (Folder type in its Properties)
5484
5485 2006-06-12 [colin]      2.3.0cvs4
5486
5487         * src/summaryview.c
5488         * src/prefs_common.c
5489         * src/prefs_common.h
5490         * src/gedit-print.c
5491                 Allow to define a specific print font - patch
5492                 by Bernhard Walle <bernhard.walle@gmx.de>
5493         * src/prefs_fonts.c
5494         * manual/advanced.xml
5495         * manual/fr/advanced.xml
5496                 Add a hidden pref to allow deletion without
5497                 confirmation
5498
5499 2006-06-12 [wwp]        2.3.0cvs3
5500
5501         * .cvsignore
5502                 more files to ignore.
5503
5504 2006-06-12 [wwp]        2.3.0cvs2
5505
5506         * src/quote_fmt.c
5507         * src/quote_fmt_lex.l
5508         * src/quote_fmt_parse.y
5509                 extend the quote_fmt parser (templates and quotes):
5510                 - allow limited sub-expressions in |p{} and |f{} expressions,
5511                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5512                 - implemented/fixed missing implementation of query_references and show_references,
5513                 - completed, fixed contents and format of the symbols help dialog,
5514                 - fix some compilation warnings.
5515
5516 2006-06-12 [wwp]        2.3.0cvs1
5517
5518         * manual/advanced.xml
5519         * manual/fr/advanced.xml
5520                 updates in the "templates" section of the manual (eng/fr):
5521                  - be more precise (both versions)
5522                  - completed to match the english reference (fr version)
5523                  - touchups (both versions)
5524
5525 2006-06-12 [paul]       2.3.0
5526
5527         2.3.0 released
5528
5529 2006-06-12 [paul]       2.2.3cvs14
5530
5531         * po/ca.po
5532         * po/cs.po
5533         * po/de.po
5534         * po/el.po
5535         * po/fr.po
5536         * po/it.po
5537         * po/pt_BR.po
5538         * po/sr.po
5539         * po/zh_CN.po
5540                 updated by Miquel Oliete, Tim, Stephan Sachse,
5541                 Stavros Giannouris, Fabien Vantard, Andrea
5542                 Spadaccini, Frederico Goncalves Guimaraes,
5543                 Aleksandar Urosevic, and Ralgh Young
5544
5545 2006-06-12 [colin]      2.2.3cvs13
5546
5547         * src/mbox.c
5548                 Add missing header
5549
5550 2006-06-11 [colin]      2.2.3cvs12
5551
5552         * src/msgcache.c
5553                 Verify that g_malloc() succeeded
5554
5555 2006-06-11 [colin]      2.2.3cvs11
5556
5557         * src/wizard.c
5558                 Add Face header to welcome mail
5559
5560 2006-06-10 [colin]      2.2.3cvs10
5561
5562         * src/textview.c
5563                 Revert previous (Forgot it changes the
5564                 margin on the whole mail)
5565
5566 2006-06-10 [colin]      2.2.3cvs9
5567
5568         * src/textview.c
5569                 Don't overlap long headers under (X-)Face
5570
5571 2006-06-10 [mones]      2.2.3cvs8
5572
5573         * manual/xml2pdf
5574                 allow generation of manual on systems lacking saxon binary
5575                 but with java and the saxon library installed
5576
5577         * po/es.po
5578                 updated for release
5579
5580 2006-06-09 [colin]      2.2.3cvs7
5581
5582         * src/summaryview.c
5583                 Fix leak when using Display Sender using Addressbook
5584
5585 2006-06-09 [colin]      2.2.3cvs6
5586
5587         * src/compose.c
5588         * src/folder.c
5589         * src/folderview.c
5590         * src/mimeview.c
5591         * src/summaryview.c
5592                 More leaks fixes
5593
5594 2006-06-09 [paul]       2.2.3cvs5
5595
5596         * AUTHORS
5597         * src/gtk/authors.h
5598         * tools/claws.i18n.status.pl
5599                 updated with new info
5600
5601 2006-06-09 [paul]       2.2.3cvs4
5602
5603         * README
5604                 updated
5605         * manual/ack.xml
5606                 add wwp to authors list
5607         * src/gtk/authors.h
5608                 update mine and Colin's addresses
5609
5610 2006-06-08 [colin]      2.2.3cvs3
5611
5612         * src/etpan/imap-thread.c
5613                 Fix leak on SSL cert check
5614
5615 2006-06-08 [colin]      2.2.3cvs2
5616
5617         * src/common/utils.c
5618                 Fix leak
5619
5620 2006-06-08 [paul]       2.2.3cvs1
5621
5622         * configure.ac
5623                 Update version number following
5624                 stable release
5625
5626 2006-06-07 [colin]      2.2.2cvs3
5627
5628         * src/msgcache.c
5629                 Fix catching cache read errors (guint instead of gint)
5630                 Prevent malloc'ing more than 8MB (means cache corruption)
5631
5632 2006-06-07 [paul]       2.2.2cvs2
5633
5634         * src/exporthtml.c
5635         * src/exportldif.c
5636         * src/mh.c
5637         * src/mutt.c
5638         * src/pine.c
5639         * src/common/utils.c
5640                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5641                 obey $HOME'
5642                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5643                 Thanks to Colin
5644
5645 2006-06-06 [paul]       2.2.2cvs1
5646
5647         * configure.ac
5648                 Update version number following
5649                 stable release
5650
5651 2006-06-06 [paul]       2.2.1cvs6
5652
5653         * src/matcher.c
5654                 fix  implicit declaration of
5655                 sylpheed_do_idle()
5656                 Patch by Fabien Vantard
5657
5658 2006-06-06 [paul]       2.2.1cvs5
5659
5660         * src/matcher.c
5661                 fix age_greater and age_lower so that they
5662                 mean what say and not '...or equal to'
5663                 Thanks to Colin
5664
5665 2006-06-06 [paul]       2.2.1cvs4
5666
5667         * src/textview.c
5668         * src/common/utils.c
5669                 fix URI check
5670                 Thanks to Colin
5671
5672 2006-06-05 [wwp]        2.2.1cvs3
5673
5674         * manual/fr/account.xml
5675                 minor language fixes (thanks to Fabien Vantard).
5676
5677 2006-06-05 [colin]      2.2.1cvs2
5678
5679         * src/prefs_folder_item.c
5680         * src/folderview.c
5681                 Allow recursive setting of properties 
5682                 for whole mailboxes
5683         * src/matcher.c
5684                 Don't freeze on 'test' filtering rule
5685
5686 2006-06-05 [colin]      2.2.1cvs1
5687
5688         * configure.ac
5689                 Update version number following
5690                 stable release
5691
5692 2006-06-04 [wwp]        2.2.0cvs82
5693
5694         * manual/glossary.xml
5695         * manual/account.xml
5696         * manual/fr/glossary.xml
5697         * manual/fr/account.xml
5698                 added glossary section and references/links related to the Face custom header.
5699
5700 2006-06-04 [colin]      2.2.0cvs81
5701
5702         * src/summaryview.c
5703                 Skip to next message on move with no
5704                 immediate execution
5705
5706 2006-06-04 [wwp]        2.2.0cvs80
5707
5708         * manual/xml2pdf
5709                 added sanity checks, exit when needed.
5710
5711 2006-06-03 [paul]       2.2.0cvs79
5712
5713         * src/prefs_receive.c
5714                 page name is now 'Receiving'
5715         * src/prefs_send.c
5716                 page name is now 'Sending'
5717
5718 2006-06-03 [colin]      2.2.0cvs78
5719
5720         * src/plugins/spamassassin/spamassassin_gtk.c
5721                 Autoswitch to Localhost if transport was previously
5722                 disabled. Else people had to check [] Enable, then
5723                 *reselect* transport.
5724
5725 2006-06-03 [colin]      2.2.0cvs77
5726
5727         * src/plugins/pgpinline/pgpinline.c
5728         * src/plugins/pgpmime/pgpmime.c
5729                 Check that gpg_data_release_and_get_mem 
5730                 didn't fail (now, why this happens...)
5731
5732 2006-06-03 [colin]      2.2.0cvs76
5733
5734         * src/mbox.c
5735                 Fix bug #962 (Manual and/or UI should 
5736                 warn about incompatible locking 
5737                 causing dataloss)
5738
5739 2006-06-02 [cleroy]     2.2.0cvs75
5740
5741         * src/filtering.c
5742         * src/folder.c
5743         * src/procmsg.c
5744         * src/summaryview.c
5745                 Fix a few leaks
5746
5747 2006-06-02 [colin]      2.2.0cvs74
5748
5749         * src/main.c
5750                 On exit, free caches after writing them
5751                 Shuts up some valgrind false positives
5752         * src/procmsg.c
5753         * src/send_message.c
5754                 Fix races when reusing existing SMTP connections
5755                 Fix inexistant session timeout
5756         * src/toolbar.c
5757                 Display alertpanel after all queues have
5758                 been processed, not after each
5759
5760 2006-06-02 [wwp]        2.2.0cvs73
5761
5762         * manual/fr/glossary.xml
5763         * manual/fr/ack.xml
5764         * manual/ack.xml
5765                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5766
5767 2006-06-02 [wwp]        2.2.0cvs72
5768
5769         * manual/xml2pdf
5770         * manual/dist/pdf/Makefile.am
5771         * manual/dtd/manual.xsl
5772         * manual/fr/dist/pdf/Makefile.am
5773         * manual/pl/dist/pdf/Makefile.am
5774                 we changed the procedure to generate the .pdf version of the manual.
5775                 The procedure is more modern and the .pdf we get now has a valid index.
5776                 Here are the new pre-requisites:
5777
5778                 - JRE 1.x (1.4 here): there must be one from your distro
5779                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5780                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5781                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5782
5783                 See my posts for further info about the installation of this toolchain:
5784
5785                 Date: Fri, 19 May 2006 19:40:06 +0200
5786                 From: wwp <subscript@free.fr>
5787                 To: sylpheed-claws-devel@lists.sourceforge.net
5788                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5789
5790                 and
5791
5792                 Date: Wed, 24 May 2006 12:58:49 +0200
5793                 From: wwp <subscript@free.fr>
5794                 To: sylpheed-claws-devel@lists.sourceforge.net
5795                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5796
5797 2006-06-01 [colin]      2.2.0cvs71
5798
5799         * src/compose.c
5800                 Better guards against IMAP races
5801         * src/main.c
5802         * src/prefs_common.c
5803         * src/prefs_common.h
5804         * src/common/ssl_certificate.c
5805         * src/etpan/imap-thread.c
5806         * src/etpan/imap-thread.h
5807         * src/gtk/sslcertwindow.c
5808                 New hidden option ssl_skip_cert_check to 
5809                 avoid dups of bug #959 (libetpan linked
5810                 against gnutls and gnutls buggy on 64bit)
5811                 Present expired warning only once per
5812                 session/server.
5813         * manual/advanced.xml
5814         * manual/fr/advanced.xml
5815                 Document new option
5816
5817 2006-06-01 [wwp]        2.2.0cvs70
5818
5819         * src/messageview.c
5820                 fix for bug #961 (return receipt dialog 
5821                 complains incorrectly about return-path 
5822                 email adress being different), thanks 
5823                 to Colin.
5824
5825 2006-05-31 [cleroy]     2.2.0cvs69
5826
5827         * src/common/ssl.c
5828                 Guard against NULLs, although this
5829                 should never be an issue
5830
5831 2006-05-31 [colin]      2.2.0cvs68
5832
5833         * src/filtering.c
5834                 Use g_slist_prepend
5835         * src/imap.c
5836                 Don't remove caches when destroying folder, it
5837                 could (should) be done at exit
5838         * src/inc.c
5839                 free processing cache after incorporation
5840         * src/etpan/imap-thread.c
5841                 Maybe fix bug #959 (Crash on moving to emails 
5842                 to a imap account per ssl with a expired 
5843                 certificate.)
5844
5845 2006-05-30 [colin]      2.2.0cvs67
5846
5847         * src/summaryview.c
5848                 Put back event flush when displaying message
5849                 It avoids reading a bunch of messages just
5850                 by hitting shift-n for too long ;)
5851
5852 2006-05-29 [colin]      2.2.0cvs66
5853
5854         * src/summaryview.c
5855                 Remove useless g_warnings
5856
5857 2006-05-29 [colin]      2.2.0cvs65
5858
5859         * src/imap.c
5860                 Fix g_slist_append()s for performance
5861
5862 2006-05-29 [colin]      2.2.0cvs64
5863
5864         * src/compose.c
5865         * src/common/utils.c
5866                 Fix extraneous tab at start of addresses
5867         * src/mainwindow.c
5868                 Fix warnings (thanks to Fabien)
5869                 Fix crash at exit when composing messages 
5870                 exist
5871         * src/pop.c
5872                 Fix progress bar when deleting expired mails
5873                 Thanks to Hiro
5874         * src/summaryview.c
5875         * src/gtk/gtksctree.c
5876                 Fix re-sorting slowness
5877
5878 2006-05-29 [paul]       2.2.0cvs63
5879
5880         * src/mh.c
5881                 fetch full message when moving mails
5882                 from another mailbox, (fixed data loss
5883                 when filtering from IMAP to MH, introduced
5884                 in 2.2.0cvs57).
5885                 Thanks to Colin
5886
5887 2006-05-29 [mones]      2.2.0cvs62
5888
5889         * src/gtk/gtksctree.c
5890                 Unselect faster (patch by Colin)        
5891
5892 2006-05-26 [colin]      2.2.0cvs61
5893
5894         * src/summaryview.c
5895                 Unplug MSGINFO_UPDATE callback on delete too.
5896
5897 2006-05-26 [colin]      2.2.0cvs60
5898
5899         * src/foldersel.c
5900                 Fix bold in folder selection window with glib2.10
5901                 thanks Hiro
5902
5903 2006-05-26 [colin]      2.2.0cvs59
5904
5905         * src/procheader.c
5906                 Convert date only if necessary (and don't
5907                 try to convert from utf8 to utf8, too)
5908         * src/summaryview.c
5909                 Only set column's text if the column's 
5910                 displayed
5911
5912 2006-05-26 [colin]      2.2.0cvs58
5913
5914         * src/summaryview.c
5915         * src/gtk/gtkutils.c
5916                 Fix useless warning
5917
5918 2006-05-26 [colin]      2.2.0cvs57
5919
5920         * src/mainwindow.c
5921                 Make summaryview selectable as long as 
5922                 no message has focus
5923         * src/mh.c
5924                 Faster deletion (by implementing mh_remove_msgs)
5925                 Faster copy (avoid using mh_fetch_msg just to get
5926                 the filename)
5927                 Faster move (using move_file instead of copy_file
5928                 if MSG_IS_MOVE)
5929                 No progressbar if total number of mails to cp/mv 
5930                 is less than 100
5931         * src/summaryview.c
5932                 Fix removal from subject_table when mail gets moved
5933                 Faster deletion (g_slist_prepend instead of append)
5934         * src/gtk/gtksctree.c
5935                 Remove useless code
5936
5937 2006-05-25 [colin]      2.2.0cvs56
5938
5939         * src/common/ssl_certificate.c
5940                 Fix leak in expired cert check
5941
5942 2006-05-25 [colin]      2.2.0cvs55
5943
5944         * src/mh.c
5945                 Disable flags syncing on .mh_sequences - it
5946                 is buggy and marks mails read under unknown
5947                 conditions.
5948
5949 2006-05-25 [paul]
5950
5951         * 2.3.0-rc4 released
5952
5953 2006-05-24 [colin]      2.2.0cvs54
5954
5955         attention cvs users: if you manage to crash
5956         Sylpheed-Claws while moving, copying or deleting
5957         mails, we *are* interested in stack traces and
5958         valgrind logs. It looks stable, but one never
5959         knows...
5960
5961         * src/folder.c
5962                 Add progressbar for cache updates
5963         * src/folderutils.c
5964                 Optimize Mark all read in the current
5965                 folder
5966         * src/mh.c
5967                 Add progressbar for copy/move
5968         * src/procmsg.c
5969                 Optimize O(n^2) in copy/move
5970         * src/summaryview.c
5971         * src/gtk/gtksctree.c
5972                 Optimize O(n^2) algos
5973         * src/common/timing.h
5974                 Display ms instead of us
5975
5976 2006-05-24 [wwp]        2.2.0cvs53
5977
5978         * manual/fr/advanced.xml
5979                 updates to the French manual.
5980
5981 2006-05-24 [wwp]        2.2.0cvs52
5982
5983         * src/common/utils.c
5984                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5985
5986 2006-05-24 [wwp]        2.2.0cvs51
5987
5988         * src/folderutils.c
5989                 fixed "mark all read" in MH folders (thanks to Colin).
5990
5991 2006-05-24 [paul]       2.2.0cvs50
5992
5993         * doc/man/sylpheed-claws.1
5994                 updated the man page
5995
5996 2006-05-23 [colin]      2.2.0cvs49
5997
5998         * src/folderview.c
5999         * src/imap.c
6000         * src/inc.c
6001         * src/mbox.c
6002         * src/messageview.c
6003         * src/news.c
6004         * src/send_message.c
6005         * src/summaryview.c
6006         * src/gtk/sslcertwindow.c
6007                 alertpanel fixes, by Fabien
6008
6009 2006-05-23 [colin]      2.2.0cvs48
6010
6011         * src/folder.c
6012         * src/folderview.c
6013         * src/msgcache.c
6014         * src/summaryview.c
6015         * src/gtk/gtksctree.c
6016         * src/gtk/gtksctree.h
6017                 More timings
6018                 Fix slow loading problem, which was caused by the
6019                 use of some gtk_ctree funcs and their use of
6020                 g_list_position while gtk_ctree_(un)link'ing.
6021                 Reap more functions from gtkctree.c to be sure we
6022                 use our (fast) version instead of theirs.
6023         * src/mh.c
6024                 Fix copy of unread mails
6025
6026
6027 2006-05-22 [wwp]        2.2.0cvs47
6028
6029         * manual/fr/advanced.xml
6030                 updated.
6031
6032 2006-05-22 [colin]      2.2.0cvs46
6033
6034         * src/filtering.c
6035                 Fix possible infinite loop. 'copy' is not a 
6036                 final action, so when encountering a 'copy',
6037                 we have to check if a previous one was set
6038                 and do it. In the same way, if we encounter
6039                 a 'move' we have to perform a possibly 
6040                 pending 'copy'. This will slow down filtering
6041                 on IMAP if move+copy or multiple copy actions
6042                 are to be done, but handling it via the batch
6043                 would be really too convoluted.
6044
6045 2006-05-22 [wwp]        2.2.0cvs45
6046
6047         * manual/fr/advanced.xml
6048         * manual/fr/faq.xml
6049         * manual/fr/glossary.xml
6050         * manual/fr/handling.xml
6051         * manual/fr/intro.xml
6052         * manual/fr/plugins.xml
6053         * manual/fr/sylpheed-claws-manual.xml
6054                 sync w/ the english manual: updates URIs, documented mailing-list
6055                 support, better explanation about the enabled/disabled feature
6056                 in filtering/processing rules by Paul.
6057
6058 2006-05-21 [colin]      2.2.0cvs44
6059
6060         * src/summaryview.c
6061                 Don't expand after building threads, but during
6062
6063 2006-05-21 [colin]      2.2.0cvs43
6064
6065         * src/procmsg.c
6066         * src/summaryview.c
6067                 More timing possibilities... For next time I have 
6068                 to find out how the hell some 3GHz computer takes
6069                 one minute to open a 30k folder...
6070
6071 2006-05-21 [colin]      2.2.0cvs42
6072
6073         * manual/pl/advanced.xml
6074         * manual/pl/faq.xml
6075         * manual/pl/glossary.xml
6076         * manual/pl/handling.xml
6077         * manual/pl/intro.xml
6078         * manual/pl/plugins.xml
6079         * manual/pl/sylpheed-claws-manual.xml
6080                 Polish manual updated by Pawel
6081
6082 2006-05-20 [colin]
6083
6084         * 2.3.0-rc3 released
6085
6086 2006-05-20 [colin]      2.2.0cvs41
6087
6088         * src/imap.c
6089                 Fix -rc2 problems:
6090                 - remove cache of moved messages from original folder
6091                 - apply new flags to messages even if they aren't appliable
6092                   via IMAP.
6093
6094 2006-05-20 [colin]
6095
6096         * 2.3.0-rc2 released
6097
6098 2006-05-19 [colin]      2.2.0cvs40
6099
6100         * src/imap.c
6101                 Don't issue SELECT in imap_change_flags
6102                 before having checked that we indeed have
6103                 some flags to change. MSG_POSTFILTERED for
6104                 example can't be used on IMAP.
6105                 Fixes bug #955 (copying messages between 
6106                 imap folders is extremely slow), which was
6107                 a regression.
6108
6109 2006-05-19 [colin]      2.2.0cvs39
6110
6111         * src/folder.c
6112         * src/folder.h
6113         * src/folderview.c
6114                 Try to fix bug #830 (Some unread messages 
6115                 get marked read in IMAP inbox):
6116                 - Prevent scanning a folder if it's being 
6117                   opened via the GUI
6118                 - Postpone opening via the GUI of a folder
6119                   currently scanned.
6120
6121
6122 2006-05-19 [wwp]        2.2.0cvs38
6123
6124         * manual/advanced.xml
6125                 fix English+typo (thanks to Paul).
6126
6127 2006-05-19 [wwp]        2.2.0cvs37
6128
6129         * manual/advanced.xml
6130         * manual/fr/advanced.xml
6131         * src/gtk/logwindow.c
6132         * src/prefs_common.c
6133         * src/prefs_common.h
6134                 added hidden prefs to allow customization of colors used in
6135                 protocol log window (useful for dark gtk+ themes).
6136
6137 2006-05-19 [wwp]        2.2.0cvs36
6138
6139         * ChangeLog
6140                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6141
6142 2006-05-19 [paul]       2.2.0cvs35
6143
6144         * src/textview.c
6145                 make Reply-To fully clickable
6146         * src/gtk/logwindow.c
6147                 more colouring (SMTP ESMTP)
6148         Both patches by Pawel Pekala
6149
6150 2006-05-19 [cleroy]     2.2.0cvs34
6151
6152         * src/mh.c
6153                 Don't update flags from current folder
6154                 Probably fixes bug #935 (Read Messages 
6155                 Revert to Being Marked as Unread)
6156
6157 2006-05-18 [colin]      2.2.0cvs33
6158
6159         * src/imap.c
6160                 Warning fix
6161         * src/compose.c
6162         * src/mainwindow.c
6163         * src/summaryview.c
6164         * src/toolbar.c
6165                 Allow replying to multiple emails
6166                 in multiple windows
6167         * src/mimeview.c
6168         * src/etpan/imap-thread.c
6169                 Leak fixes
6170
6171 2006-05-18 [paul]       2.2.0cvs32
6172
6173         * src/summaryview.c
6174                 keep Mailing-List menu refreshed
6175                 Thanks to Colin
6176
6177 2006-05-18 [paul]       2.2.0cvs31
6178
6179         * manual/advanced.xml
6180         * manual/faq.xml
6181         * manual/glossary.xml
6182         * manual/handling.xml
6183         * manual/intro.xml
6184         * manual/plugins.xml
6185         * manual/sylpheed-claws-manual.xml
6186                 update URLs
6187                 add info about mailing-list support
6188                 edit filtering info
6189         * src/wizard.c
6190         * src/common/defs.h
6191         * src/gtk/about.c
6192         * src/plugins/dillo_viewer/README
6193                 update URLs
6194
6195 2006-05-17 [wwp]        2.2.0cvs30
6196
6197         * manual/handling.xml
6198         * manual/fr/handling.xml
6199                 documented the ability to enabled/disable filtering/processing rules.
6200
6201 2006-05-17 [colin]      2.2.0cvs29
6202
6203         * src/main.c
6204                 Don't initialize g_thread subsystem if it's 
6205                 already done (thanks to Hiro)
6206         * src/mimeview.c
6207                 Fix saving of parts when there name can't be
6208                 converted from UTF-8.
6209
6210 2006-05-17 [paul]       2.2.0cvs28
6211
6212         * po/Makefile.in.in
6213                 fix config.status warning with autoconf 2.60
6214
6215 2006-05-17 [paul]       2.2.0cvs27
6216
6217         * po/POTFILES.in
6218                 add src/mbox.c
6219
6220 2006-05-17 [wwp]        2.2.0cvs26
6221
6222         * src/mainwindow.c
6223                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6224
6225 2006-05-17 [wwp]        2.2.0cvs25
6226
6227         * src/plugins/demo/demo.c
6228                 updated product name in plugin demo (many plugins need to be
6229                 sync'ed w/ that change).
6230
6231 2006-05-17 [colin]      2.2.0cvs24
6232
6233         * src/mh.c
6234                 Fix leak
6235
6236 2006-05-16 [colin]      2.2.0cvs23
6237
6238         * src/mainwindow.c
6239                 Stupid me hit again. Fix cvs22.
6240
6241 2006-05-16 [colin]      2.2.0cvs22
6242
6243         * src/mainwindow.c
6244                 Fix bug #922 (sylpheed-claws crashed after 
6245                 pushing on Inbox folder)
6246
6247 2006-05-16 [colin]      2.2.0cvs21
6248
6249         * src/compose.c
6250                 Make From header be copy/paste/select-able
6251
6252 2006-05-16 [wwp]        2.2.0cvs20
6253
6254         * src/export.c
6255         * src/matcher.c
6256         * src/summaryview.c
6257         * src/etpan/imap-thread.c
6258                 fix some compiler warnings (thanks to Colin).
6259
6260 2006-05-16 [wwp]        2.2.0cvs19
6261
6262         * src/action.c
6263         * src/gedit-print.c
6264         * src/inc.c
6265         * src/mainwindow.c
6266         * src/mh.c
6267         * src/statusbar.c
6268         * src/send_message.c
6269         * src/summaryview.c
6270                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6271
6272 2006-05-15 [colin]      2.2.0cvs18
6273
6274         * src/procmsg.c
6275                 Fix automatic rule creation with List-Post
6276
6277 2006-05-15 [paul]       2.2.0cvs17
6278
6279         * tools/filter_conv_new.pl
6280                 updated for rule enabling/disabling
6281                 claws version >= 2.3.x required
6282
6283 2006-05-15 [cleroy]     2.2.0cvs16
6284
6285         * src/main.c
6286                 Revert test
6287
6288 2006-05-15 [cleroy]     2.2.0cvs15
6289
6290         * src/main.c
6291                 test
6292
6293 2006-05-15 [wwp]        2.2.0cvs14
6294
6295         * manual/pl/.cvsignore
6296                 ignore generated files.
6297
6298 2006-05-14 [wwp]        2.3.0-rc1
6299
6300         * 2.3.0-rc1 released
6301
6302 2006-05-13 [wwp]        2.2.0cvs13
6303
6304         * src/filtering.c
6305         * src/filtering.h
6306         * src/matcher.c
6307         * src/matcher_parser_lex.l
6308         * src/matcher_parser_parse.y
6309         * src/prefs_filtering.c
6310                 new feature: provide the ability to disable filtering and processing
6311                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6312                 adaptations.
6313
6314 2006-05-13 [colin]      2.2.0cvs12
6315
6316         * src/compose.c
6317                 Remove useless if (a) b; else b;
6318                 Thanks to wwp
6319
6320 2006-05-13 [wwp]        2.2.0cvs11
6321
6322         * src/export.c
6323         * src/import.c
6324         * src/mainwindow.c
6325         * src/mbox.c
6326         * src/summaryview.c
6327         * src/summaryview.h
6328                 no more silent failures (or at least less ones) when importing
6329                 or exporting from/to mbox. Also start importing/exporting if
6330                 the necessary info is set.
6331
6332 2006-05-13 [wwp]        2.2.0cvs10
6333
6334         * RELEASE_NOTES
6335                 restored up-to-date release notes.
6336
6337 2006-05-13 [paul]       2.2.0cvs9
6338
6339         * po/nl.po
6340         * po/ru.po
6341                 updated by Tim Dijkstra and Pavlo Bohmat
6342
6343 2006-05-12 [colin]      2.2.0cvs8
6344
6345         * src/gtk/quicksearch.c
6346                 Add "k" as shortcut for "colorlabel". Patch
6347                 by ath42@users.sf.net.
6348
6349 2006-05-12 [paul]       2.2.0cvs7
6350
6351         * src/prefs_common.h
6352         * src/prefs_summaries.c
6353         * src/summaryview.c
6354                 when entering a folder also allow
6355                 going directly to first Marked message
6356
6357 2006-05-12 [paul]       2.2.0cvs6
6358
6359         * src/summaryview.c
6360                 always obey 'confirm before marking all
6361                 mails read' option
6362
6363 2006-05-12 [paul]       2.2.0cvs5
6364
6365         * src/textview.c
6366                 make Sender fully clickable
6367
6368 2006-05-12 [colin]      2.2.0cvs4
6369
6370         * src/compose.c
6371         * src/compose.h
6372                 Let From be editable
6373         * src/main.c
6374         * src/mh.c
6375                 Full support of .mh_sequences' Unseen seq
6376
6377 2006-05-12 [colin]      2.2.0cvs3
6378
6379         * src/folder.c
6380         * src/mainwindow.c
6381         * src/mainwindow.h
6382         * src/messageview.c
6383         * src/prefs_spelling.c
6384         * src/procheader.c
6385         * src/procmsg.c
6386         * src/procmsg.h
6387         * src/summaryview.c
6388         * src/toolbar.c
6389         * src/toolbar.h
6390                 Add contextual menu on Compose toolbar
6391                 button. Fixes bug #944 (Automatic
6392                 addresses not applied when changing account
6393                 from compose window)
6394                 add Mailing List support
6395                 based on the old 0.6.5claws25 patch by
6396                 Melvin Hadasht, with finishing touches
6397                 by Colin
6398                 Fix "ignore thread" when mails are threaded by
6399                 subject (and weren't ignored although appearing
6400                 in the thread).
6401                 GUI rework.
6402                 Both patches by Pawel.
6403
6404 2006-05-08 [paul]       2.2.0cvs2
6405
6406         * src/mainwindow.c
6407         * src/mainwindow.h
6408         * src/messageview.c
6409         * src/procheader.c
6410         * src/procmsg.c
6411         * src/procmsg.h
6412         * src/summaryview.c
6413                 add Mailing List support
6414                 based on the old 0.6.5claws25 patch by 
6415                 Melvin Hadasht, with finishing touches
6416                 by Colin
6417
6418 2006-05-08 [colin]      2.2.0cvs1
6419
6420         * src/mainwindow.c
6421         * src/toolbar.c
6422         * src/toolbar.h
6423                 Add contextual menu on Compose toolbar 
6424                 button. Fixes bug #944 (Automatic 
6425                 addresses not applied when changing account 
6426                 from compose window)
6427
6428 2006-05-08 [paul]       2.2.0
6429
6430         2.2.0 released
6431
6432 2006-05-08 [paul]       2.1.1cvs51
6433
6434         * po/cs.po
6435         * po/de.po
6436         * po/en_GB.po
6437         * po/fi.po
6438         * po/fr.po
6439         * po/pt_BR.po
6440         * po/sr.po
6441         * po/zh_CN.po
6442                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6443                 Fabien Vantard, Frederico Goncalves Guimaraes,
6444                 Aleksandar Urosevic, and Ralgh Young
6445
6446 2006-05-12 [colin]      2.1.1cvs50
6447
6448         * po/cs.po
6449         * po/de.po
6450         * po/en_GB.po
6451         * po/es.po
6452         * po/fi.po
6453         * po/fr.po
6454         * po/pt_BR.po
6455         * po/sr.po
6456         * po/zh_CN.po
6457                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6458                 Fabien Vantard, Frederico Goncalves Guimaraes,
6459                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6460
6461 2006-05-05 [colin]      2.1.1cvs49
6462
6463         * manual/Makefile.am
6464         * manual/pl/Makefile.am
6465         * manual/pl/account.xml
6466         * manual/pl/ack.xml
6467         * manual/pl/addrbook.xml
6468         * manual/pl/advanced.xml
6469         * manual/pl/faq.xml
6470         * manual/pl/glossary.xml
6471         * manual/pl/gpl.xml
6472         * manual/pl/handling.xml
6473         * manual/pl/intro.xml
6474         * manual/pl/keyboard.xml
6475         * manual/pl/plugins.xml
6476         * manual/pl/starting.xml
6477         * manual/pl/sylpheed-claws-manual.xml
6478         * manual/pl/dist/.cvsignore
6479         * manual/pl/dist/Makefile.am
6480         * manual/pl/dist/html/.cvsignore
6481         * manual/pl/dist/html/Makefile.am
6482         * manual/pl/dist/pdf/.cvsignore
6483         * manual/pl/dist/pdf/Makefile.am
6484         * manual/pl/dist/ps/.cvsignore
6485         * manual/pl/dist/ps/Makefile.am
6486         * manual/pl/dist/txt/.cvsignore
6487         * manual/pl/dist/txt/Makefile.am
6488                 Add the polish translation of the manual,
6489                 Authored by Pawel Pekala.
6490
6491 2006-05-05 [cleroy]     2.1.1cvs48
6492
6493         * src/main.c
6494                 Re-read matcherrc after loading plugins 
6495                 if some of them add folders.
6496
6497 2006-05-03 [colin]      2.1.1cvs47
6498
6499         * src/imap.c
6500                 I'm idiot
6501
6502 2006-05-03 [colin]      2.1.1cvs46
6503
6504         * src/imap.c
6505                 Be sure to have a session when
6506                 getting separator
6507
6508 2006-05-03 [colin]      2.1.1cvs45
6509
6510         * src/imap.c
6511         * src/imap.h
6512         * src/imap_gtk.c
6513                 Fix preventing renaming with namespace 
6514                 separator.
6515
6516 2006-05-01 [colin]      2.1.1cvs44
6517
6518         * src/action.c
6519                 Don't reload messageview when result of
6520                 action is piped.
6521
6522 2006-04-29 [colin]      2.1.1cvs43
6523
6524         * src/prefs_receive.c
6525         * src/plugins/spamassassin/spamassassin_gtk.c
6526         * src/plugins/clamav/clamav_plugin_gtk.c
6527                 GUI fixes by Pawel
6528
6529 2006-04-29 [colin]      2.1.1cvs42
6530
6531         * src/prefs_compose_writing.c
6532         * src/prefs_quote.c
6533                 Cleanups. Patch by Pawel
6534
6535 2006-04-28 [paul]       2.1.1cvs41
6536
6537         * src/matcher.c
6538                 fix returned quick search results when search
6539                 term contains an underscore.
6540                 Thanks to Colin
6541
6542 2006-04-28 [paul]       2.1.1cvs40
6543
6544         * src/prefs_message.c
6545         * src/prefs_receive.c
6546                 GUI cleanups
6547                 Patches by Pawel Pekala
6548
6549 2006-04-27 [colin]      2.1.1cvs39
6550
6551         * src/wizard.c
6552                 Differentiate subject Welcome from
6553                 window's title Welcome
6554
6555 2006-04-27 [paul]
6556
6557         2.2.0-rc1 released
6558
6559 2006-04-27 [paul]       2.1.1cvs38
6560
6561         * manual/advanced.xml
6562         * manual/fr/advanced.xml
6563                 add info about compose_no_markup hidden pref
6564
6565 2006-04-27 [paul]       2.1.1cvs37
6566
6567         * src/prefs_account.c
6568                 improve privacy labels
6569         * src/prefs_msg_colors.c
6570                 change some strings for translators' convenience
6571         * src/gtk/gtkutils.c
6572                 don't underline the link button text
6573
6574 2006-04-25 [colin]      2.1.1cvs36
6575
6576         * src/folder.c
6577                 Complete 2.1.1cvs33 (once more ;)
6578
6579 2006-04-25 [colin]      2.1.1cvs35
6580
6581         * src/editldap.c
6582                 Fix tooltip
6583
6584 2006-04-25 [cleroy]     2.1.1cvs34
6585
6586         * src/compose.c
6587         * src/gtk/gtkaspell.c
6588                 Fix crash on redirect (related to the return 
6589                 of the aspell menu in compose's toolbar)
6590         * src/prefs_msg_colors.c
6591                 Fix sensitivity widgets
6592         * src/image_viewer.c
6593         * src/gtk/pluginwindow.c
6594         * src/gtk/prefswindow.c
6595                 Change released signals to clicked (Fabien)
6596         * po/POTFILES.in
6597         * src/common/socket.c
6598         * src/plugins/spamassassin/spamassassin.c
6599                 Translate strings (Fabien)
6600
6601 2006-04-25 [paul]       2.1.1cvs33
6602
6603         * src/folder.c
6604         * src/folder.h
6605         * src/folderview.c
6606                 complete the fix of bug #912
6607                 Thanks to Colin
6608
6609 2006-04-25 [colin]      2.1.1cvs32
6610
6611         * src/news.c
6612                 Better progress bar
6613         * src/mimeview.c
6614         * src/summaryview.c
6615         * src/summaryview.h
6616                 Fix focus chain
6617                 Patches by Pawel Pekala
6618
6619 2006-04-24 [colin]      2.1.1cvs31
6620
6621         * src/compose.c
6622                 Fix compilation warnings (Fabien)
6623
6624 2006-04-24 [colin]      2.1.1cvs30
6625
6626         * src/addrindex.c
6627         * src/editldap.c
6628         * src/editldap_basedn.c
6629         * src/editldap_basedn.h
6630         * src/ldapctrl.c
6631         * src/ldapctrl.h
6632         * src/ldapquery.c
6633         * src/ldaputil.c
6634         * src/ldaputil.h
6635                 Fix bug #901 (LDAPS support)
6636
6637 2006-04-24 [colin]      2.1.1cvs29
6638
6639         * src/compose.c
6640                 Fix logic on error with send dialog on
6641         * src/imap.c
6642                 Fix compilation without libetpan, thanks
6643                 to Fabien
6644         * src/summaryview.c
6645                 Fix 'context-menu' key
6646
6647 2006-04-23 [colin]      2.1.1cvs28
6648
6649         * src/folder.c
6650                 Never free current's cache to free up 
6651                 memory. Fixes bug #912 (new count 
6652                 randomly set to message count)
6653
6654 2006-04-23 [colin]      2.1.1cvs27
6655
6656         * src/gtk/quicksearch.c
6657                 And remove printf...
6658
6659 2006-04-23 [colin]      2.1.1cvs26
6660
6661         * src/gtk/quicksearch.c
6662                 Fix replacing in quicksearch, and fix inserting
6663                 in the middle of the string. (introduced at 2.1.0cvs22)
6664
6665 2006-04-23 [colin]      2.1.1cvs25
6666
6667         * src/imap.c
6668                 Make sure uidnext is initialized in get_num_list
6669                 (not for stable, related to 2.1.1cvs8 and friends)
6670
6671 2006-04-23 [colin]      2.1.1cvs24
6672
6673         * src/imap.c
6674                 Output something when login is successful
6675                 too
6676
6677 2006-04-23 [colin]      2.1.1cvs23
6678
6679         * src/etpan/imap-thread.c
6680                 Better logging (line-per-line, hide data in fetch)
6681                 Fix a const warning
6682         * src/gtk/logwindow.c
6683         * src/gtk/logwindow.h
6684                 Better logging (color for input/output)
6685
6686 2006-04-21 [colin]      2.1.1cvs22
6687
6688         * src/gtk/quicksearch.c
6689                 On gtk+-2.8, use stock buttons in quicksearch
6690                 Based on a patch by Fabien and a design by Paul
6691
6692 2006-04-21 [colin]      2.1.1cvs21
6693
6694         * src/folderview.c
6695         * src/mainwindow.c
6696                 Fix occasional flicker in folderview
6697         * src/common/utils.c
6698                 Fix bug #943 (Incorrectly parsed email address 
6699                 list in short headers on message view and in 
6700                 printouts)
6701
6702 2006-04-20 [colin]      2.1.1cvs20
6703
6704         * src/imap.c
6705         * src/imap.h
6706         * src/prefs_account.c
6707                 Add ANONYMOUS auth for IMAP
6708
6709 2006-04-20 [paul]       2.1.1cvs19
6710
6711         * src/main.c
6712                 proper fix for 2.1.1cvs18
6713                 Thanks to Colin
6714
6715 2006-04-20 [paul]       2.1.1cvs18
6716
6717         * src/main.c
6718                 fix build warnings
6719
6720 2006-04-20 [paul]       2.1.1cvs17
6721
6722         * src/gtk/quicksearch.c
6723                 fix standard, non-extended Quick search,
6724                 was broken in 2.1.1cvs15.
6725                 Thanks to Colin.
6726
6727 2006-04-20 [colin]      2.1.1cvs16
6728
6729         * src/prefs_matcher.c
6730                 Fix values when reselecting a ~test
6731                 rule
6732
6733 2006-04-19 [colin]      2.1.1cvs15
6734
6735         * src/compose.c
6736         * src/compose.h
6737         * src/gtk/gtkaspell.c
6738         * src/gtk/gtkaspell.h
6739                 Put back Options menu in Spelling/
6740         * src/gtk/quicksearch.c
6741                 Don't search, and show error, if the
6742                 advanced search has a syntax error
6743
6744 2006-04-18 [colin]      2.1.1cvs14
6745
6746         * src/textview.c
6747                 Fix gdk warnings on set_cursor when textview
6748                 isn't visible
6749
6750 2006-04-18 [colin]      2.1.1cvs13
6751
6752         * src/gtk/gtksctree.c
6753                 Remove seemingly useless refresh that causes
6754                 flicker - watch this commit in case of 
6755                 problems before planned backport to stable
6756
6757 2006-04-18 [colin]      2.1.1cvs12
6758
6759         * src/imap.c
6760                 Factorize get/set_xml code
6761         * src/compose.c
6762         * src/prefs_account.c
6763         * src/prefs_account.h
6764         * src/procmsg.c
6765                 Add Encrypt to self option
6766
6767 2006-04-17 [colin]      2.1.1cvs11
6768
6769         * configure.ac
6770                 Fix search on encrpyt function on dragonfly
6771                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6772
6773 2006-04-17 [colin]      2.1.1cvs10
6774
6775         * src/prefs_account.c
6776                 Be safe by default: remove mails from POP3
6777                 after 7 days, not immediately
6778
6779 2006-04-17 [colin]      2.1.1cvs9
6780
6781         * src/etpan/imap-thread.c
6782                 Fix build on DragonFly - patch by 
6783                 Jonathan Buschmann <jonthn@agmact.com>
6784
6785 2006-04-17 [colin]      2.1.1cvs8
6786
6787         * src/imap.c
6788                 Save uidnext between sessions
6789
6790 2006-04-17 [colin]      2.1.1cvs7
6791
6792         * src/imap.c
6793                 scan is required when uid validity changes
6794
6795 2006-04-17 [colin]      2.1.1cvs6
6796
6797         * src/folderview.c
6798                 Don't scan if not necessary, apart in current
6799                 folder and INBOX to fetch flags.
6800         * src/imap.c
6801                 Scan is necessary if unread count changes
6802
6803 2006-04-17 [colin]      2.1.1cvs5
6804
6805         * src/imap.c
6806                 ...But always fetch ANSWERED and DELETED flags for
6807                 INBOX, as filtering can happen on these flags.
6808
6809 2006-04-17 [colin]      2.1.1cvs4
6810
6811         * src/imap.c
6812                 Don't fetch REPLIED and DELETED flags when synchronising
6813                 flags with a closed folder. We only need UNSEEN and FLAGGED
6814                 to update the folderview.
6815
6816 2006-04-17 [colin]      2.1.1cvs3
6817
6818         * src/imap.c
6819                 Faster flag search when there are new mails 
6820                 in a folder. We can do a full search if the 
6821                 folder contains less messages than the new
6822                 list.
6823
6824 2006-04-17 [colin]      2.1.1cvs2
6825
6826         * po/cs.po
6827         * po/de.po
6828         * po/fr.po
6829         * po/nl.po
6830         * po/pt_BR.po
6831                 Update translations from stable branch
6832
6833 2006-04-17 [colin]      2.1.1cvs1
6834
6835         * configure.ac
6836                 Bump version to follow stable release
6837
6838 2006-04-16 [mones]      2.1.0cvs50
6839
6840         * po/es.po
6841                 Updated for release
6842
6843 2006-04-16 [colin]      2.1.0cvs49
6844
6845         * src/textview.c
6846                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6847                 with gtk < 2.8. Thanks to Fabien Vantard.
6848
6849 2006-04-15 [colin]      2.1.0cvs48
6850
6851         * src/etpan/imap-thread.c
6852                 Fix bug #919 (libetpan: SEGV when connecting 
6853                 using command)
6854
6855 2006-04-14 [colin]      2.1.0cvs47
6856
6857         * src/main.c
6858                 Fix race on --select (should be done better)
6859
6860 2006-04-14 [wwp]        2.1.0cvs46
6861
6862         * src/send_message.c
6863                 enforce a check for domain in account prefs (a sending
6864                 error could be faced if domain was checked but no value set),
6865                 thanks to Colin.
6866
6867 2006-04-14 [colin]      2.1.0cvs45
6868
6869         * src/codeconv.c
6870                 when converting from unknown to unknown, if the
6871                 string is UTF8, don't convert it to the locale
6872                 (which breaks it)
6873
6874 2006-04-14 [colin]      2.1.0cvs44
6875
6876         * src/compose.c
6877                 Don't try to use ASCII for converting headers
6878                 (as done in body)
6879
6880 2006-04-14 [paul]       2.1.0cvs43
6881
6882         * src/crash.c
6883                 add locale/charset info to crash report
6884         * src/gtk/about.c
6885                 add wwp to doc team
6886                 replace 'e-mail' with preferred 'email'
6887         * src/gtk/authors.h
6888                 ensure contributors list is in alphabetical
6889                 order
6890
6891 2006-04-13 [colin]      2.1.0cvs42
6892
6893         * src/textview.c
6894                 Prevent gdk warnings
6895
6896 2006-04-13 [colin]      2.1.0cvs41
6897
6898         * src/common/ssl_certificate.c
6899         * src/common/ssl_certificate.h
6900         * src/gtk/sslcertwindow.c
6901                 Warn on expired certs, and display the expiration date
6902
6903 2006-04-13 [colin]      2.1.0cvs40
6904
6905         * src/plugins/spamassassin/spamassassin_gtk.c
6906                 Fix missing set_text on unix socket
6907
6908 2006-04-13 [wwp]        2.1.0cvs39
6909
6910         * manual/fr/advanced.xml
6911         * manual/fr/glossary.xml
6912                 applied new spam/ham/email lexicon (pourriel, courriel)
6913
6914 2006-04-13 [paul]       2.1.0cvs38
6915
6916         * src/plugins/pgpmime/plugin.c
6917                 remove the mention of S/MIME from the
6918                 description. This is now handled by the
6919                 S/MIME plugin.
6920
6921 2006-04-13 [paul]       2.1.0cvs37
6922
6923         * src/prefs_msg_colors.c
6924                 rework dialog
6925         * src/prefs_folder_item.c
6926         * src/prefs_spelling.c
6927                 add a tooltip to the colour selector buttons
6928
6929 2006-04-13 [wwp]        2.1.0cvs36
6930
6931         * manual/advanced.xml
6932         * manual/glossary.xml
6933         * manual/handling.xml
6934         * manual/keyboard.xml
6935         * manual/plugins.xml
6936         * manual/starting.xml
6937         * manual/fr/account.xml
6938         * manual/fr/ack.xml
6939         * manual/fr/addrbook.xml
6940         * manual/fr/advanced.xml
6941         * manual/fr/faq.xml
6942         * manual/fr/glossary.xml
6943         * manual/fr/gpl.xml
6944         * manual/fr/handling.xml
6945         * manual/fr/intro.xml
6946         * manual/fr/keyboard.xml
6947         * manual/fr/plugins.xml
6948         * manual/fr/starting.xml
6949         * manual/fr/sylpheed-claws-manual.xml
6950                 fixes to the manuals:
6951                  - summaryview -> Message List (same in French)
6952                  - translate key names
6953                  - fix French punctuation, use non-breakable spaces when
6954                    necessary, don't use &thinsp; which is not portable
6955                  - tell what maildir and mbox formats we support
6956
6957 2006-04-12 [wwp]        2.1.0cvs35
6958
6959         * src/prefs_toolbar.c
6960                 unified a replace button more,
6961                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6962
6963 2006-04-12 [wwp]        2.1.0cvs34
6964
6965         * src/prefs_common.c
6966         * src/prefs_msg_colors.c
6967                 make default color labels translatable,
6968                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6969                 thanks to Tim <timbrain@post.cz> for reporting.
6970
6971 2006-04-12 [wwp]        2.1.0cvs33
6972
6973         * manual/glossary.xml
6974         * manual/intro.xml
6975         * manual/plugins.xml
6976         * manual/starting.xml
6977         * manual/sylpheed-claws-manual.xml
6978         * manual/fr/.cvsignore
6979         * manual/fr/account.xml
6980         * manual/fr/ack.xml
6981         * manual/fr/addrbook.xml
6982         * manual/fr/advanced.xml
6983         * manual/fr/faq.xml
6984         * manual/fr/glossary.xml
6985         * manual/fr/handling.xml
6986         * manual/fr/intro.xml
6987         * manual/fr/keyboard.xml
6988         * manual/fr/plugins.xml
6989         * manual/fr/starting.xml
6990         * manual/fr/sylpheed-claws-manual.xml
6991                 various fixes: typos, missing .fr translations, punctuation,
6992                 capitalization, links, accents and some bad French more.
6993
6994 2006-04-12 [wwp]        2.1.0cvs32
6995
6996         * src/prefs_gtk.c
6997                 fix for bug #935: always store prefs files in UTF-8 (thanks
6998                 to Colin).
6999
7000 2006-04-11 [colin]      2.1.0cvs31
7001
7002         * src/compose.c
7003                 Fix inserting files not in utf8 when locale is utf8
7004
7005 2006-04-11 [colin]      2.1.0cvs30
7006
7007         * src/inc.c
7008                 Don't show error dialog when cancelling connection
7009                 Patch by Pawel
7010
7011 2006-04-11 [cleroy]     2.1.0cvs29
7012
7013         * src/compose.c
7014                 Implement multiple quote levels
7015         * src/prefs_common.c
7016                 Change a little bit the quote bgcolor for 2nd level
7017
7018 2006-04-11 [colin]      2.1.0cvs28
7019
7020         * src/gtk/about.c
7021                 Add locale and charset in the label
7022
7023 2006-04-10 [colin]      2.1.0cvs27
7024
7025         * src/compose.c
7026         * src/prefs_common.c
7027         * src/prefs_common.h
7028         * src/prefs_msg_colors.c
7029         * src/textview.c
7030                 Allow optional background color in quotes
7031                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
7032                 GTK+-2.8.x feature
7033
7034 2006-04-10 [colin]      2.1.0cvs26
7035
7036         * src/main.c
7037         * src/mainwindow.c
7038         * src/mainwindow.h
7039                 Implement --select
7040
7041 2006-04-10 [colin]      2.1.0cvs25
7042
7043         * manual/plugins.xml
7044         * manual/fr/plugins.xml
7045                 Document libcurl's proxy variables
7046
7047 2006-04-09 [colin]      2.1.0cvs24
7048
7049         * src/prefs_common.c
7050                 gettext() returns statically allocated stuff. We have
7051                 to strdup it in order to be able to free it.
7052
7053 2006-04-09 [colin]      2.1.0cvs23
7054
7055         * AUTHORS
7056         * src/gtk/authors.h
7057                 Add Alexei
7058
7059 2006-04-09 [colin]      2.1.0cvs22
7060
7061         * src/mainwindow.c
7062         * src/gtk/quicksearch.c
7063                 Fix bug #859 (problems with cyrilic input in 
7064                 search panel) - Patch by Alexey Illarionov 
7065                 <littlesavage@rambler.ru>
7066
7067 2006-04-09 [colin]      2.1.0cvs21
7068
7069         * src/prefs_customheader.c
7070                 I prefer removing then freeing rather than the contrary
7071                 (even if it doesn't change anything ;-)
7072         * src/prefs_account.c
7073                 Fix bug #933 (Crash re-entering the custom headers list 
7074                 dialog in accounts prefs)
7075                 The problem happened when cancelling the Account 
7076                 Preferences' dialogs - in which case we didn't do 
7077                 anything to the PrefsAccount * struct. In case of applying,
7078                 the old ac_prefs was replaced with the tmp_ac_prefs we were
7079                 working with in this dialog. The problem is that 
7080                 prefs_customheader.c, working on this tmp_ac_prefs, always
7081                 changes the ->customhdr_list pointer, even when cancelled. 
7082                 So in case of cancelling the prefs_account dialog, we still
7083                 have to update ->customhdr_list in the real account.
7084
7085 2006-04-08 [colin]      2.1.0cvs20
7086
7087         * manual/fr/glossary.xml
7088         * manual/fr/keyboard.xml
7089                 Forgot some headers :)
7090
7091 2006-04-08 [colin]      2.1.0cvs19
7092
7093         * manual/Makefile.am
7094         * manual/fr/Makefile.am
7095         * manual/fr/account.xml
7096         * manual/fr/ack.xml
7097         * manual/fr/addrbook.xml
7098         * manual/fr/advanced.xml
7099         * manual/fr/faq.xml
7100         * manual/fr/glossary.xml
7101         * manual/fr/gpl.xml
7102         * manual/fr/handling.xml
7103         * manual/fr/intro.xml
7104         * manual/fr/keyboard.xml
7105         * manual/fr/plugins.xml
7106         * manual/fr/starting.xml
7107         * manual/fr/sylpheed-claws-manual.xml
7108         * manual/fr/dist/.cvsignore
7109         * manual/fr/dist/Makefile.am
7110         * manual/fr/dist/html/.cvsignore
7111         * manual/fr/dist/html/Makefile.am
7112         * manual/fr/dist/pdf/.cvsignore
7113         * manual/fr/dist/pdf/Makefile.am
7114         * manual/fr/dist/ps/.cvsignore
7115         * manual/fr/dist/ps/Makefile.am
7116         * manual/fr/dist/txt/.cvsignore
7117         * manual/fr/dist/txt/Makefile.am
7118                 Add the french translation of the manual. Thanks to
7119                 Olivier Delhomme <olivier.delhomme@free.fr> for 
7120                 account.xml, ack.xml, addrbook.xml and advanced.xml
7121
7122 2006-04-08 [colin]      2.1.0cvs18
7123
7124         * manual/plugins.xml
7125         * manual/starting.xml
7126                 More fixes
7127
7128 2006-04-07 [colin]      2.1.0cvs17
7129
7130         * manual/faq.xml
7131         * manual/intro.xml
7132         * manual/keyboard.xml
7133                 Little fixes
7134
7135 2006-04-07 [colin]      2.1.0cvs16
7136
7137         * README
7138         * src/compose.c
7139         * src/prefs_common.c
7140         * src/prefs_common.h
7141                 Add hidden compose_no_markup pref
7142
7143 2006-04-07 [wwp]        2.1.0cvs15
7144
7145         * src/summary_search.c
7146         * .cvsignore
7147                 Bugfix: stop button was sticky when searching in an empty folder.
7148                 Applied curly brackets code style to the whole file (summary_search.c).
7149                 More files to ignore.
7150
7151 2006-04-07 [wwp]        2.1.0cvs14
7152
7153         * src/message_search.c
7154         * src/summary_search.c
7155                 changed default button when search bumps at file/folder
7156                 beginning or end, for convenience (thanks to Colin).
7157
7158 2006-04-07 [paul]       2.1.0cvs13
7159
7160         * src/plugins/dillo_viewer/dillo_prefs.c
7161                 avoid future potential for namespace collision
7162                 Patch by Colin
7163
7164 2006-04-06 [wwp]        2.1.0cvs12
7165
7166         * src/summary_search.c
7167                 Unify extended/advanced searches names (and thus factorize labels),
7168                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7169
7170 2006-04-06 [wwp]        2.1.0cvs11
7171
7172         * src/folderview.c
7173         * src/prefs_themes.c
7174         * src/summaryview.c
7175                 Fixed some compilation warnings.
7176
7177 2006-04-06 [colin]      2.1.0cvs10
7178
7179         * manual/advanced.xml
7180                 Document the wizard template and how to deploy
7181                 Sylpheed-Claws effectively
7182
7183 2006-04-06 [colin]      2.1.0cvs9
7184
7185         * src/folderview.c
7186                 gettext patch to tell translators about _("#"),
7187                 by Maxim Britov
7188
7189 2006-04-06 [colin]      2.1.0cvs8
7190
7191         * src/textview.c
7192                 Fix invalid GtkTextBIter after clicking "Display as text"
7193
7194 2006-04-06 [mones]      2.1.0cvs7
7195
7196         * src/addr_compl.c
7197         * src/addrindex.c
7198         * src/addritem.c
7199         * src/codeconv.c
7200         * src/compose.c
7201         * src/filtering.c
7202         * src/folder.c
7203         * src/folder_item_prefs.c
7204         * src/folderview.c
7205         * src/localfolder.c
7206         * src/matcher.c
7207         * src/mimeview.c
7208         * src/prefs_msg_colors.c
7209         * src/prefs_spelling.c
7210         * src/prefs_themes.c
7211         * src/procmime.c
7212         * src/procmsg.c
7213         * src/stock_pixmap.c
7214         * src/summaryview.c
7215         * src/textview.c
7216         * src/toolbar.c
7217         * src/common/mgutils.c
7218         * src/common/prefs.c
7219         * src/common/ssl_certificate.c
7220         * src/gtk/colorlabel.c
7221         * src/gtk/quicksearch.c
7222         * src/plugins/pgpmime/pgpmime.c
7223         * src/plugins/spamassassin/spamassassin.c
7224                 Removed redundant NULL checks for g_free() calls.
7225                 Patch by Pawel Pekala.
7226
7227 2006-04-06 [mones]      2.1.0cvs6
7228
7229         * src/prefs_actions.c
7230         * src/prefs_filtering.c
7231         * src/prefs_filtering_action.c
7232         * src/prefs_matcher.c
7233         * src/prefs_template.c
7234         * src/gtk/gtkutils.c
7235         * src/gtk/gtkutils.h
7236                 Have a nice replace button. Patch by Pawel Pekala
7237
7238 2006-04-06 [colin]      2.1.0cvs5
7239
7240         * src/addressbook.c
7241                 Fix crash with empty columns
7242
7243 2006-04-05 [colin]      2.1.0cvs4
7244
7245         * src/wizard.c
7246         * src/prefs_gtk.c
7247                 Allow wizard customization with pre-filled values
7248
7249 2006-04-05 [colin]      2.1.0cvs3
7250
7251         * src/textview.c
7252         * src/mimeview.c
7253         * src/mimeview.h
7254                 Nicer messages in mimeview
7255
7256 2006-04-05 [colin]      2.1.0cvs2
7257
7258         * src/addressbook.c
7259         * src/prefs_summaries.c
7260                 i18n fix
7261
7262 2006-04-05 [colin]      2.1.0cvs1
7263
7264         * src/plugins/pgpcore/plugin.c
7265         * src/plugins/pgpcore/select-keys.c
7266         * src/plugins/pgpcore/select-keys.h
7267         * src/plugins/pgpcore/sgpgme.c
7268         * src/plugins/pgpcore/sgpgme.h
7269         * src/plugins/pgpinline/pgpinline.c
7270         * src/plugins/pgpinline/plugin.c
7271         * src/plugins/pgpmime/pgpmime.c
7272         * src/plugins/pgpmime/plugin.c
7273                 Factorize and generalize a bit 
7274                 Drop S/MIME signature verification from PGP/MIME
7275                 (adding it as another, more complete plugin)
7276
7277 2006-04-05 [paul]       2.1.0
7278
7279         2.1.0 released
7280
7281 2006-04-05 [paul]       2.0.0cvs186
7282
7283         * manual/advanced.xml
7284                 add info on colour labels
7285
7286 2006-04-05 [paul]       2.0.0cvs185
7287
7288         * po/bg.po
7289         * po/cs.po
7290         * po/de.po
7291         * po/el.po
7292         * po/en_GB.po
7293         * po/fi.po
7294         * po/fr.po
7295         * po/it.po
7296         * po/nl.po
7297         * po/pl.po
7298         * po/pt_BR.po
7299         * po/sr.po
7300         * po/zh_CN.po
7301                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7302                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7303                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7304                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7305         * src/gtk/authors.h
7306         * tools/claws.i18n.status.pl
7307                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7308                 and new Czech translator, Tim <timbrain@post.cz>
7309
7310 2006-04-05 [mones]      2.0.0cvs184
7311
7312         * po/es.po
7313                 Updated translation
7314
7315 2006-04-05 [colin]      2.0.0cvs183
7316
7317         * src/gtk/quicksearch.c
7318                 Fix bug #929 (unnecessary reload in quick search bar)
7319
7320 2006-04-05 [colin]      2.0.0cvs182
7321
7322         * src/compose.c
7323                 Fix crash on Reply with no From:
7324                 Show signature and conversion error on queuing 
7325                 (but not sending)
7326         * src/mainwindow.c
7327         * src/summaryview.c
7328         * src/summaryview.h
7329                 Factorize threading code and make sure msginfo 
7330                 is not null when it comes from a GtkCTreeRow's 
7331                 data
7332         * src/gtk/gtkaspell.c
7333                 Check for necessary things
7334         * src/gtk/gtksctree.c
7335         * src/gtk/gtksctree.h
7336                 Reset anchor if necessary when removing node
7337
7338 2006-03-29 [colin]      2.0.0cvs181
7339
7340         * src/folderview.c
7341                 Warn for disabled IMAP accounts (due to lack of
7342                 libetpan). Breaks string-freeze - sorry - but it
7343                 is kind of important ;)
7344
7345 2006-03-28 [colin]      2.0.0cvs180
7346
7347         * src/gtk/gtkutils.c
7348         * src/gtk/gtkutils.h
7349                 Add a gtkut_get_link_btn() function that
7350                 creates a button which acts like an URI
7351         * src/prefs_themes.c
7352         * src/gtk/about.c
7353                 Use this function (factorizes codes)
7354         * src/common/defs.h
7355         * src/gtk/pluginwindow.c
7356                 Add a "Get more..." in the plugins window
7357
7358 2006-03-28 [colin]      2.0.0cvs179
7359
7360         * src/common/smtp.c
7361         * src/common/passcrypt.c
7362         * src/undo.c
7363                 Warning fixes. Patch by Pawel Pekala
7364
7365 2006-03-27 [colin]      2.0.0cvs178
7366
7367         * src/undo.c
7368                 Fix undoing by blocks with spaces
7369
7370 2006-03-27 [colin]      2.0.0cvs177
7371
7372         * src/textview.c
7373                 Set margin to 3px for headers
7374
7375 2006-03-27 [paul]
7376
7377         2.1.0-rc2 released
7378
7379 2006-03-27 [wwp]        2.0.0cvs176
7380
7381         * src/summaryview.c
7382                 don't reset quicksearch when updating the message list.
7383                 Thanks to Colin.
7384
7385 2006-03-26 [wwp]        2.0.0cvs175
7386
7387         * src/compose.c
7388                 use a unified border width ('other' tab in the compose window,
7389                 patch by Pawel Pekala).
7390
7391
7392 2006-03-26 [wwp]        2.0.0cvs174
7393
7394         * src/common/quoted-printable.c
7395         * src/addressbook.c
7396                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7397
7398 2006-03-26 [colin]      2.0.0cvs173
7399
7400         * src/quote_fmt_parse.y
7401                 Fix non-UTF8 date formats messing up the whole quote a 
7402                 little bit
7403
7404 2006-03-26 [colin]      2.0.0cvs172
7405
7406         * src/procheader.c
7407                 Make sure the date is UTF8 valid, or try to make it
7408                 so. IncrediMail is really IncrediStupid.
7409         * src/compose.c
7410                 Fix possible conversions. 
7411                 
7412
7413 2006-03-26 [colin]      2.0.0cvs171
7414
7415         * src/matcher.c
7416                 Fix corner cases in body search. This is still a
7417                 hack... It seems impossible to make it good and 
7418                 reasonably fast at the same time.
7419
7420 2006-03-26 [colin]      2.0.0cvs170
7421
7422         * src/summaryview.c
7423                 I think I killed the twilight zone bug!
7424                 summary_select_node() flushes GTK events in order
7425                 to be able to center the view. But this also 
7426                 flushes keypresses like Ctrl-Alt-U, so this can
7427                 call summary_show from summary_select_node (itself
7428                 called from summary_show, etc.). And the summaryview
7429                 has to be unlocked in this function. So just locking
7430                 while processing GTK events, and bailing if locked, 
7431                 should fix it.
7432                 Fixes bug #927 (SIGSEGV during Update Summary)
7433
7434 2006-03-25 [colin]      2.0.0cvs169
7435
7436         * src/matcher.c
7437                 Fix search in QP-encoded bodies
7438                 Fix utf-8 searches in bodies encoded in the
7439                 locale's encoding
7440         * src/common/quoted-printable.c
7441         * src/common/quoted-printable.h
7442                 Add a decode function that doesn't overwrite
7443                 the original pointer
7444                 
7445
7446 2006-03-24 [colin]      2.0.0cvs168
7447
7448         * src/action.c
7449         * src/summaryview.c
7450         * src/summaryview.h
7451                 Update message cache after action
7452                 Patch by H. Merijn Brand
7453         * src/prefs_msg_colors.c
7454                 Factorize label 
7455                 Patch by Fabien Vantard
7456         * src/plugins/spamassassin/spamassassin_gtk.c
7457                 Remove useless translation
7458                 Patch by Fabien Vantard
7459
7460 2006-03-23 [colin]      2.0.0cvs167
7461
7462         * src/common/ssl.c
7463                 Let 30 seconds to SSL_connect
7464
7465 2006-03-23 [wwp]        2.0.0cvs166
7466
7467         * src/summaryview.c
7468         * src/gtk/description_window.c
7469                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7470                 and headers are translated; adjust description windows' width to fit their
7471                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7472
7473 2006-03-23 [paul]       2.0.0cvs165
7474
7475         * src/common/utils.c
7476                 fix highlighting of URIs containing "()"
7477                 (2.0.0cvs164's reversal fixed)
7478                 Thanks to Colin.
7479
7480 2006-03-23 [paul]       2.0.0cvs164
7481
7482         * src/common/utils.c
7483                 revert patch, (postponing a fix), at 2.0.0cvs120
7484                 as it breaks more URIs than it fixes.
7485                 Allow '-' to be a terminating character in a URI
7486
7487 2006-03-22 [colin]      2.0.0cvs163
7488
7489         * configure.ac
7490                 Require libetpan 0.45
7491                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7492
7493 2006-03-22 [paul]       2.0.0cvs162
7494
7495         * src/editgroup.c
7496                 replace '<-' and '->' buttons with GTK_STOCK graphical
7497                 buttons
7498         * src/summary_search.c
7499                 don't offer '...' for translation
7500                 add a tooltip to advanced search '...' button
7501         * src/gtk/quicksearch.c
7502                 don't offer '...' for translation
7503
7504 2006-03-21 [colin]      2.0.0cvs161
7505
7506         * src/compose.c
7507                 Fix middle-click pasting (insert at click
7508                 position instead of cursor position, don't
7509                 remove existing selection and allow pasting
7510                 our own selection)
7511         * src/addressbook.c
7512                 "LDAP Server" -> "LDAP servers"
7513
7514 2006-03-21 [wwp]        2.0.0cvs160
7515
7516         * src/etpan/imap-thread.c
7517                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7518
7519 2006-03-20 [colin]      2.0.0cvs159
7520
7521         * src/summaryview.c
7522                 Don't reload summaryview after an execute with no
7523                 move action
7524
7525 2006-03-19 [colin]      2.0.0cvs158
7526
7527         * src/addressbook.c
7528                 and put groups at the top, always
7529
7530 2006-03-19 [colin]      2.0.0cvs157
7531
7532         * src/addressbook.c
7533                 Order groups before names, as previously
7534
7535 2006-03-19 [colin]      2.0.0cvs156
7536
7537         * src/addressbook.c
7538                 - Sort case-unsensitive
7539                 - Put the sort arrow at opening too
7540
7541 2006-03-19 [wwp]        2.0.0cvs155
7542
7543         * src/addressbook.c
7544                 allow sorting by name/email/remarks, ensure that right-pane's contents
7545                 matches the left-pane selection (cleared when appropriate).
7546                 Patch by Pawel Pekala <c0rn@o2.pl>.
7547
7548 2006-03-18 [colin]      2.0.0cvs154
7549
7550         * src/textview.c
7551                 Fix text cursor ;)
7552
7553 2006-03-18 [colin]      2.0.0cvs153
7554
7555         * src/gtk/filesel.c
7556                 Make sure we hide the preview if we didn't get
7557                 a filename
7558
7559 2006-03-18 [colin]      2.0.0cvs152
7560
7561         * src/summaryview.c
7562                 Set cursor to watch for execution (fixes lack
7563                 of watch-cursor when dnd'ing hundreds of mails)
7564         * src/gtk/filesel.c
7565                 Check that mime type is 'image/*' before updating
7566                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7567
7568 2006-03-18 [colin]      2.0.0cvs151
7569
7570         * src/mainwindow.c
7571         * src/textview.c
7572         * src/textview.h
7573                 Put a watch cursor in textview too when the mainwindow's
7574                 cursor in a watch
7575
7576 2006-03-18 [colin]      2.0.0cvs150
7577
7578         * src/folder.c
7579                 Change wrong asserts to simple tests
7580
7581 2006-03-17 [colin]      2.0.0cvs149
7582
7583         * src/mainwindow.c
7584         * src/mainwindow.h
7585         * src/prefs_msg_colors.c
7586         * src/summaryview.c
7587         * src/summaryview.h
7588         * src/gtk/colorlabel.c
7589         * src/gtk/colorlabel.h
7590                 Add a color label menu in the main menubar
7591                 Add (fixed) accels Ctrl-{0-7} to change the color
7592                 They have to be fixed because the menu's dynamic,
7593                 the items are complex widgets, hence we can't use
7594                 a GtkItemFactory.
7595
7596
7597 2006-03-17 [wwp]        2.0.0cvs148
7598
7599         * src/compose.c
7600                 rollback few lines from my previous commit (those lines come from
7601                 a pending patch, accidentally commited, even if neutral as they are
7602                 commented out).
7603
7604 2006-03-17 [wwp]        2.0.0cvs147
7605
7606         * src/compose.c
7607                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7608                 applied code style/indentation to the modified function.
7609
7610 2006-03-17 [wwp]        2.0.0cvs146
7611
7612         * src/procmsg.c
7613         * src/compose.c
7614                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7615
7616 2006-03-17 [paul]
7617
7618         2.1.0-rc1 released
7619
7620 2006-03-17 [paul]       2.0.0cvs145
7621
7622         * src/main.c
7623                 addressbook_read_file() was called twice
7624         * src/textview.c
7625                 X-Mailer highlighting
7626
7627 2006-03-16 [colin]      2.0.0cvs144
7628
7629         * src/sourcewindow.c
7630         * src/sourcewindow.h
7631                 And the last one, in source window.
7632
7633 2006-03-16 [colin]      2.0.0cvs143
7634
7635         * src/compose.c
7636         * src/compose.h
7637                 Fix the same stuff in compose
7638
7639 2006-03-16 [colin]      2.0.0cvs142
7640
7641         * src/messageview.c
7642                 Complete the previous messageview crash fix
7643
7644 2006-03-16 [colin]      2.0.0cvs141
7645
7646         * src/procmsg.h
7647         * src/procmsg.c
7648         * src/folder.c
7649                 Fix POSTPROCESSING hook
7650                 Patch by H. Merijn Brand
7651
7652         * src/procmime.c
7653         * src/procmime.h
7654                 Parse Content-Location
7655
7656         * src/toolbar.c
7657         * src/messageview.c
7658         * src/messageview.h
7659                 Don't crash when a top-level MessageView has
7660                 been closed on us. Same problematic than
7661                 yesterday's quicksearch issue.
7662
7663 2006-03-15 [colin]      2.0.0cvs140
7664
7665         * src/gtk/quicksearch.c
7666                 Fix a bitchy race we didn't think about when we
7667                 added quicksearch cancellation:
7668                 If the search is not on cached fields, for example
7669                 body_part matchcase "stuff"
7670                 the matcher code has to get the whole message. If
7671                 we're on IMAP, that can be slow, and in order to
7672                 be non-blocking, the IMAP code idle loop processes
7673                 gtk events too. So it is possible to cancel a
7674                 quicksearch while the matcher is getting the mail's
7675                 body. After matcher got its body, it will start to
7676                 iterate over the matcher list that the Quicksearch's
7677                 clear_search_cb() just freed via prepare_matcher().
7678                 SIGSEGV ensues.
7679                 The fix consists of guarding the matcherlist_match()
7680                 call with a boolean 'matching'. If we reset the
7681                 quicksearch while matching is TRUE, we don't free
7682                 the matcherlist anymore like we did, but we set
7683                 another new flag, deferred_free, to TRUE. Then,
7684                 in quicksearch_match(), just after returning from
7685                 matcherlist_match() and unsetting the matching flag,
7686                 we check the deferred_free flag and do the
7687                 prepare_matcher() (which does the matcherlist_free)
7688                 for real, so we free the matcherlist once it's not
7689                 used anymore.
7690                 As all of this runs via the glib main loop, we
7691                 luckily don't need a mutex.
7692         * src/summaryview.c
7693                 Also, show progress while searching.
7694
7695
7696 2006-03-14 [colin]      2.0.0cvs139
7697
7698         * src/alertpanel.c
7699                 Make alertpanel_is_open non-static
7700
7701 2006-03-14 [colin]      2.0.0cvs138
7702
7703         * src/prefs_spelling.c
7704                 Cleanups - Fabien Vantard
7705
7706 2006-03-14 [wwp]        2.0.0cvs137
7707
7708         * src/main.c
7709                 code style normalization (curly braces, indentation).
7710
7711 2006-03-14 [wwp]        2.0.0cvs137
7712
7713         * src/main.c
7714                 code style (braces, indentation)
7715
7716 2006-03-12 [paul]       2.0.0cvs136
7717
7718         * src/prefs_common.c
7719                 trans_hdr defaults to FALSE to be RFC-savvy
7720         * src/prefs_summaries.c
7721                 add a tooltip to the trans_hdr option
7722                 
7723
7724 2006-03-12 [paul]       2.0.0cvs135
7725
7726         * src/prefs_matcher.c
7727                 give a little more width to the combos
7728         * src/prefs_display_header.c
7729         * src/textview.c
7730                 translate headers if prefs_common.trans_hdr
7731                 is TRUE
7732
7733         Patches by Pawel Pekala
7734
7735 2006-03-12 [paul]       2.0.0cvs134
7736
7737         * src/plugins/clamav/clamav_plugin.c
7738         * src/plugins/dillo_viewer/dillo_viewer.c
7739         * src/plugins/pgpcore/plugin.c
7740         * src/plugins/pgpinline/plugin.c
7741         * src/plugins/pgpmime/plugin.c
7742         * src/plugins/spamassassin/spamassassin.c
7743                 update/add to descriptions
7744         * src/plugins/spamassassin/spamassassin_gtk.c
7745                 fixes to the english, remove superfluous
7746                 tooltips, clean up a little
7747
7748 2006-03-12 [paul]       2.0.0cvs133
7749
7750         * src/compose.c
7751                 fix Bug 924, 'Account combo box shows up wrong 
7752                 if & is in account name'
7753
7754 2006-03-11 [colin]      2.0.0cvs132
7755
7756         * src/summaryview.c
7757                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7758                 messed up shift-selection because is slows down
7759                 moving around summaryview. thanks -users
7760
7761 2006-03-10 [colin]      2.0.0cvs131
7762
7763         * src/plugins/spamassassin/spamassassin_gtk.c
7764                 Put back Paul's engrish fixes
7765
7766 2006-03-10 [colin]      2.0.0cvs130
7767
7768         * src/plugins/spamassassin/spamassassin.c
7769         * src/plugins/spamassassin/spamassassin.h
7770         * src/plugins/spamassassin/spamassassin_gtk.c
7771                 Cleanup SA prefs page (more)
7772                 Patch by Fabien Vantard
7773
7774 2006-03-10 [paul]       2.0.0cvs129
7775
7776         * src/prefs_msg_colors.c
7777         * src/prefs_spelling.c
7778                 widget sensitivity
7779
7780 2006-03-09 [mones]      2.0.0cvs128
7781
7782         * po/es.po
7783                 Update for next RC
7784
7785 2006-03-09 [wwp]        2.0.0cvs127
7786
7787         * configure.ac
7788                 revert accidental commit (requirement for libetpan 0.43), this time
7789                 not in HEAD.
7790
7791 2006-03-09 [wwp]        2.0.0cvs125
7792
7793         * configure.ac
7794                 revert accidental commit (requirement for libetpan 0.43)
7795
7796 2006-03-09 [paul]       2.0.0cvs126
7797
7798         * src/prefs_receive.c
7799                 remove useless frame
7800                 replace 'incorporation' with 'receiving'
7801         * src/plugins/clamav/clamav_plugin_gtk.c
7802         * src/plugins/spamassassin/spamassassin_gtk.c
7803                 improve widget sensitivity
7804                 fix a bit his engrish
7805
7806 2006-03-09 [wwp]        2.0.0cvs125
7807
7808         * src/addressadd.c
7809         * src/foldersel.c
7810         * src/prefs_common.c
7811         * src/prefs_common.h
7812                 remember some more windows' sizes (add to addressbook and
7813                 select folder).
7814
7815 2006-03-09 [paul]       2.0.0cvs124
7816
7817         * src/plugins/pgpcore/prefs_gpg.c
7818                 normalise construction of dialogue
7819
7820 2006-03-09 [paul]       2.0.0cvs123
7821
7822         * src/plugins/trayicon/Makefile.am
7823                 add missing slash
7824
7825 2006-03-08 [colin]      2.0.0cvs122
7826
7827         * src/plugins/trayicon/Makefile.am
7828                 Fix build in separate dir 
7829                 Patch by Bamanzi <bamanzi@gmail.com>
7830
7831 2006-03-08 [colin]      2.0.0cvs121
7832
7833         * src/procmsg.c
7834                 Batch move and copies from summaryview with delayed execution
7835                 too
7836
7837 2006-03-07 [paul]       2.0.0cvs120
7838
7839         * src/common/utils.c
7840                 fix highlighting of URIs containing "()"
7841                 Patch by Pawel Pekala
7842
7843 2006-03-07 [paul]       2.0.0cvs119
7844
7845         * src/folder.c
7846         * src/folder.h
7847         * src/folderview.c
7848                 immediately do alphabetical resort when
7849                 changing a folder's name
7850                 Patch by Pawel Pekala
7851
7852 2006-03-07 [paul]       2.0.0cvs118
7853
7854         * src/news.c
7855         * src/news_gtk.c
7856                 when unsubscribing a newsgroup, remove the
7857                 folder and msgs in .sylpheed-claws/newscache
7858                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7859
7860 2006-03-07 [paul]       2.0.0cvs117
7861
7862         * src/textview.c
7863                 fix wrong Fake URL Warning
7864                 Thanks to Hiro
7865
7866 2006-03-07 [colin]      2.0.0cvs116
7867
7868         * src/imap.c
7869                 Return immediately when password dialog was
7870                 cancelled
7871         * src/gtk/inputdialog.c
7872                 Allow empty strings for passwords
7873
7874
7875 2006-03-06 [colin]      2.0.0cvs115
7876
7877         * src/imap.c
7878                 Prevent double-timeouts when connection fails
7879
7880 2006-03-06 [colin]
7881
7882         2.0.1-rc1 released
7883
7884 2006-03-06 [colin]      2.0.0cvs114
7885
7886         * src/imap.c
7887                 Refresh session during potentially long
7888                 operations
7889
7890 2006-03-06 [wwp]        2.0.0cvs113
7891
7892         * src/prefs_msg_colors.h
7893                 forgot that one (custom color labels).
7894
7895 2006-03-06 [wwp]        2.0.0cvs112
7896
7897         * src/prefs_common.c
7898         * src/prefs_common.h
7899         * src/prefs_msg_colors.c
7900         * src/summaryview.c
7901         * src/summaryview.h
7902         * src/gtk/colorlabel.c
7903         * src/gtk/colorlabel.h
7904                 colors in messages list are now customizable. Color values and names can
7905                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7906                 Thanks to Paul and Colin for their help with this longstanding patch!
7907
7908 2006-03-06 [wwp]        2.0.0cvs111
7909
7910         * src/textview.c
7911                 don't crash if (x)face is bad.
7912
7913 2006-03-05 [paul]       2.0.0cvs110
7914
7915         * AUTHORS
7916         * configure.ac
7917         * src/Makefile.am
7918         * src/common/Makefile.am
7919         * src/common/utils.h
7920         * src/etpan/imap-thread.c
7921         * src/gtk/authors.h
7922         * src/plugins/clamav/Makefile.am
7923         * src/plugins/demo/Makefile.am
7924         * src/plugins/dillo_viewer/Makefile.am
7925         * src/plugins/pgpcore/Makefile.am
7926         * src/plugins/pgpcore/passphrase.c
7927         * src/plugins/pgpinline/Makefile.am
7928         * src/plugins/pgpmime/Makefile.am
7929         * src/plugins/spamassassin/Makefile.am
7930         * src/plugins/trayicon/Makefile.am
7931                 fix builiding on cygwin
7932                 Patch by Ralgh Young <bamanzi@gmail.com>
7933
7934 2006-03-04 [wwp]        2.0.0cvs109
7935
7936         * manual/keyboard.xml
7937                 fix mixed up/down keys.
7938
7939 2006-03-04 [wwp]        2.0.0cvs108
7940
7941         * README
7942         * INSTALL
7943                 updated links to SpamAssassin.
7944
7945 2006-03-04 [wwp]        2.0.0cvs107
7946
7947         * manual/plugins.xml
7948         * src/plugins/spamassassin/README
7949                 updated SpamAssassin plugin docs to reflect new functional additions
7950                 (also fix/update/documents few technical stuff more, see the README).
7951
7952 2006-03-04 [wwp]        2.0.0cvs106
7953
7954         * src/prefs_message.c
7955                 normalized capitalization of message-prefs paths.
7956
7957 2006-03-04 [wwp]        2.0.0cvs105
7958
7959         * manual/advanced.xml
7960                 typo.
7961
7962 2006-03-03 [colin]      2.0.0cvs104
7963
7964         * src/plugins/clamav/clamav_plugin_gtk.c
7965                 Rework prefs page, patch by Fabien 
7966
7967 2006-03-03 [colin]      2.0.0cvs103
7968
7969         * src/plugins/clamav/clamav_plugin.c
7970                 Set error on all errors
7971
7972 2006-03-03 [colin]      2.0.0cvs102
7973
7974         * src/common/plugin.c
7975                 Initialize error to avoid crashing when a plugin fails
7976                 without setting error
7977
7978 2006-03-02 [wwp]        2.0.0cvs101
7979
7980         * configure.ac
7981                 fixed linker flags for libetpan support on Cygwin
7982                 (thanks to H.Merijn Brand).
7983
7984 2006-03-02 [wwp]        2.0.0cvs100
7985
7986         * src/addressbook.c
7987                 fix some AB error messages: one for punctuation and
7988                 one wrongly duplicate (thanks, maxbritov).
7989
7990 2006-03-02 [wwp]        2.0.0cvs99
7991
7992         * src/plugins/spamassassin/spamassassin.c
7993                 make sync calls to sa-learn/spamc to prevent
7994                 system (whatever local or client/server) overload.
7995
7996 2006-03-02 [colin]      2.0.0cvs98
7997
7998         * src/summaryview.c
7999                 Put the spam icon in the status column instead of the
8000                 mark one
8001
8002 2006-03-01 [colin]      2.0.0cvs97
8003
8004         * src/plugins/spamassassin/spamassassin.c
8005                 Fix segfault (g_file_set_contents fails for some 
8006                 reason and err==0x2f. Can't find out why with
8007                 valgrind, using working function :-)
8008
8009 2006-03-01 [colin]      2.0.0cvs96
8010
8011         * src/inc.c
8012                 Offline overriding: let 'No' be cached only 3 seconds
8013
8014 2006-03-01 [colin]      2.0.0cvs95
8015
8016         * src/addr_compl.c
8017         * src/addrbook.c
8018         * src/addressbook.c
8019         * src/addrindex.c
8020         * src/folder_item_prefs.c
8021         * src/headerview.c
8022         * src/imap.c
8023         * src/inc.c
8024         * src/ldif.c
8025         * src/mainwindow.c
8026         * src/mh.c
8027         * src/msgcache.c
8028         * src/prefs_common.h
8029         * src/prefs_msg_colors.c
8030         * src/procheader.c
8031         * src/procheader.h
8032         * src/procmime.c
8033         * src/procmsg.c
8034         * src/procmsg.h
8035         * src/send_message.h
8036         * src/simple-gettext.c
8037         * src/summaryview.c
8038         * src/summaryview.h
8039         * src/syldap.c
8040         * src/textview.c
8041         * src/undo.c
8042         * src/common/ssl_certificate.c
8043         * src/common/utils.c
8044         * src/gtk/colorsel.c
8045         * src/gtk/gtksctree.c
8046         * src/gtk/gtkshruler.c
8047         * src/plugins/trayicon/trayicon.c
8048                 #if 0 goes to /dev/null
8049
8050 2006-03-01 [colin]      2.0.0cvs94
8051
8052         * src/compose.c
8053         * src/imap.c
8054         * src/inc.c
8055         * src/inc.h
8056         * src/messageview.c
8057         * src/news.c
8058         * src/plugins/spamassassin/spamassassin.c
8059                 Allow to add information in the "working offline"
8060                 window
8061
8062 2006-03-01 [wwp]        2.0.0cvs93
8063
8064         * src/plugins/spamassassin/spamassassin.c
8065                 fixed spamc invocation: use a tricky temporary mini shell wrapper
8066                 'cause it seems that calling `spamc ... < inputfile` with
8067                 g_spawn_(a)sync simply.. erm doesn't work :-).
8068
8069 2006-03-01 [wwp]        2.0.0cvs92
8070
8071         * src/toolbar.c
8072         * src/toolbar.h
8073                 simplify the adding of spam/ham button to the messageview toolbar
8074                 (it gets more clear now that the same button will be "Mark as spam"
8075                 or "Mark as ham" according to the current message status,
8076                 thanks to Colin).
8077
8078 2006-03-01 [wwp]        2.0.0cvs91
8079
8080         * src/messageview.c
8081         * src/procmsg.c
8082         * src/procmsg.h
8083         * src/summaryview.c
8084         * src/plugins/spamassassin/spamassassin.c
8085         * src/plugins/spamassassin/spamassassin.h
8086                 make learner callbacks return a status (0 for ok),
8087                 handle it in main code to avoid setting flags when learning failed,
8088                 don't learn on TCP if offline in spamassassin,
8089                 thanks to Colin.
8090
8091                 
8092
8093 2006-03-01 [wwp]        2.0.0cvs90
8094
8095         * src/compose.c
8096                 some work around the compose window's account menu,
8097                 patch by Fabien Vantard.
8098
8099 2006-03-01 [wwp]        2.0.0cvs89
8100
8101         * src/plugins/spamassassin/spamassassin.c
8102                 fixed bad logics, was using spamc in local mode and sa-learn
8103                 in remote mode (thanks, Colin).
8104
8105 2006-03-01 [wwp]        2.0.0cvs88
8106
8107         * src/plugins/spamassassin/spamassassin.c
8108         * src/plugins/spamassassin/spamassassin.h
8109         * src/plugins/spamassassin/spamassassin_gtk.c
8110                 made processing of emails w/ sa-plugin an option (default is TRUE),
8111                 fixed Engrish some tooltips, capitalization of some debug messages
8112                 and warnings. The spamassassin plugin now provides two separate
8113                 services: process emails upon incorporation and spamd training.
8114                 Both services (un)register independently but use some common
8115                 plugin settings (transport settings, spam storage location).
8116
8117 2006-02-28 [wwp]        2.0.0cvs87
8118
8119         * src/plugins/spamassassin/spamassassin.c
8120                 fix async flag to spamc cmdline execution (batch exec should
8121                 be asynchronous).
8122
8123 2006-02-27 [wwp]        2.0.0cvs86
8124
8125         * src/plugins/spamassassin/spamassassin.c
8126         * src/plugins/spamassassin/spamassassin.h
8127         * src/plugins/spamassassin/spamassassin_gtk.c
8128                 - added the ability to learn a remote spamassassin server (spamd),
8129                 using spamc.
8130                 - added the spamassassin option 'username', that applies to all
8131                 spamassassin operations (filtering, learning, local or remote).
8132                 The default username is the current unix user (if left blank
8133                 from gtk prefs or config file).
8134                 - commented out some unused code (notebook widget), removed unused
8135                 layout (hbox1).
8136                 - make more widgets sensitive to the transport type.
8137
8138 2006-02-27 [colin]      2.0.0cvs85
8139
8140         * src/plugins/spamassassin/spamassassin.c
8141                 Fix sa-learn call when offline
8142
8143 2006-02-27 [colin]      2.0.0cvs84
8144
8145         * configure.ac
8146         * src/Makefile.am
8147         * src/mainwindow.c
8148         * src/mainwindow.h
8149         * src/messageview.c
8150         * src/messageview.h
8151         * src/prefs_toolbar.c
8152         * src/procmsg.c
8153         * src/stock_pixmap.c
8154         * src/stock_pixmap.h
8155         * src/summaryview.c
8156         * src/toolbar.c
8157         * src/toolbar.h
8158         * src/pixmaps/ham_btn.xpm
8159         * src/pixmaps/spam.xpm
8160         * src/pixmaps/spam_btn.xpm
8161         * src/plugins/spamassassin/spamassassin.c
8162                 Add button in toolbar for spam learning
8163                 Fix a few bugs from the last related commit
8164                 Revert 1.9.6cvs23 which messed up shift-selection
8165
8166 2006-02-24 [colin]      2.0.0cvs83
8167
8168         * src/procmsg.c
8169         * src/summaryview.c
8170         * src/summaryview.h
8171         * src/plugins/spamassassin/spamassassin.c
8172         * src/plugins/spamassassin/spamassassin.h
8173         * src/plugins/spamassassin/spamassassin_gtk.c
8174                 Unregister learner when spamassassin is either
8175                 disabled or over tcp
8176
8177 2006-02-24 [colin]      2.0.0cvs82
8178
8179         * src/Makefile.am
8180         * src/mainwindow.c
8181         * src/mainwindow.h
8182         * src/procmsg.c
8183         * src/procmsg.h
8184         * src/stock_pixmap.c
8185         * src/stock_pixmap.h
8186         * src/summaryview.c
8187         * src/summaryview.h
8188         * src/gtk/icon_legend.c
8189         * src/pixmaps/spam.xpm  ** NEW FILE **
8190         * src/plugins/spamassassin/spamassassin.c
8191         * src/plugins/spamassassin/spamassassin_gtk.c
8192                 Add spam learning interface (Mark/Mark as 
8193                 (spam|ham) menus)
8194
8195 2006-02-24 [wwp]        2.0.0cvs81
8196
8197         * src/compose.c
8198         * src/compose.h
8199         * src/filtering.c
8200                 hide compose window when sending message in batch mode
8201                 (filtering: forward and redirect). Also fixed a wrong
8202                 value returned when sending failed, neutral anyway.
8203                 (Colin, me) 
8204
8205 2006-02-24 [wwp]        2.0.0cvs80
8206
8207         * src/mainwindow.c
8208                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8209
8210 2006-02-24 [paul]       2.0.0cvs79
8211
8212         * src/news.c
8213         * src/news.h
8214         * src/news_gtk.c
8215                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8216                 Thanks to Colin
8217
8218 2006-02-23 [colin]      2.0.0cvs78
8219
8220         * src/alertpanel.c
8221                 Change OK to Close in alertpanel with View log
8222                 button; add accel to View log. Patch by Fabien
8223                 Vantard
8224
8225 2006-02-23 [wwp]        2.0.0cvs77
8226
8227         * src/compose.c
8228                 silly me, there were much more tests to perform, since toolbars can
8229                 really have down to 1 element only.
8230
8231 2006-02-23 [wwp]        2.0.0cvs76
8232
8233         * commitHelper
8234                 fixed indentation from my previous commit. Fallback to VISUAL if
8235                 EDITOR is not set (and to vi, at last resort).
8236
8237 2006-02-23 [wwp]        2.0.0cvs75
8238
8239         * commitHelper
8240                 improved error detection (Colin, me).
8241
8242 2006-02-23 [wwp]        2.0.0cvs74
8243
8244         * src/prefs_toolbar.c
8245                 simplify and fix prefs/toolbars layouting. Combos' contents can
8246                 now be really displayed.
8247
8248 2006-02-23 [wwp]        2.0.0cvs73
8249         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8250         be really displayed.
8251
8252 2006-02-22 [wwp]        2.0.0cvs72
8253
8254         * src/compose.c
8255                 fix a typo in my previous commit (sorry!).
8256
8257 2006-02-22 [wwp]        2.0.0cvs71
8258
8259         * src/prefs_toolbar.c
8260                 fix a crash when adding separators to toolbars,
8261                 also fix some separator item information.
8262
8263 2006-02-22 [wwp]        2.0.0cvs70
8264
8265         * src/compose.c
8266                 fix a crash when redirecting (for instance) when compose window's
8267                 toolbar contents has been customized (when some buttons have been
8268                 removed in fact).
8269
8270 2006-02-21 [wwp]        2.0.0cvs69
8271
8272         * src/summaryview.c
8273         * src/gtk/pluginwindow.c
8274         * src/plugins/pgpcore/prefs_gpg.c
8275                 fix some compilation warnings (feat. remains of removed code).
8276
8277 2006-02-21 [wwp]        2.0.0cvs68
8278
8279         * src/gtk/gtkutils.c
8280                 fix two compilation issues, thanks to Stephan Sachse.
8281
8282 2006-02-20 [colin]      2.0.0cvs67
8283
8284         * src/mainwindow.c
8285                 Don't reselect displayed mail on refocus
8286                 This fixes actions misbehaving 
8287
8288 2006-02-20 [wwp]        2.0.0cvs66
8289
8290         * src/summaryview.c
8291         * src/gtk/gtksctree.c
8292         * src/gtk/gtkshruler.c
8293                 changed more runtime typecast checks.
8294
8295 2006-02-20 [wwp]        2.0.0cvs65
8296
8297         * src/summary_search.c
8298                 find all - summaryview refresh issue fixed, thanks to Colin.
8299
8300 2006-02-20 [wwp]        2.0.0cvs64
8301
8302         * src/gtk/gtkutils.c
8303                 better runtime typecast checks.
8304
8305 2006-02-20 [wwp]        2.0.0cvs63
8306
8307         * src/summary_search.c
8308                 enhancements to the summary search:
8309                         - add the ability to stop the running search
8310                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8311                         - don't search if no criteria (From/To/Subject/Body) is set
8312                         - ensure that a busy mouse pointer is always shown when searching,
8313                           show it even a bit earlier
8314
8315 2006-02-19 [colin]      2.0.0cvs62
8316
8317         * src/compose.c
8318         * src/imap.c
8319         * src/etpan/imap-thread.c
8320         * src/etpan/imap-thread.h
8321                 (Future) IMAP speed improvement on sending
8322                 Will require a libetpan update
8323         * src/summaryview.c
8324         * src/gtk/quicksearch.c
8325                 Make quicksearch clearable while running.
8326
8327 2006-02-17 [colin]      2.0.0cvs61
8328
8329         * src/imap.c
8330         * src/etpan/imap-thread.c
8331         * src/etpan/imap-thread.h
8332                 Check for IMAP certificates
8333                 ** Requires libetpan-0.42-cvs4 
8334                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8335
8336 2006-02-17 [colin]      2.0.0cvs60
8337
8338         * src/messageview.c
8339         * src/prefs_common.c
8340         * src/prefs_common.h
8341         * src/prefs_message.c
8342                 Add pref to display HTML-only mails with plugin, 
8343                 if possible (defaulting to FALSE of course).
8344
8345 2006-02-16 [colin]      2.0.0cvs59
8346
8347         * src/main.c
8348         * src/common/plugin.c
8349         * src/common/plugin.h
8350         * src/gtk/pluginwindow.c
8351                 Keep track of requested (but unloaded) plugins
8352                 in some error cases.
8353
8354 2006-02-16 [wwp]        2.0.0cvs58
8355
8356         * src/gtk/gtkaspell.c
8357         * src/gtk/gtkaspell.h
8358         * src/prefs_spelling.c
8359         * src/compose.c
8360         * src/prefs_common.c
8361         * src/prefs_common.h
8362                 implemented new optional spellchecker behaviour: re-check message when
8363                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8364
8365 2006-02-16 [wwp]        2.0.0cvs57
8366
8367         * src/quote_fmt_parse.y
8368                 pclose popen'ed pipe.
8369
8370 2006-02-15 [colin]      2.0.0cvs56
8371
8372         * src/mimeview.c
8373         * src/mimeview.h
8374                 Let MimeViewers know which MimeView they
8375                 depend of.
8376         * src/summaryview.c
8377                 Swap From/To columns in Sent/Queue/Drafts
8378                 folders
8379         * src/etpan/imap-thread.c
8380                 Use mailstream_low_tls_open() for STARTTLS
8381                 instead of mailstream_low_ssl_open()
8382                 ** REQUIRES libetpan 0.42cvs3 **
8383
8384 2006-02-15 [wwp]        2.0.0cvs55
8385
8386         * src/compose.c
8387         * src/compose.h
8388         * src/message_search.c
8389         * src/message_search.h
8390         * src/textview.c
8391         * src/gtk/gtkutils.c
8392         * src/gtk/gtkutils.h
8393                 added the ability to Find text in the compose window (and a bit
8394                 of code factorization).
8395
8396 2006-02-15 [wwp]        2.0.0cvs54
8397
8398         * src/prefs_gtk.c
8399                 yet another one file was missing (fix for some widgets' sensitivity).
8400                 Thanks Colin!
8401
8402 2006-02-15 [wwp]        2.0.0cvs53
8403
8404         * src/prefs_gtk.h
8405                 oops forgot that file (fix for some widgets' sensitivity).
8406
8407 2006-02-15 [wwp]        2.0.0cvs52
8408
8409         * src/summary_search.c
8410                 implemented advanced summary search options (added the ability
8411                 to use matcher conditions in an advanced search mode).
8412
8413 2006-02-15 [wwp]        2.0.0cvs51
8414
8415         * src/plugins/pgpcore/prefs_gpg.c
8416         * src/prefs_account.c
8417                 fix some widget sensitivity, mostly around some labels in
8418                 account prefs.
8419
8420 2006-02-15 [paul]       2.0.0cvs50
8421
8422         * manual/advanced.xml
8423                 improve Templates info
8424                 written by wwp
8425
8426 2006-02-14 [colin]      2.0.0cvs49
8427
8428         * src/pixmaps/address_book.xpm
8429         * src/pixmaps/preferences.xpm
8430         * src/pixmaps/properties.xpm
8431                 Fix pixmap size - patch by Fabien Vantard
8432
8433 2006-02-13 [colin]      2.0.0cvs48
8434
8435         * src/procmime.c
8436                 Add missing fclose()s on error
8437         * src/textview.c
8438                 Remove unused code
8439         * src/common/utils.c
8440                 Fix temp files not being deleted on windows
8441         Patches by Thomas Gilgin
8442
8443 2006-02-13 [colin]      2.0.0cvs47
8444
8445         * src/mainwindow.c
8446                 Fix exit crash
8447
8448 2006-02-13 [wwp]        2.0.0cvs46
8449
8450         * src/plugins/pgpcore/prefs_gpg.c
8451                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8452
8453 2006-02-12 [colin]      2.0.0cvs45
8454
8455         * src/folderview.c
8456         * src/main.c
8457         * src/mainwindow.c
8458                 Fix "stuff" when quitting
8459
8460 2006-02-12 [wwp]        2.0.0cvs44
8461
8462         * src/prefs_themes.c
8463                 fix typos in debug messages.
8464
8465 2006-02-11 [colin]      2.0.0cvs43
8466
8467         * src/summaryview.c
8468                 don't allow drag/drop from ourself
8469
8470 2006-02-10 [wwp]        2.0.0cvs42
8471
8472         * src/exporthtml.c
8473         * src/html.c
8474         * src/html.h
8475         * src/procmime.c
8476         * src/textview.c
8477                 renamed html_ prefixed functions and data structures to avoid
8478                 namespace clashes w/ other software (gtkhtml2 for instance).
8479                 Closes bug #907.
8480
8481
8482 2006-02-09 [colin]      2.0.0cvs41
8483
8484         * src/summaryview.c
8485                 Fix shitty logic messed up. Thanks Ticho for the hint!
8486
8487 2006-02-09 [wwp]        2.0.0cvs40
8488
8489         * src/gtk/about.c
8490         * src/compose.c
8491         * src/prefs_account.c
8492         * src/prefs_gtk.h
8493         * src/editaddress.c
8494                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8495                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8496                 Browse buttons in accounts prefs.
8497
8498 2006-02-09 [colin]      2.0.0cvs39
8499
8500         * src/matcher.c
8501                 Check for pointer before using its members
8502         * src/gtk/gtksourceprintjob.c
8503                 Fix a wrong warning
8504
8505 2006-02-09 [wwp]        2.0.0cvs38
8506
8507         * src/gtk/filesel.c
8508                 fix few compiler warnings (type mismatch).
8509
8510 2006-02-09 [paul]       2.0.0cvs37
8511
8512         * po/fr.po
8513                 updated by Fabien Vantard
8514
8515 2006-02-08 [colin]      2.0.0cvs36
8516
8517         * src/prefs_common.c
8518         * src/common/defs.h
8519         * src/common/plugin.c
8520                 allow windows and linux configurations to coexist
8521                 patch by Thomas Gilgin
8522
8523 2006-02-08 [colin]      2.0.0cvs35
8524
8525         * src/filtering.c
8526         * src/matcher.c
8527         * src/matcher.h
8528         * src/matcher_parser_parse.y
8529         * src/prefs_filtering_action.c
8530         * src/prefs_matcher.c
8531                 Add the "Ignore thread" filtering
8532                 action
8533
8534 2006-02-08 [colin]      2.0.0cvs34
8535
8536         * src/compose.c
8537         * src/procmime.c
8538         * src/procmime.h
8539                 Fix bug #905 (damaged attachment)
8540                 text files with raw \0's aren't really text files
8541         FOR_STABLE
8542
8543 2006-02-08 [colin]      2.0.0cvs33
8544
8545         * src/summaryview.c
8546                 Fix crasher introduced yesterday
8547
8548 2006-02-08 [wwp]        2.0.0cvs32
8549
8550         * src/compose.c
8551         * src/compose.h
8552                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8553
8554 2006-02-08 [wwp]        2.0.0cvs31
8555
8556         * src/prefs_template.c
8557                 templates enhancement: allow address completion for Cc and Bcc fields
8558                 (it was currently possible for the To field only)
8559
8560 2006-02-08 [colin]      2.0.0cvs30
8561
8562         * src/compose.c
8563                 Don't unblock if not blocked
8564         FOR_STABLE
8565
8566 2006-02-07 [colin]      2.0.0cvs29
8567
8568         * src/action.c
8569                 Forgot to refresh summaryview
8570
8571 2006-02-07 [colin]      2.0.0cvs28
8572
8573         * src/action.c
8574                 Freeze/thaw message list and folder list while
8575                 processing %as{} actions 
8576         * src/compose.c
8577                 Fix auto-wrap disabling after a middle-click
8578                 paste - FOR_STABLE
8579
8580 2006-02-07 [paul]       2.0.0cvs27
8581
8582         * src/folder.c
8583                 fix freeing of uninitialised pointers
8584                 Thanks to Colin
8585
8586 2006-02-06 [colin]      2.0.0cvs26
8587
8588         * src/folder.c
8589                 Use g_slist_prepend in potentially big list
8590
8591 2006-02-06 [colin]      2.0.0cvs25
8592
8593         * src/folder.c
8594                 Completely skip processing if it doesn't 
8595                 exist (faster!)
8596
8597 2006-02-06 [colin]      2.0.0cvs24
8598
8599         * src/folder.c
8600         * src/summaryview.c
8601                 Batch filtering in summaryview (from Tools menu)
8602                 and pre/post//-processing too
8603
8604 2006-02-06 [colin]      2.0.0cvs23
8605
8606         * src/procmsg.h
8607         * src/filtering.c
8608                 Use a special field for batch filtering instead
8609                 of stepping on deferred execution's toes
8610
8611 2006-02-06 [colin]      2.0.0cvs22
8612
8613         * src/action.c
8614         * src/filtering.c
8615         * src/filtering.h
8616         * src/folder.c
8617         * src/summaryview.c
8618                 Fix filtering via menus and actions
8619
8620 2006-02-06 [colin]      2.0.0cvs21
8621
8622         * src/imap.c
8623                 Put the added file directly to cache if possible (will work
8624                 with next libetpan)
8625         * src/filtering.c
8626         * src/filtering.h
8627         * src/inc.c
8628         * src/folder.c
8629         * src/mbox.c
8630         * src/procmsg.h
8631                 Move and copy filtered messages by batches instead of one
8632                 by one - faster on IMAP
8633         * src/procmsg.c
8634                 Add a function that'll possibly be useful later
8635
8636 2006-02-06 [colin]      2.0.0cvs20
8637
8638         * src/addressbook.c
8639                 Use internal mime-type instead of text/plain for d'n'd
8640         * src/compose.c
8641                 Allow attaching files from mimeview's icon list via d'n'd
8642         * src/folderview.c
8643         * src/folderview.h
8644                 Use internal mime-type instead of text/plain for d'n'd
8645                 Don't try to selected opened folder if none is
8646                 Factorize d'n'd from other apps code
8647         * src/headerview.c
8648         * src/textview.c
8649         * src/gtk/gtkutils.c
8650         * src/gtk/gtkutils.h
8651                 Factorize Face/X-Face stuff
8652         * src/mimeview.c
8653                 Fix d'n'd to other apps
8654         * src/prefs_message.c
8655                 Let the XFace pref be usable without libcompface as it also
8656                 applies to Face
8657         * src/summaryview.c
8658                 Fix d'n'd to other apps
8659                 Factorize d'n'd from other apps code
8660
8661 2006-02-06 [wwp]        2.0.0cvs19
8662
8663         * po/it.po
8664                 Italian translation fixes by Andrea Spadaccini (no more confusion
8665                 between filtering and processing, and few changes in the About
8666                 dialog).
8667
8668
8669 2006-02-06 [mones]      2.0.0cvs18
8670
8671         * src/gtk/icon_legend.c
8672                 Improved descriptions allowing better translations
8673
8674 2006-02-05 [colin]      2.0.0cvs17
8675
8676         * src/imap.c
8677                 Add the f*cking missing expunge that caused imap_fetch_env
8678                 to fail after an add_msgs ! :-///
8679         * src/etpan/imap-thread.c
8680                 Add a bit of debug
8681         FOR_STABLE
8682
8683 2006-02-05 [colin]      2.0.0cvs16
8684
8685         * src/common/utils.c
8686                 Don't check for return-path (or we can't put
8687                 back non-sent mails)
8688
8689 2006-02-05 [colin]      2.0.0cvs15
8690
8691         * src/textview.c
8692                 Don't try to display Face header in textview
8693                 when teh headerview's active
8694
8695 2006-02-05 [colin]      2.0.0cvs14
8696
8697         * tools/tbird2syl.py
8698         * tools/Makefile.am
8699                 Add script to import Thunderbird mails
8700
8701 2006-02-05 [colin]      2.0.0cvs13
8702
8703         * src/headerview.c
8704         * src/procheader.c
8705         * src/procmsg.c
8706         * src/procmsg.h
8707         * src/textview.c
8708                 Show Face headers - patch partially by Klaus Flittner
8709
8710 2006-02-05 [colin]      2.0.0cvs12
8711
8712         * src/folderview.c
8713         * src/summaryview.c
8714         * src/common/utils.c
8715         * src/common/utils.h
8716                 Let dnd work from mime icons to summaryview
8717                 and to folderview too
8718                 Add a crude test to avoid trying to add files
8719                 drag'n'dropped when they're not mails
8720
8721 2006-02-04 [colin]      2.0.0cvs11
8722
8723         * src/summaryview.c
8724         * src/mimeview.c
8725                 Fix utf8 conversion
8726
8727 2006-02-04 [colin]      2.0.0cvs10
8728
8729         * src/compose.c
8730         * src/folderview.c
8731         * src/mimeview.c
8732         * src/summaryview.c
8733         * src/summaryview.h
8734                 Added various drag and drop capas:
8735                 From                    To
8736                 summaryview             other apps
8737                 mimeview icons          other apps
8738                 other apps              summaryview
8739                 other apps              folderview
8740
8741                 This shouldn't have broken the existing:
8742                 From                    To
8743                 summaryview             folderview
8744                 folderview              folderview
8745                 summaryview             compose's attachments
8746
8747         Tests welcomed.
8748
8749 2006-02-02 [paul]       2.0.0cvs9
8750
8751         * src/mainwindow.c
8752                 move global option 'Set displayed columns...' out
8753                 of folder option grouping.
8754                 fix sensitivity of 'harvest addresses'
8755         FOR_STABLE
8756
8757 2006-02-01 [colin]      2.0.0cvs8
8758
8759         * src/mimeview.c
8760                 Revert the alertpanel patch, it sucks (intrusive
8761                 and gets in the way of "open")
8762
8763 2006-02-01 [colin]      2.0.0cvs7
8764
8765         * src/compose.c
8766         * src/prefs_account.c
8767         * src/prefs_common.c
8768         * src/common/defs.h
8769         * src/common/utils.c
8770         * src/common/utils.h
8771                 Add ability to edit the signature file
8772                 from the account preferences, and use
8773                 a default for the text editor.
8774                 Patch by Fabien Vantard
8775
8776 2006-02-01 [colin]      2.0.0cvs6
8777
8778         * src/mimeview.c
8779                 Try to get mime type by extension if it is
8780                 application/octet-stream
8781                 Display a window with possible choices when
8782                 encountering unknown mime types
8783         * src/gtk/filesel.c
8784         * src/gtk/filesel.h
8785                 Add preview
8786                 Allow multiple selection in filtered filesel
8787                 (patch by Fabien Vantard)
8788         * src/gtk/pluginwindow.c
8789                 Use it (patch by Fabien Vantard)
8790
8791 2006-02-01 [paul]       2.0.0cvs5
8792
8793         * src/jpilot.c
8794                 fix crash on creating jpilot address book
8795                 Thanks to Colin - FOR_STABLE
8796         * src/prefs_summaries.c
8797         * src/prefs_wrapping.c
8798         * src/gtk/icon_legend.c
8799         * src/gtk/quicksearch.c
8800                 string fixes and additions
8801
8802 2006-02-01 [paul]       2.0.0cvs4
8803
8804         * src/compose.c
8805         * src/mainwindow.c
8806         * src/messageview.c
8807         * src/prefs_send.c
8808                 add Arabic encoding option
8809                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8810
8811 2006-01-31 [colin]      2.0.0cvs3
8812
8813         * src/plugins/pgpcore/passphrase.c
8814                 Convert passphrase to locale encoding
8815         * src/compose.c
8816                 Fix drafting on IMAP. Crappy bug sneaked in
8817                 the release :-/
8818         FOR_STABLE
8819
8820 2006-01-30 [paul]       2.0.0cvs2
8821
8822         * src/gtk/icon_legend.c
8823                 show the new entries
8824
8825 2006-01-30 [colin]      2.0.0cvs1
8826
8827         * src/manual.c
8828                 Check for the file to be present before 
8829                 enabling the menu - FOR_STABLE
8830         * src/gtk/icon_legend.c
8831                 Add folders icons (not all of them, there
8832                 are too much, but the most intriguing ones)
8833
8834 2006-01-30 [paul]       2.0.0
8835
8836         version 2.0.0 released
8837
8838 2006-01-30 [paul]       1.9.100cvs200
8839
8840         * manual/faq.xml
8841         * manual/gpl.xml
8842         * manual/intro.xml
8843         * manual/starting.xml
8844         * manual/sylpheed-claws-manual.xml
8845                 fixes, additions
8846
8847 2006-01-29 [mones]      1.9.100cvs199
8848
8849         * manual/account.xml
8850         * manual/advanced.xml
8851         * manual/glossary.xml
8852                 Some typos fixed, added LDIF term to glossary
8853         * po/es.po
8854                 Fixed leading plus symbol
8855
8856 2006-01-29 [paul]       1.9.100cvs198
8857
8858         * po/fi.po
8859         * po/sk.po
8860                 updated by Tommi Pirinen and Andrej Kacian
8861
8862 2006-01-29 [paul]       1.9.100cvs197
8863
8864         * src/gtk/authors.h
8865                 remove duplicates
8866
8867 2006-01-29 [paul]       1.9.100cvs196
8868
8869         * AUTHORS
8870         * po/nl.po
8871         * src/gtk/authors.h
8872         * tools/claws.i18n.status.pl
8873                 nl translation updated by Tim Dijkstra
8874
8875 2006-01-29 [paul]       1.9.100cvs195
8876
8877         * po/sr.po
8878         * po/sv.po
8879                 updated by Aleksandar Urosevic and Anders Troback
8880
8881 2006-01-28 [colin]      1.9.100cvs194
8882
8883         * src/gtk/gtksourceprintjob.c
8884                 Don't fiddle with PangoLayout when we
8885                 have an image
8886
8887 2006-01-28 [paul]       1.9.100cvs193
8888
8889         * AUTHORS
8890         * po/el.po
8891         * po/zh_CN.po
8892         * src/gtk/authors.h
8893         * tools/claws.i18n.status.pl
8894                 updated translations submitted by Stavros Giannouris
8895                 and Ralgh Young
8896
8897 2006-01-27 [colin]      1.9.100cvs192
8898
8899         * src/summaryview.c
8900         * src/gtk/gtksourceprintjob.c
8901                 Add image printing 
8902                 (libgnomeprint only, of course)
8903
8904 2006-01-27 [paul]       1.9.100cvs191
8905
8906         * po/fr.po
8907         * po/it.po
8908                 updated by Fabien Vantard and Andrea Spadaccini
8909
8910 2006-01-26 [colin]      1.9.100cvs190
8911
8912         * manual/Makefile.am
8913         * configure.ac
8914                 Make building the manual optional 
8915                 (--disable-manual)
8916
8917 2006-01-26 [paul]       1.9.100cvs189
8918
8919         * manual/glossary.xml
8920         * manual/plugins.xml
8921                 edited
8922         * po/en_GB.po
8923                 updated
8924
8925 2006-01-26 [paul]       1.9.100cvs188
8926
8927         * src/prefs_display_header.c
8928         * src/prefs_folder_column.c
8929         * src/prefs_msg_colors.c
8930         * src/prefs_summaries.c
8931         * src/prefs_summary_column.c
8932                 HIGify
8933
8934 2006-01-25 [colin]      1.9.100cvs187
8935
8936         * src/imap.c
8937                 Don't allow moving/copying mails between
8938                 queue/drafts and non-queue/drafts folders
8939                 Fixes bug #897 (message header is resetted 
8940                 if one is copied to Drafts)
8941
8942 2006-01-25 [colin]      1.9.100cvs186
8943
8944         * src/folder.c
8945         * src/mainwindow.c
8946                 Fix subscribed folders not found
8947         * src/compose.c
8948                 Don't try to encode as original mail's charset
8949                 if it's ascii 
8950
8951 2006-01-25 [paul]       1.9.100cvs185
8952
8953         * AUTHORS
8954         * po/Makevars
8955                 updated
8956         * po/de.po
8957         * po/pl.po
8958         * po/pt_BR.po
8959         * po/sr.po
8960                 updates submitted by Stephan Sachse, Emilian Nowak
8961                 and Quar, Frederico Goncalves Guimaraes, and
8962                 Aleksandar Urosevic
8963                 Fix Bug 896, 'PT_BR locale broken'.
8964         * src/gtk/authors.h
8965                 updated
8966
8967 2006-01-24 [mones]      1.9.100cvs184
8968
8969         * manual/glossary.xml
8970                 All current terms finished. Reviewers welcome ;-)
8971         * manual/keyboard.xml
8972                 Fixed column width for pdf output.
8973         * po/es.po
8974                 Updated
8975
8976 2006-01-24 [paul]       1.9.100cvs183
8977
8978         * manual/glossary.xml
8979                 fix id name
8980         * manual/dist/html/Makefile.am
8981         * manual/dist/pdf/Makefile.am
8982         * manual/dist/ps/Makefile.am
8983         * manual/dist/txt/Makefile.am
8984                 fix make deps
8985                 Thanks to Colin
8986
8987 2006-01-24 [mones]      1.9.100cvs182
8988
8989         * manual/glossary.xml
8990                 Nearly finished, some terms missing.
8991
8992 2006-01-23 [paul]       1.9.100cvs181
8993
8994         * manual/dist/html/Makefile.am
8995         * manual/dist/pdf/Makefile.am
8996         * manual/dist/ps/Makefile.am
8997         * manual/dist/txt/Makefile.am
8998         * src/mainwindow.c
8999                 re-enable manual
9000                 Thanks to Colin
9001
9002 2006-01-22 [colin]      1.9.100cvs180
9003
9004         * src/compose.c
9005         * src/gtk/gtkaspell.c
9006                 Don't deselect stuff before right-clicking, with aspell.
9007                 (This prevented right-click Copy, for example).
9008                 Thanks to Clo!
9009
9010 2006-01-22 [paul]       1.9.100cvs179
9011
9012         * src/summary_search.c
9013                 don't fix the widget size as it causes problems
9014                 under localisation.
9015                 Thanks to Emilian Nowak
9016
9017 2006-01-21 [paul]       1.9.100cvs178
9018
9019         * src/prefs_themes.c
9020                 fix broken underlining of label text
9021                 with some translations
9022
9023 2006-01-21 [colin]      1.9.100cvs177
9024
9025         * po/fr.po
9026                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
9027
9028 2006-01-20 [colin]      1.9.100cvs176
9029
9030         * configure.ac
9031         * Makefile.am
9032         * manual/Makefile
9033         * manual/dist/html/.cvsignore
9034         * manual/dist/html/Makefile.am
9035         * manual/dist/pdf/.cvsignore
9036         * manual/dist/pdf/Makefile.am
9037         * manual/dist/ps/.cvsignore
9038         * manual/dist/ps/Makefile.am
9039         * manual/dist/txt/.cvsignore
9040         * manual/dist/txt/Makefile.am
9041                 Autotool-ize manual
9042
9043 2006-01-20 [paul]       1.9.100cvs175
9044
9045         * manual/handling.xml
9046                 make Filtering and Searching entries easier to find
9047         * manual/keyboard.xml
9048                 add the remaining default keybinds
9049         * src/prefs_summaries.c
9050                 update the default keybinds
9051
9052 2006-01-20 [paul]       1.9.100cvs174
9053
9054         * src/addressbook.c
9055         * src/addrgather.c
9056         * src/addrharvest.c
9057         * src/editaddress.c
9058         * src/editgroup.c
9059         * src/exphtmldlg.c
9060         * src/expldifdlg.c
9061         * src/exporthtml.c
9062         * src/exportldif.c
9063         * src/ldif.c
9064                 replace 'e-mail' with 'email'
9065         * src/summary_search.c
9066                 add mnemonic to "Find all" button
9067
9068 2006-01-20 [wwp]        1.9.100cvs173
9069
9070         * src/export.c
9071         * src/import.c
9072                 touched mbox import/export buttons for HIG-compliance
9073
9074 2006-01-19 [paul]       1.9.100cvs172
9075
9076         * manual/account.xml
9077         * manual/addrbook.xml
9078         * manual/advanced.xml
9079         * manual/faq.xml
9080         * manual/handling.xml
9081         * manual/intro.xml
9082         * manual/plugins.xml
9083         * manual/starting.xml
9084                 more editing
9085
9086 2006-01-19 [paul]       1.9.100cvs171
9087
9088         * src/toolbar.c
9089                 allow use of trash button while receiving
9090                 Thanks to Colin
9091
9092 2006-01-19 [wwp]        1.9.100cvs170
9093
9094         * src/gtk/quicksearch.c
9095         * src/compose.c
9096                 force text color to black when yellow background is set
9097
9098 2006-01-19 [colin]      1.9.100cvs169
9099
9100         * src/plugins/trayicon/trayicon.c
9101                 Gray out Get Mail when already getting mail
9102
9103 2006-01-18 [paul]       1.9.100cvs168
9104
9105         * src/compose.c
9106                 give widget yellow background was To is
9107                 set via folder prefs
9108         * src/gtk/quicksearch.c
9109                 give widget yellow background when quick
9110                 search is active.
9111                 Thanks to Colin
9112
9113 2006-01-18 [paul]       1.9.100cvs167
9114
9115         * doc/man/sylpheed-claws.1
9116                 add --subscribe option
9117
9118 2006-01-18 [paul]       1.9.100cvs166
9119
9120         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9121         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9122                 use %U instead of %F (%F is broken for user installed
9123                 files in kde 3.5)
9124
9125 2006-01-18 [colin]      1.9.100cvs165
9126
9127         * src/summaryview.c
9128                 Default to Yes in "No more * messages" dialogs
9129
9130 2006-01-17 [colin]      1.9.100cvs164
9131
9132         * src/compose.c
9133                 Possibly fix an invalid iterator causing
9134                 crash
9135
9136 2006-01-17 [colin]      1.9.100cvs163
9137
9138         * src/mimeview.c
9139                 Fix crash when the image disappears under the
9140                 image viewer
9141
9142 2006-01-16 [colin]      1.9.100cvs162
9143
9144         * src/compose.c
9145                 Fix reenabling autowrap
9146
9147 2006-01-16 [colin]      1.9.100cvs161
9148
9149         * src/compose.c
9150                 reset quote_len before getting quote_str
9151
9152 2006-01-16 [colin]      1.9.100cvs160
9153
9154         * src/account.c
9155         * src/account.h
9156         * src/folder.c
9157         * src/imap_gtk.c
9158         * src/mh_gtk.c
9159                 Fix bug #883 (default inbox does not track folder move)
9160
9161 2006-01-16 [colin]      1.9.100cvs159
9162
9163         * src/compose.c
9164         * src/plugins/pgpcore/passphrase.c
9165                 More buttons fixes
9166
9167 2006-01-16 [paul]       1.9.100cvs158
9168
9169         * src/prefs_actions.c
9170         * src/prefs_filtering_action.c
9171         * src/prefs_matcher.c
9172         * src/quote_fmt.c
9173         * src/gtk/description_window.c
9174         * src/gtk/description_window.h
9175         * src/gtk/quicksearch.c
9176                 description window cleanups
9177
9178 2006-01-15 [colin]      1.9.100cvs157
9179
9180         * src/addressbook.c
9181         * src/prefs_filtering.c
9182                 Same here
9183
9184 2006-01-15 [colin]      1.9.100cvs156
9185
9186         * src/folderview.c
9187         * src/mainwindow.c
9188                 Same for "Empty trash"
9189
9190 2006-01-15 [colin]      1.9.100cvs155
9191
9192         * src/inc.c
9193                 Override offline dialog had Yes by default
9194
9195 2006-01-15 [colin]      1.9.100cvs154
9196
9197         * src/summaryview.c
9198                 Delete selected messages? previously had Yes the default
9199
9200 2006-01-15 [colin]      1.9.100cvs153
9201
9202         * src/folder.c
9203         * src/folder.h
9204         * src/main.c
9205                 Check if a mailbox is loaded after all
9206                 plugins are loaded.
9207
9208 2006-01-15 [colin]      1.9.100cvs152
9209
9210         * src/folder.c
9211                 Don't start wizard when there are unloaded folders (will help
9212                 people with only mbox or maildir mailboxes)
9213
9214 2006-01-14 [colin]      1.9.100cvs151
9215
9216         * src/addressbook.c
9217         * src/expldifdlg.c
9218         * src/importldif.c
9219         * src/importmutt.c
9220         * src/importpine.c
9221         * src/mh_gtk.c
9222                 More HIG compliance and fixes
9223
9224 2006-01-14 [colin]      1.9.100cvs150
9225
9226         * src/prefs_filtering_action.c
9227         * src/foldersel.c
9228                 Two forgotten button order changes
9229
9230 2006-01-14 [colin]      1.9.100cvs149
9231
9232         * src/account.c
9233         * src/addressbook.c
9234         * src/compose.c
9235         * src/folderview.c
9236         * src/imap_gtk.c
9237         * src/mainwindow.c
9238         * src/mh_gtk.c
9239         * src/news_gtk.c
9240         * src/prefs_actions.c
9241         * src/prefs_customheader.c
9242         * src/prefs_filtering.c
9243         * src/prefs_matcher.c
9244         * src/prefs_template.c
9245         * src/ssl_manager.c
9246         * src/summaryview.c
9247         * src/textview.c
9248         * src/toolbar.c
9249                 All deletion confirmations are now "Cancel, Delete" 
9250                 instead of "No, Yes"
9251                 Clarified most of the other "No, Yes" to 
9252                 "Cancel, Descriptive_action"
9253                 Rechanged the "Entry not saved" alerts to have 
9254                 "Close, Continue editing"
9255
9256
9257 2006-01-14 [paul]
9258
9259         * 2.0.0-rc4 released
9260
9261 2006-01-14 [paul]       1.9.100cvs148
9262
9263         * src/account.c
9264         * src/addressadd.c
9265         * src/addressbook.c
9266         * src/compose.c
9267         * src/editaddress.c
9268         * src/editbook.c
9269         * src/editgroup.c
9270         * src/editjpilot.c
9271         * src/editldap.c
9272         * src/editvcard.c
9273         * src/exphtmldlg.c
9274         * src/expldifdlg.c
9275         * src/folderview.c
9276         * src/grouplistdialog.c
9277         * src/imap_gtk.c
9278         * src/importmutt.c
9279         * src/importpine.c
9280         * src/inc.c
9281         * src/main.c
9282         * src/mainwindow.c
9283         * src/message_search.c
9284         * src/messageview.c
9285         * src/mh_gtk.c
9286         * src/mimeview.c
9287         * src/news_gtk.c
9288         * src/prefs_actions.c
9289         * src/prefs_customheader.c
9290         * src/prefs_filtering.c
9291         * src/prefs_matcher.c
9292         * src/prefs_template.c
9293         * src/prefs_themes.c
9294         * src/ssl_manager.c
9295         * src/summary_search.c
9296         * src/summaryview.c
9297         * src/textview.c
9298         * src/toolbar.c
9299         * src/gtk/foldersort.c
9300         * src/gtk/gtkaspell.c
9301         * src/gtk/inputdialog.c
9302         * src/gtk/prefswindow.c
9303         * src/plugins/pgpcore/select-keys.c
9304         * src/plugins/trayicon/trayicon.c
9305                 HIG compliant button order
9306
9307 2006-01-14 [mones]      1.9.100cvs147
9308
9309         * po/es.po
9310                 Updated translation
9311
9312 2006-01-13 [paul]       1.9.100cvs146
9313
9314         * AUTHORS
9315         * ChangeLog
9316         * src/gtk/authors.h
9317                 add Joshua M. Kwan to contributors list
9318
9319 2006-01-13 [colin]      1.9.100cvs145
9320
9321         * src/gtk/quicksearch.c
9322                 Don't refocus quick search after executing (Esc or Enter)
9323                 Allows to '/'search something then move up/down in 
9324                 summaryview, and to Esc a search and be back in the 
9325                 summaryview
9326
9327 2006-01-13 [paul]       1.9.100cvs144
9328
9329         * src/plugins/pgpinline/pgpinline.c
9330                 support Content-Type 'application/pgp'
9331                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9332
9333 2006-01-13 [paul]       1.9.100cvs143
9334
9335         * manual/account.xml
9336                 make mention of partial retrieval
9337                 thanks to Colin
9338
9339 2006-01-13 [paul]       1.9.100cvs142
9340
9341         * src/account.c
9342         * src/account.h
9343         * src/action.c
9344         * src/action.h
9345         * src/adbookbase.h
9346         * src/addr_compl.c
9347         * src/addr_compl.h
9348         * src/addrbook.c
9349         * src/addrcache.c
9350         * src/addrcache.h
9351         * src/addrcindex.c
9352         * src/addrcindex.h
9353         * src/addrclip.c
9354         * src/addrclip.h
9355         * src/addrdefs.h
9356         * src/addressadd.c
9357         * src/addressadd.h
9358         * src/addressbook.c
9359         * src/addressbook.h
9360         * src/addrgather.c
9361         * src/addrgather.h
9362         * src/addrharvest.c
9363         * src/addrharvest.h
9364         * src/addrindex.c
9365         * src/addrindex.h
9366         * src/addritem.c
9367         * src/addritem.h
9368         * src/addrquery.c
9369         * src/addrquery.h
9370         * src/addrselect.c
9371         * src/addrselect.h
9372         * src/alertpanel.c
9373         * src/alertpanel.h
9374         * src/browseldap.c
9375         * src/browseldap.h
9376         * src/codeconv.c
9377         * src/codeconv.h
9378         * src/compose.c
9379         * src/compose.h
9380         * src/customheader.c
9381         * src/customheader.h
9382         * src/displayheader.c
9383         * src/displayheader.h
9384         * src/editaddress.c
9385         * src/editaddress.h
9386         * src/editbook.c
9387         * src/editbook.h
9388         * src/editgroup.c
9389         * src/editgroup.h
9390         * src/editjpilot.c
9391         * src/editjpilot.h
9392         * src/editldap.c
9393         * src/editldap.h
9394         * src/editldap_basedn.c
9395         * src/editldap_basedn.h
9396         * src/editvcard.c
9397         * src/editvcard.h
9398         * src/exphtmldlg.c
9399         * src/exphtmldlg.h
9400         * src/expldifdlg.c
9401         * src/expldifdlg.h
9402         * src/export.h
9403         * src/exporthtml.c
9404         * src/exporthtml.h
9405         * src/exportldif.c
9406         * src/exportldif.h
9407         * src/filtering.c
9408         * src/filtering.h
9409         * src/folder.c
9410         * src/folder.h
9411         * src/folder_item_prefs.c
9412         * src/folder_item_prefs.h
9413         * src/foldersel.c
9414         * src/foldersel.h
9415         * src/folderutils.c
9416         * src/folderutils.h
9417         * src/folderview.c
9418         * src/folderview.h
9419         * src/grouplistdialog.c
9420         * src/grouplistdialog.h
9421         * src/headerview.c
9422         * src/html.c
9423         * src/html.h
9424         * src/image_viewer.c
9425         * src/image_viewer.h
9426         * src/imap.c
9427         * src/imap.h
9428         * src/imap_gtk.c
9429         * src/imap_gtk.h
9430         * src/import.h
9431         * src/importldif.c
9432         * src/importldif.h
9433         * src/importmutt.c
9434         * src/importmutt.h
9435         * src/importpine.c
9436         * src/importpine.h
9437         * src/inc.c
9438         * src/inc.h
9439         * src/jpilot.c
9440         * src/jpilot.h
9441         * src/ldapctrl.c
9442         * src/ldapctrl.h
9443         * src/ldaplocate.c
9444         * src/ldaplocate.h
9445         * src/ldapquery.c
9446         * src/ldapquery.h
9447         * src/ldapserver.c
9448         * src/ldapserver.h
9449         * src/ldaputil.c
9450         * src/ldaputil.h
9451         * src/ldif.c
9452         * src/ldif.h
9453         * src/main.c
9454         * src/main.h
9455         * src/mainwindow.c
9456         * src/mainwindow.h
9457         * src/manual.c
9458         * src/manual.h
9459         * src/mbox.c
9460         * src/mbox.h
9461         * src/message_search.c
9462         * src/message_search.h
9463         * src/messageview.c
9464         * src/messageview.h
9465         * src/mh.c
9466         * src/mh.h
9467         * src/mh_gtk.c
9468         * src/mh_gtk.h
9469         * src/mimeview.c
9470         * src/mimeview.h
9471         * src/msgcache.c
9472         * src/msgcache.h
9473         * src/mutt.c
9474         * src/mutt.h
9475         * src/news.c
9476         * src/news.h
9477         * src/news_gtk.c
9478         * src/news_gtk.h
9479         * src/partial_download.c
9480         * src/partial_download.h
9481         * src/pine.c
9482         * src/pine.h
9483         * src/pop.c
9484         * src/pop.h
9485         * src/prefs_account.c
9486         * src/prefs_account.h
9487         * src/prefs_actions.c
9488         * src/prefs_actions.h
9489         * src/prefs_common.c
9490         * src/prefs_common.h
9491         * src/prefs_compose_writing.c
9492         * src/prefs_compose_writing.h
9493         * src/prefs_customheader.c
9494         * src/prefs_customheader.h
9495         * src/prefs_display_header.c
9496         * src/prefs_display_header.h
9497         * src/prefs_filtering.c
9498         * src/prefs_filtering.h
9499         * src/prefs_filtering_action.c
9500         * src/prefs_filtering_action.h
9501         * src/prefs_folder_column.c
9502         * src/prefs_folder_column.h
9503         * src/prefs_folder_item.c
9504         * src/prefs_folder_item.h
9505         * src/prefs_fonts.c
9506         * src/prefs_fonts.h
9507         * src/prefs_gtk.c
9508         * src/prefs_gtk.h
9509         * src/prefs_image_viewer.c
9510         * src/prefs_image_viewer.h
9511         * src/prefs_matcher.c
9512         * src/prefs_matcher.h
9513         * src/prefs_message.c
9514         * src/prefs_msg_colors.c
9515         * src/prefs_msg_colors.h
9516         * src/prefs_other.c
9517         * src/prefs_quote.c
9518         * src/prefs_receive.c
9519         * src/prefs_send.c
9520         * src/prefs_spelling.c
9521         * src/prefs_spelling.h
9522         * src/prefs_summaries.c
9523         * src/prefs_summaries.h
9524         * src/prefs_summary_column.c
9525         * src/prefs_summary_column.h
9526         * src/prefs_template.c
9527         * src/prefs_template.h
9528         * src/prefs_themes.c
9529         * src/prefs_themes.h
9530         * src/prefs_toolbar.c
9531         * src/prefs_toolbar.h
9532         * src/prefs_wrapping.c
9533         * src/prefs_wrapping.h
9534         * src/privacy.c
9535         * src/privacy.h
9536         * src/procheader.c
9537         * src/procheader.h
9538         * src/procmime.c
9539         * src/procmime.h
9540         * src/procmsg.c
9541         * src/procmsg.h
9542         * src/quote_fmt.c
9543         * src/quote_fmt_parse.y
9544         * src/recv.c
9545         * src/recv.h
9546         * src/remotefolder.c
9547         * src/remotefolder.h
9548         * src/send_message.c
9549         * src/send_message.h
9550         * src/setup.c
9551         * src/setup.h
9552         * src/sourcewindow.c
9553         * src/sourcewindow.h
9554         * src/ssl_manager.c
9555         * src/ssl_manager.h
9556         * src/statusbar.c
9557         * src/statusbar.h
9558         * src/stock_pixmap.c
9559         * src/stock_pixmap.h
9560         * src/summary_search.c
9561         * src/summary_search.h
9562         * src/summaryview.c
9563         * src/summaryview.h
9564         * src/syldap.c
9565         * src/syldap.h
9566         * src/textview.c
9567         * src/textview.h
9568         * src/toolbar.c
9569         * src/toolbar.h
9570         * src/undo.c
9571         * src/undo.h
9572         * src/unmime.c
9573         * src/unmime.h
9574         * src/vcard.c
9575         * src/vcard.h
9576         * src/wizard.c
9577         * src/wizard.h
9578         * src/common/base64.c
9579         * src/common/base64.h
9580         * src/common/defs.h
9581         * src/common/hooks.c
9582         * src/common/hooks.h
9583         * src/common/log.c
9584         * src/common/log.h
9585         * src/common/mgutils.c
9586         * src/common/mgutils.h
9587         * src/common/nntp.c
9588         * src/common/nntp.h
9589         * src/common/passcrypt.c
9590         * src/common/passcrypt.h.in
9591         * src/common/plugin.c
9592         * src/common/plugin.h
9593         * src/common/prefs.c
9594         * src/common/prefs.h
9595         * src/common/progressindicator.c
9596         * src/common/progressindicator.h
9597         * src/common/quoted-printable.c
9598         * src/common/quoted-printable.h
9599         * src/common/session.c
9600         * src/common/session.h
9601         * src/common/smtp.c
9602         * src/common/smtp.h
9603         * src/common/socket.c
9604         * src/common/socket.h
9605         * src/common/ssl.c
9606         * src/common/ssl.h
9607         * src/common/ssl_certificate.c
9608         * src/common/ssl_certificate.h
9609         * src/common/stringtable.c
9610         * src/common/stringtable.h
9611         * src/common/sylpheed.c
9612         * src/common/sylpheed.h
9613         * src/common/template.c
9614         * src/common/template.h
9615         * src/common/timing.h
9616         * src/common/utils.c
9617         * src/common/utils.h
9618         * src/common/version.h.in
9619         * src/common/xml.c
9620         * src/common/xml.h
9621         * src/common/xmlprops.c
9622         * src/common/xmlprops.h
9623         * src/gtk/colorlabel.c
9624         * src/gtk/colorsel.c
9625         * src/gtk/colorsel.h
9626         * src/gtk/description_window.c
9627         * src/gtk/description_window.h
9628         * src/gtk/filesel.c
9629         * src/gtk/filesel.h
9630         * src/gtk/foldersort.c
9631         * src/gtk/foldersort.h
9632         * src/gtk/gtkutils.c
9633         * src/gtk/gtkutils.h
9634         * src/gtk/inputdialog.c
9635         * src/gtk/inputdialog.h
9636         * src/gtk/logwindow.c
9637         * src/gtk/logwindow.h
9638         * src/gtk/manage_window.c
9639         * src/gtk/manage_window.h
9640         * src/gtk/menu.c
9641         * src/gtk/menu.h
9642         * src/gtk/pluginwindow.c
9643         * src/gtk/pluginwindow.h
9644         * src/gtk/prefswindow.c
9645         * src/gtk/prefswindow.h
9646         * src/gtk/progressdialog.c
9647         * src/gtk/progressdialog.h
9648         * src/gtk/sslcertwindow.c
9649         * src/gtk/sslcertwindow.h
9650         * src/plugins/clamav/clamav_plugin.c
9651         * src/plugins/clamav/clamav_plugin.h
9652         * src/plugins/clamav/clamav_plugin_gtk.c
9653         * src/plugins/demo/demo.c
9654         * src/plugins/dillo_viewer/dillo_prefs.c
9655         * src/plugins/dillo_viewer/dillo_prefs.h
9656         * src/plugins/dillo_viewer/dillo_viewer.c
9657         * src/plugins/pgpcore/passphrase.c
9658         * src/plugins/pgpcore/passphrase.h
9659         * src/plugins/pgpcore/plugin.c
9660         * src/plugins/pgpcore/select-keys.c
9661         * src/plugins/pgpcore/select-keys.h
9662         * src/plugins/pgpcore/sgpgme.c
9663         * src/plugins/pgpcore/sgpgme.h
9664         * src/plugins/pgpinline/pgpinline.c
9665         * src/plugins/pgpinline/pgpinline.h
9666         * src/plugins/pgpinline/plugin.c
9667         * src/plugins/pgpmime/pgpmime.c
9668         * src/plugins/pgpmime/pgpmime.h
9669         * src/plugins/pgpmime/plugin.c
9670         * src/plugins/spamassassin/spamassassin.c
9671         * src/plugins/spamassassin/spamassassin.h
9672         * src/plugins/spamassassin/spamassassin_gtk.c
9673         * src/plugins/trayicon/trayicon.c
9674                 update copyright header
9675
9676 2006-01-13 [paul]       1.9.100cvs141
9677
9678         * src/account.c
9679         * src/export.c
9680         * src/import.c
9681         * src/mainwindow.c
9682         * src/prefs_account.c
9683         * src/prefs_display_header.c
9684         * src/prefs_receive.c
9685         * src/prefs_send.c
9686         * src/prefs_summaries.c
9687         * src/prefs_themes.c
9688         * src/prefs_toolbar.c
9689         * src/gtk/about.c
9690                 various cleanups
9691
9692 2006-01-12 [colin]      1.9.100cvs140
9693
9694         * src/folder.c
9695         * src/folder.h
9696         * src/main.c
9697                 Add --subscribe option
9698                 Let sylpheed-claws email@domain.com equivalent to --compose
9699                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9700
9701 2006-01-12 [paul]       1.9.100cvs139
9702
9703         * src/mainwindow.c
9704                 append 'Change folder order' label with '...'
9705         * src/prefs_actions.c
9706                 allow reordering of actions list by dnd
9707         * src/gtk/foldersort.c
9708                 make the dialog nicer
9709
9710 2006-01-11 [colin]      1.9.100cvs138
9711
9712         * src/compose.c
9713                 Allow templates without text
9714
9715 2006-01-11 [paul]       1.9.100cvs137
9716
9717         * tools/README
9718         * tools/filter_conv_new.pl
9719                 add info to README
9720                 also check .sylpheed for filter.xml
9721                 be a bit informative to the user
9722
9723 2006-01-11 [colin]      1.9.100cvs136
9724
9725         * src/textview.c
9726                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9727
9728 2006-01-10 [paul]       1.9.100cvs135
9729
9730         * tools/Makefile.am
9731         * tools/filter_conv_new.pl
9732                 add script to convert new style Sylpheed
9733                 filter rules (Sylpheed >= 0.9.99) to
9734                 Claws filtering rules
9735
9736 2006-01-10 [colin]      1.9.100cvs134
9737
9738         * src/compose.c
9739                 Fix broken line joins in certain conditions
9740                 (between two quoted lines: <enter><enter><up>
9741                  <type a wrapped sentence><go in the first line>
9742                  <insert more text><watch as line joining failed>)
9743
9744 2006-01-10 [paul]       1.9.100cvs133
9745
9746         * src/compose.c
9747                 don't report success in error dialog
9748                 thanks to Colin
9749         * src/common/utils.c
9750                 include some trailing punctuations as URI
9751                 thanks to Hiro
9752
9753 2006-01-10 [paul]       1.9.100cvs132
9754
9755         * src/mimeview.c
9756                 fix incompatible pointer type
9757                 warning
9758
9759 2006-01-10 [paul]       1.9.100cvs131
9760
9761         * src/compose.c
9762                 change Subject in window title
9763                 instantaneously
9764
9765 2006-01-09 [colin]      1.9.100cvs130
9766
9767         * src/addressbook.c
9768         * src/headerview.c
9769         * src/mainwindow.c
9770         * src/messageview.c
9771         * src/mimeview.c
9772         * src/noticeview.c
9773         * src/summaryview.c
9774                 Fix possible crashes on exit and in addressbook
9775
9776 2006-01-09 [paul]       1.9.100cvs129
9777
9778         * src/prefs_msg_colors.c
9779                 some cleanups that I forgot last time
9780
9781 2006-01-09 [paul]       1.9.100cvs128
9782
9783         * README
9784         * src/folderview.c
9785         * src/prefs_msg_colors.c
9786                 add previously hidden option, color_new, to
9787                 the gui
9788                 move the page to Display/
9789                 rework the gui
9790
9791 2006-01-09 [wwp]        1.9.100cvs127
9792
9793         * src/prefs_themes.c
9794                 made the prefs/display/themes layouts spacing less condensed
9795                 (and so they match other prefs/pages' look).
9796
9797 2006-01-09 [paul]       1.9.100cvs126
9798
9799         * src/compose.c
9800         * src/prefs_common.c
9801         * src/prefs_common.h
9802         * src/prefs_wrapping.c
9803                 remove 'wrap at send' option
9804
9805 2006-01-06 [colin]      1.9.100cvs125
9806
9807         * src/compose.c
9808                 Just make completely sure we don't insert "manual line breaks" 
9809                 when wrapping... 
9810
9811 2006-01-04 [paul]
9812
9813         * 2.0.0-rc3 released
9814
9815 2006-01-04 [paul]       1.9.100cvs124
9816
9817         * src/folderview.c
9818                 fix bug 882, 'quick scroll in folder list
9819                 displays wrong folder contents'
9820
9821 2006-01-04 [paul]       1.9.100cvs123
9822
9823         * src/plugins/pgpmime/pgpmime.c
9824                 better debug information when signing
9825                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9826
9827 2006-01-03 [colin]      1.9.100cvs122
9828
9829         * configure.ac
9830                 We need to recheck for gpgme 1.0.0 after checking
9831                 for 1.1.1, because if 1.1.1 isn't available, 
9832                 GPGME_LIBS and friends are blanked out by the 
9833                 second check.
9834
9835 2006-01-03 [colin]      1.9.100cvs121
9836
9837         * src/common/prefs.c
9838                 Windows unlink-before rename fix
9839         * src/plugins/pgpcore/sgpgme.c
9840                 Add support for PKA info if available
9841                 Both patches by Werner Koch
9842
9843 2006-01-03 [paul]       1.9.100cvs120
9844
9845         * src/messageview.c
9846                 fix bug 884, 'Send receipt' button visible in queue
9847                 Thanks to Colin
9848
9849 2006-01-02 [colin]      1.9.100cvs119
9850
9851         * src/compose.c
9852         * src/imap.c
9853                 Fix autosave on IMAP and more generally try to
9854                 return the correct ID on a newly added IMAP message
9855
9856 2006-01-02 [paul]       1.9.100cvs118
9857
9858         * manual/keyboard.xml
9859                 edited
9860
9861 2006-01-01 [paul]       1.9.100cvs117
9862
9863         * src/gtk/authors.h
9864                 alphabetical order
9865
9866 2005-12-30 [colin]      1.9.100cvs116
9867
9868         * manual/advanced.xml
9869                 Explain Pre/Post-processing differences.
9870
9871 2005-12-30 [colin]      1.9.100cvs115
9872
9873         * src/mh.c
9874                 Implement copy_msgs for a little optimization
9875         * src/imap.c
9876                 Finish yesterday's fix
9877
9878 2005-12-29 [colin]      1.9.100cvs114
9879
9880         * src/imap.c
9881                 Fix occasional failure in fetching a mail over
9882                 IMAP
9883
9884 2005-12-29 [colin]      1.9.100cvs113
9885
9886         * src/compose.c
9887                 Don't remove a draft when sending it, if it is 
9888                 locked.
9889
9890 2005-12-28 [colin]      1.9.100cvs112
9891
9892         * src/summaryview.c
9893                 Fix leak for real
9894
9895 2005-12-28 [wwp]        1.9.100cvs111
9896
9897         * doc/faq/.cvsignore
9898         * doc/faq/de/.cvsignore
9899         * doc/faq/en/.cvsignore
9900         * doc/faq/es/.cvsignore
9901         * doc/faq/fr/.cvsignore
9902         * doc/faq/it/.cvsignore
9903         * doc/manual/.cvsignore
9904         * doc/manual/de/.cvsignore
9905         * doc/manual/en/.cvsignore
9906         * doc/manual/es/.cvsignore
9907         * doc/manual/fr/.cvsignore
9908         * doc/manual/ja/.cvsignore
9909         * src/plugins/mathml_viewer/.cvsignore
9910                 rollback revival of those files (my bad, sorry for the noise).
9911
9912 2005-12-28 [wwp]        1.9.100cvs110
9913
9914         * src/compose.c
9915                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9916
9917 2005-12-28 [wwp]        1.9.100cvs109
9918
9919         * doc/faq/.cvsignore
9920         * doc/faq/de/.cvsignore
9921         * doc/faq/en/.cvsignore
9922         * doc/faq/es/.cvsignore
9923         * doc/faq/fr/.cvsignore
9924         * doc/faq/it/.cvsignore
9925         * doc/manual/.cvsignore
9926         * doc/manual/de/.cvsignore
9927         * doc/manual/en/.cvsignore
9928         * doc/manual/es/.cvsignore
9929         * doc/manual/fr/.cvsignore
9930         * doc/manual/ja/.cvsignore
9931         * src/plugins/mathml_viewer/.cvsignore
9932         * po/.cvsignore
9933                 more files to ignore.
9934
9935 2005-12-24 [colin]      1.9.100cvs108
9936
9937         * AUTHORS
9938         * src/gtk/authors.h
9939                 Update for Werner
9940
9941 2005-12-24 [colin]      1.9.100cvs107
9942
9943         * src/procmsg.c
9944                 Allow NULL src_msginfo in 
9945                 procmsg_msginfo_new_from_mimeinfo
9946
9947 2005-12-23 [paul]       1.9.100cvs106
9948
9949         * src/plugins/pgpinline/mypgpcore.def
9950                 add this forgotten file
9951
9952 2005-12-23 [colin]      1.9.100cvs105
9953
9954         * src/mainwindow.c
9955                 Fix missing break
9956
9957 2005-12-23 [colin]      1.9.100cvs104
9958
9959         * autogen.sh
9960         * src/folder.c
9961         * src/mh.c
9962         * src/common/plugin.c
9963         * src/common/socket.c
9964         * src/common/socket.h
9965         * src/common/utils.c
9966         * src/common/utils.h
9967         * src/gtk/pluginwindow.c
9968         * src/plugins/pgpcore/plugin.def
9969         * src/plugins/pgpcore/sylpheed.def
9970         * src/plugins/pgpinline/Makefile.am
9971         * src/plugins/pgpinline/plugin.def
9972         * src/plugins/pgpinline/sylpheed.def
9973         * src/plugins/pgpmime/plugin.def
9974         * src/plugins/pgpmime/sylpheed.def
9975                 Various w32 fixes by Werner Koch
9976
9977 2005-12-22 [paul]       1.9.100cvs103
9978
9979         * src/wizard.c
9980                 don't offer IMAP as 'server type' if
9981                 libetpan isn't built in
9982
9983 2005-12-22 [paul]       1.9.100cvs102
9984
9985         * AUTHORS
9986         * src/mainwindow.c
9987         * src/mainwindow.h
9988         * src/toolbar.c
9989         * src/gtk/authors.h
9990                 support GTK_TOOLBAR_BOTH_HORIZ (text
9991                 next to icon) Patch by Marien Zwart
9992                 marienz@users.sf.net
9993                 Also reword the text
9994
9995 2005-12-21 [colin]      1.9.100cvs101
9996
9997         * configure.ac
9998                 Fix DATADIRNAME
9999         * COPYING
10000                 Fix missing section and explicit the exception better
10001         * src/compose.c
10002                 Prevent mail from being lost without notice when an
10003                 SMTP error happens on trying to send an unmodified
10004                 drafted mail.
10005         * src/send_message.c
10006         * src/common/smtp.c
10007                 Fix password remembering when wrong, and add return
10008                 value checks where they should have been
10009         * src/plugins/pgpcore/sylpheed.def
10010         * src/plugins/pgpinline/sylpheed.def
10011         * src/plugins/pgpmime/sylpheed.def
10012                 Add a few symbols needed
10013
10014 2005-12-21 [paul]       1.9.100cvs100
10015
10016         * m4/codeset.m4
10017         * m4/glibc21.m4
10018         * m4/intdiv0.m4
10019         * m4/inttypes-pri.m4
10020         * m4/inttypes.m4
10021         * m4/inttypes_h.m4
10022         * m4/isc-posix.m4
10023         * m4/lcmessage.m4
10024         * m4/stdint_h.m4
10025         * m4/uintmax_t.m4
10026                 gettextization
10027                 thanks to Colin
10028
10029 2005-12-21 [paul]       1.9.100cvs99
10030
10031         * po/sv.po
10032                 fixed by Colin
10033
10034 2005-12-20 [paul]       1.9.100cvs98
10035
10036         * po/sv.po
10037                 updated by Anders Trobäck
10038
10039 2005-12-20 [colin]      1.9.100cvs97
10040
10041         * ABOUT-NLS
10042         * Makefile.am
10043         * autogen.sh
10044         * configure.ac
10045         * config/config.rpath
10046         * config/mkinstalldirs
10047         * m4/Makefile.am
10048         * m4/glibc2.m4
10049         * m4/gnupg.m4
10050         * m4/gpgme.m4
10051         * m4/intmax.m4
10052         * m4/longdouble.m4
10053         * m4/longlong.m4
10054         * m4/printf-posix.m4
10055         * m4/signed.m4
10056         * m4/size_max.m4
10057         * m4/ulonglong.m4
10058         * m4/wchar_t.m4
10059         * m4/wint_t.m4
10060         * m4/xsize.m4
10061         * po/Makefile.in.in
10062         * po/Makevars
10063         * po/bg.po
10064         * po/ca.po
10065         * po/cs.po
10066         * po/de.po
10067         * po/el.po
10068         * po/en_GB.po
10069         * po/es.po
10070         * po/fi.po
10071         * po/fr.po
10072         * po/hr.po
10073         * po/hu.po
10074         * po/it.po
10075         * po/ja.po
10076         * po/ko.po
10077         * po/nb.po
10078         * po/nl.po
10079         * po/pl.po
10080         * po/pt_BR.po
10081         * po/ru.po
10082         * po/sk.po
10083         * po/sr.po
10084         * po/stamp-po
10085         * po/sv.po
10086         * po/zh_CN.po
10087         * po/zh_TW.po
10088         * src/Makefile.am
10089         * src/codeconv.c
10090         * src/compose.c
10091         * src/exporthtml.c
10092         * src/exportldif.c
10093         * src/folder.c
10094         * src/main.c
10095         * src/manual.c
10096         * src/mh.c
10097         * src/mimeview.c
10098         * src/send_message.c
10099         * src/common/Makefile.am
10100         * src/common/fnmatch.c
10101         * src/common/fnmatch.h
10102         * src/common/fnmatch_loop.c
10103         * src/common/nntp.c
10104         * src/common/plugin.c
10105         * src/common/smtp.c
10106         * src/common/socket.c
10107         * src/common/string_match.c
10108         * src/common/sylpheed.c
10109         * src/common/utils.c
10110         * src/common/utils.h
10111         * src/common/w32_dirent.c
10112         * src/common/w32_reg.c
10113         * src/common/w32_signal.c
10114         * src/common/w32_stat.c
10115         * src/common/w32_stdio.c
10116         * src/common/w32_stdlib.c
10117         * src/common/w32_string.c
10118         * src/common/w32_time.c
10119         * src/common/w32_unistd.c
10120         * src/common/w32_wait.c
10121         * src/common/w32lib.h
10122         * src/etpan/Makefile.am
10123         * src/gtk/Makefile.am
10124         * src/plugins/clamav/Makefile.am
10125         * src/plugins/demo/Makefile.am
10126         * src/plugins/dillo_viewer/Makefile.am
10127         * src/plugins/pgpcore/Makefile.am
10128         * src/plugins/pgpcore/passphrase.c
10129         * src/plugins/pgpcore/plugin.def
10130         * src/plugins/pgpcore/sgpgme.c
10131         * src/plugins/pgpcore/sylpheed.def
10132         * src/plugins/pgpcore/version.rc
10133         * src/plugins/pgpinline/Makefile.am
10134         * src/plugins/pgpinline/plugin.def
10135         * src/plugins/pgpinline/sylpheed.def
10136         * src/plugins/pgpinline/version.rc
10137         * src/plugins/pgpmime/Makefile.am
10138         * src/plugins/pgpmime/mypgpcore.def
10139         * src/plugins/pgpmime/plugin.def
10140         * src/plugins/pgpmime/sylpheed.def
10141         * src/plugins/pgpmime/version.rc
10142         * src/plugins/spamassassin/Makefile.am
10143                 Very little ;-) patch from Werner Koch, providing
10144                 infrastructure for cross-compiling to Win32
10145
10146 2005-12-20 [paul]       1.9.100cvs96
10147
10148         * src/account.c
10149         * src/account.h
10150         * src/mainwindow.c
10151         * src/mainwindow.h
10152         * src/toolbar.c
10153         * src/toolbar.h
10154                 add a combo to the Get All button, allowing
10155                 quick retrieval from any account
10156                 Patch by Fabien Vantard, slightly modified
10157                 by Colin
10158         * src/gtk/about.c
10159                 i18n fix. Patch by Fabien Vantard
10160
10161 2005-12-19 [colin]      1.9.100cvs95
10162
10163         * src/compose.c
10164         * src/compose.h
10165                 Don't automatically join lines when they've 
10166                 been separated by the user and not automatically
10167
10168 2005-12-19 [paul]       1.9.100cvs94
10169
10170         * src/gtk/pluginwindow.c
10171                 i18n fix.
10172                 Patch by Fabien Vantard
10173
10174 2005-12-15 [paul]       1.9.100cvs93
10175
10176         * src/common/plugin.c
10177         * src/common/plugin.h
10178         * src/gtk/pluginwindow.c
10179         * src/plugins/clamav/clamav_plugin.c
10180         * src/plugins/demo/demo.c
10181         * src/plugins/dillo_viewer/dillo_viewer.c
10182         * src/plugins/pgpcore/plugin.c
10183         * src/plugins/pgpinline/plugin.c
10184         * src/plugins/pgpmime/plugin.c
10185         * src/plugins/spamassassin/spamassassin.c
10186         * src/plugins/trayicon/trayicon.c
10187                 add plugin_version()
10188
10189 2005-12-15 [colin]      1.9.100cvs92
10190
10191         * src/compose.c
10192                 Further fix bug #875
10193
10194 2005-12-15 [paul]       1.9.100cvs91
10195
10196         * src/gtk/filesel.c
10197                 fix attach_load_dir getting set to
10198                 PLUGINDIR on plugin load
10199
10200 2005-12-14 [mones]      1.9.100cvs90
10201
10202         * manual/ack.xml
10203         * manual/keyboard.xml
10204                 Initial draft and some shortcuts added
10205                 
10206         * po/es.po
10207                 Updated translation
10208
10209 2005-12-14 [colin]      1.9.100cvs89
10210
10211         * src/compose.c
10212         * src/imap.c
10213         * src/summaryview.c
10214         * src/gtk/gtkaspell.c
10215                 More leaks fixed
10216         * src/prefs_folder_item.c
10217                 Fix recursive prefs apply
10218
10219
10220 2005-12-14 [colin]      1.9.100cvs88
10221
10222         * src/compose.c
10223                 Fix bug #875 (Freeze On Inline Forward of 
10224                 Large Message)
10225
10226 2005-12-13 [colin]      1.9.100cvs87
10227
10228         * src/compose.c
10229                 Uniq-ify and sort the mimetypes list
10230                 Patch by Fabien Vantard
10231
10232 2005-12-13 [colin]      1.9.100cvs86
10233
10234         * src/imap.c
10235         * src/etpan/imap-thread.c
10236                 Fix leaks (patch by Hoa)
10237         * src/news.c
10238         * src/common/plugin.c
10239                 Fix leaks
10240
10241 2005-12-12 [colin]
10242
10243         * 2.0.0-rc2 released
10244
10245 2005-12-12 [colin]      1.9.100cvs85
10246
10247         * src/matcher.c
10248                 Fix a leak
10249
10250 2005-12-12 [wwp]        1.9.100cvs84
10251
10252         * src/gtk/icon_legend.c
10253                 fix misbehaviour and crash when closing the legend window
10254         using the Esc key (patch by Fabien Vantard).
10255
10256 2005-12-12 [paul]       1.9.100cvs83
10257
10258         * src/browseldap.c
10259         * src/foldersel.c
10260         * src/prefs_actions.c
10261         * src/prefs_filtering.c
10262         * src/prefs_matcher.c
10263         * src/prefs_spelling.glade      ** REMOVED **
10264         * src/prefs_template.c
10265         * src/gtk/foldersort.glade      ** REMOVED **
10266         * src/gtk/pluginwindow.c
10267         * src/gtk/pluginwindow.glade    ** REMOVED **
10268         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10269                 cleanups
10270
10271 2005-12-11 [paul]       1.9.100cvs82
10272
10273         * src/gtk/filesel.c
10274                 fix attach_load_dir crasher (double free)
10275
10276 2005-12-09 [paul]       1.9.100cvs81
10277
10278         * po/POTFILES.in
10279         * src/mainwindow.c
10280         * src/gtk/Makefile.am
10281         * src/gtk/icon_legend.c
10282         * src/gtk/icon_legend.h
10283                 add icon legend
10284         * src/manual.c
10285                 cleanup
10286
10287 2005-12-09 [paul]       1.9.100cvs80
10288
10289         * src/plugins/pgpcore/passphrase.c
10290                 wrap the label in the dialog
10291
10292 2005-12-09 [colin]      1.9.100cvs79
10293
10294         * src/plugins/pgpcore/sgpgme.c
10295                 Display (untrusted) on not trusted signatures
10296                 Patch by Michal Èihaø <michal@cihar.com>
10297                 Closes bug #867 (Report also key trust)
10298
10299 2005-12-09 [colin]      1.9.100cvs78
10300
10301         * src/common/plugin.c
10302                 Update licence check, following Eben Moglen's advice
10303
10304 2005-12-08 [colin]      1.9.100cvs77
10305
10306         * src/folder.c
10307                 Fix the occasionnal item->cache != NULL 
10308                 assertion failure. 
10309
10310 2005-12-08 [colin]      1.9.100cvs76
10311
10312         * src/mimeview.c
10313         * src/plugins/pgpcore/sgpgme.c
10314                 Print key id when unable to check it
10315                 Closes bug #866 (Show key id when missing)
10316
10317 2005-12-08 [paul]       1.9.100cvs75
10318
10319         * src/prefs_common.c
10320         * src/prefs_common.h
10321         * src/gtk/filesel.c
10322                 remember load attachment dir
10323
10324 2005-12-07 [colin]      1.9.100cvs74
10325
10326         * src/prefs_toolbar.c
10327                 Gtk fixes, patch by Fabien Vantard
10328
10329 2005-12-07 [colin]      1.9.100cvs73
10330
10331         * src/action.c
10332         * src/compose.c
10333         * src/compose.h
10334                 Fix bug #839 (Quoted text isn't colored after 
10335                 executing an action)
10336         * src/common/plugin.c
10337                 Require plugins to declare their licence in plugin_licence()
10338                 Refuse to load non-GPL plugins as they'd be illegal (as 
10339                 derived works of Sylpheed-Claws, they must be GPL).
10340         * src/plugins/clamav/clamav_plugin.c
10341         * src/plugins/demo/demo.c
10342         * src/plugins/dillo_viewer/dillo_viewer.c
10343         * src/plugins/pgpcore/plugin.c
10344         * src/plugins/pgpinline/plugin.c
10345         * src/plugins/pgpmime/plugin.c
10346         * src/plugins/spamassassin/spamassassin.c
10347         * src/plugins/trayicon/trayicon.c
10348                 Add plugin_licence()
10349
10350 2005-12-07 [paul]       1.9.100cvs72
10351
10352         * configure.ac
10353         * src/mainwindow.c
10354         * src/manual.c
10355         * src/manual.h
10356         * src/common/defs.h
10357                 clean up after local FAQ removal and
10358                 temporary manual removal
10359
10360 2005-12-06 [colin]      1.9.100cvs71
10361
10362         * configure.ac
10363         * doc/Makefile.am
10364         * doc/faq/.cvsignore
10365         * doc/faq/Makefile.am
10366         * doc/faq/de/.cvsignore
10367         * doc/faq/de/Makefile.am
10368         * doc/faq/de/sylpheed-faq-1.html
10369         * doc/faq/de/sylpheed-faq-2.html
10370         * doc/faq/de/sylpheed-faq-3.html
10371         * doc/faq/de/sylpheed-faq.html
10372         * doc/faq/en/.cvsignore
10373         * doc/faq/en/Makefile.am
10374         * doc/faq/en/sylpheed-faq-1.html
10375         * doc/faq/en/sylpheed-faq-2.html
10376         * doc/faq/en/sylpheed-faq-3.html
10377         * doc/faq/en/sylpheed-faq-4.html
10378         * doc/faq/en/sylpheed-faq.html
10379         * doc/faq/es/.cvsignore
10380         * doc/faq/es/Makefile.am
10381         * doc/faq/es/sylpheed-faq-1.html
10382         * doc/faq/es/sylpheed-faq-2.html
10383         * doc/faq/es/sylpheed-faq-3.html
10384         * doc/faq/es/sylpheed-faq-4.html
10385         * doc/faq/es/sylpheed-faq.html
10386         * doc/faq/fr/.cvsignore
10387         * doc/faq/fr/Makefile.am
10388         * doc/faq/fr/sylpheed-faq-1.html
10389         * doc/faq/fr/sylpheed-faq-2.html
10390         * doc/faq/fr/sylpheed-faq-3.html
10391         * doc/faq/fr/sylpheed-faq.html
10392         * doc/faq/it/.cvsignore
10393         * doc/faq/it/Makefile.am
10394         * doc/faq/it/sylpheed-faq-1.html
10395         * doc/faq/it/sylpheed-faq-2.html
10396         * doc/faq/it/sylpheed-faq-3.html
10397         * doc/faq/it/sylpheed-faq.html
10398         * doc/manual/.cvsignore
10399         * doc/manual/Makefile.am
10400         * doc/manual/de/.cvsignore
10401         * doc/manual/de/Makefile.am
10402         * doc/manual/de/sylpheed-1.html
10403         * doc/manual/de/sylpheed-10.html
10404         * doc/manual/de/sylpheed-11.html
10405         * doc/manual/de/sylpheed-12.html
10406         * doc/manual/de/sylpheed-13.html
10407         * doc/manual/de/sylpheed-14.html
10408         * doc/manual/de/sylpheed-15.html
10409         * doc/manual/de/sylpheed-16.html
10410         * doc/manual/de/sylpheed-17.html
10411         * doc/manual/de/sylpheed-18.html
10412         * doc/manual/de/sylpheed-19.html
10413         * doc/manual/de/sylpheed-2.html
10414         * doc/manual/de/sylpheed-20.html
10415         * doc/manual/de/sylpheed-3.html
10416         * doc/manual/de/sylpheed-4.html
10417         * doc/manual/de/sylpheed-5.html
10418         * doc/manual/de/sylpheed-6.html
10419         * doc/manual/de/sylpheed-7.html
10420         * doc/manual/de/sylpheed-8.html
10421         * doc/manual/de/sylpheed-9.html
10422         * doc/manual/de/sylpheed.html
10423         * doc/manual/en/.cvsignore
10424         * doc/manual/en/Makefile.am
10425         * doc/manual/en/sylpheed-1.html
10426         * doc/manual/en/sylpheed-10.html
10427         * doc/manual/en/sylpheed-11.html
10428         * doc/manual/en/sylpheed-12.html
10429         * doc/manual/en/sylpheed-13.html
10430         * doc/manual/en/sylpheed-14.html
10431         * doc/manual/en/sylpheed-15.html
10432         * doc/manual/en/sylpheed-16.html
10433         * doc/manual/en/sylpheed-17.html
10434         * doc/manual/en/sylpheed-18.html
10435         * doc/manual/en/sylpheed-19.html
10436         * doc/manual/en/sylpheed-2.html
10437         * doc/manual/en/sylpheed-20.html
10438         * doc/manual/en/sylpheed-21.html
10439         * doc/manual/en/sylpheed-22.html
10440         * doc/manual/en/sylpheed-3.html
10441         * doc/manual/en/sylpheed-4.html
10442         * doc/manual/en/sylpheed-5.html
10443         * doc/manual/en/sylpheed-6.html
10444         * doc/manual/en/sylpheed-7.html
10445         * doc/manual/en/sylpheed-8.html
10446         * doc/manual/en/sylpheed-9.html
10447         * doc/manual/en/sylpheed.html
10448         * doc/manual/es/.cvsignore
10449         * doc/manual/es/Makefile.am
10450         * doc/manual/es/sylpheed-1.html
10451         * doc/manual/es/sylpheed-10.html
10452         * doc/manual/es/sylpheed-11.html
10453         * doc/manual/es/sylpheed-12.html
10454         * doc/manual/es/sylpheed-13.html
10455         * doc/manual/es/sylpheed-14.html
10456         * doc/manual/es/sylpheed-15.html
10457         * doc/manual/es/sylpheed-16.html
10458         * doc/manual/es/sylpheed-17.html
10459         * doc/manual/es/sylpheed-18.html
10460         * doc/manual/es/sylpheed-19.html
10461         * doc/manual/es/sylpheed-2.html
10462         * doc/manual/es/sylpheed-20.html
10463         * doc/manual/es/sylpheed-3.html
10464         * doc/manual/es/sylpheed-4.html
10465         * doc/manual/es/sylpheed-5.html
10466         * doc/manual/es/sylpheed-6.html
10467         * doc/manual/es/sylpheed-7.html
10468         * doc/manual/es/sylpheed-8.html
10469         * doc/manual/es/sylpheed-9.html
10470         * doc/manual/es/sylpheed.html
10471         * doc/manual/fr/.cvsignore
10472         * doc/manual/fr/Makefile.am
10473         * doc/manual/fr/sylpheed-1.html
10474         * doc/manual/fr/sylpheed-10.html
10475         * doc/manual/fr/sylpheed-11.html
10476         * doc/manual/fr/sylpheed-12.html
10477         * doc/manual/fr/sylpheed-13.html
10478         * doc/manual/fr/sylpheed-14.html
10479         * doc/manual/fr/sylpheed-15.html
10480         * doc/manual/fr/sylpheed-16.html
10481         * doc/manual/fr/sylpheed-17.html
10482         * doc/manual/fr/sylpheed-18.html
10483         * doc/manual/fr/sylpheed-19.html
10484         * doc/manual/fr/sylpheed-2.html
10485         * doc/manual/fr/sylpheed-20.html
10486         * doc/manual/fr/sylpheed-3.html
10487         * doc/manual/fr/sylpheed-4.html
10488         * doc/manual/fr/sylpheed-5.html
10489         * doc/manual/fr/sylpheed-6.html
10490         * doc/manual/fr/sylpheed-7.html
10491         * doc/manual/fr/sylpheed-8.html
10492         * doc/manual/fr/sylpheed-9.html
10493         * doc/manual/fr/sylpheed.html
10494         * doc/manual/ja/.cvsignore
10495         * doc/manual/ja/Makefile.am
10496         * doc/manual/ja/sylpheed-1.html
10497         * doc/manual/ja/sylpheed-10.html
10498         * doc/manual/ja/sylpheed-11.html
10499         * doc/manual/ja/sylpheed-12.html
10500         * doc/manual/ja/sylpheed-13.html
10501         * doc/manual/ja/sylpheed-14.html
10502         * doc/manual/ja/sylpheed-15.html
10503         * doc/manual/ja/sylpheed-16.html
10504         * doc/manual/ja/sylpheed-17.html
10505         * doc/manual/ja/sylpheed-18.html
10506         * doc/manual/ja/sylpheed-19.html
10507         * doc/manual/ja/sylpheed-2.html
10508         * doc/manual/ja/sylpheed-20.html
10509         * doc/manual/ja/sylpheed-3.html
10510         * doc/manual/ja/sylpheed-4.html
10511         * doc/manual/ja/sylpheed-5.html
10512         * doc/manual/ja/sylpheed-6.html
10513         * doc/manual/ja/sylpheed-7.html
10514         * doc/manual/ja/sylpheed-8.html
10515         * doc/manual/ja/sylpheed-9.html
10516         * doc/manual/ja/sylpheed.html
10517         * doc/manual/ja/sylpheed.sgml
10518         * src/mainwindow.c
10519                 Remove outdated manual and faq. Noisy, eh?
10520
10521 2005-12-06 [colin]      1.9.100cvs70
10522
10523         * src/compose.c
10524         * src/quote_fmt_parse.y
10525         * src/undo.c
10526         * src/undo.h
10527                 Allow %X to position cursor at 0 
10528                 (no %X = before signature)
10529                 Fix paste as quotation putting the cursor at 0
10530                 Fix undo offsets when pasting
10531                 Insert the quote_fmt at once instead of line 
10532                 by line
10533                 Fix [Edited] when starting to reply/forward
10534
10535 2005-12-06 [paul]       1.9.100cvs69
10536
10537         * src/plugins/clamav/clamav_plugin_gtk.c
10538                 add another tooltip
10539         * src/plugins/spamassassin/spamassassin_gtk.c
10540                 rework spamassassin_create_widget_func()
10541
10542 2005-12-05 [colin]      1.9.100cvs68
10543
10544         * po/POTFILES.in
10545                 Fix make release ;-)
10546
10547 2005-12-05 [colin]      1.9.100cvs67
10548
10549         * src/compose.c
10550         * src/compose.h
10551                 Fix cursor positioning (not obeying %X)
10552
10553 2005-12-05 [paul]       1.9.100cvs66
10554
10555         * src/plugins/dillo_viewer/dillo_prefs.c
10556                 fix compilation warning
10557
10558 2005-12-05 [paul]       1.9.100cvs65
10559
10560         * src/prefs_spelling.c
10561         * src/plugins/trayicon/trayicon.c
10562                 cleanups - remove unused stuff
10563
10564 2005-12-05 [paul]       1.9.100cvs64
10565
10566         * README
10567         * manual/plugins.xml
10568                 remove info about removed mathml_viewer plugin
10569
10570 2005-12-05 [paul]       1.9.100cvs63
10571
10572         * configure.ac
10573         * src/plugins/Makefile.am
10574         * src/plugins/mathml_viewer/.cvsignore
10575         * src/plugins/mathml_viewer/Makefile.am
10576         * src/plugins/mathml_viewer/mathml_viewer.c
10577                 remove unmaintained mathml_viewer plugin
10578
10579 2005-12-05 [paul]       1.9.100cvs62
10580
10581         * src/summaryview.c
10582                 obey prefs_common.always_show_msg when
10583                 moving a msg
10584                 Thanks to Colin
10585
10586 2005-12-05 [paul]       1.9.100cvs61
10587
10588         * src/compose.c
10589         * src/prefs_account.c
10590         * src/prefs_filtering.c
10591         * src/prefs_quote.c
10592         * src/prefs_spelling.c
10593         * src/prefs_toolbar.c
10594         * src/summaryview.c
10595         * src/gtk/gtkutils.c
10596         * src/gtk/quicksearch.c
10597         * src/plugins/dillo_viewer/dillo_prefs.c
10598                 dialog cleanups
10599
10600 2005-12-04 [paul]       1.9.100cvs60
10601
10602         * src/inc.c
10603         * src/prefs_account.c
10604         * src/prefs_account.h
10605                 allow a Local account to specify a
10606                 default inbox
10607                 (closes bug 843 'Inbox cannot be changed for local
10608                  mailboxes')
10609
10610 2005-12-04 [colin]      1.9.100cvs59
10611
10612         * src/plugins/trayicon/trayicon.c
10613                 Remove Get, rename Get All to Get Mail in order to
10614                 be consistent with the default main toolbar
10615
10616 2005-12-03 [colin]      1.9.100cvs58
10617
10618         * manual/gpl.xml
10619         * manual/sylpheed-claws-manual.xml
10620                 Add GPL appendix
10621
10622 2005-12-03 [paul]       1.9.100cvs57
10623
10624         * AUTHORS
10625         * po/sv.po
10626         * src/gtk/authors.h
10627                 new (partially complete) Swedish translation
10628                 by Anders Troback <sylpheed@troback.com>
10629
10630 2005-12-02 [paul]       1.9.100cvs56
10631
10632         * configure.ac
10633                 libetpan 0.41 required
10634
10635 2005-12-02 [paul]       1.9.100cvs55
10636
10637         * src/plugins/clamav/clamav_plugin.c
10638         * src/plugins/clamav/clamav_plugin.h
10639         * src/plugins/clamav/clamav_plugin_gtk.c
10640         * src/plugins/spamassassin/spamassassin.c
10641         * src/plugins/spamassassin/spamassassin.h
10642         * src/plugins/spamassassin/spamassassin_gtk.c
10643                 unregister prefs pages on unloading, thus
10644                 preventing a crash
10645                 (thanks to Colin for the hint)
10646
10647 2005-12-02 [wwp]        1.9.100cvs54
10648
10649         * src/quote_fmt.h
10650         * src/quote_fmt_parse.y
10651                 fix misuse of gboolean*, use gboolean instead
10652                 (thanks to Paul, Colin, for pointing out that scaring one)
10653
10654 2005-12-02 [paul]       1.9.100cvs53
10655
10656         * src/plugins/clamav/clamav_plugin.c
10657                 int no --> unsigned int no
10658         * src/plugins/clamav/clamav_plugin_gtk.c
10659                 rework config page
10660
10661 2005-12-02 [wwp]        1.9.100cvs52
10662
10663         * src/compose.c
10664         * src/prefs_template.c
10665         * src/quote_fmt.h
10666         * src/quote_fmt_parse.y
10667                 prevent from executing |f and |p templates commands when
10668                 adding or replacing templates in prefs (avoids annoying and
10669                 potentially dangerous behaviours)
10670
10671 2005-12-02 [paul]       1.9.100cvs51
10672
10673         * src/prefs_common.c
10674                 allow translation of some default values
10675                 Patch by Fabien Vantard
10676
10677 2005-12-02 [paul]       1.9.100cvs50
10678
10679         * src/codeconv.c
10680         * src/codeconv.h
10681         * src/prefs_common.c
10682         * src/prefs_common.h
10683         * src/prefs_message.c
10684         * src/textview.c
10685                 remove obsolete 'convert_mb_alnum' option
10686                 and related stuff
10687         * src/gtk/about.c
10688                 remove unused 'about_textview_visibility_notify'
10689
10690 2005-12-02 [paul]       1.9.100cvs49
10691
10692         * src/prefs_account.c
10693         * src/prefs_compose_writing.c
10694         * src/prefs_fonts.c
10695         * src/prefs_gtk.h
10696         * src/prefs_image_viewer.c
10697         * src/prefs_message.c
10698         * src/prefs_other.c
10699         * src/prefs_receive.c
10700         * src/prefs_send.c
10701         * src/prefs_spelling.c
10702         * src/prefs_summaries.c
10703         * src/prefs_wrapping.c
10704         * src/plugins/dillo_viewer/dillo_prefs.c
10705         * src/plugins/pgpcore/prefs_gpg.c
10706                 several cleanups to the prefs dialogs
10707                 (slightly modified) patch by Fabien Vantard
10708
10709 2005-12-02 [paul]       1.9.100cvs48
10710
10711         * src/main.c
10712                 --exit means exit
10713         * src/send_message.c
10714                 fix crash on send when connection fails
10715
10716         Thanks to Colin
10717
10718 2005-12-01 [colin]      1.9.100cvs47
10719
10720         * src/html.c
10721                 Translate &hellip; to "..."
10722
10723 2005-11-30 [colin]      1.9.100cvs46
10724
10725         * src/matcher.c
10726         * src/matcher.h
10727                 Optimize back yesterday's fix.
10728
10729 2005-11-30 [paul]       1.9.100cvs45
10730
10731         * manual/faq.xml
10732                 standardised
10733         * manual/intro.xml
10734                 written by Colin, edited by me
10735
10736 2005-11-29 [colin]      1.9.100cvs44
10737
10738         * src/matcher.c
10739                 Skip headers unconditionnaly in match_body if the
10740                 rule is not message or ~message
10741
10742 2005-11-29 [colin]      1.9.100cvs43
10743
10744         * src/matcher.c
10745                 Fix body_part and such, not skipping headers 
10746                 if the matchcriteria wasn't the first in the rule
10747
10748 2005-11-29 [colin]      1.9.100cvs42
10749
10750         * src/compose.c
10751                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10752                 option missing from message view window)
10753                 Fix double text D'n'D with gtk-2.8
10754         * src/matcher.c
10755                 Fix ~message, ~headers_part, ~body_part rules
10756         * src/messageview.c
10757                 Add Windows-1252 (Closes bug #863)
10758                 Fix accels
10759         * src/gtk/gtkaspell.c
10760                 Properly destroy accels in all menus
10761
10762 2005-11-29 [mones]      1.9.100cvs41
10763
10764         * po/es.po
10765                 Updated.
10766
10767 2005-11-27 [colin]      1.9.100cvs40
10768
10769         * src/mh_gtk.c
10770                 "/Remove mailbox" -> "/Remove mailbox..."
10771
10772 2005-11-27 [paul]       1.9.100cvs39
10773
10774         * AUTHORS
10775         * po/de.po
10776         * src/gtk/authors.h
10777                 updated by new maintainer, Stephan Sachse
10778
10779 2005-11-27 [paul]       1.9.100cvs38
10780
10781         * manual/faq.xml
10782                 written by Colin, edited by me
10783
10784 2005-11-27 [paul]       1.9.100cvs37
10785
10786         * src/prefs_common.c
10787         * src/prefs_common.h
10788         * src/prefs_receive.c
10789         * src/prefs_summaries.c
10790                 move 'go to inbox after receiving new mail'
10791                 option from display/sumamaries to mail
10792                 handling/receive, and rework prefs_summaries
10793                 dialog a little
10794
10795 2005-11-25 [martin]     1.9.100cvs36
10796
10797         * po/de.po
10798             fixed windows-1252 translation;
10799             translated some new and fuzzy strings
10800
10801 2005-11-25 [paul]       1.9.100cvs35
10802
10803         * src/plugins/clamav/clamav_plugin.c
10804                 complete the update done in cvs34
10805
10806 2005-11-25 [paul]       1.9.100cvs34
10807
10808         * src/plugins/clamav/clamav_plugin.c
10809                 reflect upstream changes
10810
10811 2005-11-25 [paul]       1.9.100cvs33
10812
10813         * manual/ack.xml
10814         * manual/plugins.xml
10815         * manual/sylpheed-claws-manual.xml
10816                 written/updated by Colin, edited by me
10817         * tools/acroread2sylpheed.pl
10818                 update binary name
10819
10820 2005-11-24 [colin]      1.9.100cvs32
10821
10822         * src/compose.c
10823                 Fix bug #856 (reediting messages forgets Request
10824                 Return Receipt)
10825
10826 2005-11-24 [paul]       1.9.100cvs31
10827
10828         * manual/addrbook.xml
10829         * manual/starting.xml
10830                 written by Colin, proofread, edited, adapted by me
10831         * manual/advanced.xml
10832                 add some Actions examples
10833         * src/importldif.c
10834                 use a Save button instead of a Close button
10835         * src/wizard.c
10836                 indicate mandatory fields
10837                 fix page display
10838                 Thanks to Colin
10839
10840 2005-11-23 [colin]      1.9.100cvs30
10841
10842         * src/addressbook.c
10843                 Rename menu item, fix possible crash after
10844                 deletion of books
10845         * src/addrindex.c
10846                 Allow searching for '*' in ldap
10847         * src/browseldap.c
10848                 Fix "Browse Entry" (did anyone use it?)
10849         * src/wizard.c
10850                 Add guards for mandatory information
10851
10852 2005-11-23 [paul]       1.9.100cvs29
10853
10854         * manual/advanced.xml
10855                 corrections to the English
10856
10857 2005-11-23 [colin]      1.9.100cvs28
10858
10859         * src/mimeview.c
10860                 Fix possible crash at exit. After the call to
10861                 gtk_container_remove(), the Viewer's widget has no
10862                 more parent so gtk+ automatically frees it and its
10863                 sons. If destroy_viewer() then try to access it,
10864                 problems ensue.
10865
10866 2005-11-22 [colin]      1.9.100cvs27
10867
10868         * src/compose.c
10869         * src/gtk/gtkaspell.c
10870                 Fix right-clicking on a misspelled word
10871                 Fix More... in suggestions menu
10872
10873 2005-11-22 [wwp]        1.9.100cvs26
10874
10875         * src/prefs_template.c
10876                 templates works: re-sort templates list when adding or replacing,
10877                 prevent from adding or replacing when the template name is empty
10878
10879 2005-11-21 [colin]      1.9.100cvs25
10880
10881         * src/addressbook.c
10882                 Fix some addressbook suckage (dnd, select all)
10883         * src/compose.c
10884         * src/gtk/gtkaspell.c
10885         * src/gtk/gtkaspell.h
10886                 Make the spellchecker menu work with the 
10887                 GtkTextView one instead of overriding it
10888
10889 2005-11-20 [paul]       1.9.100cvs24
10890
10891         * manual/handling.xml
10892                 proofread and corrected
10893
10894 2005-11-20 [paul]       1.9.100cvs23
10895
10896         * manual/Makefile
10897                 generate html as one file
10898         * manual/advanced.xml
10899                 fix output generation
10900                 reformat hidden options list
10901         * manual/manual.xml     ** REMOVED **
10902         * manual/sylpheed-claws-manual.xml      ** ADDED **
10903                 renamed
10904
10905 2005-11-18 [colin]      1.9.100cvs22
10906
10907         * src/prefs_account.c
10908                 Fix layout in news and mbox accounts
10909         * manual/account.xml
10910         * manual/advanced.xml
10911                 New contents for Paul to check :)
10912
10913 2005-11-18 [wwp]        1.9.100cvs21
10914
10915         * src/gtk/quicksearch.c
10916                 don't update extended quicksearch buttons twice
10917
10918 2005-11-18 [paul]       1.9.100cvs20
10919
10920         * src/textview.c
10921                 complete 1.9.100cvs19
10922
10923 2005-11-18 [paul]       1.9.100cvs19
10924
10925         * src/compose.c
10926                 cosmetic improvements
10927         * src/textview.c
10928                 also list text/* attachments
10929
10930 2005-11-18 [colin]      1.9.100cvs18
10931
10932         * src/summaryview.c
10933                 Use column 0 instead of -1 in 
10934                 gtk_ctree_node_moveto, in a naive
10935                 hope it'll fix the gtk-related crashes
10936
10937 2005-11-18 [colin]      1.9.100cvs17
10938
10939         * src/gtk/inputdialog.c
10940                 Fix icon staying the first one
10941
10942 2005-11-17 [wwp]        1.9.100cvs16
10943                 fix possible problem showing some quicksearch buttons, and a bad
10944                 call to g_return_if_fail in a function that returns a value (both
10945                 fixes by Fabien Vantard)
10946
10947 2005-11-15 [wwp]        1.9.100cvs15
10948
10949         * src/gtk/quicksearch.c
10950                 added a tooltip to that obscure ... quicksearch button
10951
10952 2005-11-15 [wwp]        1.9.100cvs14
10953
10954         * src/gtk/quicksearch.c
10955                 add a quicksearch helper to filtering expression users: the ... button
10956                 raises the condition expr window. condition expressions set up w/ this
10957                 window are used by the quicksearch if the user closes it pressing OK.
10958
10959 2005-11-14 [paul]       1.9.100cvs13
10960
10961         * src/plugins/clamav/clamav_plugin.c
10962         * src/plugins/spamassassin/spamassassin.c
10963                 change plugin type following recent merging
10964
10965 2005-11-14 [wwp]        1.9.100cvs12
10966
10967         * src/folder.c
10968                 prevent from crashing when copying/moving message(s) from and
10969                 to the same folder
10970
10971 2005-11-14 [paul]       1.9.100cvs11
10972
10973         * src/plugins/clamav/Makefile.am
10974         * src/plugins/clamav/clamav_plugin.c
10975         * src/plugins/clamav/clamav_plugin.h
10976         * src/plugins/clamav/clamav_plugin_gtk.c
10977                 also merge clamav and clamav_gtk plugins
10978
10979 2005-11-13 [colin]      1.9.100cvs10
10980
10981         * configure.ac
10982         * src/plugins/spamassassin/Makefile.am
10983         * src/plugins/spamassassin/spamassassin.c
10984         * src/plugins/spamassassin/spamassassin.h
10985         * src/plugins/spamassassin/spamassassin_gtk.c
10986                 Merge spamassassin and spamassassin_gtk plugins,
10987                 and build it by default.
10988
10989 2005-11-12 [colin]      1.9.100cvs9
10990
10991         * src/etpan/imap-thread.c
10992                 Fix gcc warning
10993
10994 2005-11-12 [colin]      1.9.100cvs8
10995
10996         * src/procmime.c
10997                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10998
10999 2005-11-10 [colin]      1.9.100cvs7
11000
11001         * src/main.c
11002                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
11003                 minimised state)
11004
11005 2005-11-10 [wwp]        1.9.100cvs6
11006
11007         * src/gtk/description_window.c
11008                 fix a crash when closing description windows using the WM's [X] button
11009
11010 2005-11-09 [colin]      1.9.100cvs5
11011
11012         * src/common/ssl.c
11013                 Update libetpan call to follow upstream
11014                 (yes, this requires libetpan-0.40cvs3)
11015
11016 2005-11-08 [colin]      1.9.100cvs4
11017
11018         * src/compose.c
11019         * src/textview.c
11020         * src/common/utils.c
11021         * src/common/utils.h
11022                 Enhance the email parser
11023
11024 2005-11-08 [colin]      1.9.100cvs3
11025
11026         * src/procmime.c
11027                 Fix what looks like an off-by-one (fixes 
11028                 attachments from the Bat)
11029
11030 2005-11-08 [wwp]        1.9.100cvs2
11031
11032         * src/main.c
11033                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
11034
11035 2005-11-08 [wwp]        1.9.100cvs1
11036
11037         * src/main.c
11038                 allow exiting Sylpheed-Claws from command-line
11039
11040 2005-11-08 [paul]       1.9.100
11041
11042         1.9.100 released
11043
11044 2005-11-07 [colin]      1.9.99cvs17
11045
11046         * src/addritem.c
11047         * src/ldif.c
11048                 Fix import of base-64 encoded items
11049
11050 2005-11-07 [colin]      1.9.99cvs16
11051
11052         * src/send_message.c
11053                 Fix bug #314 (Queue does not empty under certain 
11054                 circumstances)
11055
11056 2005-11-07 [paul]       1.9.99cvs15
11057
11058         * src/mutt.c
11059         * src/pine.c
11060                 fix buffer overflows
11061                 Thanks to Colin
11062
11063 2005-11-07 [paul]       1.9.99cvs14
11064
11065         * doc/man/Makefile.am
11066         * doc/man/sylpheed-claws.1      ** ADDED **
11067         * doc/man/sylpheed.1            ** DELETED **
11068                 rename and update the man file
11069
11070 2005-11-06 [colin]      1.9.99cvs13
11071
11072         * src/ldif.c
11073                 Fix ldif_get_line() that returned empty strings
11074                 (Didn't understand why). Also fix a possible
11075                 buffer overflow.
11076
11077 2005-11-06 [wwp]        1.9.99cvs12
11078
11079         * src/textview.c
11080         * src/gtk/about.c
11081         * src/gtk/gtkutils.c
11082         * src/gtk/gtkutils.h
11083                 fix a compilation warning,
11084                 make links sensitive in the about dialog
11085
11086 2005-11-04 [wwp]        1.9.99cvs11
11087
11088         * src/gtk/about.c
11089                 don't wrap or translate URIs, and a bit text format cleanup
11090
11091 2005-11-04 [wwp]        1.9.99cvs10
11092
11093         * src/gtk/about.c
11094                 better textview tagging implementation (no more use of marks for
11095                 postponed tagging)
11096
11097 2005-11-02 [colin]      1.9.99cvs9
11098
11099         * src/common/ssl.c
11100                 Forgot an ifdef
11101
11102 2005-11-02 [colin]      1.9.99cvs8
11103
11104         * configure.ac
11105                 Require libetpan-0.40 due to upstream fix
11106         * src/common/ssl.c
11107                 Tell libetpan not to call SSL_Library_Init,
11108                 as we do it ourselves.
11109
11110 2005-11-02 [colin]      1.9.99cvs7
11111
11112         * po/POTFILES.in
11113                 Add missing files (thanks to Fabien Vantard)
11114
11115 2005-11-02 [colin]      1.9.99cvs6
11116
11117         * src/summaryview.c
11118                 Fix totals when read messages are hidden or quicksearch
11119                 is on
11120         * src/ssl_manager.c
11121         * src/ssl_manager.h
11122         * src/common/ssl_certificate.c
11123         * src/common/ssl_certificate.h
11124         * src/gtk/sslcertwindow.c
11125         * src/gtk/sslcertwindow.h
11126                 Fix copyright on my stuff
11127
11128 2005-11-02 [wwp]        1.9.99cvs5
11129
11130         * src/prefs_themes.c
11131                 fix directory name checking (theme installation/removal),
11132                 made related error a bit more verbose
11133
11134 2005-11-02 [colin]      1.9.99cvs4
11135
11136         * src/summaryview.c
11137                 Fix typo (probably fixes bug #841 (Sort by the From 
11138                 field doesn't work)
11139
11140 2005-11-02 [paul]       1.9.99cvs3
11141
11142         * po/ko.po
11143         * po/nb.po
11144                 updated by SungHyun Nam, Geir Helland
11145         * src/wizard.c
11146                 fix typo in welcome message. spotted by
11147                 Andrea Spadaccini
11148
11149 2005-11-01 [colin]      1.9.99cvs2
11150
11151         * src/compose.c
11152                 Fix replying to ml wen confirming subscription
11153         * src/messageview.c
11154         * src/mimeview.c
11155         * src/mimeview.h
11156         * src/privacy.h
11157         * src/summaryview.c
11158                 Make key check non blocking
11159
11160 2005-10-31 [paul]       1.9.99cvs1
11161
11162         * tools/claws.i18n.status.pl
11163                 updated for ChangeLog
11164
11165 2005-10-31 [paul]       1.9.99
11166
11167         1.9.99 released
11168
11169 2005-10-31 [paul]       1.9.15cvs131
11170
11171         * .cvsignore
11172         * ChangeLog
11173         * ChangeLog.claws       ** REMOVED **
11174         * ChangeLog-gtk2.claws  ** REMOVED **
11175         * ChangeLog.gtk1        ** ADDED **
11176         * INSTALL
11177         * Makefile.am
11178         * NEWS
11179         * README
11180         * README.claws          ** REMOVED **
11181         * README.jp             ** REMOVED **
11182         * RELEASE_NOTES         ** ADDED **
11183         * RELEASE_NOTES.claws   ** REMOVED **
11184         * commitHelper
11185         * configure.ac
11186         * sylpheed.spec.in      ** REMOVED **
11187                 tidy up and update the default docs:
11188                 ChangeLog.claws is renamed ChangeLog.gtk1
11189                 ChangeLog-gtk2.claws is renamed ChangeLog
11190                 README.claws is renamed README
11191                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11192
11193 2005-10-31 [paul]       1.9.15cvs130
11194
11195         * po/it.po
11196                 fix errors
11197
11198 2005-10-31 [paul]       1.9.15cvs129
11199
11200         * po/ca.po
11201         * po/de.po
11202         * po/en_GB.po
11203         * po/fr.po
11204         * po/it.po
11205         * po/pt_BR.po
11206         * po/sk.po
11207         * po/sr.po
11208         * po/zh_CN.po
11209                 updated by Miquel Oliete, Stephan Sachse and
11210                 Thomas Gilgin, me, Fabien Vantard, Andrea
11211                 Spadaccini, Frederico Goncalves Guimaraes,
11212                 Andrej Kacian, Aleksandar Urosevic, and
11213                 Ralgh Young.
11214
11215 2005-10-31 [mones]      1.9.15cvs128
11216
11217         * manual/faq.xml
11218                 More questions.
11219         
11220         * po/es.po
11221                 Updated for release.
11222
11223 2005-10-30 [colin]      1.9.15cvs127
11224
11225         * src/compose.c
11226                 Place cursor before rewrapping (fixes cursor
11227                 pos if quotation gets rewrapped)
11228
11229 2005-10-29 [paul]       1.9.15cvs126
11230
11231         * src/crash.c
11232         * src/foldersel.c
11233         * src/main.c
11234         * src/messageview.c
11235         * src/toolbar.c
11236         * src/gtk/authors.h
11237                 corrections to text items
11238
11239 2005-10-28 [colin]      1.9.15cvs125
11240
11241         * src/messageview.c
11242                 Make "hit 'C' to check sig" work from extern 
11243                 messageviews
11244
11245 2005-10-27 [colin]      1.9.15cvs124
11246
11247         * src/summaryview.c
11248                 Add a hack to avoid segfaulting when hammering 
11249                 on gtk's events
11250
11251 2005-10-27 [wwp]        1.9.15cvs123
11252
11253         * src/prefs_themes.c
11254                 sort list of themes names in themes prefs
11255
11256 2005-10-27 [paul]       1.9.15cvs122
11257
11258         * src/folder.c
11259         * src/prefs_account.c
11260                 fix building on Solaris
11261                 Patch by Alex Moore
11262
11263 2005-10-27 [wwp]        1.9.15cvs121
11264
11265         * src/summaryview.c
11266         * src/gtk/gtksctree.c
11267                 speed up unselecting messages in summary view (thanks to Colin)
11268
11269 2005-10-27 [paul]       1.9.15cvs120
11270
11271         * src/mainwindow.c
11272                 fix a compilation warning
11273         * src/summaryview.c
11274                 fix updating of 'n items selected' count
11275                 when deselecting
11276
11277 2005-10-27 [martin]     1.9.15cvs119
11278
11279         * src/action.c
11280                 ignore actions with a leading '/' in the action menu name
11281                 fixes a crash on menu creation
11282         * src/prefs_actions.c
11283                 do not allow a leading '/' in the action menu name
11284
11285 2005-10-27 [paul]       1.9.15cvs118
11286
11287         * src/main.c
11288                 fix compilation warning
11289
11290 2005-10-27 [paul]       1.9.15cvs117
11291
11292         * src/procmime.c
11293                 add #if HAVE_LOCALE_H
11294
11295 2005-10-27 [paul]       1.9.15cvs116
11296
11297         * src/plugins/clamav/clamav_plugin.c
11298         * src/plugins/dillo_viewer/dillo_viewer.c
11299         * src/plugins/mathml_viewer/mathml_viewer.c
11300         * src/plugins/pgpcore/plugin.c
11301         * src/plugins/pgpinline/plugin.c
11302         * src/plugins/pgpmime/plugin.c
11303         * src/plugins/spamassassin/spamassassin.c
11304         * src/plugins/trayicon/trayicon.c
11305                 plugin_init() : make error messages more
11306                 informative
11307
11308 2005-10-26 [wwp]        1.9.15cvs115
11309
11310         * src/prefs_matcher.c
11311                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11312
11313 2005-10-26 [wwp]        1.9.15cvs114
11314
11315         * src/procmime.c
11316         * src/gtk/gtksctree.c
11317         * src/plugins/spamassassin/libspamc.c
11318         * src/plugins/spamassassin/spamassassin.c
11319                 fix some compilation warnings more
11320
11321 2005-10-26 [mones]      1.9.15cvs113
11322
11323         * po/es.po
11324                 Updated translation
11325
11326 2005-10-26 [paul]       1.9.15cvs112
11327
11328         * src/prefs_message.c
11329                 give all display_xface stuff the
11330                 #if HAVE_LIBCOMPFACE treatment, thus
11331                 preventing a crash
11332                 (Thanks to Wolfgang Enderlein)
11333
11334 2005-10-26 [colin]      1.9.15cvs111
11335
11336         * src/gedit-print.c
11337                 Fix date format
11338         * src/imap_gtk.c
11339         * src/news_gtk.c
11340                 Remove context menu items that should not be there
11341         * src/jpilot.c
11342                 Fix encoding
11343         * src/main.c
11344         * src/mainwindow.c
11345                 Don't show the mainwindow too soon
11346
11347 2005-10-26 [wwp]        1.9.15cvs110
11348
11349         * src/folder.c
11350         * src/manual.c
11351         * src/summaryview.c
11352                 fix uninitialized pointers in the folder updating hook
11353                 (thanks to Colin)
11354
11355 2005-10-25 [mones]      1.9.15cvs109
11356
11357         * manual/faq.xml
11358                 General information subsection completed. 
11359                 Removed archaic references.
11360                 
11361         * manual/Makefile
11362         * manual/dtd/manual.dsl
11363                 Added customization stylesheet for getting paragraphs
11364                 fully justified in PDF output (as suggested by Colin).
11365
11366 2005-10-25 [colin]      1.9.15cvs108
11367
11368         * src/compose.c
11369                 Fix a second leak
11370
11371 2005-10-25 [colin]      1.9.15cvs107
11372
11373         * src/addrbook.c
11374         * src/addrindex.c
11375                 Fix leak (xml_get_element() allocates memory)
11376         * src/compose.c
11377                 Fix leak + dead code (shame!)
11378         * src/procmime.c
11379                 Fix leak
11380
11381 2005-10-25 [colin]      1.9.15cvs106
11382
11383         * src/mimeview.c
11384                 Fix encoding issue in Save all and in 
11385                 overwrite-confirmation alertpanel
11386
11387 2005-10-25 [colin]      1.9.15cvs105
11388
11389         * src/common/socket.c
11390                 Fix a leak - Thanks to Christopher Aillon
11391                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11392
11393 2005-10-25 [paul]       1.9.15cvs104
11394
11395         * src/wizard.c
11396                 Always guess servers from the right-hand
11397                 email part and guess username from the
11398                 left-hand part. (Thanks to Colin)
11399                 add an X-Face to the welcome message
11400
11401 2005-10-25 [paul]       1.9.15cvs103
11402
11403         * manual/handling.xml
11404                 written by Colin, edited by me
11405
11406 2005-10-25 [wwp]        1.9.15cvs102
11407
11408         * src/folderview.c
11409         * src/grouplistdialog.c
11410         * src/imap.c
11411         * src/noticeview.c
11412                 fix some compilation warnings
11413
11414 2005-10-24 [paul]
11415
11416         1.9.99-rc3 released
11417
11418 2005-10-24 [paul]       1.9.15cvs101
11419
11420         * src/gtk/about.c
11421                 fix window sizing
11422
11423 2005-10-24 [paul]       1.9.15cvs100
11424
11425         * src/pixmaps/offline.xpm
11426         * src/pixmaps/online.xpm
11427                 replace with last default versions
11428
11429 2005-10-24 [colin]      1.9.15cvs99
11430
11431         * src/imap.c
11432                 Fix bug when moving a folder
11433         * src/imap_gtk.c
11434         * src/mh_gtk.c
11435                 "Delete folder" pops up a window, so it 
11436                 should be suffixed with "..."
11437         * src/plugins/pgpcore/sgpgme.c
11438                 Include locale.h
11439
11440 2005-10-24 [mones]      1.9.15cvs98
11441
11442         * manual/Makefile
11443         * manual/account.xml
11444         * manual/ack.xml
11445         * manual/addrbook.xml
11446         * manual/advanced.xml
11447         * manual/faq.xml
11448         * manual/glossary.xml
11449         * manual/gpl.xml
11450         * manual/handling.xml
11451         * manual/intro.xml
11452         * manual/keyboard.xml
11453         * manual/manual.xml
11454         * manual/plugins.xml
11455         * manual/starting.xml
11456         * manual/dtd/sdocbook.dtd
11457                 Initial manual structure and some content.
11458
11459 2005-10-23 [wwp]        1.9.15cvs97
11460
11461         * src/gtk/about.c
11462                 fix a typo
11463
11464 2005-10-23 [wwp]        1.9.15cvs96
11465
11466         * src/gtk/about.c
11467         * src/gtk/authors.h
11468                 rework of the about window (main work by Paul), also featuring a few
11469                 fixes for typos and duplicate names
11470
11471 2005-10-23 [wwp]        1.9.15cvs95
11472
11473         * src/.cvsignore
11474                 Ignore the right binary name (sylpheed-claws now)
11475
11476 2005-10-23 [paul]       1.9.15cvs94
11477
11478         * src/compose.c
11479                 when using Folder Pref 'Default To for
11480                 replies' make the entry in the Compose
11481                 window bold
11482                 Patch by Fabien Vantard
11483
11484 2005-10-22 [colin]      1.9.15cvs93
11485
11486         * src/codeconv.c
11487                 Fix leak
11488
11489 2005-10-22 [colin]      1.9.15cvs92
11490
11491         * src/codeconv.c
11492                 try to convert using locale (apart utf8) if necessary
11493
11494 2005-10-22 [colin]      1.9.15cvs91
11495
11496         * src/pixmaps/new.xpm
11497         * src/pixmaps/unread.xpm
11498                 Make the unread envelope blue again and
11499                 saturate the new one a bit more.
11500
11501 2005-10-22 [colin]      1.9.15cvs90
11502
11503         * src/compose.c
11504                 When replying to a mail sent by one of our accounts,
11505                 use the original list of recipients. Let 'Reply All'
11506                 and 'Reply to sender' work like previously.
11507
11508 2005-10-21 [colin]      1.9.15cvs89
11509
11510         * src/prefs_filtering.c
11511                 Clear fields after add and replace
11512         * src/textview.c
11513                 Display xface differently (better)
11514         * src/plugins/pgpinline/pgpinline.c
11515                 Fix crappy encodings/recodings
11516
11517 2005-10-21 [paul]       1.9.15cvs88
11518
11519         * src/compose.c
11520         * src/prefs_folder_item.c
11521         * src/toolbar.c
11522                 fix news folder Folder Properties
11523                 (thanks to Colin)
11524         * src/folderview.c
11525                 update folderview after Themes change
11526                 keep selected folder selected
11527                 (thanks to Colin)
11528
11529 2005-10-21 [paul]       1.9.15cvs87
11530
11531         * tools/Makefile.am
11532         * tools/OOo2sylpheed.pl
11533         * tools/README
11534         * tools/README.sylprint
11535         * tools/asus_mailled.sh         ** REMOVED **
11536         * tools/filter_conv.pl
11537         * tools/freshmeat_search.pl
11538         * tools/google_search.pl
11539         * tools/gpg-sign-syl            ** REMOVED **
11540         * tools/kmail2sylpheed.pl
11541         * tools/kmail2sylpheed_v2.pl
11542         * tools/multiwebsearch.pl
11543         * tools/nautilus2sylpheed.sh
11544         * tools/newscache_clean.pl
11545         * tools/outlook2sylpheed.pl
11546         * tools/sylpheed-switcher       ** REMOVED **
11547         * tools/sylprint.pl
11548         * tools/sylprint.rc
11549         * tools/tb2sylpheed
11550         * tools/vcard2xml.py
11551         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11552                 update default config dir
11553                 update binary name (thanks to Fabien Vantard)
11554                 remove obsolete scripts
11555
11556 2005-10-21 [colin]      1.9.15cvs86
11557
11558         * src/inc.c
11559                 Fix possible leak and units. Based on a patch by
11560                 Fabien Vantard.
11561
11562 2005-10-20 [colin]      1.9.15cvs85
11563
11564         * src/textview.c
11565                 Clear xface when clearing textview
11566
11567 2005-10-20 [colin]      1.9.15cvs84
11568
11569         * configure.ac
11570         * src/folderview.c
11571         * src/headerview.c
11572         * src/main.c
11573         * src/prefs_common.c
11574         * src/prefs_common.h
11575         * src/prefs_message.c
11576         * src/textview.c
11577         * src/textview.h
11578         * src/common/defs.h
11579         * src/common/utils.c
11580         * src/common/utils.h
11581         * src/gtk/gtkutils.c
11582         * src/gtk/gtkutils.h
11583                 Migrate config to .sylpheed-claws (Automatically)
11584                 Add a way to get the Xface in the TextView
11585
11586 2005-10-20 [colin]      1.9.15cvs83
11587
11588         * src/gtk/Makefile.am
11589         * src/gtk/about.c
11590         * src/gtk/authors.h
11591                 Make the about dialog *grooovy*
11592
11593 2005-10-20 [colin]      1.9.15cvs82
11594
11595         * src/mimeview.c
11596                 Use "Open with" on double click if no command
11597                 was found
11598
11599 2005-10-20 [colin]      1.9.15cvs81
11600
11601         * src/imap.c
11602         * src/etpan/imap-thread.c
11603                 Fix possible crash.
11604
11605 2005-10-20 [paul]       1.9.15cvs80
11606
11607         * src/folder.c
11608                 don't show clipkey icon if the only
11609                 attachment is the signature
11610                 Patch by Colin
11611
11612 2005-10-20 [paul]       1.9.15cvs79
11613
11614         * AUTHORS
11615         * src/plugins/pgpmime/pgpmime.c
11616                 name the PGP/MIME signature 'signature.asc'
11617                 Patch by Andrew Nelson <freeandy@gmail.com>
11618
11619 2005-10-19 [colin]      1.9.15cvs78
11620
11621         * src/plugins/pgpmime/pgpmime.c
11622                 Oops, no need to double-check though
11623
11624 2005-10-19 [colin]      1.9.15cvs77
11625
11626         * src/plugins/pgpinline/pgpinline.c
11627         * src/plugins/pgpmime/pgpmime.c
11628                 Check that my_tmpfile() doesn't 
11629                 return NULL
11630
11631 2005-10-19 [colin]      1.9.15cvs76
11632
11633         * src/common/utils.c
11634                 Use shorter mime boundaries to avoid having
11635                 MTAs rewrapping our headers, breaking the
11636                 PGP signature in the process 
11637         * src/compose.c
11638         * src/plugins/pgpmime/pgpmime.c
11639                 Check for boundary uniqueness to be sure
11640                 it won't happen, instead of hoping for the
11641                 best
11642
11643 2005-10-19 [colin]      1.9.15cvs75
11644
11645         * sylpheed-claws.desktop
11646         * src/Makefile.am
11647         * src/main.c
11648                 Ship a sylpheed-claws binary instead
11649                 of a sylpheed one. Change the socket
11650                 name, too
11651         * src/folderview.c
11652                 Update folder only if it changed
11653         * src/wizard.c
11654                 Fix i18n in welcome mail, patch by
11655                 Fabien Vantard
11656
11657 2005-10-19 [paul]
11658
11659         1.9.99-rc2 released
11660
11661 2005-10-19 [paul]       1.9.15cvs74
11662
11663         * src/folder.c
11664         * src/folderview.c
11665                 fix summaryview update
11666                 Patch by Colin
11667
11668 2005-10-18 [colin]      1.9.15cvs73
11669
11670         * src/plugins/pgpcore/passphrase.c
11671                 Don't XGrabServer, and try a bit more to 
11672                 sync everything before grabbing mouse/keyboard
11673
11674 2005-10-18 [colin]      1.9.15cvs72
11675
11676         * src/Makefile.am
11677         * src/addressadd.c
11678         * src/addressbook.c
11679         * src/folderview.c
11680         * src/grouplistdialog.c
11681         * src/mimeview.c
11682         * src/stock_pixmap.c
11683         * src/stock_pixmap.h
11684         * src/summaryview.c
11685         * src/gtk/gtksctree.c
11686         * src/gtk/gtksctree.h
11687         * src/pixmaps/empty.xpm
11688                 Implement a wrapper call for gtk_ctree_set_node_info
11689                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11690                 pixmap instead of a NULL one. This works around some
11691                 memory problems deep inside gtk, revealed by valgrind,
11692                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11693                 as locked crashes sylpheed.), as well as, probably, 
11694                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11695
11696 2005-10-17 [colin]      1.9.15cvs71
11697
11698         * src/mimeview.c
11699                 Provide visual feedback when checking
11700                 signature
11701
11702 2005-10-17 [colin]      1.9.15cvs70
11703
11704         * src/main.c
11705                 Keep the folder list frozen while checking caches...
11706
11707 2005-10-17 [colin]      1.9.15cvs69
11708
11709         * src/addr_compl.c
11710                 Fi bug #833 (Autocompleting from addressbook 
11711                 fails with extended chars)
11712         * src/imap.c
11713                 Fix 'adding messages' staying in statusbar
11714                 after an error
11715
11716 2005-10-17 [wwp]        1.9.15cvs68
11717
11718         * src/ssl_manager.c
11719                 Fix buttons' layout resizing when window size changes
11720
11721 2005-10-17 [wwp]        1.9.15cvs67
11722
11723         * src/account.c
11724         * src/prefs_account.c
11725         * src/prefs_common.c
11726         * src/prefs_common.h
11727         * src/prefs_folder_item.c
11728         * src/prefs_gtk.c
11729         * src/gtk/logwindow.c
11730         * src/gtk/pluginwindow.c
11731         * src/gtk/prefswindow.c
11732         * src/gtk/prefswindow.h
11733                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11734
11735 2005-10-17 [paul]       1.9.15cvs66
11736
11737         * configure.ac
11738                 fix missing libetpan message
11739         * po/en_GB.po
11740                 updated
11741         * src/crash.c
11742         * src/manual.c
11743         * src/prefs_themes.c
11744         * src/common/defs.h
11745                 add some new URI defines, change some
11746                 others
11747         * src/wizard.c
11748                 make welcome message translatable
11749                 small improvements to english
11750                 other tweaks
11751         * src/gtk/menu.c
11752                 fix warnings
11753
11754 2005-10-17 [paul]       1.9.15cvs65
11755
11756         * src/summaryview.c
11757                 fix column titles
11758
11759 2005-10-16 [mones]      1.9.15cvs64
11760
11761         * po/es.po
11762                 Updated translation
11763
11764 2005-10-16 [colin]
11765
11766         1.9.99-rc1 released
11767
11768 2005-10-16 [colin]      1.9.15cvs63
11769
11770         * src/wizard.c
11771                 Fix whitespace
11772
11773 2005-10-16 [colin]      1.9.15cvs62
11774
11775         * src/toolbar.c
11776                 s/Get All/Get Mail/
11777         * src/wizard.c
11778                 Real welcome mail text, thanks Paul
11779
11780 2005-10-16 [colin]      1.9.15cvs61
11781
11782         * src/editldap.c
11783         * src/exporthtml.c
11784         * src/main.c
11785         * src/mainwindow.c
11786         * src/prefs_themes.c
11787         * src/prefs_toolbar.c
11788         * src/plugins/demo/demo.c
11789         * src/plugins/trayicon/trayicon.c
11790                 s/Sylpheed/Sylpheed-Claws/
11791
11792 2005-10-16 [colin]      1.9.15cvs60
11793
11794         * src/wizard.c
11795                 Add a welcome email in the first empty mailbox
11796         * src/prefs_common.c
11797                 Change one more default
11798
11799 2005-10-16 [colin]      1.9.15cvs59
11800
11801         * src/wizard.c
11802                 Remove printf
11803
11804 2005-10-16 [colin]      1.9.15cvs58
11805
11806         * src/toolbar.c
11807         * src/prefs_common.c
11808                 Change some defaults
11809
11810 2005-10-16 [colin]      1.9.15cvs57
11811
11812         * src/toolbar.c
11813         * src/prefs_common.c
11814                 Change some defaults
11815
11816 2005-10-16 [colin]      1.9.15cvs56
11817
11818         * src/wizard.c
11819                 By default, initialize fonts to have
11820                 the same size as normal GtkWidgets
11821
11822 2005-10-16 [colin]      1.9.15cvs55
11823
11824         * src/mimeview.c
11825                 Fix message a bit more
11826
11827 2005-10-16 [colin]      1.9.15cvs54
11828
11829         * src/addressbook.c
11830                 Second attempt at flicker fixing
11831
11832 2005-10-16 [colin]      1.9.15cvs53
11833
11834         * src/addressbook.c
11835                 Fix flicker
11836
11837 2005-10-16 [wwp]        1.9.15cvs52
11838
11839         * src/addressbook.c
11840         * src/editaddress.c
11841         * src/prefs_common.c
11842         * src/prefs_common.h
11843                 Remember window sizes (address book)
11844
11845 2005-10-16 [wwp]        1.9.15cvs51
11846
11847         * src/plugins/clamav/clamav_plugin_gtk.c
11848         * src/plugins/spamassassin/spamassassin_gtk.c
11849                 Fix compilation warnings (missing #include).
11850
11851 2005-10-16 [colin]      1.9.15cvs50
11852
11853         * src/mimeview.c
11854         * src/summaryview.c
11855         * src/textview.c
11856                 Make 'c' check signature, and forward
11857                 c, l, y, t from summaryview to mimeview
11858
11859 2005-10-16 [colin]      1.9.15cvs49
11860
11861         * src/addressbook.c
11862                 Put border around buttons
11863         * src/mainwindow.c
11864         * src/summaryview.c
11865                 Rework menus (Patch based on a patch
11866                 by Paul)
11867
11868 2005-10-15 [wwp]        1.9.15cvs48
11869
11870         * src/editjpilot.c
11871         * src/editldap.c
11872         * src/editvcard.c
11873         * src/exphtmldlg.c
11874         * src/expldifdlg.c
11875         * src/export.c
11876         * src/import.c
11877         * src/importldif.c
11878         * src/importmutt.c
11879         * src/importpine.c
11880         * src/prefs_account.c
11881         * src/prefs_spelling.c
11882         * src/gtk/gtkutils.c
11883         * src/gtk/gtkutils.h
11884         * src/plugins/clamav/clamav_plugin_gtk.c
11885         * src/plugins/spamassassin/spamassassin_gtk.c
11886                 use nicer browse-for-file/dir buttons than the "..." ones,
11887                 code factorizing more.
11888
11889 2005-10-14 [colin]      1.9.15cvs47
11890
11891         * src/mainwindow.c
11892                 set relief on the account switcher so that people see it
11893                 grey out Create processing rules when no message is selected
11894         * src/prefs_filtering.c
11895                 ask before closing if the rule has not been modified, even if
11896                 it's not valid
11897         * src/prefs_matcher.c
11898                 fix sensitivity when entering the dialog
11899         * src/gtk/inputdialog.c
11900                 display a better icon on password ask
11901         * src/plugins/pgpcore/passphrase.c
11902                 make the dialog look better
11903
11904 2005-10-14 [paul]       1.9.15cvs46
11905
11906         * src/folderview.c
11907                 indicate presense of marked msgs in
11908                 unexpanded subfolders
11909
11910 2005-10-14 [paul]       1.9.15cvs45
11911
11912         * src/prefs_actions.c
11913         * src/prefs_common.c
11914         * src/prefs_common.h
11915         * src/prefs_filtering_action.c
11916         * src/prefs_matcher.c
11917         * src/prefs_template.c
11918                 remember window sizes
11919                 fix Info button size
11920
11921         Patches by wwp
11922
11923 2005-10-13 [colin]      1.9.15cvs44
11924
11925         * src/mimeview.c
11926         * src/noticeview.c
11927         * src/noticeview.h
11928                 Add a tooltip on the icon (optional) 
11929                 Get rid of the signature buttons and only
11930                 use the icon+tooltip
11931
11932 2005-10-13 [colin]      1.9.15cvs43
11933
11934         * src/noticeview.c
11935         * src/noticeview.h
11936                 Add hand cursor for hovering over icon
11937
11938 2005-10-13 [colin]      1.9.15cvs42
11939
11940         * src/summaryview.c
11941                 Fix crash when quicksearch's hidden 
11942                 at startup
11943
11944 2005-10-13 [colin]      1.9.15cvs41
11945
11946         * src/compose.c
11947                 Set subject when forwarding multiple mails
11948                 Check that other recipient than the default Cc or Bcc
11949                 have been set before sending.
11950
11951 2005-10-13 [colin]      1.9.15cvs40
11952
11953         * src/imap.c
11954                 Batch per-folder
11955                 Introduce locking, but don't use it yet
11956
11957 2005-10-13 [colin]      1.9.15cvs39
11958
11959         * src/gtk/quicksearch.c
11960                 Reset quicksearch when hiding it
11961                 Make sticky a real pref
11962
11963 2005-10-13 [colin]      1.9.15cvs38
11964
11965         * src/summaryview.c
11966                 Faster prefs apply
11967
11968 2005-10-13 [colin]      1.9.15cvs37
11969
11970         * src/mimeview.c
11971         * src/noticeview.c
11972         * src/noticeview.h
11973         * src/plugins/pgpcore/sgpgme.c
11974                 Make privacy icon clickable
11975                 Move Trust field in Full info
11976                 When trust is less than full, don't display
11977                 a warning icon
11978
11979 2005-10-13 [colin]      1.9.15cvs36
11980
11981         * src/folder.c
11982                 Batch on flags sync
11983         * src/folderview.c
11984                 Revert speed hack which is dangerous in fact
11985                 Apply prefs faster
11986
11987 2005-10-13 [colin]      1.9.15cvs35
11988
11989         * src/folder_item_prefs.c
11990                 Fix pref corruption on folder move. Patch
11991                 by wwp
11992
11993 2005-10-13 [paul]       1.9.15cvs34
11994
11995         * src/export.c
11996         * src/import.c
11997                 fix typos in g_warnings
11998         * src/prefs_account.c
11999                 add a file selector for Signature file
12000
12001         Patches by wwp
12002
12003 2005-10-12 [colin]      1.9.15cvs33
12004
12005         * src/mimeview.c
12006                 Provide a quick way to go back from a
12007                 signature's full info to the email part
12008
12009 2005-10-12 [colin]      1.9.15cvs32
12010
12011         * src/compose.c
12012                 Remove old hack of encoding signed mails with base64.
12013                 QP works equally well.
12014
12015 2005-10-12 [colin]      1.9.15cvs31
12016
12017         * src/crash.c
12018                 Replace deprecated GtkText with GtkTextView
12019         * src/imap.c
12020                 Fix a logic bug about counts in imap_select
12021                 (previously un-triggered)
12022         * src/mainwindow.c
12023         * src/summaryview.c
12024         * src/news.c
12025                 Allow local deletion of news posts
12026         * src/mimeview.c
12027                 Show GPG noticeview on the message/rfc822 part
12028                 in addition to the text/plain one
12029         * src/prefs_image_viewer.c
12030           src/plugins/pgpcore/prefs_gpg.c
12031                 Polish (set the label as part of the checkbox)
12032         * src/wizard.c
12033                 Don't sit there doing nothing after destroying
12034                 the window - return err
12035
12036 2005-10-11 [colin]      1.9.15cvs30
12037
12038         * src/folderview.c
12039                 Apply processing rules before showing folders.
12040                 Early folder show (before flags sync) will only
12041                 be done when there are no processing rules (nor
12042                 pre- or post- ones)
12043         * src/imap.c
12044                 Fix stuff related to mail subdir, creation and 
12045                 deletion of folders 
12046         * src/imap_gtk.c
12047                 Don't allow creation of folders in NoInferior
12048                 folders, as it won't work
12049
12050 2005-10-10 [colin]      1.9.15cvs29
12051
12052         * src/compose.c
12053                 Reselect "None" Privacy system when selecting an
12054                 account with no privacy system defined
12055
12056 2005-10-10 [colin]      1.9.15cvs28
12057
12058         * src/mainwindow.c
12059                 Add Windows-1252 encoding
12060         * src/prefs_common.c
12061                 Rework some defaults:
12062                 - autosave to draft by default
12063                 - don't show header pane (it's already in the textview)
12064                 - Select first new or unread mail on entry
12065                 - Assume 'Yes' to change folder when there's no more
12066                   unread message
12067         * src/prefs_matcher.c
12068                 Fix a gtk assertion failure
12069         * src/gtk/colorlabel.c
12070                 Workaround bad repainting on selection
12071         * src/main.c
12072                 Freeze/thaw (a bit faster on ssh -X)
12073         * src/msgcache.c
12074                 Get rid of StrdupConverter that just adds an
12075                 extra strdup/free 
12076         * src/etpan/imap_thread.c
12077                 memset buf to 0
12078
12079 2005-10-10 [colin]      1.9.15cvs27
12080
12081         * src/export.c
12082         * src/import.c
12083                 Fix compile on gtk 2.4. Patch by wwp
12084
12085 2005-10-09 [colin]      1.9.15cvs26
12086
12087         * src/mainwindow.c
12088         * src/messageview.c
12089         * src/summaryview.c
12090                 Clarify forward menus. Patch by wwp
12091
12092 2005-10-09 [colin]      1.9.15cvs25
12093
12094         * src/compose.c
12095         * src/compose.h
12096                 Fix bug #829 (Non-working "Encrypt message by 
12097                 default when replying to an encrypted message")
12098
12099 2005-10-08 [colin]      1.9.15cvs24
12100
12101         * src/wizard.c
12102                 Fix bug #827 ("Welcome" setup wizard after a 
12103                 permission error gives up & forgets itself.)
12104
12105 2005-10-08 [colin]      1.9.15cvs23
12106
12107         * src/procmime.c
12108                 Fix bug #828 (Ignoring headers with spaces around = sign)
12109
12110 2005-10-08 [colin]      1.9.15cvs22
12111
12112         * src/export.c
12113                 Warning fix by wwp
12114
12115 2005-10-08 [colin]      1.9.15cvs21
12116
12117         * src/folder.c
12118         * src/folder.h
12119                 Add a processing_pending indicator, set on 
12120                 folder_item_open and cleared after 
12121                 folder_item_process_open
12122         * src/folderview.c
12123         * src/summaryview.c
12124                 wrap procmsg_msginfo_*_flags, and in the
12125                 wrapper check that there's no folder processing 
12126                 pending. If there is, defer the flags change until 
12127                 processing is done to avoid stepping over each
12128                 other's toes.
12129                 Freeze during processing, but not during scanning.
12130
12131 2005-10-07 [colin]      1.9.15cvs20
12132
12133         * src/plugins/pgpcore/passphrase.c
12134                 Fix bug #826 (X-Server hangs when 
12135                 right-clicking a PGP encrypted message)
12136
12137 2005-10-07 [paul]       1.9.15cvs19
12138
12139         * src/compose.c
12140                 fix compose_entries[]
12141                 patch by Fabien Vantard
12142
12143 2005-10-06 [colin]      1.9.15cvs18
12144
12145         * src/pixmaps/address.xpm
12146         * src/pixmaps/address_book.xpm
12147         * src/pixmaps/book.xpm
12148         * src/pixmaps/check_spelling.xpm
12149         * src/pixmaps/checkbox_off.xpm
12150         * src/pixmaps/checkbox_on.xpm
12151         * src/pixmaps/close.xpm
12152         * src/pixmaps/complete.xpm
12153         * src/pixmaps/continue.xpm
12154         * src/pixmaps/deleted.xpm
12155         * src/pixmaps/down_arrow.xpm
12156         * src/pixmaps/exec.xpm
12157         * src/pixmaps/forwarded.xpm
12158         * src/pixmaps/group.xpm
12159         * src/pixmaps/ignorethread.xpm
12160         * src/pixmaps/interface.xpm
12161         * src/pixmaps/jpilot.xpm
12162         * src/pixmaps/ldap.xpm
12163         * src/pixmaps/linewrap.xpm
12164         * src/pixmaps/linewrapcurrent.xpm
12165         * src/pixmaps/mail.xpm
12166         * src/pixmaps/mail_attach.xpm
12167         * src/pixmaps/mail_compose.xpm
12168         * src/pixmaps/mail_forward.xpm
12169         * src/pixmaps/mail_receive.xpm
12170         * src/pixmaps/mail_receive_all.xpm
12171         * src/pixmaps/mail_reply.xpm
12172         * src/pixmaps/mail_reply_to_all.xpm
12173         * src/pixmaps/mail_reply_to_author.xpm
12174         * src/pixmaps/mail_send.xpm
12175         * src/pixmaps/mail_send_queue.xpm
12176         * src/pixmaps/mime_application.xpm
12177         * src/pixmaps/mime_audio.xpm
12178         * src/pixmaps/mime_image.xpm
12179         * src/pixmaps/mime_message.xpm
12180         * src/pixmaps/mime_text_enriched.xpm
12181         * src/pixmaps/mime_text_html.xpm
12182         * src/pixmaps/mime_text_plain.xpm
12183         * src/pixmaps/mime_unknown.xpm
12184         * src/pixmaps/new.xpm
12185         * src/pixmaps/news_compose.xpm
12186         * src/pixmaps/offline.xpm
12187         * src/pixmaps/online.xpm
12188         * src/pixmaps/paste.xpm
12189         * src/pixmaps/preferences.xpm
12190         * src/pixmaps/privacy_emblem_encrypted.xpm
12191         * src/pixmaps/privacy_expired.xpm
12192         * src/pixmaps/privacy_failed.xpm
12193         * src/pixmaps/privacy_passed.xpm
12194         * src/pixmaps/privacy_signed.xpm
12195         * src/pixmaps/privacy_unknown.xpm
12196         * src/pixmaps/privacy_warn.xpm
12197         * src/pixmaps/properties.xpm
12198         * src/pixmaps/replied.xpm
12199         * src/pixmaps/search.xpm
12200         * src/pixmaps/unread.xpm
12201         * src/pixmaps/up_arrow.xpm
12202         * src/pixmaps/vcard.xpm
12203                 Modernize internal theme, with icons from the 
12204                 Gnomaws theme. Keep some of the old ones where
12205                 they were better.
12206
12207 2005-10-06 [colin]      1.9.15cvs17
12208
12209         * src/summaryview.c
12210                 Little optimisations + bugfix
12211         * src/toolbar.c
12212                 Remove default useless items - useless being defined
12213                 by the default relevant prefs
12214         * src/wizard.c
12215                 include config.h to make gettext work
12216         * src/prefs_themes.c
12217                 Fix selection of current theme in prefs
12218
12219 2005-10-06 [colin]      1.9.15cvs16
12220
12221         * src/prefs_common.c
12222         * src/prefs_common.h
12223         * src/prefs_summaries.c
12224         * src/folderview.c
12225                 Add a warning dialog on Mark all read 
12226                 (with pref to get rid of it)
12227
12228 2005-10-06 [paul]       1.9.15cvs15
12229
12230         * po/nb.po
12231         * po/pt_BR.po
12232                 updated by Geir Helland and Frederico
12233                 Goncalves Guimaraes
12234
12235 2005-10-05 [colin]      1.9.15cvs14
12236
12237         * src/folder.c
12238         * src/folder.h
12239         * src/folderview.c
12240         * src/folderview.h
12241         * src/imap_gtk.c
12242         * src/mh_gtk.c
12243         * src/mainwindow.c
12244         * src/setup.c
12245                 add a way to rescan without rebuilding
12246                 make moving a bit faster (less folders changes)
12247                 don't lock the tree on Get 
12248         * src/imap.c
12249                 Don't re-delete deleted messages before expunging
12250         * src/summaryview.c
12251                 Set batch mode when deleting mails
12252
12253 2005-10-05 [paul]       1.9.15cvs13
12254
12255         * src/mainwindow.c
12256         * src/mainwindow.h
12257                 fix disabled Execute menu item
12258         * src/toolbar.c
12259                 match the change in 1.9.15cvs10: use Compose
12260                 instead of News by default
12261
12262 2005-10-04 [colin]      1.9.15cvs12
12263
12264         * src/compose.c
12265                 When replying to an ML post with Reply-To set
12266                 to the poster's email, honor it (as before),
12267                 but also honor our user's request to reply to
12268                 the mailing list: set the ML address in the To
12269                 field and the Reply-To address in the Cc: 
12270                 field.
12271
12272 2005-10-04 [colin]      1.9.15cvs11
12273
12274         * src/plugins/trayicon/trayicon.c
12275                 Finish cosmetic change - thanks to wwp
12276
12277 2005-10-04 [colin]      1.9.15cvs10
12278
12279         * src/toolbar.c
12280                 Use Compose instead of Email by default.
12281                 Spotted by wwp.
12282
12283 2005-10-04 [colin]      1.9.15cvs9
12284
12285         * src/folder.c
12286         * src/folder.h
12287         * src/folderview.c
12288         * src/imap.c
12289         * src/etpan/imap-thread.c
12290         * src/etpan/imap-thread.h
12291                 Try to make IMAP faster, by simplifying SEARCH
12292                 commands, avoiding sending two STATUS in a row,
12293                 and deferring flags sync and processing just
12294                 after displaying the folder. 
12295                 This will update the SummaryView in certain
12296                 cases (new mails not already fetched, flags
12297                 changed from another client) but in a non-
12298                 blocking manner.
12299
12300 2005-10-04 [colin]      1.9.15cvs8
12301
12302         * src/plugins/trayicon/trayicon.c
12303                 Relabel "Offline" to "Work offline"
12304
12305 2005-10-04 [colin]      1.9.15cvs7
12306
12307         * src/export.c
12308         * src/import.c
12309         * src/mbox.c
12310                 Fix mbox import/export buglets
12311                 Patch by wwp
12312         * src/plugins/trayicon/trayicon.c
12313                 Add offline swithc
12314                 Patch by wwp
12315
12316 2005-10-04 [colin]      1.9.15cvs6
12317
12318         * src/folder.c
12319         * src/folderview.c
12320         * src/summaryview.c
12321                 Better fix (don't break mark all read) for cvs2
12322
12323 2005-10-03 [colin]      1.9.15cvs5
12324
12325         * src/folder.c
12326                 Use a sane sort by default
12327
12328 2005-10-03 [colin]      1.9.15cvs4
12329
12330         * src/inc.c
12331                 Add a 'Only once' button for overriding offline mode
12332         * src/prefs_account.c
12333         * src/wizard.c
12334                 Add Local mbox to the wizard
12335                 Add IMAP subdir to the wizard (or the wizard is useless
12336                 for such accounts, or even worse than useless)
12337                 Move IMAP subdir from Advanced to Receive tab, as it's
12338                 not that uncommon
12339
12340 2005-10-03 [colin]      1.9.15cvs3
12341
12342         * src/send_message.c
12343                 Forgot this one in cvs1
12344
12345 2005-10-03 [colin]      1.9.15cvs2
12346
12347         * src/folder.c
12348                 Faster close when leaving a folder with lots
12349                 of new mails. Idea by David Relson.
12350
12351 2005-10-03 [colin]      1.9.15cvs1
12352
12353         * src/compose.c
12354         * src/imap.c
12355         * src/inc.c
12356         * src/main.c
12357         * src/messageview.c
12358         * src/news.c
12359         * src/summaryview.c
12360         * src/gtk/sslcertwindow.c
12361         * src/plugins/trayicon/trayicon.c
12362                 Add accels to every AlertPanel. Patch by Fabien 
12363                 Vantard
12364
12365 2005-10-03 [paul]       1.9.15
12366
12367         1.9.15 released
12368
12369 2005-10-03 [paul]       1.9.14cvs68
12370
12371         * po/ca.po
12372         * po/de.po
12373         * po/es.po
12374         * po/fi.po
12375         * po/fr.po
12376         * po/sk.po
12377         * po/sr.po
12378         * po/zh_CN.po
12379                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12380                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12381                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12382
12383 2005-10-03 [paul]       1.9.14cvs67
12384
12385         * src/send_message.c
12386                 prevent hang on Cancel
12387                 patch by Colin
12388
12389 2005-10-03 [paul]       1.9.14cvs66
12390
12391         * src/main.c
12392                 fix crash in IMAP caused by discrepancy
12393                 between check_at_startup and offline mode
12394                 Patch by Colin
12395
12396 2005-10-01 [paul]       1.9.14cvs65
12397
12398         * src/inc.c
12399                 fix engrish
12400
12401 2005-10-01 [paul]       1.9.14cvs64
12402         * src/export.c
12403         * src/import.c
12404                 synchronise import_mbox() and export_mbox()
12405         * src/mbox.c
12406                 proc_mbox(): add alert if file cannot be opened
12407                 export_list_to_mbox(): test if dest file exists,
12408                 prompt user to overwrite if it does. add alert
12409                 if file cannot be created
12410                                                                 
12411         Patch by wwp
12412                                                                                                                 
12413
12414 2005-09-30 [paul]       1.9.14cvs63
12415
12416         * src/addressbook.c
12417                 Fix sensitivity of a menu
12418         * src/codeconv.c
12419                 Respect hidden pref for mails with no encoding
12420         * src/common/xml.c
12421                 Fix memory corruption
12422         * src/plugins/pgpcore/sgpgme.c
12423                 Fix segfault on incomplete sigs, and display
12424                 of S/Mime UIDs
12425
12426         Patches by Colin
12427
12428 2005-09-30 [colin]      1.9.14cvs62
12429
12430         * src/partial_download.c
12431                 Little logic fix in almost-dead code
12432         * src/pop.c
12433                 Fix partial download when there's no new mail
12434
12435 2005-09-29 [paul]       1.9.14cvs61
12436
12437         * src/plugins/pgpinline/pgpinline.c
12438                 fix bug 819, 'crash accessing sign message'
12439                 Patch by Colin
12440
12441 2005-09-28 [martin]     1.9.14cvs60
12442
12443         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12444                 fix bug #790 (Crash when restarting window manager (fluxbox))
12445
12446 2005-09-28 [paul]       1.9.14cvs59
12447
12448         * src/gtk/gtkaspell.c
12449                 fix off-by-one typo
12450
12451 2005-09-27 [colin]      1.9.14cvs58
12452
12453         * src/plugins/pgpcore/sgpgme.c
12454                 Report error when there's one, instead of
12455                 "Signature unchecked" 
12456
12457 2005-09-27 [colin]      1.9.14cvs57
12458
12459         * src/prefs_quote.c
12460                 Fix bug #816 (Weird quotation with spaces)
12461
12462 2005-09-27 [colin]      1.9.14cvs56
12463
12464         * src/codeconv.c
12465         * src/compose.c
12466         * src/compose.h
12467                 Put subject in compose's title
12468                 Fix Automatic encoding so that it's really automatic:
12469                 first try default locale's charset, then charset of the replied mail, 
12470                 then utf-8
12471                 Fix encoding of headers (must be in strict mode too)
12472
12473 2005-09-26 [colin]      1.9.14cvs55
12474
12475         * src/gtk/gtkaspell.c
12476                 Fix previous patch - don't color the space,
12477                 just uncolor it :)
12478
12479 2005-09-26 [colin]      1.9.14cvs54
12480
12481         * src/gtk/gtkaspell.c
12482                 Unmark space if possible
12483
12484 2005-09-26 [colin]      1.9.14cvs53
12485
12486         * src/imap.c
12487                 log_error instead of alertpanel according to the pref
12488         * src/etpan/imap-thread.c
12489                 Print connect status, copy only necessary size to 
12490                 logger
12491         * src/plugins/pgpmime/pgpmime.c
12492                 Handle S/Mime signatures (verification only). Patch based
12493                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12494
12495 2005-09-26 [paul]       1.9.14cvs52
12496
12497         * src/common/passcrypt.c
12498                 this 'workaround' not necessary on NetBSD.
12499                 Thanks to Daniel Gustafson
12500
12501 2005-09-26 [paul]
12502
12503         1.9.15-rc4 released
12504
12505 2005-09-26 [paul]       1.9.14cvs51
12506
12507         * src/summaryview.c
12508                 Skip currently selected message when
12509                 looking for next new or unread message
12510                 in current folder. Patch by Colin
12511         * src/common/passcrypt.c
12512                 eliminate warnings on *BSD. Patch by
12513                 Daniel Gustafson
12514
12515 2005-09-26 [colin]      1.9.14cvs50
12516
12517         * src/procmsg.c
12518                 Call postfiltering hook anyway
12519
12520 2005-09-22 [colin]      1.9.14cvs49
12521
12522         * src/codeconv.c
12523         * src/codeconv.h
12524                 Add a strict mode that doesn't replace with _
12525         * src/compose.c
12526         * src/compose.h
12527                 Use strict conversion while sending
12528                 Fix race when drafting while sending (happens
12529                 on IMAP)
12530                 Fix d'n'd of messages from summaryview
12531         * src/prefs_common.c
12532         * src/prefs_common.h
12533                 add hidden utf8_instead_of_locale_for_broken_mail 
12534                 pref for people that preferred the default charset 
12535                 to be utf8 for broken mails
12536         * src/quote_fmt_parse.y
12537                 fix bug #815 (No quote insert if "From:" fied 
12538                 contained Russian letters)
12539         * src/summaryview.c
12540                 Fix d'n'd of messages to compose
12541
12542 2005-09-22 [paul]       1.9.14cvs48
12543
12544         * src/compose.c
12545                 fix bug where attachments Name entry
12546                 would display Path instead
12547
12548 2005-09-21 [paul]       1.9.14cvs47
12549
12550         * README
12551         * README.jp
12552         * configure.ac
12553         * config/config.rpath
12554         * doc/manual/en/sylpheed-20.html
12555         * doc/manual/es/sylpheed-20.html
12556         * po/bg.po
12557         * po/ca.po
12558         * po/de.po
12559         * po/es.po
12560         * po/fr.po
12561         * po/it.po
12562         * po/pt_BR.po
12563         * po/sk.po
12564         * po/zh_TW.po
12565         * src/account.c
12566         * src/account.h
12567         * src/action.c
12568         * src/action.h
12569         * src/adbookbase.h
12570         * src/addr_compl.c
12571         * src/addr_compl.h
12572         * src/addrbook.c
12573         * src/addrbook.h
12574         * src/addrcache.c
12575         * src/addrcache.h
12576         * src/addrcindex.c
12577         * src/addrcindex.h
12578         * src/addrclip.c
12579         * src/addrclip.h
12580         * src/addrdefs.h
12581         * src/addressadd.c
12582         * src/addressadd.h
12583         * src/addressbook.c
12584         * src/addressbook.h
12585         * src/addressitem.h
12586         * src/addrgather.c
12587         * src/addrgather.h
12588         * src/addrharvest.c
12589         * src/addrharvest.h
12590         * src/addrindex.c
12591         * src/addrindex.h
12592         * src/addritem.c
12593         * src/addritem.h
12594         * src/addrquery.c
12595         * src/addrquery.h
12596         * src/addrselect.c
12597         * src/addrselect.h
12598         * src/alertpanel.c
12599         * src/alertpanel.h
12600         * src/browseldap.c
12601         * src/browseldap.h
12602         * src/codeconv.c
12603         * src/codeconv.h
12604         * src/compose.c
12605         * src/compose.h
12606         * src/crash.c
12607         * src/crash.h
12608         * src/customheader.c
12609         * src/customheader.h
12610         * src/displayheader.c
12611         * src/displayheader.h
12612         * src/editaddress.c
12613         * src/editaddress.h
12614         * src/editbook.c
12615         * src/editbook.h
12616         * src/editgroup.c
12617         * src/editgroup.h
12618         * src/editjpilot.c
12619         * src/editjpilot.h
12620         * src/editldap.c
12621         * src/editldap.h
12622         * src/editldap_basedn.c
12623         * src/editldap_basedn.h
12624         * src/editvcard.c
12625         * src/editvcard.h
12626         * src/enriched.c
12627         * src/enriched.h
12628         * src/exphtmldlg.c
12629         * src/exphtmldlg.h
12630         * src/expldifdlg.c
12631         * src/expldifdlg.h
12632         * src/export.c
12633         * src/export.h
12634         * src/exporthtml.c
12635         * src/exporthtml.h
12636         * src/exportldif.c
12637         * src/exportldif.h
12638         * src/filtering.c
12639         * src/filtering.h
12640         * src/folder.c
12641         * src/folder.h
12642         * src/folder_item_prefs.c
12643         * src/folder_item_prefs.h
12644         * src/foldersel.c
12645         * src/foldersel.h
12646         * src/folderutils.c
12647         * src/folderutils.h
12648         * src/folderview.c
12649         * src/folderview.h
12650         * src/grouplistdialog.c
12651         * src/grouplistdialog.h
12652         * src/headerview.c
12653         * src/headerview.h
12654         * src/html.c
12655         * src/html.h
12656         * src/image_viewer.c
12657         * src/image_viewer.h
12658         * src/imap.c
12659         * src/imap.h
12660         * src/imap_gtk.c
12661         * src/imap_gtk.h
12662         * src/import.c
12663         * src/import.h
12664         * src/importldif.c
12665         * src/importldif.h
12666         * src/importmutt.c
12667         * src/importmutt.h
12668         * src/importpine.c
12669         * src/importpine.h
12670         * src/inc.c
12671         * src/inc.h
12672         * src/jpilot.c
12673         * src/jpilot.h
12674         * src/ldapctrl.c
12675         * src/ldapctrl.h
12676         * src/ldaplocate.c
12677         * src/ldaplocate.h
12678         * src/ldapquery.c
12679         * src/ldapquery.h
12680         * src/ldapserver.c
12681         * src/ldapserver.h
12682         * src/ldaputil.c
12683         * src/ldaputil.h
12684         * src/ldif.c
12685         * src/ldif.h
12686         * src/localfolder.c
12687         * src/localfolder.h
12688         * src/main.c
12689         * src/main.h
12690         * src/mainwindow.c
12691         * src/mainwindow.h
12692         * src/manual.c
12693         * src/manual.h
12694         * src/matcher.c
12695         * src/matcher.h
12696         * src/matcher_parser.h
12697         * src/matcher_parser_lex.l
12698         * src/matcher_parser_parse.y
12699         * src/mbox.c
12700         * src/mbox.h
12701         * src/message_search.c
12702         * src/message_search.h
12703         * src/messageview.c
12704         * src/messageview.h
12705         * src/mh.c
12706         * src/mh.h
12707         * src/mh_gtk.c
12708         * src/mh_gtk.h
12709         * src/mimeview.c
12710         * src/mimeview.h
12711         * src/msgcache.c
12712         * src/msgcache.h
12713         * src/mutt.c
12714         * src/mutt.h
12715         * src/news.c
12716         * src/news.h
12717         * src/news_gtk.c
12718         * src/news_gtk.h
12719         * src/noticeview.c
12720         * src/noticeview.h
12721         * src/partial_download.c
12722         * src/partial_download.h
12723         * src/pine.c
12724         * src/pine.h
12725         * src/pop.c
12726         * src/pop.h
12727         * src/prefs_account.c
12728         * src/prefs_account.h
12729         * src/prefs_actions.c
12730         * src/prefs_actions.h
12731         * src/prefs_common.c
12732         * src/prefs_common.h
12733         * src/prefs_compose_writing.c
12734         * src/prefs_compose_writing.h
12735         * src/prefs_customheader.c
12736         * src/prefs_customheader.h
12737         * src/prefs_display_header.c
12738         * src/prefs_display_header.h
12739         * src/prefs_ext_prog.c
12740         * src/prefs_ext_prog.h
12741         * src/prefs_filtering.c
12742         * src/prefs_filtering.h
12743         * src/prefs_filtering_action.c
12744         * src/prefs_filtering_action.h
12745         * src/prefs_folder_column.c
12746         * src/prefs_folder_column.h
12747         * src/prefs_folder_item.c
12748         * src/prefs_folder_item.h
12749         * src/prefs_fonts.c
12750         * src/prefs_fonts.h
12751         * src/prefs_gtk.c
12752         * src/prefs_gtk.h
12753         * src/prefs_image_viewer.c
12754         * src/prefs_image_viewer.h
12755         * src/prefs_matcher.c
12756         * src/prefs_matcher.h
12757         * src/prefs_message.c
12758         * src/prefs_message.h
12759         * src/prefs_msg_colors.c
12760         * src/prefs_msg_colors.h
12761         * src/prefs_other.c
12762         * src/prefs_other.h
12763         * src/prefs_quote.c
12764         * src/prefs_quote.h
12765         * src/prefs_receive.c
12766         * src/prefs_receive.h
12767         * src/prefs_send.c
12768         * src/prefs_send.h
12769         * src/prefs_spelling.c
12770         * src/prefs_spelling.h
12771         * src/prefs_summaries.c
12772         * src/prefs_summaries.h
12773         * src/prefs_summary_column.c
12774         * src/prefs_summary_column.h
12775         * src/prefs_template.c
12776         * src/prefs_template.h
12777         * src/prefs_themes.c
12778         * src/prefs_themes.h
12779         * src/prefs_toolbar.c
12780         * src/prefs_toolbar.h
12781         * src/prefs_wrapping.c
12782         * src/prefs_wrapping.h
12783         * src/privacy.c
12784         * src/privacy.h
12785         * src/procheader.c
12786         * src/procheader.h
12787         * src/procmime.c
12788         * src/procmime.h
12789         * src/procmsg.c
12790         * src/procmsg.h
12791         * src/quote_fmt.c
12792         * src/quote_fmt_parse.y
12793         * src/recv.c
12794         * src/recv.h
12795         * src/remotefolder.c
12796         * src/remotefolder.h
12797         * src/send_message.c
12798         * src/send_message.h
12799         * src/setup.c
12800         * src/setup.h
12801         * src/simple-gettext.c
12802         * src/sourcewindow.c
12803         * src/sourcewindow.h
12804         * src/ssl_manager.c
12805         * src/ssl_manager.h
12806         * src/statusbar.c
12807         * src/statusbar.h
12808         * src/stock_pixmap.c
12809         * src/stock_pixmap.h
12810         * src/summary_search.c
12811         * src/summary_search.h
12812         * src/summaryview.c
12813         * src/summaryview.h
12814         * src/syldap.c
12815         * src/syldap.h
12816         * src/textview.c
12817         * src/textview.h
12818         * src/toolbar.c
12819         * src/toolbar.h
12820         * src/undo.c
12821         * src/undo.h
12822         * src/unmime.c
12823         * src/unmime.h
12824         * src/vcard.c
12825         * src/vcard.h
12826         * src/wizard.c
12827         * src/wizard.h
12828         * src/common/base64.c
12829         * src/common/base64.h
12830         * src/common/defs.h
12831         * src/common/hooks.c
12832         * src/common/hooks.h
12833         * src/common/log.c
12834         * src/common/log.h
12835         * src/common/md5.c
12836         * src/common/md5.h
12837         * src/common/mgutils.c
12838         * src/common/mgutils.h
12839         * src/common/nntp.c
12840         * src/common/nntp.h
12841         * src/common/passcrypt.c
12842         * src/common/passcrypt.h.in
12843         * src/common/plugin.c
12844         * src/common/plugin.h
12845         * src/common/prefs.c
12846         * src/common/prefs.h
12847         * src/common/progressindicator.c
12848         * src/common/progressindicator.h
12849         * src/common/quoted-printable.c
12850         * src/common/quoted-printable.h
12851         * src/common/session.c
12852         * src/common/session.h
12853         * src/common/smtp.c
12854         * src/common/smtp.h
12855         * src/common/socket.c
12856         * src/common/socket.h
12857         * src/common/ssl.c
12858         * src/common/ssl.h
12859         * src/common/ssl_certificate.c
12860         * src/common/ssl_certificate.h
12861         * src/common/string_match.c
12862         * src/common/string_match.h
12863         * src/common/stringtable.c
12864         * src/common/sylpheed.c
12865         * src/common/sylpheed.h
12866         * src/common/template.c
12867         * src/common/template.h
12868         * src/common/timing.h
12869         * src/common/utils.c
12870         * src/common/utils.h
12871         * src/common/uuencode.c
12872         * src/common/uuencode.h
12873         * src/common/version.h.in
12874         * src/common/xml.c
12875         * src/common/xml.h
12876         * src/common/xmlprops.c
12877         * src/common/xmlprops.h
12878         * src/gtk/about.c
12879         * src/gtk/about.h
12880         * src/gtk/colorlabel.c
12881         * src/gtk/colorlabel.h
12882         * src/gtk/colorsel.c
12883         * src/gtk/colorsel.h
12884         * src/gtk/description_window.c
12885         * src/gtk/description_window.h
12886         * src/gtk/filesel.c
12887         * src/gtk/filesel.h
12888         * src/gtk/foldersort.c
12889         * src/gtk/foldersort.h
12890         * src/gtk/gtkutils.c
12891         * src/gtk/gtkutils.h
12892         * src/gtk/inputdialog.c
12893         * src/gtk/inputdialog.h
12894         * src/gtk/logwindow.c
12895         * src/gtk/logwindow.h
12896         * src/gtk/manage_window.c
12897         * src/gtk/manage_window.h
12898         * src/gtk/menu.c
12899         * src/gtk/menu.h
12900         * src/gtk/pluginwindow.c
12901         * src/gtk/pluginwindow.h
12902         * src/gtk/prefswindow.c
12903         * src/gtk/prefswindow.h
12904         * src/gtk/progressdialog.c
12905         * src/gtk/progressdialog.h
12906         * src/gtk/quicksearch.c
12907         * src/gtk/quicksearch.h
12908         * src/gtk/sslcertwindow.c
12909         * src/gtk/sslcertwindow.h
12910         * src/plugins/clamav/clamav_plugin.c
12911         * src/plugins/clamav/clamav_plugin.h
12912         * src/plugins/clamav/clamav_plugin_gtk.c
12913         * src/plugins/demo/demo.c
12914         * src/plugins/dillo_viewer/dillo_prefs.c
12915         * src/plugins/dillo_viewer/dillo_prefs.h
12916         * src/plugins/dillo_viewer/dillo_viewer.c
12917         * src/plugins/mathml_viewer/mathml_viewer.c
12918         * src/plugins/pgpcore/passphrase.c
12919         * src/plugins/pgpcore/passphrase.h
12920         * src/plugins/pgpcore/plugin.c
12921         * src/plugins/pgpcore/prefs_gpg.c
12922         * src/plugins/pgpcore/prefs_gpg.h
12923         * src/plugins/pgpcore/select-keys.c
12924         * src/plugins/pgpcore/select-keys.h
12925         * src/plugins/pgpcore/sgpgme.c
12926         * src/plugins/pgpcore/sgpgme.h
12927         * src/plugins/pgpinline/pgpinline.c
12928         * src/plugins/pgpinline/pgpinline.h
12929         * src/plugins/pgpinline/plugin.c
12930         * src/plugins/pgpmime/pgpmime.c
12931         * src/plugins/pgpmime/pgpmime.h
12932         * src/plugins/pgpmime/plugin.c
12933         * src/plugins/spamassassin/spamassassin.c
12934         * src/plugins/spamassassin/spamassassin.h
12935         * src/plugins/spamassassin/spamassassin_gtk.c
12936         * src/plugins/trayicon/trayicon.c
12937         * tools/OOo2sylpheed.pl
12938         * tools/acroread2sylpheed.pl
12939         * tools/asus_mailled.sh
12940         * tools/filter_conv.pl
12941         * tools/freshmeat_search.pl
12942         * tools/google_search.pl
12943         * tools/kmail2sylpheed.pl
12944         * tools/kmail2sylpheed_v2.pl
12945         * tools/maildir2sylpheed.pl
12946         * tools/multiwebsearch.pl
12947         * tools/newscache_clean.pl
12948         * tools/outlook2sylpheed.pl
12949         * tools/sylpheed-switcher
12950         * tools/update-po
12951         * tools/vcard2xml.py
12952         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12953                 update FSF address
12954
12955 2005-09-21 [colin]      1.9.14cvs46
12956
12957         * src/gedit-print.c
12958         * src/procmsg.c
12959         * src/procmsg.h
12960         * src/textview.c
12961         * src/summaryview.c
12962                 Remove some printing hacks (deselection/reselection),
12963                 which by the way fix printing the currently 
12964                 displayed mime part (still only text)
12965                 Plus a little optimisation of summary_show
12966
12967
12968 2005-09-20 [colin]      1.9.14cvs45
12969
12970         * src/mainwindow.c
12971         * src/messageview.c
12972                 GUI fixups: add accels, set message
12973                 view title to displayed mail's subject
12974         * src/prefs_spelling.c
12975         * src/gtk/gtkaspell.c
12976                 GUI fixups: allow underlining misspelled
12977                 words instead of coloring them (a11y!)
12978
12979 2005-09-19 [colin]
12980
12981         1.9.15rc3 released
12982
12983 2005-09-19 [colin]      1.9.14cvs44
12984
12985         * src/compose.c
12986                 Fix draft message
12987         * src/gtk/gtkaspell.c
12988                 Fix wrong test ;-)
12989
12990 2005-09-19 [colin]      1.9.14cvs43
12991
12992         * src/addressbook.c
12993                 Fix sensitivity of Delete button
12994         * src/compose.c
12995                 Warn if the requested Privacy system
12996                 is not available
12997         * src/exphtmldlg.c
12998         * src/expldifdlg.c
12999         * src/importldif.c
13000         * src/importmutt.c
13001         * src/importpine.c
13002                 Fix crappy UI
13003         * src/
13004         * src/ssl.h
13005         * src/prefs_account.h
13006         * src/prefs_account.c
13007                 Save SSL prefs even in builds that have
13008                 SSL support disable
13009         * src/imap.c
13010         * src/inc.c
13011         * src/news.c
13012         * src/send_message.c
13013                 Warn if connection should be secure, but
13014                 SSL support isn't compiled in
13015         * src/gtkaspell.c
13016                 Fix word separation on UTF-8 systems
13017                 Fixes bug #812 (Strange inline spellchecking)
13018         * src/compose.c
13019                 Warn if the requested Privacy system
13020                 is not available
13021                 Factorize offline warning
13022         * src/imap.c
13023         * src/imap_gtk.c
13024         * src/imap_gtk.h
13025         * src/inc.h
13026         * src/news_gtk.c
13027         * src/news_gtk.h
13028         * src/messageview.c
13029                 Factorize offline warning
13030
13031 2005-09-19 [paul]
13032
13033         1.9.15-rc2 released
13034
13035 2005-09-18 [colin]      1.9.14cvs42
13036
13037         * src/codeconv.c
13038         * src/codeconv.h
13039         * src/procmime.c
13040                 Add a way to get locale's charset ignoring utf-8,
13041                 and use that as default encoding for broken mails
13042
13043 2005-09-18 [colin]      1.9.14cvs41
13044
13045         * src/gtk/logwindow.c
13046                 Translate string. Patch by Fabien Vantard
13047
13048 2005-09-18 [colin]      1.9.14cvs40
13049
13050         * configure.ac
13051                 Fix bug #803 (IMAP/SSL support breaks with 
13052                 GnuTLS libetpan 0.38)
13053
13054 2005-09-18 [colin]      1.9.14cvs39
13055
13056         * src/codeconv.c
13057         * src/compose.c
13058         * src/procmime.c
13059                 More charsets fixes. Fixes bug #806 (non
13060                 ascii characters in subject line)
13061
13062 2005-09-17 [paul]       1.9.14cvs38
13063
13064         * src/folderview.c
13065         * src/mainwindow.c
13066                 fix gcc-2.95 issues
13067                 Patch by Pawel Pekala
13068
13069 2005-09-17 [colin]      1.9.14cvs37
13070
13071         * src/addrindex.c
13072                 bugfix for NO-USE LDAP compilation, patch 
13073                 by Fabien Vantard
13074
13075 2005-09-17 [colin]      1.9.14cvs36
13076
13077         * src/prefs_actions.c
13078         * src/prefs_customheader.c
13079         * src/prefs_display_header.c
13080         * src/prefs_filtering_action.c
13081         * src/prefs_matcher.c
13082         * src/prefs_toolbar.c
13083                 Fix strange casts (less elegant but
13084                 works better)
13085
13086 2005-09-16 [colin]      1.9.14cvs35
13087
13088         * src/jpilot.c
13089                 Missed that one
13090
13091 2005-09-16 [colin]      1.9.14cvs34
13092
13093         * configure.ac
13094         * src/Makefile.am
13095         * src/addr_compl.c
13096         * src/addrindex.c
13097         * src/browseldap.c
13098         * src/editldap.c
13099         * src/ldaplocate.c
13100         * src/ldapquery.c
13101         * src/ldapquery.h
13102         * src/ldapserver.c
13103         * src/ldapserver.h
13104         * src/main.c
13105         * src/matcher_parser_parse.y
13106         * src/prefs_themes.c
13107         * src/etpan/Makefile.am
13108         * src/gtk/description_window.c
13109         * src/plugins/clamav/Makefile.am
13110         * src/plugins/clamav/clamav_plugin.c
13111         * src/plugins/dillo_viewer/Makefile.am
13112         * src/plugins/pgpcore/Makefile.am
13113         * src/plugins/pgpinline/Makefile.am
13114         * src/plugins/pgpmime/Makefile.am
13115         * src/plugins/trayicon/Makefile.am
13116                 Fix 100% cpu usage in address completion list
13117                 Fix little bugs (return with no values etc)
13118                 Fix all warnings (with common CFLAGS)
13119
13120 2005-09-15 [colin]      1.9.14cvs33
13121
13122         * src/addressbook.c
13123                 Fix bug where sometimes a group's email list is empty,
13124                 force its refresh (probably fixes "Re: how to create a 
13125                 distribution list")
13126         * src/ldapquery.c
13127                 Don't return to the callback in the main thread from the
13128                 fetch thread (or face segs!)
13129
13130 2005-09-15 [paul]       1.9.14cvs32
13131
13132         * src/prefs_matcher.c
13133                 forgotten in last commit
13134
13135 2005-09-15 [paul]       1.9.14cvs31
13136
13137         * src/prefs_actions.c
13138         * src/prefs_filtering_action.c
13139         * src/prefs_quote.c
13140         * src/quote_fmt.c
13141         * src/summaryview.c
13142         * src/gtk/description_window.c
13143         * src/gtk/description_window.h
13144         * src/gtk/quicksearch.c
13145                 allow interaction with the called
13146                 description window
13147                 Patch by Anders Hammar
13148
13149 2005-09-14 [paul]       1.9.14cvs30
13150
13151         * src/compose.c
13152                 fix a little annoyance when pasting with 3rd button 
13153                 with wrap_pastes=0 and wrap_input=1
13154                 Patch by Colin
13155
13156 2005-09-14 [paul]       1.9.14cvs29
13157
13158         * src/prefs_account.c
13159                 disable 'Filter messages on receiving' for
13160                 SMTP-only accounts
13161                 Patch  by Anders Hammar
13162
13163 2005-09-14 [paul]       1.9.14cvs28
13164
13165         * po/sk.po
13166                 fix crash
13167                 updated by Andrej Kacian
13168
13169 2005-09-14 [paul]
13170
13171         1.9.15-rc1 released
13172
13173 2005-09-14 [paul]       1.9.14cvs27
13174
13175         * po/es.po
13176                 updated by Ricardo Mones Lastra
13177         * src/compose.c
13178         * src/compose.h
13179                 associate no_wrap_tags to Compose windows
13180                 instead of using a static one
13181                 Patch by Colin
13182         * src/mbox.c
13183                 fix proc_mbox()
13184                 Patch by wwp
13185         * src/textview.c
13186                 remove unneeded printf()
13187
13188 2005-09-14 [paul]       1.9.14cvs26
13189
13190         * src/addrcache.c
13191         * src/codeconv.h
13192         * src/folder.h
13193         * src/mainwindow.h
13194         * src/mh.c
13195         * src/mimeview.h
13196         * src/partial_download.c
13197         * src/pop.c
13198         * src/prefs_account.c
13199         * src/prefs_account.h
13200         * src/prefs_actions.c
13201         * src/prefs_customheader.c
13202         * src/prefs_display_header.c
13203         * src/prefs_filtering_action.c
13204         * src/prefs_matcher.c
13205         * src/prefs_toolbar.c
13206         * src/privacy.h
13207         * src/procmime.c
13208         * src/procmime.h
13209         * src/procmsg.h
13210         * src/textview.c
13211         * src/undo.h
13212         * src/common/plugin.c
13213         * src/common/session.h
13214         * src/common/socket.c
13215         * src/common/socket.h
13216         * src/common/template.c
13217         * src/gtk/gtkaspell.c
13218         * src/gtk/quicksearch.h
13219         * src/plugins/pgpcore/passphrase.c
13220         * src/plugins/pgpcore/prefs_gpg.h
13221         * src/plugins/pgpcore/select-keys.c
13222         * src/plugins/pgpcore/select-keys.h
13223         * src/plugins/pgpcore/sgpgme.c
13224         * src/plugins/pgpinline/pgpinline.c
13225         * src/plugins/pgpmime/pgpmime.c
13226         * src/plugins/trayicon/trayicon.c
13227                 fix compilation warnings
13228                 Patch by Daniel Gustafson
13229
13230 2005-09-14 [paul]       1.9.14cvs25
13231
13232         * src/addressbook.c
13233                 add missing column header, and other small
13234                 bug fixes
13235                 Patch by Anders Hammar
13236
13237 2005-09-13 [colin]      1.9.14cvs24
13238
13239         * src/gtk/gtkaspell.c
13240                 Fix non-utf8 in menu
13241                 Fix little leaks
13242                 Nullify struct members after free()s
13243
13244 2005-09-13 [colin]      1.9.14cvs23
13245
13246         * src/compose.c
13247                 Test utf8 compliance before inserting to 
13248                 buffer, and try to convert if necessary
13249         * src/procmime.c
13250                 If no charset is present, use the locale 
13251                 one instead of us-ascii
13252         * src/procmsg.c
13253                 Add Sender, List-Post and To in the checked 
13254                 headers for automatic rules creation 
13255                 (thanks to wwp)
13256         * src/prefs_themes.c
13257         * src/gtk/gtkaspell.c
13258                 Remove deprecated functions. 
13259                 patch by Daniel Gustafson
13260
13261 2005-09-12 [colin]      1.9.14cvs22
13262
13263         * src/compose.c
13264                 Fix bug #448 (Scrolling/Redraw issue with 
13265                 address-fields in Header)
13266         * src/mainwindow.c
13267         * src/summaryview.c
13268         * src/summaryview.h
13269                 Fix loss of MSG_MARKED on move/copy
13270                 Fix bug #804 (Quicksearch togglebutton doesn't 
13271                 get depressed after '/' key is pressed)
13272
13273 2005-09-12 [paul]       1.9.14cvs21
13274
13275         * AUTHORS
13276         * src/gtk/logwindow.c
13277                 add 'Clear Log' to popup menu
13278                 Patch by Anders Hammar <anders.hammar@telia.com>
13279
13280 2005-09-12 [paul]       1.9.14cvs20
13281
13282         * src/compose.c
13283                 set correct sensitivity on attachments
13284                 popup menu
13285         * src/folder.c
13286                 fix typo
13287         * src/prefs_spelling.c
13288                 fix crash when no LANG env is set
13289         * src/common/xml.c
13290                 fix crash in wizard
13291                 don't use memeory after free
13292
13293         All patches by Daniel Gustafson
13294
13295 2005-09-12 [paul]       1.9.14cvs19
13296
13297         * src/prefs_themes.c
13298                 make theme info selectable
13299         * src/gtk/description_window.c
13300                 make window non-modal
13301         * tools/README
13302                 add details of asus_mailed.sh
13303         * tools/claws.i18n.status.pl
13304                 update for new zh_TW translator
13305                 widen the output
13306                 create alternate coloured lines
13307                 improve readability
13308
13309 2005-09-10 [colin]      1.9.14cvs18
13310
13311         * src/plugins/pgpcore/select-keys.c
13312                 Better order for the buttons
13313
13314 2005-09-10 [colin]      1.9.14cvs17
13315
13316         * src/compose.c
13317         * src/plugins/pgpcore/select-keys.c
13318         * src/plugins/pgpcore/select-keys.h
13319         * src/plugins/pgpcore/sgpgme.c
13320                 Add a "Don't encrypt" button to the key
13321                 selection dialog. Fixes bug #177 (There should be a 
13322                 'Don't encrypt button in the Select Keys dialog)
13323
13324 2005-09-10 [colin]      1.9.14cvs16
13325
13326         * src/compose.c
13327                 Fix bug #572 (%X option does not work with templates)
13328
13329 2005-09-10 [colin]      1.9.14cvs15
13330
13331         * src/toolbar.c 
13332                 Remove g_print
13333
13334 2005-09-10 [colin]      1.9.14cvs14
13335
13336         * src/imap.c
13337                 Fix a possible crash
13338
13339 2005-09-09 [colin]      1.9.14cvs13
13340
13341         * src/imap.c
13342         * src/etpan/imap-thread.c
13343         * src/etpan/imap-thread.h
13344                 Fix moving from queue or drafts to normal folders
13345                 Fix bug #794 (No way to delete without expunging)
13346                 Take flags unset by other mailers into account
13347                 Take deleted flag set by other mailers into account
13348                 Fix unsetting REPLIED flag
13349                 Fix crash when capabilities can't be retrieved
13350         * src/mainwindow.c
13351         * src/mainwindow.h
13352                 Add M_DELAYED_FLAGS condition, and let the user use
13353                 Execute in order to be able to expunge deleted mails,
13354                 even if he's not in delayed execute mode
13355         * src/prefs_spelling.c
13356                 Use 'en' dictionary by default if LANG is POSIX or C
13357         * src/gtk/prefswindow.c
13358                 Fix bug #767 (Preferences windows expanding) by making
13359                 the window a bit larger when the resolution is greater
13360                 than 640x480, and by putting the prefs in a
13361                 GtkScrolledWindow.
13362
13363 2005-09-09 [paul]       1.9.14cvs12
13364
13365         * AUTHORS
13366         * configure.ac
13367         * po/zh_TW.Big5.po      ** REMOVED **
13368         * po/zh_TW.po           ** ADDED **
13369                 updated by Wei-Lun Chao
13370
13371 2005-09-09 [paul]       1.9.14cvs11
13372
13373         * src/mainwindow.c
13374                 fix asserts
13375         * src/common/xml.c
13376                 delay memory allocation until file is
13377                 opened successfully
13378                 Patch by Daniel Gustafson
13379
13380 2005-09-09 [colin]      1.9.14cvs10
13381
13382         * src/imap.c
13383                 Add guards
13384
13385 2005-09-08 [colin]      1.9.14cvs9
13386
13387         * src/compose.c
13388                 Alert when we can't save draft
13389                 Fix various wrap/color issues
13390                 Add mid-click pasting respecting wrap_paste option
13391         * src/folder.c
13392         * src/folder.h
13393         * src/folder_item_prefs.c
13394         * src/folder_item_prefs.h
13395         * src/imap.c
13396         * src/imap_gtk.c
13397         * src/imap_gtk.h
13398         * src/main.c
13399         * src/mainwindow.c
13400         * src/mainwindow.h
13401         * src/news.c
13402         * src/news_gtk.c
13403         * src/news_gtk.h
13404         * src/prefs_folder_item.c
13405                 Fix the impossibility to synchronise folders for
13406                 offline use (IMAP and NNTP are concerned)
13407
13408 2005-09-08 [colin]      1.9.14cvs8
13409
13410         * configure.ac
13411                 Build LDAP and JPilot by default if available
13412         * src/textview.c
13413                 Fix use after free
13414
13415 2005-09-08 [paul]       1.9.14cvs7
13416
13417         * doc/manual/en/sylpheed-1.html
13418         * doc/manual/en/sylpheed-18.html
13419         * doc/manual/en/sylpheed-19.html
13420         * doc/manual/en/sylpheed-4.html
13421         * doc/manual/en/sylpheed-6.html
13422         * doc/manual/en/sylpheed.html
13423                 a few minor updates, plus include some
13424                 details about plugins and their requirements
13425         * src/mainwindow.c
13426                 minor changes to English in /View/Sort
13427
13428 2005-09-07 [colin]      1.9.14cvs6
13429
13430         * doc/manual/en/sylpheed-1.html
13431         * doc/manual/en/sylpheed-10.html
13432         * doc/manual/en/sylpheed-11.html
13433         * doc/manual/en/sylpheed-12.html
13434         * doc/manual/en/sylpheed-13.html
13435         * doc/manual/en/sylpheed-14.html
13436         * doc/manual/en/sylpheed-15.html
13437         * doc/manual/en/sylpheed-16.html
13438         * doc/manual/en/sylpheed-17.html
13439         * doc/manual/en/sylpheed-18.html
13440         * doc/manual/en/sylpheed-19.html
13441         * doc/manual/en/sylpheed-2.html
13442         * doc/manual/en/sylpheed-20.html
13443         * doc/manual/en/sylpheed-21.html
13444         * doc/manual/en/sylpheed-22.html
13445         * doc/manual/en/sylpheed-3.html
13446         * doc/manual/en/sylpheed-4.html
13447         * doc/manual/en/sylpheed-5.html
13448         * doc/manual/en/sylpheed-6.html
13449         * doc/manual/en/sylpheed-7.html
13450         * doc/manual/en/sylpheed-8.html
13451         * doc/manual/en/sylpheed-9.html
13452         * doc/manual/en/sylpheed.html
13453                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13454
13455 2005-09-07 [colin]      1.9.14cvs5
13456
13457         * src/mainwindow.c
13458                 Make labels more to-the-point
13459
13460 2005-09-07 [colin]      1.9.14cvs4
13461
13462         * doc/manual/en/sylpheed-1.html
13463         * doc/manual/en/sylpheed-12.html
13464         * doc/manual/en/sylpheed-13.html
13465         * doc/manual/en/sylpheed-14.html
13466         * doc/manual/en/sylpheed-15.html
13467         * doc/manual/en/sylpheed-16.html
13468         * doc/manual/en/sylpheed-17.html
13469         * doc/manual/en/sylpheed-18.html
13470         * doc/manual/en/sylpheed-19.html
13471         * doc/manual/en/sylpheed-2.html
13472         * doc/manual/en/sylpheed-20.html
13473         * doc/manual/en/sylpheed-21.html
13474         * doc/manual/en/sylpheed-22.html
13475         * doc/manual/en/sylpheed-4.html
13476         * doc/manual/en/sylpheed-5.html
13477         * doc/manual/en/sylpheed-6.html
13478         * doc/manual/en/sylpheed-7.html
13479         * doc/manual/en/sylpheed-8.html
13480         * doc/manual/en/sylpheed-9.html
13481         * doc/manual/en/sylpheed.html
13482                 Update manual
13483
13484 2005-09-07 [colin]      1.9.14cvs3
13485
13486         * doc/faq/en/sylpheed-faq-1.html
13487         * doc/faq/en/sylpheed-faq-2.html
13488         * doc/faq/en/sylpheed-faq-3.html
13489         * doc/faq/en/sylpheed-faq.html
13490                 Update FAQ
13491
13492 2005-09-07 [colin]      1.9.14cvs2
13493
13494         * src/folderview.c
13495         * src/procmsg.c
13496         * src/summaryview.c
13497         * src/toolbar.c
13498                 Fix special subfolders:
13499                 - Inherit parent's icon
13500                 - sent contents of queues subfolders
13501                 - empty subfolders of trashes
13502         * src/mainwindow.c
13503                 Remove outdated manual and faq entries
13504         * src/common/utils.c
13505                 Add quotes around %s coming from mailcap
13506
13507 2005-09-07 [colin]      1.9.14cvs1
13508
13509         * src/compose.c
13510                 After saving draft, set modified to FALSE
13511         * src/mimeview.c
13512         * src/common/utils.c
13513         * src/common/utils.h
13514                 Try to open mime parts using what is 
13515                 indicated in ~/.mailcap or /etc/mailcap,
13516                 if possible.
13517
13518 2005-09-05 [paul]       1.9.14
13519
13520         1.9.14 released
13521
13522         * po/sk.po
13523                 updated by Andrej Kacian
13524
13525 2005-09-05 [paul]       1.9.13cvs83
13526
13527         * po/de.po
13528         * po/es.po
13529         * po/fi.po
13530         * po/fr.po
13531         * po/nb.po
13532         * po/pt_BR.po
13533         * po/sr.po
13534                 updated translations by Thomas Gilgin, Ricardo Mones
13535                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13536                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13537
13538 2005-09-04 [paul]       1.9.13cvs82
13539
13540         * src/compose.c
13541                 only warn about exceeded line length limit
13542                 on send
13543
13544 2005-09-04 [paul]       1.9.13cvs81
13545
13546         * src/compose.c
13547                 fix crash in 'line length exceeded' dialogue
13548
13549 2005-09-02 [paul]       1.9.13cvs80
13550
13551         * src/imap.c
13552                 fix bug 795, 'Connection lost IMAP'
13553                 and add statusbar prints
13554                 Patch by Colin
13555
13556 2005-09-02 [paul]       1.9.13cvs79
13557
13558         * src/compose.c
13559                 compose_wrap_paragraph() becomes
13560                 compose_beautify_paragraph()
13561                 Patch by Colin
13562
13563 2005-09-02 [colin]      1.9.13cvs78
13564
13565         * src/folderview.c
13566                 Micro-fix
13567
13568 2005-09-01 [colin]      1.9.13cvs77
13569
13570         * src/imap.c
13571                 Maybe fix bug #795 (Connection lost IMAP)
13572                 Don't try to send logout when we're disconnected.
13573         * src/summaryview.c
13574                 Include locked and marked emails in HRM
13575                 view. Fixes bug #800 (Locked messages no longer 
13576                 show up when hide read messages is used)
13577
13578 2005-09-01 [paul]       1.9.13cvs76
13579
13580         * src/prefs_common.c
13581                 fix bad cutting
13582
13583 2005-08-31 [colin]      1.9.13cvs75
13584
13585         * src/folderview.c
13586         * src/folderview.h
13587         * src/prefs_summaries.c
13588         * src/summaryview.c
13589                 Fix "go to next new", fix preference
13590                 (Open unread/next swapped)
13591
13592 2005-08-31 [paul]       1.9.13cvs74
13593
13594         * src/compose.c
13595         * src/folderview.c
13596         * src/headerview.c
13597         * src/headerview.h
13598         * src/mainwindow.c
13599         * src/prefs_common.c
13600         * src/prefs_common.h
13601         * src/prefs_fonts.c
13602         * src/summaryview.c
13603         * src/textview.c
13604         * src/common/defs.h
13605                 remove obsolete BOLD_FONT setting
13606                 fix font update in headerview and textview
13607                 headers after prefs change
13608                 Patch By Colin
13609
13610 2005-08-31 [paul]
13611
13612         1.9.14-rc4 released
13613
13614 2005-08-30 [colin]      1.9.13cvs73
13615
13616         * src/summaryview.c
13617                 When Hide read messages is selected and we
13618                 refresh the summaryview, don't remove the 
13619                 currently displayed message. Fixes bug #797
13620                 (Summary view reloads when new mail is 
13621                 downloaded in 1.9.14 rc)
13622
13623 2005-08-30 [colin]      1.9.13cvs72
13624
13625         * src/folderview.c
13626                 Fix flickering
13627         * src/mainwindow.c
13628                 Remove useless callback
13629         * src/mimeview.c
13630         * src/gtk/filesel.c
13631         * src/gtk/filesel.h
13632                 Add a filesel_select_file_save_folder() - used by Save All
13633
13634 2005-08-29 [paul]       1.9.13cvs71
13635
13636         * AUTHORS
13637         * src/matcher_parser_parse.y
13638         * src/etpan/imap-thread.c
13639                 fix building on FreeBSD
13640                 Patch by Daniel Gustafson <daniel@hobbit.se>
13641
13642 2005-08-29 [paul]       1.9.13cvs70
13643
13644         * src/plugins/pgpinline/pgpinline.c
13645                 only initialise sig result if it's been handled
13646                 Patch by Colin
13647
13648 2005-08-29 [paul]       1.9.13cvs69
13649         
13650         Patches by Colin:
13651
13652         * src/imap.c
13653         * src/common.utils.c
13654         * src/common/utils.h
13655                 optimisation
13656         * src/stock_pixmap.h
13657                 fix wrong icon reference
13658         * src/pixmaps/trash_btn.xpm
13659                 replace with nicer image
13660
13661 2005-08-28 [colin]      1.9.13cvs68
13662
13663         * src/Makefile.am
13664         * src/stock_pixmap.c
13665         * src/stock_pixmap.h
13666         * src/toolbar.c
13667         * src/pixmaps/trash_btn.xpm
13668                 Add a specific trash xpm for the button
13669
13670 2005-08-28 [colin]      1.9.13cvs67
13671
13672         * src/imap.c
13673                 Fix leak
13674
13675 2005-08-27 [colin]      1.9.13cvs66
13676
13677         * src/imap.c
13678         * src/procmime.c
13679                 Correctly fix "Problem with replies", fixes
13680                 pgpmime encryption too. 
13681
13682 2005-08-27 [colin]      1.9.13cvs65
13683
13684         * src/folder.c
13685         * src/procmsg.c
13686         * src/procmsg.h
13687         * src/summaryview.c
13688                 Fix bug #517 (messages removed from summaryview 
13689                 when moving fails)
13690
13691 2005-08-27 [colin]      1.9.13cvs64
13692
13693         * tools/Makefile.am
13694         * tools/asus_mailled.sh
13695                 Add a script to blink ASUS laptops' mail LED where there
13696                 is unread mail.
13697
13698 2005-08-27 [colin]      1.9.13cvs63
13699
13700         * src/imap.c
13701         * src/etpan/imap-thread.c
13702         * src/etpan/imap-thread.h
13703                 Implement automatic choosing of login method
13704                 Fixes bug #791
13705         * src/gtk/.cvsignore
13706                 Add sylpheed-marshal.[ch]
13707
13708 2005-08-27 [colin]      1.9.13cvs62
13709
13710         * src/common/utils.c
13711                 Fix confusing perror
13712
13713 2005-08-27 [colin]      1.9.13cvs61
13714
13715         * src/toolbar.c
13716         * src/toolbar.h
13717                 Remove A_DELETE, replace it with 
13718                 A_TRASH and A_DELETE_REAL. Automatically
13719                 rewrite config files to replace A_DELETE
13720                 with A_TRASH (no functionality change).
13721                 Fixes half of #794
13722
13723 2005-08-26 [colin]      1.9.13cvs60
13724
13725         * src/procmime.c
13726                 Previous "Problem with replies" fix brought other
13727                 problems, fixing them
13728
13729 2005-08-26 [colin]      1.9.13cvs59
13730
13731         * src/procmime.c
13732                 Fix "Problem with replies". This happened only
13733                 on IMAP...
13734         * src/procmsg.c
13735                 Factorize code a bit
13736         * src/compose.c
13737                 Speed improvement on very long messages (wrapping)
13738                 Fix signature color on Reedit and Redirect
13739                 On Reedit, don't attach pgp-signatures parts, but
13740                 set signing to On.
13741
13742 2005-08-24 [paul]       1.9.13cvs58
13743
13744         * src/compose.c
13745                 don't claim success when clicking
13746                 Cancel on the passphrase box.
13747                 Patch by Colin
13748
13749 2005-08-24 [paul]       1.9.13cvs57
13750
13751         * src/main.c
13752                 fix misplaced sylpheed.log
13753         * src/common/defs.h
13754                 define UIDL_DIR
13755
13756 2005-08-24 [paul]       1.9.13cvs56
13757
13758         * src/imap.c
13759         * src/etpan/imap-thread.c
13760         * src/etpan/imap-thread.h
13761                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13762                 Patch by Colin
13763         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13764         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13765                 remove autogenerated files
13766         * tools/kdeservicemenu/README
13767         * tools/kdeservicemenu/install.sh
13768         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13769         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13770                 use Claws icon, use 'Sylpheed-Claws' in menu,
13771                 use kdialog, and other cleanups
13772
13773 2005-08-23 [paul]       1.9.13cvs55
13774
13775         * src/compose.c
13776                 fix paste/wrap crash
13777                 Patch by Colin
13778
13779 2005-08-23 [paul]       1.9.13cvs54
13780
13781         * src/main.c
13782                 fix crash recovery
13783                 Patch by Colin
13784
13785 2005-08-23 [paul]       1.9.13cvs53
13786
13787         * src/addressbook.c
13788         * src/editaddress.c
13789                 view all data of LDAP contacts
13790                 Patch by Colin
13791
13792 2005-08-23 [paul]       1.9.13cvs52
13793
13794         * src/addressbook.c
13795                 fix issues with the Search field
13796                 Patch by Colin
13797
13798 2005-08-22 [paul]       1.9.13cvs51
13799
13800         * src/folderview.c
13801                 put name of folder in processing dialog
13802                 title
13803         * src/prefs_folder_item.c
13804                 improve english usage
13805
13806 2005-08-22 [paul]       1.9.13cvs50
13807
13808         * src/filtering.c
13809         * src/filtering.h
13810         * src/matcher.c
13811         * src/matcher_parser_lex.l
13812         * src/matcher_parser_parse.y
13813         * src/prefs_filtering.c
13814                 add Filtering/Processing rule names feature.
13815                 (the incompatible old matcherrc is saved as
13816                 matcherrc.pre_names).
13817                 Patch by Colin
13818
13819 2005-08-22 [paul]       1.9.13cvs49
13820
13821         * src/procmsg.c
13822                 fix colour labelling
13823                 Patch by Colin
13824
13825 2005-08-22 [paul]       1.9.13cvs48
13826
13827         * src/textview.c
13828                 fix open_image_cb()
13829
13830 2005-08-22 [paul]       1.9.13cvs47
13831
13832         * src/imap.c
13833                 fix bug 789, 'SC crashes with imap (CVS ver)'
13834                 Patch by Colin
13835
13836 2005-08-22 [paul]       1.9.13cvs46
13837
13838         * src/mimeview.c
13839         * src/prefs_common.c
13840         * src/common/defs.h
13841                 define reused defaults in defs.h
13842         * src/textview.c
13843                 add 'Open image' to image popup menu
13844
13845 2005-08-21 [colin]      1.9.13cvs45
13846
13847         * src/summaryview.c
13848                 Fix bug #788 (Bogus "From" address displayed)
13849
13850 2005-08-20 [colin]      1.9.13cvs44
13851
13852         * src/folder.c
13853                 Fix buf #787 (multilevel delete causes SIGSEGV)
13854
13855 2005-08-19 [colin]      1.9.13cvs43
13856
13857         * src/inc.c
13858         * src/prefs_common.c
13859         * src/prefs_common.h
13860                 Add an hidden pref to allow modifying the
13861                 update stepping in incorporation.
13862                 Patch by wwp.
13863
13864 2005-08-19 [colin]      1.9.13cvs42
13865
13866         * src/compose.c
13867         * src/procmime.c
13868                 Workaround for broken MUAs: encode 
13869                 Content-type: name: as ASCII and 
13870                 Content-Disposition: filename: as
13871                 per rfc2231
13872         * src/prefs_account.c
13873                 Fix invisible-ness of SMTP SSL prefs
13874                 in NNTP accounts
13875
13876 2005-08-19 [paul]       1.9.13cvs41
13877
13878         * src/compose.c
13879         * src/prefs_common.c
13880         * src/prefs_common.h
13881         * src/prefs_wrapping.c
13882                 paste with or without wrapping.
13883                 patch by Colin
13884
13885 2005-08-19 [paul]       1.9.13cvs40
13886
13887         * src/prefs_common.c
13888         * src/prefs_common.h
13889         * src/summaryview.c
13890                 reintroduce enable_swap_from as a
13891                 hidden pref. patch by Colin
13892         * src/quote_fmt_parse.y
13893         * src/plugins/clamav/clamav_plugin.c
13894         * src/plugins/dillo_viewer/dillo_viewer.c
13895         * src/plugins/mathml_viewer/mathml_viewer.c
13896         * src/plugins/pgpcore/sgpgme.c
13897         * src/plugins/pgpinline/pgpinline.c
13898         * src/plugins/pgpmime/pgpmime.c
13899                 tidy up. patch by Colin
13900
13901 2005-08-19 [paul]       1.9.13cvs39
13902
13903         * configure.ac
13904                 complete cvs38's sync
13905         * src/editaddress.c
13906         * src/gedit-print.c
13907         * src/mutt.c
13908         * src/etpan/etpan-log.c
13909         * src/etpan/imap-thread.c
13910         * src/gtk/gtksourceprintjob.c
13911                 fix compilation warnings
13912                 (patch by Colin)
13913
13914 2005-08-19 [paul]       1.9.13cvs38
13915
13916         sync with main:
13917
13918         * src/account.c
13919         * src/action.c
13920         * src/addrbook.c
13921         * src/addrcache.c
13922         * src/addrharvest.c
13923         * src/addrindex.c
13924         * src/codeconv.c
13925         * src/compose.c
13926         * src/crash.c
13927         * src/exporthtml.c
13928         * src/exportldif.c
13929         * src/folder.c
13930         * src/image_viewer.c
13931         * src/inc.c
13932         * src/inc.h
13933         * src/jpilot.c
13934         * src/ldif.c
13935         * src/main.c
13936         * src/matcher.c
13937         * src/mbox.c
13938         * src/messageview.c
13939         * src/mh.c
13940         * src/mimeview.c
13941         * src/msgcache.c
13942         * src/mutt.c
13943         * src/news.c
13944         * src/partial_download.c
13945         * src/pine.c
13946         * src/pop.c
13947         * src/prefs_actions.c
13948         * src/prefs_common.c
13949         * src/prefs_customheader.c
13950         * src/prefs_display_header.c
13951         * src/prefs_gtk.c
13952         * src/prefs_themes.c
13953         * src/procheader.c
13954         * src/procmime.c
13955         * src/procmsg.c
13956         * src/recv.c
13957         * src/send_message.c
13958         * src/simple-gettext.c
13959         * src/sourcewindow.c
13960         * src/textview.c
13961         * src/vcard.c
13962         * src/common/defs.h
13963         * src/common/log.c
13964         * src/common/plugin.c
13965         * src/common/prefs.c
13966         * src/common/session.c
13967         * src/common/session.h
13968         * src/common/socket.c
13969         * src/common/socket.h
13970         * src/common/ssl_certificate.c
13971         * src/common/template.c
13972         * src/common/utils.c
13973         * src/common/utils.h
13974         * src/common/xml.c
13975         * src/gtk/about.c
13976         added wrappers for C library function that
13977                 take pathname arguments.
13978                 enabled compilation with MinGW.
13979                 use GDir instead of directly using opendir().
13980                 added rename_force().
13981
13982 2005-08-19 [paul]       1.9.13cvs37
13983         
13984         patches by Colin:
13985         * src/compose.c
13986                 fix privacy settings on re-editing
13987                 a sent message
13988         * src/jpilot.c
13989                 fix encoding bug
13990         * src/folder.c
13991         * src/procmsg.c
13992         * src/procmsg.h
13993         * src/summaryview.c
13994                 flag changing optimisation
13995
13996 2005-08-18 [martin]     1.9.13cvs36
13997
13998         * commitHelper
13999             added my login
14000         * src/addrcache.c
14001         * src/addrharvest.c
14002         * src/addrindex.c
14003         * src/compose.c
14004         * src/grouplistdialog.c
14005         * src/main.c
14006         * src/mainwindow.c
14007         * src/msgcache.c
14008         * src/mutt.c
14009         * src/pine.c
14010         * src/prefs_account.c
14011         * src/prefs_themes.c
14012         * src/stock_pixmap.c
14013         * src/summaryview.c
14014         * src/gtk/about.c
14015         * src/gtk/logwindow.c
14016             removed deprecated glib and gdk stuff
14017         * src/plugins/pgpcore/select-keys.c
14018             convert attributes from locale to utf8
14019
14020 2005-08-17 [paul]       1.9.13cvs35
14021
14022         * src/account.c
14023         * src/addressbook.c
14024                 use new GTK_STOCK_ icons if available
14025         * src/summaryview.c
14026         * src/gtk/gtksctree.c
14027         * src/gtk/gtksctree.h
14028                 faster range select. patch by Colin
14029
14030 2005-08-17 [paul]       1.9.13cvs34
14031
14032         patches by colin:
14033         * src/addressbook.c
14034         * src/addressitem.h
14035                 Add an edit button for contacts, fix selections
14036                 of gtksctree items
14037         * src/editaddress.c
14038                 Change labels, let Save be always possible in the
14039                 email and user atributes tabs
14040         * src/folderview.c
14041                 fix sort issues
14042         * src/summaryview.c
14043                 select next item instead of the displayed one
14044                 after deletion
14045
14046         * src/gtk/progressdialog.c
14047                 use prefs_common.enable_rules_hint
14048
14049 2005-08-13 [hoa]        1.9.13cvs33
14050
14051         * src/etpan/imap-thread.c
14052                 fixed build on Solaris.
14053
14054 2005-08-10 [colin]      1.9.13cvs32
14055
14056         * src/procmsg.c
14057                 Fix cvs31 (missing fclose before reading
14058                 the file)
14059
14060 2005-08-10 [colin]      1.9.13cvs31
14061
14062         * src/procmsg.c
14063                 Fix procmsg_msginfo_new_from_mimeinfo() when
14064                 the MimeInfo isn't stored in memory. This fixes
14065                 replying to an attached message.
14066
14067 2005-08-10 [colin]      1.9.13cvs30
14068
14069         * src/mainwindow.c
14070                 Fix slowness in account changing
14071
14072 2005-08-10 [colin]      1.9.13cvs29
14073
14074         * src/folder.c
14075         * src/folderutils.c
14076         * src/folderview.c
14077         * src/imap_gtk.c
14078         * src/mainwindow.c
14079         * src/mh_gtk.c
14080         * src/procmsg.c
14081         * src/summaryview.c
14082                 Optimize folder_has_parent_of_type
14083                 Prevent moving special sub-folders from contextual menus
14084                 Rework message a bit ("Empty all messages" -> "Delete all
14085                 messages")
14086                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
14087                 and "Deleted Items" folders)
14088
14089 2005-08-08 [colin]      1.9.13cvs28
14090
14091         * src/summaryview.c
14092         * src/prefs_summaries.c
14093                 Make "Select first unread|new" more flexible
14094                 (just prioritize new or unread)
14095
14096 2005-08-08 [colin]      1.9.13cvs27
14097
14098         * src/summaryview.c
14099                 If "select first new" is selected and there only
14100                 are unread messages, fallback to "select first
14101                 unread".
14102
14103 2005-08-08 [colin]      1.9.13cvs26
14104
14105         * src/folder.c
14106                 Fix shameful bugs (and bug #779)
14107
14108 2005-08-08 [colin]      1.9.13cvs25
14109
14110         * src/folder.c
14111         * src/folder.h
14112                 Cache parents' type to make folder_has_parent_of_type
14113                 faster
14114         * src/folderview.c
14115                 Forbid DnD of special sub-folders
14116         * src/procmsg.c
14117         * src/procmsg.h
14118                 Add MAIL_POSTFILTERING_HOOK
14119         * src/summaryview.c
14120                 Revert over-zealous deletion of the use_addr_book 
14121                 code
14122
14123 2005-08-07 [colin]      1.9.13cvs24
14124
14125         * src/folder.c
14126                 Fix big mistake (passing MsgInfo instead 
14127                 of FolderItem)
14128
14129 2005-08-07 [colin]      1.9.13cvs23
14130
14131         * src/compose.c
14132         * src/folder.c
14133         * src/folder.h
14134         * src/foldersel.c
14135         * src/folderutils.c
14136         * src/folderview.c
14137         * src/imap.c
14138         * src/mainwindow.c
14139         * src/messageview.c
14140         * src/mh.c
14141         * src/msgcache.c
14142         * src/procmime.c
14143         * src/summaryview.c
14144                 Make subfolders of Drafts, Queue, Outbox, Trash
14145                 work like their parents. 
14146                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14147
14148 2005-08-07 [colin]      1.9.13cvs22
14149
14150         * src/addressbook.c
14151                 Fix bug #771 (Dragged contacts not saved)
14152
14153 2005-08-07 [paul]       1.9.13cvs21
14154
14155         * src/summaryview.c
14156                 fix bug 32 'Search Doesn't display results
14157                 if "Hide Read Messages" is chosen'
14158                 be more literal in interpreting 'Hide read
14159                 messages'
14160
14161 2005-08-07 [colin]      1.9.13cvs20
14162
14163         * src/folderview.c
14164                 Add debug
14165         * src/summaryview.c
14166                 Faster 'unthread_for_execution'
14167
14168 2005-08-06 [paul]       1.9.13cvs19
14169
14170         * src/mainwindow.c
14171                 add mnemonics to Set displayed columns
14172                 fix bug where msgview_visible option was
14173                 overwritten as TRUE on startup
14174
14175 2005-08-06 [paul]       1.9.13cvs18
14176
14177         * src/mainwindow.c
14178                 refer to 'displayed columns in folder/message
14179                 list' not 'displayed items in summary/message view'
14180         * src/prefs_display_header.c
14181                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14182                 be consistent with similar dialogues
14183         * src/prefs_folder_column.c
14184         * src/prefs_summary_column.c
14185                 'columns' not 'items', and folder and message lists,
14186                 instead of folder and summary views;
14187                 Use 'Hidden columns' as list heading not 'Available
14188                 items';
14189                 move the 'Remove' button to the right hand side;
14190                 top-align the buttons;
14191                 remove unneeded vbox
14192         * src/prefs_summaries.c
14193                 put the 2 column prefs buttons in a frame to reduce
14194                 overall width; refer to columns not items &c.
14195
14196 2005-08-05 [colin]      1.9.13cvs17
14197
14198         * src/prefs_common.c
14199         * src/prefs_common.h
14200         * src/mainwindow.c
14201         * src/compose.c
14202         * src/messageview.c
14203                 Add an hidden toolbar_detachable pref, so
14204                 that I can get rid of these painful handles
14205                 in the toolbars. Defaults to TRUE to avoid
14206                 changing the GUI on unsuspecting people...
14207
14208 2005-08-05 [colin]      1.9.13cvs16
14209
14210         * src/Makefile.am
14211         * src/prefs_folder_column.c
14212         * src/prefs_folder_column.h
14213                 Add prefs for folder columns
14214         * src/folderview.c
14215         * src/folderview.h
14216         * src/mainwindow.c
14217         * src/mainwindow.h
14218         * src/prefs_common.c
14219         * src/prefs_common.h
14220         * src/prefs_summaries.c
14221                 Use them
14222         * src/prefs_summary_column.c
14223         * src/summaryview.c
14224         * src/summaryview.h
14225                 Add a To column
14226         * src/textview.c
14227         * src/common/utils.c
14228         * src/common/utils.h
14229                 Move uri colourisation functions
14230                 to utils
14231         * src/compose.c
14232                 Colourise URIs
14233         * src/imap.c
14234                 Fix bug with LIST where we'd try
14235                 to get Folder//////[...]/// 
14236
14237 2005-08-05 [paul]       1.9.13cvs15
14238
14239         * src/prefs_summaries.c
14240                 improve the English usage
14241         * src/summaryview.c
14242                 set font on column change
14243                 thanks to Colin
14244
14245 2005-08-05 [paul]       1.9.13cvs14
14246
14247         * src/prefs_common.c
14248         * src/prefs_common.h
14249         * src/prefs_summaries.c
14250         * src/summaryview.c
14251                 replace 'open_unread_on_enter' option with
14252                 'select_on_entry' option. opening/not opening
14253                 is now exclusively controlled by 'always_show_msg'
14254
14255 2005-08-04 [colin]      1.9.13cvs13
14256
14257         * src/compose.c
14258                 Remove dead code
14259                 Add colourisation of quotes and signatures
14260         * src/folderview.c
14261                 Fix possible crashes
14262         * src/messageview.c
14263                 Change an assert that is no problem
14264         * src/news.c
14265         * src/news_gtk.c
14266         * src/news_gtk.h
14267                 Fix offline mode
14268         * src/gtk/quicksearch.c
14269                 Fix a possible crash
14270
14271 2005-08-03 [colin]      1.9.13cvs12
14272
14273         * src/prefs_account.c
14274                 Fix bug #777 (Sylpheed crash in account configuration)
14275
14276 2005-08-03 [colin]      1.9.13cvs11
14277
14278         * src/addressbook.c
14279         * src/editaddress.c
14280         * src/editgroup.c
14281                 Fixing addressbook, round 2
14282         * src/textview.c
14283                 Fix emphasis color on rechecking 'Colorize messages'
14284
14285 2005-08-03 [paul]       1.9.13cvs10
14286
14287         sync with main
14288
14289         * src/addr_compl.c
14290         * src/compose.c
14291         * src/main.c
14292         * src/pop.c
14293         * src/prefs_account.c
14294         * src/procmime.c
14295         * src/procmsg.c
14296         * src/quote_fmt_parse.y
14297         * src/textview.c
14298         * src/common/quoted-printable.c
14299         * src/common/utils.c
14300         * src/common/utils.h
14301         * src/common/xml.c
14302                 replaced incorrect locale-independent
14303                 ctype functions with GLib's. Corrected
14304                 signedness mismatch.
14305         * src/headerview.c
14306                 headerview_create(): added spacing for vbox.
14307         * src/gtk/about.c
14308                 set focus to the OK button.
14309
14310 2005-08-03 [colin]      1.9.13cvs9
14311
14312         * src/folderview.c
14313                 Fix possible crash
14314
14315 2005-08-02 [colin]      1.9.13cvs8
14316
14317         * src/mainwindow.c
14318                 Fix cast
14319         * src/addressbook.c
14320         * src/addressitem.h
14321                 Fix a cast and more generally, try to make the
14322                 GUI more intuitive and consistent (round 1)
14323
14324 2005-08-02 [paul]       1.9.13cvs7
14325
14326         * src/folder.h
14327                 missing in 1.9.13cvs6
14328
14329 2005-08-02 [colin]      1.9.13cvs6
14330
14331         * src/folder.c
14332                 Fix one more leak
14333
14334 2005-08-02 [colin]      1.9.13cvs5
14335
14336         * src/folder.c
14337         * src/folderview.c
14338         * src/imap.c
14339         * src/main.c
14340         * src/mbox.c
14341         * src/procmsg.c
14342         * src/summaryview.c
14343                 Fix a number of folder_item_get_msg_list()-related
14344                 leaks (missing procmsg_msginfo_free()s)
14345
14346 2005-08-01 [colin]      1.9.13cvs4
14347
14348         * src/folderview.c
14349         * src/folderview.h
14350         * src/mainwindow.c
14351         * src/prefs_fonts.c
14352         * src/prefs_summaries.c
14353         * src/prefs_themes.c
14354         * src/summaryview.c
14355         * src/summaryview.h
14356         * src/textview.c
14357         * src/textview.h
14358                 Fix instant-apply of summary and folderview-related prefs
14359                 Fix erroneous g_free and alertpanels in prefs_theme
14360                 Add instant-apply for fonts
14361                 Defer applying of prefs a little bit so it's done only
14362                 once even if requested by multiples prefs pages
14363
14364 2005-08-01 [paul]       1.9.13cvs3
14365
14366         * src/main.c
14367                 fix bug 776 'S.C. crashes on close'
14368                 thanks to Colin
14369         * src/etpan/etpan-thread-manager-types.h
14370                 add missing include
14371                 thanks to Hoa
14372
14373 2005-07-25 [paul]       1.9.13cvs2
14374
14375         * src/summaryview.c
14376                 fix typos. spotted by Fabien Vantard
14377
14378 2005-07-24 [paul]       1.9.13cvs1
14379
14380         * doc/man/sylpheed.1
14381                 update man page, incorporating fix of
14382                 bug 769 'Typo in manpage'
14383         * src/etpan/imap-thread.c
14384                 fix NetBSD openssl dependencies. patch by
14385                 George Michaelson <ggm@apnic.net>
14386         * po/pt_BR.po
14387                 updated by Frederico Goncalves Guimaraes
14388
14389 2005-07-22 [paul]       1.9.13
14390
14391         1.9.13 release
14392
14393 2005-07-22 [paul]       1.9.12cvs91
14394
14395         * AUTHORS
14396         * INSTALL
14397         * README.claws
14398         * RELEASE_NOTES.claws
14399                 updated for release
14400         * configure.ac
14401         * po/nb.po
14402         * tools/claws.i18n.status.pl
14403                 add Norwegian translation. submiited by
14404                 Geir Helland <pjallabais@users.sourceforge.net>
14405         * po/ca.po
14406         * po/de.po
14407         * po/es.po
14408         * po/fi.po
14409         * po/fr.po
14410         * po/it.po
14411         * po/sk.po
14412         * po/sr.po
14413         * po/zh_CN.po
14414                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14415                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14416                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14417                 Yang Guilong
14418         * src/plugins/clamav/clamav_plugin_gtk.c
14419         * src/plugins/spamassassin/spamassassin_gtk.c
14420                 replace outdated description strings
14421
14422 2005-07-21 [colin]      1.9.12cvs90
14423
14424         * src/folder.c
14425                 Set folder to batch mode when scanning it. Makes deletion
14426                 of unread mails on IMAP much faster (due to the UNREAD 
14427                 flag unsetting)
14428
14429 2005-07-21 [darko]      1.9.12cvs89
14430
14431         * configure.ac
14432                 link against libresolv if necessary (patch by Paul)
14433         * src/msgcache.c
14434                 use glib's portable macros to determine endianness
14435
14436 2005-07-21 [paul]       1.9.12cvs88
14437
14438         * src/crash.c
14439         * src/gtk/about.c
14440                 update compiled-in features list
14441
14442 2005-07-20 [colin]      1.9.12cvs87
14443
14444         * src/folder.c
14445         * src/textview.c
14446                 Gcc 2.9x compilation fixes, thanks to Darko
14447         * src/plugins/clamav/clamav_plugin.c
14448                 Little optimisation: load virus database only once
14449         * src/plugins/spamassassin/spamassassin.c
14450                 Big optimisation: filtering one mail took at least 1 second,
14451                 now it takes at least 50ms. Doesn't speed up spamassassin 
14452                 itself, but should already be much more tolerable.
14453
14454 2005-07-20 [colin]      1.9.12cvs86
14455
14456         * src/summaryview.c
14457                 Fix performance issue
14458
14459 2005-07-19 [colin]      1.9.12cvs85
14460
14461         * src/plugins/pgpinline/plugin.c
14462                 Fix warning
14463
14464 2005-07-19 [colin]      1.9.12cvs84
14465
14466         * configure.ac
14467         * src/plugins/Makefile.am
14468         * src/plugins/pgpinline/.cvsignore
14469         * src/plugins/pgpinline/Makefile.am
14470         * src/plugins/pgpinline/pgpinline.c
14471         * src/plugins/pgpinline/pgpinline.deps
14472         * src/plugins/pgpinline/pgpinline.h
14473         * src/plugins/pgpinline/plugin.c
14474                 Put pgpinline in the main tree
14475
14476 2005-07-19 [paul]       1.9.12cvs83
14477
14478         * src/prefs_actions.c
14479                 prevent '//' in menu names, which cause a crash
14480                 thanks to Colin
14481
14482 2005-07-19 [paul]       1.9.12cvs82
14483
14484         * configure.ac
14485                 be generally more informative in configure output.
14486                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14487                 '[ --disable-openssl ...', as --enable-openssl is default
14488                 PGP/MIME: don't check for GPGME again, check for
14489                 pgpcore instead. Therefore prevent the possibility of
14490                 attempting to build pgpmime if pgpcore dependencies are
14491                 not met
14492                 ClamAV: use pkgconfig to check for lib
14493                 libgnomeprint: revert logic on inner test to match
14494                 everything else
14495         * src/plugins/pgpcore/sgpgme.c
14496                 add missing include
14497
14498 2005-07-19 [colin]      1.9.12cvs81
14499
14500         * src/summaryview.c
14501                 Fix slow thread rebuilding in particular
14502                 cases
14503
14504 2005-07-19 [paul]       1.9.12cvs80
14505
14506         * sylpheed-claws.desktop
14507                 fix typo, spotted by Stephan Sachse
14508         * src/account.c
14509                 replace GTK_STOCK_ADD with
14510                 GTK_STOCK_NEW button
14511
14512 2005-07-18 [colin]      1.9.12cvs79
14513
14514         * src/etpan/imap-thread.c
14515                 Fix return value (Thanks Hoa)
14516
14517 2005-07-18 [colin]      1.9.12cvs78
14518
14519         * src/imap.c
14520                 Allow empty passwords
14521                 Create drafts/queue/outbox if necessary
14522         * src/summaryview.c
14523                 Remove old code
14524         * src/etpan/imap-thread.c
14525                 Fix STARTTLS (Thanks to Hoa)
14526
14527 2005-07-18 [paul]       1.9.12cvs77
14528
14529         * ChangeLog-gtk2.jp
14530         * ChangeLog.jp
14531                 removed
14532         * Makefile.am
14533                 updated to reflect additions and removals
14534         * TODO
14535                 updated to be claws-specific
14536         * TODO-gtk2
14537         * TODO-gtk2.jp
14538         * TODO.jp
14539         * sylpheed-128x128.png
14540         * sylpheed-64x64.png
14541                 removed
14542         * sylpheed-claws-128x128.png
14543         * sylpheed-claws-64x64.png
14544         * sylpheed-claws.desktop
14545         * sylpheed-claws.png
14546                 added
14547         * sylpheed.desktop
14548         * sylpheed.png
14549                 removed
14550
14551 2005-07-17 [paul]       1.9.12cvs76
14552
14553         * src/account.c
14554         * src/addressbook.c
14555         * src/alertpanel.c
14556         * src/alertpanel.h
14557         * src/compose.c
14558         * src/exphtmldlg.c
14559         * src/expldifdlg.c
14560         * src/folderview.c
14561         * src/imap_gtk.c
14562         * src/inc.c
14563         * src/message_search.c
14564         * src/messageview.c
14565         * src/mh_gtk.c
14566         * src/news_gtk.c
14567         * src/prefs_actions.c
14568         * src/prefs_filtering.c
14569         * src/prefs_matcher.c
14570         * src/prefs_template.c
14571         * src/prefs_themes.c
14572         * src/ssl_manager.c
14573         * src/summary_search.c
14574         * src/textview.c
14575         * src/toolbar.c
14576         * src/gtk/sslcertwindow.c
14577         * src/plugins/pgpcore/sgpgme.c
14578                 rework alertpanels
14579
14580 2005-07-17 [colin]      1.9.12cvs75
14581
14582         * src/privacy.c
14583                 add a PrivacySystem accessor that checks that
14584                 the system cached in a MimeInfo's privacydata
14585                 is still registered. Use this accessor instead
14586                 of directly using data->system. Fixes crashes
14587                 after unloading pgp plugins.
14588
14589 2005-07-17 [colin]      1.9.12cvs74
14590
14591         * src/alertpanel.c
14592                 Change geometry hints to a simple default size.
14593                 Fixes the certs dialogs.
14594
14595 2005-07-17 [colin]      1.9.12cvs73
14596
14597         * src/gtk/sslcertwindow.c
14598                 Use a gtkExpander
14599
14600 2005-07-17 [colin]      1.9.12cvs72
14601
14602         * src/plugins/pgpcore/Makefile.am
14603         * src/plugins/pgpmime/Makefile.am
14604                 Add gpgme libs
14605
14606 2005-07-17 [paul]       1.9.12cvs71
14607
14608         * configure.ac
14609                 add --disable-gnomeprint option
14610                 modified version of patch by Marius Mauch
14611
14612 2005-07-17 [paul]       1.9.12cvs70
14613
14614         * src/common/defs.h
14615                 update urls
14616         * src/account.c
14617         * src/action.c
14618         * src/addressbook.c
14619         * src/compose.c
14620         * src/foldersel.c
14621         * src/folderview.c
14622         * src/html.c
14623         * src/imap_gtk.c
14624         * src/main.c
14625         * src/mainwindow.c
14626         * src/messageview.c
14627         * src/mh_gtk.c
14628         * src/mimeview.c
14629         * src/news_gtk.c
14630         * src/prefs_account.c
14631         * src/prefs_send.c
14632         * src/prefs_summaries.c
14633         * src/procmsg.c
14634         * src/summaryview.c
14635         * src/common/utils.c
14636         * src/common/xml.c
14637         * src/plugins/pgpcore/passphrase.c
14638         * src/plugins/pgpcore/select-keys.c
14639                 replace inappropriately used backticks
14640                 with single quotes
14641
14642 2005-07-16 [colin]      1.9.12cvs69
14643
14644         * src/image_viewer.c
14645                 Add extra paranoid checks
14646
14647 2005-07-16 [colin]      1.9.12cvs68
14648
14649         * src/plugins/pgpcore/prefs_gpg.c
14650                 Don't auto-check sigs by default, as it
14651                 can be really slow.
14652
14653 2005-07-16 [colin]      1.9.12cvs67
14654
14655         * src/plugins/pgpcore/sgpgme.c
14656                 Make messages a bit better.
14657
14658 2005-07-16 [colin]      1.9.12cvs66
14659
14660         * src/imap.c
14661                 Remove pseudo-log
14662         * src/etpan/imap-thread.c
14663                 Add real log
14664
14665 2005-07-16 [colin]      1.9.12cvs65
14666
14667         * src/main.c
14668         * src/prefs_other.c
14669                 And now, fix build with libetpan :-/
14670
14671 2005-07-15 [colin]      1.9.12cvs64
14672
14673         * src/prefs_other.c
14674                 Continue fixing build without libetpan.
14675
14676 2005-07-15 [colin]      1.9.12cvs63
14677
14678         * src/main.c
14679                 Fix build with --disable-libetpan
14680
14681 2005-07-15 [colin]      1.9.12cvs62
14682
14683         * configure.ac
14684                 Bump libetpan's version
14685
14686 2005-07-15 [colin]      1.9.12cvs61
14687
14688         * src/etpan/imap-thread.c
14689                 Actually stop logging :)
14690
14691 2005-07-15 [colin]      1.9.12cvs60
14692
14693         * src/addressbook.c
14694                 Fix dnd of multiple addresses.
14695
14696 2005-07-15 [hoa]        1.9.12cvs59
14697
14698         * src/etpan/imap-thread.c
14699             disable login of IMAP password in libetpan log file.
14700
14701 2005-07-15 [paul]       1.9.12cvs58
14702
14703         * src/account.c
14704                 don't automatically sort
14705                 do allow drag n drop
14706
14707 2005-07-15 [paul]       1.9.12cvs57
14708
14709         * src/account.c
14710         * src/ssl_manager.c
14711                 alphabetical listing
14712
14713 2005-07-15 [paul]       1.9.12cvs56
14714
14715         * src/gtk/pluginwindow.c
14716                 sort plugin list alphabetically
14717
14718 2005-07-15 [paul]       1.9.12cvs55
14719
14720         * src/prefs_spelling.c
14721         * src/prefs_wrapping.c
14722                 unify English usage
14723
14724 2005-07-15 [colin]      1.9.12cvs54
14725
14726         * src/wizard.c
14727                 Typo fix
14728
14729 2005-07-15 [paul]       1.9.12cvs53
14730
14731         * src/prefs_message.c
14732                 make 'show cursor' a hidden option
14733
14734 2005-07-14 [colin]      1.9.12cvs52
14735
14736         * src/plugins/spamassassin/Makefile.am
14737         * src/plugins/clamav/Makefile.am
14738                 Fix double EXTRA_DISTs
14739
14740 2005-07-14 [colin]      1.9.12cvs51
14741
14742         * src/plugins/clamav/Makefile.am
14743         * src/plugins/clamav/clamav_plugin_gtk.deps
14744         * src/plugins/spamassassin/Makefile.am
14745         * src/plugins/spamassassin/spamassassin_gtk.deps
14746                 Make $plugin_gtk depend on $plugin
14747
14748 2005-07-14 [hoa]        1.9.12cvs50
14749
14750         * src/etpan/imap-thread.c
14751                 enable debug log of libetpan when running with --debug
14752
14753 2005-07-14 [colin]      1.9.12cvs49
14754
14755         * configure.ac
14756         * src/common/Makefile.am
14757         * src/common/plugin.c
14758         * src/common/plugin.h
14759                 Add a little plugin dependancy system.
14760                 Plugins can ship a $plugin_name.deps file
14761                 (near them in PLUGINDIR) so that their
14762                 dependancies are loaded if possible.
14763         * src/plugins/Makefile.am
14764         * src/plugins/pgpcore/Makefile.am
14765         * src/plugins/pgpcore/passphrase.c
14766         * src/plugins/pgpcore/passphrase.h
14767         * src/plugins/pgpcore/plugin.c
14768         * src/plugins/pgpcore/prefs_gpg.c
14769         * src/plugins/pgpcore/prefs_gpg.h
14770         * src/plugins/pgpcore/select-keys.c
14771         * src/plugins/pgpcore/select-keys.h
14772         * src/plugins/pgpcore/sgpgme.c
14773         * src/plugins/pgpcore/sgpgme.h
14774                 Introduce pgpcore, used by pgpmime and
14775                 pgpinline
14776         * src/plugins/pgpmime/Makefile.am
14777         * src/plugins/pgpmime/passphrase.c
14778         * src/plugins/pgpmime/passphrase.h
14779         * src/plugins/pgpmime/pgpmime.c
14780         * src/plugins/pgpmime/pgpmime.deps
14781         * src/plugins/pgpmime/plugin.c
14782         * src/plugins/pgpmime/prefs_gpg.c
14783         * src/plugins/pgpmime/prefs_gpg.h
14784         * src/plugins/pgpmime/select-keys.c
14785         * src/plugins/pgpmime/select-keys.h
14786         * src/plugins/pgpmime/sgpgme.c
14787         * src/plugins/pgpmime/sgpgme.h
14788                 Remove the core from pgpmime and add the
14789                 dependancy to pgpcore.
14790
14791 2005-07-14 [paul]       1.9.12cvs48
14792
14793         * src/stock_pixmap.c
14794                 forgot this in last commit
14795
14796 2005-07-14 [paul]       1.9.12cvs47
14797
14798         * src/account.c
14799         * src/addressbook.c
14800                 add accelerators for the buttons (sync with main)
14801         * src/compose.c
14802         * src/compose.h
14803                 add accelerators for the buttons.
14804                 fix editing with external editor.
14805                 replace gdk_input_*() with GIOChannel;
14806                 (sync with main)
14807         * src/foldersel.c
14808                 display folder names with new/unread
14809                 representation (sync with main)
14810         * src/main.c
14811                 specify default window icon (sync with main)
14812         * src/prefs_common.c
14813                 use_addr_book default to FALSE
14814         * src/summaryview.c
14815         * src/textview.c
14816                 add accelerators for the buttons (sync with main)
14817         * src/gtk/menu.c
14818                 fix typos
14819         * src/pixmaps/sylpheed_icon.xpm
14820                 updated
14821
14822 2005-07-13 [paul]       1.9.12cvs46
14823
14824         * src/plugins/pgpmime/pgpmime.c
14825         * src/plugins/pgpmime/sgpgme.c
14826                 (temporarily) use deprecated gpgme_data_rewind()
14827                 while largefile support is not present
14828                 (as suggested by Colin)
14829
14830 2005-07-13 [paul]       1.9.12cvs45
14831
14832         * configure.ac
14833                 remove large file support (for now):
14834                 it breaks too many things
14835
14836 2005-07-13 [paul]       1.9.12cvs44
14837
14838         * configure.ac
14839                 add large file support
14840         * src/html.c
14841                 fix bug #763 where href attribute was not
14842                 the very first attribute of a link
14843                 patch by Thomas Gilgin
14844
14845 2005-07-13 [colin]      1.9.12cvs43
14846
14847         * src/gtk/pluginwindow.c
14848                 Little portability fix
14849
14850 2005-07-13 [colin]      1.9.12cvs42
14851
14852         * src/plugins/pgpmime/sgpgme.c
14853                 Fix crasher.
14854
14855 2005-07-13 [colin]      1.9.12cvs41
14856
14857         * src/plugins/pgpmime/pgpmime.c
14858         * src/plugins/pgpmime/sgpgme.c
14859                 Use gpgme_data_release_and_get_mem instead
14860                 of gpgme_data_read.
14861
14862 2005-07-13 [colin]      1.9.12cvs40
14863
14864         * configure.ac
14865         * src/plugins/pgpmime/passphrase.c
14866         * src/plugins/pgpmime/passphrase.h
14867         * src/plugins/pgpmime/pgpmime.c
14868         * src/plugins/pgpmime/plugin.c
14869         * src/plugins/pgpmime/select-keys.c
14870         * src/plugins/pgpmime/select-keys.h
14871         * src/plugins/pgpmime/sgpgme.c
14872         * src/plugins/pgpmime/sgpgme.h
14873                 Port pgpmime to gpgme-1.0.
14874
14875 2005-07-12 [paul]       1.9.12cvs39
14876
14877         * AUTHORS
14878         * src/toolbar.c
14879         * src/toolbar.h
14880                 add a 'Go to Prev' button to the toolbar.
14881                 correct tooltip text of go to buttons.
14882                 based on patch by Yang Guilong <bamanzi@gmail.com>
14883
14884 2005-07-12 [colin]      1.9.12cvs38
14885
14886         * src/statusbar.c
14887                 Fix progress bar showing stuff at startup.
14888
14889 2005-07-12 [paul]       1.9.12cvs37
14890
14891         * src/editjpilot.c
14892                 fix building with jpilot support
14893
14894 2005-07-11 [colin]      1.9.12cvs36
14895
14896         * src/inc.c
14897                 Add visual indication that filtering is running
14898         * src/textview.c
14899                 Make {}[] uri delimiters
14900         * src/summaryview.c
14901                 Remove useless (and slow) calls
14902
14903 2005-07-11 [paul]       1.9.12cvs35
14904
14905         * src/plugins/clamav/clamav_plugin_gtk.c
14906         * src/plugins/dillo_viewer/dillo_prefs.c
14907         * src/plugins/pgpmime/prefs_gpg.c
14908         * src/plugins/spamassassin/spamassassin_gtk.c
14909                 gather plugins prefs together under their
14910                 own 'Plugins' heading
14911
14912 2005-07-11 [paul]       1.9.12cvs34
14913
14914         sync with main
14915
14916         * src/account.c
14917                 account_delete(): modified alert dialog
14918         * src/editjpilot.c
14919         * src/editvcard.c
14920                 fixed a crash when cancelling file selection
14921                 dialog by Escape key. Made non-ascii filename
14922                 selectable.
14923         * src/prefs_template.c
14924                 prefs_template_window_create(): make scrolled
14925                 window policy AUTOMATIC
14926
14927 2005-07-10 [hoa]        1.9.12cvs33
14928
14929         * src/etpan/imap-thread.c
14930                 workaround for old Courier IMAP servers.
14931
14932 2005-07-10 [colin]      1.9.12cvs32
14933
14934         * src/folder.c
14935         * src/statusbar.c
14936         * src/statusbar.h
14937                 Add visual progress indicator on filtering/processing
14938                 Factorize the progress bar code
14939         * src/imap.c
14940         * src/imap.h
14941         * src/etpan/imap-thread.c
14942                 Add a reference counter to avoid destroying the Folder
14943                 while it's in use by another callback.
14944
14945 2005-07-09 [hoa]        1.9.12cvs31
14946
14947         * src/imap.c
14948         * src/etpan/imap-thread.c
14949                 fixed deadlock when removing IMAP account.
14950
14951 2005-07-08 [colin]      1.9.12cvs30
14952
14953         * src/textview.c
14954         * src/unmime.c
14955                 Fix again problems decoding broken headers
14956         * src/gtk/inputdialog.c
14957                 Fix local variable shadowing a global one
14958
14959 2005-07-08 [colin]      1.9.12cvs29
14960
14961         * src/msgcache.c
14962                 Make the cache/mark files platform-agnostic by writing
14963                 them in little-endian format. Reading them is also done
14964                 in little-endian format, of course; however, in order
14965                 to avoid trashing mark data on big-endian machines, the
14966                 files are, at first, read from the native format if the
14967                 little-endian one doesn't exist. This is easy to deter-
14968                 mine by trying to open a file with a swapped data_ver
14969                 and seeing if it's the wanted version.
14970                 Little-endian using users should see absolutely no
14971                 difference, Big-endian users may get a very little
14972                 performance drop due to byte-swapping.
14973                 Tested on i386 and ppc32. 
14974                 Fixes bug #159 (The index file, in the mailboxes, is 
14975                 hardware depending).
14976
14977                 To have the cache/mark files updated to the new little-
14978                 endian format, "Check for new messages" or even
14979                 "Rebuild folder tree" aren't enough. Files will be
14980                 updated as soon as a folder has been opened/closed.
14981                 To update everything, just select all folders by
14982                 selecting them one by one.
14983
14984 2005-07-07 [colin]      1.9.12cvs28
14985
14986         * src/imap.c
14987                 Remember the folder separator per IMAPFolder
14988                 instead of globally.
14989                 Revive the Session on noop; fixes bug #761
14990                 (mark a bunch of unread messages as read takes 
14991                 forever)
14992
14993 2005-07-07 [darko]      1.9.12cvs27
14994
14995         * src/common/template.c
14996                 Sort templates alphabetically
14997
14998 2005-07-06 [colin]      1.9.12cvs26
14999
15000         * src/imap.c
15001                 Try to use the correct separator in
15002                 most cases. Possibly fixes bug #759
15003                 (only creates the INBOX folder when 
15004                 setting up new IMAP account) and 
15005                 bug #760 (Can't retrieve messages)
15006
15007 2005-07-06 [colin]      1.9.12cvs25
15008
15009         * src/imap.c
15010                 Use real_path in status command. This will
15011                 help later, when namespaces will be used.
15012
15013 2005-07-06 [colin]      1.9.12cvs24
15014
15015         * configure.ac
15016         * src/account.c
15017         * src/folder.c
15018         * src/imap.c
15019         * src/etpan/etpan-log.c
15020         * src/etpan/etpan-thread-manager.c
15021         * src/etpan/imap-thread.c
15022                 Add a --disable-libetpan parameter. With this,
15023                 users that don't want IMAP4 support can avoid
15024                 the new dependancy (and have no IMAP support).
15025                 Users that have IMAP4 accounts and use this
15026                 parameter won't lose their configuration, their
15027                 IMAP accounts will just be invisible and not
15028                 used.
15029         * src/textview.c
15030                 Make the "Copy ..." contextual menu items 
15031                 copy to both the X clipboard and the gtk 
15032                 clipboard - as most other apps do.
15033         * src/gtk/about.c
15034                 Add a notice about OpenSSL usage, in order to
15035                 comply with OpenSSL's license (point 6):
15036                 http://www.openssl.org/source/license.html
15037
15038 2005-07-06 [colin]      1.9.12cvs23
15039
15040         * src/alertpanel.c
15041                 Fix a minimum size for alertpanels
15042         * src/compose.c
15043                 Show 'No space left on device' type errors
15044                 when queuing/sending
15045         * src/imap_gtk.c
15046         * src/mh_gtk.c
15047                 Rework folder's deletion message (remove 
15048                 extra \n)
15049
15050 2005-07-05 [colin]      1.9.12cvs22
15051
15052         * src/imap.c
15053                 Add an alertpanel on auth error
15054                 Add pseudo-log
15055                 Remove pthread-related stuff
15056
15057 2005-07-05 [colin]      1.9.12cvs21
15058
15059         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15060                 Fix crash on plugin reloading (with a hack)
15061
15062 2005-07-05 [colin]      1.9.12cvs20
15063
15064         * src/prefs_account.c
15065         * src/prefs_account.h
15066                 Fix typo
15067         * src/gtk/filesel.c
15068         * src/gtk/filesel.h
15069                 Add a way to filter the view
15070         * src/gtk/pluginwindow.c
15071                 Filter loadable stuff
15072         * src/plugins/pgpmime/prefs_gpg.c
15073                 Fix missing unregistration
15074         * .cvsignore
15075         * src/etpan/.cvsignore
15076         * src/plugins/spamassassin/.cvsignore
15077                 Add more stuff to cvs ignored files
15078
15079 2005-07-04 [colin]      1.9.12cvs19
15080
15081         * src/imap.c
15082                 Fix scan_required returning FALSE when it
15083                 shouldn't. Maybe fix #760 (Can't retrieve
15084                 messages)
15085
15086 2005-07-04 [colin]      1.9.12cvs18
15087
15088         * src/summaryview.c
15089                 Fix always_show_msg pref
15090
15091 2005-07-04 [paul]       1.9.12cvs17
15092
15093         sync with main (forgotten in last commit)
15094         
15095         * src/common/utils.c
15096         * src/common/utils.h
15097                 check_line_length(): new.
15098                 is_dir_exist()
15099                 is_file_entry_exist()
15100                 dirent_is_regular_file()
15101                 dirent_is_directory(): use g_file_test() instead of stat().
15102
15103 2005-07-04 [paul]       1.9.12cvs16
15104
15105         sync with main:
15106
15107         * src/compose.c
15108                 compose_write_to_file(): check for line
15109                 length limit and display warning if exceeds
15110         * src/jpilot.c
15111                 use get_home_dir() instead of g_get_home_dir()
15112         * src/procheader.c
15113                 removed warning about invalid date
15114         * src/vcard.c
15115                 use get_home_dir() instead of g_get_home_dir()
15116
15117 2005-07-04 [paul]       1.9.12cvs15
15118
15119         * src/stock_pixmap.c
15120                 fix new pixmap naming errors
15121                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
15122
15123 2005-07-04 [colin]      1.9.12cvs14
15124
15125         * src/imap.c
15126                 Fix debugging string with a warning
15127
15128 2005-07-04 [colin]      1.9.12cvs13
15129
15130         * configure.ac
15131                 Add a check for libetpan's version (>= 0.37)
15132
15133 2005-07-04 [hoa]        1.9.12cvs12
15134
15135         * commitHelper
15136         * src/imap.c
15137         * src/etpan/imap-thread.c
15138         * src/etpan/imap-thread.h
15139                 fixed IMAP implementation of check of mails.
15140
15141 2005-07-03 [hoa]        1.9.12cvs11
15142
15143         * src/etpan/Makefile.am
15144         * src/etpan/etpan-errors.h
15145         * src/etpan/etpan-log.[ch]
15146         * src/etpan/etpan-thread-manager-types.h
15147         * src/etpan/etpan-thread-manager.[ch]
15148         * src/etpan/imap-thread.[ch]
15149         * src/Makefile.am
15150         * src/imap.c
15151         * src/main.c
15152         * src/prefs_other.c
15153         * configure.ac
15154             merged imap branch.
15155             dependency on libetpan 0.37 is now added.
15156
15157 2005-07-01 [colin]      1.9.12cvs10
15158
15159         * src/Makefile.am
15160         * src/folder.c
15161         * src/folder.h
15162         * src/folderview.c
15163         * src/stock_pixmap.c
15164         * src/stock_pixmap.h
15165         * src/plugins/trayicon/trayicon.c
15166                 Add marked symbol on folders containing
15167                 marked messages
15168         * src/procmsg.c
15169         * src/procmsg.h
15170         * src/toolbar.c
15171         * src/prefs_common.c
15172         * src/prefs_common.h
15173         * src/prefs_send.c
15174                 Add an optional confirmation dialog on queue
15175                 sending. Patch by wwp.
15176         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15177         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15178         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15179         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15180         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15181         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15182         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15183         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15184         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15185         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15186         * src/pixmaps/trash_mark.xpm            ** ADDED **
15187                 New pixmaps
15188
15189 2005-07-01 [colin]      1.9.12cvs9
15190
15191         * src/summaryview.c
15192                 Fix a little threading bug
15193         * src/addrgather.c
15194         * src/mainwindow.c
15195                 A little bit of HIG normality never hurts
15196
15197 2005-07-01 [colin]      1.9.12cvs8
15198
15199         * src/compose.c
15200         * src/msgcache.c
15201         * src/pop.c
15202         * src/procmime.c
15203         * src/recv.c
15204         * src/common/log.c
15205         * src/common/template.c
15206         * src/common/utils.c
15207         * src/common/utils.h
15208                 Reverted the fwrite_atomic stuff. In fact
15209                 it is already atomic.
15210
15211 2005-06-30 [colin]      1.9.12cvs7
15212
15213         * src/common/utils.c
15214         * src/common/utils.h
15215                 Add an fwrite_atomic() function to make
15216                 sure we write everything: fwrite can make
15217                 short writes.
15218         * src/compose.c
15219         * src/msgcache.c
15220         * src/pop.c
15221         * src/procmime.c
15222         * src/recv.c
15223         * src/common/log.c
15224         * src/common/template.c
15225                 Use that (and fix swapping of size and nmemb).
15226                 Thanks to Rich Coe for the heads up.
15227
15228 2005-06-30 [colin]      1.9.12cvs6
15229
15230         * src/addressbook.c
15231                 Optimize addressbook opening 
15232
15233 2005-06-30 [colin]      1.9.12cvs5
15234
15235         * src/summaryview.c
15236                 Remove calls to summary_step after move/copy
15237
15238 2005-06-28 [paul]       1.9.12cvs4
15239
15240         * src/alertpanel.c
15241                 wrap and make the error msg selectable
15242
15243 2005-06-28 [paul]       1.9.12cvs3
15244
15245         * src/ssl_manager.c
15246                 replace the OK button with a Close button
15247         * src/gtk/foldersort.c
15248                 use GTK_STOCK_ icons/buttons
15249
15250 2005-06-28 [colin]      1.9.12cvs2
15251
15252         * src/gedit-print.c             ** ADDED **
15253         * src/gedit-print.h             ** ADDED **
15254         * src/gtk/gtksourceprintjob.c   ** ADDED **
15255         * src/gtk/gtksourceprintjob.h   ** ADDED **
15256                 I can't believe no one had enough time to tell
15257                 me I forgot the `cvs add`
15258
15259 2005-06-27 [colin]      1.9.12cvs1
15260
15261         * src/Makefile.am
15262         * src/gtk/Makefile.am
15263         * src/messageview.c
15264         * src/procmsg.c
15265         * src/summaryview.c
15266         * configure.ac
15267                 Add optional libgnomeprint-based printing
15268         * src/mainwindow.c
15269         * src/gtk/quicksearch.c
15270                 Add an Edit/Quick search menu item to show
15271                 and focus the quicksearch
15272
15273 2005-06-27 [paul]       1.9.12
15274
15275         1.9.12 release
15276
15277         * po/ca.po
15278         * po/de.po
15279         * po/es.po
15280         * po/fr.po
15281         * po/it.po
15282         * po/ko.po
15283         * po/pt_BR.po
15284         * po/sk.po
15285         * po/zh_CN.po
15286                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15287                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15288                 SungHyun Nam, Frederico Goncalves Guimaraes,
15289                 Andrej Kacian, and Yang Guilong
15290 2005-06-26 [colin]      1.9.11cvs106
15291
15292         * src/imap_gtk.c
15293                 Forgot one file for previous fix
15294
15295 2005-06-26 [colin]      1.9.11cvs105
15296
15297         * src/folder.c
15298         * src/imap.c
15299                 Fix problems with folder operations in no_select
15300                 imap folders. it applies only to mails, and 
15301                 creation/deletion/move/renaming of folders 
15302                 should be possible
15303
15304 2005-06-26 [paul]       1.9.11cvs104
15305
15306         * src/prefs_filtering.c
15307                 replace one more GTK_STOCK_REMOVE
15308                 with GTK_STOCK_DELETE
15309
15310 2005-06-25 [colin]      1.9.11cvs103
15311
15312         * src/imap.c
15313                 Optimize get_seq_set_from_seq_list
15314                 (Patch by Ricardo) 
15315
15316 2005-06-25 [colin]      1.9.11cvs102
15317
15318         * src/mh.c
15319                 If the directory exists, but not in the
15320                 correct encoding, rename it. This should
15321                 handle old-versions-induced bugs.
15322
15323 2005-06-25 [colin]      1.9.11cvs101
15324
15325         * src/mh.c
15326                 Fix path access with extended dir names
15327                 Fixes bug #589 (SC segfaults with wrong locale
15328                 settings)
15329
15330 2005-06-25 [colin]      1.9.11cvs100
15331
15332         * src/prefs_account.c
15333         * src/prefs_account.h
15334         * src/compose.c
15335                 Add an option to encrypt replies to
15336                 encrypted messages
15337
15338 2005-06-25 [colin]      1.9.11cvs99
15339
15340         * src/compose.c
15341         * src/quote_fmt_parse.y
15342                 ... And make it work with pgpinline.
15343
15344 2005-06-25 [colin]      1.9.11cvs98
15345
15346         * src/compose.c
15347         * src/procmime.c
15348         * src/procmime.h
15349         * src/quote_fmt_parse.y
15350                 o Make reedition of encrypted messages possible
15351                   (as long as it is encrypted to self too, no
15352                    magic there)
15353                 o Make replying with quote (and without selecting
15354                   text) possible for encrypted messages.
15355                 Closes bug #550 (Not possible to "reply with quote"
15356                 to gnupg encrypted messages)
15357
15358 2005-06-24 [paul]       1.9.11cvs97
15359
15360         * src/imap.c
15361                 add missing include
15362
15363 2005-06-24 [paul]       1.9.11cvs96
15364
15365         * src/editldap.c
15366                 made bind password entry invisible
15367                 (sync with main)
15368         * src/send_message.c
15369                 send_message_local(): check exit status
15370                 to detect errors (sync with main)
15371         * src/textview.c
15372                 use main's less ambiguous popup menu
15373                 wording
15374
15375 2005-06-24 [paul]       1.9.11cvs95
15376
15377         * src/prefs_actions.c
15378         * src/prefs_customheader.c
15379         * src/prefs_display_header.c
15380         * src/prefs_filtering_action.c
15381         * src/prefs_matcher.c
15382         * src/prefs_template.c
15383         * src/prefs_toolbar.c
15384                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15385         * src/gtk/description_window.c
15386                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15387
15388 2005-06-23 [colin]      1.9.11cvs94
15389
15390         * src/summaryview.c
15391                 Fix rough edges (be sure to call status_show whenever
15392                 necessary).
15393
15394 2005-06-23 [colin]      1.9.11cvs93
15395
15396         * src/summaryview.c
15397                 Optimize Select All
15398                 Before, in a 5K mails folder: 11s
15399                 After, in the same folder: 58000µs
15400                 The joys of locking... gtk_clist_select_all() fires a 
15401                 tree-select-row event for each selected row, which in 
15402                 summaryview, callbacks summary_selected which in turn,
15403                 calls summary_status_show, which walks the selected
15404                 rows. Hence, calling gtk_clist_select_all was 
15405                 exponential. Locking the summaryview makes 
15406                 summary_selected return early.
15407
15408 2005-06-23 [colin]      1.9.11cvs92
15409
15410         * src/imap.c
15411                 Move mutex at the important place to avoid
15412                 deadlocks
15413         * src/summaryview.c
15414                 Fix Del key deleting directly instead of
15415                 moving to trash
15416
15417 2005-06-22 [colin]      1.9.11cvs91
15418
15419         * src/plugins/spamassassin/libspamc.c
15420                 As we do spagetti code with assignations in multiple
15421                 places (see _message_read_raw where out = msg = raw),
15422                 let's be sure we don't free the same pointer twice.
15423                 Should fix bug #683 (Crash in libpam at 
15424                 message_cleanup).
15425
15426 2005-06-22 [colin]      1.9.11cvs90
15427
15428         * src/compose.c
15429         * src/messageview.c
15430         * src/toolbar.c
15431                 Make toolbar's delete use the move to trash stuff;
15432                 Add gtk_widget_realize to be sure pixmaps can get
15433                 created (that may fix an old worksforme bug which
15434                 I can't find back...)
15435
15436 2005-06-22 [colin]      1.9.11cvs89
15437
15438         * src/summaryview.c
15439         * src/summaryview.h
15440         * src/mainwindow.c
15441                 Rename "Message/Delete" to "Message/Move to trash"
15442                 Add "Message/Delete..." that directly destroys the
15443                 selected messages after asking for a confirmation.
15444
15445 2005-06-22 [colin]      1.9.11cvs88
15446
15447         * src/imap.c
15448                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15449                 o Fix a deadlock (thanks Darko)
15450
15451 2005-06-22 [colin]      1.9.11cvs87
15452
15453         * src/gtk/foldersort.c
15454                 Add missing include for the i18n;
15455                 patch by Fabien Vantard
15456
15457 2005-06-21 [colin]      1.9.11cvs86
15458
15459         * src/folder.c
15460         * src/folderview.c
15461                 Respect the no_select flag
15462         * src/imap.c
15463                 Fix recursive deletion
15464         * src/imap_gtk.c
15465         * src/mh_gtk.c
15466                 Make the folder deletion's warning
15467                 more explicit
15468
15469 2005-06-21 [colin]      1.9.11cvs85
15470
15471         * src/textview.c
15472                 Prevent email addresses from spanning accross
15473                 lines - fixes bug # 646 (newline-chars in 
15474                 email addresses)
15475
15476 2005-06-20 [colin]      1.9.11cvs84
15477
15478         * src/folder.c
15479                 Be sure not to remove source if copy failed
15480
15481 2005-06-20 [colin]      1.9.11cvs83
15482
15483         * src/folderview.c
15484         * src/imap_gtk.c
15485                 remove summaryview's lock
15486         * src/imap.c
15487                 introduce threads to avoid problems when foreground tasks
15488                 interfere with background tasks
15489         * src/mh.c
15490                 prevent moving to drafts/queue
15491         * src/mimeview.c
15492                 fix leak
15493
15494 2005-06-19 [colin]      1.9.11cvs82
15495
15496         * src/imap_gtk.c
15497                 Remember that the user doesn't want to override
15498                 offline mode, for 3 seconds. It avoid presenting
15499                 him with N popups in a really short time.
15500
15501 2005-06-17 [colin]      1.9.11cvs81
15502
15503         * src/imap.c
15504                 Fix IMAP breaking on folders containing '('
15505                 (Probably won't be enough)
15506
15507 2005-06-17 [colin]      1.9.11cvs80
15508
15509         Forgotten files on 1.9.11cvs79
15510         * src/summaryview.c
15511                 Fix stepping when not immediately executing
15512         * src/imap.c
15513                 Really prevent UID FETCH 0
15514         * src/codeconv.c
15515                 Fix outgoing charset never set to utf-8
15516         * src/mh.c
15517                 Fix leak
15518
15519 2005-06-16 [colin]      1.9.11cvs79
15520
15521         * src/compose.c
15522                 Fix bug #707 (Dash splits rows)
15523                 Only wrap if we're on a line break position and
15524                 the previous one was a "white" (space) char.
15525                 Pango stuff is weird.
15526
15527 2005-06-16 [colin]      1.9.11cvs78
15528
15529         * src/imap_gtk.c
15530                 Lock summaryview while downloading messages
15531                 on user demand
15532         * src/procheader.c
15533         * src/unmime.c
15534         * src/common/utils.c
15535         * src/common/utils.h
15536                 Replace \r and \n with spaces in From and
15537                 Subject headers
15538
15539 2005-06-16 [paul]       1.9.11cvs77
15540
15541         * src/procmime.c
15542                 liberalise the mime parser
15543         * src/gtk/about.c
15544                 add text wrapping
15545
15546 2005-06-16 [paul]       1.9.11cvs76
15547
15548         * src/gtk/about.c
15549                 reworked
15550
15551 2005-06-15 [colin]      1.9.11cvs75
15552
15553         * src/compose.c
15554                 Finish header encoding fix
15555         * src/summaryview.c
15556                 Fix segfault
15557         * src/headerview.c
15558                 Fix compilation (Thanks Stephan
15559                 Sachse)
15560
15561 2005-06-15 [colin]      1.9.11cvs74
15562
15563         * Makefile.am
15564                 Install gnome2 stuff rather than gnome1, 
15565                 if both are present
15566         * src/codeconv.c
15567         * src/codeconv.h
15568         * src/compose.c
15569                 Fix headers encoding
15570         * src/folder.c
15571                 Visual progress when fetching all messages
15572         * src/folderview.c
15573         * src/summaryview.c
15574         * src/summaryview.h
15575                 Prevent changing current message while
15576                 incorporating
15577
15578 2005-06-15 [paul]       1.9.11cvs73
15579
15580         * src/gtk/gtkaspell.c
15581         * src/gtk/gtkaspell.h
15582                 fix build warnings
15583
15584 2005-06-15 [paul]       1.9.11cvs72
15585
15586         * src/prefs_filtering.c
15587                 allow reordering of filter rules by
15588                 drag n drop
15589
15590 2005-06-15 [paul]       1.9.11cvs71
15591
15592         * COPYING
15593                 updated
15594         * src/codeconv.c
15595                 replace deprecated function
15596         * src/inc.c
15597         * src/send_message.c
15598         * src/gtk/progressdialog.c
15599         * src/gtk/progressdialog.h
15600                 salvage and reuse parts of reverted sync
15601
15602 2005-06-15 [paul]       1.9.11cvs70
15603
15604         * src/inc.c
15605         * src/send_message.c
15606         * src/gtk/progressdialog.c
15607         * src/gtk/progressdialog.h
15608                 revert yesterday's sync with main
15609                 it contains deprecated functions
15610
15611 2005-06-15 [colin]      1.9.11cvs69
15612
15613         * src/headerview.c
15614                 Fix bug #670 (multi user to: will corrupt message 
15615                 headers display)
15616
15617 2005-06-15 [colin]      1.9.11cvs68
15618
15619         * src/compose.c
15620                 Fix bug #421 (Fix undo on wrapping)
15621
15622 2005-06-15 [colin]      1.9.11cvs67
15623
15624         * src/folder.c
15625                 Provide visual feedback while processing
15626                 folder's rules.
15627         * src/imap.c
15628                 Provide visual feedback while getting
15629                 short headers (for uncached messages)
15630
15631
15632 2005-06-14 [paul]       1.9.11cvs66
15633
15634         * src/account.c
15635                 change a couple stock icons
15636         * src/inc.c
15637         * src/send_message.c
15638         * src/gtk/progressdialog.c
15639         * src/gtk/progressdialog.h
15640                 sync main's GtkTreeView implementation
15641
15642 2005-06-14 [colin]      1.9.11cvs65
15643
15644         * src/imap.c
15645                 Various little fixes, mainly on error paths
15646
15647 2005-06-13 [colin]      1.9.11cvs64
15648
15649         * matcher.c
15650         * procmsg.c
15651         * procmsg.h
15652                 Add a way to fetch only headers. This speeds
15653                 up filtering on headers for IMAP. Fixes:
15654                 bug #481 extraneous imap commands slow down 
15655                         imap filtering
15656                 bug #522 Sylpheed downloads all messages 
15657                         when opening mailbox (IMAP)
15658                 bug #677 IMAP fetch is soooooooooooooo slow
15659         * src/folder.c
15660         * src/folder.h
15661                 Add a folder set_batch method so that
15662                 implementations can speed up flags changes
15663         * src/folderutils.c
15664         * src/summaryview.c
15665                 Use that in mark as (un)read and mark all read
15666                 Refix bug #679
15667         * src/imap.c
15668                 Implement set_batch - brings back deferred
15669                 flags in a less buggy manner. Fixes:
15670                 bug #729 IMAP immediate expunge of deleted messages
15671                 bug #191 remove list of messages with one command
15672                 Fix login with strange chars
15673                 Implement fetch_msg_full
15674                 Fix copy (wrong counts)
15675
15676 2005-06-12 [colin]      1.9.11cvs63
15677
15678         * src/folder.c
15679                 lock incorporation during long operations.
15680                 Avoids fucking up the IMAP socket.
15681
15682 2005-06-12 [colin]      1.9.11cvs62
15683
15684         * src/imap.c
15685                 Fix harmful typo
15686                 Factorize remove_all_msg
15687                 Thread-ize expunge
15688         * src/summaryview.c
15689                 Don't update partial-download status if unnecessary
15690         * src/folder.c
15691                 Use remove_msgs everywhere possible
15692
15693 2005-06-12 [colin]      1.9.11cvs61
15694
15695         * src/folder.c
15696         * src/folder.h
15697                 Add a remove_msgs function to remove a 
15698                 list of messages
15699         * src/imap.c
15700                 Implement that.
15701
15702 2005-06-12 [colin]      1.9.11cvs60
15703
15704         * src/imap.c
15705                 Remove flags-processing deferring... Too hard
15706                 to get it to work in all cases.
15707
15708 2005-06-11 [colin]      1.9.11cvs59
15709
15710         * src/imap.c
15711                 printf -> debug_print
15712
15713 2005-06-11 [colin]      1.9.11cvs58
15714
15715         * src/imap.c
15716                 o Fix build without USE_PTHREAD
15717                 o Factorize imap_open
15718                 o Alertpanel in case of impossible connection
15719                 o Alertpanel in case of impossible login
15720                 o Fix deferred flags processing to force a 
15721                   flush before adding some more flags to process,
15722                   but in another folder.
15723
15724 2005-06-10 [colin]      1.9.11cvs57
15725
15726         * src/imap.c
15727                 o Fix a format string error
15728                 o init ssl socket outside of the thread 
15729                   (it possibly invokes gtk calls)
15730         * src/procmime.c
15731                 o Put back the buffer to its necessary size
15732                 o Fix changing a file pointer without keeping
15733                   track of it (thanks Valgrind)
15734         * src/common/smtp.c
15735                 o Fix automatic STARTTLS if login should be done
15736                   and the server only allows it after starting TLS
15737         * src/gtk/gtkinputdialog.c
15738                 o Eat GDK_Return so that the combo popup doesn't 
15739                   appear when we press Enter to validate the combo
15740                   input dialog (as seen in the Open with... dialog)
15741
15742 2005-06-10 [colin]      1.9.11cvs56
15743
15744         * src/imap.c
15745                 o A bit less debug
15746                 o Fix a crash on deletion
15747                 o Threadize imap_select (it's called outside of 
15748                   threads)
15749                 o Defer treatment of DELETED flags
15750
15751
15752 2005-06-09 [colin]      1.9.11cvs55
15753
15754         * src/imap.c
15755                 Make sure we check imap_gtk_should_override(), which
15756                 potentially calls gtk stuff, before creating thread.
15757                 That way it should't be called via imap_get_session()
15758                 inside a thread.
15759
15760 2005-06-09 [colin]      1.9.11cvs54
15761
15762         * src/imap.c
15763                 o add a bit of status output
15764                 o remove some dead code
15765                 o threadize get_list_of_uids
15766                 o threadize imap_get_flags
15767                 o defer flag changing by 500ms so that they
15768                   can be batched
15769
15770
15771 2005-06-08 [colin]      1.9.11cvs53
15772
15773         * src/imap.c
15774                 Thread-ize imap_cmd_fetch
15775
15776 2005-06-08 [colin]      1.9.11cvs52
15777
15778         * src/main.c
15779                 Mmh, that broke POP3...
15780
15781 2005-06-08 [colin]      1.9.11cvs51
15782
15783         * src/main.c
15784                 Stabilize IMAP patch (thanks to Hoa)
15785
15786 2005-06-08 [colin]      1.9.11cvs50
15787
15788         * src/imap.c
15789                 Test patch to speed up imap. 
15790
15791 2005-06-08 [colin]      1.9.11cvs49
15792
15793         * src/imap_gtk.c
15794                 Warning fix
15795         * src/procmime.c
15796                 Apply patch from gentoo to use /usr/share/mime/globs if 
15797                 available, after un-breaking it
15798         * src/common/log.c
15799         * src/common/log.h
15800                 Use g_timeout for invoking hooks that possibly use gtk
15801                 calls. This should leave gtk calls in the main thread.
15802
15803 2005-06-08 [paul]       1.9.11cvs48
15804
15805         * src/codeconv.c
15806                 conv_get_outgoing_charset_str(): don't
15807                 use prefs_common setting
15808         * src/compose.c
15809         * src/compose.h
15810                 add /Options/Character encoding/... to
15811                 temporarily change the outgoing encoding
15812
15813         (belated sync with main)
15814
15815 2005-06-08 [paul]       1.9.11cvs47
15816
15817         * src/compose.c
15818                 correction to/completion of last
15819                 sync with main
15820
15821 2005-06-08 [paul]       1.9.11cvs46
15822
15823         sync with main:
15824         
15825         * src/codeconv.c
15826         * src/codeconv.h
15827                 always enabled Japanese auto-detection
15828                 if the first letters of locale string
15829                 is "ja"
15830         * src/compose.c
15831                 don't use "destroy" signal to destroy
15832                 Compose object (fix rare crashes on discard?)
15833         * src/mainwindow.c
15834         * src/messageview.c
15835         * src/prefs_send.c
15836                 added Hebrew encodings
15837         * src/sourcewindow.c
15838                 don't use "destroy" signal to destroy
15839                 objects
15840
15841 2005-06-07 [colin]      1.9.11cvs45
15842
15843         * src/summaryview.c
15844                 Add missing unlocks/locks
15845
15846 2005-06-07 [paul]       1.9.11cvs44
15847
15848         * src/summaryview.c
15849                 restore bug #749 fix
15850
15851 2005-06-06 [colin]      1.9.11cvs43
15852
15853         * src/summaryview.c
15854                 Fix selection bug when prefs_common.open_unread 
15855                 is FALSE
15856
15857 2005-06-06 [colin]      1.9.11cvs42
15858
15859         * src/common/md5.c
15860                 Fix a warning
15861         * src/summaryview.c
15862         * src/folderview.c
15863                 Factorize long operations beginning and end
15864                 (locking, freezing/thawing, cursor, ...)
15865                 Check selection->data member in selection-
15866                 related loops; this avoids dying an awful
15867                 death if the selection changes on us while
15868                 we're marking a whole IMAP folder unread, 
15869                 for example.
15870
15871 2005-06-06 [paul]       1.9.11cvs41
15872
15873         * src/textview.c
15874                 don't g_free() a static gchar buffer
15875
15876 2005-06-05 [colin]      1.9.11cvs40
15877
15878         * src/mainwindow.c
15879         * src/messageview.c
15880         * src/summaryview.c
15881                 Fix bug #749 (Show all headers should be
15882                 sticky as the GUI suggests)
15883
15884 2005-06-03 [paul]       1.9.11cvs39
15885
15886         * src/compose.c
15887                 don't allow editing of mail while sending.
15888                 patch by Colin
15889
15890 2005-06-03 [paul]       1.9.11cvs38
15891
15892         * src/folderview.c
15893                 add a freeze/thaw to speed up 'mark all read'
15894
15895 2005-06-03 [paul]       1.9.11cvs37
15896
15897         * src/prefs_message.c
15898                 reflect changes immediately
15899
15900 2005-06-02 [colin]      1.9.11cvs36
15901
15902         * po/POTFILES.in
15903                 Patch by Fabien Vantard.
15904
15905 2005-06-02 [colin]      1.9.11cvs35
15906
15907         * src/imap.c
15908                 Use a non-blocking imap_getline() if possible.
15909                 This should completely prevent the interface
15910                 from freezin on imap operations, although it
15911                 may do strange stuff in case of folder switching
15912                 while a big imap operation is taking place...
15913
15914                 In addition, fix a leak in the case thread
15915                 creation fails on connection.
15916
15917 2005-06-02 [colin]      1.9.11cvs34
15918
15919         * src/crash.c
15920         * src/prefs_common.h
15921                 Fix build (prefs_common_init() doesn't exist
15922                 anymore)
15923
15924 2005-06-02 [colin]      1.9.11cvs33
15925
15926         * src/prefs_account.c
15927                 Fix bug #245 (filtering rules broken when
15928                 renaming a remote account (imap4 or nntp)
15929
15930 2005-06-02 [colin]      1.9.11cvs32
15931
15932         * src/imap.c
15933                 Try to fix IMAP shortcomings: 
15934                 o Multithread imap_open()
15935                 o allow offline-mode overriding instead of
15936                   just returning NULL
15937         * src/imap_gtk.c
15938         * src/imap_gtk.h
15939                 Add a function to ask whether we want to
15940                 override offline-mode for 10 minutes (one-shot
15941                 asking was painful)
15942         * src/procheader.c
15943                 Fix segfault when imap parser isn't happy about
15944                 a missing {
15945
15946 2005-06-01 [colin]      1.9.11cvs31
15947
15948         * src/addrharvest.c
15949         * src/compose.c
15950         * src/mbox.c
15951         * src/mbox.h
15952         * src/mh.c
15953         * src/msgcache.c
15954         * src/send_message.c
15955         * src/setup.c
15956         * src/undo.c
15957         * src/common/hooks.c
15958         * src/common/prefs.c
15959         * src/common/template.c
15960         * src/common/utils.c
15961         * src/gtk/gtkutils.c
15962         * src/gtk/inputdialog.c
15963         * src/gtk/menu.c
15964         * src/gtk/pluginwindow.c
15965         * src/gtk/prefswindow.c
15966         * src/plugins/pgpmime/passphrase.c
15967         * src/plugins/pgpmime/prefs_gpg.c
15968                 More -Wall fixes
15969
15970         * src/common/Makefile.am
15971         * src/common/timing.h
15972                 Add basic timing code
15973
15974         * src/summaryview.c
15975                 Fix a bug with unread messages when 
15976                 re-sorting folders, and by the way
15977                 fix a big performance hit when 
15978                 re-sorting (10k mails: before 5s,
15979                 after .5s)
15980
15981         * src/prefs_compose_writing.c
15982         * src/prefs_compose_writing.h
15983         * src/prefs_message.c
15984         * src/prefs_message.h
15985         * src/prefs_other.c
15986         * src/prefs_other.h
15987         * src/prefs_quote.c
15988         * src/prefs_quote.h
15989         * src/prefs_receive.c
15990         * src/prefs_receive.h
15991         * src/prefs_send.c
15992         * src/prefs_send.h
15993         * src/prefs_summaries.c
15994         * src/prefs_summaries.h
15995                 Fix copyright banner
15996
15997 2005-06-01 [paul]       1.9.11cvs30
15998
15999         * po/fi.po
16000                 updated by Flammie Pirinen
16001         * src/procmime.c
16002                 fix 'Bad BASE64 content' output
16003
16004 2005-05-31 [colin]      1.9.11cvs29
16005
16006         * src/procmime.c
16007                 Oops, where did my hunk go.
16008
16009 2005-05-31 [colin]      1.9.11cvs28
16010
16011         * src/Makefile.am
16012         * src/account.c
16013         * src/action.c
16014         * src/addr_compl.c
16015         * src/addressbook.c
16016         * src/codeconv.c
16017         * src/compose.c
16018         * src/export.c
16019         * src/folder.c
16020         * src/folderview.c
16021         * src/image_viewer.c
16022         * src/main.c
16023         * src/mainwindow.c
16024         * src/messageview.c
16025         * src/mimeview.c
16026         * src/msgcache.c
16027         * src/prefs_account.c
16028         * src/prefs_actions.c
16029         * src/prefs_common.c
16030         * src/prefs_compose_writing.c
16031         * src/prefs_customheader.c
16032         * src/prefs_ext_prog.c
16033         * src/prefs_filtering.c
16034         * src/prefs_filtering_action.c
16035         * src/prefs_fonts.c
16036         * src/prefs_image_viewer.c
16037         * src/prefs_message.c
16038         * src/prefs_message.h
16039         * src/prefs_msg_colors.c
16040         * src/prefs_other.c
16041         * src/prefs_other.h
16042         * src/prefs_quote.c
16043         * src/prefs_receive.c
16044         * src/prefs_receive.h
16045         * src/prefs_send.c
16046         * src/prefs_send.h
16047         * src/prefs_spelling.c
16048         * src/prefs_summaries.c
16049         * src/prefs_summary_column.c
16050         * src/prefs_template.c
16051         * src/prefs_themes.c
16052         * src/prefs_toolbar.c
16053         * src/prefs_wrapping.c
16054         * src/procmime.c
16055         * src/procmsg.c
16056         * src/send_message.h
16057         * src/ssl_manager.c
16058         * src/summary_search.c
16059         * src/summaryview.c
16060         * src/textview.c
16061         * src/wizard.c
16062         * src/common/smtp.c
16063         * src/common/smtp.h
16064         * src/gtk/gtkutils.h
16065                 o Move the rest of Common prefs to new style
16066                 o Lots of -Wall warning fixes
16067                 o fix FIXME in cache memusage calculation
16068                 o Let return receipts be sent from any account
16069                 o Little cache optimisation (read)
16070                 o Fix bug #746 (don't treat commas as separators
16071                   when inside a quoted string)
16072
16073 2005-05-31 [paul]       1.9.11cvs27
16074
16075         * src/prefs_common.c
16076                 fix 'off-by-one' typo
16077
16078 2005-05-31 [paul]       1.9.11cvs26
16079
16080         * src/account.c
16081         * src/addr_compl.c
16082         * src/compose.c
16083         * src/foldersel.c
16084         * src/prefs_actions.c
16085         * src/prefs_common.c
16086         * src/prefs_common.h
16087         * src/prefs_customheader.c
16088         * src/prefs_display_header.c
16089         * src/prefs_filtering.c
16090         * src/prefs_filtering_action.c
16091         * src/prefs_matcher.c
16092         * src/prefs_summaries.c
16093         * src/prefs_summary_column.c
16094         * src/prefs_template.c
16095         * src/prefs_toolbar.c
16096         * src/ssl_manager.c
16097         * src/gtk/pluginwindow.c
16098         * src/gtk/prefswindow.c
16099         * src/gtk/progressdialog.c
16100                 add hidden prefs 'enable_rules_hint'
16101                 for gtk_tree_view_set_rules_hint()
16102                 (sync with main)
16103                 
16104
16105 2005-05-31 [colin]      1.9.11cvs25
16106
16107         * src/Makefile.am
16108         * src/main.c
16109         * src/prefs_common.c
16110         * src/prefs_summaries.c ** ADDED **
16111         * src/prefs_summaries.h ** ADDED **
16112                 Common/Display -> Display/Summaries
16113
16114 2005-05-31 [colin]      1.9.11cvs24
16115
16116         * src/Makefile.am
16117         * src/main.c
16118         * src/prefs_quote.c ** ADDED **
16119         * src/prefs_quote.h ** ADDED **
16120                 Move Common/Quote to Compose/Quoting
16121         * src/prefs_common.c
16122         * src/prefs_common.h
16123                 Remove old quote stuff, add
16124                 convenience functions for GtkTextView prefs
16125         * src/gtk/prefswindow.c
16126                 Set default height higher
16127
16128 2005-05-30 [colin]      1.9.11cvs23
16129
16130         * src/Makefile.am
16131         * src/main.c
16132         * src/prefs_common.c
16133         * src/prefs_compose_writing.c ** ADDED **
16134         * src/prefs_compose_writing.h ** ADDED **
16135                 Move Common/Compose prefs to Compose/Writing
16136
16137 2005-05-30 [colin]      1.9.11cvs22
16138
16139         * src/common/utils.c
16140                 Fix bug #651 (Confused Attract by Subject)
16141                 Patch by M. Benkmann <haferfrost@web.de>
16142         * AUTHORS
16143
16144 2005-05-30 [colin]      1.9.11cvs21
16145
16146         * src/compose.c
16147                 Fix concatenation of different headers of
16148                 the same type (bug #645)
16149         * src/prefs_folder_item.c
16150                 Fix bug #699 (setting color to black doesn't
16151                 work immediately)
16152         * src/procmime.c
16153                 Print out decoding error only once per
16154                 block
16155
16156 2005-05-30 [paul]       1.9.11cvs20
16157
16158         * src/common/template.c
16159                 fix Bcc
16160
16161 2005-05-30 [paul]       1.9.11cvs19
16162
16163         * doc/src/rfc2368.txt   **NEW FILE**
16164         * src/compose.c
16165                 compose_entries_set(): don't interpret Bcc
16166                 header field (conform to RFC 2368)
16167                 (sync with main)
16168
16169 2005-05-29 [colin]      1.9.11cvs18
16170
16171         * src/prefs_common.c
16172                 Let the default reply format respect
16173                 netiquette by cutting the signature.
16174
16175 2005-05-29 [colin]      1.9.11cvs17
16176
16177         * src/summaryview.c
16178                 Don't let always_show_msg override
16179                 open_unread_on_enter when opening a new
16180                 directory.
16181
16182 2005-05-27 [paul]       1.9.11cvs16
16183
16184         sync with main:
16185
16186         * src/main.c
16187                 app_will_exit(): cleanup tmp directory when exit
16188         * src/message_search.c
16189                 improved the interface and made code cleanup.
16190                 removed Clear button
16191         * src/send_message.c
16192                 send_message_local(): use GSpawn, and detect errors
16193         * src/summary_search.c
16194                 improved the interface and made code cleanup
16195         * src/textview.c
16196                 textview_write_link(): also skip non-ascii space
16197                  at the head of link strings (phishing check
16198                  didn't work at the case)
16199         * src/common/utils.c
16200                 get_command_output(): use g_spawn_command_line_sync()
16201                 instead of popen()
16202
16203 2005-05-26 [colin]      1.9.11cvs15
16204
16205         * src/folder.c
16206                 remove printf
16207
16208 2005-05-26 [colin]      1.9.11cvs14
16209
16210         * src/common/nntp.c
16211                 Fix nntp mode reader (bug #611)
16212                 Patch by Florian Mickler <florian@mickler.org>
16213
16214 2005-05-26 [colin]      1.9.11cvs13
16215
16216         * src/plugins/pgpmime/passphrase.c
16217                 Fix mouse grabbing (bug #557)
16218
16219 2005-05-26 [colin]      1.9.11cvs12
16220
16221         * src/prefs_themes.c
16222                 Fix g_warning (bug #541)
16223
16224 2005-05-26 [colin]      1.9.11cvs11
16225
16226         * src/prefs_actions.c
16227         * src/prefs_template.c
16228                 Fix bug #506 (no warning if action/template
16229                 is not saved)
16230         * src/common/template.c
16231                 Fix a possible crash
16232
16233 2005-05-26 [colin]      1.9.11cvs10
16234
16235         * src/folder.c
16236         * src/folderview.c
16237         * src/procmsg.c
16238         * src/summaryview.c
16239                 Forbid locked messages to be moved or
16240                 deleted. Locked messages in trashes 
16241                 still get deleted, for performance
16242                 reason (mh.c::mh_remove_all_msgs)
16243
16244 2005-05-25 [colin]      1.9.11cvs9
16245
16246         * src/procmime.c
16247                 Use correct encoding when sending mails
16248                 with attachments that have accentued 
16249                 chars in their name
16250
16251 2005-05-24 [colin]      1.9.11cvs8
16252
16253         * src/summaryview.c
16254                 Fix bug #688 f) read/unread marker not
16255                 changed on first click
16256                 Also, optimize summary_status_show()
16257                 calls
16258         * src/folder.c
16259         * src/inc.c
16260         * src/procmime.c
16261                 Fix bug #688 b) and c) wrt message
16262                 attachments and signature
16263         * src/stock_pixmap.c
16264         * src/stock_pixmap.h
16265         * src/stock_pixmap.c
16266         * src/stock_pixmap.h
16267         * src/Makefile.am
16268         * src/pixmaps/clip_gpg_signed.xpm
16269                 Add clip/signed icon
16270
16271 2005-05-24 [colin]      1.9.11cvs7
16272
16273         * src/folder_item_prefs.c
16274                 whitespace fix
16275
16276 2005-05-24 [colin]      1.9.11cvs6
16277
16278         * src/folderview.c
16279         * src/prefs_common.c
16280         * src/prefs_common.h
16281                 Add a confirmation to folder drag and drop
16282                 fixes bug #156
16283         * src/alertpanel.c
16284         * src/alertpanel.h
16285                 fix _with_disable parameters so that
16286                 the buttons labels are specifiable too
16287         * src/plugins/pgpmime/sgpgme.c
16288                 reflect said change
16289                 
16290
16291 2005-05-24 [colin]      1.9.11cvs5
16292
16293         * src/folderview.c
16294                 Uncollapse/collapse folders on double-click
16295                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16296                 closes bug #108
16297
16298 2005-05-23 [colin]      1.9.11cvs4
16299
16300         * src/common/socket.c
16301                 Check another special SSL_peek() error.
16302                 Should help wrt bug #728
16303
16304 2005-05-23 [colin]      1.9.11cvs3
16305
16306         * src/plugins/pgpmime/pgpmime.c
16307                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16308                 breaking menu accelerators and stuff. Users will have to
16309                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16310                 account's privacy preferences if needed.
16311
16312 2005-05-22 [paul]
16313
16314         * tools/kdeservicemenu/install.sh
16315                 use kdesu to prompt for root password if doing
16316                 global install/uninstall
16317
16318 2005-05-20 [colin]      1.9.11cvs2
16319
16320         * src/procmsg.c
16321                 Fix another compilation error with gcc-2.9x
16322                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16323         * src/send_message.c
16324                 Don't send QUIT if we aren't connected
16325
16326 2005-05-19 [colin]      1.9.11cvs1
16327
16328         * src/procmsg.c
16329                 Fix compilation with gcc 2.9x
16330
16331 2005-05-19 [paul]       1.9.11
16332
16333         1.9.11 released
16334
16335 2005-05-19 [paul]       1.9.9cvs14
16336
16337         * src/gtk/inputdialog.c
16338                 prevent gettext warning
16339
16340 2005-05-19 [paul]       1.9.9cvs13
16341
16342         * src/mainwindow.c
16343         * src/prefs_common.c
16344         * src/prefs_common.h
16345         * src/textview.c
16346         * src/textview.h
16347                 add an option to toggle cursor in message
16348                 view (sync with main)
16349
16350 2005-05-18 [colin]      1.9.9cvs12
16351
16352         * src/compose.c
16353                 Dereference freed pointer
16354         * src/gtk/gtkaspell.c
16355                 Fix duplication of dictionaries (is it an aspell issue?)
16356
16357 2005-05-18 [colin]      1.9.9cvs11
16358
16359         * src/gtk/inputdialog.c
16360         * src/gtk/gtkaspell.c
16361                 HIGuify dialogs
16362         * src/alertpanel.c
16363                 Remove a double call
16364
16365 2005-05-17 [colin]      1.9.9cvs10
16366
16367         * src/gtk/gtkaspell.c
16368                 Fix dialogs, Ctrl-Enter accel
16369
16370 2005-05-17 [colin]      1.9.9cvs9
16371
16372         * src/gtk/gtkaspell.c
16373                 Fix some accelerators, escape in replace-window
16374
16375 2005-05-16 [colin]      1.9.9cvs8
16376
16377         * src/gtk/gtkaspell.c
16378                 Revert last commit, it was a mistake.
16379
16380 2005-05-16 [colin]      1.9.9cvs7
16381
16382         * src/gtk/gtkaspell.c
16383                 Remove buggy code while we're at it. It's a 
16384                 dead code path anyway.
16385
16386 2005-05-16 [colin]      1.9.9cvs6
16387
16388         * src/gtk/gtkaspell.c
16389                 Missed some gtk_menu_popup where deactivate
16390                 signal should be handled. Should fix bug
16391                 #629 a bit more.
16392
16393 2005-05-16 [colin]      1.9.9cvs5
16394
16395         * src/gtk/gtkaspell.c
16396                 Remove debug printf()s
16397
16398 2005-05-16 [colin]      1.9.9cvs4
16399
16400         * src/gtk/gtkaspell.c
16401                 Fix a bit aspell problems
16402                 (see bug #629)
16403
16404 2005-05-13 [colin]      1.9.9cvs3
16405
16406         * src/folderview.c
16407                 Fix the + appearing even when no subfolders
16408                 have unread messages. Thanks to wwp for the
16409                 bug report.
16410
16411 2005-05-11 [paul]       1.9.9cvs2
16412
16413         * src/folderview.c
16414                 correction to 1.9.9cvs1, only colour folders that
16415                 have new msgs (not unread msgs)
16416
16417 2005-05-10 [colin]      1.9.9cvs1
16418
16419         * src/folderview.c
16420         * src/summaryview.c
16421                 Try to fix bolding bugs again.
16422
16423 2005-05-09 [paul]
16424
16425         * tools/claws.i18n.status.pl
16426                 add Ricardo Mones Lastra's script that has been providing
16427                 the i18n status page for many months
16428
16429 2005-05-09 [paul]       1.9.9
16430
16431         1.9.9 release
16432
16433 2005-05-09 [paul]       1.9.6cvs58
16434
16435         * AUTHORS
16436         * INSTALL
16437         * README.claws
16438                 updated
16439         * Makefile.am 
16440         * RELEASE_NOTES.claws
16441                 add release notes to cvs to simplify release
16442                 procedure
16443         * configure.ac
16444                 add ca and fi to ALL_LINGUAS
16445         * po/Makefile.in.in
16446                 workaround for missing Makevars
16447         * po/ca.po
16448         * po/fi.po
16449                 add new Catalan and Finnish translations
16450                 submitted by Miquel Oliete and Flammie Pirinen
16451         * po/de.po
16452         * po/es.po
16453         * po/fr.po
16454         * po/it.po
16455         * po/pl.po
16456         * po/ru.po
16457         * po/sk.po
16458         * po/sr.po
16459         * po/zh_CN.po
16460                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16461                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16462                 Urke MMI, and Hansom Young
16463         * src/main.c
16464                 Fix drafting when quitting. compose_draft() closes the
16465                 compose windows, which modifies the compose_list GSList.
16466                 We have to refresh this list after echo drafting to avoid a
16467                 segfault
16468         * src/partial_download.c
16469                 fix segfault on exit
16470
16471 2005-05-06 [paul]       1.9.6cvs57
16472
16473         * src/grouplistdialog.c
16474                 quick fix/workaround for unresizeable newsgroup
16475                 name column 
16476
16477 2005-05-06 [paul]       1.9.6cvs56
16478
16479         * src/inc.c
16480         * src/mainwindow.c
16481                 use gettext plural forms
16482         * src/imap_gtk.c
16483         * src/mh_gtk.c
16484         * src/toolbar.c
16485                 small improvement to english usage
16486
16487 2005-05-05 [thorsten]   1.9.6cvs55
16488
16489         * src/folder.c
16490                 fix possible crash
16491
16492 2005-05-05 [paul]       1.9.6cvs54
16493         
16494         sync with HEAD
16495
16496         * AUTHORS
16497         * src/compose.c
16498                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16499                 patch by Tim Mann
16500
16501 2005-05-05 [paul]       1.9.6cvs53
16502
16503         * src/mainwindow.c
16504                 fix resizing of separate message and
16505                 folder views
16506
16507 2005-05-05 [paul]       1.9.6cvs52
16508
16509         * src/account.c
16510         * src/addrgather.c
16511         * src/browseldap.c
16512         * src/exphtmldlg.c
16513         * src/expldifdlg.c
16514         * src/importmutt.c
16515         * src/importpine.c
16516         * src/main.c
16517         * src/mainwindow.c
16518         * src/noticeview.c
16519         * src/prefs_filtering.c
16520         * src/prefs_filtering_action.c
16521         * src/prefs_matcher.c
16522         * src/prefs_spelling.c
16523         * src/prefs_toolbar.c
16524         * src/toolbar.c
16525         * src/wizard.c
16526         * src/gtk/description_window.c
16527         * src/gtk/gtkvscrollbutton.c
16528         * src/gtk/progressdialog.c
16529         * src/gtk/quicksearch.c
16530         * src/plugins/pgpmime/prefs_gpg.c
16531         * src/plugins/spamassassin/spamassassin_gtk.c
16532                 replace deprecated gtk_widget_set_usize
16533
16534 2005-05-04 [colin]      1.9.6cvs51
16535
16536         * src/common/utils.c
16537                 Fix crash when subst_for_filename is called
16538                 with a NULL parameter
16539
16540 2005-05-04 [colin]      1.9.6cvs50
16541
16542         * src/partial_download.c
16543         * src/pop.c
16544                 Escape login when writing uidl file
16545                 fixes bug #736
16546
16547 2005-05-03 [colin]      1.9.6cvs49
16548
16549         * src/procmime.c
16550                 Fix possible DOS in mime parser
16551                 (see bug #634)
16552
16553 2005-05-02 [colin]      1.9.6cvs48
16554
16555         * src/compose.c
16556                 Try to fix the copy/paste mess once again.
16557
16558
16559 2005-04-30 [colin]      1.9.6cvs47
16560
16561         * src/prefs_account.h
16562         * src/procmsg.c
16563         * src/send_message.c
16564         * src/common/smtp.c
16565         * src/common/smtp.h
16566                 Try to batch sending mails (per account) instead of
16567                 reconnecting to server every time.
16568
16569 2005-04-29 [colin]      1.9.6cvs46
16570
16571         * src/messageview.c
16572                 Fix window resizing that refused to size down
16573         * src/prefs_common.c
16574         * src/prefs_common.h
16575         * src/prefs_filtering.c
16576                 Save Filtering's window size
16577
16578 2005-04-21 [paul]       1.9.6cvs45
16579
16580         * ChangeLog-gtk2.claws
16581         * src/setup.c
16582                 correction to sync
16583
16584 2005-04-21 [paul]       1.9.6cvs44
16585
16586         sync with main:
16587
16588         * src/setup.c
16589         * src/statusbar.c
16590         * src/statusbar.h
16591                 use gtkut_widget_draw_now(). Improved performance
16592                 of the update of statusbar
16593         * src/textview.c
16594                 textview_smooth_scroll_do(): redraw it after scroll
16595                 is done (fixed incorrect display when a part of the
16596                 view is hidden).
16597         * src/gtk/gtkutils.c
16598         * src/gtk/gtkutils.h
16599                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16600                 to force update of widgets.
16601                 Removed gtkut_widget_wait_for_draw() which had a big
16602                 overhead  because of waiting for all events processed 
16603
16604 2005-04-20 [paul]       1.9.6cvs43
16605
16606         * src/codeconv.c
16607                 complete 1.9.6cvs42's sync:
16608                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16609
16610 2005-04-19 [paul]       1.9.6cvs42
16611
16612         sync with main:
16613
16614         * src/action.c
16615                 catch_output(): correctly select the insert text
16616                 (fix invalid iterator warnings).
16617         * src/codeconv.c
16618         * src/codeconv.h
16619         * src/mainwindow.c
16620         * src/messageview.c
16621         * src/prefs_common.c
16622                 support GBK encoding.
16623         * src/common/session.c
16624         * src/common/session.h
16625                 use separate buffer for large data to be sent,
16626                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16627
16628 2005-04-18 [paul]       1.9.6cvs41
16629
16630         * src/jpilot.c
16631                 convert unsigned long into guint32
16632                 patch by Paul LeoNerd Evans 
16633
16634 2005-04-17 [colin]      1.9.6cvs40
16635
16636         * src/compose.c
16637                 Fix 'Request return receipt' from folder
16638                 properties (bug #708)
16639
16640 2005-04-17 [colin]      1.9.6cvs39
16641
16642         * src/mainwindow.c
16643                 Fix duplicate hotkeys in Mainwindow's menu
16644
16645 2005-04-17 [colin]      1.9.6cvs38
16646
16647         * src/folderview.c
16648                 Fix duplicate hotkeys in Folderview's contextual
16649                 menu
16650
16651 2005-04-15 [colin]      1.9.6cvs37
16652
16653         * src/summaryview.c
16654                 Fix 'Save as...' with non-ascii filenames
16655
16656 2005-04-15 [colin]      1.9.6cvs36
16657
16658         * src/plugins/pgpmime/pgpmime.c
16659                 Fix bus error on 64bit. Spotted by 
16660                 macallan1888@gmail.com
16661
16662 2005-04-15 [colin]      1.9.6cvs35
16663
16664         * src/prefs_account.c
16665                 Fix cvs34.
16666
16667 2005-04-12 [colin]      1.9.6cvs34
16668
16669         * src/prefs_account.c
16670                 Fix smtp auth type off-by-one. We forgot to
16671                 add PLAIN in the prefs-to-gui setter func and
16672                 as a result, the selected auth when opening
16673                 account prefs was not the correct one.
16674
16675 2005-04-12 [paul]       1.9.6cvs33
16676
16677         * src/inc.c
16678                 if the recv dialog is visible, Cancel only
16679                 cancels the current account
16680
16681
16682 2005-04-10 [colin]      1.9.6cvs32
16683
16684         * src/filtering.c
16685                 Copy score when copying FilteringActions
16686                 Fix bug #674
16687
16688 2005-04-10 [colin]      1.9.6cvs31
16689
16690         * src/inc.c
16691                 Make Message -> Receive -> Cancel cancel 
16692                 incorporation on all accounts. Fixes
16693                 bug #693
16694
16695 2005-04-10 [colin]      1.9.6cvs30
16696
16697         * src/prefs_account.c
16698                 Update Privacy checkbuttons status based
16699                 on the selected privacy system
16700         * src/compose.c
16701                 Always connect the "None" privacy system; the
16702                 static boolean was probably there to avoid
16703                 reconnecting twice in the same compose window,
16704                 but as the parent function is only called once
16705                 per compose, it's only a bug - as a static is
16706                 initialized once per application instance.
16707                 Also, don't uncheck Sign and Encrypt when
16708                 selecting None as privacy system; just ignore
16709                 them when sending/queuing.
16710                 Should fix bug #695
16711
16712 2005-04-08 [colin]      1.9.6cvs29
16713
16714         * src/account.c
16715         * src/prefs_account.c
16716         * src/prefs_account.h
16717                 Add account preference to queue message in a certain
16718                 folder.
16719
16720 2005-04-06 [colin]      1.9.6cvs28
16721
16722         * src/prefs_account.c
16723                 Update old inbox path syntax
16724
16725 2005-04-06 [paul]       1.9.6cvs27
16726
16727         sync with main:
16728
16729         * configure.ac
16730                 changed -traditional-cpp to -no-cpp-precomp for newer
16731                 Mac OS X support
16732         * src/foldersel.c
16733                 made column resize automatically
16734         * src/send_message.c
16735                 send_message_smtp(): consider EOF right after QUIT
16736                 successful (workaround for Gmail SMTP server)
16737         * src/common/socket.c
16738                 ssl_read(), ssl_peek(): check EOF which violates the
16739                 SSL protocol
16740         * src/gtk/colorlabel.c
16741                 removed warnings when displaying colorlabel menu
16742                 (don't use GtkAlignment)
16743
16744 2005-04-05 [paul]       1.9.6cvs26
16745
16746         * src/plugins/trayicon/trayicon.c
16747                 fix clipping of icon under KDE3 
16748
16749 2005-04-05 [paul]       1.9.6cvs25
16750
16751         * src/summaryview.c
16752                 hide display of threading
16753                 patch by Alfons
16754
16755 2005-04-04 [thorsten]   1.9.6cvs24
16756
16757         * src/mh.c
16758                 marks lost on filesystems with different stat() results on
16759                 summer-/wintertime
16760
16761 2005-04-03 [colin]      1.9.6cvs23
16762
16763         * src/summaryview.c
16764                 Don't handle up/down. Patch by Alfons
16765
16766 2005-04-02 [colin]      1.9.6cvs22
16767
16768         * src/summaryview.c
16769                 Make scrolling faster. Patch by Alfons.
16770
16771 2005-04-01 [colin]      1.9.6cvs21
16772
16773         * src/Makefile.am
16774         * src/stock_pixmap.c
16775         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16776         * src/pixmaps/dir_noselect.xpm ** ADDED **
16777                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16778
16779 2005-04-01 [colin]      1.9.6cvs20
16780
16781         * src/image_viewer.c
16782         * src/image_viewer.h
16783         * src/procmime.c
16784         * src/procmime.h
16785         * src/textview.c
16786         * src/textview.h
16787                 Implement inline image resizing and right-clicking
16788
16789 2005-04-01 [paul]       1.9.6cvs19
16790
16791         * AUTHORS
16792         * Makefile.am
16793         * configure.ac
16794                 check for gnome2
16795                 patch by Luca Cavalli <loopback<AT>slackit.org>
16796         * po/ru.po
16797                 updated by Pavlo Bohmat
16798
16799 2005-03-31 [colin]      1.9.6cvs18
16800
16801         * src/news.c
16802                 Fix parsing references
16803         * src/msgcache.c
16804                 don't put nulls in the references list
16805         * src/procheader.c
16806                 commit that forgotten file in 1.9.6cvs14
16807
16808 2005-03-31 [colin]      1.9.6cvs17
16809
16810         * src/compose.c
16811                 Fix joining of signature separator again. 
16812                 Maybe Hiro could put it in main too...
16813
16814 2005-03-31 [colin]      1.9.6cvs16
16815
16816         * src/Makefile.am
16817         * src/foldersel.c
16818         * src/stock_pixmap.c
16819         * src/stock_pixmap.h
16820         * src/pixmaps/dir-noselect.xpm
16821                 Update foldersel.c (sync from main, patch by Alfons)
16822
16823 2005-03-30 [colin]      1.9.6cvs15
16824
16825         * src/imap.c
16826                 Fix handling of imap folders containing [] in 
16827                 their name. Thanks to Nahuel Angelinetti for
16828                 the detailed bugreport.
16829
16830 2005-03-30 [colin]      1.9.6cvs14
16831
16832         * src/common/utils.h
16833         * src/common/utils.c
16834         * src/common/defs.h
16835         * src/matcher.c
16836         * src/msgcache.c
16837         * src/news.c
16838         * src/procmsg.c
16839         * src/procmsg.h
16840         * src/quote_fmt_parse.y
16841         * src/summaryview.c
16842                 Update references system. Patch by Alfons
16843
16844 2005-03-30 [colin]      1.9.6cvs13
16845
16846         * src/common/socket.c
16847                 Force the glibc to read resolv.conf again when 
16848                 it has changed. Should fix issues when changing
16849                 networks on a laptop and not restarting sylpheed. 
16850
16851 2005-03-30 [paul]       1.9.6cvs12
16852
16853         partial sync with main:
16854
16855         * src/action.c
16856                 create_io_dialog(): use user-defined text font
16857                 (thanks to Alfons), and modified its appearance.
16858         * src/addrgather.c
16859         * src/addrharvest.c
16860         * src/browseldap.c
16861                 replace old code
16862         * src/compose.c
16863                 don't join (presumably) itemized lines on line-wrapping
16864                 fixed wrapping of quote when auto-wrapping is enabled
16865                 compose_destroy(): destroy paned only if it's not
16866                 attached to window. Fixed memory leak of popup menu.
16867         * src/exphtmldlg.c
16868         * src/expldifdlg.c
16869                 replace old code
16870         * src/html.c
16871         * src/html.h
16872         * src/importmutt.c
16873         * src/importpine.c
16874                 replace old code
16875         * src/main.c
16876                 removed redundant code
16877         * src/mainwindow.c
16878                 changed 'Code set' (which is rather incorrect)
16879                 in the menu to 'Character encoding'
16880                 main_window_set_widgets(): request size first
16881                 to prevent window size becoming wrong
16882                 fixed remembering of the state of the visibility
16883                 of MessageView
16884         * src/messageview.c
16885                 changed 'Code set' (which is rather incorrect)
16886                 in the menu to 'Character encoding'
16887         * src/prefs_common.c
16888         * src/prefs_common.h
16889                 added an option whether to render HTML as text or not
16890                 added separators to outgoing encoding menu
16891         * src/procheader.c
16892                 procheader_scan_date_string(): support header
16893                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16894         * src/summaryview.c
16895         * src/summaryview.h
16896                 minor code cleanup
16897         * src/textview.c
16898                 textview_show_html(): force output of newline
16899                 added an option whether to render HTML as text or not
16900         * src/common/utils.c
16901                 strncpy2(): optimized based on Alfons' code
16902         * src/gtk/gtkutils.c
16903         * src/gtk/gtkutils.h
16904                 removed non-used code
16905         * src/plugins/pgpmime/passphrase.c
16906                 partially fixed grab input of passphrase dialog
16907                 Confine pointer to window
16908
16909 2005-03-30 [colin]      1.9.6cvs11
16910
16911         * src/msgcache.c
16912         * src/msgcache.h
16913                 Read/write 32bit ints from cache & marks
16914                 From main.
16915
16916 2005-03-29 [paul]       1.9.6cvs10
16917
16918         * AUTHORS
16919         * ChangeLog.claws
16920         * src/compose.c
16921         * src/gtk/gtkaspell.c
16922                 sync with HEAD (don't pass NULL pointers) 
16923
16924 2005-03-24 [paul]
16925
16926         * tools/Makefile.am
16927         * tools/README
16928         * tools/acroread2sylpheed.pl
16929                 sync with HEAD (add script to send pdfs as
16930                 attachments from Adobe Reader 7)
16931
16932 2005-03-21 [paul]       1.9.6cvs9
16933
16934         * configure.ac
16935         * po/POTFILES.in
16936         * src/Makefile.am
16937         * src/crash.c
16938         * src/image_viewer.c ** ADDED **
16939         * src/image_viewer.h ** ADDED **
16940         * src/main.c
16941         * src/prefs_common.c
16942         * src/prefs_common.h
16943         * src/prefs_image_viewer.c ** ADDED **
16944         * src/prefs_image_viewer.h ** ADDED **
16945         * src/textview.c
16946         * src/gtk/about.c
16947         * src/pixmaps/sylpheed_logo.xpm
16948         * src/plugins/Makefile.am
16949         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16950         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16951         * src/plugins/image_viewer/plugin.c ** REMOVED **
16952         * src/plugins/image_viewer/viewer.c ** REMOVED **
16953         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16954         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16955         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16956         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16957         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16958                 as gdk-pixbuf is now built-in
16959                 remove image_viewer plugin and put code back into
16960                 main codebase
16961                 implement inline image display (sync with main)
16962
16963                 replace logo with newer, nicer, larger version  
16964
16965 2005-03-21 [paul]       1.9.6cvs8
16966
16967         * src/gtk/about.c
16968                 cosmetic improvement
16969
16970 2005-03-21 [holger]     1.9.6cvs7
16971
16972         * src/plugins/spamassassin/spamassassin.c
16973                 Sync with HEAD
16974                 (unregister hook on failed plugin init)
16975
16976 2005-03-20 [colin]      1.9.6cvs6
16977
16978         * src/common/plugin.c
16979                 Check that plugin isn't already loaded
16980                 Patch by Alfons
16981
16982 2005-03-20 [thorsten]   1.9.6cvs5
16983
16984         * src/compose.c
16985                 use a more compatible syntax
16986
16987 2005-03-20 [thorsten]   1.9.6cvs4
16988
16989         * src/prefs_toolbar.c
16990                 fix crash when selecting toolbar item (uninitialized pointer)
16991
16992 2005-03-20 [thorsten]   1.9.6cvs3
16993
16994         * src/procmime.c
16995                 fix mimetype detection (referenced free()d string)
16996
16997 2005-03-20 [paul]       1.9.6cvs2
16998
16999         * src/compose.c
17000                 sync with HEAD (1.0.3cvs5)
17001                 neglect Reply-To header if empty
17002                 Patch by Alfons 
17003
17004 2005-03-19 [holger]     1.9.6cvs1
17005
17006         * src/summaryview.c
17007         * src/summaryview.h
17008                 Sync with HEAD
17009
17010 2005-03-18 [paul]       1.9.6
17011
17012         initial GTK2 release
17013
17014 2005-03-18 [paul]       1.0.3cvs3.1
17015
17016         * AUTHORS
17017         * ChangeLog.claws
17018         * configure.ac
17019         * src/gtk/about.c
17020         * src/pixmaps/sylpheed_logo.xpm
17021                 sync with HEAD
17022
17023 2005-03-18 [colin]      1.0.3cvs2.6
17024
17025         * src/summaryview.c
17026                 Remove call to summary_step in summary_copy_selected_to
17027                 Can't see its purpose, and this causes bug when copying
17028                 a message if the next one is unread: it reads it.
17029
17030 2005-03-18 [paul]       1.0.3cvs2.5
17031
17032         * src/foldersel.c
17033                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
17034
17035 2005-03-18 [paul]       1.0.3cvs2.4
17036
17037         * src/addrharvest.c
17038         * src/codeconv.c
17039         * src/codeconv.h
17040         * src/compose.c
17041         * src/news.c
17042         * src/procheader.c
17043         * src/procmime.c
17044         * src/unmime.c
17045         * src/unmime.h
17046                 fix buffer overflow, CAN-2005-0667, see
17047                 http://secunia.com/advisories/14491/
17048                 Patch by Alfons
17049
17050 2005-03-17 [colin]      1.0.3cvs2.3
17051
17052         * src/prefs_fonts.c
17053         * src/summaryview.c
17054                 Fix font bugs (both lists now officialy share 
17055                 the same font)
17056                 
17057
17058 2005-03-17 [paul]       1.0.3cvs2.2
17059
17060         * src/gtk/pluginwindow.c
17061                 make plugin descriptions uneditable
17062
17063 2005-03-11 [paul]       1.0.3cvs2.1
17064
17065         * ChangeLog.claws
17066         * configure.ac
17067         * po/POTFILES.in
17068         * src/plugins/trayicon/trayicon.c
17069                 sync with HEAD
17070                 add src/wizard.c to POTFILES.in
17071
17072 2005-03-11 [paul]       1.0.3cvs1.1
17073
17074         * ChangeLog
17075         * ChangeLog.claws
17076         * configure.ac
17077         * po/de.po
17078         * po/es.po
17079         * po/fr.po
17080         * po/it.po
17081         * po/pt_BR.po
17082         * po/ru.po
17083         * po/sk.po
17084         * po/sr.po
17085         * po/zh_CN.po
17086                 sync with HEAD
17087
17088 2005-03-04 [colin]      1.0.1cvs22.2
17089
17090         * src/compose.c
17091                 Fix signatures with accentued chars in it
17092
17093 2005-03-04 [colin]      1.0.1cvs22.1
17094
17095         * src/common/smtp.c
17096         * src/common/smtp.h
17097                 Don't use SIZE param in MAIL FROM: if server 
17098                 doesn't support it. Patch by Eugen Freiter
17099                 <eugen_f@users.sf.net>
17100
17101 2005-02-27 [paul]       1.0.1cvs20.1
17102
17103         * ChangeLog.claws
17104         * configure.ac
17105         * src/messageview.c
17106                 sync with HEAD
17107
17108 2005-02-27 [colin]      1.0.1cvs19.4
17109
17110         * src/procheader.c
17111         * src/procheader.h
17112                 Fix prototypes. Patch by Alfons
17113
17114 2005-02-27 [colin]      1.0.1cvs19.3
17115
17116         * src/compose.c
17117                 Don't auto-join the signature separator.
17118
17119 2005-02-26 [colin]      1.0.1cvs19.2
17120
17121         * src/summaryview.c
17122                 Fix 'mark all read' with collapsed threads.
17123                 Patch by Alfons.
17124
17125 2005-02-25 [paul]       1.0.1cvs19.1
17126
17127         * ChangeLog.claws
17128         * configure.ac
17129         * src/prefs_account.c
17130         * src/prefs_folder_item.c
17131         * src/gtk/prefswindow.c
17132         * src/gtk/prefswindow.h
17133                 sync with HEAD
17134
17135 2005-02-25 [paul]       1.0.1cvs15.12
17136
17137         * src/alertpanel.c
17138         * src/codeconv.c
17139         * src/compose.c
17140         * src/textview.c
17141         * src/gtk/gtkutils.c
17142         * src/gtk/gtkutils.h
17143         * src/gtk/logwindow.c
17144         * src/gtk/progressdialog.c
17145                 sync with main (revision 127)
17146                 and fix logwindow clipping
17147
17148 2005-02-24 [colin]      1.0.1cvs15.11
17149
17150         * src/plugins/pgpmime/passphrase.c
17151                 Disable input grabbing; it doesn't work yet.
17152
17153 2005-02-24 [colin]      1.0.1cvs15.10
17154
17155         * src/messageview.c
17156                 Don't send out receipts if offline. Ask.
17157
17158 2005-02-23 [colin]      1.0.1cvs15.9
17159
17160         * src/summaryview.c     
17161                 Fix expanding
17162
17163 2005-02-23 [colin]      1.0.1cvs15.8
17164
17165         * src/summaryview.c
17166                 Really fix Bug 568 by removing useless
17167                 calls. summary_thread_init() now called
17168                 in summary_sort(). This should please
17169                 Alfons as it should be faster than 
17170                 previously.
17171
17172 2005-02-23 [colin]      1.0.1cvs15.7
17173
17174         * src/compose.c
17175                 Encode parts as QP or B64 if signing
17176
17177 2005-02-23 [colin]      1.0.1cvs15.6
17178
17179         * src/compose.c
17180                 Fix Mimeinfo leakage (including tmp files)
17181         * src/procmsg.c
17182                 Fix tmp file leakage (spotted by Ivan Rayner)
17183
17184 2005-02-22 [colin]      1.0.1cvs15.5
17185
17186         * src/expldifdlg.c
17187                 Fix keyboard input. Patch by Alfons.
17188
17189 2005-02-21 [colin]      1.0.1cvs15.4
17190
17191         * src/compose.c
17192                 Fix Sign/Encrypt when unselecting privacy
17193                 system
17194         * src/prefs_common.c
17195                 Change default message font to Monospace
17196         * src/summaryview.c
17197                 More freezing during potentially large operations
17198
17199 2005-02-21 [paul]       1.0.1cvs15.3
17200
17201         * src/main.c
17202                 fix --help output
17203
17204 2005-02-21 [paul]       1.0.1cvs15.2
17205
17206         * po/Makefile.in.in
17207         * src/compose.c
17208         * src/summaryview.c
17209         * src/textview.c
17210         * src/common/utils.c
17211         * src/common/utils.h
17212                 sync with main (revision 117)
17213
17214 2005-02-20 [colin]      1.0.1cvs15.1
17215
17216         * src/common/defs.h
17217                 Change cache file to .sylpheed_claws_cache, as
17218                 suggested by Alfons. Allows people to switch
17219                 between Sylpheed and Sylpheed-Claws. it is
17220                 a good idea to "Check for new messages" at next
17221                 startup.
17222
17223
17224 2005-02-18 [colin]      1.0.1cvs14.1
17225
17226         * src/quote_fmt_lex.l
17227         * src/quote_fmt_parse.y
17228                 Fix parser initialisation. Patch by Ivan.
17229
17230 2005-02-18 [colin]      1.0.1cvs11.6
17231
17232         * src/folderview.c
17233                 Fix scrolldown (bug 662)
17234
17235 2005-02-17 [colin]      1.0.1cvs11.5
17236
17237         * src/codeconv.c
17238                 conv_filename_to_utf8: return clean 7bit instead
17239                 of broken utf8 if needed
17240         * src/mimeview.c
17241                 Fix display of parts with unclean 8bit names
17242
17243 2005-02-17 [paul]       1.0.1cvs11.4
17244
17245         * src/compose.c
17246         * src/exportldif.c
17247         * src/matcher_parser_parse.y
17248         * src/procmime.c
17249         * src/sourcewindow.c
17250         * src/common/Makefile.am
17251         * src/common/intl.h             ** REMOVED **
17252         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17253                 sync with main (revision 109)
17254                 and clean up
17255
17256 2005-02-16 [colin]      1.0.1cvs11.3
17257
17258         * src/summaryview.c
17259                 Fix collapsed thread not highlighting when new
17260                 messages in it (Bug 568) Patch by Stephan Sachse.
17261                 Fix messed up selection when reaching bounds (Bug 632)
17262         * src/prefs_themes.c
17263                 Fix theme installing (Bug 684)
17264
17265 2005-02-16 [colin]      1.0.1cvs11.2
17266
17267         * src/messageview.c
17268                 Fix messageview_select_all
17269
17270 2005-02-16 [colin]      1.0.1cvs11.1
17271
17272         * src/mh.c
17273                 Sync with HEAD (MH scan required function)
17274
17275 2005-02-15 [colin]      1.0.1cvs8.1
17276
17277         * src/mimeview.c
17278         * src/common/utils.c
17279                 Sync with HEAD (filename chars substitution)
17280
17281 2005-02-15 [colin]      1.0.1cvs7.3
17282
17283         * src/gtk/pluginwindow.c
17284                 Fix button spacing
17285
17286 2005-02-15 [colin]      1.0.1cvs7.2
17287
17288         * src/mimeview.c
17289                 Fix mime icons not reset across message when
17290                 scrolled down
17291
17292 2005-02-15 [colin]      1.0.1cvs7.1
17293
17294         * src/compose.c
17295         * src/procmime.c
17296                 Sync with HEAD (optimisation of cvs6)
17297
17298 2005-02-14 [colin]      1.0.1cvs6.1
17299
17300         * src/compose.c
17301         * src/procmime.c
17302                 Sync with HEAD (encode "From " at line beginning)
17303
17304 2005-02-14 [colin]      1.0.1cvs5.3
17305
17306         * src/compose.c
17307                 Fix wrapping with accentued chars.
17308
17309 2005-02-13 [colin]      1.0.1cvs5.2
17310
17311         * src/textview.c
17312                 Fix email informative part parsing with
17313                 accentued chars in it. ispunct() returns
17314                 true for them in utf8...
17315
17316 2005-02-12 [colin]      1.0.1cvs5.1
17317
17318         * src/filtering.c
17319                 Sync with HEAD (remove wrong use of compose after send)
17320
17321 2005-02-12 [paul]       1.0.1cvs4.5
17322
17323         * src/textview.c
17324                 remove unnecessary code (thanks to Alfons)
17325
17326 2005-02-12 [paul]       1.0.1cvs4.4
17327
17328         * src/textview.c
17329                 add 'Copy' to contextual menu on emails
17330
17331 2005-02-11 [colin]      1.0.1cvs4.3
17332
17333         * src/compose.c
17334                 revert 1.0.0cvs28.2, it doesn't work that well.
17335
17336 2005-02-11 [paul]       1.0.1cvs4.2
17337
17338         * po/Makefile.in.in
17339                 fix 'make release'
17340
17341 2005-02-10 [paul]       1.0.1cvs4.1
17342
17343         * ChangeLog
17344         * ChangeLog.claws
17345         * ChangeLog.jp
17346         * configure.ac
17347         * src/compose.c
17348                 sync with HEAD (sync with main)
17349
17350 2005-02-10 [paul]       1.0.1cvs3.2
17351
17352         * AUTHORS
17353         * Makefile.am
17354         * autogen.sh
17355         * configure.ac
17356         * config/mkinstalldirs
17357         * intl/.cvsignore
17358         * intl/ChangeLog
17359         * intl/VERSION
17360         * intl/bindtextdom.c
17361         * intl/config.charset
17362         * intl/dcgettext.c
17363         * intl/dcigettext.c
17364         * intl/dcngettext.c
17365         * intl/dgettext.c
17366         * intl/dngettext.c
17367         * intl/eval-plural.h
17368         * intl/explodename.c
17369         * intl/finddomain.c
17370         * intl/gettext.c
17371         * intl/gettextP.h
17372         * intl/gmo.h
17373         * intl/hash-string.h
17374         * intl/intl-compat.c
17375         * intl/l10nflist.c
17376         * intl/libgnuintl.h.in
17377         * intl/loadinfo.h
17378         * intl/loadmsgcat.c
17379         * intl/localcharset.c
17380         * intl/localcharset.h
17381         * intl/locale.alias
17382         * intl/localealias.c
17383         * intl/localename.c
17384         * intl/log.c
17385         * intl/ngettext.c
17386         * intl/os2compat.c
17387         * intl/os2compat.h
17388         * intl/osdep.c
17389         * intl/plural-exp.c
17390         * intl/plural-exp.h
17391         * intl/plural.c
17392         * intl/plural.y
17393         * intl/ref-add.sin
17394         * intl/ref-del.sin
17395         * intl/relocatable.c
17396         * intl/relocatable.h
17397         * intl/textdomain.c
17398         * m4/Makefile.am
17399         * po/Makefile.in.in
17400         * src/Makefile.am
17401         * src/account.c
17402         * src/action.c
17403         * src/addr_compl.c
17404         * src/addressadd.c
17405         * src/addressbook.c
17406         * src/addrgather.c
17407         * src/addrindex.c
17408         * src/alertpanel.c
17409         * src/browseldap.c
17410         * src/codeconv.c
17411         * src/codeconv.h
17412         * src/compose.c
17413         * src/compose.h
17414         * src/crash.c
17415         * src/editaddress.c
17416         * src/editbook.c
17417         * src/editgroup.c
17418         * src/editjpilot.c
17419         * src/editldap.c
17420         * src/editldap_basedn.c
17421         * src/editvcard.c
17422         * src/exphtmldlg.c
17423         * src/expldifdlg.c
17424         * src/export.c
17425         * src/exporthtml.c
17426         * src/filtering.c
17427         * src/folder.c
17428         * src/folder_item_prefs.c
17429         * src/foldersel.c
17430         * src/folderview.c
17431         * src/grouplistdialog.c
17432         * src/headerview.c
17433         * src/imap.c
17434         * src/imap_gtk.c
17435         * src/import.c
17436         * src/importldif.c
17437         * src/importmutt.c
17438         * src/importpine.c
17439         * src/inc.c
17440         * src/ldif.c
17441         * src/main.c
17442         * src/mainwindow.c
17443         * src/matcher.c
17444         * src/mbox.c
17445         * src/message_search.c
17446         * src/messageview.c
17447         * src/mh.c
17448         * src/mh_gtk.c
17449         * src/mimeview.c
17450         * src/msgcache.c
17451         * src/news.c
17452         * src/news_gtk.c
17453         * src/noticeview.c
17454         * src/partial_download.c
17455         * src/pop.c
17456         * src/prefs_account.c
17457         * src/prefs_actions.c
17458         * src/prefs_common.c
17459         * src/prefs_customheader.c
17460         * src/prefs_display_header.c
17461         * src/prefs_ext_prog.c
17462         * src/prefs_filtering.c
17463         * src/prefs_filtering_action.c
17464         * src/prefs_folder_item.c
17465         * src/prefs_fonts.c
17466         * src/prefs_gtk.c
17467         * src/prefs_matcher.c
17468         * src/prefs_msg_colors.c
17469         * src/prefs_spelling.c
17470         * src/prefs_summary_column.c
17471         * src/prefs_template.c
17472         * src/prefs_themes.c
17473         * src/prefs_toolbar.c
17474         * src/prefs_wrapping.c
17475         * src/privacy.c
17476         * src/procheader.c
17477         * src/procmime.c
17478         * src/procmsg.c
17479         * src/quote_fmt.c
17480         * src/recv.c
17481         * src/send_message.c
17482         * src/setup.c
17483         * src/sourcewindow.c
17484         * src/ssl_manager.c
17485         * src/statusbar.c
17486         * src/summary_search.c
17487         * src/summaryview.c
17488         * src/textview.c
17489         * src/toolbar.c
17490         * src/wizard.c
17491         * src/common/nntp.c
17492         * src/common/plugin.c
17493         * src/common/smtp.c
17494         * src/common/ssl.c
17495         * src/common/ssl_certificate.c
17496         * src/common/string_match.c
17497         * src/common/sylpheed.c
17498         * src/common/template.c
17499         * src/common/utils.c
17500         * src/gtk/about.c
17501         * src/gtk/colorlabel.c
17502         * src/gtk/description_window.c
17503         * src/gtk/filesel.c
17504         * src/gtk/foldersort.c
17505         * src/gtk/gtkaspell.c
17506         * src/gtk/gtkutils.c
17507         * src/gtk/inputdialog.c
17508         * src/gtk/logwindow.c
17509         * src/gtk/menu.c
17510         * src/gtk/pluginwindow.c
17511         * src/gtk/prefswindow.c
17512         * src/gtk/progressdialog.c
17513         * src/gtk/quicksearch.c
17514         * src/gtk/sslcertwindow.c
17515         * src/plugins/clamav/clamav_plugin.c
17516         * src/plugins/clamav/clamav_plugin_gtk.c
17517         * src/plugins/demo/demo.c
17518         * src/plugins/dillo_viewer/dillo_prefs.c
17519         * src/plugins/dillo_viewer/dillo_viewer.c
17520         * src/plugins/image_viewer/plugin.c
17521         * src/plugins/image_viewer/viewer.c
17522         * src/plugins/image_viewer/viewerprefs.c
17523         * src/plugins/mathml_viewer/mathml_viewer.c
17524         * src/plugins/pgpmime/passphrase.c
17525         * src/plugins/pgpmime/plugin.c
17526         * src/plugins/pgpmime/prefs_gpg.c
17527         * src/plugins/pgpmime/select-keys.c
17528         * src/plugins/pgpmime/sgpgme.c
17529         * src/plugins/spamassassin/spamassassin.c
17530         * src/plugins/spamassassin/spamassassin_gtk.c
17531         * src/plugins/trayicon/trayicon.c
17532                 sync with main (revision 104)
17533
17534 2005-02-10 [colin]      1.0.1cvs3.1
17535
17536         * src/mainwindow.c
17537                 Sync with HEAD (fix occasional crasher)
17538
17539 2005-02-10 [colin]      1.0.1cvs2.1
17540
17541         * src/messageview.c
17542                 Synw with HEAD (don't automatically display html)
17543
17544 2005-02-09 [colin]      1.0.1cvs1.3
17545
17546         * src/textview.c
17547         * src/textview.h
17548                 Add contextual menu on emails
17549
17550 2005-02-09 [colin]      1.0.1cvs1.2
17551
17552         * src/codeconv.c
17553                 Fix converting from broken headers and 
17554                 put back the _ in missing places
17555                 (feature broke with cvs24.2 sync, main 
17556                  possibly affected?)
17557
17558 2005-02-09 [colin]      1.0.1cvs1.1
17559
17560         * src/messageview.c
17561         * src/mimeview.c
17562         * src/mimeview.h
17563                 Sync with HEAD (display non text/plain mails with plugin)
17564
17565 2005-02-08 [colin]      1.0.1.1
17566
17567         * ChangeLog.claws
17568         * po/pt_BR.po
17569                 Sync with HEAD
17570         * configure.ac
17571                 Make default configuration directory 
17572                 be .sylpheed-gtk2
17573
17574 2005-02-08 [colin]      1.0.0cvs29.1
17575
17576         * po/de.po
17577         * po/es.po
17578         * po/fr.po
17579         * po/it.po
17580         * po/sk.po
17581         * po/sr.po
17582                 Sync translations with HEAD
17583
17584 2005-02-06 [colin]      1.0.0cvs28.3
17585
17586         * src/compose.c
17587                 Make compose a bit faster - patch by Alfons.
17588
17589 2005-02-06 [colin]      1.0.0cvs28.2
17590
17591         * src/compose.c
17592                 Make pasting via middle-click more reliable
17593
17594 2005-02-05 [paul]       1.0.0cvs28.1
17595
17596         * ChangeLog
17597         * ChangeLog.claws
17598         * ChangeLog.jp
17599         * configure.ac
17600         * src/compose.c
17601                 sync with HEAD
17602                 (fix bug 682 'redirect is broken'
17603
17604 2005-02-05 [torte]      1.0.0cvs27.1
17605
17606         * ChangeLog.claws
17607         * configure.ac
17608         * src/partial_download.c
17609                 Sync with HEAD (fix buf overflow)
17610
17611 2005-02-03 [colin]      1.0.0cvs26.1
17612
17613         * src/common/plugin.c
17614                 Sync with HEAD (avoid plugin mismatches)
17615
17616 2005-02-03 [paul]       1.0.0cvs25.3
17617
17618         * src/folderview.c
17619         * src/headerview.c
17620         * src/summaryview.c
17621         * src/textview.c
17622         * src/gtk/colorlabel.c
17623                 third and final part of initial sync with main-gtk2
17624
17625 2005-02-03 [paul]       1.0.0cvs25.2
17626
17627         * src/jpilot.c
17628                 fix building with jpilot support
17629
17630 2005-02-02 [colin]      1.0.0cvs25.1
17631
17632         * src/messageview.c
17633                 Sync with HEAD (fix dangerous typo)
17634
17635 2005-02-01 [colin]      1.0.0cvs24.3
17636
17637         * src/common/xml.c
17638                 Write file as advertised (UTF-8)
17639
17640 2005-02-01 [paul]       1.0.0cvs24.2
17641
17642         * src/addrbook.c
17643         * src/addrindex.c
17644         * src/alertpanel.h
17645         * src/codeconv.c
17646         * src/codeconv.h
17647         * src/compose.c
17648         * src/export.c
17649         * src/folder_item_prefs.c
17650         * src/html.c
17651         * src/imap.c
17652         * src/import.c
17653         * src/jpilot.c
17654         * src/mainwindow.c
17655         * src/matcher_parser_lex.l
17656         * src/messageview.c
17657         * src/mh.c
17658         * src/prefs_account.c
17659         * src/prefs_actions.c
17660         * src/prefs_common.c
17661         * src/prefs_gtk.c
17662         * src/prefs_gtk.h
17663         * src/prefs_themes.c
17664         * src/procheader.c
17665         * src/procmime.c
17666         * src/sourcewindow.c
17667         * src/statusbar.c
17668         * src/summaryview.c
17669         * src/textview.c
17670         * src/toolbar.c
17671         * src/unmime.c
17672         * src/common/template.c
17673         * src/common/utils.c
17674         * src/common/xml.c
17675         * src/common/xml.h
17676         * src/gtk/gtkaspell.c
17677         * src/plugins/clamav/clamav_plugin.c
17678         * src/plugins/dillo_viewer/dillo_prefs.c
17679         * src/plugins/image_viewer/viewerprefs.c
17680         * src/plugins/pgpmime/passphrase.c
17681         * src/plugins/pgpmime/prefs_gpg.c
17682         * src/plugins/pgpmime/select-keys.c
17683         * src/plugins/spamassassin/spamassassin.c
17684                 second part of initial sync with main-gtk2
17685                 (more to follow)
17686
17687 2005-01-31 [colin]      1.0.0cvs24.1
17688
17689         * src/compose.c
17690                 Sync with HEAD
17691
17692 2005-01-29 [paul]       1.0.0cvs23.2
17693
17694         * src/account.c
17695         * src/action.c
17696         * src/addressadd.c
17697         * src/addressbook.c
17698         * src/alertpanel.c
17699         * src/compose.c
17700         * src/editaddress.c
17701         * src/editbook.c
17702         * src/editgroup.c
17703         * src/editjpilot.c
17704         * src/editldap.c
17705         * src/editldap_basedn.c
17706         * src/editvcard.c
17707         * src/export.c
17708         * src/foldersel.c
17709         * src/grouplistdialog.c
17710         * src/import.c
17711         * src/importldif.c
17712         * src/inc.c
17713         * src/main.c
17714         * src/mainwindow.c
17715         * src/message_search.c
17716         * src/messageview.c
17717         * src/mimeview.c
17718         * src/prefs_actions.c
17719         * src/prefs_common.c
17720         * src/prefs_common.h
17721         * src/prefs_customheader.c
17722         * src/prefs_display_header.c
17723         * src/prefs_filtering.c
17724         * src/prefs_filtering_action.c
17725         * src/prefs_gtk.c
17726         * src/prefs_matcher.c
17727         * src/prefs_summary_column.c
17728         * src/prefs_template.c
17729         * src/sourcewindow.c
17730         * src/summary_search.c
17731         * src/summaryview.c
17732         * src/textview.c
17733         * src/gtk/about.c
17734         * src/gtk/description_window.c
17735         * src/gtk/gtkshruler.c
17736         * src/gtk/gtkutils.c
17737         * src/gtk/gtkutils.h
17738         * src/gtk/inputdialog.c
17739         * src/gtk/logwindow.c
17740         * src/gtk/prefswindow.c
17741         * src/gtk/progressdialog.c
17742         * src/gtk/progressdialog.h
17743                 first part of initial sync with main-gtk2
17744                 (more to follow)
17745
17746 2005-01-28 [colin]      1.0.0cvs23.1
17747
17748         * src/folderview.c
17749                 Sync with HEAD
17750
17751 2005-01-27 [colin]      1.0.0cvs21.1
17752
17753         * src/folder.c
17754         * src/folderview.c
17755                 Sync with HEAD
17756
17757 2005-01-27 [colin]      1.0.0cvs19.1
17758
17759         * src/procmime.c
17760                 Sync with HEAD
17761
17762 2005-01-27 [colin]      1.0.0cvs18.1
17763
17764         * src/messageview.c
17765         * src/summaryview.c
17766         * src/mainwindow.c
17767         * src/compose.c
17768         * src/compose.h
17769         * src/procmsg.c
17770         * src/procmsg.h
17771         * src/toolbar.c
17772                 Sync with HEAD
17773
17774 2005-01-26 [paul]       1.0.0cvs15.2
17775
17776         * src/compose.c
17777                 compose_entries_set(): convert subject and body to
17778                 utf8 if necessary. patch by Felix Eckhofer
17779
17780 2005-01-26 [paul]       1.0.0cvs15.1
17781
17782         * configure.ac
17783         * src/common/template.c
17784                 sync with HEAD (fix memory leak)
17785
17786 2005-01-25 [paul]       1.0.0cvs14.1
17787
17788         * configure.ac
17789         * src/compose.c
17790                 sync with HEAD
17791
17792 2005-01-24 [colin]      1.0.0cvs13.1
17793
17794         * src/summaryview.c
17795                 Sync with HEAD
17796
17797 2005-01-24 [paul]       1.0.0cvs12.1
17798
17799         * configure.ac
17800         * src/messageview.c
17801         * src/mh.c
17802         * src/common/utils.c
17803                 sync with HEAD
17804
17805 2005-01-24 [colin]      1.0.0cvs11.1
17806
17807         * src/procheader.c
17808                 Sync with HEAD
17809
17810 2005-01-24 [colin]      1.0.0cvs10.1
17811
17812         * src/folderview.c
17813                 Sync with HEAD
17814
17815 2005-01-23 [colin]      1.0.0cvs9.1
17816
17817         * src/crash.c
17818                 Sync with HEAD
17819
17820 2005-01-22 [colin]      1.0.0cvs8.1
17821
17822         * src/summaryview.c
17823         * src/gtk/quicksearch.c
17824                 Sync with HEAD
17825
17826 2005-01-21 [colin]      1.0.0cvs7.1
17827
17828         * src/summaryview.c
17829                 Sync with HEAD
17830
17831 2005-01-21 [colin]      1.0.0cvs6.1
17832
17833         * src/summaryview.c
17834                 Sync with HEAD
17835
17836 2005-01-21 [colin]      1.0.0cvs5.1
17837
17838         * src/gtk/quicksearch.c
17839         * src/prefs_common.c
17840         * src/prefs_common.h
17841                 Sync with HEAD (recurse option)
17842
17843 2005-01-21 [colin]      1.0.0cvs4.1
17844
17845         * src/folder.h
17846         * src/folderview.c
17847         * src/folderview.h
17848         * src/summaryview.c
17849         * src/gtk/quicksearch.c
17850         * src/gtk/quicksearch.h
17851                 Sync with HEAD (recursive quicksearch)
17852
17853 2005-01-20 [colin]      1.0.0cvs3.4
17854
17855         * src/ssl_manager.c
17856                 Remove useless code
17857
17858 2005-01-20 [colin]      1.0.0cvs3.3
17859
17860         * src/ssl_manager.c
17861                 Fix leak, thanks to Alfons.
17862
17863 2005-01-20 [colin]      1.0.0cvs3.2
17864
17865         * src/ssl_manager.c
17866                 Port SSL certificate window to GTK2.
17867
17868 2005-01-20 [paul]       1.0.0cvs3.1
17869
17870         * ChangeLog.claws
17871         * configure.ac
17872         * src/addrindex.c
17873         * src/addrindex.h
17874                 sync with HEAD
17875
17876 2005-01-19 [colin]      1.0.0cvs2.2
17877
17878         * src/plugins/trayicon/trayicon.c
17879                 Fix freeze with gtk-2.6, the easy way
17880                 (signal blocking helpless there...)
17881                 Closes bug #668.
17882
17883 2005-01-19 [colin]      1.0.0cvs2.1
17884
17885         * src/mbox.c
17886         * src/mbox.h
17887         * src/mainwindow.c
17888         * src/summaryview.c
17889         * src/summaryview.h
17890                 Sync with HEAD
17891
17892 2005-01-19 [paul]       1.0.0cvs1.1
17893
17894         * configure.ac
17895         * po/de.po
17896         * po/es.po
17897         * po/fr.po
17898         * po/hr.po
17899         * po/it.po
17900         * po/ja.po
17901         * po/ko.po
17902         * po/pt_BR.po
17903         * po/ru.po
17904         * po/sk.po
17905         * po/sr.po
17906                 sync with HEAD (update translations)
17907
17908 2005-01-18 [colin]      1.0.0cvs0.1
17909
17910         * src/foldersel.c
17911                 Specify search column - patch by Alfons
17912
17913 2005-01-18 [colin]      0.9.13cvs36.3
17914
17915         * src/prefs_toolbar.c
17916                 Change Delete to Remove
17917         * src/prefs_fonts.c
17918                 GTK2 version and leak fixes
17919         * src/prefs_actions.c
17920                 Add stock buttons.
17921                 All patches by Alfons
17922
17923 2005-01-17 [colin]      0.9.13cvs36.2
17924
17925         * src/compose.c
17926                 Fix DnD inserting twice. While at it,
17927                 add DnD support for text/plain in the
17928                 body, and add support in the headers.
17929
17930 2005-01-16 [colin]      0.9.13cvs36.1
17931
17932         * ChangeLog
17933         * ChangeLog.jp
17934         * ChangeLog.claws
17935                 Sync with HEAD (nothing applicable)
17936
17937 2005-01-16 [colin]      0.9.13cvs33.2
17938
17939         * src/prefs_toolbar.c
17940                 GTK2ize prefs_toolbar, by Alfons.
17941
17942 2005-01-14 [colin]      0.9.13cvs33.1
17943
17944         * src/html.c
17945         * src/msgcache.c
17946                 Sync with HEAD
17947
17948 2005-01-14 [colin]      0.9.13cvs32.1
17949
17950         * src/html.c
17951         * src/html.h
17952         * src/msgcache.c
17953         * AUTHORS
17954         * tools/calypso_convert.pl
17955                 Sync with HEAD
17956
17957 2005-01-08 [colin]      0.9.13cvs29.2
17958
17959         * src/prefs_filtering_action.c
17960         * src/prefs_filtering.c
17961                 2 more gtk2 patches by Alfons
17962
17963 2005-01-07 [paul]       0.9.13cvs29.1
17964
17965         * ChangeLog
17966         * ChangeLog.claws
17967         * ChangeLog.jp
17968         * configure.ac
17969         * src/pop.c
17970         * src/pop.h
17971                 sync with HEAD
17972
17973 2005-01-07 [colin]      0.9.13cvs28.3
17974
17975         * src/gtk/progressdialog.c
17976         * src/gtk/progressdialog.h
17977         * src/inc.c
17978         * src/send_message.c
17979                 GTK2 for the incorporation dialog. The CList isn't dead
17980                 yet, for a more smooth migration. Patch by Alfons.
17981
17982 2005-01-06 [colin]      0.9.13cvs28.2
17983
17984         * src/prefs_display_header.c
17985                 GTK2 conversion by Alfons
17986         * src/prefs_actions.c
17987         * src/prefs_matcher.c
17988                 Fix 2 leaks - patch by Alfons
17989
17990 2005-01-06 [colin]      0.9.13cvs28.1
17991
17992         * src/prefs_matcher.c
17993                 Sync with HEAD
17994
17995 2005-01-06 [colin]      0.9.13cvs27.4
17996
17997         * src/prefs_matcher.c
17998                 Fix double-free. Patch by Alfons
17999
18000 2005-01-06 [colin]      0.9.13cvs27.3
18001
18002         * src/prefs_matcher.c
18003                 GTK2 widgets + memleak
18004                 Patch by Alfons
18005
18006 2005-01-05 [colin]      0.9.13cvs27.2
18007
18008         * src/account.c
18009         * src/addr_compl.c
18010         * src/foldersel.c
18011         * src/stock_pixmap.c
18012         * src/stock_pixmap.h
18013                 3 more GTK2 patches by Alfons.
18014
18015 2005-01-04 [colin]      0.9.13cvs27.1
18016
18017         * src/folderview.c
18018         * src/imap_gtk.c
18019         * src/news_gtk.c
18020                 Sync with HEAD
18021
18022 2005-01-04 [colin]      0.9.13cvs25.9
18023
18024         * src/compose.c
18025                 Fix Show Ruler menuitem
18026         * src/prefs_template.c
18027                 Convert to GTK2
18028         * src/common/utils.c
18029                 Make auto pointer stuff handles NULLs
18030                 Patches by Alfons.
18031
18032 2005-01-04 [colin]      0.9.13cvs25.8
18033
18034         * src/compose.c
18035                 Move the attachment list to gtk2
18036                 Patch by Alfons.
18037
18038 2005-01-04 [colin]      0.9.13cvs25.7
18039
18040         * src/textview.c
18041                 Make some keys work again
18042                 Patch by SungHyun Nam <namsh@kldp.org>
18043
18044 2005-01-04 [colin]      0.9.13cvs25.6
18045
18046         * src/gtk/gtkshruler.c
18047                 Move the ruler to GTK2
18048                 Patch by Alfons
18049
18050 2005-01-03 [colin]      0.9.13cvs25.5
18051
18052         * src/compose.c
18053                 Fix my broken patch apply 
18054
18055 2005-01-03 [colin]      0.9.13cvs25.4
18056
18057         * src/common/utils.c
18058         * src/common/utils.h
18059         * src/gtk/prefswindow.c
18060                 Move auto pointer stuff to utils.c
18061                 Patch by Alfons again :)
18062
18063 2005-01-03 [colin]      0.9.13cvs25.3
18064
18065         * src/compose.c
18066         * src/prefs_gtk.c
18067         * src/prefs_template.c
18068         * src/textview.c
18069                 Empty text widgets with empty strings, not NULL char
18070                 Patch by SungHyun Nam <namsh@kldp_org>
18071
18072 2005-01-03 [colin]      0.9.13cvs25.2
18073
18074         * src/main.c
18075         * AUTHORS
18076                 Sync with HEAD
18077
18078 2005-01-03 [colin]      0.9.13cvs25.1
18079
18080         * src/pop.c
18081         * src/pop.h
18082                 Sync with HEAD
18083
18084 2005-01-03 [colin]      0.9.13cvs24.3
18085
18086         * src/account.c
18087                 Two patches from Alfons and Alex S Moore:
18088                 fix images, fix return value.
18089
18090 2005-01-01 [colin]      0.9.13cvs24.2
18091
18092         * src/prefs_actions.c
18093                 Fix over-zealous assertion. Patch by Alfons
18094
18095 2005-01-01 [colin]      0.9.13cvs24.1
18096
18097         * src/procmime.c
18098                 Sync with HEAD (leak fix)
18099
18100 2004-12-31 [colin]      0.9.13cvs23.2
18101
18102         * src/prefs_common.c
18103                 GTK2 widgets + stock buttons - patch by Alfons
18104
18105 2004-12-31 [paul]       0.9.13cvs23.1
18106
18107         * configure.ac
18108                 bump up EXTRA_VERSION to match (sync'ed) HEAD
18109         * src/gtk/pluginwindow.c
18110                 use GTK2 widgets and plug memory leaks,
18111                 patches by Alfons
18112
18113 2004-12-30 [colin]      0.9.13cvs22.4
18114
18115         * src/account.c
18116         * src/action.c
18117         * src/export.c
18118         * src/foldersel.c
18119         * src/import.c
18120         * src/message_search.c
18121         * src/prefs_actions.c
18122         * src/prefs_common.c
18123         * src/prefs_customheader.c
18124         * src/prefs_filtering.c
18125         * src/prefs_summary_column.c
18126         * src/summary_search.c
18127         * src/gtk/about.c
18128         * src/gtk/description_window.c
18129         * src/gtk/gtkutils.c
18130         * src/gtk/gtkutils.h
18131         * src/gtk/inputdialog.c
18132         * src/gtk/prefswindow.c
18133                 Use GTK2 stock buttons. Patches by Alfons.
18134
18135 2004-12-30 [colin]      0.9.13cvs22.3
18136
18137         * src/account.c
18138                 Sync with HEAD
18139         * src/prefs_actions.c
18140         * src/prefs_customheader.c
18141         * src/prefs_filtering.c
18142         * src/prefs_msg_colors.c
18143         * src/prefs_summary_column.c
18144         * src/gtk/prefswindow.c
18145                 Use GtkTreeView instead of deprecated 
18146                 widgets. Patches by Alfons.
18147
18148 2004-12-30 [paul]       0.9.13cvs22.2
18149
18150         * src/foldersel.c
18151                 use GTK 2 Tree View
18152                 patch by Alfons, with root folder sorting fix
18153                 by Stephan Sachse
18154
18155 2004-12-30 [paul]       0.9.13cvs22.1
18156
18157         * ChangeLog
18158         * ChangeLog.claws
18159         * ChangeLog.jp
18160         * NEWS
18161         * configure.ac
18162         * src/account.c
18163                 sync with HEAD
18164
18165 2004-12-22 [martin]     0.9.13cvs21.2
18166
18167         * src/action.c
18168                 free the command line after its use
18169
18170 2004-12-18 [paul]       0.9.13cvs21.1
18171
18172         * AUTHORS
18173         * ChangeLog
18174         * ChangeLog.claws
18175         * ChangeLog.jp
18176         * NEWS
18177         * configure.ac
18178         * src/action.c
18179         * src/compose.c
18180         * src/syldap.c
18181                 sync with HEAD
18182
18183 2004-12-17 [martin]     0.9.13cvs17.2
18184
18185         * src/action.c
18186                 convert actions input to locale
18187         * src/inc.c
18188                 convert notification command to locale
18189         * src/plugins/pgpmime/select-keys.c
18190                 convert attributes to utf8
18191
18192 2004-12-14 [colin]      0.9.13cvs17.1
18193
18194         * ChangeLog
18195         * ChangeLog.jp
18196         * ChangeLog.claws
18197         * src/action.c
18198         * src/common/utils.c
18199         * src/gtk/prefswindow.c
18200         * src/gtk/gtkutils.c
18201         * src/gtk/gtkutils.h
18202         * src/plugins/spamassassin/libspamc.c
18203                 Sync with HEAD
18204
18205 2004-12-13 [colin]      0.9.13cvs14.1
18206
18207         * src/quote_fmt_parse.y
18208                 Sync with HEAD
18209
18210 2004-12-10 [colin]      0.9.13cvs12.1
18211
18212         * src/prefs_themes.c
18213         * src/mainwindow.c
18214         * src/messageview.c
18215                 Sync with HEAD
18216
18217 2004-12-09 [colin]      0.9.13cvs10.1
18218
18219         * src/procmime.c
18220                 Sync with HEAD (fix B64 encoding from memory)
18221
18222 2004-12-08 [colin]      0.9.13cvs9.1
18223
18224         * src/gtk/colorlabel.c
18225                 Sync with HEAD
18226
18227 2004-12-08 [paul]       0.9.13cvs8.2
18228
18229         * src/gtk/pluginwindow.c
18230                 fix window resizing oddities
18231
18232 2004-12-08 [colin]      0.9.13cvs8.1
18233
18234         * src/quote_fmt_parse.y
18235                 Sync with HEAD
18236
18237 2004-12-08 [colin]      0.9.13cvs7.1
18238
18239         * src/matcher_parser_parse.y
18240         * src/msgcache.c
18241         * src/prefs_matcher.c
18242         * src/procheader.c
18243         * src/matcher.c
18244         * src/common/defs.h
18245         * po/sr.po
18246                 Sync with HEAD
18247
18248 2004-12-08 [colin]      0.9.13cvs6.1
18249
18250         * src/quote_fmt_parse.y
18251         * src/textview.c
18252                 Sync with HEAD
18253         * src/gtk/prefswindow.c
18254         * src/gtk/pluginwindow.c
18255                 Fix G_CALLBACKS protos (thanks to Alfons)
18256
18257 2004-12-07 [torte]      0.9.13cvs2.2
18258
18259         * src/procmime.c
18260                 [Bug 650] reply button causes crash
18261                 Thanks to David Relson and Christoph
18262
18263 2004-12-07 [colin]      0.9.13cvs2.1
18264
18265         * ChangeLog.claws
18266         * AUTHORS
18267         * po/sk.po
18268         * src/procmime.c
18269         * src/prefs_account.c
18270         * src/common/smtp.c
18271         * src/common/smtp.h
18272                 Sync with HEAD
18273
18274 2004-12-06 [colin]      0.9.12cvs187.1
18275
18276         * ChangeLog.claws
18277         * INSTALL
18278         * Makefile.am
18279         * README.claws
18280         * TODO.claws
18281         * configure.ac
18282         * po/bg.po
18283         * po/cs.po
18284         * po/el.po
18285         * po/en_GB.po
18286         * po/es.po
18287         * po/fr.po
18288         * po/hr.po
18289         * po/hu.po
18290         * po/it.po
18291         * po/ja.po
18292         * po/ko.po
18293         * po/nl.po
18294         * po/pl.po
18295         * po/pt_BR.po
18296         * po/ru.po
18297         * po/sk.po
18298         * po/sr.po
18299         * po/sv.po
18300         * po/zh_CN.po
18301         * po/zh_TW.Big5.po
18302         * src/compose.c
18303         * tools/Makefile.am
18304         * tools/README
18305         * tools/filter_conv.pl
18306         * tools/kdeservicemenu/README
18307         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18308         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18309                 Sync with HEAD
18310
18311 2004-12-04 [colin]      0.9.12cvs183.1
18312
18313         * src/compose.c
18314                 Sync with HEAD (compose window position saving)
18315
18316 2004-12-04 [paul]       0.9.12cvs182.3
18317
18318         * src/messageview.c
18319         * src/mimeview.c
18320         * src/prefs_customheader.c
18321         * src/gtk/quicksearch.c
18322                 replace some forgotten GTK_SIGNAL_FUNCs
18323
18324 2004-12-04 [paul]       0.9.12cvs182.2
18325
18326         * src/Makefile.am
18327                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18328                 committed in error      
18329
18330 2004-12-04 [paul]       0.9.12cvs182.1
18331
18332         * ChangeLog
18333         * ChangeLog.claws
18334         * ChangeLog.jp
18335         * INSTALL
18336         * NEWS
18337         * README
18338         * README.jp
18339         * configure.ac
18340         * doc/manual/ja/Makefile.am
18341         * doc/manual/ja/sylpheed-1.html
18342         * doc/manual/ja/sylpheed-10.html
18343         * doc/manual/ja/sylpheed-11.html
18344         * doc/manual/ja/sylpheed-12.html
18345         * doc/manual/ja/sylpheed-13.html
18346         * doc/manual/ja/sylpheed-14.html
18347         * doc/manual/ja/sylpheed-15.html
18348         * doc/manual/ja/sylpheed-16.html
18349         * doc/manual/ja/sylpheed-17.html
18350         * doc/manual/ja/sylpheed-18.html
18351         * doc/manual/ja/sylpheed-19.html
18352         * doc/manual/ja/sylpheed-2.html
18353         * doc/manual/ja/sylpheed-20.html
18354         * doc/manual/ja/sylpheed-3.html
18355         * doc/manual/ja/sylpheed-4.html
18356         * doc/manual/ja/sylpheed-5.html
18357         * doc/manual/ja/sylpheed-6.html
18358         * doc/manual/ja/sylpheed-7.html
18359         * doc/manual/ja/sylpheed-8.html
18360         * doc/manual/ja/sylpheed-9.html
18361         * doc/manual/ja/sylpheed.html
18362         * doc/manual/ja/sylpheed.sgml
18363         * po/de.po
18364         * src/Makefile.am
18365         * src/compose.c
18366         * src/procmime.c
18367         * src/pixmaps/regular.xpm **REMOVED**
18368         * src/plugins/pgpmime/pgpmime.c
18369         * src/plugins/pgpmime/plugin.c
18370         * src/plugins/pgpmime/prefs_gpg.c
18371                 sync with HEAD
18372
18373 2004-12-03 [paul]       0.9.12cvs180.1
18374
18375         * ChangeLog
18376         * ChangeLog.claws
18377         * ChangeLog.jp
18378         * configure.ac
18379         * src/Makefile.am
18380         * src/pop.c
18381         * src/common/utils.c
18382         * src/common/utils.h
18383         * src/pixmaps/continue.xpm
18384         * src/pixmaps/dir_close.xpm
18385         * src/pixmaps/dir_open.xpm
18386         * src/pixmaps/drafts_close.xpm
18387         * src/pixmaps/drafts_open.xpm
18388         * src/pixmaps/folder.xpm **REMOVED**
18389         * src/pixmaps/group.xpm
18390         * src/pixmaps/unread.xpm
18391                 sync with HEAD
18392
18393 2004-12-02 [colin]      0.9.12cvs179.1
18394
18395         * src/compose.c
18396                 Sync with HEAD (non-duplicated reedition)
18397
18398 2004-12-02 [colin]      0.9.12cvs178.1
18399
18400         * src/compose.c
18401                 Sync with HEAD (linewrap_quote fix)
18402
18403 2004-12-01 [colin]      0.9.12cvs177.3
18404
18405         * src/addrharvest.c
18406                 Replace sizeof with strlen
18407
18408 2004-12-01 [paul]       0.9.12cvs177.2
18409
18410         * src/addrharvest.c
18411                 fix 'harvest addresses'
18412
18413 2004-11-30 [colin]      0.9.12cvs177.1
18414
18415         * src/gtk/prefswindow.c
18416         * src/gtk/pluginwindow.c
18417                 Sync with HEAD
18418
18419 2004-11-29 [colin]      0.9.12cvs176.1
18420
18421         * src/folderview.c
18422                 sync with HEAD (Fix disappearing separators in folderview's popup)
18423
18424 2004-11-29 [colin]      0.9.12cvs175.1
18425
18426         * src/procmime.c
18427                 Sync with head (another format fix)
18428
18429 2004-11-29 [colin]      0.9.12cvs174.1
18430
18431         * src/pop.c
18432                 Sync with HEAD (format string fix)
18433
18434 2004-11-26 [colin]      0.9.12cvs173.1
18435
18436         * src/common/smtp.c
18437         * src/common/smtp.h
18438                 Sync with HEAD
18439
18440 2004-11-24 [colin]      0.9.12cvs172.1
18441
18442         * src/plugins/pgpmime/pgpmime.c
18443                 Sync with HEAD
18444
18445 2004-11-24 [colin]      0.9.12cvs171.1
18446
18447         * src/plugins/pgpmime/pgpmime.c
18448                 Sync with head (gpgmectx leaks)
18449
18450 2004-11-24 [colin]      0.9.12cvs169.1
18451
18452         * src/plugins/pgpmime/plugin.c
18453         * src/plugins/trayicon/Makefile.am
18454         * src/plugins/trayicon/newmarkedmail.xpm
18455         * src/plugins/trayicon/trayicon.c
18456         * src/plugins/trayicon/unreadmarkedmail.xpm
18457                 Sync with HEAD
18458
18459 2004-11-23 [colin]      0.9.12cvs168.1
18460
18461         * src/partial_download.c
18462         * src/partial_download.h
18463         * src/plugins/pgpmime/plugin.c
18464                 Sync with HEAD
18465
18466 2004-11-23 [colin]      0.9.12cvs166.1
18467
18468         * src/Makefile.am
18469         * src/codeconv.c
18470         * src/compose.c
18471         * src/folderview.c
18472         * src/main.c
18473         * src/partial_download.c
18474         * src/partial_download.h
18475         * src/prefs_account.c
18476         * src/prefs_account.h
18477         * src/privacy.c
18478         * src/privacy.h
18479         * src/procmime.c
18480         * src/common/Makefile.am
18481         * src/common/base64.h
18482         * src/common/partial_download.c
18483         * src/common/partial_download.h
18484         * src/gtk/prefswindow.c
18485         * src/gtk/prefswindow.h
18486         * src/plugins/pgpmime/pgpmime.c
18487         * src/plugins/pgpmime/prefs_gpg.c
18488         * src/plugins/pgpmime/prefs_gpg.h
18489         * src/plugins/pgpmime/sgpgme.c
18490         * src/plugins/pgpmime/sgpgme.h
18491                 Sync with HEAD
18492
18493 2004-11-23 [colin]      0.9.12cvs163.1
18494
18495         * src/main.c
18496                 Sync with HEAD (cursor optimization)
18497
18498 2004-11-23 [colin]      0.9.12cvs162.1
18499
18500         * src/prefs_common.c
18501         * src/prefs_themes.c
18502         * src/procmsg.c
18503                 Sync with HEAD
18504
18505 2004-11-23 [colin]      0.9.12cvs158.9
18506
18507         * src/compose.c
18508                 Fix double-free when forwarding
18509         * src/msgcache.c
18510                 Fix leak on error path
18511                 
18512
18513 2004-11-23 [colin]      0.9.12cvs158.8
18514
18515         * src/compose.c
18516                 Fix possible double-free
18517                 Spotted by Alfons
18518
18519 2004-11-23 [colin]      0.9.12cvs158.7
18520
18521         * src/compose.c
18522                 Fix some signal handlers' prototypes
18523                 Spotted by Alfons
18524
18525 2004-11-22 [colin]      0.9.12cvs158.6
18526
18527         * src/compose.c
18528                 Remove unneeded code and duplicated
18529                 wrapping - patch by Alfons
18530
18531 2004-11-22 [colin]      0.9.12cvs158.5
18532
18533         * src/prefs_themes.c
18534                 Fix oversized selector
18535
18536 2004-11-22 [colin]      0.9.12cvs158.4
18537
18538         * src/compose.c
18539                 fix dump_text()
18540                 patch by Alfons
18541
18542 2004-11-19 [colin]      0.9.12cvs158.3
18543
18544         * src/textview.c
18545                 Add a context menu on links (open, copy)
18546
18547 2004-11-18 [paul]       0.9.12cvs158.2
18548
18549         * src/addrgather.c
18550         * src/exphtmldlg.c
18551         * src/expldifdlg.c
18552         * src/mimeview.c
18553         * src/prefs_common.c
18554         * src/plugins/image_viewer/viewer.c
18555         * src/plugins/spamassassin/spamassassin_gtk.c
18556                 replace deprecated gtk_notebook_set_page
18557                 and gtk_notebook_current_page
18558
18559 2004-11-18 [paul]       0.9.12cvs158.1
18560
18561         * configure.ac
18562         * src/compose.c
18563         * src/mainwindow.c
18564         * src/messageview.c
18565         * src/prefs_common.c
18566         * src/common/utils.c
18567         * src/common/utils.h
18568                 sync with HEAD
18569
18570 2004-11-17 [colin]      0.9.12cvs156.1
18571
18572         * src/prefs_account.c
18573         * src/prefs_account.h
18574         * src/procmsg.c
18575                 Sync with HEAD (add pref to store encrypted mails encrypted)
18576
18577 2004-11-17 [paul]       0.9.12cvs155.1
18578
18579         * ChangeLog
18580         * ChangeLog.claws
18581         * ChangeLog.jp
18582         * NEWS
18583         * configure.ac
18584         * src/compose.c
18585         * src/jpilot.c
18586         * src/privacy.c
18587         * src/procmime.c
18588         * src/procmime.h
18589         * src/procmsg.c
18590         * src/toolbar.c
18591         * src/pixmaps/error.xpm
18592                 sync with HEAD
18593
18594 2004-11-17 [colin]      0.9.12cvs151.1
18595
18596         * src/plugins/pgpmime/pgpmime.c
18597                 Sync with HEAD (remove debug printf)
18598
18599 2004-11-17 [colin]      0.9.12cvs150.1
18600
18601         * src/plugins/pgpmime/pgpmime.c
18602                 Sync with HEAD (off-by-one fix)
18603
18604 2004-11-17 [colin]      0.9.12cvs149.1
18605
18606         * src/procmsg.c
18607                 Sync with HEAD (coding style fixes)
18608
18609 2004-11-16 [colin]      0.9.12cvs148.1
18610
18611         * src/procmsg.c
18612                 Sync with head (Fix the fix)
18613
18614 2004-11-16 [colin]      0.9.12cvs147.1
18615
18616         * src/procmsg.c
18617                 Sync with Main (leak fix)
18618
18619 2004-11-16 [colin]      0.9.12cvs146.14
18620
18621         * src/compose.c
18622                 Remove useless chunk of code
18623                 Patch by Alfons
18624
18625 2004-11-15 [colin]      0.9.12cvs146.13
18626
18627         * src/compose.c
18628                 Fix drafting after insertion
18629                 Patch by Alfons
18630
18631 2004-11-15 [colin]      0.9.12cvs146.12
18632
18633         * src/compose.c
18634         * src/prefs_filtering.c
18635         * src/prefs_filtering_action.c
18636         * src/prefs_toolbar.c
18637                 Fix some const-correctness
18638
18639 2004-11-15 [colin]      0.9.12cvs146.11
18640
18641         * src/summaryview.c
18642         * src/prefs_themes.c
18643         * src/messageview.c
18644                 Fix some leaks
18645
18646 2004-11-15 [colin]      0.9.12cvs146.10
18647
18648         * src/codeconv.c
18649                 More unreadable locale fixes
18650
18651 2004-11-14 [colin]      0.9.12cvs146.9
18652
18653         * src/textview.c
18654                 Fix uri_security_check
18655                 Patch by Alfons
18656
18657 2004-11-13 [paul]       0.9.12cvs146.8
18658
18659         * src/folder.c
18660         * src/procmime.c
18661                 fix 2 bugs introduced in last commit
18662
18663 2004-11-13 [paul]       0.9.12cvs146.7
18664
18665         * src/compose.c
18666         * src/exporthtml.c
18667         * src/exportldif.c
18668         * src/folder.c
18669         * src/imap.c
18670         * src/imap_gtk.c
18671         * src/main.c
18672         * src/mainwindow.c
18673         * src/messageview.c
18674         * src/mh_gtk.c
18675         * src/prefs_themes.c
18676         * src/procmime.c
18677         * src/setup.c
18678         * src/summaryview.c
18679                 replace deprecated g_basename
18680
18681 2004-11-13 [paul]       0.9.12cvs146.6
18682
18683         * src/compose.c
18684         * src/imap.c
18685         * src/matcher_parser.h
18686         * src/matcher_parser_parse.y
18687         * src/prefs_filtering.c
18688         * src/prefs_filtering_action.c
18689         * src/prefs_themes.c
18690         * src/prefs_toolbar.c
18691         * src/common/utils.c
18692                 various small fixes/cleanups
18693
18694 2004-11-12 [colin]      0.9.12cvs146.5
18695
18696         * src/textview.c
18697                 Validate event's origin on visibility notify
18698                 Patch by Alfons.
18699
18700 2004-11-12 [paul]       0.9.12cvs146.4
18701
18702         * src/exporthtml.c
18703         * src/exportldif.c
18704         * src/imap.c
18705         * src/mh.c
18706         * src/mimeview.c
18707         * src/prefs_spelling.c
18708         * src/prefs_themes.c
18709                 replace deprecated g_dirname    
18710
18711 2004-11-12 [colin]      0.9.12cvs146.3
18712
18713         * src/textview.c
18714                 Some coding style fixes
18715
18716 2004-11-12 [colin]      0.9.12cvs146.2
18717
18718         * src/codeconv.c
18719                 We want to replace _all_ extended chars in
18720                 conv_unreadable_*, because any string containing
18721                 extended chars not parsing as UTF8 is 
18722                 undisplayed on gtk2.
18723
18724 2004-11-12 [paul]       0.9.12cvs146.1
18725
18726         * ChangeLog
18727         * ChangeLog.claws
18728         * ChangeLog.jp
18729         * NEWS
18730         * configure.ac
18731         * src/account.c
18732         * src/folderview.c
18733         * src/folderview.h
18734         * src/imap.c
18735         * src/imap_gtk.c
18736         * src/inc.c
18737         * src/mainwindow.c
18738         * src/mh_gtk.c
18739         * src/news_gtk.c
18740         * src/pop.c
18741         * src/prefs_account.c
18742         * src/prefs_account.h
18743         * src/prefs_ext_prog.c
18744         * src/procmime.c
18745         * src/procmime.h
18746         * src/procmsg.c
18747         * src/procmsg.h
18748         * src/summary_search.c
18749         * src/summaryview.c
18750         * src/textview.c
18751         * src/common/defs.h
18752         * src/common/utils.c
18753         * src/common/utils.h
18754         * src/gtk/menu.c
18755         * src/gtk/menu.h
18756                 sync with HEAD
18757
18758 2004-11-11 [colin]      0.9.12cvs144.2
18759
18760         * src/textview.c
18761                 Fix URI range selection (patch by Alfons)
18762
18763 2004-11-09 [colin]      0.9.12cvs144.1
18764
18765         * ChangeLog.claws
18766         * src/compose.c
18767         * src/folder.c
18768         * src/folder_item_prefs.c
18769         * src/prefs_account.c
18770         * src/prefs_account.h
18771         * src/plugins/pgpmime/pgpmime.c
18772                 Sync with HEAD
18773
18774 2004-11-08 [colin]      0.9.12cvs143.1
18775
18776         * src/summaryview.c
18777                 Sync with HEAD (optimize quicksearch)
18778
18779 2004-11-08 [colin]      0.9.12cvs142.2
18780
18781         * src/compose.c
18782                 Don't wrap when Edit/Auto wrapping is disabled
18783
18784 2004-11-08 [colin]      0.9.12cvs142.1
18785
18786         * src/textview.c
18787                 Sync with HEAD
18788
18789 2004-11-08 [colin]      0.9.12cvs141.1
18790
18791         * src/textview.c
18792                 Sync with HEAD (fix some mail URIs)
18793
18794 2004-11-08 [colin]      0.9.12cvs140.3
18795
18796         * src/textview.c
18797                 o Use text cursor instead of arrow when
18798                   not on a link
18799                 o Fix handling of contiguous links (as in
18800                   "colin@colino.net" <colin@colino.net>)
18801                   This one unveils a bug in get_email_part()
18802
18803 2004-11-07 [colin]      0.9.12cvs140.2
18804
18805         * src/textview.c
18806                 Fix memleak. Patch by Alfons.
18807
18808 2004-11-06 [colin]      0.9.12cvs140.1
18809
18810         * src/compose.c
18811                 Sync with HEAD (don't ask passphrase
18812                 when drafting)
18813
18814 2004-11-06 [paul]       0.9.12cvs139.2
18815
18816         * AUTHORS
18817         * src/textview.c
18818         * src/textview.h
18819                 textview URI handling. hovering over a 
18820                 link displays it in the status bar,
18821                 and changes the mouse pointer to a hand 
18822                 cursor. a link is activated with a single 
18823                 click. (Modified from the) patch by Jean-Yves 
18824                 Lefort <jylefort@users.sourceforge.net>
18825                 
18826
18827 2004-11-05 [colin]      0.9.12cvs139.1
18828
18829         * src/compose.c
18830         * src/procmime.c
18831                 Sync with HEAD again ^^
18832
18833 2004-11-05 [colin]      0.9.12cvs139.1
18834
18835         * src/compose.c
18836         * src/procmime.c
18837                 Sync with HEAD
18838
18839 2004-11-03 [paul]       0.9.12cvs138.1
18840
18841         * ChangeLog.claws
18842         * configure.ac
18843         * po/POTFILES.in
18844         * src/prefs_ext_prog.c
18845         * src/procmime.c
18846         * tools/kdeservicemenu/README
18847         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18848         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18849                 sync with HEAD
18850
18851 2004-11-01 [christoph]  0.9.12cvs136.2
18852
18853         * src/procmime.c
18854                 convert MIME parameters to UTF-8
18855
18856 2004-10-29 [colin]      0.9.12cvs136.1
18857
18858         * src/common/utils.c
18859                 Sync with HEAD (don't use '=' in mime boundary)
18860
18861 2004-10-29 [paul]       0.9.12cvs135.1
18862
18863         * configure.ac
18864         * doc/src/rfc2231.txt
18865         * src/procmime.c
18866         * src/common/quoted-printable.c
18867         * src/common/utils.c
18868         * src/common/utils.h
18869                 sync with HEAD
18870
18871 2004-10-27 [paul]       0.9.12cvs134.1
18872
18873         * configure.ac
18874         * src/main.c
18875         * src/procmime.c
18876         * src/plugins/pgpmime/pgpmime.c
18877                 sync with HEAD
18878
18879 2004-10-26 [paul]       0.9.12cvs132.3
18880
18881         * src/account.c
18882         * src/addressbook.c
18883         * src/addrgather.c
18884         * src/addrharvest.c
18885         * src/codeconv.c
18886         * src/compose.c
18887         * src/customheader.c
18888         * src/editaddress.c
18889         * src/editgroup.c
18890         * src/enriched.c
18891         * src/expldifdlg.c
18892         * src/exporthtml.c
18893         * src/exportldif.c
18894         * src/folder.c
18895         * src/foldersel.c
18896         * src/folderview.c
18897         * src/grouplistdialog.c
18898         * src/html.c
18899         * src/imap.c
18900         * src/jpilot.c
18901         * src/ldapserver.c
18902         * src/ldif.c
18903         * src/mimeview.c
18904         * src/news.c
18905         * src/news_gtk.c
18906         * src/pop.c
18907         * src/prefs_display_header.c
18908         * src/prefs_gtk.c
18909         * src/prefs_msg_colors.c
18910         * src/prefs_toolbar.c
18911         * src/procheader.c
18912         * src/procmime.c
18913         * src/summaryview.c
18914         * src/textview.c
18915         * src/toolbar.c
18916         * src/vcard.c
18917         * src/common/mgutils.c
18918         * src/common/nntp.c
18919         * src/common/smtp.c
18920         * src/common/template.c
18921         * src/common/utils.c
18922         * src/common/xmlprops.c
18923         * src/plugins/pgpmime/pgpmime.c
18924         * src/plugins/pgpmime/select-keys.c
18925         * src/plugins/pgpmime/sgpgme.c
18926                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18927                 g_string_sprintfa(), gtk_notebook_current_page()
18928
18929 2004-10-26 [colin]      0.9.12cvs132.2
18930
18931         * src/prefs_folder_item.c
18932                 Fix default-account selection
18933
18934 2004-10-21 [colin]      0.9.12cvs133
18935
18936         * src/compose.c
18937                 Sync with HEAD (Remove extra separator in compose's Options)
18938         * src/textview.c
18939                 Set wrapping to char
18940
18941 2004-10-21 [paul]       0.9.12cvs131.2
18942
18943         * src/compose.c
18944         * src/sourcewindow.c
18945                 fix wrapping
18946                 fix window shrinking 
18947
18948 2004-10-21 [colin]      0.9.12cvs131.1
18949
18950         * ChangeLog.claws
18951         * src/compose.c
18952                 Sync with HEAD
18953
18954 2004-10-21 [paul]       0.9.12cvs130.2
18955
18956         * src/prefs_folder_item.c
18957                 sync with HEAD (Apply to subfolders)
18958
18959 2004-10-19 [colin]      0.9.12cvs130.1
18960
18961         * ChangeLog.claws
18962         * src/compose.c
18963         * src/common/utils.c
18964         * src/gtk/menu.c
18965                 Sync with HEAD
18966
18967 2004-10-19 [colin]      0.9.12cvs128.1
18968
18969         * src/addrbook.c
18970         * src/addrcache.c
18971         * src/addressbook.c
18972         * src/codeconv.c
18973         * src/compose.c
18974         * src/customheader.c
18975         * src/editaddress.c
18976         * src/editgroup.c
18977         * src/exporthtml.c
18978         * src/folder.c
18979         * src/folderview.c
18980         * src/imap.c
18981         * src/jpilot.c
18982         * src/main.c
18983         * src/matcher_parser_parse.y
18984         * src/mbox.c
18985         * src/pop.c
18986         * src/prefs_account.c
18987         * src/prefs_gtk.c
18988         * src/prefs_msg_colors.c
18989         * src/procheader.c
18990         * src/procmime.c
18991         * src/procmime.h
18992         * src/procmsg.c
18993         * src/summaryview.c
18994         * src/textview.c
18995         * src/common/base64.c
18996         * src/common/partial_download.c
18997         * src/common/socket.c
18998         * src/common/sylpheed.c
18999         * src/common/utils.c
19000         * src/common/utils.h
19001         * src/gtk/pluginwindow.c
19002         * src/gtk/quicksearch.c
19003         * src/plugins/clamav/clamav_plugin.c
19004         * src/plugins/clamav/clamav_plugin.h
19005         * src/plugins/clamav/clamav_plugin_gtk.c
19006         * src/plugins/pgpmime/passphrase.c
19007         * src/plugins/pgpmime/pgpmime.c
19008         * src/plugins/pgpmime/plugin.c
19009         * src/plugins/pgpmime/prefs_gpg.c
19010         * src/plugins/pgpmime/prefs_gpg.h
19011         * src/plugins/pgpmime/select-keys.c
19012         * src/plugins/pgpmime/sgpgme.c
19013         * src/plugins/spamassassin/libspamc.c
19014         * src/plugins/spamassassin/spamassassin.c
19015         * src/plugins/spamassassin/spamassassin.h
19016         * src/plugins/spamassassin/spamassassin_gtk.c
19017         * src/plugins/trayicon/trayicon.c
19018         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
19019                 Sync with HEAD
19020
19021 2004-10-14 [colin]      0.9.12cvs126.2
19022
19023         * src/codeconv.c
19024         * src/textview.c
19025                 Fix conv_unreadable_locale
19026
19027 2004-10-13 [colin]      0.9.12cvs126.1
19028
19029         * src/compose.c
19030                 Sync with HEAD (don't convert charset for 
19031                 drafted messages, minor cleanup)
19032
19033 2004-10-13 [colin]      0.9.12cvs125.1
19034
19035         * po/POTFILES.in
19036                 Sync with HEAD (POTFILES fix)
19037
19038 2004-10-12 [colin]      0.9.12cvs124.3
19039
19040         * src/compose.c
19041                 Fix encoding bug from latest sync
19042
19043 2004-10-12 [paul]       0.9.12cvs124.2
19044
19045         * src/plugins/pgpmime/prefs_gpg.c
19046         * src/plugins/pgpmime/prefs_gpg.h
19047                 forgotten in last commit        
19048
19049 2004-10-12 [paul]       0.9.12cvs124.1
19050
19051         * ChangeLog.claws
19052         * configure.ac
19053         * m4/spamassassin.m4
19054         * src/Makefile.am
19055         * src/account.c
19056         * src/compose.c
19057         * src/compose.h
19058         * src/crash.c
19059         * src/main.c
19060         * src/mimeview.c
19061         * src/passphrase.c
19062         * src/passphrase.h
19063         * src/prefs_account.c
19064         * src/prefs_account.h
19065         * src/prefs_common.c
19066         * src/privacy.c
19067         * src/privacy.h
19068         * src/procmime.c
19069         * src/procmime.h
19070         * src/procmsg.c
19071         * src/rfc2015.c
19072         * src/rfc2015.h
19073         * src/select-keys.c
19074         * src/select-keys.h
19075         * src/textview.c
19076         * src/common/utils.c
19077         * src/common/utils.h
19078         * src/gtk/about.c
19079         * src/plugins/pgpmime/Makefile.am
19080         * src/plugins/pgpmime/passphrase.c
19081         * src/plugins/pgpmime/passphrase.h
19082         * src/plugins/pgpmime/pgpmime.c
19083         * src/plugins/pgpmime/plugin.c
19084         * src/plugins/pgpmime/select-keys.c
19085         * src/plugins/pgpmime/select-keys.h
19086         * src/plugins/pgpmime/sgpgme.c
19087         * src/plugins/pgpmime/sgpgme.h
19088                 sync with HEAD
19089
19090 2004-10-04 [colin]      0.9.12cvs122.1
19091
19092         * src/mainwindow.c
19093         * src/messageview.c
19094         * src/messageview.h
19095         * src/textview.c
19096                 Sync with HEAD
19097
19098 2004-10-04 [colin]      0.9.12cvs121.1
19099
19100         * src/summaryview.c
19101                 Sync with HEAD
19102
19103 2004-10-04 [paul]       0.9.12cvs120.1
19104
19105         * configure.ac
19106                 sync with HEAD [don't try to build 
19107                 pgpmime plugin when gpgme is disabled]
19108
19109 2004-10-03 [colin]      0.9.12cvs119.3
19110
19111         * src/gtk/gtksctree.c
19112                 Lots of side effects. Put back as before 117.2.
19113         * src/summaryview.c
19114                 Fix bug #602
19115
19116 2004-10-03 [colin]      0.9.12cvs119.2
19117
19118         * src/gtk/gtksctree.c
19119                 Revert 608 fix that doesn't work that good
19120
19121 2004-10-02 [colin]      0.9.12cvs119.1
19122
19123         * src/mainwindow.c
19124         * src/messageview.c
19125         * src/prefs_common.h
19126         * src/procmime.c
19127         * src/procmime.h
19128         * src/textview.c
19129                 Sync with HEAD
19130         * src/gtk/gtksctree.c
19131                 Close bug #608
19132
19133 2004-10-01 [colin]      0.9.12cvs118.1
19134
19135         * src/mimeview.c
19136                 Sync with HEAD (better Save All fix)
19137
19138 2004-10-01 [colin]      0.9.12cvs117.2
19139
19140         * src/gtk/gtksctree.c
19141                 Faster on selection
19142
19143 2004-10-01 [colin]      0.9.12cvs117.1
19144
19145         * src/mimeview.c
19146                 Sync with HEAD (Save All: only attachments)
19147
19148 2004-10-01 [paul]       0.9.12cvs116.1
19149
19150         * ChangeLog.claws
19151         * configure.ac
19152         * src/account.c
19153         * src/prefs_common.c
19154         * src/gtk/colorlabel.c
19155                 sync with HEAD
19156
19157 2004-09-30 [colin]      0.9.12cvs115.1
19158
19159         * src/stock_pixmap.c
19160         * src/stock_pixmap.h
19161         * src/folderview.c
19162         * src/Makefile.am
19163         * src/pixmaps/read.xpm
19164                 Sync with HEAD (new pixmap)
19165
19166 2004-09-29 [colin]      0.9.12cvs114.1
19167
19168         * src/compose.c
19169                 Sync with HEAD
19170                 Fix focus handling in headers
19171
19172 2004-09-29 [paul]       0.9.12cvs113.1
19173
19174         * src/quote_fmt_parse.y
19175                 sync with HEAD
19176  
19177
19178 2004-09-28 [colin]      0.9.12cvs112.1
19179
19180         * src/folderview.c
19181         * src/mainwindow.c
19182                 Sync with HEAD
19183
19184 2004-09-28 [colin]      0.9.12cvs110.1
19185
19186         * src/folderview.c
19187                 Sync with HEAD (Contextual Empty trash menu)
19188
19189 2004-09-28 [colin]      0.9.12cvs108.1
19190
19191         * src/addressbook.c
19192                 Sync with HEAD (addressbook edit on double-click)
19193
19194 2004-09-28 [colin]      0.9.12cvs106.1
19195
19196         * src/inc.c
19197                 Sync with HEAD (folder_item freeze on inc)
19198
19199 2004-09-27 [colin]      0.9.12cvs105.1
19200
19201         * src/folderview.c
19202                 Sync with HEAD (right-align new and unread column)
19203
19204 2004-09-27 [colin]      0.9.12cvs104.1
19205
19206         * src/main.c
19207                 Sync with HEAD (revert 0.9.12cvs101)
19208
19209 2004-09-24 [colin]      0.9.12cvs103.2
19210
19211         * src/wizard.c
19212                 Fix gtk warnings and use domain part of the email address 
19213                 when domain detection fails (no dot in domain name)
19214
19215 2004-09-23 [colin]      0.9.12cvs103.1
19216
19217         * src/plugins/spamassassin/libspamc.c
19218         * src/plugins/spamassassin/libspamc.h
19219         * src/plugins/spamassassin/utils.c
19220         * src/plugins/spamassassin/utils.h
19221                 Sync with HEAD (Update spamassassin to 3.0)
19222
19223 2004-09-21 [colin]      0.9.12cvs102.3
19224
19225         * src/action.c
19226                 Add horizontal scrollbar in action io dialog as needed
19227                 Patch by Alfons.
19228
19229 2004-09-20 [colin]      0.9.12cvs102.2
19230
19231         * src/plugins/image_viewer/viewer.c
19232                 Remove imlib stuff
19233                 use gtk_pixmap_set when clearing
19234                 (would be better to use gtkImages, but causes size-allocate 
19235                 signals storm)
19236
19237 2004-09-17 [paul]       0.9.12cvs102.1
19238
19239         * ChangeLog
19240         * ChangeLog.claws
19241         * ChangeLog.jp
19242         * configure.ac
19243         * src/inc.c
19244                 sync with HEAD
19245
19246
19247 2004-09-17 [colin]      0.9.12cvs101.1
19248
19249         * ChangeLog.claws
19250         * src/main.c
19251                 Sync with HEAD (fix segs at exit)
19252
19253 2004-09-14 [colin]      0.9.12cvs99.5
19254
19255         * src/common/socket.c
19256         * AUTHORS
19257                 Fix send error on 64bit platforms
19258                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19259
19260 2004-09-14 [colin]      0.9.12cvs99.4
19261
19262         * src/action.c
19263                 Fix action output with utf8 
19264                 Patch by Alfons.
19265
19266 2004-09-14 [colin]      0.9.12cvs99.3
19267
19268         * ChangeLog.claws
19269         * src/folder.c
19270                 Sync with HEAD
19271
19272 2004-09-09 [colin]      0.9.12cvs99.2
19273
19274         * src/action.c
19275                 Fix progress bar (displaying "Completed %v/%u")
19276                 Patch by Alfons.
19277
19278 2004-09-08 [colin]      0.9.12cvs99.1
19279
19280         * src/account.c
19281         * src/folder.c
19282         * src/procmsg.c
19283         * src/procmsg.h
19284         * src/plugins/pgpmime/pgpmime.c
19285                 Sync with HEAD
19286
19287 2004-09-08 [colin]      0.9.12cvs97.2
19288
19289         * src/summaryview.c
19290                 Don't select mails in collapsed threads 
19291                 when navigating with up/down
19292
19293 2004-09-07 [colin]      0.9.12cvs97.1
19294
19295         * src/inc.c
19296                 Sync with HEAD (meaningful error messages)
19297
19298 2004-09-06 [colin]      0.9.12cvs96.1
19299
19300         * src/toolbar.c
19301                 Sync with HEAD (fix Redirect graying out)
19302
19303 2004-09-06 [colin]      0.9.12cvs95.1
19304
19305         * src/summaryview.c
19306         * src/mimeview.c
19307                 Sync with HEAD (fix dropped URIs)
19308
19309 2004-09-06 [colin]      0.9.12cvs94.1
19310
19311         * src/addressbook.c
19312         * src/addressitem.h
19313         * src/addritem.c
19314         * src/addritem.h
19315                 Sync with HEAD (addressbook DnD)
19316
19317 2004-09-03 [colin]      0.9.12cvs93.1
19318
19319         * src/summaryview.c
19320                 Sync with HEAD (next/prev unread)
19321
19322 2004-09-03 [colin]      0.9.12cvs92.1
19323
19324         * src/prefs_common.c
19325         * src/prefs_common.h
19326         * src/summaryview.c
19327                 Sync with HEAD ('mark_as_read_delay' pref)
19328
19329 2004-09-02 [colin]      0.9.12cvs91.2
19330
19331         * src/common/xml.c
19332                 Fix leak
19333
19334 2004-09-02 [colin]      0.9.12cvs91.1
19335
19336         * src/gtk/menu.c
19337                 Sync with HEAD (menu accel don't work, but whatever)
19338
19339 2004-09-02 [colin]      0.9.12cvs90.1
19340
19341         * src/account.c
19342                 Sync with HEAD (fix bug 582)
19343
19344 2004-09-02 [colin]      0.9.12cvs89.1
19345
19346         * src/addrindex.c
19347                 Sync with HEAD (free deleted queries)
19348
19349 2004-09-02 [colin]      0.9.12cvs88.1
19350
19351         * src/ldapquery.c
19352                 Sync with HEAD (fix LDAP freezes)
19353
19354 2004-09-02 [colin]      0.9.12cvs87.1
19355
19356         * src/prefs_spelling.c
19357                 Sync with HEAD (add default dictionary)
19358
19359 2004-09-01 [colin]      0.9.12cvs86.1
19360
19361         * src/filtering.c
19362         * src/folderview.c
19363         * src/imap.c
19364         * src/prefs_matcher.c
19365         * src/stock_pixmap.c
19366         * src/summary_search.c
19367         * src/summaryview.c
19368         * src/wizard.c
19369         * src/wizard.h
19370                 Sync with HEAD (uninitialized vars fixes)
19371                 + gtk2 specific warning fixes
19372
19373 2004-08-31 [colin]      0.9.12cvs85.1
19374
19375         * src/folder.c
19376                 Sync with HEAD (Fix memory corruption due to 
19377                 uninitialized var)
19378
19379 2004-08-31 [colin]      0.9.12cvs84.4
19380
19381         * src/summary_search.c
19382                 Fix segfaults when searching in folders with broken headers
19383
19384 2004-08-31 [colin]      0.9.12cvs84.3
19385
19386         * src/compose.c
19387         * src/textview.c
19388                 Fix some more encoding/decoding issues
19389
19390 2004-08-30 [colin]      0.9.12cvs84.2
19391
19392         * src/mimeview.c
19393         * src/prefs_themes.c
19394         * src/gtk/filesel.c
19395         * src/gtk/filesel.h
19396                 Add a folder-mode selection (fixes mimeview's "Save all")
19397
19398 2004-08-29 [colin]      0.9.12cvs84.1
19399
19400         * src/mimeview.c
19401                 Sync with HEAD (don't escape saved filenames)
19402
19403 2004-08-27 [colin]      0.9.12cvs83.1
19404
19405         * ChangeLog
19406         * ChangeLog.claws
19407         * ChangeLog.jp
19408         * src/mh.c
19409         * src/procheader.c
19410         * src/procmsg.c
19411         * src/procmsg.h
19412         * src/common/utils.c
19413         * src/gtk/menu.h
19414         * po/
19415                 Sync with HEAD 0.9.12cvs83 (sync with main)
19416
19417 2004-08-26 [colin]      0.9.12cvs82.4
19418
19419         * src/codeconv.c
19420                 Fix strange stack corruption
19421                 Convert to utf8 after unmime, not before
19422
19423 2004-08-26 [colin]      0.9.12cvs82.3
19424
19425         * src/main.c
19426         * src/wizard.c
19427                 Fix account folders duplication
19428
19429 2004-08-25 [colin]      0.9.12cvs82.2
19430
19431         * src/wizard.c
19432                 Remove ports
19433                 Add SSL selection
19434                 Use login@server as account name
19435
19436 2004-08-25 [colin]      0.9.12cvs82.1
19437
19438         * src/plugins/pgpmime/pgpmime.c
19439                 Sync with HEAD (leak fix).
19440
19441 2004-08-25 [colin]      0.9.12cvs81.1
19442
19443         * src/plugins/pgpmime/pgpmime.c
19444         * src/plugins/pgpmime/sgpgme.c
19445         * src/plugins/pgpmime/sgpgme.h
19446                 Sync with HEAD (Handle combined messages).
19447
19448 2004-08-24 [colin]      0.9.12cvs80.3
19449
19450         * src/wizard.c
19451                 Fix full name, ports, and imap
19452
19453 2004-08-24 [colin]      0.9.12cvs80.2
19454
19455         * src/Makefile.am
19456         * src/main.c
19457         * src/setup.c
19458         * src/setup.h
19459         * src/stock_pixmap.c
19460         * src/stock_pixmap.h
19461         * src/wizard.c ** ADDED **
19462         * src/wizard.h ** ADDED ** 
19463         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19464                 Add a setup wizard 
19465
19466 2004-08-24 [colin]      0.9.12cvs80.1
19467
19468         * src/folder.c
19469                 Sync with HEAD (set mimeflags on all messages)
19470
19471 2004-08-24 [colin]      0.9.12cvs79.3
19472
19473         * src/matcher_parser_lex.l
19474                 Fix 8bits strings not in utf8
19475
19476 2004-08-24 [colin]      0.9.12cvs79.2
19477
19478         * src/compose.c
19479                 Check conversion result before replacing buffer
19480
19481 2004-08-23 [colin]      0.9.12cvs79.1
19482
19483         * src/compose.c
19484                 Sync with HEAD (create message header in memory)
19485
19486 2004-08-23 [colin]      0.9.12cvs78.1
19487
19488         * src/rfc2015.c
19489         * src/rfc2015.h
19490                 Sync with HEAD (fix bug 197 again)
19491
19492 2004-08-23 [colin]      0.9.12cvs77.3
19493
19494         * src/compose.c
19495                 Fix again inline gpg signing (which outputs utf8
19496                 in gtk2). Not syncing this fix to HEAD as this 
19497                 code is meant to die.
19498
19499 2004-08-23 [colin]      0.9.12cvs77.2
19500
19501         * src/prefs_account.h
19502                 Remove useless include
19503
19504 2004-08-23 [colin]      0.9.12cvs77.1
19505
19506         * src/imap.c
19507         * po/es.po
19508         * po/fr.po
19509         * po/it.po
19510         * po/pl.po
19511         * po/pt_BR.po
19512         * po/sk.po
19513         * po/sr.po
19514                 Sync with HEAD (fix bug 577)
19515
19516 2004-08-22 [colin]      0.9.12cvs76.1
19517
19518         * src/plugins/trayicon/trayicon.c
19519                 Sync with HEAD (fix formatting bug)
19520
19521 2004-08-21 [colin]      0.9.12cvs74.2
19522
19523         * src/gtk/colorsel.c
19524                 Fix bug 564 (Folder color selection window exits on any
19525                 keypress)
19526
19527 2004-08-21 [colin]      0.9.12cvs74.1
19528
19529         * ChangeLog.claws
19530         * src/compose.c
19531         * src/summaryview.c
19532         * src/toolbar.c
19533                 Sync with HEAD (fix bug 576)
19534
19535 2004-08-21 [colin]      0.9.12cvs70.1
19536
19537         * src/compose.c
19538         * src/mainwindow.c
19539                 Sync with HEAD
19540                 
19541
19542 2004-08-21 [paul]       0.9.12cvs66.4
19543
19544         * src/mainwindow.c
19545         * src/messageview.c
19546         * src/gtk/menu.c
19547         * src/plugins/spamassassin/spamassassin_gtk.c
19548                 remove some deprecated gtk1 functions
19549
19550
19551 2004-08-21 [colin]      0.9.12cvs66.3
19552
19553         * src/compose.c
19554         * src/codeconv.c
19555                 Fix warnings
19556                 Remove encoding hacks
19557                 Fix bug 575 (Strange character messes up message)
19558                 Don't display conversion error when drafting
19559
19560 2004-08-21 [paul]       0.9.12cvs66.2
19561
19562         * src/prefs_account.c
19563                 fix GnuPG mode bugs
19564
19565
19566 2004-08-20 [colin]      0.9.12cvs66.1
19567
19568         * src/codeconv.c
19569                 Sync with HEAD 0.9.12cvs66
19570
19571 2004-08-20 [paul]
19572
19573         * src/plugins/pgpmime/plugin.c
19574                 modify PGP/MIME plugin's description
19575
19576 2004-08-17 [colin]      0.9.12cvs65.1
19577
19578         * src/common/ssl.c
19579         * src/plugins/pgpmime/plugin.c
19580                 Sync with HEAD
19581
19582 2004-08-14 [colin]      0.9.12cvs60.3
19583
19584         * src/plugins/trayicon/trayicon.c
19585                 Put back resize callback, on size-request signal
19586                 rather than size-allocate to avoid infinite 
19587                 callback loop
19588
19589 2004-08-13 [colin]      0.9.12cvs60.2
19590
19591         * src/common/defs.h
19592                 Cache versions have been fixed
19593
19594 2004-08-13 [colin]      0.9.12cvs60.1
19595
19596         * src/folderutils.c
19597                 Sync with HEAD
19598
19599 2004-08-12 [colin]      0.9.12cvs59.1
19600
19601         * src/plugins/trayicon/trayicon.c
19602                 Sync with HEAD
19603
19604 2004-08-12 [colin]      0.9.12cvs57.5
19605
19606         * sylpheed.desktop
19607         * configure.ac
19608         * src/Makefile.am
19609         * src/main.c
19610                 Add support for Freedesktop.org's startup notification
19611
19612 2004-08-11 [colin]      0.9.12cvs57.4
19613
19614         * src/textview.c
19615                 Fix off-by-one
19616
19617 2004-08-11 [colin]      0.9.12cvs57.3
19618
19619         * src/message_search.c
19620         * src/summary_search.c
19621                 Make searches case insensitive by default
19622         * src/textview.c
19623                 Fix case-insensitive search in message
19624
19625 2004-08-11 [colin]      0.9.12cvs57.2
19626
19627         * src/summary_search.c
19628                 Let case-sensitive be specified
19629
19630 2004-08-10 [colin]      0.9.12cvs55.4
19631
19632         * src/common/socket.c
19633                 Fix the possible race condition
19634
19635 2004-08-09 [paul]       0.9.12cvs55.3
19636
19637         * configure.ac
19638         * src/Makefile.am
19639         * src/common/Makefile.am
19640                 sync with HEAD
19641
19642
19643 2004-08-09 [paul]       0.9.12cvs55.2
19644
19645         * autogen.sh
19646         * po/poconv.sh
19647                 remove unneeded script
19648
19649         * configure.ac
19650                 add forgotten USE_LDAP_TLS (sync with HEAD)
19651
19652
19653 2004-08-09 [colin]      0.9.12cvs55.1
19654
19655         * src/main.c
19656         * src/common/ssl.c
19657         * src/common/sylpheed.c
19658         * src/common/sylpheed.h
19659                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19660
19661 2004-08-09 [paul]       0.9.12cvs54.1
19662
19663         * ChangeLog
19664         * ChangeLog.claws
19665         * ChangeLog.jp
19666         * configure.ac
19667         * po/POTFILES.in
19668         * src/Makefile.am
19669         * src/folderutils.c
19670         * src/main.c
19671         * src/pgpmime.c
19672         * src/pgpmime.h
19673         * src/sgpgme.c
19674         * src/sgpgme.h
19675         * src/plugins/Makefile.am
19676         * src/plugins/pgpmime/.cvsignore
19677         * src/plugins/pgpmime/Makefile.am
19678         * src/plugins/pgpmime/pgpmime.c
19679         * src/plugins/pgpmime/pgpmime.h
19680         * src/plugins/pgpmime/plugin.c
19681         * src/plugins/pgpmime/sgpgme.c
19682         * src/plugins/pgpmime/sgpgme.h
19683                 sync with HEAD
19684
19685 2004-08-08 [paul]       0.9.12cvs51.1
19686
19687         * configure.ac
19688         * src/folder.c
19689                 sync with HEAD
19690
19691 2004-08-07 [colin]      0.9.12cvs50.1
19692
19693         * src/pop.c
19694         * src/common/partial_download.c
19695                 fix warnings (sync from HEAD)
19696
19697 2004-08-07 [colin]      0.9.12cvs48.1
19698
19699         * src/prefs_folder_item.c
19700                 sync with HEAD 0.9.12cvs48
19701
19702 2004-08-06 [colin]      0.9.12cvs47.1
19703
19704         * src/compose.c
19705                 Sync with HEAD
19706
19707 2004-08-06 [christoph]  0.9.12cvs46.2
19708
19709         * src/main.c
19710         * src/plugins/clamav/clamav_plugin_gtk.c
19711         * src/plugins/dillo_viewer/dillo_viewer.c
19712         * src/plugins/image_viewer/plugin.c
19713         * src/plugins/mathml_viewer/mathml_viewer.c
19714         * src/plugins/spamassassin/spamassassin_gtk.c
19715         * src/plugins/trayicon/trayicon.c
19716                 don't mix GTK1.2 plugin with GTK2 plugins
19717
19718 2004-08-06 [colin]      0.9.12cvs46.1
19719
19720         * ChangeLog
19721         * ChangeLog.claws
19722         * ChangeLog.jp
19723         * configure.ac
19724         * sylpheed-claws.pc.in
19725         * src/folder.c
19726         * src/imap.c
19727         * src/localfolder.c
19728         * src/messageview.c
19729         * src/mimeview.c
19730         * src/mimeview.h
19731         * src/msgcache.c
19732         * src/news.c
19733         * src/prefs_ext_prog.c
19734         * src/prefs_folder_item.c
19735         * src/prefs_fonts.c
19736         * src/prefs_msg_colors.c
19737         * src/prefs_spelling.c
19738         * src/prefs_themes.c
19739         * src/prefs_toolbar.c
19740         * src/prefs_wrapping.c
19741         * src/procmime.h
19742         * src/common/defs.h
19743         * src/common/nntp.c
19744         * src/common/session.c
19745         * src/common/session.h
19746         * src/common/socket.c
19747         * src/common/utils.h
19748         * src/common/xml.c
19749         * src/common/xml.h
19750         * src/gtk/prefswindow.c
19751         * src/gtk/prefswindow.h
19752         * src/plugins/clamav/clamav_plugin_gtk.c
19753         * src/plugins/dillo_viewer/dillo_prefs.c
19754         * src/plugins/image_viewer/viewerprefs.c
19755         * src/plugins/spamassassin/spamassassin_gtk.c
19756         * m4/openssl.m4 *** REMOVED ***
19757                 Sync with HEAD 0.9.12cvs46
19758
19759 2004-08-03 [paul]       0.9.12cvs40.2
19760
19761         * src/action.c
19762         * src/addressadd.c
19763         * src/addressbook.c
19764         * src/addrgather.c
19765         * src/browseldap.c
19766         * src/compose.c
19767         * src/crash.c
19768         * src/editaddress.c
19769         * src/editgroup.c
19770         * src/editldap_basedn.c
19771         * src/foldersel.c
19772         * src/importldif.c
19773         * src/mimeview.c
19774         * src/prefs_common.c
19775         * src/prefs_template.c
19776         * src/sourcewindow.c
19777         * src/summaryview.c
19778         * src/gtk/about.c
19779         * src/gtk/foldersort.c
19780         * src/gtk/logwindow.c
19781         * src/gtk/pluginwindow.c
19782         * src/gtk/prefswindow.c
19783                 change all gtk_scrolled_window_set_policy from 
19784                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19785
19786 2004-08-02 [paul]       0.9.12cvs40.1
19787
19788         * AUTHORS
19789                 update translation team section
19790         * po/pt_BR.po
19791                 updated by Frederico Goncalves Guimaraes
19792                 <fggdebian@yahoo.com.br>
19793
19794 2004-07-31 [colin]      0.9.12cvs39.9
19795
19796         * src/exphtmldlg.c
19797                 Fix compilation
19798
19799 2004-07-31 [colin]      0.9.12cvs39.8
19800
19801         * src/exphtmldlg.c
19802                 Fix an alertpanel type
19803
19804 2004-07-30 [colin]      0.9.12cvs39.7
19805
19806         * src/alertpanel.c
19807                 Fix alertpanel_error_log's icon
19808
19809 2004-07-30 [colin]      0.9.12cvs39.6
19810
19811         * src/pop.c
19812                 Two of them should still be warnings
19813
19814 2004-07-30 [colin]      0.9.12cvs39.5
19815
19816         * src/pop.c
19817                 More warning -> error
19818 2004-07-29 [colin]      0.9.12cvs39.4
19819
19820         * src/pop.c
19821                 Warning -> error
19822
19823 2004-07-29 [colin]      0.9.12cvs39.3
19824
19825         * src/prefs_matcher.c
19826                 Fix segfault
19827
19828 2004-07-29 [colin]      0.9.12cvs39.2
19829
19830         * src/alertpanel.c
19831                 More nice-looking alertpanels
19832
19833 2004-07-29 [colin]      0.9.12cvs39.1
19834
19835         * src/messageview.c
19836                 sync with head
19837                 (inform user when partial mail is deleted on server)
19838
19839 2004-07-29 [colin]      0.9.12cvs38.1
19840
19841         * src/messageview.c
19842                 sync with head
19843
19844 2004-07-28 [paul]       0.9.12cvs37.7
19845
19846         * src/mainwindow.c
19847                 complete the replacement of deprecated gtk_progress_*
19848
19849 2004-07-28 [paul]       0.9.12cvs37.6
19850
19851         * src/action.c
19852         * src/inc.c
19853         * src/mainwindow.c
19854         * src/send_message.c
19855         * src/gtk/progressdialog.c
19856         * src/gtk/progressdialog.h
19857                 replace deprecated gtk_progress_*
19858
19859 2004-07-28 [paul]       0.9.12cvs37.5
19860
19861         * src/gtk/filesel.c
19862                 remove gtk_window_set_wmclass()
19863 2004-07-28 [paul]       0.9.12cvs37.4
19864
19865         * src/addressbook.c
19866         * src/compose.c
19867         * src/foldersel.c
19868         * src/mainwindow.c
19869         * src/messageview.c
19870         * src/sourcewindow.c
19871         * src/gtk/logwindow.c
19872                 remove gtk_window_set_wmclass()
19873                 
19874         * src/prefs_filtering.c
19875         * src/prefs_filtering_action.c
19876         * src/prefs_fonts.c
19877         * src/prefs_gtk.c
19878         * src/prefs_matcher.c
19879         * src/ssl_manager.c
19880         * src/gtk/prefswindow.c
19881                 replace gtk_window_position()
19882
19883 2004-07-28 [colin]      0.9.12cvs37.3
19884
19885         * src/alertpanel.c
19886         * src/alertpanel.h
19887                 Add a way to specify panel type for specific
19888                 panels (alertpanel())
19889         * src/account.c
19890         * src/addressbook.c
19891         * src/compose.c
19892         * src/expldifdlg.c
19893         * src/main.c
19894         * src/messageview.c
19895         * src/summaryview.c
19896         * src/textview.c
19897         * src/gtk/sslcertwindow.c
19898                 Fix alertpanel()s so that their icon match
19899                 their real type
19900
19901 2004-07-28 [paul]       0.9.12cvs37.2
19902
19903         * src/addr_compl.c
19904         * src/addressbook.c
19905         * src/alertpanel.c
19906         * src/compose.c
19907         * src/export.c
19908         * src/foldersel.c
19909         * src/folderview.c
19910         * src/grouplistdialog.c
19911         * src/import.c
19912         * src/mainwindow.c
19913         * src/message_search.c
19914         * src/messageview.c
19915         * src/passphrase.c
19916         * src/prefs_actions.c
19917         * src/prefs_common.c
19918         * src/prefs_customheader.c
19919         * src/prefs_display_header.c
19920         * src/prefs_filtering.c
19921         * src/prefs_filtering_action.c
19922         * src/prefs_gtk.c
19923         * src/prefs_matcher.c
19924         * src/prefs_msg_colors.c
19925         * src/prefs_summary_column.c
19926         * src/prefs_template.c
19927         * src/sourcewindow.c
19928         * src/ssl_manager.c
19929         * src/summary_search.c
19930         * src/gtk/colorsel.c
19931         * src/gtk/description_window.c
19932         * src/gtk/gtkaspell.c
19933         * src/gtk/inputdialog.c
19934         * src/gtk/logwindow.c
19935         * src/gtk/prefswindow.c
19936         * src/gtk/progressdialog.c
19937                 replace deprecated gtk_window_set_policy
19938
19939 2004-07-27 [colin]      0.9.12cvs37.1
19940
19941         * src/msgcache.c
19942                 More fixes (synced for head again)
19943
19944 2004-07-27 [colin]      0.9.12cvs35.3
19945
19946         * src/msgcache.c
19947                 Fix wrong test
19948
19949 2004-07-27 [colin]      0.9.12cvs35.2
19950
19951         * src/mimeview.c
19952                 Fix width a bit (by Paul)
19953         * src/alertpanel.c
19954         * src/alertpanel.h
19955                 Specialize icons, make alertpanel_message()
19956                 private
19957         * src/message_search.c
19958         * src/sgpgme.c
19959         * src/summary_search.c
19960                 Suit alertpanel changes
19961
19962 2004-07-27 [colin]      0.9.12cvs35.1
19963
19964         * src/alertpanel.c
19965                 Add an icon
19966         * src/passphrase.c
19967                 Add debug output - maybe someone will
19968                 want to look at the problem with Grab
19969                 Input :)
19970         Bump version as we're synced with HEAD
19971
19972 2004-07-26 [colin]      0.9.12cvs33.26
19973
19974         * src/pop.c
19975                 Fix uidl-file parsing when not in new
19976                 format
19977
19978 2004-07-26 [colin]      0.9.12cvs33.25
19979
19980         * src/gtk/menu.c
19981                 Move popup menu up if necessary (fixes 
19982                 account selector)
19983         * src/mainwindow.c
19984                 Set account selector's button height to
19985                 minimum
19986
19987 2004-07-26 [colin]      0.9.12cvs33.24
19988
19989         * src/alertpanel.c
19990                 Maybe fix 551 (Truncated font in alert window)
19991
19992 2004-07-26 [colin]      0.9.12cvs33.23
19993
19994         * po/de.po
19995         * po/es.po
19996         * po/fr.po
19997         * po/it.po
19998         * po/ja.po
19999         * po/pl.po
20000         * po/ru.po
20001         * po/sk.po
20002         * po/sr.po
20003         * po/zh_CN.po
20004                 Sync po files with HEAD
20005
20006 2004-07-26 [paul]       0.9.12cvs33.22
20007
20008         * src/compose.c
20009                 fix Bug 556 'Organisation-header is sent even if empty'
20010
20011 2004-07-24 [colin]      0.9.12cvs33.21
20012
20013         * src/compose.c
20014         * src/gtk/gtkaspell.c
20015         * src/gtk/gtkaspell.h
20016                 Fix speller accelerators (require hack)
20017
20018 2004-07-24 [colin]      0.9.12cvs33.20
20019
20020         * src/gtk/gtkaspell.c
20021                 Fix over-eager code deletion breaking
20022                 Check while typing
20023
20024 2004-07-24 [colin]      0.9.12cvs33.19
20025
20026         * src/browseldap.c
20027         * src/ldapctrl.c
20028         * src/ldapctrl.h
20029         * src/ldapserver.h
20030                 Sync ldap with HEAD
20031         (Fixes 546 LDAP completely broken)
20032
20033 2004-07-24 [colin]      0.9.12cvs33.18
20034
20035         * src/prefs_msg_colors.c
20036                 Fix prototype mismatch
20037         (Fixes 547 void function cannot return value)
20038
20039 2004-07-24 [colin]      0.9.12cvs33.17
20040
20041         * src/mainwindow.c
20042                 Fix sort going back to previous sort key
20043                 when changing sort direction
20044
20045 2004-07-24 [colin]      0.9.12cvs33.16
20046
20047         * src/compose.c
20048                 Fix space insertion when re-wrapping at 
20049                 cursor point
20050
20051 2004-07-24 [colin]      0.9.12cvs33.15
20052
20053         * src/gtk/gtkaspell.c
20054                 Don't change cursor position in insert-text
20055                 callback
20056         (Fixes 539 Word wrapping on input transposes letters)
20057
20058 2004-07-24 [colin]      0.9.12cvs33.14
20059
20060         * src/gtk/gtkaspell.c
20061                 Reencode non-ascii chars to dictionary's
20062                 encoding
20063         (Fixes 544 Spell check broken non english locale)
20064
20065 2004-07-24 [colin]      0.9.12cvs33.13
20066
20067         * src/summaryview.c
20068                 Fix Shift+Down, add Home/End/PgUp/PgDown
20069
20070 2004-07-21 [colin]      0.9.12cvs33.12
20071
20072         * src/prefs_common.c
20073                 Fix a gtk warning (Patch by Andrej Kacian)
20074
20075 2004-07-21 [colin]      0.9.12cvs33.11
20076
20077         * src/gtk/filesel.c
20078                 More check
20079
20080 2004-07-21 [colin]      0.9.12cvs33.10
20081
20082         * src/compose.c
20083         * src/crash.c
20084         * src/export.c
20085         * src/import.c
20086         * src/messageview.c
20087         * src/mimeview.c
20088         * src/prefs_spelling.c
20089         * src/prefs_themes.c
20090         * src/summaryview.c
20091         * src/gtk/filesel.c
20092         * src/gtk/filesel.h
20093         * src/gtk/pluginwindow.c
20094                 Untwist open/save mode guessing logic, make
20095                 it explicit
20096
20097 2004-07-20 [colin]      0.9.12cvs33.9
20098
20099         * src/codeconv.c
20100                 conv_encode_header: src_charset is UTF-8 on
20101                 gtk2
20102         * src/compose.c
20103                 Remove double encoding of the headers
20104
20105 2004-07-20 [colin]      0.9.12cvs33.8
20106
20107         * src/codeconv.c
20108                 Fix typo
20109
20110 2004-07-20 [colin]      0.9.12cvs33.7
20111
20112         * src/mainwindow.c
20113                 Set the separated messageview to the saved
20114                 size of Claws' messageview (Patch by Alfons)
20115                 Fix a callback prototype (me)
20116
20117 2004-07-20 [colin]      0.9.12cvs33.6
20118
20119         * src/codeconv.h
20120                 Forgot one hunk in 0.9.12cvs33.4
20121
20122 2004-07-19 [colin]      0.9.12cvs33.5
20123
20124         * src/action.c
20125                 Action output fix
20126                 Patch by Alfons
20127
20128 2004-07-19 [colin]      0.9.12cvs33.4
20129
20130         * src/compose.c
20131                 Fix outgoing charset bug in headers
20132         * src/codeconv.c
20133                 Clean for glib2 - Patch by Alfons
20134
20135 2004-07-19 [colin]      0.9.12cvs33.3
20136
20137         * src/statusbar.c
20138                 Remove grip from the statusbar
20139                 Patch by Alfons
20140
20141 2004-07-19 [colin]      0.9.12cvs33.2
20142
20143         * src/messageview.c
20144         * src/textview.c
20145                 Fix messageview remembering the previous
20146                 scroll position when loading a new message
20147                 Patch by Alfons
20148
20149 2004-07-19 [colin]      0.9.12cvs33.1
20150
20151         * src/folder.h
20152         * src/folderview.c
20153         * src/summaryview.c
20154                 Sync with HEAD
20155
20156 2004-07-18 [colin]      0.9.12cvs32.7
20157
20158         * configure.ac
20159                 Remove useless check for XIM - noticed
20160                 by Alfons
20161
20162 2004-07-18 [colin]      0.9.12cvs32.6
20163
20164         * src/summaryview.c
20165                 Remove non-modified and shift-modified
20166                 accelerators in summaryview's popup
20167                 menu, as that doesn't get catched by
20168                 the accel-activate signal catcher...
20169
20170 2004-07-18 [colin]      0.9.12cvs32.5
20171
20172         * src/prefs_common.c
20173                 Define sensible default prefs for 
20174                 wrapping
20175
20176 2004-07-18 [colin]      0.9.12cvs32.4
20177
20178         * src/compose.c
20179         * src/prefs_common.c
20180         * src/prefs_common.h
20181         * src/prefs_wrapping.c
20182                 Remove Smart Wrapping pref, which does
20183                 nothing on gtk2 branch
20184
20185 2004-07-18 [colin]      0.9.12cvs32.3
20186
20187         * src/sourcewindow.c
20188                 Proper utf8
20189
20190 2004-07-18 [colin]      0.9.12cvs32.2
20191
20192         * src/compose.c
20193                 Save attachment status when drafting
20194
20195 2004-07-18 [colin]      0.9.12cvs32.1
20196
20197         * src/gtk/filesel.c
20198                 Fix erratic folder selection in open mode
20199
20200 2004-07-18 [colin]      0.9.12cvs31.11
20201
20202         * src/pop.c
20203                 Don't let partial messages get deleted
20204                 even with "dowload all"
20205                 (0.9.12cvs31.8 fix extension)
20206 2004-07-18 [colin]      0.9.12cvs31.10
20207
20208         * src/gtk/logwindow.c
20209                 Fix log scrolling
20210
20211 2004-07-18 [colin]      0.9.12cvs31.9
20212
20213         * src/common/utils.c
20214                 Fix non-utf8 strings coming from commands
20215                 and files
20216
20217 2004-07-18 [colin]      0.9.12cvs31.8
20218
20219         * src/pop.c
20220                 Fix partial download bug with Download all
20221                 messages option
20222
20223 2004-07-18 [colin]      0.9.12cvs31.7
20224
20225         * src/textview.c
20226                 Fix bug introduced in 0.9.12cvs31.2
20227                 (blocked in select mode after double click)
20228
20229 2004-07-18 [colin]      0.9.12cvs31.6
20230
20231         * src/compose.c
20232         * src/gtk/menu.c
20233                 More glib-warning fixes
20234
20235 2004-07-18 [colin]      0.9.12cvs31.5
20236
20237         * src/compose.c
20238                 Fix trashing the primary clipboard when moving 
20239                 around with tab
20240         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20241
20242 2004-07-18 [colin]      0.9.12cvs31.4
20243
20244         * src/codeconv.c
20245                 convert unencoded iso headers to utf8
20246         (Fix Bug 538 Unencoded local characters in subject make it 
20247          disappear)
20248
20249 2004-07-18 [colin]      0.9.12cvs31.3
20250
20251         * src/compose.c
20252                 Fix tab char handling in wrapping
20253         (Fix Bug 537 Line wrap problem - TAB character treated as 
20254          one character instead of 8)
20255
20256 2004-07-18 [colin]      0.9.12cvs31.2
20257
20258         * src/textview.c
20259                 return FALSE on GDK_MOTION_NOTIFY
20260         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20261          (unable to highlight))
20262
20263 2004-07-18 [colin]      0.9.12cvs31.1
20264
20265         * src/folderview.c
20266                 Sync with 0.9.12cvs31
20267
20268 2004-07-18 [colin]      0.9.12cvs30.4
20269
20270         * src/compose.c
20271                 Also block text_inserted when inserting a file
20272
20273 2004-07-18 [colin]      0.9.12cvs30.3
20274
20275         * src/compose.c
20276                 Fix smart wrapping (block text_inserted handler
20277                 while putting quotation to avoid wrap on input,
20278                 don't join lines if next is sig separator)
20279
20280 2004-07-17 [colin]      0.9.12cvs30.2
20281
20282         * src/folderview.c
20283         * src/mainwindow.c
20284         * src/mimeview.c
20285         * src/summaryview.c
20286         * src/gtk/quicksearch.c
20287         * src/gtk/quicksearch.h
20288                 Block key events handlers *and* accels while
20289                 quicksearch is focused
20290         (Fixes Bug 534 quick-search bar not accepting certain letters)
20291
20292 2004-07-17 [colin]      0.9.12cvs30.1
20293
20294         * src/folder.h
20295         * src/folderview.c
20296         * src/summaryview.c
20297                 Sync with 0.9.12cvs30
20298
20299 2004-07-17 [colin]      0.9.12cvs28.2
20300
20301         * src/mimeview.c
20302         * src/procmime.c
20303         * src/summaryview.c
20304         * src/gtk/menu.c
20305                 Squash some compile and glib warnings
20306
20307 2004-07-17 [paul]       0.9.12cvs28.1
20308
20309         * src/mimeview.c
20310                 sync with 0.9.12cvs28 HEAD
20311
20312 2004-07-16 [paul]       0.9.12cvs26.1
20313         
20314         * src/gtk/quicksearch.c
20315         * src/account.c
20316         * src/account.h
20317         * src/compose.c
20318         * src/customheader.c
20319         * src/folder_item_prefs.c
20320         * src/main.c
20321         * src/mainwindow.c
20322         * src/messageview.c
20323         * src/mimeview.c
20324         * src/news.c
20325         * src/pgpmime.c
20326         * src/pop.c
20327         * src/pop.h
20328         * src/prefs_account.c
20329         * src/prefs_account.h
20330         * src/prefs_common.c
20331         * src/prefs_common.h
20332         * src/prefs_display_header.c
20333         * src/prefs_gtk.c
20334         * src/prefs_gtk.h
20335         * src/procheader.c
20336         * src/procmime.c
20337                 sync with 0.9.12cvs26 HEAD      
20338
20339 2004-07-15 [colin]      0.9.12cvs18.14
20340
20341         * src/folder.c
20342                 Disable GPG signature check during
20343                 folder move and scan
20344         (Closes Bug 521 Signature checking slows down Folder-Move)
20345
20346 2004-07-14 [colin]      0.9.12cvs18.13
20347
20348         * src/common/partial_download.c
20349                 update includes
20350
20351 2004-07-14 [colin]      0.9.12cvs18.12
20352
20353         * src/common/partial_download.c
20354         * src/common/partial_download.h
20355                 Move doc at top, add correct copyright
20356
20357 2004-07-14 [colin]      0.9.12cvs18.11
20358
20359         * src/folder.c
20360         * src/messageview.c
20361         * src/pop.c
20362         * src/pop.h
20363         * src/procmsg.c
20364         * src/summaryview.c
20365         * src/common/Makefile.am
20366         * src/common/partial_download.c ** NEW FILES **
20367         * src/common/partial_download.h ** NEW FILES **
20368                 Move partial-download related stuff to its
20369                 own file
20370
20371 2004-07-14 [colin]      0.9.12cvs18.10
20372
20373         * src/send_message.c
20374                 Fix smtp auth when user is null or empty
20375
20376 2004-07-13 [colin]      0.9.12cvs18.9
20377
20378         * src/gtk/quicksearch.c
20379                 Use alphabetic order
20380
20381 2004-07-13 [colin]      0.9.12cvs18.8
20382
20383         * src/pop.c
20384                 Be paranoid on the checks
20385
20386 2004-07-13 [colin]      0.9.12cvs18.7
20387
20388         * src/gtk/quicksearch.c
20389                 Fix Engrish once again
20390
20391 2004-07-13 [colin]      0.9.12cvs18.6
20392
20393         * src/procmsg.c
20394         * src/summaryview.c
20395                 Mark messages for deletion when they are about to
20396                 be removed from trash
20397
20398 2004-07-13 [colin]      0.9.12cvs18.5
20399
20400         * src/matcher.c
20401         * src/matcher.h
20402         * src/matcher_parser_parse.y
20403         * src/prefs_matcher.c
20404         * src/gtk/quicksearch.c
20405                 Add 'partial' ('p') match string to find partially
20406                 downloaded messages
20407
20408 2004-07-13 [colin]      0.9.12cvs18.4
20409
20410         * src/pop.c
20411                 Fix misplaced block
20412
20413 2004-07-13 [colin]      0.9.12cvs18.3
20414
20415         * src/pop.c
20416         * src/pop.h
20417         * src/messageview.c
20418                 Refactor API (to avoid passing 5+ params and code
20419                 duplication)
20420         * src/folder.c
20421         * src/msgcache.c
20422         * src/procheader.c
20423         * src/common/defs.h
20424                 Add planned_download to cache
20425                 Don't mess uidl file when moving partially downloaded
20426                 mails (they change folder, we should change it in the
20427                 uidl list too or we'll remove an incorrect message)
20428                 (this also helps removing hacks when changing 
20429                 planned_download in messageview.c)
20430
20431 2004-07-12 [colin]      0.9.12cvs18.2
20432
20433         * src/gtk/quicksearch.c
20434                 Fix missing status update in quicksearch
20435
20436 2004-07-12 [paul]       0.9.12cvs18.1
20437
20438         * po/POTFILES.in
20439         * src/Makefile.am
20440         * src/account.c
20441         * src/codeconv.c
20442         * src/compose.c
20443         * src/inc.c
20444         * src/main.c
20445         * src/prefs_common.c
20446         * src/procmsg.h
20447         * src/toolbar.c
20448         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20449         * src/prefs_wrapping.[ch]       ** NEW FILES **
20450         * src/common/intl.h
20451         * src/common/utils.[ch]
20452         * src/gtk/quicksearch.[ch]
20453                 sync with 0.9.12cvs18 HEAD
20454
20455 2004-07-12 [colin]      0.9.11cvs17.25
20456
20457         * src/folder.c
20458         * src/folder.h
20459                 Remove unused function added by me in 0.9.11cvs17.10
20460
20461 2004-07-11 [colin]      0.9.11cvs17.24
20462
20463         * src/inc.c
20464         * src/messageview.c
20465         * src/pop.c
20466         * src/pop.h
20467                 Use folderitem and msgnum instead of filename to
20468                 know which mail to delete
20469                 Move old partial mail deletion to pop.c
20470
20471 2004-07-10 [colin]      0.9.11cvs17.23
20472
20473         * src/inc.c
20474                 Add debug
20475         * src/pop.c
20476         * src/pop.h
20477                 Don't re-use same enums for unrelated stuff: it's 
20478                 completely misleading !
20479                 Document a bit
20480
20481 2004-07-09 [colin]      0.9.11cvs17.22
20482
20483         * src/inc.c
20484                 Remove folder-type check and do
20485                 more tests to be sure everything's
20486                 ok
20487         * src/messageview.c
20488                 Punctuation update, remove useless
20489                 code, fix two warnings
20490         * src/noticeview.c
20491                 Layout cleaning, reset 2nd button
20492                 when specifying one
20493
20494 2004-07-09 [colin]      0.9.11cvs17.21
20495
20496         * src/messageview.c
20497         * src/pop.c
20498         * src/pop.h
20499                 Allow user to change his mind
20500                 and postpone decision (by
20501                 unmarking the mail)
20502
20503 2004-07-09 [colin]      0.9.11cvs17.20
20504
20505         * src/messageview.c
20506                 Fix bug with delete state
20507         * src/pop.c
20508         * src/pop.h
20509                 Fix buffer leak (fread doesn't 
20510                 terminate buffers with \0)
20511                 Refactoring (remove magic 
20512                 numbers)
20513
20514 2004-07-09 [colin]      0.9.11cvs17.19
20515
20516         * src/pop.c
20517                 Don't log "Skipping message" if 
20518                 we're going to TOP it two lines
20519                 later
20520
20521 2004-07-09 [colin]      0.9.11cvs17.18
20522
20523         * src/messageview.c
20524                 Fix Engrish
20525
20526 2004-07-09 [colin]      0.9.11cvs17.17
20527
20528         * src/pop.c
20529                 strlen checking...
20530         * src/messageview.c
20531                 refactoring a bit
20532
20533 2004-07-08 [colin]      0.9.11cvs17.16
20534
20535         * src/noticeview.c
20536         * src/noticeview.h
20537                 Add an optional second button
20538         * src/messageview.c
20539         * src/pop.c
20540         * src/pop.h
20541                 Don't delete partially received mails after a certain
20542                 time; rather, let the user decide.
20543
20544 2004-07-08 [colin]      0.9.11cvs17.15
20545
20546         * src/common/smtp.h
20547                 Sync with HEAD
20548
20549 2004-07-08 [colin]      0.9.11cvs17.14
20550
20551         * src/messageview.c
20552         * src/common/smtp.c
20553                 Use to_human_readable() for sizes
20554
20555 2004-07-08 [colin]      0.9.11cvs17.13
20556
20557         * src/inc.c
20558         * src/messageview.c
20559         * src/pop.c
20560         * src/pop.h
20561         * src/procmsg.c
20562                 Fix partial-downloading issues:
20563                         catch unsupported TOP
20564                         don't delete partially downloaded mails before 5 days
20565                         don't update existing with non-MH folders; that'll
20566                         make dups, but it's better than trashing the folder
20567                         free new msginfo parts
20568                 Fix indentation ;-)
20569
20570 2004-07-08 [colin]      0.9.11cvs17.12
20571
20572         * src/common/smtp.c
20573         * src/common/smtp.h
20574                 Sync smtp size verification with HEAD
20575
20576 2004-07-08 [colin]      0.9.11cvs17.11
20577
20578         * src/summaryview.c
20579         * src/prefs_common.c
20580         * src/prefs_common.h
20581         * src/gtk/quicksearch.c
20582         * src/gtk/quicksearch.h
20583                 Sync sticky pref with HEAD
20584
20585 2004-07-08 [colin]      0.9.11cvs17.10
20586
20587         * src/folder.c [1.213.2.6]
20588         * src/folder.h [1.87.2.6]
20589         * src/inc.c [1.149.2.7]
20590         * src/messageview.c [1.94.2.8]
20591         * src/procheader.c [1.47.2.6]
20592         * src/procmsg.c [1.150.2.4]
20593         * src/procmsg.h [1.60.2.5]
20594         * src/pop.c [1.56.2.4]
20595         * src/pop.h [1.17.2.3]
20596                 Let too big messages get downloaded, but truncated
20597                 Add a button to download them completely
20598                 
20599 2004-07-06 [colin]      0.9.11cvs17.9
20600
20601         * src/gtk/quicksearch.c [1.1.2.3]
20602                 Add a Clear button
20603         * commitHelper
20604         * PATCHSETS
20605                 Add a script to help with cvs
20606
20607 2004-07-03 [colin]      0.9.11cvs17.8
20608
20609         * src/plugins/imageviewer/viewer.c
20610                 fix imageviewer (which was staying on the first
20611                 displayed image)
20612
20613 2004-07-03 [colin]      0.9.11cvs17.7
20614
20615         Removed FIXME_GTK2 warnings
20616         * src/gtk/gtkutils.c
20617                 useless #warnings
20618         * src/gtk/menu.c
20619                 useless #warnings (no need to mess with menu rc)
20620         * src/gtk/menu.h
20621                 unused functions
20622         
20623
20624 2004-07-03 [colin]      0.9.11cvs17.6
20625
20626         Removed FIXME_GTK2 warnings
20627         * src/codeconv.c
20628                 useless #warnings (rewrite needed)
20629         * src/compose.c
20630                 useless #warnings (rewrite needed)
20631                 useless #warnings (gtk2 is like that)
20632                 useless #warnings (previously fixed)
20633         * src/main.c
20634                 useless #warnings (previously fixed)
20635         * src/message_search.c
20636                 useless #warnings (gtk2 is like that)
20637                 Made apparent that search is case-sensitive
20638         * src/mimeview.c
20639                 useless #warnings (rewrite needed)
20640                 useless #warnings (gtk2 is like that)
20641                 reimplemented real warnings
20642         * src/prefs_common.c
20643                 Removed block cursor option (not it gtk2)
20644         * src/prefs_gtk.c
20645                 useless #warnings (rewrite needed)
20646         * src/procheader.c
20647                 useless #warnings (rewrite needed)
20648         * src/sourcewindow.c
20649                 useless #warnings (incorrect placing)
20650         * src/summary_search.c
20651                 useless #warnings (gtk2 is like that)
20652                 Made apparent that search is case-sensitive
20653         * src/action.c
20654                 useless #warnings (gtk2 is like that)
20655         * src/textview.c
20656                 useless #warnings (rewrite needed)
20657         * src/toolbar.c
20658                 useless #warnings (rewrite needed)
20659
20660 2004-07-03 [colin]      0.9.11cvs17.5
20661
20662         * src/textview.c
20663                 Fix mismerge which broke URI opening
20664                 
20665 2004-07-01 [colin]      0.9.11cvs17.4
20666
20667         * src/gtk/filesel.c
20668                 Fill filename when saving
20669                 
20670 2004-06-27 [colin]      0.9.11cvs17.3
20671
20672         * src/gtk/filesel.[ch]
20673                 Use the new GTK file selector
20674                 Update prototype to match the reality: multiple file
20675                 selection is open-only          
20676         * src/compose.c
20677                 Match the new prototypes        
20678         * configure.ac
20679                 Match the new requirements (gtk 2.4.0)
20680                         
20681 2004-06-26 [colin]      0.9.11cvs17.2
20682
20683         * src/plugins/trayicon/trayicon.c
20684                 Remove useless signal handler on resize, which causes
20685                 an infinite "loop"
20686         
20687 2004-06-26 [colin]      0.9.11cvs17.1
20688         
20689         * tools/Makefile.am
20690                 remove launch_firebird and add nautilus2sylpheed.sh
20691         * src/quicksearch.c
20692           src/summaryview.c
20693                 Fix show/hide "Extended symbols" button problem
20694                 Fix apparition at startup
20695                 Fix const warnings
20696         * src/plugins/image_viewer/Makefile.am
20697                 Fix configure 
20698         * common/ssl.c
20699                 Re-enable certificate check, as it doesn't seem to
20700                 cause Xlib errors anymore
20701
20702 2004-06-25 [paul]       0.9.11cvs17
20703
20704         * sync with 0.9.11cvs17 HEAD
20705         
20706         NOTE: QuickSearch is broken
20707
20708 2004-06-07 [colin]      0.9.10claws67.10
20709         * src/plugins/trayicon/trayicon.c
20710           src/plugins/trayicon/libeggtrayicon/Makefile.am
20711           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20712                 Fix gettextization in trayicon plugin
20713
20714 2004-06-07 [colin]      0.9.10claws67.9
20715         
20716         * src/summaryview.c
20717           src/gtk/gtksctree.[ch]
20718                 Let Shift+{Up,Down} work in summaryview
20719                 (well, Down "works" and Up works)
20720                 Let the list scroll when using these keys
20721
20722 2004-06-06 [colin]      0.9.10claws67.8
20723
20724         * src/plugins/trayicon/trayicon.c
20725                 Fix pixmap update
20726
20727 2004-06-06 [colin]      0.9.10claws67.7
20728
20729         * src/addressbook.c
20730                 Fix signal handling causing system-wide focus grab
20731
20732 2004-05-25 [paul]       0.9.10claws67.6
20733
20734         * Makefile.am
20735           src/Makefile.am
20736                 clean up
20737
20738 2004-05-25 [paul]       0.9.10claws67.5
20739
20740         * replace deprecated gtk_signal... functions
20741
20742 2004-05-23 [colin]      0.9.10claws67.4
20743
20744         * src/compose.c
20745                 Fix wrapping
20746
20747 2004-05-22 [colin]      0.9.10claws67.3
20748
20749         * src/compose.c
20750                 Re-fix [Edited] in compose.c::compose_reedit()
20751
20752 2004-05-22 [colin]      0.9.10claws67.2
20753
20754         * src/procmime.c
20755                 Fix parsing of multiparts mails
20756
20757 2004-05-22 [colin]      0.9.10claws67.1
20758
20759         * src/summaryview.c
20760                 Fix quicksearch
20761
20762 2004-05-22 [paul]       0.9.10claws67
20763
20764         * sync with 0.9.10claws67 HEAD
20765
20766 2004-05-14 [alfons]
20767
20768         * src/procmime.h
20769                 add forgotton prototype
20770
20771 2004-05-10 [paul]       0.9.10claws57
20772
20773         * sync with 0.9.10claws57 HEAD
20774
20775 2004-05-05 [paul]       0.9.9.claws1
20776
20777         * ChangeLog-gtk2        ** REMOVED **
20778           ChangeLog-gtk2.claws  ** ADDED **
20779                 rename and adopt the normal claws format
20780                 
20781         * configure.ac
20782                 require gtkmathview >= 0.5
20783
20784         * ac/*                          ** REMOVED **
20785           ac/                           ** REMOVED **
20786           intl/Makefile.in              ** REMOVED **
20787           m4/                           ** ADDED **
20788           m4/missing                    ** ADDED **
20789           m4/missing/gdk-pixbuf.m4      ** ADDED **
20790           m4/missing/gettext.m4         ** ADDED **
20791           m4/missing/gpgme.m4           ** ADDED **
20792           m4/missing/imlib.m4           ** ADDED **
20793           m4/.cvsignore                 ** ADDED **
20794           m4/Makefile.am                ** ADDED **
20795           m4/README                     ** ADDED **
20796           m4/aclocal-include.m4         ** ADDED **
20797           m4/aspell.m4                  ** ADDED **
20798           m4/check-type.m4              ** ADDED **
20799           m4/gnupg-check-typedef.m4     ** ADDED **
20800           m4/openssl.m4                 ** ADDED **
20801           m4/spamassassin.m4            ** ADDED **
20802           po/ChangeLog                  ** REMOVED **
20803           po/Makefile.in.in             ** REMOVED **
20804           po/Rules-quot                 ** REMOVED **
20805           po/boldquot.sed               ** REMOVED **
20806           po/en@boldquot.header         ** REMOVED **
20807           po/en@quot.header             ** REMOVED **
20808           po/insert-header.sin          ** REMOVED **
20809           po/quot.sed                   ** REMOVED **
20810           po/remove-potcdate.sed        ** REMOVED **
20811           po/remove-potcdate.sin        ** REMOVED **
20812           po/stamp-po                   ** REMOVED **
20813           Makefile.am
20814           autogen.sh
20815           configure.ac
20816                 enable building with automake 1.8.x
20817                 add 'autopoint --force' to autogen.sh and remove all
20818                 auto-generated files, remove ac/ directory and use
20819                 m4/ directory instead
20820                 
20821         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20822                 fix gettextization
20823
20824 2004-02-28 Colin Leroy <colin@colino.net>
20825         * src/prefs_matcher.c
20826           src/prefs_filtering.c
20827           src/prefs_filtering_action.c
20828                 Fix non-editable GtkEntries
20829
20830 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20831         * src/prefs_themes.c
20832                 utf8 conversion for theme info
20833
20834 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20835         * sync 0.9.9claws
20836
20837 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20838         * src/grouplistdialog.c
20839                 allow multiple selections without ctrl key
20840
20841 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20842         * src/main.c
20843                 enable customizable accelerators
20844
20845 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20846         * src/prefs_common.c
20847                 re-enable different font settings for gtk1/2
20848         * src/prefs_folder_item.c
20849                 fix folder prefs displayed wrong
20850         * src/textview.c
20851                 set 'sunken' shadow type
20852
20853 2004-02-07 Colin Leroy <colin@colino.net>
20854         * src/compose.c
20855                 Fix message being always [Edited]
20856                 Encode headers correctly (utf8 buf)
20857
20858 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20859         * src/socket.c
20860                 remove double g_source_attach()
20861                 (Thanks to Colin Leroy)
20862
20863 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20864         * src/gtk/gtksctree.c
20865                 Fix SSL certificate list not shown
20866         * src/mimeview.c
20867                 Fix clicks in mime tree
20868
20869 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20870         * src/common/socket.c
20871                 Fix SSL receive
20872         * src/compose.c
20873                 Fix clipboard menu hotkeys
20874
20875 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20876         * src/gtk/gtkaspell.[ch]
20877           src/compose.c
20878                 reimplement spellchecker
20879
20880 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20881         * src/gtk/filesel.c
20882                 crash when inserting file in compose window
20883                 (TODO: keep old selection on clicks)
20884         * src/main.c
20885                 use gtkrc-2.0 instead of gtkrc
20886
20887 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20888         * src/messageview.c
20889                 remove orphaned mimeview unref()
20890
20891 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20892         * src/grouplistdialog.c
20893                 expand nodes containing subscribed groups
20894
20895 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20896         * src/textview.c
20897                 textview: hide cursor, restore old click behaviour
20898
20899 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20900         * src/textview.c
20901                 variable names messed up
20902
20903 2004-01-17 Colin Leroy <colin@colino.net>
20904         * src/addr_compl.c
20905                 Fix completion address too thin
20906         * src/compose.c
20907                 Fix tab-to-subject behaviour
20908         * src/summaryview.c
20909                 Implement key up & down in summaryview
20910
20911 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20912
20913         * sync 098claws
20914
20915 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20916         * configure.ac
20917           Makefile.am
20918           doc/.cvsignore
20919           doc/Makefile.am
20920                 faq, man, manual moved to doc/
20921         * ac/aspell.m4
20922           ac/check-type.m4
20923           ac/gnupg-check-typedef.m4
20924           ac/openssl.m4
20925           ac/spamassassin.m4
20926           ac/missing/gdk-pixbuf.m4
20927           ac/missing/gpgme.m4
20928           ac/missing/imlib.m4
20929                 fix automake warnings
20930
20931 2003-12-06 Colin Leroy <colin@colino.net>
20932         * src/summaryview.c
20933                 Fix quicksearch
20934
20935 2003-12-05 Colin Leroy <colin@colino.net>
20936         * src/summaryview.c
20937                 Fix going to next unread folder
20938
20939 2003-12-05 Colin Leroy <colin@colino.net>
20940         * src/crash.c
20941                 Fix gtk2 compilation
20942         * src/session.c
20943                 Remove iotag source handler at disconnection
20944         * src/socket.[ch] 
20945                 Remove source handler when closing socket 
20946                 (fixes another seg)
20947
20948 2003-12-04 Colin Leroy <colin@colino.net>
20949         * src/compose.c
20950           src/prefs_account.c
20951           src/prefs_common.c
20952                 Fix some dropdown menus
20953
20954 2003-12-04 Colin Leroy <colin@colino.net>
20955         * src/compose.c
20956                 Fix event handlers on header fields
20957         * src/common/socket.c
20958           src/common/session.c
20959                 Fix segfault with callback (SSL)
20960                 Fix end of session 
20961
20962 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20963
20964         * Fix compile bug in src/compose.c
20965         * removed src/gtk/gtkstext.[ch]
20966
20967 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20968
20969         * Convert character set and escape "text" attributes in toolbar setting
20970         files.
20971         * Fixed bug in button-press-event handling.
20972
20973 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20974
20975         * Fixed bug in key-press-event handling.
20976
20977 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20978
20979         * Enabled to compile tray-icon plugin (Ad-hoc).
20980         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20981
20982 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20983
20984         * Enabled to compile on sylpheed-claws.
20985         (tray-icon plugin still cannot compile yet.)
20986
20987 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20988
20989         * Updated to 0.9.5.
20990
20991 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20992
20993         * Updated to 0.9.4.
20994         * Ported monitoring SSL mechanism to GSource of GLib2
20995         (I don't confirm it)
20996         * Added _gtk2 suffix to key name of font preference to avoid
20997         ovverwriting preference of Gtk+-1.2 version.
20998
20999 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
21000
21001         * Updated to 0.9.2.
21002
21003 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
21004
21005         * Updated to 0.9.1.
21006         * Translate po files into UTF-8 when execute autogen.sh.
21007
21008 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
21009
21010         * Updated to 0.9.0.
21011
21012 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
21013
21014         * Plugged GError related memory leaks.
21015
21016 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
21017
21018         * Changed default size of fonts.
21019         * Enabled to set titile font size of warning dialog.
21020
21021 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
21022
21023         * Embed a sylpheed icon into executable binary on Windows.
21024
21025 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
21026
21027         * I forgot to traslate character set of element string in src/xml.c.
21028
21029 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
21030
21031         * Fixed detecting bind_textdomain_codeset in configure.in.
21032         * The bug in which "Example" of "Date fromat" preference isn't displayed
21033         correctly has been fixed.
21034
21035 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
21036
21037         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
21038           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
21039           glib-gettextize
21040           Removed intl directory.
21041           Translated po files into UTF-8.
21042           (Thanks! Ryuji Abe)
21043
21044 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
21045
21046         * The bug which doesn't unscape string in xml.c has been fixed.
21047
21048 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
21049
21050         * The bug which is failed to translate encoding of file name thorough
21051         file dialog has been fixed.
21052
21053 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
21054
21055         * Modified to translate file names which is used in inporting/expoting
21056         mbox feature and "Save as" feature into locale encoding.
21057         * Translate file names into locale encoding when "Attache file" and
21058         "Insert file".
21059         * Force set G_BROKEN_FILENAMES environment variable.
21060         * Other minor fixes.
21061
21062 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
21063
21064         * Modified to treat MH folder's name as locale encoding.
21065
21066 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
21067
21068         * The bug which clash on switching candidates of auto completion of
21069         addresses, cannot use auto completion in Japanesse is fixed
21070         (Thanks! Tokunaga-san)¡¥
21071
21072 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21073
21074         * The bug which cannot switch key accelerator preference has been fixed
21075         (Thanks! smbd-san)¡¥
21076
21077 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21078
21079         * version 0.8.11-gtk2-20030314
21080
21081 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21082
21083         * The bug in which character set conversion of filtering messages has
21084         been fixed.(Thanks! COCOA-san).
21085
21086 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
21087
21088         * Revived "Leave space on head" preference in "Message" category.
21089         * A bug which clash when put the cursor to end of buffer and execute
21090         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
21091
21092 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21093
21094         * version 0.8.11-gtk2-20030312
21095
21096 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21097
21098         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
21099         * Modified to use Pango's API directly for font preference.
21100         * Integrated GtkTextView of textview to one widget.
21101         * Set fonts of header title in textview by "header_title" tag.
21102         * Removed some deprecated codes.
21103
21104 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
21105
21106         * Updated to 0.8.11.
21107         * Merged cygwin patch(Thanks! Sakai-san).
21108
21109 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
21110
21111         * version 0.8.10-gtk2-20030309