2006-12-05 [paul] 2.6.1cvs3
[claws.git] / ChangeLog
1 2006-12-05 [paul]       2.6.1cvs3
2
3         * tools/README
4         * tools/textviewer.pl
5                 script updated and description added
6
7 2006-12-04 [colin]      2.6.1cvs2
8
9         * src/compose.c
10                 Run pre-send hook only when checking
11                 everything
12
13 2006-12-04 [paul]       2.6.1cvs1
14
15         * NEWS
16         * README
17         * RELEASE_NOTES
18         * configure.ac
19         * tools/README
20                 bump up version number following stable release
21
22 2006-12-04 [paul]       2.6.0cvs83
23
24         * README
25                 updates and corrections
26
27 2006-12-04 [colin]      2.6.0cvs82
28
29         * src/common/utils.c
30                 Probably fix bug 1066, 'Incorrect mailbox 
31                 size displayed'
32
33 2006-12-04 [colin]      2.6.0cvs81
34
35         * src/common/utils.c
36                 Trim tabs from mailcap file too.
37
38 2006-12-02 [paul]       2.6.0cvs80
39
40         * src/exphtmldlg.c
41                 fix broken GUI under certain languages
42         * src/expldifdlg.c
43                 put the Cancel button to the right
44
45 2006-12-01 [paul]       2.6.0cvs79
46
47         * tools/Makefile.am
48                 remove reference to removed file
49
50 2006-12-01 [wwp]        2.6.0cvs78
51
52         * src/addressbook.c
53         * src/editaddress.c
54                 remove forgotten debug statements.
55
56 2006-12-01 [wwp]        2.6.0cvs77
57
58         * manual/advanced.xml
59         * manual/fr/advanced.xml
60         * src/addressbook.c
61         * src/addressbook.h
62         * src/addressitem.h
63         * src/editaddress.c
64         * src/editaddress.h
65         * src/prefs_common.c
66         * src/prefs_common.h
67         * src/gtk/gtkutils.c
68         * src/gtk/gtkutils.h
69                 add a hidden option to allow embedding the editaddress (edit contact details)
70                 dialog into the addressbook's window. This doesn't change the default
71                 behaviour.
72
73 2006-12-01 [wwp]        2.6.0cvs76
74
75         * src/message_search.c
76         * src/summary_search.c
77                 fix more focus issues (don't set focus to combobox's entry widget when
78                 entry's value changed, if entry widget has focus already).
79
80 2006-12-01 [wwp]        2.6.0cvs75
81
82         * src/gtk/quicksearch.c
83                 revert last changes to the quicksearch gtk_combo_box, this needs more
84                 tuning and testing.
85
86 2006-12-01 [paul]       2.6.0cvs74
87
88         * tools/kdeservicemenu/README
89         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
90         * tools/kdeservicemenu/install.sh
91         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
92         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
93                 simplify this stuff, and in so doing,
94                 fix it. (possibly re-extend it again at
95                 a later date)
96
97 2006-12-01 [wwp]        2.6.0cvs73
98
99         * src/gtk/quicksearch.c
100                 adapt quicksearch code to use modern gtk_combo_box'es.
101
102 2006-12-01 [wwp]        2.6.0cvs72
103
104         * src/common/defs.h
105         * src/prefs_common.c
106         * src/prefs_common.h
107         * src/message_search.c
108         * src/summary_search.c
109         * src/gtk/combobox.c
110         * src/gtk/combobox.h
111                 add history combos to all message and summary search fields.
112
113 2006-12-01 [wwp]        2.6.0cvs71
114
115         * src/summaryview.c
116                 As the list may change while the mark as read delay
117                 runs, we can't rely on the 'row' pointer, which can
118                 be invalid when the timeout is called. As the mark
119                 as read is only done if the message is still selected,
120                 use summaryview->selected instead. Thanks to Colin.
121
122 2006-11-30 [paul]       2.6.0cvs70
123
124         * src/textview.c
125                 give emphasis to "Sylpheed-Claws"
126                 as well as "Claws Mail"
127
128 2006-11-30 [colin]      2.6.0cvs69
129
130         * src/wizard.c
131                 Put the SSL checkboxes in the receiving
132                 and sending server pages.
133
134 2006-11-29 [colin]      2.6.0cvs68
135
136         * src/gtk/gtkutils.c
137         * src/gtk/gtkvscrollbutton.c
138                 Revert some deprecated fixes - they seem to
139                 deprecate stuff as soon as a new one gets out.
140                 g_object_ref_sink needed glib-2.10.
141
142 2006-11-29 [colin]      2.6.0cvs67
143
144         * src/common/utils.c
145                 Create .mailcap if it doesn't exist
146
147 2006-11-29 [colin]      2.6.0cvs66
148
149         * src/compose.c
150                 Followup to cvs60: use original list
151                 of recipients if replying to a mail
152                 in Sent Drafts or Queue.
153
154 2006-11-27 [paul]       2.6.0cvs65
155
156         * src/image_viewer.c
157                 revert the last change for now (it's broken)
158
159 2006-11-27 [paul]       2.6.0cvs64
160
161         * Makefile.am
162         * configure.ac
163         * m4/aclocal-include.m4
164         * m4/check-type.m4
165         * src/Makefile.am
166         * src/addr_compl.c
167         * src/compose.c
168         * src/crash.c
169         * src/export.c
170         * src/exporthtml.c
171         * src/exportldif.c
172         * src/imap.c
173         * src/import.c
174         * src/main.c
175         * src/main.h
176         * src/matcher.c
177         * src/mimeview.c
178         * src/procmsg.c
179         * src/textview.c
180         * src/common/Makefile.am
181         * src/common/claws.c
182         * src/common/claws.h
183         * src/common/ssl.c
184         * src/common/sylpheed.c
185         * src/common/sylpheed.h
186         * src/etpan/Makefile.am
187         * src/gtk/Makefile.am
188         * src/gtk/claws-marshal.list
189         * src/gtk/filesel.c
190         * src/gtk/gtksctree.c
191         * src/gtk/quicksearch.c
192         * src/gtk/sylpheed-marshal.list
193         * src/plugins/bogofilter/bogofilter.c
194         * src/plugins/bogofilter/bogofilter_gtk.c
195         * src/plugins/clamav/clamav_plugin.c
196         * src/plugins/clamav/clamav_plugin_gtk.c
197         * src/plugins/demo/demo.c
198         * src/plugins/dillo_viewer/dillo_viewer.c
199         * src/plugins/pgpcore/Makefile.am
200         * src/plugins/pgpcore/claws.def
201         * src/plugins/pgpcore/pgp_viewer.c
202         * src/plugins/pgpcore/plugin.c
203         * src/plugins/pgpcore/sylpheed.def
204         * src/plugins/pgpinline/Makefile.am
205         * src/plugins/pgpinline/claws.def
206         * src/plugins/pgpinline/plugin.c
207         * src/plugins/pgpinline/sylpheed.def
208         * src/plugins/pgpmime/Makefile.am
209         * src/plugins/pgpmime/claws.def
210         * src/plugins/pgpmime/plugin.c
211         * src/plugins/pgpmime/sylpheed.def
212         * src/plugins/spamassassin/spamassassin.c
213         * src/plugins/spamassassin/spamassassin_gtk.c
214         * src/plugins/trayicon/trayicon.c
215                 yet more renaming
216                 remove deprecated gtk_tooltips_set_delay()
217
218 2006-11-26 [paul]       2.6.0cvs63
219
220         * src/expldifdlg.c
221         * src/folderview.c
222         * src/image_viewer.c
223         * src/mainwindow.c
224         * src/gtk/gtkutils.c
225         * src/gtk/gtkvscrollbutton.c
226         * src/gtk/prefswindow.c
227         * src/plugins/pgpcore/prefs_gpg.c
228                 replace more deprecated GTK+ functions
229
230 2006-11-26 [paul]       2.6.0cvs62
231
232         * src/addr_compl.c
233         * src/addressbook.c
234         * src/browseldap.c
235                 replace deprecated gtk_idle_... functions
236
237 2006-11-26 [paul]       2.6.0cvs61
238
239         * src/compose.c
240         * src/folderview.c
241         * src/inc.c
242         * src/summaryview.c
243         * src/gtk/gtkvscrollbutton.c
244         * src/gtk/quicksearch.c
245         * src/plugins/pgpcore/passphrase.c
246                 replace deprecated gtk_timeout_add and
247                 gtk_timeout_remove
248
249 2006-11-26 [paul]       2.6.0cvs60
250
251         * src/compose.c
252                 fix bug that caused the wrong recipient
253                 to be selected when replying to a msg
254                 which is From one of our accounts to
255                 another of our accounts
256
257 2006-11-25 [paul]       2.6.0cvs59
258
259         * src/summaryview.c
260                 don't change the From column title to
261                 To if the To column is visible
262
263 2006-11-24 [paul]       2.6.0cvs58
264
265         * src/compose.c
266                 fix bug 1069, 'Sent mails disappear, BCC
267                 or locking problem?'
268
269 2006-11-21 [wwp]        2.6.0cvs57
270
271         * src/compose.c
272                 fix spelling menu when replying (same as 2.3.1cvs39):
273                 discrepancy between context menu and top menu when
274                 folder's dictionary isn't the default one.
275
276 2006-11-19 [paul]       2.6.0cvs56
277
278         * src/summaryview.c
279                 obey always_show_msg option when
280                 marking as spam
281         * src/plugins/bogofilter/bogofilter.c
282                 fix typo
283
284 2006-11-18 [paul]       2.6.0cvs55
285
286         * AUTHORS
287         * README
288         * debian/copyright
289         * manual/ack.xml
290         * manual/es/ack.xml
291         * manual/fr/ack.xml
292         * manual/pl/ack.xml
293         * src/gtk/authors.h
294         * src/gtk/icon_legend.c
295         * src/gtk/icon_legend.h
296         * tools/OOo2claws-mail.pl
297         * tools/README
298         * tools/acroread2claws-mail.pl
299         * tools/claws.i18n.status.pl
300         * tools/filter_conv.pl
301         * tools/filter_conv_new.pl
302         * tools/freshmeat_search.pl
303         * tools/google_search.pl
304         * tools/kmail2claws-mail.pl
305         * tools/kmail2claws-mail_v2.pl
306         * tools/maildir2claws-mail.pl
307         * tools/make.themes.project
308         * tools/multiwebsearch.pl
309         * tools/outlook2claws-mail.pl
310         * tools/tb2claws-mail
311         * tools/kdeservicemenu/README
312         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
313                 update mine and wwp's email addresses in
314                 several places
315                 Patch by wwp
316         * src/prefs_compose_writing.c
317                 set sensitivity on 'new message format' frame
318
319 2006-11-17 [paul]       2.6.0cvs54
320
321         * src/gtk/about.c
322                 more reworking of the GUI
323                 Patch by Fabien Vantard
324
325 2006-11-16 [paul]       2.6.0cvs53
326
327         * src/gtk/about.c
328                 set a minimum size for the window, allow
329                 it to automatically expand as necessary
330
331 2006-11-16 [wwp]        2.6.0cvs52
332
333         * src/gtk/about.c
334                 better wrap of copyright info on some systems.
335
336 2006-11-16 [paul]       2.6.0cvs51
337
338         * src/gtk/about.c
339                 move the tech info from the upper panel
340                 to the Info tab
341                 use a gtk_text_view for the features tab
342
343 2006-11-16 [paul]       2.6.0cvs50
344
345         * po/Makevars
346                 update my email address
347         * src/addressbook.c
348         * src/compose.c
349         * src/imap_gtk.c
350         * src/mh_gtk.c
351         * src/news_gtk.c
352         * src/summaryview.c
353         * src/plugins/trayicon/trayicon.c
354                 don't offer simple menu separators
355                 for translation
356         * src/folderview.c
357                 add separator between 'mark all read'
358                 and 'search folder'
359
360 2006-11-15 [wwp]        2.6.0cvs49
361
362         * src/gtk/authors.h
363                 updated manuals authors.
364
365 2006-11-14 [paul]       2.6.0cvs48
366
367         * src/compose.c
368                 Fix Options/Reply mode after draft save
369
370 2006-11-14 [paul]       2.6.0cvs47
371
372         * src/Makefile.am
373                 Fix make DESTDIR=...
374         * src/mbox.c
375                 Optimise speed
376         * src/plugins/pgpinline/pgpinline.c
377                 Probably fix bug 1061
378
379 2006-11-14 [paul]       2.6.0cvs46
380
381         * po/Makevars
382                 enable Q_ macro
383         * src/Makefile.am
384         * src/stock_pixmap.c
385         * src/stock_pixmap.h
386         * src/gtk/about.c
387         * src/pixmaps/active.xpm
388         * src/pixmaps/inactive.xpm
389                 add a new page, 'Features', to the About dialog
390                 showing which features are compiled in and which
391                 are not
392
393 2006-11-14 [paul]       2.6.0cvs45
394
395         * po/ru.po
396                 updated by Pavlo Bohmat
397
398 2006-11-14 [colin]      2.6.0cvs44
399
400         * src/compose.c
401         * src/inc.c
402         * src/messageview.c
403         * src/news.c
404         * src/pop.c
405         * src/procmsg.c
406         * src/gtk/gtkaspell.c
407                 Fix 64-bit-related warnings
408         * src/ssl_manager.c
409                 Fix possible infinite loop
410         * src/plugins/pgpcore/sgpgme.c
411                 Remove useless check
412
413 2006-11-13 [colin]      2.6.0cvs43
414
415         * src/gtk/Makefile.am
416                 authors.h isn't generated
417
418 2006-11-13 [colin]      2.6.0cvs42
419
420         * src/plugins/pgpinline/pgpinline.c
421         * src/plugins/pgpmime/pgpmime.c
422                 Very probably fix bug 1061, 'crash on 
423                 opening signed email'. Another cast
424                 problem
425
426 2006-11-13 [colin]      2.6.0cvs41
427
428         * src/plugins/pgpcore/sgpgme.c
429                 Maybe fix bug 1061, 'crash on opening 
430                 signed email'
431
432 2006-11-13 [wwp]        2.6.0cvs40
433
434         * src/plugins/pgpinline/pgpinline.c
435                 fix candidate for bug #1057, thanks to Colin.
436
437 2006-11-13 [wwp]        2.6.0cvs39
438
439         * src/compose.c
440         * src/quote_fmt_parse.y
441                 fix bug 1052: current parser buffer was not always 
442                 allocated, ptr to this buffer could be returned as 
443                 NULL whereas no parser error has occurred. in 
444                 consequence, defining a template body as "%d" 
445                 (w/o the quotes) for the first time of the instance 
446                 of claws-mail, was reporting a parser error. make 
447                 sure that the buffer is always allocated, even to 
448                 an empty string.
449                 fix mis-unescaping in compose.:compose_quote_fmt(): 
450                 unescaping of the fmt string was always done 
451                 whereas it must be done *only* when receiving 
452                 quote format strings issued from the prefs 
453                 (compose new message, reply, forward, redirect 
454                 formats), *not* when applying templates.  in 
455                 consequences, applying templates w/ sequences 
456                 like \\|p{echo} were failing. make sure that 
457                 unescaping is done only when necessary.
458
459 2006-11-12 [colin]      2.6.0cvs38
460
461         * po/de.po
462                 Fix typo (s/KB/MB)
463
464 2006-11-12 [colin]      2.6.0cvs37
465
466         * src/plugins/pgpinline/pgpinline.c
467         * src/plugins/pgpmime/pgpmime.c
468                 Release GPG context at the latest 
469                 possible moment. Maybe fixes 
470                 bug 1057, 'crash on sending signed 
471                 message to a newsgroup'
472                 
473
474 2006-11-12 [colin]      2.6.0cvs36
475
476         * src/plugins/pgpcore/sgpgme.c
477                 Tell a bit more when gpg's status doesn't
478                 contain any signature
479
480 2006-11-12 [colin]      2.6.0cvs35
481
482         * src/compose.c
483                 Fix bug 1060, 'compilation error with 
484                 Irix's cc'
485
486 2006-11-12 [paul]       2.6.0cvs34
487
488         * doc/man/claws-mail.1
489         * src/prefs_gtk.c
490         * src/plugins/clamav/README
491         * src/plugins/spamassassin/README
492         * tools/README
493         * tools/freshmeat_search.pl
494         * tools/google_search.pl
495         * tools/multiwebsearch.pl
496                 more renaming
497         * src/plugins/trayicon/trayicon.c
498                 fix compiliation warning
499
500 2006-11-11 [colin]      2.6.0cvs33
501
502         * src/folderview.c
503                 Forbid drag and drop from/to different
504                 folders of type F_UNKNOWN
505
506 2006-11-11 [colin]      2.6.0cvs32
507
508         * src/plugins/pgpinline/pgpinline.c
509                 Fix typo in previous commit:
510                 - gpgme_new(&ctx);
511                 + if ((err = gpgme_new(&data->ctx)) ...)
512
513 2006-11-11 [colin]      2.6.0cvs31
514
515         * src/plugins/pgpinline/pgpinline.c
516         * src/plugins/pgpmime/pgpmime.c
517                 Check success after calling gpgme_new
518                 Maybe fixes bug 1057, 'crash on sending 
519                 signed message to a newsgroup'
520
521 2006-11-11 [colin]      2.6.0cvs30
522
523         * src/undo.c
524                 init undostruct to 0s (from
525                 valgrind log of bug 1057)
526
527 2006-11-10 [colin]      2.6.0cvs29
528
529         * src/mainwindow.c
530                 Set cursor to wait before filtering
531                 duplicates in all folders
532         * src/plugins/bogofilter/bogofilter.c
533         * src/plugins/bogofilter/bogofilter.h
534         * src/plugins/bogofilter/bogofilter_gtk.c
535                 Completely thread away the bogofilter
536                 filtering
537
538 2006-11-10 [mones]      2.6.0cvs28
539
540         * src/compose.c
541         * src/compose.h
542                 added COMPOSE_CHECK_BEFORE_SEND hook
543
544 2006-11-10 [paul]       2.6.0cvs27
545
546         * src/crash.c
547                 more renaming
548                 add libSM to get_compiled_in_features()
549         * src/main.c
550                 more renaming
551
552 2006-11-10 [colin]      2.6.0cvs26
553
554         * src/etpan/imap-thread.c
555                 Add a reference to libetpan's sasl engine
556                 so that sasl_done() doesn't get called by
557                 libetpan, and doesn't break openssl.
558                 Should fix bug 1053, 'SC fails to reestablish 
559                 a secure connection'
560                 Patch by Hoa
561
562 2006-11-10 [colin]      2.6.0cvs25
563
564         * manual/addrbook.xml
565         * manual/advanced.xml
566         * manual/faq.xml
567         * manual/intro.xml
568                 Some more renaming
569
570 2006-11-09 [colin]      2.6.0cvs24
571
572         * src/plugins/bogofilter/bogofilter_gtk.c
573                 Add comment about annoyance
574
575 2006-11-09 [colin]      2.6.0cvs23
576
577         * src/plugins/bogofilter/bogofilter.c
578         * src/plugins/bogofilter/bogofilter_gtk.c
579                 Prepare things needed to thread bogofilter
580                 filtering: separate bogo stuff and possible GUI
581                 stuff. 
582
583 2006-11-09 [colin]      2.6.0cvs22
584
585         * src/account.c
586         * src/compose.c
587                 Search for one of our accounts in Delivered-To
588                 (helps for auto-account selection when 
589                  replying/forwarding)
590         * src/folderview.c
591         * src/mainwindow.c
592         * src/mainwindow.h
593         * src/plugins/trayicon/trayicon.c
594                 Allow opening a new mail with any account from
595                 the contextual menu
596
597 2006-11-09 [wwp]        2.6.0cvs21
598
599         * src/compose.c
600         * src/prefs_common.c
601         * src/prefs_common.h
602         * src/prefs_compose_writing.c
603                 add a compose new message format (in prefs/compose/writing), it's a
604                 simple subject+body template to use when opening a new composition
605                 window. It's similar to the existent reply and forward formats.
606
607                 enhanced the template/format % symbols substitution mechanism to
608                 use current composition window information when % are used in
609                 the compose new message format or in templates applied to new
610                 messages (there were useless in that situations before). When
611                 applied to new messages, %d corresponds to the system time/date.
612
613 2006-11-09 [paul]       2.6.0cvs20
614
615         * src/gtk/authors.h
616                 fix last commit
617
618 2006-11-09 [paul]       2.6.0cvs19
619
620         * src/gtk/authors.h
621                 keep tje alphabetical order
622
623 2006-11-08 [colin]      2.6.0cvs18
624
625         * src/etpan/imap-thread.c
626                 Fix bug 1054, 'Slowness logging big 
627                 data chunks'
628
629 2006-11-08 [paul]       2.6.0cvs17
630
631         * tools/Makefile.am
632                 fix the renaming
633
634 2006-11-08 [paul]       2.6.0cvs16
635
636         * src/common/defs.h
637                 update BUGZILLA_URI
638
639 2006-11-08 [paul]       2.6.0cvs15
640
641         * tools/Makefile.am
642         * tools/OOo2claws-mail.pl
643         * tools/OOo2sylpheed.pl
644         * tools/README
645         * tools/acroread2claws-mail.pl
646         * tools/acroread2sylpheed.pl
647         * tools/kmail2claws-mail.pl
648         * tools/kmail2claws-mail_v2.pl
649         * tools/kmail2sylpheed.pl
650         * tools/kmail2sylpheed_v2.pl
651         * tools/maildir2claws-mail.pl
652         * tools/maildir2sylpheed.pl
653         * tools/nautilus2claws-mail.sh
654         * tools/nautilus2sylpheed.sh
655         * tools/outlook2claws-mail.pl
656         * tools/outlook2sylpheed.pl
657         * tools/tb2claws-mail
658         * tools/tb2sylpheed
659         * tools/tbird2claws.py
660         * tools/tbird2syl.py
661         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
662         * tools/kdeservicemenu/install.sh
663         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
664         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
665         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
666         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
667         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
668                 renamed (removed, added) tools files
669
670 2006-11-08 [paul]       2.6.0cvs14
671
672         * src/main.c
673         * src/common/defs.h
674                 Migrate sylpheedrc to clawsrc, and fix the standard
675                 plugins path in the process
676
677 2006-11-07 [colin]      2.6.0cvs13
678
679         * src/Makefile.am
680                 Symlink sylpheed-claws relative to 
681                 claws-mail
682
683 2006-11-07 [colin]      2.6.0cvs12
684
685         * src/compose.c
686                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
687
688 2006-11-07 [paul]       2.6.0cvs11
689
690         * src/gtk/about.c
691                 Fix a missed occurence of
692                 Sylpheed-Claws
693
694 2006-11-07 [paul]       2.6.0cvs10
695
696         * src/Makefile.am
697                 Fix symlink installation
698
699 2006-11-07 [paul]       2.6.0cvs9
700
701         * src/Makefile.am
702                 Symlink claws-mail to sylpheed-claws
703         * src/common/utils.c
704                 Fix migrating symlinks
705         * src/etpan/imap-thread.c
706                 check certificate only when there's
707                 no error
708
709 2006-11-07 [paul]       2.6.0cvs8
710
711         * Makefile.am
712                 Fix icon breakages with Gtk, which needs a 
713                 cache updated to see them.
714
715 2006-11-07 [paul]       2.6.0cvs7
716
717         * .cvsignore
718         * AUTHORS
719         * COPYING
720         * INSTALL
721         * Makefile.am
722         * NEWS
723         * README
724         * RELEASE_NOTES
725         * autogen.sh
726         * claws-mail-128x128.png
727         * claws-mail-64x64.png
728         * claws-mail.ico
729         * claws-mail.pc.in
730         * claws-mail.png
731         * configure.ac
732         * sylpheed-claws-128x128.png
733         * sylpheed-claws-64x64.png
734         * sylpheed-claws.desktop
735         * sylpheed-claws.ico
736         * sylpheed-claws.pc.in
737         * sylpheed-claws.png
738         * debian/README.Debian
739         * debian/changelog
740         * debian/claws-mail.desktop
741         * debian/claws-mail.menu
742         * debian/claws-mail.postinst.debhelper
743         * debian/claws-mail.postrm.debhelper
744         * debian/control
745         * debian/copyright
746         * debian/files
747         * debian/rules
748         * debian/sylpheed-claws.desktop
749         * debian/sylpheed-claws.menu
750         * debian/sylpheed-claws.postinst.debhelper
751         * debian/sylpheed-claws.postrm.debhelper
752         * doc/man/Makefile.am
753         * doc/man/claws-mail.1
754         * doc/man/sylpheed-claws.1
755         * doc/src/ChangeLog.claws-pre0.8.0
756         * manual/Makefile.am
757         * manual/account.xml
758         * manual/ack.xml
759         * manual/addrbook.xml
760         * manual/advanced.xml
761         * manual/claws-mail-manual.xml
762         * manual/faq.xml
763         * manual/glossary.xml
764         * manual/handling.xml
765         * manual/intro.xml
766         * manual/keyboard.xml
767         * manual/plugins.xml
768         * manual/starting.xml
769         * manual/sylpheed-claws-manual.xml
770         * manual/xml2pdf
771         * manual/dist/.cvsignore
772         * manual/dist/html/.cvsignore
773         * manual/dist/html/Makefile.am
774         * manual/dist/pdf/.cvsignore
775         * manual/dist/pdf/Makefile.am
776         * manual/dist/ps/.cvsignore
777         * manual/dist/ps/Makefile.am
778         * manual/dist/txt/.cvsignore
779         * manual/dist/txt/Makefile.am
780         * manual/es/Makefile.am
781         * manual/es/advanced.xml
782         * manual/es/claws-mail-manual.xml
783         * manual/es/faq.xml
784         * manual/es/glossary.xml
785         * manual/es/handling.xml
786         * manual/es/intro.xml
787         * manual/es/plugins.xml
788         * manual/es/sylpheed-claws-manual.xml
789         * manual/es/dist/.cvsignore
790         * manual/es/dist/html/.cvsignore
791         * manual/es/dist/html/Makefile.am
792         * manual/es/dist/pdf/.cvsignore
793         * manual/es/dist/pdf/Makefile.am
794         * manual/es/dist/ps/.cvsignore
795         * manual/es/dist/ps/Makefile.am
796         * manual/es/dist/txt/.cvsignore
797         * manual/es/dist/txt/Makefile.am
798         * manual/fr/Makefile.am
799         * manual/fr/account.xml
800         * manual/fr/ack.xml
801         * manual/fr/addrbook.xml
802         * manual/fr/advanced.xml
803         * manual/fr/claws-mail-manual.xml
804         * manual/fr/faq.xml
805         * manual/fr/glossary.xml
806         * manual/fr/handling.xml
807         * manual/fr/intro.xml
808         * manual/fr/keyboard.xml
809         * manual/fr/plugins.xml
810         * manual/fr/starting.xml
811         * manual/fr/sylpheed-claws-manual.xml
812         * manual/fr/dist/.cvsignore
813         * manual/fr/dist/html/.cvsignore
814         * manual/fr/dist/html/Makefile.am
815         * manual/fr/dist/pdf/.cvsignore
816         * manual/fr/dist/pdf/Makefile.am
817         * manual/fr/dist/ps/.cvsignore
818         * manual/fr/dist/ps/Makefile.am
819         * manual/fr/dist/txt/.cvsignore
820         * manual/fr/dist/txt/Makefile.am
821         * manual/pl/Makefile.am
822         * manual/pl/account.xml
823         * manual/pl/ack.xml
824         * manual/pl/addrbook.xml
825         * manual/pl/advanced.xml
826         * manual/pl/claws-mail-manual.xml
827         * manual/pl/faq.xml
828         * manual/pl/glossary.xml
829         * manual/pl/handling.xml
830         * manual/pl/intro.xml
831         * manual/pl/keyboard.xml
832         * manual/pl/plugins.xml
833         * manual/pl/starting.xml
834         * manual/pl/sylpheed-claws-manual.xml
835         * manual/pl/dist/.cvsignore
836         * manual/pl/dist/html/.cvsignore
837         * manual/pl/dist/html/Makefile.am
838         * manual/pl/dist/pdf/.cvsignore
839         * manual/pl/dist/pdf/Makefile.am
840         * manual/pl/dist/ps/.cvsignore
841         * manual/pl/dist/ps/Makefile.am
842         * manual/pl/dist/txt/.cvsignore
843         * manual/pl/dist/txt/Makefile.am
844         * po/.cvsignore
845         * po/Makevars
846         * src/.cvsignore
847         * src/Makefile.am
848         * src/account.c
849         * src/account.h
850         * src/action.c
851         * src/action.h
852         * src/adbookbase.h
853         * src/addr_compl.c
854         * src/addr_compl.h
855         * src/addrbook.c
856         * src/addrcache.c
857         * src/addrcache.h
858         * src/addrcindex.c
859         * src/addrcindex.h
860         * src/addrclip.c
861         * src/addrclip.h
862         * src/addrdefs.h
863         * src/addressadd.c
864         * src/addressadd.h
865         * src/addressbook.c
866         * src/addressbook.h
867         * src/addressbook_foldersel.c
868         * src/addressbook_foldersel.h
869         * src/addrgather.c
870         * src/addrgather.h
871         * src/addrharvest.c
872         * src/addrharvest.h
873         * src/addrindex.c
874         * src/addrindex.h
875         * src/addritem.c
876         * src/addritem.h
877         * src/addrquery.c
878         * src/addrquery.h
879         * src/addrselect.c
880         * src/addrselect.h
881         * src/alertpanel.c
882         * src/alertpanel.h
883         * src/browseldap.c
884         * src/browseldap.h
885         * src/codeconv.c
886         * src/codeconv.h
887         * src/compose.c
888         * src/crash.c
889         * src/crash.h
890         * src/customheader.c
891         * src/customheader.h
892         * src/displayheader.c
893         * src/displayheader.h
894         * src/editaddress.c
895         * src/editaddress.h
896         * src/editbook.c
897         * src/editbook.h
898         * src/editgroup.c
899         * src/editgroup.h
900         * src/editjpilot.c
901         * src/editjpilot.h
902         * src/editldap.c
903         * src/editldap.h
904         * src/editldap_basedn.c
905         * src/editldap_basedn.h
906         * src/editvcard.c
907         * src/editvcard.h
908         * src/exphtmldlg.c
909         * src/exphtmldlg.h
910         * src/expldifdlg.c
911         * src/expldifdlg.h
912         * src/export.c
913         * src/exporthtml.c
914         * src/exporthtml.h
915         * src/exportldif.c
916         * src/exportldif.h
917         * src/filtering.c
918         * src/filtering.h
919         * src/folder.c
920         * src/folder.h
921         * src/folder_item_prefs.c
922         * src/folder_item_prefs.h
923         * src/foldersel.c
924         * src/foldersel.h
925         * src/folderutils.c
926         * src/folderutils.h
927         * src/folderview.c
928         * src/folderview.h
929         * src/grouplistdialog.c
930         * src/grouplistdialog.h
931         * src/html.c
932         * src/html.h
933         * src/image_viewer.c
934         * src/image_viewer.h
935         * src/imap.c
936         * src/imap.h
937         * src/imap_gtk.c
938         * src/imap_gtk.h
939         * src/import.c
940         * src/import.h
941         * src/importldif.c
942         * src/importldif.h
943         * src/importmutt.c
944         * src/importmutt.h
945         * src/importpine.c
946         * src/importpine.h
947         * src/inc.c
948         * src/inc.h
949         * src/jpilot.c
950         * src/jpilot.h
951         * src/ldapctrl.c
952         * src/ldapctrl.h
953         * src/ldaplocate.c
954         * src/ldaplocate.h
955         * src/ldapquery.c
956         * src/ldapquery.h
957         * src/ldapserver.c
958         * src/ldapserver.h
959         * src/ldaputil.c
960         * src/ldaputil.h
961         * src/ldif.c
962         * src/ldif.h
963         * src/localfolder.c
964         * src/localfolder.h
965         * src/main.c
966         * src/main.h
967         * src/mainwindow.c
968         * src/mainwindow.h
969         * src/manual.c
970         * src/manual.h
971         * src/matcher.c
972         * src/matcher.h
973         * src/matcher_parser.h
974         * src/matcher_parser_lex.l
975         * src/matcher_parser_parse.y
976         * src/mbox.c
977         * src/mbox.h
978         * src/message_search.c
979         * src/message_search.h
980         * src/messageview.c
981         * src/messageview.h
982         * src/mh.c
983         * src/mh.h
984         * src/mh_gtk.c
985         * src/mh_gtk.h
986         * src/mimeview.c
987         * src/mimeview.h
988         * src/msgcache.c
989         * src/msgcache.h
990         * src/mutt.c
991         * src/mutt.h
992         * src/news.c
993         * src/news.h
994         * src/news_gtk.c
995         * src/news_gtk.h
996         * src/noticeview.c
997         * src/noticeview.h
998         * src/partial_download.c
999         * src/partial_download.h
1000         * src/pine.c
1001         * src/pine.h
1002         * src/pop.c
1003         * src/pop.h
1004         * src/prefs_account.c
1005         * src/prefs_account.h
1006         * src/prefs_actions.c
1007         * src/prefs_actions.h
1008         * src/prefs_common.c
1009         * src/prefs_common.h
1010         * src/prefs_compose_writing.c
1011         * src/prefs_compose_writing.h
1012         * src/prefs_customheader.c
1013         * src/prefs_customheader.h
1014         * src/prefs_display_header.c
1015         * src/prefs_display_header.h
1016         * src/prefs_ext_prog.c
1017         * src/prefs_ext_prog.h
1018         * src/prefs_filtering.c
1019         * src/prefs_folder_column.c
1020         * src/prefs_folder_column.h
1021         * src/prefs_folder_item.c
1022         * src/prefs_folder_item.h
1023         * src/prefs_fonts.c
1024         * src/prefs_fonts.h
1025         * src/prefs_gtk.c
1026         * src/prefs_gtk.h
1027         * src/prefs_image_viewer.c
1028         * src/prefs_image_viewer.h
1029         * src/prefs_matcher.c
1030         * src/prefs_matcher.h
1031         * src/prefs_message.c
1032         * src/prefs_message.h
1033         * src/prefs_msg_colors.c
1034         * src/prefs_msg_colors.h
1035         * src/prefs_other.c
1036         * src/prefs_other.h
1037         * src/prefs_quote.c
1038         * src/prefs_quote.h
1039         * src/prefs_receive.c
1040         * src/prefs_receive.h
1041         * src/prefs_send.c
1042         * src/prefs_send.h
1043         * src/prefs_spelling.c
1044         * src/prefs_spelling.h
1045         * src/prefs_summaries.c
1046         * src/prefs_summaries.h
1047         * src/prefs_summary_column.c
1048         * src/prefs_summary_column.h
1049         * src/prefs_template.c
1050         * src/prefs_template.h
1051         * src/prefs_themes.c
1052         * src/prefs_themes.h
1053         * src/prefs_toolbar.c
1054         * src/prefs_toolbar.h
1055         * src/prefs_wrapping.c
1056         * src/prefs_wrapping.h
1057         * src/privacy.c
1058         * src/privacy.h
1059         * src/procheader.c
1060         * src/procheader.h
1061         * src/procmime.c
1062         * src/procmime.h
1063         * src/procmsg.c
1064         * src/procmsg.h
1065         * src/quote_fmt.c
1066         * src/quote_fmt_parse.y
1067         * src/recv.c
1068         * src/recv.h
1069         * src/remotefolder.c
1070         * src/remotefolder.h
1071         * src/send_message.c
1072         * src/send_message.h
1073         * src/setup.c
1074         * src/setup.h
1075         * src/sourcewindow.c
1076         * src/sourcewindow.h
1077         * src/ssl_manager.c
1078         * src/ssl_manager.h
1079         * src/statusbar.c
1080         * src/statusbar.h
1081         * src/stock_pixmap.c
1082         * src/stock_pixmap.h
1083         * src/summary_search.c
1084         * src/summary_search.h
1085         * src/summaryview.c
1086         * src/summaryview.h
1087         * src/syldap.c
1088         * src/syldap.h
1089         * src/textview.c
1090         * src/textview.h
1091         * src/toolbar.c
1092         * src/toolbar.h
1093         * src/undo.c
1094         * src/undo.h
1095         * src/unmime.c
1096         * src/unmime.h
1097         * src/vcard.c
1098         * src/vcard.h
1099         * src/wizard.c
1100         * src/wizard.h
1101         * src/common/base64.c
1102         * src/common/base64.h
1103         * src/common/defs.h
1104         * src/common/hooks.c
1105         * src/common/hooks.h
1106         * src/common/log.c
1107         * src/common/log.h
1108         * src/common/mgutils.c
1109         * src/common/mgutils.h
1110         * src/common/nntp.c
1111         * src/common/nntp.h
1112         * src/common/passcrypt.c
1113         * src/common/passcrypt.h.in
1114         * src/common/plugin.c
1115         * src/common/plugin.h
1116         * src/common/prefs.c
1117         * src/common/prefs.h
1118         * src/common/progressindicator.c
1119         * src/common/progressindicator.h
1120         * src/common/quoted-printable.c
1121         * src/common/quoted-printable.h
1122         * src/common/session.c
1123         * src/common/session.h
1124         * src/common/smtp.c
1125         * src/common/smtp.h
1126         * src/common/socket.c
1127         * src/common/socket.h
1128         * src/common/ssl.c
1129         * src/common/ssl.h
1130         * src/common/stringtable.c
1131         * src/common/stringtable.h
1132         * src/common/sylpheed.c
1133         * src/common/sylpheed.h
1134         * src/common/template.c
1135         * src/common/template.h
1136         * src/common/timing.h
1137         * src/common/utils.c
1138         * src/common/utils.h
1139         * src/common/version.h.in
1140         * src/common/xml.c
1141         * src/common/xml.h
1142         * src/common/xmlprops.c
1143         * src/common/xmlprops.h
1144         * src/gtk/about.c
1145         * src/gtk/colorlabel.c
1146         * src/gtk/colorlabel.h
1147         * src/gtk/colorsel.c
1148         * src/gtk/colorsel.h
1149         * src/gtk/combobox.c
1150         * src/gtk/combobox.h
1151         * src/gtk/description_window.c
1152         * src/gtk/description_window.h
1153         * src/gtk/filesel.c
1154         * src/gtk/filesel.h
1155         * src/gtk/foldersort.c
1156         * src/gtk/foldersort.h
1157         * src/gtk/gtkaspell.c
1158         * src/gtk/gtkaspell.h
1159         * src/gtk/gtksctree.c
1160         * src/gtk/gtkshruler.c
1161         * src/gtk/gtkshruler.h
1162         * src/gtk/gtkutils.c
1163         * src/gtk/gtkutils.h
1164         * src/gtk/icon_legend.c
1165         * src/gtk/icon_legend.h
1166         * src/gtk/logwindow.c
1167         * src/gtk/logwindow.h
1168         * src/gtk/manage_window.c
1169         * src/gtk/manage_window.h
1170         * src/gtk/pluginwindow.c
1171         * src/gtk/pluginwindow.h
1172         * src/gtk/prefswindow.c
1173         * src/gtk/prefswindow.h
1174         * src/gtk/quicksearch.c
1175         * src/gtk/quicksearch.h
1176         * src/pixmaps/claws-mail.xpm
1177         * src/pixmaps/claws-mail_icon.xpm
1178         * src/pixmaps/claws-mail_logo.xpm
1179         * src/pixmaps/sylpheed-claws.xpm
1180         * src/pixmaps/sylpheed-claws_icon.xpm
1181         * src/pixmaps/sylpheed-claws_logo.xpm
1182         * src/plugins/bogofilter/Makefile.am
1183         * src/plugins/bogofilter/bogofilter.c
1184         * src/plugins/bogofilter/bogofilter.h
1185         * src/plugins/bogofilter/bogofilter_gtk.c
1186         * src/plugins/clamav/Makefile.am
1187         * src/plugins/clamav/clamav_plugin.c
1188         * src/plugins/clamav/clamav_plugin.h
1189         * src/plugins/clamav/clamav_plugin_gtk.c
1190         * src/plugins/demo/Makefile.am
1191         * src/plugins/demo/demo.c
1192         * src/plugins/dillo_viewer/Makefile.am
1193         * src/plugins/dillo_viewer/README
1194         * src/plugins/dillo_viewer/dillo_prefs.c
1195         * src/plugins/dillo_viewer/dillo_prefs.h
1196         * src/plugins/dillo_viewer/dillo_viewer.c
1197         * src/plugins/pgpcore/Makefile.am
1198         * src/plugins/pgpcore/passphrase.c
1199         * src/plugins/pgpcore/passphrase.h
1200         * src/plugins/pgpcore/pgp_viewer.c
1201         * src/plugins/pgpcore/pgp_viewer.h
1202         * src/plugins/pgpcore/plugin.c
1203         * src/plugins/pgpcore/prefs_gpg.c
1204         * src/plugins/pgpcore/prefs_gpg.h
1205         * src/plugins/pgpcore/select-keys.c
1206         * src/plugins/pgpcore/select-keys.h
1207         * src/plugins/pgpcore/sgpgme.c
1208         * src/plugins/pgpcore/sgpgme.h
1209         * src/plugins/pgpcore/sylpheed.def
1210         * src/plugins/pgpcore/version.rc
1211         * src/plugins/pgpinline/Makefile.am
1212         * src/plugins/pgpinline/pgpinline.c
1213         * src/plugins/pgpinline/pgpinline.h
1214         * src/plugins/pgpinline/plugin.c
1215         * src/plugins/pgpinline/sylpheed.def
1216         * src/plugins/pgpinline/version.rc
1217         * src/plugins/pgpmime/Makefile.am
1218         * src/plugins/pgpmime/pgpmime.c
1219         * src/plugins/pgpmime/pgpmime.h
1220         * src/plugins/pgpmime/plugin.c
1221         * src/plugins/pgpmime/sylpheed.def
1222         * src/plugins/pgpmime/version.rc
1223         * src/plugins/spamassassin/Makefile.am
1224         * src/plugins/spamassassin/README
1225         * src/plugins/spamassassin/spamassassin.c
1226         * src/plugins/spamassassin/spamassassin.h
1227         * src/plugins/spamassassin/spamassassin_gtk.c
1228         * src/plugins/trayicon/Makefile.am
1229         * src/plugins/trayicon/trayicon.c
1230         * tools/OOo2sylpheed.pl
1231         * tools/README
1232         * tools/README.sylprint
1233         * tools/acroread2sylpheed.pl
1234         * tools/claws.i18n.status.pl
1235         * tools/filter_conv.pl
1236         * tools/filter_conv_new.pl
1237         * tools/freshmeat_search.pl
1238         * tools/google_search.pl
1239         * tools/kmail2sylpheed.pl
1240         * tools/kmail2sylpheed_v2.pl
1241         * tools/make.themes.project
1242         * tools/multiwebsearch.pl
1243         * tools/nautilus2sylpheed.sh
1244         * tools/outlook2sylpheed.pl
1245         * tools/sylprint.pl
1246         * tools/sylprint.rc
1247         * tools/tb2sylpheed
1248         * tools/textviewer.sh
1249         * tools/vcard2xml.py
1250         * tools/kdeservicemenu/README
1251         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1252         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1253         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1254                 Change name to Claws Mail. Announce to follow...
1255
1256 2006-11-06 [wwp]        2.6.0cvs6
1257
1258         * src/prefs_template.c
1259                 unify messages related to quote format/template errors (fix
1260                 capitalization), again.
1261
1262 2006-11-06 [wwp]        2.6.0cvs5
1263
1264         * src/prefs_quote.c
1265                 unify messages related to quote format/template errors.
1266
1267 2006-11-06 [wwp]        2.6.0cvs4
1268
1269         * src/prefs_msg_colors.c
1270                 more uses of Q_ macro for contextual translations, thanks
1271                 to Fabien (fzzzzz).
1272
1273 2006-11-06 [wwp]        2.6.0cvs3
1274
1275         * src/compose.c
1276         * src/common/utils.c
1277         * src/common/utils.h
1278                 show an alertpanel to make sure users are aware that sensitive
1279                 files are attached (it's file blacklist-based). This will fix
1280                 interaction w/ GoogleEarth for instance, thanks to Colin.
1281
1282 2006-11-06 [wwp]        2.6.0cvs2
1283
1284         * src/prefs_quote.c
1285         * src/prefs_template.c
1286         * src/prefs_template.h
1287                 check quote format when applying/closing prefs. For now this only
1288                 shows up an error dialog box, not preventing the user from using
1289                 a broken quote (reply, forwards) format.
1290
1291 2006-11-06 [wwp]        2.6.0cvs1
1292
1293         * src/prefs_template.c
1294                 fix missing checks of some template fields.
1295
1296 2006-11-06 [paul]       2.6.0
1297
1298         * NEWS
1299         * README
1300         * RELEASE_NOTES
1301                 2.6.0 released
1302
1303 2006-11-06 [paul]       2.5.6cvs22
1304
1305         * manual/advanced.xml
1306         * manual/es/advanced.xml
1307                 put 'respect_flowed_format' info in the correct
1308                 place
1309
1310 2006-11-06 [mones]      2.5.6cvs21
1311
1312         * po/es.po
1313                 Minor fixes for release
1314
1315 2006-11-06 [paul]       2.5.6cvs20
1316
1317         * po/cs.po
1318         * po/de.po
1319         * po/fr.po
1320         * po/it.po
1321         * po/nl.po
1322         * po/pt_BR.po
1323         * po/sk.po
1324         * po/sv.po
1325         * po/zh_CN.po
1326                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1327                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1328                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1329                 Young
1330
1331 2006-11-02 [colin]      2.5.6cvs19
1332
1333         * src/imap.c
1334         * src/imap.h
1335         * src/prefs_account.c
1336         * src/etpan/imap-thread.c
1337                 Add GSSAPI support - fixes Debian bug #383274
1338
1339 2006-11-01 [colin]      2.5.6cvs18
1340
1341         * src/jpilot.c
1342                 Handle libpisock12 support. Probably
1343                 fixes bug 1046, 'jpilot AddressDB.pdb 
1344                 import fail'
1345
1346 2006-11-01 [colin]      2.5.6cvs17
1347
1348         * src/folderutils.c
1349                 debug_print() folderutils_mark_all_read()
1350
1351 2006-11-01 [colin]      2.5.6cvs16
1352
1353         * COPYING
1354                 Add missed files to the Apache exception
1355
1356 2006-10-31 [colin]      2.5.6cvs15
1357
1358         * src/folder.c
1359         * src/folder.h
1360                 Add a copy_private_data() func to FolderClasses
1361                 Doesn't break the feature freeze, because we 
1362                 won't use it (right now) in the core.
1363
1364 2006-10-31 [colin]      2.5.6cvs14
1365
1366         * COPYING
1367                 Allow linking with the Apache licensed files in
1368                 src/plugins/spamassassin. Hopefully fixes 
1369                 bug 1048, 'Spamassassin plugin license problem'
1370
1371 2006-10-31 [wwp]        2.5.6cvs13
1372
1373         * src/compose.c
1374                 fix and optimize trimming of leading linefeeds in body loop.
1375
1376 2006-10-31 [colin]      2.5.6cvs12
1377
1378         * src/etpan/imap-thread.c
1379         * src/imap.c
1380                 Make really sure to have NULL sets in case
1381                 of error
1382
1383 2006-10-30 [wwp]        2.5.6cvs11
1384
1385         * src/prefs_common.c
1386         * src/prefs_common.h
1387         * src/compose.c
1388                 fix broken storage of quote format template when it contains \-escape
1389                 sequences. The application of such sequences is also fixed now (\t
1390                 in quote format will be a real tab instead of a 't', for instance).
1391
1392 2006-10-27 [colin]      2.5.6cvs10
1393
1394         * src/compose.c
1395                 Probably fix bug 1045, 'sylpheed-claws 
1396                 doesn't remove the mail from the IMAP 
1397                 Queue folder after sending'. From
1398                 2.5.6cvs3-stable
1399
1400 2006-10-27 [colin]      2.5.6cvs9
1401
1402         * configure.ac
1403                 Require libetpan-0.48. I'm so annoying,
1404                 I know ;-)
1405
1406 2006-10-27 [colin]      2.5.6cvs8
1407
1408         * src/folder.c
1409         * src/imap.c
1410                 Probably fix bug 1044, 'sylpheed-claws 
1411                 segfaults while moving mails' - Fix relation
1412                 usage when moving to an IMAP mailbox from another
1413                 mailbox
1414
1415 2006-10-26 [paul]       2.5.6cvs7
1416
1417         * src/gtk/about.c
1418                 add libSM to compiled-in features
1419                 list
1420
1421 2006-10-24 [colin]      2.5.6cvs6
1422
1423         * src/textview.c
1424         * src/gtk/gtkutils.c
1425                 Fix crash when printing emails with an
1426                 xface
1427
1428 2006-10-24 [mones]      2.5.6cvs5
1429
1430         * manual/es/advanced.xml
1431                 Synchronize hidden option respect_flowed_format
1432         * po/es.po
1433                 Updated translation
1434
1435 2006-10-21 [paul]       2.5.6cvs4
1436
1437         * src/gtk/authors.h
1438         * src/plugins/pgpcore/pgp_viewer.c
1439         * src/plugins/pgpcore/sgpgme.c
1440                 fix building on BSDs
1441                 Thanks to Michael Hughes
1442                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1443
1444 2006-10-20 [colin]      2.5.6cvs3
1445
1446         * configure.ac
1447                 Bump up libetpan requirement
1448                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1449         * src/common/utils.c
1450         * src/common/utils.h
1451                 Add convenience get_file_mtime()
1452         * src/imap.c
1453         * src/etpan/imap-thread.c
1454         * src/etpan/imap-thread.h
1455                 Implement UIDPLUS support if the server
1456                 supports it - faster sending in this case
1457
1458 2006-10-19 [colin]      2.5.6cvs2
1459
1460         * src/gtk/quicksearch.c
1461                 Fix emptying in type-ahead+extended mode
1462         * src/mainwindow.c
1463         * src/mainwindow.h
1464                 Add a hook for offline state change
1465         * src/plugins/trayicon/trayicon.c
1466                 Use it to display offline icons
1467         * src/plugins/trayicon/Makefile.am
1468         * src/plugins/trayicon/newmail.offline.xpm
1469         * src/plugins/trayicon/newmarkedmail.offline.xpm
1470         * src/plugins/trayicon/nomail.offline.xpm
1471         * src/plugins/trayicon/unreadmail.offline.xpm
1472         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1473                 Add the icons
1474
1475 2006-10-12 [paul]       2.5.6cvs1
1476
1477         * NEWS
1478         * README
1479         * configure.ac
1480                 Update version number following
1481                 stable release
1482
1483 2006-10-19 [colin]      2.5.5cvs18
1484
1485         * manual/handling.xml
1486                 Add type-ahead search
1487
1488 2006-10-18 [colin]      2.5.5cvs17
1489
1490         * src/gtk/quicksearch.c
1491                 Remove "save to history only if there's
1492                 no syntax error", it breaks for some 
1493                 reason which I'll investigate later.
1494
1495 2006-10-18 [colin]      2.5.5cvs16
1496
1497         * src/prefs_common.c
1498         * src/prefs_common.h
1499         * src/summaryview.c
1500         * src/gtk/quicksearch.c
1501         * src/gtk/quicksearch.h
1502                 Add a type-ahead option for fast searches
1503                 Patch by Fabien Vantard
1504
1505 2006-10-18 [colin]      2.5.5cvs15
1506
1507         * src/compose.c
1508         * src/compose.h
1509                 Add Options/Reply mode/ menu to be able to
1510                 change the recipients of a reply on the fly
1511
1512 2006-10-18 [colin]      2.5.5cvs14
1513
1514         * src/compose.c
1515                 Fix redirecting of our own sent mails
1516
1517 2006-10-17 [wwp]        2.5.5cvs13
1518
1519         * src/send_message.c
1520                 Fix duplicate error messages when sending, and missing
1521                 newline in such error messages.
1522
1523 2006-10-17 [colin]      2.5.5cvs12
1524
1525         * src/compose.c
1526                 Compare addresses case-insensitive
1527
1528 2006-10-17 [colin]      2.5.5cvs11
1529
1530         * src/plugins/pgpcore/sgpgme.c
1531                 Fix return status
1532
1533 2006-10-17 [colin]      2.5.5cvs10
1534
1535         * src/plugins/pgpcore/pgp_viewer.c
1536                 Fix return status
1537
1538 2006-10-17 [colin]      2.5.5cvs9
1539
1540         * src/quote_fmt.c
1541                 Fix a typo (thanks to Fabien)
1542
1543 2006-10-16 [colin]      2.5.5cvs8
1544
1545         * src/textview.c
1546                 Fix problem with quote-folding when emails
1547                 don't convert cleanly to UTF-8
1548
1549 2006-10-14 [colin]      2.5.5cvs7
1550
1551         * src/prefs_template.c
1552                 Reset fields when reopening
1553                 the window
1554
1555 2006-10-13 [paul]       2.5.5cvs6
1556
1557         * manual/advanced.xml
1558         * src/prefs_message.c
1559                 make 'respect_flowed_format' a hidden
1560                 option, and add a manual entry for it
1561                 Thanks to Colin
1562
1563 2006-10-12 [colin]      2.5.5cvs5
1564
1565         * src/codeconv.c
1566                 Revert part of 2.5.2cvs21:
1567                 Don't optimise by reusing the 
1568                 last iconv converter if possible:
1569                 it seems slightly broken in a 
1570                 very hard way to reproduce
1571
1572 2006-10-12 [colin]      2.5.5cvs4
1573
1574         * src/prefs_common.c
1575         * src/prefs_common.h
1576         * src/prefs_message.c
1577         * src/procmime.c
1578                 Fix bug 1035, 'Incorrect handling 
1579                 of flowed lines'. We now optionnaly
1580                 handle this format (preference is in
1581                 Message View/Text options section)
1582
1583 2006-10-12 [colin]      2.5.5cvs3
1584
1585         * po/POTFILES.in
1586                 Add new file
1587         * src/plugins/pgpcore/pgp_viewer.c
1588         * src/plugins/pgpcore/sgpgme.c
1589                 Don't try to import without asking
1590
1591 2006-10-12 [colin]      2.5.5cvs2
1592
1593         * src/compose.c
1594                 Fix bug 1036, 'Forwarding a mutlipart
1595                 mail with a "text/html" block to ms
1596                 outlook users leeds to freeze of
1597                 outlook'. Poor outlook users...
1598
1599 2006-10-12 [paul]       2.5.5cvs1
1600
1601         * NEWS
1602         * README
1603         * configure.ac
1604                 Update version number following
1605                 stable release
1606
1607 2006-10-11 [paul]       2.5.4cvs1
1608
1609         * NEWS
1610         * README
1611         * configure.ac
1612                 Update version number following
1613                 stable release
1614
1615 2006-10-11 [paul]       2.5.3cvs32
1616
1617         * src/textview.c
1618                 fix bug 1032, 'Segmentation fault when showing
1619                 message' (bug in quote folding)
1620                 Thanks to Colin
1621
1622 2006-10-10 [colin]      2.5.3cvs31
1623
1624         * src/quote_fmt.c
1625                 Rephrase english a bit
1626
1627 2006-10-10 [colin]      2.5.3cvs30
1628
1629         * src/prefs_compose_writing.c
1630                 Stop making the page larger than the window
1631
1632 2006-10-10 [wwp]        2.5.3cvs29
1633
1634         * src/compose.c
1635         * src/prefs_template.c
1636         * src/quote_fmt.c
1637         * src/quote_fmt.h
1638         * src/quote_fmt_lex.l
1639         * src/quote_fmt_parse.y
1640                 Extend the quote parser a bit: allow to get access to
1641                 basic (composing) account info.
1642
1643 2006-10-10 [colin]      2.5.3cvs28
1644
1645         * src/procheader.c
1646                 Fix this \t problem in subject
1647
1648 2006-10-09 [colin]      2.5.3cvs27
1649
1650         * src/main.c
1651         * src/prefs_gtk.c
1652                 Prepare cache a bit later
1653                 If section already exists, skip the new one 
1654                 (as previously); avoid writing the same block
1655                 twice - if we find a second block with the 
1656                 same id, skip it.
1657         * src/plugins/pgpcore/pgp_viewer.c
1658                 Set cursor to busy when retrieving a key
1659         * src/plugins/pgpcore/sgpgme.c
1660                 allow 5 seconds for gpg to export the key
1661                 
1662
1663 2006-10-09 [colin]      2.5.3cvs26
1664
1665         * configure.ac
1666         * src/msgcache.c
1667         * src/prefs_gtk.c
1668                 Check for existence of fgets_unlocked
1669                 and fwrite_unlocked
1670
1671 2006-10-09 [paul]       2.5.3cvs25
1672
1673         * src/prefs_summaries.c
1674                 replace strftime() with fast_strftime() and in
1675                 the consequence fix the bug in the display of
1676                 AM/PM in the 'Example' string
1677
1678 2006-10-09 [ticho]      2.5.3cvs24
1679
1680         * po/sk.po
1681                 Updated (and fixed up somewhat) Slovak translation.
1682
1683 2006-10-08 [colin]      2.5.3cvs23
1684
1685         * src/prefs_folder_item.c
1686                 Explain why prefs in the top-level folder
1687                 aren't retained, but are still useful
1688
1689 2006-10-08 [colin]      2.5.3cvs22
1690
1691         * src/prefs_gtk.c
1692                 Don't cache anything if caching fails
1693
1694 2006-10-08 [colin]      2.5.3cvs21
1695
1696         * src/common/utils.c
1697                 always include gi18n.h
1698
1699 2006-10-07 [colin]      2.5.3cvs20
1700
1701         * src/plugins/pgpcore/pgp_viewer.c
1702                 Kill gpg after 5 seconds wait
1703
1704 2006-10-07 [colin]      2.5.3cvs19
1705
1706         * src/plugins/pgpcore/pgp_viewer.c
1707         * src/plugins/pgpcore/pgp_viewer.h
1708                 Fix copyright
1709
1710 2006-10-07 [colin]      2.5.3cvs18
1711
1712         * src/plugins/pgpcore/pgp_viewer.c
1713         * src/plugins/pgpcore/pgp_viewer.h
1714                 Actually add the files to CVS
1715
1716 2006-10-07 [colin]      2.5.3cvs17
1717
1718         * src/plugins/pgpcore/sgpgme.c
1719                 Be sure not to crash on 'application/pgp-signature' that
1720                 are not application/pgp-signatures
1721
1722 2006-10-07 [colin]      2.5.3cvs16
1723
1724         * src/textview.c
1725         * src/textview.h
1726                 Make a bit more of the API available
1727         * src/plugins/pgpcore/Makefile.am
1728         * src/plugins/pgpcore/plugin.c
1729         * src/plugins/pgpcore/sgpgme.c
1730                 Add basic key import/export
1731
1732 2006-10-07 [colin]      2.5.3cvs15
1733
1734         * src/folderview.c
1735         * src/imap.c
1736         * src/prefs_account.c
1737         * src/wizard.c
1738                 Warn users *everywhere* if libetpan's not
1739                 linked in
1740
1741 2006-10-06 [mones]      2.5.3cvs14
1742
1743         * po/de.po
1744         * po/es.po
1745                 updated by Stephan Sachse and me
1746
1747 2006-10-06 [colin]      2.5.3cvs13
1748
1749         * src/main.c
1750         * src/common/sylpheed.c
1751                 Don't load common plugins if --exit is passed
1752         * src/prefs_gtk.c
1753         * src/prefs_gtk.h
1754                 Implement a cache to avoid reading the same
1755                 files over and over again at startup
1756
1757 2006-10-06 [colin]      2.5.3cvs12
1758
1759         * src/summaryview.c
1760         * src/gtk/quicksearch.c
1761                 Update display every 5k mails on fast searches
1762
1763 2006-10-06 [colin]      2.5.3cvs11
1764
1765         * src/textview.c
1766                 Don't do quote folding on HTML or ERTF.
1767                 May fix the Cygwin issues if they were
1768                 happening with HTML mails?
1769
1770 2006-10-05 [colin]      2.5.3cvs10
1771
1772         * src/prefs_gtk.c
1773                 Oops, forgot one
1774
1775 2006-10-05 [colin]      2.5.3cvs9
1776
1777         * src/prefs_gtk.c
1778                 Use unlocked_stdio here too
1779
1780 2006-10-05 [colin]      2.5.3cvs8
1781
1782         * src/folderview.c
1783                 Fix go to next * after preferences apply
1784         * src/msgcache.c
1785                 Do the fd lock/unlock ourselves instead of
1786                 letting the libc do it at each write 
1787
1788 2006-10-05 [colin]      2.5.3cvs7
1789
1790         * src/common/utils.c
1791                 Faster division, thanks to Jean Diraison
1792
1793 2006-10-05 [paul]       2.5.3cvs6
1794
1795         * src/common/utils.c
1796                 fix building with --disable-nls
1797
1798 2006-10-04 [colin]      2.5.3cvs5
1799
1800         * src/folder.c
1801                 Maybe fix a segfault
1802
1803 2006-10-04 [wwp]        2.5.3cvs4
1804
1805         * src/prefs_folder_item.c
1806                 Fine-tune layouts in folder item prefs. Suggested by
1807                 Fabien Vantard <fzzzzz@gmail.com>.
1808
1809 2006-10-04 [wwp]        2.5.3cvs3
1810
1811         * src/prefs_folder_item.c
1812                 Kill the clandestine passengers. You didn't see anything.
1813
1814 2006-10-04 [wwp]        2.5.3cvs2
1815
1816         * src/prefs_folder_item.c
1817                 Add a way to test the subject simplify regexp in
1818                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1819                 w/ few layout changes.
1820
1821 2006-20-04 [paul]       2.5.3cvs1
1822
1823         * NEWS
1824         * README
1825         * configure.ac
1826                 Update version number following
1827                 stable release
1828
1829 2006-10-04 [colin]      2.5.2cvs42
1830
1831         * src/folder.c
1832         * src/folder.h
1833         * src/summaryview.c
1834                 Provide a way for folder classes to set their sort
1835                 type and key
1836
1837 2006-10-03 [colin]      2.5.2cvs41
1838
1839         * src/mh.c
1840                 Don't use strlen() to know if the
1841                 string's empty
1842
1843 2006-10-03 [colin]      2.5.2cvs40
1844
1845         * src/mh.c
1846                 Fix "check for new folders" with accentued folders
1847
1848 2006-10-03 [ticho]      2.5.2cvs39
1849
1850         * src/filtering.c
1851         * src/folder.c
1852         * src/inc.c
1853         * src/mbox.c
1854                 Colin's fix for "copy" filtering rules.
1855
1856 2006-10-02 [colin]      2.5.2cvs38
1857
1858         * src/folderview.c
1859                 Fix for double-click too
1860
1861 2006-10-02 [colin]      2.5.2cvs37
1862
1863         * src/folderview.c
1864                 correct fix for cvs36
1865
1866 2006-10-02 [colin]      2.5.2cvs36
1867
1868         * src/folderview.c
1869                 Fix 'goto next unread' after collapsing/expanding 
1870                 a node.
1871
1872 2006-10-02 [colin]      2.5.2cvs35
1873
1874         * src/summaryview.c
1875                 Fix double freeze/thaw
1876         * src/common/utils.c
1877         * src/common/utils.h
1878                 Reimplement strftime
1879         * src/procheader.c
1880                 Use it
1881
1882
1883 2006-10-02 [colin]      2.5.2cvs34
1884
1885         * src/mh.c
1886                 Time mh_write_sequences() - it's fast
1887         * src/summaryview.c
1888                 Init a variable to shut up gcc
1889
1890 2006-10-01 [colin]      2.5.2cvs33
1891
1892         * src/folder.c
1893         * src/mh.c
1894         * src/mh.h
1895         * src/msgcache.c
1896                 Add helper mh_set_mtime(), and set mtime to stat()'s result
1897                 Add fsync but disable it, it's slow as hell
1898
1899 2006-10-01 [colin]      2.5.2cvs32
1900
1901         * src/mh.c
1902         * src/msgcache.c
1903                 fflush() caches and mh_sequences before
1904                 fclose()ing
1905
1906 2006-10-01 [colin]      2.5.2cvs31
1907
1908         * src/msgcache.c
1909                 Don't ftruncate when not using mmap
1910
1911 2006-09-30 [colin]      2.5.2cvs30
1912
1913         * src/main.c
1914                 Write folder list *after* saving caches
1915
1916 2006-09-30 [colin]      2.5.2cvs29
1917
1918         * src/folder.c
1919         * src/mh.c
1920                 Debug forced mtime changes
1921
1922 2006-09-30 [colin]      2.5.2cvs28
1923
1924         * src/folder.c
1925         * src/main.c
1926                 Remove useless debug_print()s (code
1927                 well-tested)
1928
1929 2006-09-30 [colin]      2.5.2cvs27
1930
1931         * src/mh.c
1932                 Do stuff faster when writing mh_sequences
1933
1934 2006-09-30 [colin]      2.5.2cvs26
1935
1936         * src/mh.c
1937                 Don't let the writing of .mh_sequences, which
1938                 can change the folder's mtime, let us think
1939                 we need to scan.
1940
1941 2006-09-30 [colin]      2.5.2cvs25
1942
1943         * src/folder.c
1944                 Move a debug_print where it belongs 
1945                 (processing)
1946         * src/summaryview.c
1947                 Don't mess with a huge slow subject
1948                 table if we're not threading by
1949                 subject
1950
1951 2006-09-30 [colin]      2.5.2cvs24
1952
1953         * src/msgcache.c
1954                 Reenable mmaped reads (*not* writes!)
1955         * src/procmsg.c
1956                 Don't destroy and recreate hashtables just
1957                 for fun
1958         * src/common/utils.c
1959                 Remove useless reply prefixes (it's case
1960                 unsensitive)
1961
1962 2006-09-30 [wwp]        2.5.2cvs23
1963
1964         * tools/fix_date.sh
1965                 Fixed a minor bug in date value extraction, added a switch
1966                 to replace non RFC-compliant Date: value, added a switch
1967                 to use strict RFC matching patterns for dates.
1968
1969 2006-09-29 [colin]      2.5.2cvs22
1970
1971         * src/matcher_parser.h
1972         * src/matcher_parser_parse.y
1973         * src/prefs_filtering.c
1974         * src/statusbar.c
1975         * src/summary_search.c
1976         * src/summaryview.c
1977         * src/gtk/quicksearch.c
1978         * src/gtk/quicksearch.h
1979                 Optimise searches by setting different
1980                 refresh intervals (depending if the 
1981                 search is fast or not)
1982
1983 2006-09-29 [colin]      2.5.2cvs21
1984
1985         * src/codeconv.c
1986                 Optimise by reusing the last iconv converter
1987                 if possible
1988         * src/textview.c
1989                 Optimise a bit (the foldable quotes feature
1990                 still has an awful O(n^2) algo
1991
1992 2006-09-29 [colin]      2.5.2cvs20
1993
1994         * src/gtk/gtksctree.c
1995         * src/gtk/gtksctree.h
1996                 Optimise de-selection via up/down or
1997                 another key
1998
1999 2006-09-28 [colin]      2.5.2cvs19
2000
2001         * src/action.c
2002         * src/compose.c
2003         * src/folderview.c
2004         * src/mainwindow.c
2005         * src/messageview.c
2006         * src/summary_search.c
2007         * src/toolbar.c
2008                 Avoid using summaryview->ctree directly
2009
2010 2006-09-28 [colin]      2.5.2cvs18
2011
2012         * src/summaryview.c
2013         * src/summaryview.h
2014                 Add helpers to freeze/thaw/grab_focus
2015                 Factorize calls to freeze/thaw/grab_focus
2016                 
2017
2018 2006-09-28 [colin]      2.5.2cvs17
2019
2020         * src/main.c
2021                 More guards for the session management
2022
2023 2006-09-28 [colin]      2.5.2cvs16
2024
2025         * src/folderview.c
2026         * src/gtk/gtksctree.c
2027         * src/gtk/gtksctree.h
2028                 Make expanding not recursive in folderview
2029
2030 2006-09-28 [colin]      2.5.2cvs15
2031
2032         * src/addressbook.c
2033                 If nothing is selected in the list (right part)
2034                 and a group is selected in the tree (left part),
2035                 mail this group.
2036
2037 2006-09-28 [colin]      2.5.2cvs14
2038
2039         * src/Makefile.am
2040                 Actually use SM_LIBS
2041
2042 2006-09-28 [ticho]      2.5.2cvs13
2043
2044         * src/export.c
2045         * src/messageview.c
2046         * src/mimeview.c
2047         * src/news.c
2048         * src/pop.c
2049         * src/prefs_themes.c
2050         * src/procmsg.c
2051                 Small i18n string optimization.
2052         * src/send_message.c
2053         * src/summaryview.c
2054         * src/common/session.c
2055         * src/common/smtp.c
2056         * src/common/ssl_certificate.c
2057         * src/common/utils.c
2058                 Use "Couldn't" instead of "Can't" in UI messages,
2059                 where appropriate.
2060
2061 2006-09-28 [colin]      2.5.2cvs12
2062
2063         * configure.ac
2064                 Possibly fix link errors
2065
2066 2006-09-27 [wwp]        2.5.2cvs11
2067
2068         * src/gtk/authors.h
2069         * doc/man/sylpheed-claws.1
2070         * manual/ack.xml
2071         * manual/es/ack.xml
2072         * manual/fr/ack.xml
2073         * manual/pl/ack.xml
2074                 Updated authors info (me, myself and I).
2075
2076 2006-09-27 [colin]      2.5.2cvs10
2077
2078         * src/addressbook.c
2079                 Remove useless printf
2080
2081 2006-09-27 [wwp]        2.5.2cvs9
2082
2083         * src/editgroup.c
2084         * src/send_message.c
2085         * src/inc.c
2086         * src/prefs_common.c
2087         * src/prefs_common.h
2088         * src/gtk/progressdialog.c
2089                 remember more windows' sizes (send dialog, received dialog,
2090                 edit group in addressbook).
2091
2092 2006-09-27 [colin]      2.5.2cvs8
2093
2094         * configure.ac
2095         * src/main.c
2096         * src/mainwindow.h
2097                 Use libSM to communicate with the session
2098                 manager, so that we can know when the 
2099                 session ends, save our caches, and draft
2100                 our compose windows.
2101
2102 2006-09-27 [colin]      2.5.2cvs7
2103
2104         * src/addressbook.c
2105                 Fix issues:
2106                 o Allow Book and Group creation from the tree's
2107                   contextual menu
2108                 o Do not actually delete the contacts when 
2109                   deleting groups from the tree (duh!)
2110
2111 2006-09-27 [colin]      2.5.2cvs6
2112
2113         * src/compose.c
2114         * src/compose.h
2115         * src/mainwindow.c
2116         * src/textview.c
2117         * src/toolbar.c
2118                 o Allow passing an email address to 
2119                   compose_new_with_folderitem
2120                 o Update callers
2121                 o Use current folderitem when clicking
2122                   on a TextView mailto: link
2123                 o Fix a possible leak in TextView
2124
2125 2006-09-27 [colin]      2.5.2cvs5
2126
2127         * src/html.c
2128                 Use UTF-8 chars to replace HTML entities
2129
2130 2006-09-27 [colin]      2.5.2cvs4
2131
2132         * AUTHORS
2133         * src/prefs_account.c
2134         * src/gtk/authors.h
2135                 Fix bug #1024 (Array index out of
2136                 range in sylpheed-claws-2.5.2)
2137                 Patch by Ales Nosek <anosek@suse.cz>
2138
2139 2006-09-27 [colin]      2.5.2cvs3
2140
2141         * src/addr_compl.c
2142                 Actually do the test
2143
2144 2006-09-27 [colin]      2.5.2cvs2
2145
2146         * src/addr_compl.c
2147         * src/addr_compl.h
2148                 Allow completing with comma (in certain cases: vCalendar
2149                 for example doesn't support that)
2150                 Patch by Fabien Vantard
2151
2152 2006-09-26 [colin]      2.5.2cvs1
2153
2154         * src/Makefile.am
2155         * src/addr_compl.c
2156         * src/addr_compl.h
2157         * src/addrbook.c
2158         * src/addrbook.h
2159         * src/addressbook.c
2160         * src/addrindex.c
2161         * src/addrindex.h
2162         * src/compose.c
2163         * src/prefs_common.c
2164         * src/prefs_filtering_action.c
2165         * src/prefs_folder_item.c
2166         * src/prefs_template.c
2167         * src/stock_pixmap.c
2168         * src/stock_pixmap.h
2169         * src/pixmaps/addr_one.xpm
2170         * src/pixmaps/addr_two.xpm
2171                 Add auto-completion on groups
2172
2173 2006-09-26 [colin]      2.5.2
2174
2175         * NEWS
2176         * README
2177         * RELEASE_NOTES
2178                 2.5.2 released
2179
2180 2006-09-26 [colin]      2.5.1cvs5
2181
2182         * src/matcher.c
2183                 Fix condition
2184
2185 2006-09-26 [colin]      2.5.1cvs4
2186
2187         * src/mbox.c
2188                 Revert cvs1 (useless as the message is printed 
2189                 every 500 mails)
2190
2191 2006-09-26 [colin]      2.5.1cvs3
2192
2193         * src/partial_download.c
2194                 Fix crasher found by Alexsandar Urosevic
2195
2196 2006-09-26 [colin]      2.5.1cvs2
2197
2198         * src/summaryview.c
2199                 Fix bug #1023 (Sylpheed deletes too much messages)
2200
2201 2006-09-26 [ticho]      2.5.1cvs1
2202
2203         * src/mbox.c
2204                 Make use of gettext's multiple plurals for statusbar
2205                 progress message.
2206
2207 2006-09-25 [paul]       2.5.1
2208
2209         * NEWS
2210         * README
2211         * RELEASE_NOTES
2212                 2.5.1 released
2213
2214 2006-09-25 [colin]      2.5.0cvs3
2215
2216         * src/plugins/bogofilter/bogofilter.c
2217         * src/plugins/clamav/clamav_plugin.c
2218         * src/plugins/spamassassin/spamassassin.c
2219                 BogoFilter, Spamassassin: Fix double hook registering after
2220                 visiting preferences
2221                 Spamassassin, Clamav: Just set the mails to move instead of
2222                 doing the move - caller will move the things at once.
2223
2224 2006-09-25 [colin]      2.5.0cvs2
2225
2226         * src/imap.c
2227         * src/etpan/imap-thread.c
2228                 Use UID SEARCH ALL instead of UID 1:*
2229                 (braindead servers can't figure out that's
2230                 the same...)
2231
2232 2006-09-25 [wwp]        2.5.0cvs1
2233
2234         * src/message_search.c
2235                 Added the ability to stop a running search (in message body).
2236
2237 2006-09-25 [paul]       2.5.0
2238
2239         * NEWS
2240         * README
2241         * RELEASE_NOTES
2242                 2.5.0 released
2243
2244 2006-09-25 [paul]       2.4.0cvs214
2245
2246         * po/cs.po
2247         * po/de.po
2248         * po/fi.po
2249         * po/fr.po
2250         * po/nl.po
2251         * po/pt_BR.po
2252         * po/sk.po
2253         * po/sr.po
2254         * po/zh_CN.po
2255                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2256                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2257                 Ticho, Aleksander Urosevic, Ralgh Young
2258
2259 2006-09-24 [mones]      2.4.0cvs213
2260
2261         * po/es.po
2262                 Updated for release
2263
2264 2006-09-23 [colin]      2.4.0cvs212
2265
2266         * src/gtk/inputdialog.c
2267                 Fix [ ] remember this appearing in normal
2268                 input dialogs after it's been used by
2269                 mimeview.
2270         * src/folder.c
2271         * src/folderview.c
2272         * src/msgcache.c
2273         * src/procmsg.c
2274         * src/summaryview.c
2275         * src/textview.c
2276         * src/common/timing.h
2277                 Enable timings in debug mode and make it
2278                 look prettier.
2279
2280 2006-09-22 [colin]      2.4.0cvs211
2281
2282         * README
2283                 Revert test change
2284         * commitHelper
2285                 ping the correct URI
2286
2287 2006-09-22 [colin]      2.4.0cvs210
2288
2289         * README
2290                 Let's see if bug #1022 is fixed
2291
2292 2006-09-21 [colin]      2.4.0cvs209
2293
2294         * src/wizard.c
2295         * src/common/plugin.c
2296                 Prepare infra to load predefined plugins when
2297                 no configuration existed. Don't actually load
2298                 anything yet (feat. freeze)
2299
2300 2006-09-21 [wwp]        2.4.0cvs208
2301
2302         * manual/fr/faq.xml
2303                 Partial sync w/ 2.4.0cvs72:
2304                 wrap file and minor updates.
2305
2306 2006-09-21 [wwp]        2.4.0cvs207
2307
2308         * tools/fix_date.sh
2309                 several fixes and enhancements. A new --force switch has been
2310                 added to prevent overriding by default Date: header when
2311                 already existing.
2312
2313 2006-09-21 [paul]       2.4.0cvs206
2314
2315         * src/common/utils.c
2316                 add Chinese UTF8 Re prefix
2317
2318 2006-09-21 [wwp]        2.4.0cvs205
2319
2320         * tools/Makefile.am
2321                 Fics alfabettical order.
2322
2323 2006-09-21 [wwp]        2.4.0cvs204
2324
2325         * tools/fix_date.sh
2326         * tools/Makefile.am
2327                 Added an action tool to fix missing Date field in emails.
2328                 Updated Makefile.am to reflect those last two additions.
2329
2330 2006-09-21 [wwp]        2.4.0cvs203
2331
2332         * tools/uuooffice
2333                 Added a action tool to open uuencoded docs w/
2334                 OpenOffice (based on uudec method).
2335
2336 2006-09-21 [colin]      2.4.0cvs202
2337
2338         * src/compose.c
2339         * src/textview.c
2340                 Workaround possible GTK crash: remove selection 
2341                 clipboard before destroying widget, or GTK+-2.10
2342                 dies. Thanks to Hiro.
2343
2344 2006-09-20 [colin]      2.4.0cvs201
2345
2346         * src/compose.c
2347                 Fix free-after-use in some cases (when 
2348                 procmime_encode_content() frees mimeinfo->data.mem
2349                 and turns it to a temp file)
2350
2351 2006-09-20 [colin]      2.4.0cvs200
2352
2353         * src/folderview.c
2354         * src/summaryview.c
2355         * src/gtk/gtksctree.c
2356         * src/gtk/gtksctree.h
2357                 Add tooltips in the folderview and summaryview
2358                 (Doesn't break string freeze as they already
2359                 exist)
2360         * src/toolbar.c
2361                 Put the spam button in the default configuration
2362                 if compiled with bogo plugin too
2363
2364 2006-09-19 [colin]      2.4.0cvs199
2365
2366         * src/summaryview.c
2367         * src/summaryview.h
2368                 Update folder name label on folder rename
2369         * src/prefs_matcher.c
2370         * src/gtk/logwindow.h
2371                 Fix warnings
2372                 Patches by Fabien
2373
2374 2006-09-19 [wwp]        2.4.0cvs198
2375
2376         * src/summary_search.c
2377                 fix can't click forward/backward buttons in the
2378                 search messages.
2379
2380 2006-09-18 [paul]       2.4.0cvs197
2381
2382         * src/wizard.c
2383                 add missing bracket, capitalise the A of
2384                 'SpamAssassin'
2385
2386 2006-09-18 [paul]       2.4.0cvs196
2387
2388         * src/compose.c
2389                 fix bug 1012 'crashed upon sending mail
2390                 from compose window'
2391                 Thanks to Colin
2392
2393 2006-09-16 [colin]      2.4.0cvs195
2394
2395         * src/folderview.c
2396                 Fix "real-time" sorting by freezing/thawing
2397
2398 2006-09-16 [colin]      2.4.0cvs194
2399
2400         * manual/faq.xml
2401                 Fix the anti-spam entry a bit
2402
2403 2006-09-16 [colin]      2.4.0cvs193
2404
2405         * src/wizard.c
2406                 Make sure reviewers have no excuse when stating
2407                 Sylpheed-Claws doesn't have antispam capabilities.
2408
2409 2006-09-16 [colin]      2.4.0cvs192
2410
2411         * src/main.c
2412                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2413                 as if the SIGPIPE comes from etpan's thread we could
2414                 trigger a GUI update from this thread.
2415
2416 2006-09-16 [colin]      2.4.0cvs191
2417
2418         * src/summaryview.c
2419                 Init all members of the struct
2420
2421 2006-09-16 [paul]       2.4.0cvs190
2422
2423         * src/account.c
2424                 improvements to the English
2425
2426 2006-09-15 [colin]      2.4.0cvs189
2427
2428         * src/summaryview.c
2429                 HIG order on dialog
2430
2431 2006-09-14 [colin]      2.4.0cvs188
2432
2433         * src/common/socket.c
2434         * src/common/socket.h
2435         * src/common/ssl.c
2436         * src/common/ssl_certificate.c
2437         * src/common/ssl_certificate.h
2438         * src/etpan/imap-thread.c
2439                 the get_fqdn() call done to get canonical name when
2440                 checking an SSL certificate is blocking, which is
2441                 sad as we just did a non-blocking lookup to connect.
2442                 Fix that by letting the fqdn available to the SockInfo,
2443                 and use that in ssl_certificate_check(). For IMAP,
2444                 we don't do it as the lookup's done by libetpan, but
2445                 it's less annoying as IMAP connections as much more
2446                 rare than POP3 connections.
2447
2448 2006-09-14 [paul]       2.4.0cvs187
2449
2450         * manual/advanced.xml
2451                 improvements to the English,
2452                 properly place the new hidden options
2453                 within the alphabetical order
2454         * src/gtk/pluginwindow.c
2455                 improvements to the English
2456
2457 2006-09-14 [colin]      2.4.0cvs186
2458
2459         * src/prefs_common.c
2460         * src/prefs_common.h
2461         * src/gtk/gtksctree.c
2462         * manual/advanced.xml
2463                 New hidden pref, stripes_color_offset, to change
2464                 the value added/substracted to normal bgcolor to
2465                 create the stripes in summaries
2466
2467 2006-09-13 [colin]      2.4.0cvs185
2468
2469         * src/gedit-print.c
2470         * src/messageview.c
2471         * src/messageview.h
2472         * src/summaryview.c
2473         * src/textview.c
2474                 Fix misc. printing issues: 
2475                 - Bad font for linkified headers
2476                 - Different font if the mail was displayed or not
2477                 - Factorize the thing
2478
2479 2006-09-13 [colin]      2.4.0cvs184
2480
2481         * src/common/ssl_certificate.c
2482                 Only get FQDN once when checking certificate
2483
2484 2006-09-13 [colin]      2.4.0cvs183
2485
2486         * src/account.c
2487         * src/gtk/pluginwindow.c
2488                 Misc. GUI fixes by Fabien
2489
2490 2006-09-13 [wwp]        2.4.0cvs182
2491
2492         * configure.ac
2493         * src/common/utils.h
2494         * src/common/utils.c
2495                 get rid of unused wide-char functions.
2496
2497 2006-09-13 [wwp]        2.4.0cvs181
2498
2499         * src/plugins/pgpinline/sylpheed.def
2500         * src/textview.c
2501                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2502                 add privacy_reset_error to the .def file,
2503                 do not fork for an external textviewer.
2504
2505 2006-09-13 [wwp]        2.4.0cvs180
2506
2507         * src/prefs_common.c
2508                 fix broken font entry in prefs (patch issued by the gpg4win team,
2509                 probably by Marcus Brinkmann <marcus@g10code.de>).
2510
2511 2006-09-13 [colin]      2.4.0cvs179
2512
2513         * src/folder.h
2514                 Fix a warning in summaryview.c
2515         * src/mainwindow.c
2516         * src/summaryview.c
2517         * src/summaryview.h
2518                 Add missing Mark/* elements in the
2519                 main menu
2520
2521 2006-09-12 [colin]      2.4.0cvs178
2522
2523         * src/prefs_actions.c
2524         * src/prefs_filtering_action.c
2525         * src/prefs_matcher.c
2526                 Use (New) instead of New everywhere
2527
2528 2006-09-12 [wwp]        2.4.0cvs177
2529
2530         * manual/fr/addrbook.xml
2531         * manual/fr/handling.xml
2532                 updated some quotes in the fr manual to match the fr translation.
2533
2534 2006-09-12 [wwp]        2.4.0cvs176
2535
2536         * src/prefs_matcher.c
2537                 don't store translated string elements in matcher expressions.
2538                 Also fixed a misused of Q_().
2539
2540 2006-09-11 [wwp]        2.4.0cvs175
2541
2542         * src/plugins//bogofilter/bogofilter.c
2543         * src/plugins//clamav/clamav_plugin.c
2544         * src/plugins//demo/demo.c
2545         * src/plugins//dillo_viewer/dillo_viewer.c
2546         * src/plugins//pgpcore/plugin.c
2547         * src/plugins//pgpinline/plugin.c
2548         * src/plugins//pgpmime/plugin.c
2549         * src/plugins//spamassassin/spamassassin.c
2550                 gettext-ize more strings (mostly plugin error messages).
2551
2552 2006-09-11 [colin]      2.4.0cvs174
2553
2554         * src/alertpanel.c
2555                 Make maximum buffer size bigger to avoid
2556                 truncating translated messages. Patch by
2557                 Fabien
2558
2559 2006-09-11 [colin]      2.4.0cvs173
2560
2561         * src/etpan/imap-thread.c
2562                 Fix compilation on OpenBSD, thanks to 
2563                 Landry
2564
2565 2006-09-10 [wwp]        2.4.0cvs172
2566
2567         * manual/account.xml
2568         * manual/addrbook.xml
2569         * manual/handling.xml
2570         * manual/es/handling.xml
2571         * manual/fr/account.xml
2572         * manual/fr/addrbook.xml
2573         * manual/fr/handling.xml
2574                 documented addressbook matching (condition configuration):
2575                   addrbook.xml, en fr
2576                 documented per-account filtering rules (handling/filtering
2577                   section, account section):
2578                   account.xml, handling.xml, en fr
2579                 slightly updated the handling/searching section to tell few
2580                   words about the extended search ability:
2581                   handling.xml, en fr
2582                 added missing <quote></quotes> to Quick Search:
2583                   handling.xml, en fr es
2584                 fixed a typo (auomatically):
2585                   handling.xml, en
2586                 changes revisited by Paul.
2587
2588 2006-09-10 [paul]       2.4.0cvs171
2589
2590         * src/prefs_actions.c
2591         * src/prefs_filtering.c
2592         * src/prefs_template.c
2593                 adjustments to the gui
2594                 Patch by Fabien Vantard (slightly modified)
2595
2596 2006-09-10 [colin]      2.4.0cvs170
2597
2598         * src/summaryview.c
2599                 Check folderitem/summaryview consistency
2600                 (basically automates Update summary). Fixes
2601                 #1011 (wrong (negative) count on unread 
2602                 messages)
2603
2604 2006-09-10 [colin]      2.4.0cvs169
2605
2606         * src/gtk/gtksctree.c
2607                 Fix recursive expansion via mouse
2608         * src/plugins/bogofilter/bogofilter.c
2609                 Use normal filtering way of moving
2610                 messages (batching), possibly fixing
2611                 bug #1015 (Bogofilter plugin doubles 
2612                 new messages)
2613
2614 2006-09-09 [wwp]        2.4.0cvs168
2615
2616         * src/prefs_filtering.c
2617                 better place for this fix.
2618
2619 2006-09-09 [wwp]        2.4.0cvs167
2620
2621         * src/prefs_filtering.c
2622                 fix a minor bug when the enabled status of a filtering/processing
2623                 rule always got set to TRUE when replacing this rule. That still
2624                 make sense when adding a new rule, but now when replacing, we
2625                 don't override the value of 'enabled'.
2626                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2627                 to prefs_filtering_list_view_get_info() as this function not only
2628                 returns the name, but also the account_id and the enabled status.
2629
2630 2006-09-09 [mones]      2.4.0cvs166
2631
2632         * manual/glossary.xml
2633         * manual/plugins.xml
2634                 Minor format corrections
2635         * manual/gpl.xml
2636                 Fix misplaced NO WARRANTY section
2637         * manual/es/advanced.xml
2638         * manual/es/faq.xml
2639         * manual/es/glossary.xml
2640         * manual/es/gpl.xml
2641         * manual/es/handling.xml
2642         * manual/es/plugins.xml
2643         * manual/es/starting.xml
2644                 Incorporate changes from English version
2645         * manual/fr/ack.xml
2646         * manual/pl/ack.xml
2647         * manual/es/ack.xml
2648                 Fix address, (add translation credits in es version)
2649         * po/es.po
2650                 Updated translation
2651
2652 2006-09-09 [wwp]        2.4.0cvs165
2653
2654         * src/prefs_filtering.c
2655                 fix a crash when opening filtering prefs, if matcherrc file contains
2656                 broken data (non-existing account id, which is theoretically not
2657                 possible).
2658
2659 2006-09-08 [colin]      2.4.0cvs164
2660
2661         * src/folder.c
2662                 Wrong assert, make it an if()
2663         * src/gtk/gtksctree.c
2664                 Fix bug #1013 (expand selected thread 
2665                 tree) - expanding is now recursive
2666
2667 2006-09-07 [wwp]        2.4.0cvs163
2668
2669         * src/prefs_matcher.c
2670                 make better sentences about addressbook matching in the
2671                 matcher prefs. This should make translators' work easier
2672                 too.
2673
2674 2006-09-07 [wwp]        2.4.0cvs162
2675
2676         * src/prefs_filtering.c
2677                 code simplification (get rid of dup var. assignment).
2678
2679 2006-09-07 [wwp]        2.4.0cvs161
2680
2681         * src/summaryview.c
2682                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2683                 <fzzzzz@gmail.com>.
2684
2685 2006-09-07 [paul]       2.4.0cvs160
2686
2687         * src/mimeview.c
2688                 fix compilation warnings
2689                 Thanks to Colin
2690
2691 2006-09-07 [paul]       2.4.0cvs159
2692
2693         * src/mimeview.c
2694                 select the mimepart icon when
2695                 displaying as text
2696                 Thanks to Colin
2697
2698 2006-09-06 [paul]       2.4.0cvs158
2699
2700         * src/prefs_filtering.c
2701                 fix labels and table element spacing
2702                 Patch by Fabien Vantard
2703
2704 2006-09-06 [paul]
2705
2706         2.5.0-rc3 released
2707
2708 2006-09-06 [paul]       2.4.0cvs157
2709
2710         * manual/es/advanced.xml
2711                 fix typo
2712
2713 2006-09-06 [wwp]        2.4.0cvs156
2714
2715         * src/mainwindow.c
2716                 fix an dup launch issue when iconified, thanks to Colin.
2717
2718 2006-09-06 [wwp]        2.4.0cvs155
2719
2720         * src/gtk//gtksctree.h
2721                 oops, forgot that one!
2722
2723 2006-09-06 [wwp]        2.4.0cvs154
2724
2725         * manual/pl/advanced.xml
2726         * manual/advanced.xml
2727         * manual/es/advanced.xml
2728         * manual/fr/advanced.xml
2729         * src/prefs_customheader.c
2730         * src/prefs_filtering_action.c
2731         * src/foldersel.c
2732         * src/prefs_summaries.c
2733         * src/prefs_filtering.c
2734         * src/account.c
2735         * src/compose.c
2736         * src/prefs_summary_column.c
2737         * src/addr_compl.c
2738         * src/prefs_actions.c
2739         * src/prefs_folder_column.c
2740         * src/ssl_manager.c
2741         * src/prefs_template.c
2742         * src/prefs_display_header.c
2743         * src/prefs_common.h
2744         * src/prefs_matcher.c
2745         * src/prefs_common.c
2746         * src/prefs_toolbar.c
2747         * src/summaryview.c
2748         * src/folderview.c
2749         * src/gtk/gtksctree.c
2750         * src/gtk/pluginwindow.c
2751         * src/gtk/progressdialog.c
2752         * src/gtk/prefswindow.c
2753                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2754                 to make its meaning more obvious (all versions of the manual reflect
2755                 the change).
2756                 added an extra hidden option use_stripes_in_summary to allow
2757                 discarding these stripes in mainwindow's folder and message lists;
2758                 en and fr manuals only are OK towards this.
2759
2760 2006-09-06 [colin]      2.4.0cvs153
2761
2762         * src/textview.c
2763                 Hide Sylpheed-Claws' internal queue headers
2764                 when showing all headers. They'll be present
2765                 only in Source window.
2766
2767 2006-09-05 [colin]      2.4.0cvs152
2768
2769         * src/plugins/trayicon/trayicon.c
2770                 Fix crash at exit - we have to disconnect
2771                 our handlers
2772         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2773                 Update eggtrayicon - patch adapted from a
2774                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2775                 on Sylpheed's ML
2776
2777 2006-09-05 [colin]      2.4.0cvs151
2778
2779         * src/mainwindow.c
2780         * src/gtk/logwindow.c
2781                 Fix race condition when something writes
2782                 to the log too soon during init. Thanks
2783                 to Fabien Vantard
2784
2785 2006-09-05 [colin]      2.4.0cvs150
2786
2787         * src/mimeview.c
2788                 Don't select part on right-click either
2789
2790 2006-09-05 [paul]       2.4.0cvs149
2791
2792         * src/mimeview.c
2793                 completion of previous commit
2794                 Thanks to Colin
2795
2796 2006-09-05 [colin]      2.4.0cvs148
2797
2798         * src/mimeview.c
2799                 Don't force selection on middle-click, just open
2800
2801 2006-09-04 [colin]      2.4.0cvs147
2802
2803         * src/mimeview.c
2804                 Looks like gtk_notebook_set_current_page()
2805                 sometimes steals focus, and this annoys us
2806                 in MimeViewers as it renders navigation
2807                 keys useless. Take back focus after switching
2808                 pages.
2809
2810 2006-09-04 [colin]      2.4.0cvs146
2811
2812         * src/messageview.c
2813                 Set stop_loading when clicking on Next
2814                 during load. Don't add a callback to 
2815                 avoid over-complicating things.
2816
2817 2006-09-04 [colin]      2.4.0cvs145
2818
2819         * src/mimeview.c
2820         * src/messageview.c
2821                 Fix multiple loads in separate messageview
2822
2823 2006-09-04 [colin]      2.4.0cvs144
2824
2825         * src/summaryview.c
2826                 Let navigation keys be handled during 
2827                 load
2828
2829 2006-09-04 [colin]      2.4.0cvs143
2830
2831         * src/messageview.c
2832         * src/summaryview.c
2833         * src/textview.c
2834         * src/textview.h
2835                 Make loading of huge mails (lots of text and/or
2836                 images) cancellable, so the GUI doesn't block 
2837
2838 2006-09-04 [colin]      2.4.0cvs142
2839
2840         * src/plugins/trayicon/trayicon.c
2841                 Fix annoyance when removing a folder with 
2842                 unread mails: trayicon didn't update
2843
2844 2006-09-04 [paul]       2.4.0cvs141
2845
2846         * src/gtk/icon_legend.c
2847                 straighten up columns
2848                 Patch by Fabien Vantard
2849
2850 2006-09-04 [wwp]        2.4.0cvs140
2851
2852         * src/prefs_filtering.c
2853                 fix new line's account name in filtering prefs:
2854                 was "All", is now "(New)".
2855
2856 2006-09-04 [paul]       2.4.0cvs139
2857
2858         * tools/make.themes.project
2859                 use "AUTOMAKE_OPTIONS = dist-bzip2"
2860                 instead of homebrewed "make release"
2861
2862 2006-09-03 [colin]      2.4.0cvs138
2863
2864         * src/folderview.c
2865                 Fix bug #1007 (Wrong folder highlighted)
2866
2867 2006-09-03 [colin]      2.4.0cvs137
2868
2869         * src/compose.c
2870                 Don't set Newsgroup: header to a mail folder
2871                 path
2872
2873 2006-09-03 [paul]       2.4.0cvs136
2874
2875         * src/prefs_other.c
2876         * src/prefs_spelling.c
2877                 unify the gui
2878
2879 2006-09-03 [paul]       2.4.0cvs135
2880
2881         * src/prefs_summaries.c
2882                 correct menu item text in prefs_keybind_apply_clicked()
2883
2884 2006-09-03 [paul]       2.4.0cvs134
2885
2886         * manual/advanced.xml
2887                 some improvements to the descriptions
2888         * src/mainwindow.c
2889         * src/messageview.c
2890         * src/summaryview.c
2891         * src/gtk/menu.c
2892                 fix menu sensitivity issues
2893         * src/prefs_message.c
2894                 drop the useless word 'short'
2895         * src/prefs_other.c
2896                 add the word 'lines' indicating log length
2897                 is a measure of lines
2898         * src/textview.c
2899                 fix compilation warnings
2900
2901 2006-09-02 [colin]      2.4.0cvs133
2902
2903         * src/messageview.c
2904                 Display a special return-receipt message
2905                 if the message is from the user
2906         * src/summaryview.c
2907                 Fix missing freeze of the list when marking
2908                 all read and unthreading for exec. Thanks
2909                 to Stephan Sachse.
2910
2911 2006-09-02 [paul]       2.4.0cvs132
2912
2913         * src/mainwindow.c
2914         * src/prefs_message.c
2915         * src/summaryview.c
2916                 fix some english
2917
2918 2006-09-02 [wwp]        2.4.0cvs131
2919
2920         * src/prefs_filtering.c
2921                 added an account name column to the filtering rules
2922                 dialog.
2923
2924 2006-09-02 [colin]      2.4.0cvs130
2925
2926         * src/gtk/logwindow.c
2927         * src/gtk/logwindow.h
2928                 Block scrolling if we're not at the end
2929                 of the log
2930
2931 2006-09-02 [colin]      2.4.0cvs129
2932
2933         * src/folder.c
2934                 Make sure account-specific rules can't
2935                 be used in {pre-,post-,}processing
2936         * src/mainwindow.c
2937         * src/gtk/logwindow.c
2938         * src/gtk/logwindow.h
2939                 Jump to last error when clicking on the
2940                 warning icon
2941
2942 2006-09-02 [colin]      2.4.0cvs128
2943
2944         * src/imap.c
2945         * src/import.c
2946         * src/mainwindow.c
2947         * src/mainwindow.h
2948                 Fix warning icon
2949         * src/inc.c
2950         * src/mbox.c
2951         * src/mbox.h
2952                 Let proc_mbox know its account, for
2953                 account-specific rules
2954
2955 2006-09-01 [colin]      2.4.0cvs127
2956
2957         * src/codeconv.c
2958                 Don't uselessly use iconv to convert from
2959                 us-ascii
2960         * src/alertpanel.c
2961         * src/mainwindow.c
2962         * src/mainwindow.h
2963         * src/inc.c
2964                 Fix certain log cases, disable warning icon
2965                 for now, the correct way to display it when
2966                 necessary and only when necessary is probably
2967                 to do it manually rather than use error logs
2968         * src/etpan/imap-thread.c
2969                 Clean up UID logging a bit
2970         * src/gtk/logwindow.c
2971         * src/gtk/logwindow.h
2972                 Make logging faster when the window's closed
2973
2974 2006-09-01 [wwp]        2.4.0cvs126
2975
2976         * manual/fr/account.xml
2977                 reflect changes to the ref. manual (parts of cvs72):
2978                 fix tabnames and quotes.
2979
2980 2006-09-01 [wwp]        2.4.0cvs125
2981
2982         * manual/fr/plugins.xml
2983                 reflect changes to the reference manual (cvs42):
2984                 update IRC channel info.
2985
2986 2006-09-01 [wwp]        2.4.0cvs124
2987
2988         * commitHelper
2989                 use CVSEDITOR env. var. if set, according to `man cvs`.
2990
2991 2006-09-01 [wwp]        2.4.0cvs123
2992
2993         * manual/advanced.xml
2994                 better sentence again (thanks to Paul).
2995
2996 2006-09-01 [wwp]        2.4.0cvs122
2997
2998         * manual/advanced.xml
2999         fix definition of toolbar_detachable and rework a bit the one of
3000         enable_dotted_lines.
3001
3002 2006-09-01 [mones]      2.4.0cvs121
3003
3004         * manual/advanced.xml
3005                 Document enable_dotted_lines
3006
3007 2006-09-01 [paul]       2.4.0cvs120
3008
3009         * src/folderview.c
3010         * src/folderview.h
3011         * src/imap.c
3012         * src/mainwindow.c
3013         * src/summaryview.c
3014                 obey the 'When entering folder...' option
3015                 when using the /View/Go to/... menu items
3016                 Thanks to Colin
3017
3018 2006-08-31 [colin]      2.4.0cvs119
3019
3020         * src/folderview.c
3021                 Revert 2.4.0cvs116, wrong fix.
3022
3023 2006-08-31 [colin]      2.4.0cvs118
3024
3025         * src/gtk/gtksctree.c
3026                 Better state the various copyrights
3027
3028 2006-08-31 [colin]      2.4.0cvs117
3029
3030         * src/prefs_common.c
3031                 fix enable_dotted_lines
3032
3033 2006-08-31 [colin]      2.4.0cvs116
3034
3035         * src/folderview.c
3036                 Use pref "Always open on select" when going
3037                 to next unread folder
3038         * src/gtk/gtksctree.c
3039                 Fix link failure to _gtk_clist_create_cell_layout
3040                 on certain computers. (Why not mine, I wonder)
3041
3042 2006-08-31 [colin]      2.4.0cvs115
3043
3044         * src/procmsg.c
3045         * src/textview.c
3046         * src/plugins/bogofilter/bogofilter.c
3047         * src/plugins/spamassassin/spamassassin.c
3048                 Requalify some "errors" to warnings
3049         * src/mainwindow.c
3050         * src/mainwindow.h
3051         * src/statusbar.c
3052                 Add an icon in the statusbar to notify
3053                 of errors
3054         * src/gtk/gtksctree.c
3055         * src/folderview.c
3056         * src/summaryview.c
3057                 Make the GtkSCTree look more modern by
3058                 alternating background lines
3059         * src/prefs_common.c
3060         * src/prefs_common.h
3061                 Add a pref to let people have the old
3062                 way if they prefer
3063
3064
3065 2006-08-30 [colin]      2.4.0cvs114
3066
3067         * src/procmsg.c
3068         * src/procmsg.h
3069                 Provide a way to filter a list of
3070                 messages in an optimised manner, and
3071                 add a list-filtering hook
3072         * src/folder.c
3073         * src/inc.c
3074         * src/mbox.c
3075                 Use the list filtering
3076         * src/plugins/bogofilter/bogofilter.c
3077                 Use the list-filtering hook
3078                 Use -b (bulk) mode for more speed
3079                 when learning and filtering
3080         * src/etpan/imap-thread.c
3081                 Make log output shorter in UID SEARCH
3082
3083
3084 2006-08-30 [colin]      2.4.0cvs113
3085
3086         * src/plugins/bogofilter/bogofilter.c
3087                 Really fast mass learning - thanks to David
3088                 Relson for the options explanations :)
3089
3090 2006-08-30 [colin]      2.4.0cvs112
3091
3092         * src/msgcache.c
3093                 Fix compilation on FreeBSD. Thanks
3094                 to Michael Hugues
3095
3096 2006-08-29 [colin]      2.4.0cvs111
3097
3098         * src/folderview.c
3099                 Handle "popup_menu" signal (for popping the 
3100                 menu via the keyboard)
3101         * src/mimeview.c
3102         * src/mimeview.h
3103         * src/summaryview.c
3104         * src/textview.c
3105         * src/gtk/gtkutils.c
3106         * src/gtk/gtkutils.h
3107                 Factorize scrolling code, and add an API 
3108                 for MimeViewers to handle scroll orders
3109
3110 2006-08-29 [wwp]        2.4.0cvs110
3111
3112         * src/plugins//bogofilter/bogofilter.c
3113         * src/plugins//spamassassin/spamassassin.c
3114                 make the bogofilter/spamassassin filtering error dialogs at
3115         incorporation obey to the "don't popup error dialog on
3116         receive error" option. If disabled, feed the log window w/
3117         the error message.
3118
3119 2006-08-29 [paul]
3120
3121         2.5.0-rc2 released
3122
3123 2006-08-29 [paul]       2.4.0cvs109
3124
3125         * Makefile.am
3126                 remove 'make release', it's not needed
3127                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3128
3129 2006-08-29 [paul]       2.4.0cvs108
3130
3131         * src/foldersel.c
3132         * src/summary_search.c
3133         * src/gtk/progressdialog.c
3134         * src/plugins/pgpcore/passphrase.c
3135                 replace deprecated gtk_window_set_policy()
3136
3137 2006-08-29 [colin]      2.4.0cvs107
3138
3139         * src/folder.c
3140                 Fix data loss when copy fails during a move:
3141                 only use fast remove_msgs if everything was
3142                 copied OK; else use slow remove_msg on the
3143                 mails that got copied only.
3144
3145 2006-08-28 [paul]       2.4.0cvs106
3146
3147         * src/mh.c
3148                 revert change in 2.4.0cvs104, it breaks
3149                 stuff
3150
3151 2006-08-28 [paul]       2.4.0cvs105
3152
3153         * src/plugins/spamassassin/spamassassin.c
3154                 english fix
3155
3156 2006-08-28 [paul]       2.4.0cvs104
3157
3158         * src/mh.c
3159                 fix data loss when moving to another
3160                 mailbox fails
3161         * src/prefs_spelling.c
3162                 improve the english
3163         * src/gtk/pluginwindow.c
3164                 improve the layout of the dialog text
3165         All thanks to Colin
3166
3167 2006-08-28 [paul]       2.4.0cvs103
3168
3169         * src/plugins/bogofilter/bogofilter.c
3170         * src/plugins/bogofilter/bogofilter_gtk.c
3171                 fix english up a bit, innit
3172
3173 2006-08-28 [paul]       2.4.0cvs102
3174
3175         * configure.ac
3176         * po/Makefile.in.in
3177         * po/Makevars
3178                 require autoconf 2.60, enabling building
3179                 with gettext 0.15 (gettext 0.14.x build still
3180                 possible). Replace Makefiles with versions
3181                 from gettext 0.15.
3182                 Remove configure options --with-localedir and
3183                 --with-mandir. The options that are provided
3184                 directly by autoconf 2.60 can be used instead:
3185                 --mandir --localedir
3186
3187 2006-08-27 [colin]      2.4.0cvs101
3188
3189         * src/plugins/bogofilter/Makefile.am
3190                 Fix make dist (no README)
3191
3192 2006-08-27 [colin]      2.4.0cvs100
3193
3194         * src/folder.c
3195                 Don't use F_UNKNOWN folders for any default
3196                 outbox/trash/etc
3197         * src/plugins/bogofilter/bogofilter.c
3198         * src/plugins/bogofilter/bogofilter.h
3199         * src/plugins/bogofilter/bogofilter_gtk.c
3200                 Add an option to specify the path to bogofilter
3201                 Use single-quotes to be able to learn in folders
3202                 with spaces in their names
3203                 Verify learning status
3204
3205 2006-08-27 [colin]      2.4.0cvs99
3206
3207         * manual/faq.xml
3208         * manual/plugins.xml
3209                 Document Bogofilter plugin
3210
3211 2006-08-27 [colin]      2.4.0cvs98
3212
3213         * src/compose.c
3214         * src/messageview.c
3215         * src/procmsg.c
3216         * src/procmsg.h
3217                 When possible, copy the queued mail to sent folder
3218                 instead of re-adding. Much faster on IMAP.
3219
3220 2006-08-27 [colin]      2.4.0cvs97
3221
3222         * src/msgcache.c
3223                 Disable mmaped caches - huge metadata loss
3224                 here after a power failure.
3225         * src/summaryview.c
3226                 Add quicksearch timing
3227         * src/common/plugin.c
3228         * src/common/plugin.h
3229                 Implement an interface to tell what plugins
3230                 provide. Prevent loading of similar plugins.
3231         * src/plugins/clamav/clamav_plugin.c
3232         * src/plugins/demo/demo.c
3233         * src/plugins/dillo_viewer/dillo_viewer.c
3234         * src/plugins/pgpcore/plugin.c
3235         * src/plugins/pgpinline/pgpinline.c
3236         * src/plugins/pgpmime/pgpmime.c
3237         * src/plugins/spamassassin/spamassassin.c
3238         * src/plugins/trayicon/trayicon.c
3239                 Implement plugin_provides()
3240
3241 2006-08-27 [colin]      2.4.0cvs96
3242
3243         * configure.ac
3244         * src/plugins/Makefile.am
3245         * src/plugins/bogofilter/.cvsignore
3246         * src/plugins/bogofilter/Makefile.am
3247         * src/plugins/bogofilter/bogofilter.c
3248         * src/plugins/bogofilter/bogofilter.h
3249         * src/plugins/bogofilter/bogofilter_gtk.c
3250                 New Bogofilter plugin, provides filtering and
3251                 learning. Spamassassin will go to extra plugins.
3252
3253 2006-08-26 [mones]      2.4.0cvs95
3254
3255         * manual/handling.xml
3256                 Fix subfolder path in the example (thanks to Paul) 
3257
3258 2006-08-26 [mones]      2.4.0cvs94
3259
3260         * manual/glossary.xml
3261                 2.2. + add ISP to the glossary
3262                 7.5. + Add UIDL to glossary
3263                 7.7. + Add TCP to glossary
3264         * manual/handling.xml
3265                 7.1. + Mentions GNU/Linux distribution, what about the non...
3266                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3267                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3268                 7.4. = Use appropriate quotation for commands
3269                 7.6. = change "" to <quote></quote>
3270         * manual/plugins.xml
3271                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3272         * manual/starting.xml
3273                 2.1. + local mbox file: some examples of mbox file locations...
3274                 Also reformatted files requiring it
3275
3276 2006-08-26 [wwp]        2.4.0cvs93
3277
3278         * src/summary_search.c
3279                 disable find buttons while summary search is running.
3280
3281 2006-08-25 [colin]      2.4.0cvs92
3282
3283         * src/folder.c
3284         * src/folderutils.c
3285         * src/mh.c
3286         * src/procmsg.h
3287         * src/summaryview.c
3288                 Speed up MH moving, and add progressbar
3289                 for MH deletion
3290         * src/msgcache.c
3291                 Write cache files using mmap() too
3292
3293 2006-08-25 [wwp]        2.4.0cvs91
3294
3295         * src/summaryview.c
3296                 switch spam<->ham button when a message has been marked as spam or ham
3297                 and is still selected. Thanks to Colin.
3298
3299 2006-08-25 [paul]       2.4.0cvs90
3300
3301         * src/Makefile.am
3302         * src/stock_pixmap.c
3303         * src/stock_pixmap.h
3304         * src/summaryview.c
3305         * src/gtk/icon_legend.c
3306         * src/pixmaps/copied.xpm
3307         * src/pixmaps/moved.xpm
3308                 add icons for delayed execution marked for
3309                 copying, marked for moving
3310
3311 2006-08-25 [mones]      2.4.0cvs89
3312
3313         * manual/glossary.xml
3314                 Fix the other glossary items:
3315                 5.1. = Inmmediate execution -> <quote>immediate execution...
3316                 5.2. = Fix MBOX capitalization -> Mbox
3317                 5.3. + Improve Plugins def. w/ tech. ref.
3318                 5.4. = Quotation -> replace '>' by <quote>></quote>
3319                 5.5. - SMTP Server. -> remove dot
3320         * po/es.po
3321                 Updated translation
3322
3323 2006-08-25 [mones]      2.4.0cvs88
3324
3325         * manual/ack.xml
3326                 Reformatted, changed email address
3327         * manual/glossary.xml
3328                 Reformatted, fixed MANUAL-TODO items:
3329                 8.2. + add ROT-13 to glossary
3330                 8.4. + add URL to glossary
3331         * manual/es/advanced.xml
3332                 Fixed <literal>s
3333
3334 2006-08-25 [paul]       2.4.0cvs87
3335
3336         * src/gtk/icon_legend.c
3337                 add 'marked for deletion' icon
3338                 arrange icons by containing column
3339                 wrap long label text
3340
3341 2006-08-25 [colin]      2.4.0cvs86
3342
3343         * src/common/utils.c
3344         * src/common/utils.h
3345                 Add the sc_g_*list_bigger functions in
3346                 a place everyone can use it
3347         * src/summaryview.c
3348                 Only freeze/thaw the list when working
3349                 on the selection, if it's bigger than 1
3350         * src/gtk/gtksctree.c
3351                 Only freeze/thaw the list when unselec-
3352                 ting 'all' if ('all' != 1)
3353                 This avoids some flickering
3354
3355 2006-08-24 [colin]      2.4.0cvs85
3356
3357         * src/addressbook.c
3358                 Fix strange list selection
3359                 Fix random seg (Invalid read of freed memory)
3360
3361 2006-08-24 [colin]      2.4.0cvs84
3362
3363         * src/alertpanel.c
3364         * src/gtk/inputdialog.c
3365         * src/plugins/pgpcore/passphrase.c
3366                 Revert minimal width patch of 2.4.0cvs67,
3367                 as it is also a maximal width. Use 
3368                 gtk_window_set_default_size instead.
3369
3370 2006-08-24 [colin]      2.4.0cvs83
3371
3372         * src/msgcache.c
3373                 Write cache/mark to temp files before
3374                 overwriting old ones (avoids metadata
3375                 loss if writing the new files fail).
3376                 Use mmap() to read cache/mark file, as
3377                 this makes cache reading faster. Dis-
3378                 abled for big-endian machines until it
3379                 can be tested. (Big-endian users: set
3380                 msgcache_use_mmap = TRUE in the relevant
3381                 #if).
3382         * src/procmsg.h
3383                 Move rarely used fields of MsgInfo in 
3384                 another structure, which will only be
3385                 allocated if needed. Face, X-Face,
3386                 Return receipt headers and List-*
3387                 headers are moved. Mails having none
3388                 of these occupy 52 bytes less with
3389                 this patch, which makes 2.5MB of RAM
3390                 saved on a 50k folder).
3391         * src/headerview.c
3392         * src/mainwindow.c
3393         * src/messageview.c
3394         * src/partial_download.c
3395         * src/procheader.c
3396         * src/procmsg.c
3397         * src/textview.c
3398                 Follow this structure change.
3399
3400 2006-08-24 [wwp]        2.4.0cvs82
3401
3402         * manual/es/.cvsignore
3403         * manual/es/dist/.cvsignore
3404         * manual/es/dist/html/.cvsignore
3405         * manual/es/dist/pdf/.cvsignore
3406         * manual/es/dist/ps/.cvsignore
3407         * manual/es/dist/txt/.cvsignore
3408                 more (generated) files to ignore.
3409
3410 2006-08-24 [colin]      2.4.0cvs81
3411
3412         * src/folder.c
3413         * src/mh.c
3414                 Fix possible problems with local delivery. Check the folder doesn't
3415                 need scan before setting its mtime when saving cache (which can be
3416                 done long after the folder's been modified by an external process);
3417                 Check that the stored item's mtime didn't change in mh functions.
3418
3419 2006-08-24 [mones]      2.4.0cvs80
3420
3421         * manual/advanced.xml
3422                 Rewrapping, some fixes and MANUAL-TODO items:
3423                 8.1. = change "" to <quote></quote>
3424                 8.3. = quote menu items
3425                 8.5. - deploying -> new user ... ideally a new user (redundant)
3426
3427 2006-08-23 [colin]      2.4.0cvs79
3428
3429         * src/gtk/gtksctree.c
3430                 When selecting or deselecting range, only
3431                 freeze/thaw when selection is bigger than 10
3432
3433 2006-08-23 [colin]      2.4.0cvs78
3434
3435         * src/messageview.c
3436         * src/mimeview.c
3437         * src/mimeview.h
3438         * src/plugins/dillo_viewer/dillo_viewer.c
3439                 Provide an API for MimeViewer plugins to
3440                 return a text selection for replying
3441
3442 2006-08-23 [colin]      2.4.0cvs77
3443
3444         * src/image_viewer.c
3445         * src/textview.c
3446                 Use gtk_pixbuf_new_from_file_at_scale(), which
3447                 is faster than getting the pixbuf then resizing
3448                 it.
3449
3450 2006-08-23 [colin]      2.4.0cvs76
3451
3452         * src/procmime.c
3453                 UTF-8 should be sent Quoted-printable
3454
3455 2006-08-22 [colin]      2.4.0cvs75
3456
3457         * src/mh.c
3458                 Check if scan is required before touching
3459                 the folder (or it'll be required every time)
3460
3461 2006-08-22 [colin]      2.4.0cvs74
3462
3463         * configure.ac
3464                 Require libetpan 0.46 (crasher fix when built
3465                 against gnutls)
3466
3467 2006-08-22 [colin]      2.4.0cvs73
3468
3469         * src/folder.c
3470                 Set folder's mtime after writing its
3471                 cache
3472         * src/folderview.c
3473                 Add some timing
3474         * src/procmsg.c
3475                 Don't do useless stuff if we don't 
3476                 thread by subject
3477         * src/summaryview.c
3478                 Add some timing, don't deselect prior
3479                 to selecting (gtksctree does it itself),
3480                 remove crash avoidance hacks as it's been
3481                 properly fixed since a while
3482         * src/common/utils.c
3483                 Optimize to_human_readable(): _() is slow,
3484                 do it only once, and avoid %f format for KB
3485                 (the most common in a summaryview)
3486         * src/gtk/gtksctree.c
3487                 Don't uselessly freeze/thaw (fixes flicker
3488                 on next unread and friends), reduce number
3489                 of g_list_nth/g_list_position where possible
3490         * src/gtk/gtkutils.c
3491         * src/gtk/gtkutils.h
3492                 Reduce number of g_list_nth/g_list_position
3493                 where possible.
3494                 All of this makes loading as 70k folder 2.1
3495                 seconds instead of 3.2 (with hot FS caches).
3496                 (1.3 seconds without Date and Size columns...)
3497
3498 2006-08-22 [paul]       2.4.0cvs72
3499
3500         wrap documents and do some items from mones' MANUAL-TODO:
3501
3502         * manual/account.xml
3503                 4.1. = fix tabname references to <quote>tabname</quote>
3504                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3505         * manual/faq.xml
3506                 1.1. = mentioned options don't match UI
3507                 Add information about the 'Never send Return Receipts'
3508                 option
3509         * manual/handling.xml
3510                 6.2. = Mentions Extended symbols button, but now is
3511                 named Information
3512                 6.3. = Mentions ... button, which is now Edit
3513
3514 2006-08-22 [colin]      2.4.0cvs71
3515
3516         * src/gtk/pluginwindow.c
3517                 Fix layout in verbose translations (such
3518                 as french)
3519
3520 2006-08-22 [paul]       2.4.0cvs70
3521
3522         * manual/Makefile.am
3523                 build manuals in alphabetical order
3524         * src/addressbook.c
3525         * src/prefs_themes.c
3526                 replace/remove deprecated symbols
3527         * src/gtk/gtkutils.c
3528                 fix a warning
3529         * src/gtk/pluginwindow.c
3530                 replace deprecated symbol
3531                 replace label text and move it
3532         * src/plugins/pgpcore/prefs_gpg.c
3533                 move the 'Generate...' button out of the
3534                 Sign Key frame, replace the English used
3535         * src/plugins/pgpcore/sgpgme.c
3536                 fixes to the English
3537
3538 2006-08-21 [colin]      2.4.0cvs69
3539
3540         * src/plugins/trayicon/trayicon.c
3541                 Add more strings for translation; patch
3542                 by Pawel
3543
3544 2006-08-21 [colin]      2.4.0cvs68
3545
3546         * src/compose.c
3547                 fix replied flag not set after drafting
3548         * src/matcher.c
3549                 fix body quicksearch in non-encoded bodies
3550                 containing '='
3551         * src/msgcache.c
3552                 Get rid of the g_malloc workaround for
3553                 corrupted caches, use g_try_malloc
3554
3555 2006-08-21 [colin]      2.4.0cvs67
3556
3557         * src/alertpanel.c
3558         * src/gtk/inputdialog.c
3559         * src/plugins/pgpcore/passphrase.c
3560                 Set minimal width to 375
3561         * src/mainwindow.c
3562                 Fix switching to offline, asking if it 
3563                 should be overriden for synchronising
3564         * src/mimeview.c
3565                 Don't offer to remember command on Open 
3566                 with for text parts, as the browser or 
3567                 text editor command isn't changed from 
3568                 there
3569
3570 2006-08-20 [paul]       2.4.0cvs66
3571
3572         * po/ko.po
3573         * po/zh_CN.po
3574                 fix plural form errors. revealed by stricter
3575                 checking of gettext 0.15
3576
3577 2006-08-18 [paul]       2.4.0cvs65
3578
3579         * src/stock_pixmap.c
3580                 fix the fix of 2.4.0cvs64
3581                 Thanks to Colin
3582
3583 2006-08-18 [paul]       2.4.0cvs64
3584
3585         * src/stock_pixmap.c
3586                 fix leaks
3587                 Thanks to Colin
3588
3589 2006-08-18 [paul]       2.4.0cvs63
3590
3591         * src/compose.c
3592         * src/procmsg.c
3593                 fix occasional IMAP bug where large msgs
3594                 were left in the queue folder after sending
3595                 Thanks to Colin
3596
3597 2006-08-18 [paul]       2.4.0cvs62
3598
3599         * src/folderview.c
3600                 freeze the summaryview while quicksearch results
3601                 are displayed
3602                 (fixes bug 456 'current message is hidden when the
3603                 view is refreshed and extended search is "unread 
3604                 messages"')
3605                 Thanks to Colin
3606         * src/textview.c
3607                 add missing #include "inputdialog.h"
3608         * src/common/utils.h
3609                 add missing mailcap_update_default() and improve
3610                 readability
3611
3612 2006-08-17 [colin]      2.4.0cvs61
3613
3614         * src/plugins/pgpcore/select-keys.c
3615                 Fix warnings :)
3616
3617 2006-08-17 [colin]      2.4.0cvs60
3618
3619         * src/compose.c
3620                 Don't continue queuing if Cancel is clicked
3621                 in select-keys
3622
3623 2006-08-17 [colin]      2.4.0cvs59
3624
3625         * src/plugins/pgpcore/select-keys.c
3626                 When encrypting, if only one key matches and it 
3627                 matches exactly, automatically use it.
3628
3629 2006-08-17 [colin]      2.4.0cvs58
3630
3631         * src/mimeview.c
3632         * src/prefs_common.c
3633         * src/prefs_common.h
3634         * src/prefs_ext_prog.c
3635         * src/textview.c
3636                 Fix issues with previous patch (text/html)
3637                 Remove outdated prefs
3638
3639 2006-08-17 [colin]      2.4.0cvs57
3640
3641         * src/imap.c
3642                 Add View Log button on auth error
3643         * src/procmsg.c
3644                 Fix encrypted mail marked as new when
3645                 saved in normal folders
3646         * src/plugins/pgpinline/pgpinline.c
3647                 Fix encrypt bug on IMAP
3648         * src/mimeview.c
3649         * src/common/utils.c
3650         * src/common/utils.h
3651         * src/gtk/inputdialog.c
3652         * src/gtk/inputdialog.h
3653                 Get rid of metamail stuff, simplify
3654                 opening, and allow remembering of user's
3655                 choices (by updating ~/.mailcap). There's
3656                 still to drop "Audio player" and "Image
3657                 viewer" preferences.
3658
3659 2006-08-17 [mones]      2.4.0cvs56
3660
3661         * manual/es/sylpheed-claws-manual.xml
3662                 fix DTD path
3663
3664 2006-08-17 [mones]      2.4.0cvs55
3665
3666         * configure.ac
3667         * manual/Makefile.am
3668         * manual/es/Makefile.am
3669         * manual/es/account.xml
3670         * manual/es/ack.xml
3671         * manual/es/addrbook.xml
3672         * manual/es/advanced.xml
3673         * manual/es/faq.xml
3674         * manual/es/glossary.xml
3675         * manual/es/gpl.xml
3676         * manual/es/handling.xml
3677         * manual/es/intro.xml
3678         * manual/es/keyboard.xml
3679         * manual/es/plugins.xml
3680         * manual/es/starting.xml
3681         * manual/es/sylpheed-claws-manual.xml
3682         * manual/es/dist/Makefile.am
3683         * manual/es/dist/html/Makefile.am
3684         * manual/es/dist/pdf/Makefile.am
3685         * manual/es/dist/ps/Makefile.am
3686         * manual/es/dist/txt/Makefile.am
3687                 Spanish translation for the manual
3688
3689 2006-08-16 [colin]      2.4.0cvs54
3690
3691         * src/compose.c
3692         * src/main.c
3693         * src/mainwindow.c
3694                 Fix send button sensitivity at startup
3695                 Set send menu sensitivity (patch by Fabien)
3696         * src/ssl_manager.c
3697                 Enable closing with esc (patch by Fabien)
3698         * src/gtk/foldersort.c
3699                 Enable closing with esc (patch by Fabien)
3700         * src/procmime.c
3701                 Optimisation (no need to copy to tempfile to
3702                 "decode" 7bit and 8bit)
3703         * src/summaryview.c
3704                 Fix cruft in swap_from case
3705         * src/textview.c
3706                 Fix missing last line in some mail cases 
3707                 (Fixes debian #381872)
3708         * src/plugins/pgpcore/prefs_gpg.c
3709         * src/plugins/pgpcore/sgpgme.c
3710         * src/plugins/pgpcore/sgpgme.h
3711                 Don't show "no key found" when user explicitely
3712                 wants to create a key
3713
3714 2006-08-16 [paul]       2.4.0cvs53
3715
3716         * configure.ac
3717         * src/account.c
3718         * src/addressbook.c
3719         * src/headerview.c
3720         * src/prefs_account.c
3721         * src/prefs_message.c
3722         * src/gtk/gtkutils.c
3723                 bump up minimum required versions of GTK+ and
3724                 GLIB to 2.6.0
3725
3726 2006-08-16 [paul]       2.4.0cvs52
3727
3728         * src/toolbar.c
3729                 workaround GTK+ Bug 351600 - 'Can't re-click
3730                 on button after sensitivity update'
3731                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3732                 Thanks to Colin
3733
3734 2006-08-15 [colin]      2.4.0cvs51
3735
3736         * src/plugins/pgpcore/prefs_gpg.c
3737                 Set options sensitivity according to
3738                 key existence
3739         * src/plugins/pgpcore/sgpgme.c
3740                 Allow to create key with no passphrase
3741
3742 2006-08-14 [cleroy]     2.4.0cvs50
3743
3744         * src/gtk/pluginwindow.c
3745                 New layout (maybe to be changed?)
3746         * src/gtk/gtkutils.c
3747                 Fix a bit label_window
3748         * src/plugins/pgpcore/passphrase.c
3749         * src/plugins/pgpcore/passphrase.h
3750         * src/plugins/pgpcore/plugin.c
3751         * src/plugins/pgpcore/prefs_gpg.c
3752         * src/plugins/pgpcore/prefs_gpg.h
3753         * src/plugins/pgpcore/sgpgme.c
3754         * src/plugins/pgpcore/sgpgme.h
3755                 Allow to create a PGP private key via the GUI
3756
3757 2006-08-14 [wwp]        2.4.0cvs49
3758
3759         * src/addressbook_foldersel.c
3760                 fix strict ISO C90 compliance.
3761
3762 2006-08-14 [paul]       2.4.0cvs48
3763
3764         * src/gtk/prefswindow.c
3765                 re-set scrolled window on opening
3766                 Patch by Ticho
3767
3768 2006-08-14 [paul]
3769
3770         2.5.0-rc1 released
3771
3772 2006-08-14 [paul]       2.4.0cvs47
3773
3774         * src/prefs_display_header.c
3775                 re-enable user-defined Displayed Headers
3776
3777 2006-08-14 [paul]       2.4.0cvs46
3778
3779         * src/prefs_account.c
3780                 use GTK_STOCK_EDIT
3781
3782 2006-08-13 [colin]      2.4.0cvs45
3783
3784         * src/common/utils.c
3785                 Fix "a" in quote when the original message is empty,
3786                 by using \0 instead of 'a' to test writability of
3787                 temp files.
3788
3789 2006-08-13 [wwp]        2.4.0cvs44
3790
3791         * src/plugins/spamassassin/spamassassin.c
3792                 fix capitalization of "SpamAssassin" in some debug, log and
3793                 dialog messages.
3794
3795 2006-08-13 [paul]       2.4.0cvs43
3796
3797         * src/editldap.c
3798                 fix overlapping widgets
3799         * src/prefs_account.c
3800                 fix translation of protocol_names[]
3801                 fix label disappearing off the edge of the
3802                 visible area
3803
3804 2006-08-12 [paul]       2.4.0cvs42
3805
3806         * manual/plugins.xml
3807                 update IRC channel info before it gets forgotten
3808                 about
3809
3810 2006-08-11 [colin]      2.4.0cvs41
3811
3812         * src/compose.c
3813         * src/mainwindow.c
3814         * src/mainwindow.h
3815         * src/procmsg.c
3816         * src/procmsg.h
3817         * src/summaryview.c
3818         * src/toolbar.c
3819                 Grey out the Send button if
3820                 - Queue folders are empty, or
3821                 - We're sending already
3822
3823 2006-08-11 [wwp]        2.4.0cvs40
3824
3825         * src/main.c
3826                 fix a logic issue when quitting while a compose window is
3827                 still open, thanks to Colin.
3828
3829 2006-08-10 [colin]      2.4.0cvs39
3830
3831         * src/main.c
3832                 Fix default font size setting after wizard run
3833         * src/imap.c
3834         * src/etpan/imap-thread.c
3835         * src/etpan/imap-thread.h
3836                 Fix bug #999 (Timing out on TSL cert validation 
3837                 dialog makes ugly things happen). Also, STARTTLS
3838                 unconditionnaly if initial capabilities contain
3839                 LOGINDISABLED and STARTTLS.
3840
3841 2006-08-09 [colin]      2.4.0cvs38
3842
3843         * src/mainwindow.c
3844         * src/mainwindow.h
3845                 Fix Tools/Actions sensitivity when there are
3846                 no actions
3847
3848 2006-08-09 [colin]      2.4.0cvs37
3849
3850         * src/prefs_filtering.c
3851                 Warning fix, patch by Paul
3852         * src/messageview.c
3853         * src/prefs_actions.c
3854         * src/prefs_filtering_action.c
3855         * src/prefs_matcher.c
3856                 Uniformisation of "Info ..." to "Info..." (for
3857                 old gtk), patch by Fabien
3858         * src/plugins/clamav/clamav_plugin_gtk.c
3859                 Sensitivity fix by Fabien
3860
3861 2006-08-09 [colin]      2.4.0cvs36
3862
3863         * src/main.c
3864         * src/main.h
3865                 Add a function to know whether we're exiting
3866         * src/plugins/trayicon/trayicon.c
3867                 If exiting, don't do anything. Faster, and
3868                 avoids gtk_main_iteration reentracy causing
3869                 segfaults at exit
3870
3871 2006-08-09 [colin]      2.4.0cvs35
3872
3873         * src/messageview.c
3874         * src/mimeview.c
3875         * src/mimeview.h
3876                 Fix lack of part selection when automatically 
3877                 jumping to a specific part
3878         * src/msgcache.c
3879                 Little optimisation in cache reading
3880
3881 2006-08-09 [colin]      2.4.0cvs34
3882
3883         * src/compose.c
3884                 Fix crash setting the priority on reedit
3885                 (Accessing compose before creating it!)
3886
3887 2006-08-08 [colin]      2.4.0cvs33
3888
3889         * src/procmime.c
3890                 Fix bug #998 (last attachment is not accessible)
3891                 Bad RFC interpretation on multipart close-delimiters
3892         * src/mimeview.c
3893         * src/mimeview.h
3894         * src/gtk/gtkvscrollbutton.c
3895         * src/gtk/gtkvscrollbutton.h
3896                 Make attachments list wheel-scrollable
3897
3898 2006-08-07 [colin]      2.4.0cvs32
3899
3900         * src/gtk/gtkaspell.c
3901                 Fix bug #973 (Unicode punctation characters 
3902                 are not recognized as separators by the
3903                 spell checker); fix unsigned stuff
3904
3905 2006-08-07 [colin]      2.4.0cvs31
3906
3907         * src/compose.c
3908                 Fix bug #956 (DnD text with accents in compose 
3909                 text entry); fix gccc's signed/unsigned fuss
3910
3911 2006-08-06 [colin]      2.4.0cvs30
3912
3913         * src/main.c
3914                 Fix bug #979 (Plugin crashes when exiting 
3915                 sylpheed-claws) : handle exit request only 
3916                 once
3917
3918 2006-08-05 [colin]      2.4.0cvs29
3919
3920         * src/news.c
3921                 Just make sure we have a msgid.
3922
3923 2006-08-05 [colin]      2.4.0cvs28
3924
3925         * src/news.c
3926         * src/summaryview.c
3927                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3928                 by reimplementing it
3929         * src/textview.c
3930                 Fix bug when hiding quotes with level > 3 and quote
3931                 colors are recycled
3932
3933 2006-08-04 [colin]      2.4.0cvs27
3934
3935         * src/compose.c
3936         * src/undo.c
3937         * src/undo.h
3938                 Fix a bit replace-by-pasting undo
3939         * src/mainwindow.c
3940         * src/messageview.c
3941                 Fix Fold quotes menu synchro in
3942                 mainwindow when it changes in 
3943                 messageview
3944         * src/textview.c
3945                 Fix right-click on quotes blocks
3946         * src/common/utils.c
3947                 Verify that the file created by
3948                 my_tmpfile() is writable. Fixes
3949                 bug #988 (very specific filesystem
3950                 issue)
3951         * src/plugins/pgpcore/sgpgme.c
3952                 Fix file descriptor leak
3953         * src/plugins/spamassassin/spamassassin.c
3954                 Warn once if spamd isn't reachable
3955
3956 2006-08-04 [colin]      2.4.0cvs26
3957
3958         * src/toolbar.c
3959                 i18n context patch by Fabien
3960
3961 2006-08-03 [colin]      2.4.0cvs25
3962
3963         * src/mainwindow.c
3964         * src/messageview.c
3965                 Rename "Hide quotes" to "Fold quotes"
3966         * src/textview.c
3967                 Don't use hand cursor on quotes. "all 
3968                 the bonuses of the feature and none of 
3969                 unwelcome side-effects"
3970
3971 2006-08-03 [colin]      2.4.0cvs24
3972
3973         * AUTHORS
3974         * sylpheed-claws.desktop
3975         * src/gtk/authors.h
3976                 Bring the desktop file to XDG compliance
3977                 Patch by Charles A. Edwards
3978
3979 2006-08-03 [colin]      2.4.0cvs23
3980
3981         * src/textview.c
3982                 Fix links offset when they are preceded
3983                 by accentued chars (g_utf8_strlen!)
3984         * src/mainwindow.c
3985                 Fix wrong status when starting offline
3986
3987
3988 2006-08-03 [wwp]        2.4.0cvs22
3989
3990         * src/prefs_common.h
3991                 ask what to do w/ filtering rules that belong to an account when
3992                 applying filtering rules manually from the main window (skip,
3993                 apply regardless of the account, use current account). This dialog
3994                 can be skipped and the last reply used.
3995                 (forgot that file)
3996
3997 2006-08-03 [wwp]        2.4.0cvs21
3998
3999         * src/filtering.c
4000         * src/filtering.h
4001         * src/prefs_common.c
4002         * src/summaryview.c
4003         * src/alertpanel.c
4004         * src/alertpanel.h
4005         * src/messageview.c
4006                 ask what to do w/ filtering rules that belong to an account when
4007                 applying filtering rules manually from the main window (skip,
4008                 apply regardless of the account, use current account). This dialog
4009                 can be skipped and the last reply used.
4010
4011
4012 2006-08-03 [colin]      2.4.0cvs20
4013
4014         * src/textview.c
4015                 Optimize previous patch
4016
4017 2006-08-03 [cleroy]     2.4.0cvs19
4018
4019         * src/textview.c
4020                 Fix quotes getting toggled back when the
4021                 mail has an even number of text parts
4022
4023 2006-08-02 [colin]      2.4.0cvs18
4024
4025         * src/messageview.c
4026                 Add Hide quotes menu
4027
4028 2006-08-02 [colin]      2.4.0cvs17
4029
4030         * src/mainwindow.c
4031         * src/prefs_common.c
4032         * src/textview.c
4033         * src/textview.h
4034         * src/gtk/about.c
4035                 Allow per-level quote hiding,
4036                 Allow toggling quotes by double-clicking them
4037                 Rename RemoteURI to ClickableText to reflect
4038                 the fact it's used for a variety of things
4039
4040 2006-08-02 [wwp]        2.4.0cvs16
4041
4042         * src/mainwindow.c
4043                 fix "View/Hide quotes" menu item status initialization.
4044
4045 2006-08-02 [wwp]        2.4.0cvs15
4046
4047         * src/matcher_parser_parse.y
4048                 remove a debug trace.
4049
4050 2006-08-02 [paul]       2.4.0cvs14
4051
4052         * src/plugins/pgpcore/passphrase.c
4053                 don't set initial dialog size
4054                 make it resizable
4055
4056 2006-08-02 [paul]       2.4.0cvs13
4057
4058         * src/noticeview.c
4059                 remove the rogue '/' character
4060
4061 2006-08-02 [paul]       2.4.0cvs12
4062
4063         * src/noticeview.c
4064                 allow buttons to resize as necessary
4065
4066 2006-08-01 [wwp]        2.4.0cvs11
4067
4068         * src/mbox.c
4069                 fix strict ISO C90 compliance.
4070
4071 2006-08-01 [wwp]        2.4.0cvs10
4072
4073         * tools/update-po
4074                 updated update-po tool to work w/ context-dependent translations.
4075                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4076
4077 2006-08-01 [wwp]        2.4.0cvs9
4078
4079         * src/matcher.c
4080         * src/prefs_filtering.c
4081         * src/prefs_matcher.c
4082                 allow context-dependent translations for "All",
4083                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4084
4085 2006-07-31 [colin]      2.4.0cvs8
4086
4087         * AUTHORS
4088         * src/gtk/authors.h
4089                 Add Rafal to authors
4090
4091 2006-07-31 [colin]      2.4.0cvs7
4092
4093         * src/compose.c
4094         * src/mainwindow.c
4095         * src/messageview.h
4096         * src/prefs_common.c
4097         * src/prefs_common.h
4098         * src/textview.c
4099                 Add 'View/Hide quotes'. Patch based on a patch
4100                 by Rafal Weglarz
4101
4102 2006-07-31 [colin]      2.4.0cvs6
4103
4104         * src/action.c
4105                 Fix problem with "> stuff >" actions
4106
4107 2006-07-31 [paul]       2.4.0cvs5
4108
4109         * po/nb.po
4110                 updated by Geir Helland
4111
4112 2006-07-31 [wwp]        2.4.0cvs4
4113
4114         * src/mainwindow.c
4115         * src/summaryview.c
4116         * src/summaryview.h
4117                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4118                 thanks to Colin.
4119
4120 2006-07-31 [wwp]        2.4.0cvs3
4121
4122         * src/Makefile.am
4123         * src/addr_compl.c
4124         * src/addr_compl.h
4125         * src/addressbook.c
4126         * src/addressbook.h
4127         * src/addressbook_foldersel.c
4128         * src/addressbook_foldersel.h
4129         * src/addrindex.c
4130         * src/addrindex.h
4131         * src/matcher.c
4132         * src/matcher.h
4133         * src/matcher_parser_lex.l
4134         * src/matcher_parser_parse.y
4135         * src/prefs_common.c
4136         * src/prefs_common.h
4137         * src/prefs_filtering.c
4138         * src/prefs_matcher.c
4139         * src/prefs_matcher.h
4140         * src/summaryview.c
4141                 introduce filtering against the address book. It's now possible to add
4142                 matched conditions to determine if any email address in a message matches
4143                 or doesn't match any or all books or folders in the address book.
4144
4145 2006-07-31 [wwp]        2.4.0cvs2
4146
4147         * src/account.c
4148         * src/filtering.c
4149         * src/filtering.h
4150         * src/folder.c
4151         * src/folderview.c
4152         * src/inc.c
4153         * src/mainwindow.c
4154         * src/matcher.c
4155         * src/matcher_parser_lex.l
4156         * src/matcher_parser_parse.y
4157         * src/mbox.c
4158         * src/prefs_filtering.c
4159         * src/prefs_filtering.h
4160         * src/procmsg.c
4161         * src/procmsg.h
4162         * src/summaryview.c
4163                 introduce per-account filtering rules. Each filtering rule can now be assigned
4164                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4165                 when applying filtering rules manually, as all rules will apply - even the ones
4166                 assigned to an account. This issue will be addressed soon.
4167  
4168
4169
4170 2006-07-31 [wwp]        2.4.0cvs1
4171
4172         * src/quote_fmt.c
4173                 make more strings translatable.
4174
4175 2006-07-31 [paul]       2.4.0
4176
4177         2.4.0 released
4178
4179 2006-07-31 [paul]       2.3.1cvs91
4180
4181         * po/ca.po
4182                 updated by Miquel Oliete
4183
4184 2006-07-31 [paul]       2.3.1cvs90
4185
4186         * po/de.po
4187         * po/el.po
4188         * po/fr.po
4189         * po/it.po
4190         * po/pl.po
4191         * po/pt_BR.po
4192         * po/sr.po
4193         * po/zh_CN.po
4194                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4195                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4196                 Aleksandar Urosevic, and Ralgh Young
4197
4198 2006-07-31 [paul]       2.3.1cvs89
4199
4200         * src/account.c
4201         * src/main.c
4202         * src/mainwindow.c
4203         * src/mainwindow.h
4204                 Fix a race condition when, after an SC crash, rescanning
4205                 folders took more than 0.5 seconds
4206                 Thanks to Colin
4207
4208 2006-07-31 [paul]       2.3.1cvs88
4209
4210         * src/folderview.c
4211                 don't translate separator strings
4212
4213 2006-07-30 [mones]      2.3.1cvs87
4214
4215         * doc/man/sylpheed-claws.1
4216                 Fixed non-ASCII chars in Hoa's name
4217         * po/es.po
4218                 Updated for release
4219
4220 2006-07-27 [colin]      2.3.1cvs86
4221
4222         * src/textview.c
4223                 Don't include the leading \n in links
4224                 Patch by Fabien
4225
4226 2006-07-25 [colin]      2.3.1cvs85
4227
4228         * src/mainwindow.c
4229         * src/common/socket.h
4230         * src/etpan/imap-thread.c
4231                 Refresh resolvers before connecting
4232                 to IMAP servers, and after switching
4233                 to online. Thanks to Paul.
4234
4235 2006-07-18 [colin]
4236
4237         * 2.4.0-rc4 released
4238
4239 2006-07-17 [colin]      2.3.1cvs84
4240
4241         * src/inc.c
4242                 Show connection attempt in statusbar before
4243                 connecting (previously first message was
4244                 "Retrieving messages from ..." after the
4245                 connection succeeded.
4246
4247 2006-07-16 [wwp]        2.3.1cvs83
4248
4249         * sylpheed-claws.ico
4250                 Added .ico file (windows multi-size icon file, generated).
4251
4252 2006-07-12 [wwp]        2.3.1cvs82
4253
4254         * src/messageview.c
4255                 remove Message/Re-edit menu entry from messageview window,
4256                 as sent/draft/queued messages are opened in compose window when
4257                 re-edited and it's not possible to re-edit other msgs.
4258
4259 2006-07-12 [paul]       2.3.1cvs81
4260
4261         * AUTHORS
4262         * src/mainwindow.c
4263         * src/gtk/authors.h
4264                 check online state before resetting
4265                 mailcheck timer. Useful if some program
4266                 verifies connection state and updates
4267                 Claws.
4268                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4269
4270 2006-07-12 [paul]       2.3.1cvs80
4271
4272         * sylpheed-claws-128x128.png
4273         * sylpheed-claws-64x64.png
4274         * sylpheed-claws.png
4275         * src/Makefile.am
4276         * src/main.c
4277         * src/prefs_toolbar.c
4278         * src/stock_pixmap.c
4279         * src/stock_pixmap.h
4280         * src/wizard.c
4281         * src/gtk/about.c
4282         * src/gtk/gtkutils.c
4283         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4284         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4285         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4286         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4287         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4288         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4289                 updated and renamed logo/icon files and related
4290                 logo by Jesper Schultz
4291
4292 2006-07-11 [paul]       2.3.1cvs79
4293
4294         * src/main.c
4295                 fix the labels a smidgin
4296
4297 2006-07-09 [colin]      2.3.1cvs78
4298
4299         * src/textview.c
4300                 Show errors in textviewer's command
4301                 Patch by H. Merijn Brand
4302
4303 2006-07-09 [colin]      2.3.1cvs77
4304
4305         * src/compose.c
4306                 Save FMID in drafts too
4307
4308 2006-07-08 [colin]      2.3.1cvs76
4309
4310         * src/compose.c
4311                 Svae RMID in drafted mails too
4312                 Save quote_fmt vars for whole mails,
4313                 don't reset at each quote_fmt_init:
4314                 allows to use the same |i{var} in
4315                 various template fields
4316         * src/prefs_template.c
4317         * src/quote_fmt.h
4318         * src/quote_fmt_parse.y
4319                 Same
4320
4321 2006-07-08 [colin]      2.3.1cvs75
4322
4323         * src/textview.c
4324                 Fix highlighting of attached parts URIs
4325
4326 2006-07-08 [colin]      2.3.1cvs74
4327
4328         * src/main.c
4329                 Prevent bug #981 (sc 2.3.1 segfaults with 
4330                 gtk+ 2.10) from being reported again:
4331                 if Sylpheed-Claws has been compiled against
4332                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4333                 of if Sylpheed-Claws has been compiled against
4334                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4335                 error out.
4336
4337 2006-07-07 [colin]      2.3.1cvs73
4338
4339         * src/prefs_actions.c
4340                 Fix label
4341
4342 2006-07-07 [colin]      2.3.1cvs72
4343
4344         * src/prefs_actions.c
4345                 Fix compile on gtk < 2.8. argh :)
4346
4347 2006-07-07 [paul]       2.3.1cvs71
4348
4349         * src/common/defs.h
4350                 update DONATE_URI
4351
4352 2006-07-07 [colin]      2.3.1cvs70
4353
4354         * po/POTFILES.in
4355         * src/quote_fmt.c
4356         * src/quote_fmt_lex.l
4357         * src/quote_fmt_parse.y
4358                 Add |i{var}, a way to insert user-entered
4359                 text in a template
4360
4361 2006-07-07 [colin]
4362
4363         * 2.4.0-rc3 released
4364
4365 2006-07-07 [colin]      2.3.1cvs69
4366
4367         * src/folder.c
4368                 Don't consider inboxes of UNKNOWN folder 
4369                 classes to be useable as default inboxes
4370
4371 2006-07-07 [paul]       2.3.1cvs68
4372
4373         * src/textview.c
4374                 add missing #include <errno.h>
4375                 Thanks to René J. Blokland
4376
4377 2006-07-07 [paul]       2.3.1cvs67
4378
4379         * src/action.c
4380                 Return now Closes dialog
4381         * src/mimeview.c
4382         * src/mimeview.h
4383         * src/textview.c
4384                 add contextual menu to mime parts listed
4385                 in the textview
4386                 Thanks to Colin
4387         * src/common/utils.c
4388                 reversal: ' is a valid character in URLs
4389
4390 2006-07-06 [colin]      2.3.1cvs66
4391
4392         * src/remotefolder.h
4393                 Forgotten in previous commit
4394
4395 2006-07-06 [colin]      2.3.1cvs65
4396
4397         * src/folder.c
4398                 Set summary update flag whenever
4399                 totals changed
4400         * src/imap.c
4401         * src/prefs_account.c
4402         * src/common/utils.h
4403         * src/etpan/imap-thread.c
4404                 Fix warnings, thanks to Fabien and
4405                 Ricardo
4406
4407 2006-07-06 [wwp]        2.3.1cvs64
4408
4409         * src/gtk/gtkutils.c
4410                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4411
4412 2006-07-06 [wwp]        2.3.1cvs63
4413
4414         * src/account.c
4415         * src/addressbook.c
4416         * src/addressitem.h
4417         * src/folderview.c
4418         * src/mainwindow.c
4419         * src/manual.c
4420         * src/manual.h
4421         * src/message_search.c
4422         * src/prefs_actions.c
4423         * src/prefs_filtering.c
4424         * src/prefs_filtering.h
4425         * src/prefs_template.c
4426         * src/summary_search.c
4427         * src/summaryview.c
4428         * src/gtk/gtkutils.c
4429         * src/gtk/gtkutils.h
4430         * src/gtk/pluginwindow.c
4431                 add help buttons to some dialogs. Clicking such buttons opens a
4432                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4433
4434 2006-07-06 [paul]       2.3.1cvs62
4435
4436         * src/textview.c
4437                 fix attachments contextual menu
4438                 Thanks to Colin
4439
4440 2006-07-05 [colin]      2.3.1cvs61
4441
4442         * src/textview.c
4443         * src/compose.c
4444                 Handle sftp:// links
4445
4446 2006-07-05 [paul]       2.3.1cvs60
4447
4448         * src/gtk/filesel.c
4449                 grab save button by default
4450                 Thanks to Colin
4451
4452 2006-07-05 [wwp]        2.3.1cvs59
4453
4454         * manual/xml2pdf
4455                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4456
4457 2006-07-04 [colin]      2.3.1cvs58
4458
4459         * src/mimeview.c
4460         * src/textview.c
4461                 Use left click to select, middle click to open
4462                 on mimeparts links
4463         * src/common/utils.c
4464                 Fix segfault
4465
4466 2006-07-04 [colin]      2.3.1cvs57
4467
4468         * src/mainwindow.c
4469         * src/news.c
4470                 Warning fixes, thanks to Fabien
4471
4472 2006-07-04 [colin]      2.3.1cvs56
4473
4474         * src/mimeview.c
4475         * src/mimeview.h
4476         * src/textview.c
4477                 Allow parts to be selected via their text label
4478                 in textview
4479
4480 2006-07-04 [colin]      2.3.1cvs55
4481
4482         * src/folderview.c
4483                 Feedback when closing (for big folders)
4484         * src/prefs_actions.c
4485         * src/prefs_filtering.c
4486         * src/prefs_matcher.c
4487         * src/prefs_template.c
4488                 Fix default button when closing without
4489                 having saved
4490
4491 2006-07-04 [colin]      2.3.1cvs54
4492
4493         * src/news.c
4494                 Delete local file on deletion
4495
4496 2006-07-03 [colin]      2.3.1cvs53
4497
4498         * src/folderview.c
4499         * src/main.c
4500                 Don't freeze when rescanning after crash
4501
4502 2006-07-03 [wwp]        2.3.1cvs52
4503
4504         * src/compose.c
4505         * src/privacy.c
4506         * src/privacy.h
4507         * src/plugins/pgpinline/pgpinline.c
4508         * src/plugins/pgpmime/pgpmime.c
4509                 don't report an error when the user cancels the passphrase dialog.
4510
4511 2006-07-02 [colin]      2.3.1cvs51
4512
4513         * src/folderview.c
4514                 Open message when crossing folders with Space,
4515                 goto next unread and friends
4516
4517 2006-07-01 [colin]      2.3.1cvs50
4518
4519         * src/prefs_account.c
4520                 Typographic rules varying from language
4521                 to language (in french "Protocole :"),
4522                 we have to do that :)
4523
4524 2006-07-01 [ticho]      2.3.1cvs49
4525
4526         * src/prefs_account.c
4527                 Only use one temporary gchar* variable in
4528                 prefs_account_protocol_set_optmenu().
4529
4530 2006-07-01 [ticho]      2.3.1cvs48
4531
4532         * src/prefs_account.c
4533         * src/prefs_account.h
4534                 Use GtkLabel for existing account protocol name.
4535                 Created an array for protocol names and populate the
4536                 combobox from it in a for() cycle.
4537
4538 2006-06-30 [colin]      2.3.1cvs47
4539
4540         * src/compose.c
4541                 Block undo when changing signature (by changing
4542                 account)
4543
4544 2006-06-30 [paul]       2.3.1cvs46
4545
4546         * src/send_message.c
4547                 when editing From in the Compose window, use that address
4548                 in the Return-Path: header
4549                 Thanks to Colin
4550
4551 2006-06-30 [colin]      2.3.1cvs45
4552
4553         * src/compose.c
4554                 Fix signature replacement:
4555                 - when no newline before separator
4556                 - when reediting
4557
4558 2006-06-29 [colin]      2.3.1cvs44
4559
4560         * src/folderview.c
4561         * src/folderview.h
4562         * src/mainwindow.c
4563         * src/summaryview.c
4564                 Let 'View/Go to/Next marked' work like
4565                 Next new & Next unread: across folders
4566                 Change the select_on_entry pref to do
4567                 what we want when changing folder
4568         * src/common/utils.c
4569                 Fix single-quoted links 
4570
4571 2006-06-29 [colin]      2.3.1cvs43
4572
4573         * src/gtk/gtkaspell.c
4574                 "Sylpheed" and "Sylpheed-Claws" do exist !
4575
4576 2006-06-29 [colin]      2.3.1cvs42
4577
4578         * src/imap.c
4579                 Forgot to remove debug
4580
4581 2006-06-29 [colin]      2.3.1cvs41
4582
4583         * src/imap.c
4584         * src/imap.h
4585         * src/mainwindow.c
4586                 Disconnect from IMAP servers when going
4587                 offline. Fixes bug #978 (going to offline-mode 
4588                 won't close connections)
4589
4590 2006-06-29 [colin]      2.3.1cvs40
4591
4592         * src/main.c
4593                 Fix transient setting on failing plugins
4594                 Patch by Fabien
4595         * src/plugins/pgpcore/sgpgme.c
4596                 Only warn for OpenPGP. Most people don't
4597                 have CMS available.
4598
4599 2006-06-29 [colin]      2.3.1cvs39
4600
4601         * src/compose.c
4602                 Fix Spelling menu (discrepancy between context menu
4603                 and top menu when folder's dictionary isn't the 
4604                 default one)
4605         * src/plugins/pgpcore/sgpgme.c
4606                 More error reporting about why gpgme can fail
4607
4608 2006-06-29 [wwp]        2.3.1cvs38
4609
4610         * src/mainwindow.c
4611                 honor the display-header-pane setting even when the message view
4612                 is a separate window.
4613
4614 2006-06-29 [wwp]        2.3.1cvs37
4615
4616         * src/prefs_actions.c
4617                 forgot to commit that one (use of GTK_STOCK_INFO).
4618
4619 2006-06-29 [colin]      2.3.1cvs36
4620
4621         * src/imap.c
4622                 Better handling of login errors (ask the password
4623                 again once), alert in case of error. Fix three
4624                 signedness warnings.
4625
4626 2006-06-28 [wwp]        2.3.1cvs35
4627
4628         * src/prefs_template.c
4629         * src/prefs_matcher.c
4630         * src/prefs_filtering_action.c
4631         * src/prefs_quote.c
4632                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4633                 patch by Fabien Vantard, slightly modified.
4634
4635 2006-06-28 [paul]
4636
4637         2.4.0-rc2 released
4638
4639 2006-06-28 [colin]      2.3.1cvs34
4640
4641         * src/prefs_account.c
4642                 Fix bug #977 (Can't add or edit imap accounts)
4643
4644 2006-06-28 [colin]      2.3.1cvs33
4645
4646         * src/mimeview.c
4647                 Fix previous
4648
4649 2006-06-28 [colin]      2.3.1cvs32
4650
4651         * src/mimeview.c
4652                 Save named inlined attachments with "Save all"
4653         * src/main.c
4654         * src/mbox.c
4655         * src/common/plugin.c
4656         * src/common/plugin.h
4657         * src/common/sylpheed.c
4658         * src/common/utils.c
4659         * src/plugins/pgpcore/sylpheed.def
4660         * src/plugins/pgpinline/sylpheed.def
4661         * src/plugins/pgpmime/sylpheed.def
4662                 Win32 compatibility patch, by
4663                 Werner Koch
4664
4665 2006-06-28 [wwp]        2.3.1cvs31
4666
4667         * src/imap.c
4668         * src/prefs_folder_item.c
4669                 less compilation warnings (thanks to Fabien Vantard), less typos.
4670
4671 2006-06-28 [paul]       2.3.1cvs30
4672
4673         * src/gtk/gtkutils.c
4674                 gtk_combo_box_set_focus_on_click() is only
4675                 available since gtk 2.6.0
4676
4677 2006-06-28 [paul]       2.3.1cvs29
4678
4679         * src/prefs_ext_prog.c
4680                 fix engrish and add a tooltip for the
4681                 'command for 'Display as text' option
4682
4683 2006-06-28 [paul]
4684
4685         2.4.0-rc1 released
4686
4687 2006-06-28 [paul]       2.3.1cvs28
4688
4689         * ChangeLog
4690         * tools/Makefile.am
4691                 include textviewer.pl in releases
4692
4693 2006-06-28 [paul]       2.3.1cvs27
4694
4695         * src/prefs_ext_prog.c
4696                 hide Print command option if libgnomeprint
4697                 support is present
4698
4699 2006-06-27 [colin]      2.3.1cvs26
4700
4701         * src/compose.c
4702                 Fix Esc handling in insert/attach dialog
4703                 Don't show this dialog if dragging something
4704                 else than text/uri-list
4705                 Thanks to Fabien Vantard
4706         * tools/textviewer.pl
4707                 Filter script to display stuff as text
4708                 by H. Merijn Brand
4709
4710 2006-06-27 [wwp]        2.3.1cvs25
4711
4712         * src/messageview.c
4713                 use the exact product name (message view title), patch
4714                 by Fabien Vantard.
4715
4716 2006-06-27 [ticho]      2.3.1cvs24
4717
4718         * src/prefs_account.c
4719         * src/prefs_common.c
4720         * src/prefs_common.h
4721         * src/prefs_ext_prog.c
4722         * src/textview.c
4723                 Add a preference (Preferences/External programs)
4724                 to allow "Display as text" to be done via a script
4725                 (patch by H.Merijn Brand).
4726                 Use GtkComboBox for protocol selection in account
4727                 preferences.
4728                 Only include current choice for existing accounts, and
4729                 insensitivize the combobox.
4730
4731 2006-06-27 [paul]       2.3.1cvs23
4732
4733         * src/mbox.c
4734                 fix crasher introduced in cvs21.
4735                 Thanks to Colin
4736
4737 2006-06-26 [colin]      2.3.1cvs22
4738
4739         * src/mbox.c
4740                 Fix double-frees when leaving folders
4741                 after exporting to mbox
4742
4743 2006-06-26 [colin]      2.3.1cvs21
4744
4745         * src/mbox.c
4746                 More feedback (and optimisation)
4747                 on import/export
4748         * src/common/utils.c
4749                 Fix case when looking for mail addresses
4750         * src/gtk/gtkutils.c
4751                 Extra check for (X-)Face
4752
4753 2006-06-25 [ticho]      2.3.1cvs20
4754
4755         * src/compose.c
4756         * src/exphtmldlg.c
4757         * src/gtk/gtkutils.c
4758         * src/gtk/gtkutils.h
4759                 Added second argument to gtkut_sc_combobox_create() to
4760                 control focus-on-click for the widget.
4761                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4762
4763 2006-06-25 [ticho]      2.3.1cvs19
4764
4765         * src/compose.c
4766         * src/gtk/Makefile.am
4767         * src/gtk/combobox.c
4768         * src/gtk/combobox.h
4769         * src/gtk/gtkutils.c
4770         * src/gtk/gtkutils.h
4771                 Use GtkComboBox instead of deprecated GtkOptionMenu
4772                 for account selector in compose window and for encoding
4773                 selector in attachment properties.
4774                 Also factorise working with the new GtkComboBox somewhat.
4775
4776 2006-06-24 [paul]       2.3.1cvs18
4777
4778         * src/prefs_common.c
4779                 use the correct default value
4780
4781 2006-06-24 [paul]       2.3.1cvs17
4782
4783         * src/compose.c
4784         * src/prefs_common.c
4785         * src/prefs_common.h
4786         * src/prefs_compose_writing.c
4787                 enable setting of default action when
4788                 dnd'ing files in the compose window.
4789                 (Collaborative effort with wwp)
4790
4791 2006-06-23 [wwp]        2.3.1cvs16
4792
4793         * src/compose.c
4794                 i18n fix (thanks to Fabien Vantard)
4795
4796 2006-06-22 [colin]      2.3.1cvs15
4797
4798         * src/prefs_customheader.c
4799                 Don't use filters in custom headers' file 
4800                 selector. Remember, extensions mean nothing :)
4801
4802 2006-06-22 [paul]       2.3.1cvs14
4803
4804         * configure.ac
4805                 allow setting of man directory location
4806
4807 2006-06-22 [colin]      2.3.1cvs13
4808
4809         * src/mainwindow.c
4810                 Add 'View/Go to/Next unread folder'.
4811                 I missed that :)
4812
4813 2006-06-22 [colin]      2.3.1cvs12
4814
4815         * src/common/utils.c
4816                 Add some subject prefixes
4817                 Patch by Bjorn T Johansen <btj@havleik.no>
4818
4819 2006-06-22 [colin]      2.3.1cvs11
4820
4821         * manual/advanced.xml
4822                 Forgotten hidden pref
4823
4824 2006-06-21 [paul]       2.3.1cvs10
4825
4826         * src/prefs_account.c
4827                 complete the removal of 'Add date header' option
4828
4829 2006-06-21 [paul]       2.3.1cvs9
4830
4831         * src/account.c
4832         * src/compose.c
4833         * src/prefs_account.c
4834         * src/prefs_account.h
4835                 remove option to add date header - always
4836                 add date header
4837         * src/etpan/imap-thread.c
4838                 fix warnings (Thanks to Colin)
4839
4840 2006-06-21 [wwp]        2.3.1cvs8
4841
4842         * src/folder.c
4843                 set the attachment flag when inline text part are (file)named. This is more convenient
4844                 when receiving (for instance) inline source files or patches sent using thunderbird.
4845
4846 2006-06-21 [paul]       2.3.1cvs7
4847
4848         * src/inc.c
4849                 fix off-by-one count of current msg in
4850                 statusbar filtering progressbar
4851
4852 2006-06-21 [paul]       2.3.1cvs6
4853
4854         * src/folder.c
4855                 Show attachment icon even if the part is 'inline'
4856                 if the following conditions are met:
4857                 - content-type != 'text/plain'
4858                 - content-type != '*/pgp-signature'
4859                 - either 'name' or 'filename' parameter is not NULL
4860                 
4861                 Thanks to Colin
4862
4863 2006-06-21 [paul]       2.3.1cvs5
4864
4865         * src/messageview.c
4866         * src/prefs_common.c
4867         * src/prefs_common.h
4868         * src/prefs_other.c
4869                 add an option to 'Never send Return
4870                 Receipts'
4871                 Thanks to Colin
4872
4873 2006-06-20 [mones]      2.3.1cvs4
4874
4875         * po/es.po
4876                 updated
4877         * src/compose.c
4878                 typo fixed (space after comma)
4879         * tools/make.themes.project
4880                 remove exec mode from tarball files
4881
4882 2006-06-20 [colin]      2.3.1cvs3
4883
4884         * src/news.c
4885         * src/procheader.c
4886         * src/unmime.c
4887                 Better fix for \n's in headers (don't 
4888                 break Received: and others)
4889
4890 2006-06-20 [paul]       2.3.1cvs2
4891
4892         * src/alertpanel.c
4893         * src/textview.c
4894                 improve legibility of phishing attempt
4895                 dialog
4896
4897 2006-06-20 [paul]       2.3.1cvs1
4898
4899         * NEWS
4900         * README
4901         * configure.ac
4902                 Update version number following
4903                 stable release
4904
4905 2006-06-20 [colin]      2.3.0cvs26
4906
4907         * src/compose.c
4908                 When dragging a file to the text of the compose
4909                 window, ask whether we want to insert or attach
4910                 (I know lots of people who do that to attach)
4911
4912 2006-06-20 [colin]      2.3.0cvs25
4913
4914         * src/etpan/imap-thread.c
4915                 Fix threshold (the append command is often > 32 bytes)
4916
4917 2006-06-19 [colin]      2.3.0cvs24
4918
4919         * src/imap.c
4920         * src/etpan/imap-thread.c
4921                 Workaround Rockliffe IMAP server bug: replace
4922                 "x UID SEARCH (ANSWERED UID 1:*)" with
4923                 "x UID SEARCH ANSWERED"
4924                 (Rockliffe doesn't handle the parenthesis)
4925
4926 2006-06-19 [colin]      2.3.0cvs23
4927
4928         * src/compose.c
4929         * src/imap.c
4930         * src/etpan/imap-thread.c
4931                 Probably fix bug #972 (Freezes when adding 
4932                 an attachment to the message)
4933         * src/common/defs.h
4934                 Modernize Firefox cmd
4935
4936
4937 2006-06-18 [colin]      2.3.0cvs22
4938
4939         * src/prefs_customheader.c
4940                 Only allow correct filenames for various
4941                 custom headers
4942
4943 2006-06-18 [colin]      2.3.0cvs21
4944
4945         * src/prefs_customheader.c
4946                 Add a 'From File...' button in custom headers prefs, which
4947                 try to do the right thing: 
4948                 for normal headers, use file as plaintext,
4949                 for X-Face, calls compface,
4950                 for Face, encode to b64.
4951
4952 2006-06-17 [colin]      2.3.0cvs20
4953
4954         * src/mh.c
4955                 Warning fix
4956
4957 2006-06-16 [colin]      2.3.0cvs19
4958
4959         * src/summaryview.c
4960                 Recursive quicksearch: show message list
4961                 in current folder, *then* search children
4962                 in the background.
4963
4964 2006-06-16 [colin]      2.3.0cvs18
4965
4966         * src/main.c
4967                 Instead of ignoring SIGPIPE, save caches
4968                 when getting one. Will fix the fact that
4969                 hot caches are out-of-date when logging 
4970                 out of Xorg.
4971         * src/compose.c
4972         * src/prefs_compose_writing.c
4973                 Only save text (not attachments) when 
4974                 auto-saving to drafts
4975         * src/unmime.c
4976                 Always replace \n, \r and \t with spaces
4977                 in headers
4978         * manual/dist/html/Makefile.am
4979         * manual/dist/pdf/Makefile.am
4980         * manual/dist/ps/Makefile.am
4981         * manual/dist/txt/Makefile.am
4982         * manual/fr/dist/html/Makefile.am
4983         * manual/fr/dist/pdf/Makefile.am
4984         * manual/fr/dist/ps/Makefile.am
4985         * manual/fr/dist/txt/Makefile.am
4986         * manual/pl/dist/html/Makefile.am
4987         * manual/pl/dist/pdf/Makefile.am
4988         * manual/pl/dist/ps/Makefile.am
4989         * manual/pl/dist/txt/Makefile.am
4990                 Fix make clean removing pregenerated manuals
4991
4992
4993 2006-06-16 [colin]      2.3.0cvs17
4994
4995         * src/plugins/pgpcore/sgpgme.c
4996         * src/plugins/pgpmime/pgpmime.c
4997         * src/plugins/pgpinline/pgpinline.c
4998                 Better error reporting in setup_signers.
4999                 Don't fallback to default key if specified
5000                 key isn't found.
5001                 Don't allow signing if more than one secret
5002                 key matches the one specified in prefs.
5003
5004 2006-06-15 [colin]      2.3.0cvs16
5005
5006         * src/folderview.c
5007                 Add "Send queue" in the folder's contextual
5008                 menu
5009         * src/compose.c
5010         * src/messageview.c
5011         * src/privacy.c
5012         * src/privacy.h
5013         * src/procmime.c
5014         * src/procmsg.c
5015         * src/plugins/pgpcore/passphrase.c
5016         * src/plugins/pgpcore/sgpgme.c
5017         * src/plugins/pgpinline/pgpinline.c
5018         * src/plugins/pgpmime/pgpmime.c
5019                 Better error reporting
5020         * src/mbox.c
5021                 Probably fix bug #971 (2.2.3 cannot read mail 
5022                 from local mbox)
5023
5024
5025 2006-06-15 [mones]      2.3.0cvs15
5026
5027         * tools/make.themes.project
5028                 creates the themes project from the web page
5029
5030 2006-06-15 [colin]      2.3.0cvs14
5031
5032         * src/folder.c
5033                 Better fix (avoid losing the folder if scan_tree 
5034                 fails)
5035
5036 2006-06-15 [cleroy]     2.3.0cvs13
5037
5038         * src/folder.c
5039                 Probably fix Bug #969 (crash on rebuilding 
5040                 imap folder)
5041
5042 2006-06-14 [colin]      2.3.0cvs12
5043
5044         * manual/dtd/manual.xsl
5045         * manual/sylpheed-claws-manual.xml
5046         * manual/fr/sylpheed-claws-manual.xml
5047         * manual/pl/sylpheed-claws-manual.xml
5048                 Insert pagebreaks between sections
5049
5050 2006-06-14 [paul]       2.3.0cvs11
5051
5052         * configure.ac
5053                 better fix than 2.3.0cvs10
5054
5055 2006-06-14 [paul]       2.3.0cvs10
5056
5057         * configure.ac
5058                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5059                 (backwards compatible)
5060
5061 2006-06-13 [colin]      2.3.0cvs9
5062
5063         * src/messageview.c
5064                 Fix sending of return receipt with the new queue folders
5065
5066 2006-06-13 [wwp]        2.3.0cvs8
5067
5068         * src/quote_fmt_lex.l
5069                 fix wrong tokens returned in quote_fmt lexer, query not().
5070
5071 2006-06-13 [wwp]        2.3.0cvs7
5072
5073         * src/folder.c
5074         * src/prefs_folder_item.c
5075                 allow changing folder type even when folder is not a top-level one,
5076                 thanks to Colin.
5077
5078 2006-06-12 [colin]      2.3.0cvs6
5079
5080         * src/folderview.c
5081                 Fix double-ask of "Do you want to mark all
5082                 as read"
5083
5084 2006-06-12 [colin]      2.3.0cvs5
5085
5086         * src/compose.c
5087         * src/compose.h
5088         * src/folder.c
5089         * src/folder.h
5090         * src/imap.c
5091         * src/inc.c
5092         * src/main.c
5093         * src/messageview.c
5094         * src/mh.c
5095         * src/prefs_folder_item.c
5096         * src/procheader.c
5097         * src/procmime.c
5098         * src/procmsg.c
5099         * src/procmsg.h
5100         * src/send_message.c
5101         * src/summaryview.c
5102         * src/toolbar.c
5103                 Apply bug #964's patch (Queue and drafts aren't normal)
5104                 The Drafts and Queue folder now contain RFC-822 files,
5105                 allowing to move and copy mails from and to these 
5106                 folders. Moving from Drafts to Queue will prepare the
5107                 mail for sending (PGP signature, encryption, etc).
5108                 This patch also rework sending errors handling to try
5109                 to be more helpful.
5110                 Also, allow redefining folder types via the GUI 
5111                 (Folder type in its Properties)
5112
5113 2006-06-12 [colin]      2.3.0cvs4
5114
5115         * src/summaryview.c
5116         * src/prefs_common.c
5117         * src/prefs_common.h
5118         * src/gedit-print.c
5119                 Allow to define a specific print font - patch
5120                 by Bernhard Walle <bernhard.walle@gmx.de>
5121         * src/prefs_fonts.c
5122         * manual/advanced.xml
5123         * manual/fr/advanced.xml
5124                 Add a hidden pref to allow deletion without
5125                 confirmation
5126
5127 2006-06-12 [wwp]        2.3.0cvs3
5128
5129         * .cvsignore
5130                 more files to ignore.
5131
5132 2006-06-12 [wwp]        2.3.0cvs2
5133
5134         * src/quote_fmt.c
5135         * src/quote_fmt_lex.l
5136         * src/quote_fmt_parse.y
5137                 extend the quote_fmt parser (templates and quotes):
5138                 - allow limited sub-expressions in |p{} and |f{} expressions,
5139                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5140                 - implemented/fixed missing implementation of query_references and show_references,
5141                 - completed, fixed contents and format of the symbols help dialog,
5142                 - fix some compilation warnings.
5143
5144 2006-06-12 [wwp]        2.3.0cvs1
5145
5146         * manual/advanced.xml
5147         * manual/fr/advanced.xml
5148                 updates in the "templates" section of the manual (eng/fr):
5149                  - be more precise (both versions)
5150                  - completed to match the english reference (fr version)
5151                  - touchups (both versions)
5152
5153 2006-06-12 [paul]       2.3.0
5154
5155         2.3.0 released
5156
5157 2006-06-12 [paul]       2.2.3cvs14
5158
5159         * po/ca.po
5160         * po/cs.po
5161         * po/de.po
5162         * po/el.po
5163         * po/fr.po
5164         * po/it.po
5165         * po/pt_BR.po
5166         * po/sr.po
5167         * po/zh_CN.po
5168                 updated by Miquel Oliete, Tim, Stephan Sachse,
5169                 Stavros Giannouris, Fabien Vantard, Andrea
5170                 Spadaccini, Frederico Goncalves Guimaraes,
5171                 Aleksandar Urosevic, and Ralgh Young
5172
5173 2006-06-12 [colin]      2.2.3cvs13
5174
5175         * src/mbox.c
5176                 Add missing header
5177
5178 2006-06-11 [colin]      2.2.3cvs12
5179
5180         * src/msgcache.c
5181                 Verify that g_malloc() succeeded
5182
5183 2006-06-11 [colin]      2.2.3cvs11
5184
5185         * src/wizard.c
5186                 Add Face header to welcome mail
5187
5188 2006-06-10 [colin]      2.2.3cvs10
5189
5190         * src/textview.c
5191                 Revert previous (Forgot it changes the
5192                 margin on the whole mail)
5193
5194 2006-06-10 [colin]      2.2.3cvs9
5195
5196         * src/textview.c
5197                 Don't overlap long headers under (X-)Face
5198
5199 2006-06-10 [mones]      2.2.3cvs8
5200
5201         * manual/xml2pdf
5202                 allow generation of manual on systems lacking saxon binary
5203                 but with java and the saxon library installed
5204
5205         * po/es.po
5206                 updated for release
5207
5208 2006-06-09 [colin]      2.2.3cvs7
5209
5210         * src/summaryview.c
5211                 Fix leak when using Display Sender using Addressbook
5212
5213 2006-06-09 [colin]      2.2.3cvs6
5214
5215         * src/compose.c
5216         * src/folder.c
5217         * src/folderview.c
5218         * src/mimeview.c
5219         * src/summaryview.c
5220                 More leaks fixes
5221
5222 2006-06-09 [paul]       2.2.3cvs5
5223
5224         * AUTHORS
5225         * src/gtk/authors.h
5226         * tools/claws.i18n.status.pl
5227                 updated with new info
5228
5229 2006-06-09 [paul]       2.2.3cvs4
5230
5231         * README
5232                 updated
5233         * manual/ack.xml
5234                 add wwp to authors list
5235         * src/gtk/authors.h
5236                 update mine and Colin's addresses
5237
5238 2006-06-08 [colin]      2.2.3cvs3
5239
5240         * src/etpan/imap-thread.c
5241                 Fix leak on SSL cert check
5242
5243 2006-06-08 [colin]      2.2.3cvs2
5244
5245         * src/common/utils.c
5246                 Fix leak
5247
5248 2006-06-08 [paul]       2.2.3cvs1
5249
5250         * configure.ac
5251                 Update version number following
5252                 stable release
5253
5254 2006-06-07 [colin]      2.2.2cvs3
5255
5256         * src/msgcache.c
5257                 Fix catching cache read errors (guint instead of gint)
5258                 Prevent malloc'ing more than 8MB (means cache corruption)
5259
5260 2006-06-07 [paul]       2.2.2cvs2
5261
5262         * src/exporthtml.c
5263         * src/exportldif.c
5264         * src/mh.c
5265         * src/mutt.c
5266         * src/pine.c
5267         * src/common/utils.c
5268                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5269                 obey $HOME'
5270                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5271                 Thanks to Colin
5272
5273 2006-06-06 [paul]       2.2.2cvs1
5274
5275         * configure.ac
5276                 Update version number following
5277                 stable release
5278
5279 2006-06-06 [paul]       2.2.1cvs6
5280
5281         * src/matcher.c
5282                 fix  implicit declaration of
5283                 sylpheed_do_idle()
5284                 Patch by Fabien Vantard
5285
5286 2006-06-06 [paul]       2.2.1cvs5
5287
5288         * src/matcher.c
5289                 fix age_greater and age_lower so that they
5290                 mean what say and not '...or equal to'
5291                 Thanks to Colin
5292
5293 2006-06-06 [paul]       2.2.1cvs4
5294
5295         * src/textview.c
5296         * src/common/utils.c
5297                 fix URI check
5298                 Thanks to Colin
5299
5300 2006-06-05 [wwp]        2.2.1cvs3
5301
5302         * manual/fr/account.xml
5303                 minor language fixes (thanks to Fabien Vantard).
5304
5305 2006-06-05 [colin]      2.2.1cvs2
5306
5307         * src/prefs_folder_item.c
5308         * src/folderview.c
5309                 Allow recursive setting of properties 
5310                 for whole mailboxes
5311         * src/matcher.c
5312                 Don't freeze on 'test' filtering rule
5313
5314 2006-06-05 [colin]      2.2.1cvs1
5315
5316         * configure.ac
5317                 Update version number following
5318                 stable release
5319
5320 2006-06-04 [wwp]        2.2.0cvs82
5321
5322         * manual/glossary.xml
5323         * manual/account.xml
5324         * manual/fr/glossary.xml
5325         * manual/fr/account.xml
5326                 added glossary section and references/links related to the Face custom header.
5327
5328 2006-06-04 [colin]      2.2.0cvs81
5329
5330         * src/summaryview.c
5331                 Skip to next message on move with no
5332                 immediate execution
5333
5334 2006-06-04 [wwp]        2.2.0cvs80
5335
5336         * manual/xml2pdf
5337                 added sanity checks, exit when needed.
5338
5339 2006-06-03 [paul]       2.2.0cvs79
5340
5341         * src/prefs_receive.c
5342                 page name is now 'Receiving'
5343         * src/prefs_send.c
5344                 page name is now 'Sending'
5345
5346 2006-06-03 [colin]      2.2.0cvs78
5347
5348         * src/plugins/spamassassin/spamassassin_gtk.c
5349                 Autoswitch to Localhost if transport was previously
5350                 disabled. Else people had to check [] Enable, then
5351                 *reselect* transport.
5352
5353 2006-06-03 [colin]      2.2.0cvs77
5354
5355         * src/plugins/pgpinline/pgpinline.c
5356         * src/plugins/pgpmime/pgpmime.c
5357                 Check that gpg_data_release_and_get_mem 
5358                 didn't fail (now, why this happens...)
5359
5360 2006-06-03 [colin]      2.2.0cvs76
5361
5362         * src/mbox.c
5363                 Fix bug #962 (Manual and/or UI should 
5364                 warn about incompatible locking 
5365                 causing dataloss)
5366
5367 2006-06-02 [cleroy]     2.2.0cvs75
5368
5369         * src/filtering.c
5370         * src/folder.c
5371         * src/procmsg.c
5372         * src/summaryview.c
5373                 Fix a few leaks
5374
5375 2006-06-02 [colin]      2.2.0cvs74
5376
5377         * src/main.c
5378                 On exit, free caches after writing them
5379                 Shuts up some valgrind false positives
5380         * src/procmsg.c
5381         * src/send_message.c
5382                 Fix races when reusing existing SMTP connections
5383                 Fix inexistant session timeout
5384         * src/toolbar.c
5385                 Display alertpanel after all queues have
5386                 been processed, not after each
5387
5388 2006-06-02 [wwp]        2.2.0cvs73
5389
5390         * manual/fr/glossary.xml
5391         * manual/fr/ack.xml
5392         * manual/ack.xml
5393                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5394
5395 2006-06-02 [wwp]        2.2.0cvs72
5396
5397         * manual/xml2pdf
5398         * manual/dist/pdf/Makefile.am
5399         * manual/dtd/manual.xsl
5400         * manual/fr/dist/pdf/Makefile.am
5401         * manual/pl/dist/pdf/Makefile.am
5402                 we changed the procedure to generate the .pdf version of the manual.
5403                 The procedure is more modern and the .pdf we get now has a valid index.
5404                 Here are the new pre-requisites:
5405
5406                 - JRE 1.x (1.4 here): there must be one from your distro
5407                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5408                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5409                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5410
5411                 See my posts for further info about the installation of this toolchain:
5412
5413                 Date: Fri, 19 May 2006 19:40:06 +0200
5414                 From: wwp <subscript@free.fr>
5415                 To: sylpheed-claws-devel@lists.sourceforge.net
5416                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5417
5418                 and
5419
5420                 Date: Wed, 24 May 2006 12:58:49 +0200
5421                 From: wwp <subscript@free.fr>
5422                 To: sylpheed-claws-devel@lists.sourceforge.net
5423                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5424
5425 2006-06-01 [colin]      2.2.0cvs71
5426
5427         * src/compose.c
5428                 Better guards against IMAP races
5429         * src/main.c
5430         * src/prefs_common.c
5431         * src/prefs_common.h
5432         * src/common/ssl_certificate.c
5433         * src/etpan/imap-thread.c
5434         * src/etpan/imap-thread.h
5435         * src/gtk/sslcertwindow.c
5436                 New hidden option ssl_skip_cert_check to 
5437                 avoid dups of bug #959 (libetpan linked
5438                 against gnutls and gnutls buggy on 64bit)
5439                 Present expired warning only once per
5440                 session/server.
5441         * manual/advanced.xml
5442         * manual/fr/advanced.xml
5443                 Document new option
5444
5445 2006-06-01 [wwp]        2.2.0cvs70
5446
5447         * src/messageview.c
5448                 fix for bug #961 (return receipt dialog 
5449                 complains incorrectly about return-path 
5450                 email adress being different), thanks 
5451                 to Colin.
5452
5453 2006-05-31 [cleroy]     2.2.0cvs69
5454
5455         * src/common/ssl.c
5456                 Guard against NULLs, although this
5457                 should never be an issue
5458
5459 2006-05-31 [colin]      2.2.0cvs68
5460
5461         * src/filtering.c
5462                 Use g_slist_prepend
5463         * src/imap.c
5464                 Don't remove caches when destroying folder, it
5465                 could (should) be done at exit
5466         * src/inc.c
5467                 free processing cache after incorporation
5468         * src/etpan/imap-thread.c
5469                 Maybe fix bug #959 (Crash on moving to emails 
5470                 to a imap account per ssl with a expired 
5471                 certificate.)
5472
5473 2006-05-30 [colin]      2.2.0cvs67
5474
5475         * src/summaryview.c
5476                 Put back event flush when displaying message
5477                 It avoids reading a bunch of messages just
5478                 by hitting shift-n for too long ;)
5479
5480 2006-05-29 [colin]      2.2.0cvs66
5481
5482         * src/summaryview.c
5483                 Remove useless g_warnings
5484
5485 2006-05-29 [colin]      2.2.0cvs65
5486
5487         * src/imap.c
5488                 Fix g_slist_append()s for performance
5489
5490 2006-05-29 [colin]      2.2.0cvs64
5491
5492         * src/compose.c
5493         * src/common/utils.c
5494                 Fix extraneous tab at start of addresses
5495         * src/mainwindow.c
5496                 Fix warnings (thanks to Fabien)
5497                 Fix crash at exit when composing messages 
5498                 exist
5499         * src/pop.c
5500                 Fix progress bar when deleting expired mails
5501                 Thanks to Hiro
5502         * src/summaryview.c
5503         * src/gtk/gtksctree.c
5504                 Fix re-sorting slowness
5505
5506 2006-05-29 [paul]       2.2.0cvs63
5507
5508         * src/mh.c
5509                 fetch full message when moving mails
5510                 from another mailbox, (fixed data loss
5511                 when filtering from IMAP to MH, introduced
5512                 in 2.2.0cvs57).
5513                 Thanks to Colin
5514
5515 2006-05-29 [mones]      2.2.0cvs62
5516
5517         * src/gtk/gtksctree.c
5518                 Unselect faster (patch by Colin)        
5519
5520 2006-05-26 [colin]      2.2.0cvs61
5521
5522         * src/summaryview.c
5523                 Unplug MSGINFO_UPDATE callback on delete too.
5524
5525 2006-05-26 [colin]      2.2.0cvs60
5526
5527         * src/foldersel.c
5528                 Fix bold in folder selection window with glib2.10
5529                 thanks Hiro
5530
5531 2006-05-26 [colin]      2.2.0cvs59
5532
5533         * src/procheader.c
5534                 Convert date only if necessary (and don't
5535                 try to convert from utf8 to utf8, too)
5536         * src/summaryview.c
5537                 Only set column's text if the column's 
5538                 displayed
5539
5540 2006-05-26 [colin]      2.2.0cvs58
5541
5542         * src/summaryview.c
5543         * src/gtk/gtkutils.c
5544                 Fix useless warning
5545
5546 2006-05-26 [colin]      2.2.0cvs57
5547
5548         * src/mainwindow.c
5549                 Make summaryview selectable as long as 
5550                 no message has focus
5551         * src/mh.c
5552                 Faster deletion (by implementing mh_remove_msgs)
5553                 Faster copy (avoid using mh_fetch_msg just to get
5554                 the filename)
5555                 Faster move (using move_file instead of copy_file
5556                 if MSG_IS_MOVE)
5557                 No progressbar if total number of mails to cp/mv 
5558                 is less than 100
5559         * src/summaryview.c
5560                 Fix removal from subject_table when mail gets moved
5561                 Faster deletion (g_slist_prepend instead of append)
5562         * src/gtk/gtksctree.c
5563                 Remove useless code
5564
5565 2006-05-25 [colin]      2.2.0cvs56
5566
5567         * src/common/ssl_certificate.c
5568                 Fix leak in expired cert check
5569
5570 2006-05-25 [colin]      2.2.0cvs55
5571
5572         * src/mh.c
5573                 Disable flags syncing on .mh_sequences - it
5574                 is buggy and marks mails read under unknown
5575                 conditions.
5576
5577 2006-05-25 [paul]
5578
5579         * 2.3.0-rc4 released
5580
5581 2006-05-24 [colin]      2.2.0cvs54
5582
5583         attention cvs users: if you manage to crash
5584         Sylpheed-Claws while moving, copying or deleting
5585         mails, we *are* interested in stack traces and
5586         valgrind logs. It looks stable, but one never
5587         knows...
5588
5589         * src/folder.c
5590                 Add progressbar for cache updates
5591         * src/folderutils.c
5592                 Optimize Mark all read in the current
5593                 folder
5594         * src/mh.c
5595                 Add progressbar for copy/move
5596         * src/procmsg.c
5597                 Optimize O(n^2) in copy/move
5598         * src/summaryview.c
5599         * src/gtk/gtksctree.c
5600                 Optimize O(n^2) algos
5601         * src/common/timing.h
5602                 Display ms instead of us
5603
5604 2006-05-24 [wwp]        2.2.0cvs53
5605
5606         * manual/fr/advanced.xml
5607                 updates to the French manual.
5608
5609 2006-05-24 [wwp]        2.2.0cvs52
5610
5611         * src/common/utils.c
5612                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5613
5614 2006-05-24 [wwp]        2.2.0cvs51
5615
5616         * src/folderutils.c
5617                 fixed "mark all read" in MH folders (thanks to Colin).
5618
5619 2006-05-24 [paul]       2.2.0cvs50
5620
5621         * doc/man/sylpheed-claws.1
5622                 updated the man page
5623
5624 2006-05-23 [colin]      2.2.0cvs49
5625
5626         * src/folderview.c
5627         * src/imap.c
5628         * src/inc.c
5629         * src/mbox.c
5630         * src/messageview.c
5631         * src/news.c
5632         * src/send_message.c
5633         * src/summaryview.c
5634         * src/gtk/sslcertwindow.c
5635                 alertpanel fixes, by Fabien
5636
5637 2006-05-23 [colin]      2.2.0cvs48
5638
5639         * src/folder.c
5640         * src/folderview.c
5641         * src/msgcache.c
5642         * src/summaryview.c
5643         * src/gtk/gtksctree.c
5644         * src/gtk/gtksctree.h
5645                 More timings
5646                 Fix slow loading problem, which was caused by the
5647                 use of some gtk_ctree funcs and their use of
5648                 g_list_position while gtk_ctree_(un)link'ing.
5649                 Reap more functions from gtkctree.c to be sure we
5650                 use our (fast) version instead of theirs.
5651         * src/mh.c
5652                 Fix copy of unread mails
5653
5654
5655 2006-05-22 [wwp]        2.2.0cvs47
5656
5657         * manual/fr/advanced.xml
5658                 updated.
5659
5660 2006-05-22 [colin]      2.2.0cvs46
5661
5662         * src/filtering.c
5663                 Fix possible infinite loop. 'copy' is not a 
5664                 final action, so when encountering a 'copy',
5665                 we have to check if a previous one was set
5666                 and do it. In the same way, if we encounter
5667                 a 'move' we have to perform a possibly 
5668                 pending 'copy'. This will slow down filtering
5669                 on IMAP if move+copy or multiple copy actions
5670                 are to be done, but handling it via the batch
5671                 would be really too convoluted.
5672
5673 2006-05-22 [wwp]        2.2.0cvs45
5674
5675         * manual/fr/advanced.xml
5676         * manual/fr/faq.xml
5677         * manual/fr/glossary.xml
5678         * manual/fr/handling.xml
5679         * manual/fr/intro.xml
5680         * manual/fr/plugins.xml
5681         * manual/fr/sylpheed-claws-manual.xml
5682                 sync w/ the english manual: updates URIs, documented mailing-list
5683                 support, better explanation about the enabled/disabled feature
5684                 in filtering/processing rules by Paul.
5685
5686 2006-05-21 [colin]      2.2.0cvs44
5687
5688         * src/summaryview.c
5689                 Don't expand after building threads, but during
5690
5691 2006-05-21 [colin]      2.2.0cvs43
5692
5693         * src/procmsg.c
5694         * src/summaryview.c
5695                 More timing possibilities... For next time I have 
5696                 to find out how the hell some 3GHz computer takes
5697                 one minute to open a 30k folder...
5698
5699 2006-05-21 [colin]      2.2.0cvs42
5700
5701         * manual/pl/advanced.xml
5702         * manual/pl/faq.xml
5703         * manual/pl/glossary.xml
5704         * manual/pl/handling.xml
5705         * manual/pl/intro.xml
5706         * manual/pl/plugins.xml
5707         * manual/pl/sylpheed-claws-manual.xml
5708                 Polish manual updated by Pawel
5709
5710 2006-05-20 [colin]
5711
5712         * 2.3.0-rc3 released
5713
5714 2006-05-20 [colin]      2.2.0cvs41
5715
5716         * src/imap.c
5717                 Fix -rc2 problems:
5718                 - remove cache of moved messages from original folder
5719                 - apply new flags to messages even if they aren't appliable
5720                   via IMAP.
5721
5722 2006-05-20 [colin]
5723
5724         * 2.3.0-rc2 released
5725
5726 2006-05-19 [colin]      2.2.0cvs40
5727
5728         * src/imap.c
5729                 Don't issue SELECT in imap_change_flags
5730                 before having checked that we indeed have
5731                 some flags to change. MSG_POSTFILTERED for
5732                 example can't be used on IMAP.
5733                 Fixes bug #955 (copying messages between 
5734                 imap folders is extremely slow), which was
5735                 a regression.
5736
5737 2006-05-19 [colin]      2.2.0cvs39
5738
5739         * src/folder.c
5740         * src/folder.h
5741         * src/folderview.c
5742                 Try to fix bug #830 (Some unread messages 
5743                 get marked read in IMAP inbox):
5744                 - Prevent scanning a folder if it's being 
5745                   opened via the GUI
5746                 - Postpone opening via the GUI of a folder
5747                   currently scanned.
5748
5749
5750 2006-05-19 [wwp]        2.2.0cvs38
5751
5752         * manual/advanced.xml
5753                 fix English+typo (thanks to Paul).
5754
5755 2006-05-19 [wwp]        2.2.0cvs37
5756
5757         * manual/advanced.xml
5758         * manual/fr/advanced.xml
5759         * src/gtk/logwindow.c
5760         * src/prefs_common.c
5761         * src/prefs_common.h
5762                 added hidden prefs to allow customization of colors used in
5763                 protocol log window (useful for dark gtk+ themes).
5764
5765 2006-05-19 [wwp]        2.2.0cvs36
5766
5767         * ChangeLog
5768                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5769
5770 2006-05-19 [paul]       2.2.0cvs35
5771
5772         * src/textview.c
5773                 make Reply-To fully clickable
5774         * src/gtk/logwindow.c
5775                 more colouring (SMTP ESMTP)
5776         Both patches by Pawel Pekala
5777
5778 2006-05-19 [cleroy]     2.2.0cvs34
5779
5780         * src/mh.c
5781                 Don't update flags from current folder
5782                 Probably fixes bug #935 (Read Messages 
5783                 Revert to Being Marked as Unread)
5784
5785 2006-05-18 [colin]      2.2.0cvs33
5786
5787         * src/imap.c
5788                 Warning fix
5789         * src/compose.c
5790         * src/mainwindow.c
5791         * src/summaryview.c
5792         * src/toolbar.c
5793                 Allow replying to multiple emails
5794                 in multiple windows
5795         * src/mimeview.c
5796         * src/etpan/imap-thread.c
5797                 Leak fixes
5798
5799 2006-05-18 [paul]       2.2.0cvs32
5800
5801         * src/summaryview.c
5802                 keep Mailing-List menu refreshed
5803                 Thanks to Colin
5804
5805 2006-05-18 [paul]       2.2.0cvs31
5806
5807         * manual/advanced.xml
5808         * manual/faq.xml
5809         * manual/glossary.xml
5810         * manual/handling.xml
5811         * manual/intro.xml
5812         * manual/plugins.xml
5813         * manual/sylpheed-claws-manual.xml
5814                 update URLs
5815                 add info about mailing-list support
5816                 edit filtering info
5817         * src/wizard.c
5818         * src/common/defs.h
5819         * src/gtk/about.c
5820         * src/plugins/dillo_viewer/README
5821                 update URLs
5822
5823 2006-05-17 [wwp]        2.2.0cvs30
5824
5825         * manual/handling.xml
5826         * manual/fr/handling.xml
5827                 documented the ability to enabled/disable filtering/processing rules.
5828
5829 2006-05-17 [colin]      2.2.0cvs29
5830
5831         * src/main.c
5832                 Don't initialize g_thread subsystem if it's 
5833                 already done (thanks to Hiro)
5834         * src/mimeview.c
5835                 Fix saving of parts when there name can't be
5836                 converted from UTF-8.
5837
5838 2006-05-17 [paul]       2.2.0cvs28
5839
5840         * po/Makefile.in.in
5841                 fix config.status warning with autoconf 2.60
5842
5843 2006-05-17 [paul]       2.2.0cvs27
5844
5845         * po/POTFILES.in
5846                 add src/mbox.c
5847
5848 2006-05-17 [wwp]        2.2.0cvs26
5849
5850         * src/mainwindow.c
5851                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5852
5853 2006-05-17 [wwp]        2.2.0cvs25
5854
5855         * src/plugins/demo/demo.c
5856                 updated product name in plugin demo (many plugins need to be
5857                 sync'ed w/ that change).
5858
5859 2006-05-17 [colin]      2.2.0cvs24
5860
5861         * src/mh.c
5862                 Fix leak
5863
5864 2006-05-16 [colin]      2.2.0cvs23
5865
5866         * src/mainwindow.c
5867                 Stupid me hit again. Fix cvs22.
5868
5869 2006-05-16 [colin]      2.2.0cvs22
5870
5871         * src/mainwindow.c
5872                 Fix bug #922 (sylpheed-claws crashed after 
5873                 pushing on Inbox folder)
5874
5875 2006-05-16 [colin]      2.2.0cvs21
5876
5877         * src/compose.c
5878                 Make From header be copy/paste/select-able
5879
5880 2006-05-16 [wwp]        2.2.0cvs20
5881
5882         * src/export.c
5883         * src/matcher.c
5884         * src/summaryview.c
5885         * src/etpan/imap-thread.c
5886                 fix some compiler warnings (thanks to Colin).
5887
5888 2006-05-16 [wwp]        2.2.0cvs19
5889
5890         * src/action.c
5891         * src/gedit-print.c
5892         * src/inc.c
5893         * src/mainwindow.c
5894         * src/mh.c
5895         * src/statusbar.c
5896         * src/send_message.c
5897         * src/summaryview.c
5898                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
5899
5900 2006-05-15 [colin]      2.2.0cvs18
5901
5902         * src/procmsg.c
5903                 Fix automatic rule creation with List-Post
5904
5905 2006-05-15 [paul]       2.2.0cvs17
5906
5907         * tools/filter_conv_new.pl
5908                 updated for rule enabling/disabling
5909                 claws version >= 2.3.x required
5910
5911 2006-05-15 [cleroy]     2.2.0cvs16
5912
5913         * src/main.c
5914                 Revert test
5915
5916 2006-05-15 [cleroy]     2.2.0cvs15
5917
5918         * src/main.c
5919                 test
5920
5921 2006-05-15 [wwp]        2.2.0cvs14
5922
5923         * manual/pl/.cvsignore
5924                 ignore generated files.
5925
5926 2006-05-14 [wwp]        2.3.0-rc1
5927
5928         * 2.3.0-rc1 released
5929
5930 2006-05-13 [wwp]        2.2.0cvs13
5931
5932         * src/filtering.c
5933         * src/filtering.h
5934         * src/matcher.c
5935         * src/matcher_parser_lex.l
5936         * src/matcher_parser_parse.y
5937         * src/prefs_filtering.c
5938                 new feature: provide the ability to disable filtering and processing
5939                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
5940                 adaptations.
5941
5942 2006-05-13 [colin]      2.2.0cvs12
5943
5944         * src/compose.c
5945                 Remove useless if (a) b; else b;
5946                 Thanks to wwp
5947
5948 2006-05-13 [wwp]        2.2.0cvs11
5949
5950         * src/export.c
5951         * src/import.c
5952         * src/mainwindow.c
5953         * src/mbox.c
5954         * src/summaryview.c
5955         * src/summaryview.h
5956                 no more silent failures (or at least less ones) when importing
5957                 or exporting from/to mbox. Also start importing/exporting if
5958                 the necessary info is set.
5959
5960 2006-05-13 [wwp]        2.2.0cvs10
5961
5962         * RELEASE_NOTES
5963                 restored up-to-date release notes.
5964
5965 2006-05-13 [paul]       2.2.0cvs9
5966
5967         * po/nl.po
5968         * po/ru.po
5969                 updated by Tim Dijkstra and Pavlo Bohmat
5970
5971 2006-05-12 [colin]      2.2.0cvs8
5972
5973         * src/gtk/quicksearch.c
5974                 Add "k" as shortcut for "colorlabel". Patch
5975                 by ath42@users.sf.net.
5976
5977 2006-05-12 [paul]       2.2.0cvs7
5978
5979         * src/prefs_common.h
5980         * src/prefs_summaries.c
5981         * src/summaryview.c
5982                 when entering a folder also allow
5983                 going directly to first Marked message
5984
5985 2006-05-12 [paul]       2.2.0cvs6
5986
5987         * src/summaryview.c
5988                 always obey 'confirm before marking all
5989                 mails read' option
5990
5991 2006-05-12 [paul]       2.2.0cvs5
5992
5993         * src/textview.c
5994                 make Sender fully clickable
5995
5996 2006-05-12 [colin]      2.2.0cvs4
5997
5998         * src/compose.c
5999         * src/compose.h
6000                 Let From be editable
6001         * src/main.c
6002         * src/mh.c
6003                 Full support of .mh_sequences' Unseen seq
6004
6005 2006-05-12 [colin]      2.2.0cvs3
6006
6007         * src/folder.c
6008         * src/mainwindow.c
6009         * src/mainwindow.h
6010         * src/messageview.c
6011         * src/prefs_spelling.c
6012         * src/procheader.c
6013         * src/procmsg.c
6014         * src/procmsg.h
6015         * src/summaryview.c
6016         * src/toolbar.c
6017         * src/toolbar.h
6018                 Add contextual menu on Compose toolbar
6019                 button. Fixes bug #944 (Automatic
6020                 addresses not applied when changing account
6021                 from compose window)
6022                 add Mailing List support
6023                 based on the old 0.6.5claws25 patch by
6024                 Melvin Hadasht, with finishing touches
6025                 by Colin
6026                 Fix "ignore thread" when mails are threaded by
6027                 subject (and weren't ignored although appearing
6028                 in the thread).
6029                 GUI rework.
6030                 Both patches by Pawel.
6031
6032 2006-05-08 [paul]       2.2.0cvs2
6033
6034         * src/mainwindow.c
6035         * src/mainwindow.h
6036         * src/messageview.c
6037         * src/procheader.c
6038         * src/procmsg.c
6039         * src/procmsg.h
6040         * src/summaryview.c
6041                 add Mailing List support
6042                 based on the old 0.6.5claws25 patch by 
6043                 Melvin Hadasht, with finishing touches
6044                 by Colin
6045
6046 2006-05-08 [colin]      2.2.0cvs1
6047
6048         * src/mainwindow.c
6049         * src/toolbar.c
6050         * src/toolbar.h
6051                 Add contextual menu on Compose toolbar 
6052                 button. Fixes bug #944 (Automatic 
6053                 addresses not applied when changing account 
6054                 from compose window)
6055
6056 2006-05-08 [paul]       2.2.0
6057
6058         2.2.0 released
6059
6060 2006-05-08 [paul]       2.1.1cvs51
6061
6062         * po/cs.po
6063         * po/de.po
6064         * po/en_GB.po
6065         * po/fi.po
6066         * po/fr.po
6067         * po/pt_BR.po
6068         * po/sr.po
6069         * po/zh_CN.po
6070                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6071                 Fabien Vantard, Frederico Goncalves Guimaraes,
6072                 Aleksandar Urosevic, and Ralgh Young
6073
6074 2006-05-12 [colin]      2.1.1cvs50
6075
6076         * po/cs.po
6077         * po/de.po
6078         * po/en_GB.po
6079         * po/es.po
6080         * po/fi.po
6081         * po/fr.po
6082         * po/pt_BR.po
6083         * po/sr.po
6084         * po/zh_CN.po
6085                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6086                 Fabien Vantard, Frederico Goncalves Guimaraes,
6087                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6088
6089 2006-05-05 [colin]      2.1.1cvs49
6090
6091         * manual/Makefile.am
6092         * manual/pl/Makefile.am
6093         * manual/pl/account.xml
6094         * manual/pl/ack.xml
6095         * manual/pl/addrbook.xml
6096         * manual/pl/advanced.xml
6097         * manual/pl/faq.xml
6098         * manual/pl/glossary.xml
6099         * manual/pl/gpl.xml
6100         * manual/pl/handling.xml
6101         * manual/pl/intro.xml
6102         * manual/pl/keyboard.xml
6103         * manual/pl/plugins.xml
6104         * manual/pl/starting.xml
6105         * manual/pl/sylpheed-claws-manual.xml
6106         * manual/pl/dist/.cvsignore
6107         * manual/pl/dist/Makefile.am
6108         * manual/pl/dist/html/.cvsignore
6109         * manual/pl/dist/html/Makefile.am
6110         * manual/pl/dist/pdf/.cvsignore
6111         * manual/pl/dist/pdf/Makefile.am
6112         * manual/pl/dist/ps/.cvsignore
6113         * manual/pl/dist/ps/Makefile.am
6114         * manual/pl/dist/txt/.cvsignore
6115         * manual/pl/dist/txt/Makefile.am
6116                 Add the polish translation of the manual,
6117                 Authored by Pawel Pekala.
6118
6119 2006-05-05 [cleroy]     2.1.1cvs48
6120
6121         * src/main.c
6122                 Re-read matcherrc after loading plugins 
6123                 if some of them add folders.
6124
6125 2006-05-03 [colin]      2.1.1cvs47
6126
6127         * src/imap.c
6128                 I'm idiot
6129
6130 2006-05-03 [colin]      2.1.1cvs46
6131
6132         * src/imap.c
6133                 Be sure to have a session when
6134                 getting separator
6135
6136 2006-05-03 [colin]      2.1.1cvs45
6137
6138         * src/imap.c
6139         * src/imap.h
6140         * src/imap_gtk.c
6141                 Fix preventing renaming with namespace 
6142                 separator.
6143
6144 2006-05-01 [colin]      2.1.1cvs44
6145
6146         * src/action.c
6147                 Don't reload messageview when result of
6148                 action is piped.
6149
6150 2006-04-29 [colin]      2.1.1cvs43
6151
6152         * src/prefs_receive.c
6153         * src/plugins/spamassassin/spamassassin_gtk.c
6154         * src/plugins/clamav/clamav_plugin_gtk.c
6155                 GUI fixes by Pawel
6156
6157 2006-04-29 [colin]      2.1.1cvs42
6158
6159         * src/prefs_compose_writing.c
6160         * src/prefs_quote.c
6161                 Cleanups. Patch by Pawel
6162
6163 2006-04-28 [paul]       2.1.1cvs41
6164
6165         * src/matcher.c
6166                 fix returned quick search results when search
6167                 term contains an underscore.
6168                 Thanks to Colin
6169
6170 2006-04-28 [paul]       2.1.1cvs40
6171
6172         * src/prefs_message.c
6173         * src/prefs_receive.c
6174                 GUI cleanups
6175                 Patches by Pawel Pekala
6176
6177 2006-04-27 [colin]      2.1.1cvs39
6178
6179         * src/wizard.c
6180                 Differentiate subject Welcome from
6181                 window's title Welcome
6182
6183 2006-04-27 [paul]
6184
6185         2.2.0-rc1 released
6186
6187 2006-04-27 [paul]       2.1.1cvs38
6188
6189         * manual/advanced.xml
6190         * manual/fr/advanced.xml
6191                 add info about compose_no_markup hidden pref
6192
6193 2006-04-27 [paul]       2.1.1cvs37
6194
6195         * src/prefs_account.c
6196                 improve privacy labels
6197         * src/prefs_msg_colors.c
6198                 change some strings for translators' convenience
6199         * src/gtk/gtkutils.c
6200                 don't underline the link button text
6201
6202 2006-04-25 [colin]      2.1.1cvs36
6203
6204         * src/folder.c
6205                 Complete 2.1.1cvs33 (once more ;)
6206
6207 2006-04-25 [colin]      2.1.1cvs35
6208
6209         * src/editldap.c
6210                 Fix tooltip
6211
6212 2006-04-25 [cleroy]     2.1.1cvs34
6213
6214         * src/compose.c
6215         * src/gtk/gtkaspell.c
6216                 Fix crash on redirect (related to the return 
6217                 of the aspell menu in compose's toolbar)
6218         * src/prefs_msg_colors.c
6219                 Fix sensitivity widgets
6220         * src/image_viewer.c
6221         * src/gtk/pluginwindow.c
6222         * src/gtk/prefswindow.c
6223                 Change released signals to clicked (Fabien)
6224         * po/POTFILES.in
6225         * src/common/socket.c
6226         * src/plugins/spamassassin/spamassassin.c
6227                 Translate strings (Fabien)
6228
6229 2006-04-25 [paul]       2.1.1cvs33
6230
6231         * src/folder.c
6232         * src/folder.h
6233         * src/folderview.c
6234                 complete the fix of bug #912
6235                 Thanks to Colin
6236
6237 2006-04-25 [colin]      2.1.1cvs32
6238
6239         * src/news.c
6240                 Better progress bar
6241         * src/mimeview.c
6242         * src/summaryview.c
6243         * src/summaryview.h
6244                 Fix focus chain
6245                 Patches by Pawel Pekala
6246
6247 2006-04-24 [colin]      2.1.1cvs31
6248
6249         * src/compose.c
6250                 Fix compilation warnings (Fabien)
6251
6252 2006-04-24 [colin]      2.1.1cvs30
6253
6254         * src/addrindex.c
6255         * src/editldap.c
6256         * src/editldap_basedn.c
6257         * src/editldap_basedn.h
6258         * src/ldapctrl.c
6259         * src/ldapctrl.h
6260         * src/ldapquery.c
6261         * src/ldaputil.c
6262         * src/ldaputil.h
6263                 Fix bug #901 (LDAPS support)
6264
6265 2006-04-24 [colin]      2.1.1cvs29
6266
6267         * src/compose.c
6268                 Fix logic on error with send dialog on
6269         * src/imap.c
6270                 Fix compilation without libetpan, thanks
6271                 to Fabien
6272         * src/summaryview.c
6273                 Fix 'context-menu' key
6274
6275 2006-04-23 [colin]      2.1.1cvs28
6276
6277         * src/folder.c
6278                 Never free current's cache to free up 
6279                 memory. Fixes bug #912 (new count 
6280                 randomly set to message count)
6281
6282 2006-04-23 [colin]      2.1.1cvs27
6283
6284         * src/gtk/quicksearch.c
6285                 And remove printf...
6286
6287 2006-04-23 [colin]      2.1.1cvs26
6288
6289         * src/gtk/quicksearch.c
6290                 Fix replacing in quicksearch, and fix inserting
6291                 in the middle of the string. (introduced at 2.1.0cvs22)
6292
6293 2006-04-23 [colin]      2.1.1cvs25
6294
6295         * src/imap.c
6296                 Make sure uidnext is initialized in get_num_list
6297                 (not for stable, related to 2.1.1cvs8 and friends)
6298
6299 2006-04-23 [colin]      2.1.1cvs24
6300
6301         * src/imap.c
6302                 Output something when login is successful
6303                 too
6304
6305 2006-04-23 [colin]      2.1.1cvs23
6306
6307         * src/etpan/imap-thread.c
6308                 Better logging (line-per-line, hide data in fetch)
6309                 Fix a const warning
6310         * src/gtk/logwindow.c
6311         * src/gtk/logwindow.h
6312                 Better logging (color for input/output)
6313
6314 2006-04-21 [colin]      2.1.1cvs22
6315
6316         * src/gtk/quicksearch.c
6317                 On gtk+-2.8, use stock buttons in quicksearch
6318                 Based on a patch by Fabien and a design by Paul
6319
6320 2006-04-21 [colin]      2.1.1cvs21
6321
6322         * src/folderview.c
6323         * src/mainwindow.c
6324                 Fix occasional flicker in folderview
6325         * src/common/utils.c
6326                 Fix bug #943 (Incorrectly parsed email address 
6327                 list in short headers on message view and in 
6328                 printouts)
6329
6330 2006-04-20 [colin]      2.1.1cvs20
6331
6332         * src/imap.c
6333         * src/imap.h
6334         * src/prefs_account.c
6335                 Add ANONYMOUS auth for IMAP
6336
6337 2006-04-20 [paul]       2.1.1cvs19
6338
6339         * src/main.c
6340                 proper fix for 2.1.1cvs18
6341                 Thanks to Colin
6342
6343 2006-04-20 [paul]       2.1.1cvs18
6344
6345         * src/main.c
6346                 fix build warnings
6347
6348 2006-04-20 [paul]       2.1.1cvs17
6349
6350         * src/gtk/quicksearch.c
6351                 fix standard, non-extended Quick search,
6352                 was broken in 2.1.1cvs15.
6353                 Thanks to Colin.
6354
6355 2006-04-20 [colin]      2.1.1cvs16
6356
6357         * src/prefs_matcher.c
6358                 Fix values when reselecting a ~test
6359                 rule
6360
6361 2006-04-19 [colin]      2.1.1cvs15
6362
6363         * src/compose.c
6364         * src/compose.h
6365         * src/gtk/gtkaspell.c
6366         * src/gtk/gtkaspell.h
6367                 Put back Options menu in Spelling/
6368         * src/gtk/quicksearch.c
6369                 Don't search, and show error, if the
6370                 advanced search has a syntax error
6371
6372 2006-04-18 [colin]      2.1.1cvs14
6373
6374         * src/textview.c
6375                 Fix gdk warnings on set_cursor when textview
6376                 isn't visible
6377
6378 2006-04-18 [colin]      2.1.1cvs13
6379
6380         * src/gtk/gtksctree.c
6381                 Remove seemingly useless refresh that causes
6382                 flicker - watch this commit in case of 
6383                 problems before planned backport to stable
6384
6385 2006-04-18 [colin]      2.1.1cvs12
6386
6387         * src/imap.c
6388                 Factorize get/set_xml code
6389         * src/compose.c
6390         * src/prefs_account.c
6391         * src/prefs_account.h
6392         * src/procmsg.c
6393                 Add Encrypt to self option
6394
6395 2006-04-17 [colin]      2.1.1cvs11
6396
6397         * configure.ac
6398                 Fix search on encrpyt function on dragonfly
6399                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6400
6401 2006-04-17 [colin]      2.1.1cvs10
6402
6403         * src/prefs_account.c
6404                 Be safe by default: remove mails from POP3
6405                 after 7 days, not immediately
6406
6407 2006-04-17 [colin]      2.1.1cvs9
6408
6409         * src/etpan/imap-thread.c
6410                 Fix build on DragonFly - patch by 
6411                 Jonathan Buschmann <jonthn@agmact.com>
6412
6413 2006-04-17 [colin]      2.1.1cvs8
6414
6415         * src/imap.c
6416                 Save uidnext between sessions
6417
6418 2006-04-17 [colin]      2.1.1cvs7
6419
6420         * src/imap.c
6421                 scan is required when uid validity changes
6422
6423 2006-04-17 [colin]      2.1.1cvs6
6424
6425         * src/folderview.c
6426                 Don't scan if not necessary, apart in current
6427                 folder and INBOX to fetch flags.
6428         * src/imap.c
6429                 Scan is necessary if unread count changes
6430
6431 2006-04-17 [colin]      2.1.1cvs5
6432
6433         * src/imap.c
6434                 ...But always fetch ANSWERED and DELETED flags for
6435                 INBOX, as filtering can happen on these flags.
6436
6437 2006-04-17 [colin]      2.1.1cvs4
6438
6439         * src/imap.c
6440                 Don't fetch REPLIED and DELETED flags when synchronising
6441                 flags with a closed folder. We only need UNSEEN and FLAGGED
6442                 to update the folderview.
6443
6444 2006-04-17 [colin]      2.1.1cvs3
6445
6446         * src/imap.c
6447                 Faster flag search when there are new mails 
6448                 in a folder. We can do a full search if the 
6449                 folder contains less messages than the new
6450                 list.
6451
6452 2006-04-17 [colin]      2.1.1cvs2
6453
6454         * po/cs.po
6455         * po/de.po
6456         * po/fr.po
6457         * po/nl.po
6458         * po/pt_BR.po
6459                 Update translations from stable branch
6460
6461 2006-04-17 [colin]      2.1.1cvs1
6462
6463         * configure.ac
6464                 Bump version to follow stable release
6465
6466 2006-04-16 [mones]      2.1.0cvs50
6467
6468         * po/es.po
6469                 Updated for release
6470
6471 2006-04-16 [colin]      2.1.0cvs49
6472
6473         * src/textview.c
6474                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6475                 with gtk < 2.8. Thanks to Fabien Vantard.
6476
6477 2006-04-15 [colin]      2.1.0cvs48
6478
6479         * src/etpan/imap-thread.c
6480                 Fix bug #919 (libetpan: SEGV when connecting 
6481                 using command)
6482
6483 2006-04-14 [colin]      2.1.0cvs47
6484
6485         * src/main.c
6486                 Fix race on --select (should be done better)
6487
6488 2006-04-14 [wwp]        2.1.0cvs46
6489
6490         * src/send_message.c
6491                 enforce a check for domain in account prefs (a sending
6492                 error could be faced if domain was checked but no value set),
6493                 thanks to Colin.
6494
6495 2006-04-14 [colin]      2.1.0cvs45
6496
6497         * src/codeconv.c
6498                 when converting from unknown to unknown, if the
6499                 string is UTF8, don't convert it to the locale
6500                 (which breaks it)
6501
6502 2006-04-14 [colin]      2.1.0cvs44
6503
6504         * src/compose.c
6505                 Don't try to use ASCII for converting headers
6506                 (as done in body)
6507
6508 2006-04-14 [paul]       2.1.0cvs43
6509
6510         * src/crash.c
6511                 add locale/charset info to crash report
6512         * src/gtk/about.c
6513                 add wwp to doc team
6514                 replace 'e-mail' with preferred 'email'
6515         * src/gtk/authors.h
6516                 ensure contributors list is in alphabetical
6517                 order
6518
6519 2006-04-13 [colin]      2.1.0cvs42
6520
6521         * src/textview.c
6522                 Prevent gdk warnings
6523
6524 2006-04-13 [colin]      2.1.0cvs41
6525
6526         * src/common/ssl_certificate.c
6527         * src/common/ssl_certificate.h
6528         * src/gtk/sslcertwindow.c
6529                 Warn on expired certs, and display the expiration date
6530
6531 2006-04-13 [colin]      2.1.0cvs40
6532
6533         * src/plugins/spamassassin/spamassassin_gtk.c
6534                 Fix missing set_text on unix socket
6535
6536 2006-04-13 [wwp]        2.1.0cvs39
6537
6538         * manual/fr/advanced.xml
6539         * manual/fr/glossary.xml
6540                 applied new spam/ham/email lexicon (pourriel, courriel)
6541
6542 2006-04-13 [paul]       2.1.0cvs38
6543
6544         * src/plugins/pgpmime/plugin.c
6545                 remove the mention of S/MIME from the
6546                 description. This is now handled by the
6547                 S/MIME plugin.
6548
6549 2006-04-13 [paul]       2.1.0cvs37
6550
6551         * src/prefs_msg_colors.c
6552                 rework dialog
6553         * src/prefs_folder_item.c
6554         * src/prefs_spelling.c
6555                 add a tooltip to the colour selector buttons
6556
6557 2006-04-13 [wwp]        2.1.0cvs36
6558
6559         * manual/advanced.xml
6560         * manual/glossary.xml
6561         * manual/handling.xml
6562         * manual/keyboard.xml
6563         * manual/plugins.xml
6564         * manual/starting.xml
6565         * manual/fr/account.xml
6566         * manual/fr/ack.xml
6567         * manual/fr/addrbook.xml
6568         * manual/fr/advanced.xml
6569         * manual/fr/faq.xml
6570         * manual/fr/glossary.xml
6571         * manual/fr/gpl.xml
6572         * manual/fr/handling.xml
6573         * manual/fr/intro.xml
6574         * manual/fr/keyboard.xml
6575         * manual/fr/plugins.xml
6576         * manual/fr/starting.xml
6577         * manual/fr/sylpheed-claws-manual.xml
6578                 fixes to the manuals:
6579                  - summaryview -> Message List (same in French)
6580                  - translate key names
6581                  - fix French punctuation, use non-breakable spaces when
6582                    necessary, don't use &thinsp; which is not portable
6583                  - tell what maildir and mbox formats we support
6584
6585 2006-04-12 [wwp]        2.1.0cvs35
6586
6587         * src/prefs_toolbar.c
6588                 unified a replace button more,
6589                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6590
6591 2006-04-12 [wwp]        2.1.0cvs34
6592
6593         * src/prefs_common.c
6594         * src/prefs_msg_colors.c
6595                 make default color labels translatable,
6596                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6597                 thanks to Tim <timbrain@post.cz> for reporting.
6598
6599 2006-04-12 [wwp]        2.1.0cvs33
6600
6601         * manual/glossary.xml
6602         * manual/intro.xml
6603         * manual/plugins.xml
6604         * manual/starting.xml
6605         * manual/sylpheed-claws-manual.xml
6606         * manual/fr/.cvsignore
6607         * manual/fr/account.xml
6608         * manual/fr/ack.xml
6609         * manual/fr/addrbook.xml
6610         * manual/fr/advanced.xml
6611         * manual/fr/faq.xml
6612         * manual/fr/glossary.xml
6613         * manual/fr/handling.xml
6614         * manual/fr/intro.xml
6615         * manual/fr/keyboard.xml
6616         * manual/fr/plugins.xml
6617         * manual/fr/starting.xml
6618         * manual/fr/sylpheed-claws-manual.xml
6619                 various fixes: typos, missing .fr translations, punctuation,
6620                 capitalization, links, accents and some bad French more.
6621
6622 2006-04-12 [wwp]        2.1.0cvs32
6623
6624         * src/prefs_gtk.c
6625                 fix for bug #935: always store prefs files in UTF-8 (thanks
6626                 to Colin).
6627
6628 2006-04-11 [colin]      2.1.0cvs31
6629
6630         * src/compose.c
6631                 Fix inserting files not in utf8 when locale is utf8
6632
6633 2006-04-11 [colin]      2.1.0cvs30
6634
6635         * src/inc.c
6636                 Don't show error dialog when cancelling connection
6637                 Patch by Pawel
6638
6639 2006-04-11 [cleroy]     2.1.0cvs29
6640
6641         * src/compose.c
6642                 Implement multiple quote levels
6643         * src/prefs_common.c
6644                 Change a little bit the quote bgcolor for 2nd level
6645
6646 2006-04-11 [colin]      2.1.0cvs28
6647
6648         * src/gtk/about.c
6649                 Add locale and charset in the label
6650
6651 2006-04-10 [colin]      2.1.0cvs27
6652
6653         * src/compose.c
6654         * src/prefs_common.c
6655         * src/prefs_common.h
6656         * src/prefs_msg_colors.c
6657         * src/textview.c
6658                 Allow optional background color in quotes
6659                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6660                 GTK+-2.8.x feature
6661
6662 2006-04-10 [colin]      2.1.0cvs26
6663
6664         * src/main.c
6665         * src/mainwindow.c
6666         * src/mainwindow.h
6667                 Implement --select
6668
6669 2006-04-10 [colin]      2.1.0cvs25
6670
6671         * manual/plugins.xml
6672         * manual/fr/plugins.xml
6673                 Document libcurl's proxy variables
6674
6675 2006-04-09 [colin]      2.1.0cvs24
6676
6677         * src/prefs_common.c
6678                 gettext() returns statically allocated stuff. We have
6679                 to strdup it in order to be able to free it.
6680
6681 2006-04-09 [colin]      2.1.0cvs23
6682
6683         * AUTHORS
6684         * src/gtk/authors.h
6685                 Add Alexei
6686
6687 2006-04-09 [colin]      2.1.0cvs22
6688
6689         * src/mainwindow.c
6690         * src/gtk/quicksearch.c
6691                 Fix bug #859 (problems with cyrilic input in 
6692                 search panel) - Patch by Alexey Illarionov 
6693                 <littlesavage@rambler.ru>
6694
6695 2006-04-09 [colin]      2.1.0cvs21
6696
6697         * src/prefs_customheader.c
6698                 I prefer removing then freeing rather than the contrary
6699                 (even if it doesn't change anything ;-)
6700         * src/prefs_account.c
6701                 Fix bug #933 (Crash re-entering the custom headers list 
6702                 dialog in accounts prefs)
6703                 The problem happened when cancelling the Account 
6704                 Preferences' dialogs - in which case we didn't do 
6705                 anything to the PrefsAccount * struct. In case of applying,
6706                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6707                 working with in this dialog. The problem is that 
6708                 prefs_customheader.c, working on this tmp_ac_prefs, always
6709                 changes the ->customhdr_list pointer, even when cancelled. 
6710                 So in case of cancelling the prefs_account dialog, we still
6711                 have to update ->customhdr_list in the real account.
6712
6713 2006-04-08 [colin]      2.1.0cvs20
6714
6715         * manual/fr/glossary.xml
6716         * manual/fr/keyboard.xml
6717                 Forgot some headers :)
6718
6719 2006-04-08 [colin]      2.1.0cvs19
6720
6721         * manual/Makefile.am
6722         * manual/fr/Makefile.am
6723         * manual/fr/account.xml
6724         * manual/fr/ack.xml
6725         * manual/fr/addrbook.xml
6726         * manual/fr/advanced.xml
6727         * manual/fr/faq.xml
6728         * manual/fr/glossary.xml
6729         * manual/fr/gpl.xml
6730         * manual/fr/handling.xml
6731         * manual/fr/intro.xml
6732         * manual/fr/keyboard.xml
6733         * manual/fr/plugins.xml
6734         * manual/fr/starting.xml
6735         * manual/fr/sylpheed-claws-manual.xml
6736         * manual/fr/dist/.cvsignore
6737         * manual/fr/dist/Makefile.am
6738         * manual/fr/dist/html/.cvsignore
6739         * manual/fr/dist/html/Makefile.am
6740         * manual/fr/dist/pdf/.cvsignore
6741         * manual/fr/dist/pdf/Makefile.am
6742         * manual/fr/dist/ps/.cvsignore
6743         * manual/fr/dist/ps/Makefile.am
6744         * manual/fr/dist/txt/.cvsignore
6745         * manual/fr/dist/txt/Makefile.am
6746                 Add the french translation of the manual. Thanks to
6747                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6748                 account.xml, ack.xml, addrbook.xml and advanced.xml
6749
6750 2006-04-08 [colin]      2.1.0cvs18
6751
6752         * manual/plugins.xml
6753         * manual/starting.xml
6754                 More fixes
6755
6756 2006-04-07 [colin]      2.1.0cvs17
6757
6758         * manual/faq.xml
6759         * manual/intro.xml
6760         * manual/keyboard.xml
6761                 Little fixes
6762
6763 2006-04-07 [colin]      2.1.0cvs16
6764
6765         * README
6766         * src/compose.c
6767         * src/prefs_common.c
6768         * src/prefs_common.h
6769                 Add hidden compose_no_markup pref
6770
6771 2006-04-07 [wwp]        2.1.0cvs15
6772
6773         * src/summary_search.c
6774         * .cvsignore
6775                 Bugfix: stop button was sticky when searching in an empty folder.
6776                 Applied curly brackets code style to the whole file (summary_search.c).
6777                 More files to ignore.
6778
6779 2006-04-07 [wwp]        2.1.0cvs14
6780
6781         * src/message_search.c
6782         * src/summary_search.c
6783                 changed default button when search bumps at file/folder
6784                 beginning or end, for convenience (thanks to Colin).
6785
6786 2006-04-07 [paul]       2.1.0cvs13
6787
6788         * src/plugins/dillo_viewer/dillo_prefs.c
6789                 avoid future potential for namespace collision
6790                 Patch by Colin
6791
6792 2006-04-06 [wwp]        2.1.0cvs12
6793
6794         * src/summary_search.c
6795                 Unify extended/advanced searches names (and thus factorize labels),
6796                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6797
6798 2006-04-06 [wwp]        2.1.0cvs11
6799
6800         * src/folderview.c
6801         * src/prefs_themes.c
6802         * src/summaryview.c
6803                 Fixed some compilation warnings.
6804
6805 2006-04-06 [colin]      2.1.0cvs10
6806
6807         * manual/advanced.xml
6808                 Document the wizard template and how to deploy
6809                 Sylpheed-Claws effectively
6810
6811 2006-04-06 [colin]      2.1.0cvs9
6812
6813         * src/folderview.c
6814                 gettext patch to tell translators about _("#"),
6815                 by Maxim Britov
6816
6817 2006-04-06 [colin]      2.1.0cvs8
6818
6819         * src/textview.c
6820                 Fix invalid GtkTextBIter after clicking "Display as text"
6821
6822 2006-04-06 [mones]      2.1.0cvs7
6823
6824         * src/addr_compl.c
6825         * src/addrindex.c
6826         * src/addritem.c
6827         * src/codeconv.c
6828         * src/compose.c
6829         * src/filtering.c
6830         * src/folder.c
6831         * src/folder_item_prefs.c
6832         * src/folderview.c
6833         * src/localfolder.c
6834         * src/matcher.c
6835         * src/mimeview.c
6836         * src/prefs_msg_colors.c
6837         * src/prefs_spelling.c
6838         * src/prefs_themes.c
6839         * src/procmime.c
6840         * src/procmsg.c
6841         * src/stock_pixmap.c
6842         * src/summaryview.c
6843         * src/textview.c
6844         * src/toolbar.c
6845         * src/common/mgutils.c
6846         * src/common/prefs.c
6847         * src/common/ssl_certificate.c
6848         * src/gtk/colorlabel.c
6849         * src/gtk/quicksearch.c
6850         * src/plugins/pgpmime/pgpmime.c
6851         * src/plugins/spamassassin/spamassassin.c
6852                 Removed redundant NULL checks for g_free() calls.
6853                 Patch by Pawel Pekala.
6854
6855 2006-04-06 [mones]      2.1.0cvs6
6856
6857         * src/prefs_actions.c
6858         * src/prefs_filtering.c
6859         * src/prefs_filtering_action.c
6860         * src/prefs_matcher.c
6861         * src/prefs_template.c
6862         * src/gtk/gtkutils.c
6863         * src/gtk/gtkutils.h
6864                 Have a nice replace button. Patch by Pawel Pekala
6865
6866 2006-04-06 [colin]      2.1.0cvs5
6867
6868         * src/addressbook.c
6869                 Fix crash with empty columns
6870
6871 2006-04-05 [colin]      2.1.0cvs4
6872
6873         * src/wizard.c
6874         * src/prefs_gtk.c
6875                 Allow wizard customization with pre-filled values
6876
6877 2006-04-05 [colin]      2.1.0cvs3
6878
6879         * src/textview.c
6880         * src/mimeview.c
6881         * src/mimeview.h
6882                 Nicer messages in mimeview
6883
6884 2006-04-05 [colin]      2.1.0cvs2
6885
6886         * src/addressbook.c
6887         * src/prefs_summaries.c
6888                 i18n fix
6889
6890 2006-04-05 [colin]      2.1.0cvs1
6891
6892         * src/plugins/pgpcore/plugin.c
6893         * src/plugins/pgpcore/select-keys.c
6894         * src/plugins/pgpcore/select-keys.h
6895         * src/plugins/pgpcore/sgpgme.c
6896         * src/plugins/pgpcore/sgpgme.h
6897         * src/plugins/pgpinline/pgpinline.c
6898         * src/plugins/pgpinline/plugin.c
6899         * src/plugins/pgpmime/pgpmime.c
6900         * src/plugins/pgpmime/plugin.c
6901                 Factorize and generalize a bit 
6902                 Drop S/MIME signature verification from PGP/MIME
6903                 (adding it as another, more complete plugin)
6904
6905 2006-04-05 [paul]       2.1.0
6906
6907         2.1.0 released
6908
6909 2006-04-05 [paul]       2.0.0cvs186
6910
6911         * manual/advanced.xml
6912                 add info on colour labels
6913
6914 2006-04-05 [paul]       2.0.0cvs185
6915
6916         * po/bg.po
6917         * po/cs.po
6918         * po/de.po
6919         * po/el.po
6920         * po/en_GB.po
6921         * po/fi.po
6922         * po/fr.po
6923         * po/it.po
6924         * po/nl.po
6925         * po/pl.po
6926         * po/pt_BR.po
6927         * po/sr.po
6928         * po/zh_CN.po
6929                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
6930                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
6931                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
6932                 Guimaraes, Aleksandar Urosevic, Ralgh Young
6933         * src/gtk/authors.h
6934         * tools/claws.i18n.status.pl
6935                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
6936                 and new Czech translator, Tim <timbrain@post.cz>
6937
6938 2006-04-05 [mones]      2.0.0cvs184
6939
6940         * po/es.po
6941                 Updated translation
6942
6943 2006-04-05 [colin]      2.0.0cvs183
6944
6945         * src/gtk/quicksearch.c
6946                 Fix bug #929 (unnecessary reload in quick search bar)
6947
6948 2006-04-05 [colin]      2.0.0cvs182
6949
6950         * src/compose.c
6951                 Fix crash on Reply with no From:
6952                 Show signature and conversion error on queuing 
6953                 (but not sending)
6954         * src/mainwindow.c
6955         * src/summaryview.c
6956         * src/summaryview.h
6957                 Factorize threading code and make sure msginfo 
6958                 is not null when it comes from a GtkCTreeRow's 
6959                 data
6960         * src/gtk/gtkaspell.c
6961                 Check for necessary things
6962         * src/gtk/gtksctree.c
6963         * src/gtk/gtksctree.h
6964                 Reset anchor if necessary when removing node
6965
6966 2006-03-29 [colin]      2.0.0cvs181
6967
6968         * src/folderview.c
6969                 Warn for disabled IMAP accounts (due to lack of
6970                 libetpan). Breaks string-freeze - sorry - but it
6971                 is kind of important ;)
6972
6973 2006-03-28 [colin]      2.0.0cvs180
6974
6975         * src/gtk/gtkutils.c
6976         * src/gtk/gtkutils.h
6977                 Add a gtkut_get_link_btn() function that
6978                 creates a button which acts like an URI
6979         * src/prefs_themes.c
6980         * src/gtk/about.c
6981                 Use this function (factorizes codes)
6982         * src/common/defs.h
6983         * src/gtk/pluginwindow.c
6984                 Add a "Get more..." in the plugins window
6985
6986 2006-03-28 [colin]      2.0.0cvs179
6987
6988         * src/common/smtp.c
6989         * src/common/passcrypt.c
6990         * src/undo.c
6991                 Warning fixes. Patch by Pawel Pekala
6992
6993 2006-03-27 [colin]      2.0.0cvs178
6994
6995         * src/undo.c
6996                 Fix undoing by blocks with spaces
6997
6998 2006-03-27 [colin]      2.0.0cvs177
6999
7000         * src/textview.c
7001                 Set margin to 3px for headers
7002
7003 2006-03-27 [paul]
7004
7005         2.1.0-rc2 released
7006
7007 2006-03-27 [wwp]        2.0.0cvs176
7008
7009         * src/summaryview.c
7010                 don't reset quicksearch when updating the message list.
7011                 Thanks to Colin.
7012
7013 2006-03-26 [wwp]        2.0.0cvs175
7014
7015         * src/compose.c
7016                 use a unified border width ('other' tab in the compose window,
7017                 patch by Pawel Pekala).
7018
7019
7020 2006-03-26 [wwp]        2.0.0cvs174
7021
7022         * src/common/quoted-printable.c
7023         * src/addressbook.c
7024                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7025
7026 2006-03-26 [colin]      2.0.0cvs173
7027
7028         * src/quote_fmt_parse.y
7029                 Fix non-UTF8 date formats messing up the whole quote a 
7030                 little bit
7031
7032 2006-03-26 [colin]      2.0.0cvs172
7033
7034         * src/procheader.c
7035                 Make sure the date is UTF8 valid, or try to make it
7036                 so. IncrediMail is really IncrediStupid.
7037         * src/compose.c
7038                 Fix possible conversions. 
7039                 
7040
7041 2006-03-26 [colin]      2.0.0cvs171
7042
7043         * src/matcher.c
7044                 Fix corner cases in body search. This is still a
7045                 hack... It seems impossible to make it good and 
7046                 reasonably fast at the same time.
7047
7048 2006-03-26 [colin]      2.0.0cvs170
7049
7050         * src/summaryview.c
7051                 I think I killed the twilight zone bug!
7052                 summary_select_node() flushes GTK events in order
7053                 to be able to center the view. But this also 
7054                 flushes keypresses like Ctrl-Alt-U, so this can
7055                 call summary_show from summary_select_node (itself
7056                 called from summary_show, etc.). And the summaryview
7057                 has to be unlocked in this function. So just locking
7058                 while processing GTK events, and bailing if locked, 
7059                 should fix it.
7060                 Fixes bug #927 (SIGSEGV during Update Summary)
7061
7062 2006-03-25 [colin]      2.0.0cvs169
7063
7064         * src/matcher.c
7065                 Fix search in QP-encoded bodies
7066                 Fix utf-8 searches in bodies encoded in the
7067                 locale's encoding
7068         * src/common/quoted-printable.c
7069         * src/common/quoted-printable.h
7070                 Add a decode function that doesn't overwrite
7071                 the original pointer
7072                 
7073
7074 2006-03-24 [colin]      2.0.0cvs168
7075
7076         * src/action.c
7077         * src/summaryview.c
7078         * src/summaryview.h
7079                 Update message cache after action
7080                 Patch by H. Merijn Brand
7081         * src/prefs_msg_colors.c
7082                 Factorize label 
7083                 Patch by Fabien Vantard
7084         * src/plugins/spamassassin/spamassassin_gtk.c
7085                 Remove useless translation
7086                 Patch by Fabien Vantard
7087
7088 2006-03-23 [colin]      2.0.0cvs167
7089
7090         * src/common/ssl.c
7091                 Let 30 seconds to SSL_connect
7092
7093 2006-03-23 [wwp]        2.0.0cvs166
7094
7095         * src/summaryview.c
7096         * src/gtk/description_window.c
7097                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7098                 and headers are translated; adjust description windows' width to fit their
7099                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7100
7101 2006-03-23 [paul]       2.0.0cvs165
7102
7103         * src/common/utils.c
7104                 fix highlighting of URIs containing "()"
7105                 (2.0.0cvs164's reversal fixed)
7106                 Thanks to Colin.
7107
7108 2006-03-23 [paul]       2.0.0cvs164
7109
7110         * src/common/utils.c
7111                 revert patch, (postponing a fix), at 2.0.0cvs120
7112                 as it breaks more URIs than it fixes.
7113                 Allow '-' to be a terminating character in a URI
7114
7115 2006-03-22 [colin]      2.0.0cvs163
7116
7117         * configure.ac
7118                 Require libetpan 0.45
7119                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7120
7121 2006-03-22 [paul]       2.0.0cvs162
7122
7123         * src/editgroup.c
7124                 replace '<-' and '->' buttons with GTK_STOCK graphical
7125                 buttons
7126         * src/summary_search.c
7127                 don't offer '...' for translation
7128                 add a tooltip to advanced search '...' button
7129         * src/gtk/quicksearch.c
7130                 don't offer '...' for translation
7131
7132 2006-03-21 [colin]      2.0.0cvs161
7133
7134         * src/compose.c
7135                 Fix middle-click pasting (insert at click
7136                 position instead of cursor position, don't
7137                 remove existing selection and allow pasting
7138                 our own selection)
7139         * src/addressbook.c
7140                 "LDAP Server" -> "LDAP servers"
7141
7142 2006-03-21 [wwp]        2.0.0cvs160
7143
7144         * src/etpan/imap-thread.c
7145                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7146
7147 2006-03-20 [colin]      2.0.0cvs159
7148
7149         * src/summaryview.c
7150                 Don't reload summaryview after an execute with no
7151                 move action
7152
7153 2006-03-19 [colin]      2.0.0cvs158
7154
7155         * src/addressbook.c
7156                 and put groups at the top, always
7157
7158 2006-03-19 [colin]      2.0.0cvs157
7159
7160         * src/addressbook.c
7161                 Order groups before names, as previously
7162
7163 2006-03-19 [colin]      2.0.0cvs156
7164
7165         * src/addressbook.c
7166                 - Sort case-unsensitive
7167                 - Put the sort arrow at opening too
7168
7169 2006-03-19 [wwp]        2.0.0cvs155
7170
7171         * src/addressbook.c
7172                 allow sorting by name/email/remarks, ensure that right-pane's contents
7173                 matches the left-pane selection (cleared when appropriate).
7174                 Patch by Pawel Pekala <c0rn@o2.pl>.
7175
7176 2006-03-18 [colin]      2.0.0cvs154
7177
7178         * src/textview.c
7179                 Fix text cursor ;)
7180
7181 2006-03-18 [colin]      2.0.0cvs153
7182
7183         * src/gtk/filesel.c
7184                 Make sure we hide the preview if we didn't get
7185                 a filename
7186
7187 2006-03-18 [colin]      2.0.0cvs152
7188
7189         * src/summaryview.c
7190                 Set cursor to watch for execution (fixes lack
7191                 of watch-cursor when dnd'ing hundreds of mails)
7192         * src/gtk/filesel.c
7193                 Check that mime type is 'image/*' before updating
7194                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7195
7196 2006-03-18 [colin]      2.0.0cvs151
7197
7198         * src/mainwindow.c
7199         * src/textview.c
7200         * src/textview.h
7201                 Put a watch cursor in textview too when the mainwindow's
7202                 cursor in a watch
7203
7204 2006-03-18 [colin]      2.0.0cvs150
7205
7206         * src/folder.c
7207                 Change wrong asserts to simple tests
7208
7209 2006-03-17 [colin]      2.0.0cvs149
7210
7211         * src/mainwindow.c
7212         * src/mainwindow.h
7213         * src/prefs_msg_colors.c
7214         * src/summaryview.c
7215         * src/summaryview.h
7216         * src/gtk/colorlabel.c
7217         * src/gtk/colorlabel.h
7218                 Add a color label menu in the main menubar
7219                 Add (fixed) accels Ctrl-{0-7} to change the color
7220                 They have to be fixed because the menu's dynamic,
7221                 the items are complex widgets, hence we can't use
7222                 a GtkItemFactory.
7223
7224
7225 2006-03-17 [wwp]        2.0.0cvs148
7226
7227         * src/compose.c
7228                 rollback few lines from my previous commit (those lines come from
7229                 a pending patch, accidentally commited, even if neutral as they are
7230                 commented out).
7231
7232 2006-03-17 [wwp]        2.0.0cvs147
7233
7234         * src/compose.c
7235                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7236                 applied code style/indentation to the modified function.
7237
7238 2006-03-17 [wwp]        2.0.0cvs146
7239
7240         * src/procmsg.c
7241         * src/compose.c
7242                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7243
7244 2006-03-17 [paul]
7245
7246         2.1.0-rc1 released
7247
7248 2006-03-17 [paul]       2.0.0cvs145
7249
7250         * src/main.c
7251                 addressbook_read_file() was called twice
7252         * src/textview.c
7253                 X-Mailer highlighting
7254
7255 2006-03-16 [colin]      2.0.0cvs144
7256
7257         * src/sourcewindow.c
7258         * src/sourcewindow.h
7259                 And the last one, in source window.
7260
7261 2006-03-16 [colin]      2.0.0cvs143
7262
7263         * src/compose.c
7264         * src/compose.h
7265                 Fix the same stuff in compose
7266
7267 2006-03-16 [colin]      2.0.0cvs142
7268
7269         * src/messageview.c
7270                 Complete the previous messageview crash fix
7271
7272 2006-03-16 [colin]      2.0.0cvs141
7273
7274         * src/procmsg.h
7275         * src/procmsg.c
7276         * src/folder.c
7277                 Fix POSTPROCESSING hook
7278                 Patch by H. Merijn Brand
7279
7280         * src/procmime.c
7281         * src/procmime.h
7282                 Parse Content-Location
7283
7284         * src/toolbar.c
7285         * src/messageview.c
7286         * src/messageview.h
7287                 Don't crash when a top-level MessageView has
7288                 been closed on us. Same problematic than
7289                 yesterday's quicksearch issue.
7290
7291 2006-03-15 [colin]      2.0.0cvs140
7292
7293         * src/gtk/quicksearch.c
7294                 Fix a bitchy race we didn't think about when we
7295                 added quicksearch cancellation:
7296                 If the search is not on cached fields, for example
7297                 body_part matchcase "stuff"
7298                 the matcher code has to get the whole message. If
7299                 we're on IMAP, that can be slow, and in order to
7300                 be non-blocking, the IMAP code idle loop processes
7301                 gtk events too. So it is possible to cancel a
7302                 quicksearch while the matcher is getting the mail's
7303                 body. After matcher got its body, it will start to
7304                 iterate over the matcher list that the Quicksearch's
7305                 clear_search_cb() just freed via prepare_matcher().
7306                 SIGSEGV ensues.
7307                 The fix consists of guarding the matcherlist_match()
7308                 call with a boolean 'matching'. If we reset the
7309                 quicksearch while matching is TRUE, we don't free
7310                 the matcherlist anymore like we did, but we set
7311                 another new flag, deferred_free, to TRUE. Then,
7312                 in quicksearch_match(), just after returning from
7313                 matcherlist_match() and unsetting the matching flag,
7314                 we check the deferred_free flag and do the
7315                 prepare_matcher() (which does the matcherlist_free)
7316                 for real, so we free the matcherlist once it's not
7317                 used anymore.
7318                 As all of this runs via the glib main loop, we
7319                 luckily don't need a mutex.
7320         * src/summaryview.c
7321                 Also, show progress while searching.
7322
7323
7324 2006-03-14 [colin]      2.0.0cvs139
7325
7326         * src/alertpanel.c
7327                 Make alertpanel_is_open non-static
7328
7329 2006-03-14 [colin]      2.0.0cvs138
7330
7331         * src/prefs_spelling.c
7332                 Cleanups - Fabien Vantard
7333
7334 2006-03-14 [wwp]        2.0.0cvs137
7335
7336         * src/main.c
7337                 code style normalization (curly braces, indentation).
7338
7339 2006-03-14 [wwp]        2.0.0cvs137
7340
7341         * src/main.c
7342                 code style (braces, indentation)
7343
7344 2006-03-12 [paul]       2.0.0cvs136
7345
7346         * src/prefs_common.c
7347                 trans_hdr defaults to FALSE to be RFC-savvy
7348         * src/prefs_summaries.c
7349                 add a tooltip to the trans_hdr option
7350                 
7351
7352 2006-03-12 [paul]       2.0.0cvs135
7353
7354         * src/prefs_matcher.c
7355                 give a little more width to the combos
7356         * src/prefs_display_header.c
7357         * src/textview.c
7358                 translate headers if prefs_common.trans_hdr
7359                 is TRUE
7360
7361         Patches by Pawel Pekala
7362
7363 2006-03-12 [paul]       2.0.0cvs134
7364
7365         * src/plugins/clamav/clamav_plugin.c
7366         * src/plugins/dillo_viewer/dillo_viewer.c
7367         * src/plugins/pgpcore/plugin.c
7368         * src/plugins/pgpinline/plugin.c
7369         * src/plugins/pgpmime/plugin.c
7370         * src/plugins/spamassassin/spamassassin.c
7371                 update/add to descriptions
7372         * src/plugins/spamassassin/spamassassin_gtk.c
7373                 fixes to the english, remove superfluous
7374                 tooltips, clean up a little
7375
7376 2006-03-12 [paul]       2.0.0cvs133
7377
7378         * src/compose.c
7379                 fix Bug 924, 'Account combo box shows up wrong 
7380                 if & is in account name'
7381
7382 2006-03-11 [colin]      2.0.0cvs132
7383
7384         * src/summaryview.c
7385                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7386                 messed up shift-selection because is slows down
7387                 moving around summaryview. thanks -users
7388
7389 2006-03-10 [colin]      2.0.0cvs131
7390
7391         * src/plugins/spamassassin/spamassassin_gtk.c
7392                 Put back Paul's engrish fixes
7393
7394 2006-03-10 [colin]      2.0.0cvs130
7395
7396         * src/plugins/spamassassin/spamassassin.c
7397         * src/plugins/spamassassin/spamassassin.h
7398         * src/plugins/spamassassin/spamassassin_gtk.c
7399                 Cleanup SA prefs page (more)
7400                 Patch by Fabien Vantard
7401
7402 2006-03-10 [paul]       2.0.0cvs129
7403
7404         * src/prefs_msg_colors.c
7405         * src/prefs_spelling.c
7406                 widget sensitivity
7407
7408 2006-03-09 [mones]      2.0.0cvs128
7409
7410         * po/es.po
7411                 Update for next RC
7412
7413 2006-03-09 [wwp]        2.0.0cvs127
7414
7415         * configure.ac
7416                 revert accidental commit (requirement for libetpan 0.43), this time
7417                 not in HEAD.
7418
7419 2006-03-09 [wwp]        2.0.0cvs125
7420
7421         * configure.ac
7422                 revert accidental commit (requirement for libetpan 0.43)
7423
7424 2006-03-09 [paul]       2.0.0cvs126
7425
7426         * src/prefs_receive.c
7427                 remove useless frame
7428                 replace 'incorporation' with 'receiving'
7429         * src/plugins/clamav/clamav_plugin_gtk.c
7430         * src/plugins/spamassassin/spamassassin_gtk.c
7431                 improve widget sensitivity
7432                 fix a bit his engrish
7433
7434 2006-03-09 [wwp]        2.0.0cvs125
7435
7436         * src/addressadd.c
7437         * src/foldersel.c
7438         * src/prefs_common.c
7439         * src/prefs_common.h
7440                 remember some more windows' sizes (add to addressbook and
7441                 select folder).
7442
7443 2006-03-09 [paul]       2.0.0cvs124
7444
7445         * src/plugins/pgpcore/prefs_gpg.c
7446                 normalise construction of dialogue
7447
7448 2006-03-09 [paul]       2.0.0cvs123
7449
7450         * src/plugins/trayicon/Makefile.am
7451                 add missing slash
7452
7453 2006-03-08 [colin]      2.0.0cvs122
7454
7455         * src/plugins/trayicon/Makefile.am
7456                 Fix build in separate dir 
7457                 Patch by Bamanzi <bamanzi@gmail.com>
7458
7459 2006-03-08 [colin]      2.0.0cvs121
7460
7461         * src/procmsg.c
7462                 Batch move and copies from summaryview with delayed execution
7463                 too
7464
7465 2006-03-07 [paul]       2.0.0cvs120
7466
7467         * src/common/utils.c
7468                 fix highlighting of URIs containing "()"
7469                 Patch by Pawel Pekala
7470
7471 2006-03-07 [paul]       2.0.0cvs119
7472
7473         * src/folder.c
7474         * src/folder.h
7475         * src/folderview.c
7476                 immediately do alphabetical resort when
7477                 changing a folder's name
7478                 Patch by Pawel Pekala
7479
7480 2006-03-07 [paul]       2.0.0cvs118
7481
7482         * src/news.c
7483         * src/news_gtk.c
7484                 when unsubscribing a newsgroup, remove the
7485                 folder and msgs in .sylpheed-claws/newscache
7486                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7487
7488 2006-03-07 [paul]       2.0.0cvs117
7489
7490         * src/textview.c
7491                 fix wrong Fake URL Warning
7492                 Thanks to Hiro
7493
7494 2006-03-07 [colin]      2.0.0cvs116
7495
7496         * src/imap.c
7497                 Return immediately when password dialog was
7498                 cancelled
7499         * src/gtk/inputdialog.c
7500                 Allow empty strings for passwords
7501
7502
7503 2006-03-06 [colin]      2.0.0cvs115
7504
7505         * src/imap.c
7506                 Prevent double-timeouts when connection fails
7507
7508 2006-03-06 [colin]
7509
7510         2.0.1-rc1 released
7511
7512 2006-03-06 [colin]      2.0.0cvs114
7513
7514         * src/imap.c
7515                 Refresh session during potentially long
7516                 operations
7517
7518 2006-03-06 [wwp]        2.0.0cvs113
7519
7520         * src/prefs_msg_colors.h
7521                 forgot that one (custom color labels).
7522
7523 2006-03-06 [wwp]        2.0.0cvs112
7524
7525         * src/prefs_common.c
7526         * src/prefs_common.h
7527         * src/prefs_msg_colors.c
7528         * src/summaryview.c
7529         * src/summaryview.h
7530         * src/gtk/colorlabel.c
7531         * src/gtk/colorlabel.h
7532                 colors in messages list are now customizable. Color values and names can
7533                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7534                 Thanks to Paul and Colin for their help with this longstanding patch!
7535
7536 2006-03-06 [wwp]        2.0.0cvs111
7537
7538         * src/textview.c
7539                 don't crash if (x)face is bad.
7540
7541 2006-03-05 [paul]       2.0.0cvs110
7542
7543         * AUTHORS
7544         * configure.ac
7545         * src/Makefile.am
7546         * src/common/Makefile.am
7547         * src/common/utils.h
7548         * src/etpan/imap-thread.c
7549         * src/gtk/authors.h
7550         * src/plugins/clamav/Makefile.am
7551         * src/plugins/demo/Makefile.am
7552         * src/plugins/dillo_viewer/Makefile.am
7553         * src/plugins/pgpcore/Makefile.am
7554         * src/plugins/pgpcore/passphrase.c
7555         * src/plugins/pgpinline/Makefile.am
7556         * src/plugins/pgpmime/Makefile.am
7557         * src/plugins/spamassassin/Makefile.am
7558         * src/plugins/trayicon/Makefile.am
7559                 fix builiding on cygwin
7560                 Patch by Ralgh Young <bamanzi@gmail.com>
7561
7562 2006-03-04 [wwp]        2.0.0cvs109
7563
7564         * manual/keyboard.xml
7565                 fix mixed up/down keys.
7566
7567 2006-03-04 [wwp]        2.0.0cvs108
7568
7569         * README
7570         * INSTALL
7571                 updated links to SpamAssassin.
7572
7573 2006-03-04 [wwp]        2.0.0cvs107
7574
7575         * manual/plugins.xml
7576         * src/plugins/spamassassin/README
7577                 updated SpamAssassin plugin docs to reflect new functional additions
7578                 (also fix/update/documents few technical stuff more, see the README).
7579
7580 2006-03-04 [wwp]        2.0.0cvs106
7581
7582         * src/prefs_message.c
7583                 normalized capitalization of message-prefs paths.
7584
7585 2006-03-04 [wwp]        2.0.0cvs105
7586
7587         * manual/advanced.xml
7588                 typo.
7589
7590 2006-03-03 [colin]      2.0.0cvs104
7591
7592         * src/plugins/clamav/clamav_plugin_gtk.c
7593                 Rework prefs page, patch by Fabien 
7594
7595 2006-03-03 [colin]      2.0.0cvs103
7596
7597         * src/plugins/clamav/clamav_plugin.c
7598                 Set error on all errors
7599
7600 2006-03-03 [colin]      2.0.0cvs102
7601
7602         * src/common/plugin.c
7603                 Initialize error to avoid crashing when a plugin fails
7604                 without setting error
7605
7606 2006-03-02 [wwp]        2.0.0cvs101
7607
7608         * configure.ac
7609                 fixed linker flags for libetpan support on Cygwin
7610                 (thanks to H.Merijn Brand).
7611
7612 2006-03-02 [wwp]        2.0.0cvs100
7613
7614         * src/addressbook.c
7615                 fix some AB error messages: one for punctuation and
7616                 one wrongly duplicate (thanks, maxbritov).
7617
7618 2006-03-02 [wwp]        2.0.0cvs99
7619
7620         * src/plugins/spamassassin/spamassassin.c
7621                 make sync calls to sa-learn/spamc to prevent
7622                 system (whatever local or client/server) overload.
7623
7624 2006-03-02 [colin]      2.0.0cvs98
7625
7626         * src/summaryview.c
7627                 Put the spam icon in the status column instead of the
7628                 mark one
7629
7630 2006-03-01 [colin]      2.0.0cvs97
7631
7632         * src/plugins/spamassassin/spamassassin.c
7633                 Fix segfault (g_file_set_contents fails for some 
7634                 reason and err==0x2f. Can't find out why with
7635                 valgrind, using working function :-)
7636
7637 2006-03-01 [colin]      2.0.0cvs96
7638
7639         * src/inc.c
7640                 Offline overriding: let 'No' be cached only 3 seconds
7641
7642 2006-03-01 [colin]      2.0.0cvs95
7643
7644         * src/addr_compl.c
7645         * src/addrbook.c
7646         * src/addressbook.c
7647         * src/addrindex.c
7648         * src/folder_item_prefs.c
7649         * src/headerview.c
7650         * src/imap.c
7651         * src/inc.c
7652         * src/ldif.c
7653         * src/mainwindow.c
7654         * src/mh.c
7655         * src/msgcache.c
7656         * src/prefs_common.h
7657         * src/prefs_msg_colors.c
7658         * src/procheader.c
7659         * src/procheader.h
7660         * src/procmime.c
7661         * src/procmsg.c
7662         * src/procmsg.h
7663         * src/send_message.h
7664         * src/simple-gettext.c
7665         * src/summaryview.c
7666         * src/summaryview.h
7667         * src/syldap.c
7668         * src/textview.c
7669         * src/undo.c
7670         * src/common/ssl_certificate.c
7671         * src/common/utils.c
7672         * src/gtk/colorsel.c
7673         * src/gtk/gtksctree.c
7674         * src/gtk/gtkshruler.c
7675         * src/plugins/trayicon/trayicon.c
7676                 #if 0 goes to /dev/null
7677
7678 2006-03-01 [colin]      2.0.0cvs94
7679
7680         * src/compose.c
7681         * src/imap.c
7682         * src/inc.c
7683         * src/inc.h
7684         * src/messageview.c
7685         * src/news.c
7686         * src/plugins/spamassassin/spamassassin.c
7687                 Allow to add information in the "working offline"
7688                 window
7689
7690 2006-03-01 [wwp]        2.0.0cvs93
7691
7692         * src/plugins/spamassassin/spamassassin.c
7693                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7694                 'cause it seems that calling `spamc ... < inputfile` with
7695                 g_spawn_(a)sync simply.. erm doesn't work :-).
7696
7697 2006-03-01 [wwp]        2.0.0cvs92
7698
7699         * src/toolbar.c
7700         * src/toolbar.h
7701                 simplify the adding of spam/ham button to the messageview toolbar
7702                 (it gets more clear now that the same button will be "Mark as spam"
7703                 or "Mark as ham" according to the current message status,
7704                 thanks to Colin).
7705
7706 2006-03-01 [wwp]        2.0.0cvs91
7707
7708         * src/messageview.c
7709         * src/procmsg.c
7710         * src/procmsg.h
7711         * src/summaryview.c
7712         * src/plugins/spamassassin/spamassassin.c
7713         * src/plugins/spamassassin/spamassassin.h
7714                 make learner callbacks return a status (0 for ok),
7715                 handle it in main code to avoid setting flags when learning failed,
7716                 don't learn on TCP if offline in spamassassin,
7717                 thanks to Colin.
7718
7719                 
7720
7721 2006-03-01 [wwp]        2.0.0cvs90
7722
7723         * src/compose.c
7724                 some work around the compose window's account menu,
7725                 patch by Fabien Vantard.
7726
7727 2006-03-01 [wwp]        2.0.0cvs89
7728
7729         * src/plugins/spamassassin/spamassassin.c
7730                 fixed bad logics, was using spamc in local mode and sa-learn
7731                 in remote mode (thanks, Colin).
7732
7733 2006-03-01 [wwp]        2.0.0cvs88
7734
7735         * src/plugins/spamassassin/spamassassin.c
7736         * src/plugins/spamassassin/spamassassin.h
7737         * src/plugins/spamassassin/spamassassin_gtk.c
7738                 made processing of emails w/ sa-plugin an option (default is TRUE),
7739                 fixed Engrish some tooltips, capitalization of some debug messages
7740                 and warnings. The spamassassin plugin now provides two separate
7741                 services: process emails upon incorporation and spamd training.
7742                 Both services (un)register independently but use some common
7743                 plugin settings (transport settings, spam storage location).
7744
7745 2006-02-28 [wwp]        2.0.0cvs87
7746
7747         * src/plugins/spamassassin/spamassassin.c
7748                 fix async flag to spamc cmdline execution (batch exec should
7749                 be asynchronous).
7750
7751 2006-02-27 [wwp]        2.0.0cvs86
7752
7753         * src/plugins/spamassassin/spamassassin.c
7754         * src/plugins/spamassassin/spamassassin.h
7755         * src/plugins/spamassassin/spamassassin_gtk.c
7756                 - added the ability to learn a remote spamassassin server (spamd),
7757                 using spamc.
7758                 - added the spamassassin option 'username', that applies to all
7759                 spamassassin operations (filtering, learning, local or remote).
7760                 The default username is the current unix user (if left blank
7761                 from gtk prefs or config file).
7762                 - commented out some unused code (notebook widget), removed unused
7763                 layout (hbox1).
7764                 - make more widgets sensitive to the transport type.
7765
7766 2006-02-27 [colin]      2.0.0cvs85
7767
7768         * src/plugins/spamassassin/spamassassin.c
7769                 Fix sa-learn call when offline
7770
7771 2006-02-27 [colin]      2.0.0cvs84
7772
7773         * configure.ac
7774         * src/Makefile.am
7775         * src/mainwindow.c
7776         * src/mainwindow.h
7777         * src/messageview.c
7778         * src/messageview.h
7779         * src/prefs_toolbar.c
7780         * src/procmsg.c
7781         * src/stock_pixmap.c
7782         * src/stock_pixmap.h
7783         * src/summaryview.c
7784         * src/toolbar.c
7785         * src/toolbar.h
7786         * src/pixmaps/ham_btn.xpm
7787         * src/pixmaps/spam.xpm
7788         * src/pixmaps/spam_btn.xpm
7789         * src/plugins/spamassassin/spamassassin.c
7790                 Add button in toolbar for spam learning
7791                 Fix a few bugs from the last related commit
7792                 Revert 1.9.6cvs23 which messed up shift-selection
7793
7794 2006-02-24 [colin]      2.0.0cvs83
7795
7796         * src/procmsg.c
7797         * src/summaryview.c
7798         * src/summaryview.h
7799         * src/plugins/spamassassin/spamassassin.c
7800         * src/plugins/spamassassin/spamassassin.h
7801         * src/plugins/spamassassin/spamassassin_gtk.c
7802                 Unregister learner when spamassassin is either
7803                 disabled or over tcp
7804
7805 2006-02-24 [colin]      2.0.0cvs82
7806
7807         * src/Makefile.am
7808         * src/mainwindow.c
7809         * src/mainwindow.h
7810         * src/procmsg.c
7811         * src/procmsg.h
7812         * src/stock_pixmap.c
7813         * src/stock_pixmap.h
7814         * src/summaryview.c
7815         * src/summaryview.h
7816         * src/gtk/icon_legend.c
7817         * src/pixmaps/spam.xpm  ** NEW FILE **
7818         * src/plugins/spamassassin/spamassassin.c
7819         * src/plugins/spamassassin/spamassassin_gtk.c
7820                 Add spam learning interface (Mark/Mark as 
7821                 (spam|ham) menus)
7822
7823 2006-02-24 [wwp]        2.0.0cvs81
7824
7825         * src/compose.c
7826         * src/compose.h
7827         * src/filtering.c
7828                 hide compose window when sending message in batch mode
7829                 (filtering: forward and redirect). Also fixed a wrong
7830                 value returned when sending failed, neutral anyway.
7831                 (Colin, me) 
7832
7833 2006-02-24 [wwp]        2.0.0cvs80
7834
7835         * src/mainwindow.c
7836                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7837
7838 2006-02-24 [paul]       2.0.0cvs79
7839
7840         * src/news.c
7841         * src/news.h
7842         * src/news_gtk.c
7843                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7844                 Thanks to Colin
7845
7846 2006-02-23 [colin]      2.0.0cvs78
7847
7848         * src/alertpanel.c
7849                 Change OK to Close in alertpanel with View log
7850                 button; add accel to View log. Patch by Fabien
7851                 Vantard
7852
7853 2006-02-23 [wwp]        2.0.0cvs77
7854
7855         * src/compose.c
7856                 silly me, there were much more tests to perform, since toolbars can
7857                 really have down to 1 element only.
7858
7859 2006-02-23 [wwp]        2.0.0cvs76
7860
7861         * commitHelper
7862                 fixed indentation from my previous commit. Fallback to VISUAL if
7863                 EDITOR is not set (and to vi, at last resort).
7864
7865 2006-02-23 [wwp]        2.0.0cvs75
7866
7867         * commitHelper
7868                 improved error detection (Colin, me).
7869
7870 2006-02-23 [wwp]        2.0.0cvs74
7871
7872         * src/prefs_toolbar.c
7873                 simplify and fix prefs/toolbars layouting. Combos' contents can
7874                 now be really displayed.
7875
7876 2006-02-23 [wwp]        2.0.0cvs73
7877         simplifies and fix prefs/toolbars layouting. Combos' contents can now
7878         be really displayed.
7879
7880 2006-02-22 [wwp]        2.0.0cvs72
7881
7882         * src/compose.c
7883                 fix a typo in my previous commit (sorry!).
7884
7885 2006-02-22 [wwp]        2.0.0cvs71
7886
7887         * src/prefs_toolbar.c
7888                 fix a crash when adding separators to toolbars,
7889                 also fix some separator item information.
7890
7891 2006-02-22 [wwp]        2.0.0cvs70
7892
7893         * src/compose.c
7894                 fix a crash when redirecting (for instance) when compose window's
7895                 toolbar contents has been customized (when some buttons have been
7896                 removed in fact).
7897
7898 2006-02-21 [wwp]        2.0.0cvs69
7899
7900         * src/summaryview.c
7901         * src/gtk/pluginwindow.c
7902         * src/plugins/pgpcore/prefs_gpg.c
7903                 fix some compilation warnings (feat. remains of removed code).
7904
7905 2006-02-21 [wwp]        2.0.0cvs68
7906
7907         * src/gtk/gtkutils.c
7908                 fix two compilation issues, thanks to Stephan Sachse.
7909
7910 2006-02-20 [colin]      2.0.0cvs67
7911
7912         * src/mainwindow.c
7913                 Don't reselect displayed mail on refocus
7914                 This fixes actions misbehaving 
7915
7916 2006-02-20 [wwp]        2.0.0cvs66
7917
7918         * src/summaryview.c
7919         * src/gtk/gtksctree.c
7920         * src/gtk/gtkshruler.c
7921                 changed more runtime typecast checks.
7922
7923 2006-02-20 [wwp]        2.0.0cvs65
7924
7925         * src/summary_search.c
7926                 find all - summaryview refresh issue fixed, thanks to Colin.
7927
7928 2006-02-20 [wwp]        2.0.0cvs64
7929
7930         * src/gtk/gtkutils.c
7931                 better runtime typecast checks.
7932
7933 2006-02-20 [wwp]        2.0.0cvs63
7934
7935         * src/summary_search.c
7936                 enhancements to the summary search:
7937                         - add the ability to stop the running search
7938                           (upon ESC-key press, new Stop button or when Clear button is pressed)
7939                         - don't search if no criteria (From/To/Subject/Body) is set
7940                         - ensure that a busy mouse pointer is always shown when searching,
7941                           show it even a bit earlier
7942
7943 2006-02-19 [colin]      2.0.0cvs62
7944
7945         * src/compose.c
7946         * src/imap.c
7947         * src/etpan/imap-thread.c
7948         * src/etpan/imap-thread.h
7949                 (Future) IMAP speed improvement on sending
7950                 Will require a libetpan update
7951         * src/summaryview.c
7952         * src/gtk/quicksearch.c
7953                 Make quicksearch clearable while running.
7954
7955 2006-02-17 [colin]      2.0.0cvs61
7956
7957         * src/imap.c
7958         * src/etpan/imap-thread.c
7959         * src/etpan/imap-thread.h
7960                 Check for IMAP certificates
7961                 ** Requires libetpan-0.42-cvs4 
7962                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
7963
7964 2006-02-17 [colin]      2.0.0cvs60
7965
7966         * src/messageview.c
7967         * src/prefs_common.c
7968         * src/prefs_common.h
7969         * src/prefs_message.c
7970                 Add pref to display HTML-only mails with plugin, 
7971                 if possible (defaulting to FALSE of course).
7972
7973 2006-02-16 [colin]      2.0.0cvs59
7974
7975         * src/main.c
7976         * src/common/plugin.c
7977         * src/common/plugin.h
7978         * src/gtk/pluginwindow.c
7979                 Keep track of requested (but unloaded) plugins
7980                 in some error cases.
7981
7982 2006-02-16 [wwp]        2.0.0cvs58
7983
7984         * src/gtk/gtkaspell.c
7985         * src/gtk/gtkaspell.h
7986         * src/prefs_spelling.c
7987         * src/compose.c
7988         * src/prefs_common.c
7989         * src/prefs_common.h
7990                 implemented new optional spellchecker behaviour: re-check message when
7991                 dictionary got changed (from compose-window/context-menu/Change dictionary).
7992
7993 2006-02-16 [wwp]        2.0.0cvs57
7994
7995         * src/quote_fmt_parse.y
7996                 pclose popen'ed pipe.
7997
7998 2006-02-15 [colin]      2.0.0cvs56
7999
8000         * src/mimeview.c
8001         * src/mimeview.h
8002                 Let MimeViewers know which MimeView they
8003                 depend of.
8004         * src/summaryview.c
8005                 Swap From/To columns in Sent/Queue/Drafts
8006                 folders
8007         * src/etpan/imap-thread.c
8008                 Use mailstream_low_tls_open() for STARTTLS
8009                 instead of mailstream_low_ssl_open()
8010                 ** REQUIRES libetpan 0.42cvs3 **
8011
8012 2006-02-15 [wwp]        2.0.0cvs55
8013
8014         * src/compose.c
8015         * src/compose.h
8016         * src/message_search.c
8017         * src/message_search.h
8018         * src/textview.c
8019         * src/gtk/gtkutils.c
8020         * src/gtk/gtkutils.h
8021                 added the ability to Find text in the compose window (and a bit
8022                 of code factorization).
8023
8024 2006-02-15 [wwp]        2.0.0cvs54
8025
8026         * src/prefs_gtk.c
8027                 yet another one file was missing (fix for some widgets' sensitivity).
8028                 Thanks Colin!
8029
8030 2006-02-15 [wwp]        2.0.0cvs53
8031
8032         * src/prefs_gtk.h
8033                 oops forgot that file (fix for some widgets' sensitivity).
8034
8035 2006-02-15 [wwp]        2.0.0cvs52
8036
8037         * src/summary_search.c
8038                 implemented advanced summary search options (added the ability
8039                 to use matcher conditions in an advanced search mode).
8040
8041 2006-02-15 [wwp]        2.0.0cvs51
8042
8043         * src/plugins/pgpcore/prefs_gpg.c
8044         * src/prefs_account.c
8045                 fix some widget sensitivity, mostly around some labels in
8046                 account prefs.
8047
8048 2006-02-15 [paul]       2.0.0cvs50
8049
8050         * manual/advanced.xml
8051                 improve Templates info
8052                 written by wwp
8053
8054 2006-02-14 [colin]      2.0.0cvs49
8055
8056         * src/pixmaps/address_book.xpm
8057         * src/pixmaps/preferences.xpm
8058         * src/pixmaps/properties.xpm
8059                 Fix pixmap size - patch by Fabien Vantard
8060
8061 2006-02-13 [colin]      2.0.0cvs48
8062
8063         * src/procmime.c
8064                 Add missing fclose()s on error
8065         * src/textview.c
8066                 Remove unused code
8067         * src/common/utils.c
8068                 Fix temp files not being deleted on windows
8069         Patches by Thomas Gilgin
8070
8071 2006-02-13 [colin]      2.0.0cvs47
8072
8073         * src/mainwindow.c
8074                 Fix exit crash
8075
8076 2006-02-13 [wwp]        2.0.0cvs46
8077
8078         * src/plugins/pgpcore/prefs_gpg.c
8079                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8080
8081 2006-02-12 [colin]      2.0.0cvs45
8082
8083         * src/folderview.c
8084         * src/main.c
8085         * src/mainwindow.c
8086                 Fix "stuff" when quitting
8087
8088 2006-02-12 [wwp]        2.0.0cvs44
8089
8090         * src/prefs_themes.c
8091                 fix typos in debug messages.
8092
8093 2006-02-11 [colin]      2.0.0cvs43
8094
8095         * src/summaryview.c
8096                 don't allow drag/drop from ourself
8097
8098 2006-02-10 [wwp]        2.0.0cvs42
8099
8100         * src/exporthtml.c
8101         * src/html.c
8102         * src/html.h
8103         * src/procmime.c
8104         * src/textview.c
8105                 renamed html_ prefixed functions and data structures to avoid
8106                 namespace clashes w/ other software (gtkhtml2 for instance).
8107                 Closes bug #907.
8108
8109
8110 2006-02-09 [colin]      2.0.0cvs41
8111
8112         * src/summaryview.c
8113                 Fix shitty logic messed up. Thanks Ticho for the hint!
8114
8115 2006-02-09 [wwp]        2.0.0cvs40
8116
8117         * src/gtk/about.c
8118         * src/compose.c
8119         * src/prefs_account.c
8120         * src/prefs_gtk.h
8121         * src/editaddress.c
8122                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8123                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8124                 Browse buttons in accounts prefs.
8125
8126 2006-02-09 [colin]      2.0.0cvs39
8127
8128         * src/matcher.c
8129                 Check for pointer before using its members
8130         * src/gtk/gtksourceprintjob.c
8131                 Fix a wrong warning
8132
8133 2006-02-09 [wwp]        2.0.0cvs38
8134
8135         * src/gtk/filesel.c
8136                 fix few compiler warnings (type mismatch).
8137
8138 2006-02-09 [paul]       2.0.0cvs37
8139
8140         * po/fr.po
8141                 updated by Fabien Vantard
8142
8143 2006-02-08 [colin]      2.0.0cvs36
8144
8145         * src/prefs_common.c
8146         * src/common/defs.h
8147         * src/common/plugin.c
8148                 allow windows and linux configurations to coexist
8149                 patch by Thomas Gilgin
8150
8151 2006-02-08 [colin]      2.0.0cvs35
8152
8153         * src/filtering.c
8154         * src/matcher.c
8155         * src/matcher.h
8156         * src/matcher_parser_parse.y
8157         * src/prefs_filtering_action.c
8158         * src/prefs_matcher.c
8159                 Add the "Ignore thread" filtering
8160                 action
8161
8162 2006-02-08 [colin]      2.0.0cvs34
8163
8164         * src/compose.c
8165         * src/procmime.c
8166         * src/procmime.h
8167                 Fix bug #905 (damaged attachment)
8168                 text files with raw \0's aren't really text files
8169         FOR_STABLE
8170
8171 2006-02-08 [colin]      2.0.0cvs33
8172
8173         * src/summaryview.c
8174                 Fix crasher introduced yesterday
8175
8176 2006-02-08 [wwp]        2.0.0cvs32
8177
8178         * src/compose.c
8179         * src/compose.h
8180                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8181
8182 2006-02-08 [wwp]        2.0.0cvs31
8183
8184         * src/prefs_template.c
8185                 templates enhancement: allow address completion for Cc and Bcc fields
8186                 (it was currently possible for the To field only)
8187
8188 2006-02-08 [colin]      2.0.0cvs30
8189
8190         * src/compose.c
8191                 Don't unblock if not blocked
8192         FOR_STABLE
8193
8194 2006-02-07 [colin]      2.0.0cvs29
8195
8196         * src/action.c
8197                 Forgot to refresh summaryview
8198
8199 2006-02-07 [colin]      2.0.0cvs28
8200
8201         * src/action.c
8202                 Freeze/thaw message list and folder list while
8203                 processing %as{} actions 
8204         * src/compose.c
8205                 Fix auto-wrap disabling after a middle-click
8206                 paste - FOR_STABLE
8207
8208 2006-02-07 [paul]       2.0.0cvs27
8209
8210         * src/folder.c
8211                 fix freeing of uninitialised pointers
8212                 Thanks to Colin
8213
8214 2006-02-06 [colin]      2.0.0cvs26
8215
8216         * src/folder.c
8217                 Use g_slist_prepend in potentially big list
8218
8219 2006-02-06 [colin]      2.0.0cvs25
8220
8221         * src/folder.c
8222                 Completely skip processing if it doesn't 
8223                 exist (faster!)
8224
8225 2006-02-06 [colin]      2.0.0cvs24
8226
8227         * src/folder.c
8228         * src/summaryview.c
8229                 Batch filtering in summaryview (from Tools menu)
8230                 and pre/post//-processing too
8231
8232 2006-02-06 [colin]      2.0.0cvs23
8233
8234         * src/procmsg.h
8235         * src/filtering.c
8236                 Use a special field for batch filtering instead
8237                 of stepping on deferred execution's toes
8238
8239 2006-02-06 [colin]      2.0.0cvs22
8240
8241         * src/action.c
8242         * src/filtering.c
8243         * src/filtering.h
8244         * src/folder.c
8245         * src/summaryview.c
8246                 Fix filtering via menus and actions
8247
8248 2006-02-06 [colin]      2.0.0cvs21
8249
8250         * src/imap.c
8251                 Put the added file directly to cache if possible (will work
8252                 with next libetpan)
8253         * src/filtering.c
8254         * src/filtering.h
8255         * src/inc.c
8256         * src/folder.c
8257         * src/mbox.c
8258         * src/procmsg.h
8259                 Move and copy filtered messages by batches instead of one
8260                 by one - faster on IMAP
8261         * src/procmsg.c
8262                 Add a function that'll possibly be useful later
8263
8264 2006-02-06 [colin]      2.0.0cvs20
8265
8266         * src/addressbook.c
8267                 Use internal mime-type instead of text/plain for d'n'd
8268         * src/compose.c
8269                 Allow attaching files from mimeview's icon list via d'n'd
8270         * src/folderview.c
8271         * src/folderview.h
8272                 Use internal mime-type instead of text/plain for d'n'd
8273                 Don't try to selected opened folder if none is
8274                 Factorize d'n'd from other apps code
8275         * src/headerview.c
8276         * src/textview.c
8277         * src/gtk/gtkutils.c
8278         * src/gtk/gtkutils.h
8279                 Factorize Face/X-Face stuff
8280         * src/mimeview.c
8281                 Fix d'n'd to other apps
8282         * src/prefs_message.c
8283                 Let the XFace pref be usable without libcompface as it also
8284                 applies to Face
8285         * src/summaryview.c
8286                 Fix d'n'd to other apps
8287                 Factorize d'n'd from other apps code
8288
8289 2006-02-06 [wwp]        2.0.0cvs19
8290
8291         * po/it.po
8292                 Italian translation fixes by Andrea Spadaccini (no more confusion
8293                 between filtering and processing, and few changes in the About
8294                 dialog).
8295
8296
8297 2006-02-06 [mones]      2.0.0cvs18
8298
8299         * src/gtk/icon_legend.c
8300                 Improved descriptions allowing better translations
8301
8302 2006-02-05 [colin]      2.0.0cvs17
8303
8304         * src/imap.c
8305                 Add the f*cking missing expunge that caused imap_fetch_env
8306                 to fail after an add_msgs ! :-///
8307         * src/etpan/imap-thread.c
8308                 Add a bit of debug
8309         FOR_STABLE
8310
8311 2006-02-05 [colin]      2.0.0cvs16
8312
8313         * src/common/utils.c
8314                 Don't check for return-path (or we can't put
8315                 back non-sent mails)
8316
8317 2006-02-05 [colin]      2.0.0cvs15
8318
8319         * src/textview.c
8320                 Don't try to display Face header in textview
8321                 when teh headerview's active
8322
8323 2006-02-05 [colin]      2.0.0cvs14
8324
8325         * tools/tbird2syl.py
8326         * tools/Makefile.am
8327                 Add script to import Thunderbird mails
8328
8329 2006-02-05 [colin]      2.0.0cvs13
8330
8331         * src/headerview.c
8332         * src/procheader.c
8333         * src/procmsg.c
8334         * src/procmsg.h
8335         * src/textview.c
8336                 Show Face headers - patch partially by Klaus Flittner
8337
8338 2006-02-05 [colin]      2.0.0cvs12
8339
8340         * src/folderview.c
8341         * src/summaryview.c
8342         * src/common/utils.c
8343         * src/common/utils.h
8344                 Let dnd work from mime icons to summaryview
8345                 and to folderview too
8346                 Add a crude test to avoid trying to add files
8347                 drag'n'dropped when they're not mails
8348
8349 2006-02-04 [colin]      2.0.0cvs11
8350
8351         * src/summaryview.c
8352         * src/mimeview.c
8353                 Fix utf8 conversion
8354
8355 2006-02-04 [colin]      2.0.0cvs10
8356
8357         * src/compose.c
8358         * src/folderview.c
8359         * src/mimeview.c
8360         * src/summaryview.c
8361         * src/summaryview.h
8362                 Added various drag and drop capas:
8363                 From                    To
8364                 summaryview             other apps
8365                 mimeview icons          other apps
8366                 other apps              summaryview
8367                 other apps              folderview
8368
8369                 This shouldn't have broken the existing:
8370                 From                    To
8371                 summaryview             folderview
8372                 folderview              folderview
8373                 summaryview             compose's attachments
8374
8375         Tests welcomed.
8376
8377 2006-02-02 [paul]       2.0.0cvs9
8378
8379         * src/mainwindow.c
8380                 move global option 'Set displayed columns...' out
8381                 of folder option grouping.
8382                 fix sensitivity of 'harvest addresses'
8383         FOR_STABLE
8384
8385 2006-02-01 [colin]      2.0.0cvs8
8386
8387         * src/mimeview.c
8388                 Revert the alertpanel patch, it sucks (intrusive
8389                 and gets in the way of "open")
8390
8391 2006-02-01 [colin]      2.0.0cvs7
8392
8393         * src/compose.c
8394         * src/prefs_account.c
8395         * src/prefs_common.c
8396         * src/common/defs.h
8397         * src/common/utils.c
8398         * src/common/utils.h
8399                 Add ability to edit the signature file
8400                 from the account preferences, and use
8401                 a default for the text editor.
8402                 Patch by Fabien Vantard
8403
8404 2006-02-01 [colin]      2.0.0cvs6
8405
8406         * src/mimeview.c
8407                 Try to get mime type by extension if it is
8408                 application/octet-stream
8409                 Display a window with possible choices when
8410                 encountering unknown mime types
8411         * src/gtk/filesel.c
8412         * src/gtk/filesel.h
8413                 Add preview
8414                 Allow multiple selection in filtered filesel
8415                 (patch by Fabien Vantard)
8416         * src/gtk/pluginwindow.c
8417                 Use it (patch by Fabien Vantard)
8418
8419 2006-02-01 [paul]       2.0.0cvs5
8420
8421         * src/jpilot.c
8422                 fix crash on creating jpilot address book
8423                 Thanks to Colin - FOR_STABLE
8424         * src/prefs_summaries.c
8425         * src/prefs_wrapping.c
8426         * src/gtk/icon_legend.c
8427         * src/gtk/quicksearch.c
8428                 string fixes and additions
8429
8430 2006-02-01 [paul]       2.0.0cvs4
8431
8432         * src/compose.c
8433         * src/mainwindow.c
8434         * src/messageview.c
8435         * src/prefs_send.c
8436                 add Arabic encoding option
8437                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8438
8439 2006-01-31 [colin]      2.0.0cvs3
8440
8441         * src/plugins/pgpcore/passphrase.c
8442                 Convert passphrase to locale encoding
8443         * src/compose.c
8444                 Fix drafting on IMAP. Crappy bug sneaked in
8445                 the release :-/
8446         FOR_STABLE
8447
8448 2006-01-30 [paul]       2.0.0cvs2
8449
8450         * src/gtk/icon_legend.c
8451                 show the new entries
8452
8453 2006-01-30 [colin]      2.0.0cvs1
8454
8455         * src/manual.c
8456                 Check for the file to be present before 
8457                 enabling the menu - FOR_STABLE
8458         * src/gtk/icon_legend.c
8459                 Add folders icons (not all of them, there
8460                 are too much, but the most intriguing ones)
8461
8462 2006-01-30 [paul]       2.0.0
8463
8464         version 2.0.0 released
8465
8466 2006-01-30 [paul]       1.9.100cvs200
8467
8468         * manual/faq.xml
8469         * manual/gpl.xml
8470         * manual/intro.xml
8471         * manual/starting.xml
8472         * manual/sylpheed-claws-manual.xml
8473                 fixes, additions
8474
8475 2006-01-29 [mones]      1.9.100cvs199
8476
8477         * manual/account.xml
8478         * manual/advanced.xml
8479         * manual/glossary.xml
8480                 Some typos fixed, added LDIF term to glossary
8481         * po/es.po
8482                 Fixed leading plus symbol
8483
8484 2006-01-29 [paul]       1.9.100cvs198
8485
8486         * po/fi.po
8487         * po/sk.po
8488                 updated by Tommi Pirinen and Andrej Kacian
8489
8490 2006-01-29 [paul]       1.9.100cvs197
8491
8492         * src/gtk/authors.h
8493                 remove duplicates
8494
8495 2006-01-29 [paul]       1.9.100cvs196
8496
8497         * AUTHORS
8498         * po/nl.po
8499         * src/gtk/authors.h
8500         * tools/claws.i18n.status.pl
8501                 nl translation updated by Tim Dijkstra
8502
8503 2006-01-29 [paul]       1.9.100cvs195
8504
8505         * po/sr.po
8506         * po/sv.po
8507                 updated by Aleksandar Urosevic and Anders Troback
8508
8509 2006-01-28 [colin]      1.9.100cvs194
8510
8511         * src/gtk/gtksourceprintjob.c
8512                 Don't fiddle with PangoLayout when we
8513                 have an image
8514
8515 2006-01-28 [paul]       1.9.100cvs193
8516
8517         * AUTHORS
8518         * po/el.po
8519         * po/zh_CN.po
8520         * src/gtk/authors.h
8521         * tools/claws.i18n.status.pl
8522                 updated translations submitted by Stavros Giannouris
8523                 and Ralgh Young
8524
8525 2006-01-27 [colin]      1.9.100cvs192
8526
8527         * src/summaryview.c
8528         * src/gtk/gtksourceprintjob.c
8529                 Add image printing 
8530                 (libgnomeprint only, of course)
8531
8532 2006-01-27 [paul]       1.9.100cvs191
8533
8534         * po/fr.po
8535         * po/it.po
8536                 updated by Fabien Vantard and Andrea Spadaccini
8537
8538 2006-01-26 [colin]      1.9.100cvs190
8539
8540         * manual/Makefile.am
8541         * configure.ac
8542                 Make building the manual optional 
8543                 (--disable-manual)
8544
8545 2006-01-26 [paul]       1.9.100cvs189
8546
8547         * manual/glossary.xml
8548         * manual/plugins.xml
8549                 edited
8550         * po/en_GB.po
8551                 updated
8552
8553 2006-01-26 [paul]       1.9.100cvs188
8554
8555         * src/prefs_display_header.c
8556         * src/prefs_folder_column.c
8557         * src/prefs_msg_colors.c
8558         * src/prefs_summaries.c
8559         * src/prefs_summary_column.c
8560                 HIGify
8561
8562 2006-01-25 [colin]      1.9.100cvs187
8563
8564         * src/imap.c
8565                 Don't allow moving/copying mails between
8566                 queue/drafts and non-queue/drafts folders
8567                 Fixes bug #897 (message header is resetted 
8568                 if one is copied to Drafts)
8569
8570 2006-01-25 [colin]      1.9.100cvs186
8571
8572         * src/folder.c
8573         * src/mainwindow.c
8574                 Fix subscribed folders not found
8575         * src/compose.c
8576                 Don't try to encode as original mail's charset
8577                 if it's ascii 
8578
8579 2006-01-25 [paul]       1.9.100cvs185
8580
8581         * AUTHORS
8582         * po/Makevars
8583                 updated
8584         * po/de.po
8585         * po/pl.po
8586         * po/pt_BR.po
8587         * po/sr.po
8588                 updates submitted by Stephan Sachse, Emilian Nowak
8589                 and Quar, Frederico Goncalves Guimaraes, and
8590                 Aleksandar Urosevic
8591                 Fix Bug 896, 'PT_BR locale broken'.
8592         * src/gtk/authors.h
8593                 updated
8594
8595 2006-01-24 [mones]      1.9.100cvs184
8596
8597         * manual/glossary.xml
8598                 All current terms finished. Reviewers welcome ;-)
8599         * manual/keyboard.xml
8600                 Fixed column width for pdf output.
8601         * po/es.po
8602                 Updated
8603
8604 2006-01-24 [paul]       1.9.100cvs183
8605
8606         * manual/glossary.xml
8607                 fix id name
8608         * manual/dist/html/Makefile.am
8609         * manual/dist/pdf/Makefile.am
8610         * manual/dist/ps/Makefile.am
8611         * manual/dist/txt/Makefile.am
8612                 fix make deps
8613                 Thanks to Colin
8614
8615 2006-01-24 [mones]      1.9.100cvs182
8616
8617         * manual/glossary.xml
8618                 Nearly finished, some terms missing.
8619
8620 2006-01-23 [paul]       1.9.100cvs181
8621
8622         * manual/dist/html/Makefile.am
8623         * manual/dist/pdf/Makefile.am
8624         * manual/dist/ps/Makefile.am
8625         * manual/dist/txt/Makefile.am
8626         * src/mainwindow.c
8627                 re-enable manual
8628                 Thanks to Colin
8629
8630 2006-01-22 [colin]      1.9.100cvs180
8631
8632         * src/compose.c
8633         * src/gtk/gtkaspell.c
8634                 Don't deselect stuff before right-clicking, with aspell.
8635                 (This prevented right-click Copy, for example).
8636                 Thanks to Clo!
8637
8638 2006-01-22 [paul]       1.9.100cvs179
8639
8640         * src/summary_search.c
8641                 don't fix the widget size as it causes problems
8642                 under localisation.
8643                 Thanks to Emilian Nowak
8644
8645 2006-01-21 [paul]       1.9.100cvs178
8646
8647         * src/prefs_themes.c
8648                 fix broken underlining of label text
8649                 with some translations
8650
8651 2006-01-21 [colin]      1.9.100cvs177
8652
8653         * po/fr.po
8654                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8655
8656 2006-01-20 [colin]      1.9.100cvs176
8657
8658         * configure.ac
8659         * Makefile.am
8660         * manual/Makefile
8661         * manual/dist/html/.cvsignore
8662         * manual/dist/html/Makefile.am
8663         * manual/dist/pdf/.cvsignore
8664         * manual/dist/pdf/Makefile.am
8665         * manual/dist/ps/.cvsignore
8666         * manual/dist/ps/Makefile.am
8667         * manual/dist/txt/.cvsignore
8668         * manual/dist/txt/Makefile.am
8669                 Autotool-ize manual
8670
8671 2006-01-20 [paul]       1.9.100cvs175
8672
8673         * manual/handling.xml
8674                 make Filtering and Searching entries easier to find
8675         * manual/keyboard.xml
8676                 add the remaining default keybinds
8677         * src/prefs_summaries.c
8678                 update the default keybinds
8679
8680 2006-01-20 [paul]       1.9.100cvs174
8681
8682         * src/addressbook.c
8683         * src/addrgather.c
8684         * src/addrharvest.c
8685         * src/editaddress.c
8686         * src/editgroup.c
8687         * src/exphtmldlg.c
8688         * src/expldifdlg.c
8689         * src/exporthtml.c
8690         * src/exportldif.c
8691         * src/ldif.c
8692                 replace 'e-mail' with 'email'
8693         * src/summary_search.c
8694                 add mnemonic to "Find all" button
8695
8696 2006-01-20 [wwp]        1.9.100cvs173
8697
8698         * src/export.c
8699         * src/import.c
8700                 touched mbox import/export buttons for HIG-compliance
8701
8702 2006-01-19 [paul]       1.9.100cvs172
8703
8704         * manual/account.xml
8705         * manual/addrbook.xml
8706         * manual/advanced.xml
8707         * manual/faq.xml
8708         * manual/handling.xml
8709         * manual/intro.xml
8710         * manual/plugins.xml
8711         * manual/starting.xml
8712                 more editing
8713
8714 2006-01-19 [paul]       1.9.100cvs171
8715
8716         * src/toolbar.c
8717                 allow use of trash button while receiving
8718                 Thanks to Colin
8719
8720 2006-01-19 [wwp]        1.9.100cvs170
8721
8722         * src/gtk/quicksearch.c
8723         * src/compose.c
8724                 force text color to black when yellow background is set
8725
8726 2006-01-19 [colin]      1.9.100cvs169
8727
8728         * src/plugins/trayicon/trayicon.c
8729                 Gray out Get Mail when already getting mail
8730
8731 2006-01-18 [paul]       1.9.100cvs168
8732
8733         * src/compose.c
8734                 give widget yellow background was To is
8735                 set via folder prefs
8736         * src/gtk/quicksearch.c
8737                 give widget yellow background when quick
8738                 search is active.
8739                 Thanks to Colin
8740
8741 2006-01-18 [paul]       1.9.100cvs167
8742
8743         * doc/man/sylpheed-claws.1
8744                 add --subscribe option
8745
8746 2006-01-18 [paul]       1.9.100cvs166
8747
8748         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8749         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8750                 use %U instead of %F (%F is broken for user installed
8751                 files in kde 3.5)
8752
8753 2006-01-18 [colin]      1.9.100cvs165
8754
8755         * src/summaryview.c
8756                 Default to Yes in "No more * messages" dialogs
8757
8758 2006-01-17 [colin]      1.9.100cvs164
8759
8760         * src/compose.c
8761                 Possibly fix an invalid iterator causing
8762                 crash
8763
8764 2006-01-17 [colin]      1.9.100cvs163
8765
8766         * src/mimeview.c
8767                 Fix crash when the image disappears under the
8768                 image viewer
8769
8770 2006-01-16 [colin]      1.9.100cvs162
8771
8772         * src/compose.c
8773                 Fix reenabling autowrap
8774
8775 2006-01-16 [colin]      1.9.100cvs161
8776
8777         * src/compose.c
8778                 reset quote_len before getting quote_str
8779
8780 2006-01-16 [colin]      1.9.100cvs160
8781
8782         * src/account.c
8783         * src/account.h
8784         * src/folder.c
8785         * src/imap_gtk.c
8786         * src/mh_gtk.c
8787                 Fix bug #883 (default inbox does not track folder move)
8788
8789 2006-01-16 [colin]      1.9.100cvs159
8790
8791         * src/compose.c
8792         * src/plugins/pgpcore/passphrase.c
8793                 More buttons fixes
8794
8795 2006-01-16 [paul]       1.9.100cvs158
8796
8797         * src/prefs_actions.c
8798         * src/prefs_filtering_action.c
8799         * src/prefs_matcher.c
8800         * src/quote_fmt.c
8801         * src/gtk/description_window.c
8802         * src/gtk/description_window.h
8803         * src/gtk/quicksearch.c
8804                 description window cleanups
8805
8806 2006-01-15 [colin]      1.9.100cvs157
8807
8808         * src/addressbook.c
8809         * src/prefs_filtering.c
8810                 Same here
8811
8812 2006-01-15 [colin]      1.9.100cvs156
8813
8814         * src/folderview.c
8815         * src/mainwindow.c
8816                 Same for "Empty trash"
8817
8818 2006-01-15 [colin]      1.9.100cvs155
8819
8820         * src/inc.c
8821                 Override offline dialog had Yes by default
8822
8823 2006-01-15 [colin]      1.9.100cvs154
8824
8825         * src/summaryview.c
8826                 Delete selected messages? previously had Yes the default
8827
8828 2006-01-15 [colin]      1.9.100cvs153
8829
8830         * src/folder.c
8831         * src/folder.h
8832         * src/main.c
8833                 Check if a mailbox is loaded after all
8834                 plugins are loaded.
8835
8836 2006-01-15 [colin]      1.9.100cvs152
8837
8838         * src/folder.c
8839                 Don't start wizard when there are unloaded folders (will help
8840                 people with only mbox or maildir mailboxes)
8841
8842 2006-01-14 [colin]      1.9.100cvs151
8843
8844         * src/addressbook.c
8845         * src/expldifdlg.c
8846         * src/importldif.c
8847         * src/importmutt.c
8848         * src/importpine.c
8849         * src/mh_gtk.c
8850                 More HIG compliance and fixes
8851
8852 2006-01-14 [colin]      1.9.100cvs150
8853
8854         * src/prefs_filtering_action.c
8855         * src/foldersel.c
8856                 Two forgotten button order changes
8857
8858 2006-01-14 [colin]      1.9.100cvs149
8859
8860         * src/account.c
8861         * src/addressbook.c
8862         * src/compose.c
8863         * src/folderview.c
8864         * src/imap_gtk.c
8865         * src/mainwindow.c
8866         * src/mh_gtk.c
8867         * src/news_gtk.c
8868         * src/prefs_actions.c
8869         * src/prefs_customheader.c
8870         * src/prefs_filtering.c
8871         * src/prefs_matcher.c
8872         * src/prefs_template.c
8873         * src/ssl_manager.c
8874         * src/summaryview.c
8875         * src/textview.c
8876         * src/toolbar.c
8877                 All deletion confirmations are now "Cancel, Delete" 
8878                 instead of "No, Yes"
8879                 Clarified most of the other "No, Yes" to 
8880                 "Cancel, Descriptive_action"
8881                 Rechanged the "Entry not saved" alerts to have 
8882                 "Close, Continue editing"
8883
8884
8885 2006-01-14 [paul]
8886
8887         * 2.0.0-rc4 released
8888
8889 2006-01-14 [paul]       1.9.100cvs148
8890
8891         * src/account.c
8892         * src/addressadd.c
8893         * src/addressbook.c
8894         * src/compose.c
8895         * src/editaddress.c
8896         * src/editbook.c
8897         * src/editgroup.c
8898         * src/editjpilot.c
8899         * src/editldap.c
8900         * src/editvcard.c
8901         * src/exphtmldlg.c
8902         * src/expldifdlg.c
8903         * src/folderview.c
8904         * src/grouplistdialog.c
8905         * src/imap_gtk.c
8906         * src/importmutt.c
8907         * src/importpine.c
8908         * src/inc.c
8909         * src/main.c
8910         * src/mainwindow.c
8911         * src/message_search.c
8912         * src/messageview.c
8913         * src/mh_gtk.c
8914         * src/mimeview.c
8915         * src/news_gtk.c
8916         * src/prefs_actions.c
8917         * src/prefs_customheader.c
8918         * src/prefs_filtering.c
8919         * src/prefs_matcher.c
8920         * src/prefs_template.c
8921         * src/prefs_themes.c
8922         * src/ssl_manager.c
8923         * src/summary_search.c
8924         * src/summaryview.c
8925         * src/textview.c
8926         * src/toolbar.c
8927         * src/gtk/foldersort.c
8928         * src/gtk/gtkaspell.c
8929         * src/gtk/inputdialog.c
8930         * src/gtk/prefswindow.c
8931         * src/plugins/pgpcore/select-keys.c
8932         * src/plugins/trayicon/trayicon.c
8933                 HIG compliant button order
8934
8935 2006-01-14 [mones]      1.9.100cvs147
8936
8937         * po/es.po
8938                 Updated translation
8939
8940 2006-01-13 [paul]       1.9.100cvs146
8941
8942         * AUTHORS
8943         * ChangeLog
8944         * src/gtk/authors.h
8945                 add Joshua M. Kwan to contributors list
8946
8947 2006-01-13 [colin]      1.9.100cvs145
8948
8949         * src/gtk/quicksearch.c
8950                 Don't refocus quick search after executing (Esc or Enter)
8951                 Allows to '/'search something then move up/down in 
8952                 summaryview, and to Esc a search and be back in the 
8953                 summaryview
8954
8955 2006-01-13 [paul]       1.9.100cvs144
8956
8957         * src/plugins/pgpinline/pgpinline.c
8958                 support Content-Type 'application/pgp'
8959                 patch by Joshua M. Kwan <joshuak@users.sf.net>
8960
8961 2006-01-13 [paul]       1.9.100cvs143
8962
8963         * manual/account.xml
8964                 make mention of partial retrieval
8965                 thanks to Colin
8966
8967 2006-01-13 [paul]       1.9.100cvs142
8968
8969         * src/account.c
8970         * src/account.h
8971         * src/action.c
8972         * src/action.h
8973         * src/adbookbase.h
8974         * src/addr_compl.c
8975         * src/addr_compl.h
8976         * src/addrbook.c
8977         * src/addrcache.c
8978         * src/addrcache.h
8979         * src/addrcindex.c
8980         * src/addrcindex.h
8981         * src/addrclip.c
8982         * src/addrclip.h
8983         * src/addrdefs.h
8984         * src/addressadd.c
8985         * src/addressadd.h
8986         * src/addressbook.c
8987         * src/addressbook.h
8988         * src/addrgather.c
8989         * src/addrgather.h
8990         * src/addrharvest.c
8991         * src/addrharvest.h
8992         * src/addrindex.c
8993         * src/addrindex.h
8994         * src/addritem.c
8995         * src/addritem.h
8996         * src/addrquery.c
8997         * src/addrquery.h
8998         * src/addrselect.c
8999         * src/addrselect.h
9000         * src/alertpanel.c
9001         * src/alertpanel.h
9002         * src/browseldap.c
9003         * src/browseldap.h
9004         * src/codeconv.c
9005         * src/codeconv.h
9006         * src/compose.c
9007         * src/compose.h
9008         * src/customheader.c
9009         * src/customheader.h
9010         * src/displayheader.c
9011         * src/displayheader.h
9012         * src/editaddress.c
9013         * src/editaddress.h
9014         * src/editbook.c
9015         * src/editbook.h
9016         * src/editgroup.c
9017         * src/editgroup.h
9018         * src/editjpilot.c
9019         * src/editjpilot.h
9020         * src/editldap.c
9021         * src/editldap.h
9022         * src/editldap_basedn.c
9023         * src/editldap_basedn.h
9024         * src/editvcard.c
9025         * src/editvcard.h
9026         * src/exphtmldlg.c
9027         * src/exphtmldlg.h
9028         * src/expldifdlg.c
9029         * src/expldifdlg.h
9030         * src/export.h
9031         * src/exporthtml.c
9032         * src/exporthtml.h
9033         * src/exportldif.c
9034         * src/exportldif.h
9035         * src/filtering.c
9036         * src/filtering.h
9037         * src/folder.c
9038         * src/folder.h
9039         * src/folder_item_prefs.c
9040         * src/folder_item_prefs.h
9041         * src/foldersel.c
9042         * src/foldersel.h
9043         * src/folderutils.c
9044         * src/folderutils.h
9045         * src/folderview.c
9046         * src/folderview.h
9047         * src/grouplistdialog.c
9048         * src/grouplistdialog.h
9049         * src/headerview.c
9050         * src/html.c
9051         * src/html.h
9052         * src/image_viewer.c
9053         * src/image_viewer.h
9054         * src/imap.c
9055         * src/imap.h
9056         * src/imap_gtk.c
9057         * src/imap_gtk.h
9058         * src/import.h
9059         * src/importldif.c
9060         * src/importldif.h
9061         * src/importmutt.c
9062         * src/importmutt.h
9063         * src/importpine.c
9064         * src/importpine.h
9065         * src/inc.c
9066         * src/inc.h
9067         * src/jpilot.c
9068         * src/jpilot.h
9069         * src/ldapctrl.c
9070         * src/ldapctrl.h
9071         * src/ldaplocate.c
9072         * src/ldaplocate.h
9073         * src/ldapquery.c
9074         * src/ldapquery.h
9075         * src/ldapserver.c
9076         * src/ldapserver.h
9077         * src/ldaputil.c
9078         * src/ldaputil.h
9079         * src/ldif.c
9080         * src/ldif.h
9081         * src/main.c
9082         * src/main.h
9083         * src/mainwindow.c
9084         * src/mainwindow.h
9085         * src/manual.c
9086         * src/manual.h
9087         * src/mbox.c
9088         * src/mbox.h
9089         * src/message_search.c
9090         * src/message_search.h
9091         * src/messageview.c
9092         * src/messageview.h
9093         * src/mh.c
9094         * src/mh.h
9095         * src/mh_gtk.c
9096         * src/mh_gtk.h
9097         * src/mimeview.c
9098         * src/mimeview.h
9099         * src/msgcache.c
9100         * src/msgcache.h
9101         * src/mutt.c
9102         * src/mutt.h
9103         * src/news.c
9104         * src/news.h
9105         * src/news_gtk.c
9106         * src/news_gtk.h
9107         * src/partial_download.c
9108         * src/partial_download.h
9109         * src/pine.c
9110         * src/pine.h
9111         * src/pop.c
9112         * src/pop.h
9113         * src/prefs_account.c
9114         * src/prefs_account.h
9115         * src/prefs_actions.c
9116         * src/prefs_actions.h
9117         * src/prefs_common.c
9118         * src/prefs_common.h
9119         * src/prefs_compose_writing.c
9120         * src/prefs_compose_writing.h
9121         * src/prefs_customheader.c
9122         * src/prefs_customheader.h
9123         * src/prefs_display_header.c
9124         * src/prefs_display_header.h
9125         * src/prefs_filtering.c
9126         * src/prefs_filtering.h
9127         * src/prefs_filtering_action.c
9128         * src/prefs_filtering_action.h
9129         * src/prefs_folder_column.c
9130         * src/prefs_folder_column.h
9131         * src/prefs_folder_item.c
9132         * src/prefs_folder_item.h
9133         * src/prefs_fonts.c
9134         * src/prefs_fonts.h
9135         * src/prefs_gtk.c
9136         * src/prefs_gtk.h
9137         * src/prefs_image_viewer.c
9138         * src/prefs_image_viewer.h
9139         * src/prefs_matcher.c
9140         * src/prefs_matcher.h
9141         * src/prefs_message.c
9142         * src/prefs_msg_colors.c
9143         * src/prefs_msg_colors.h
9144         * src/prefs_other.c
9145         * src/prefs_quote.c
9146         * src/prefs_receive.c
9147         * src/prefs_send.c
9148         * src/prefs_spelling.c
9149         * src/prefs_spelling.h
9150         * src/prefs_summaries.c
9151         * src/prefs_summaries.h
9152         * src/prefs_summary_column.c
9153         * src/prefs_summary_column.h
9154         * src/prefs_template.c
9155         * src/prefs_template.h
9156         * src/prefs_themes.c
9157         * src/prefs_themes.h
9158         * src/prefs_toolbar.c
9159         * src/prefs_toolbar.h
9160         * src/prefs_wrapping.c
9161         * src/prefs_wrapping.h
9162         * src/privacy.c
9163         * src/privacy.h
9164         * src/procheader.c
9165         * src/procheader.h
9166         * src/procmime.c
9167         * src/procmime.h
9168         * src/procmsg.c
9169         * src/procmsg.h
9170         * src/quote_fmt.c
9171         * src/quote_fmt_parse.y
9172         * src/recv.c
9173         * src/recv.h
9174         * src/remotefolder.c
9175         * src/remotefolder.h
9176         * src/send_message.c
9177         * src/send_message.h
9178         * src/setup.c
9179         * src/setup.h
9180         * src/sourcewindow.c
9181         * src/sourcewindow.h
9182         * src/ssl_manager.c
9183         * src/ssl_manager.h
9184         * src/statusbar.c
9185         * src/statusbar.h
9186         * src/stock_pixmap.c
9187         * src/stock_pixmap.h
9188         * src/summary_search.c
9189         * src/summary_search.h
9190         * src/summaryview.c
9191         * src/summaryview.h
9192         * src/syldap.c
9193         * src/syldap.h
9194         * src/textview.c
9195         * src/textview.h
9196         * src/toolbar.c
9197         * src/toolbar.h
9198         * src/undo.c
9199         * src/undo.h
9200         * src/unmime.c
9201         * src/unmime.h
9202         * src/vcard.c
9203         * src/vcard.h
9204         * src/wizard.c
9205         * src/wizard.h
9206         * src/common/base64.c
9207         * src/common/base64.h
9208         * src/common/defs.h
9209         * src/common/hooks.c
9210         * src/common/hooks.h
9211         * src/common/log.c
9212         * src/common/log.h
9213         * src/common/mgutils.c
9214         * src/common/mgutils.h
9215         * src/common/nntp.c
9216         * src/common/nntp.h
9217         * src/common/passcrypt.c
9218         * src/common/passcrypt.h.in
9219         * src/common/plugin.c
9220         * src/common/plugin.h
9221         * src/common/prefs.c
9222         * src/common/prefs.h
9223         * src/common/progressindicator.c
9224         * src/common/progressindicator.h
9225         * src/common/quoted-printable.c
9226         * src/common/quoted-printable.h
9227         * src/common/session.c
9228         * src/common/session.h
9229         * src/common/smtp.c
9230         * src/common/smtp.h
9231         * src/common/socket.c
9232         * src/common/socket.h
9233         * src/common/ssl.c
9234         * src/common/ssl.h
9235         * src/common/ssl_certificate.c
9236         * src/common/ssl_certificate.h
9237         * src/common/stringtable.c
9238         * src/common/stringtable.h
9239         * src/common/sylpheed.c
9240         * src/common/sylpheed.h
9241         * src/common/template.c
9242         * src/common/template.h
9243         * src/common/timing.h
9244         * src/common/utils.c
9245         * src/common/utils.h
9246         * src/common/version.h.in
9247         * src/common/xml.c
9248         * src/common/xml.h
9249         * src/common/xmlprops.c
9250         * src/common/xmlprops.h
9251         * src/gtk/colorlabel.c
9252         * src/gtk/colorsel.c
9253         * src/gtk/colorsel.h
9254         * src/gtk/description_window.c
9255         * src/gtk/description_window.h
9256         * src/gtk/filesel.c
9257         * src/gtk/filesel.h
9258         * src/gtk/foldersort.c
9259         * src/gtk/foldersort.h
9260         * src/gtk/gtkutils.c
9261         * src/gtk/gtkutils.h
9262         * src/gtk/inputdialog.c
9263         * src/gtk/inputdialog.h
9264         * src/gtk/logwindow.c
9265         * src/gtk/logwindow.h
9266         * src/gtk/manage_window.c
9267         * src/gtk/manage_window.h
9268         * src/gtk/menu.c
9269         * src/gtk/menu.h
9270         * src/gtk/pluginwindow.c
9271         * src/gtk/pluginwindow.h
9272         * src/gtk/prefswindow.c
9273         * src/gtk/prefswindow.h
9274         * src/gtk/progressdialog.c
9275         * src/gtk/progressdialog.h
9276         * src/gtk/sslcertwindow.c
9277         * src/gtk/sslcertwindow.h
9278         * src/plugins/clamav/clamav_plugin.c
9279         * src/plugins/clamav/clamav_plugin.h
9280         * src/plugins/clamav/clamav_plugin_gtk.c
9281         * src/plugins/demo/demo.c
9282         * src/plugins/dillo_viewer/dillo_prefs.c
9283         * src/plugins/dillo_viewer/dillo_prefs.h
9284         * src/plugins/dillo_viewer/dillo_viewer.c
9285         * src/plugins/pgpcore/passphrase.c
9286         * src/plugins/pgpcore/passphrase.h
9287         * src/plugins/pgpcore/plugin.c
9288         * src/plugins/pgpcore/select-keys.c
9289         * src/plugins/pgpcore/select-keys.h
9290         * src/plugins/pgpcore/sgpgme.c
9291         * src/plugins/pgpcore/sgpgme.h
9292         * src/plugins/pgpinline/pgpinline.c
9293         * src/plugins/pgpinline/pgpinline.h
9294         * src/plugins/pgpinline/plugin.c
9295         * src/plugins/pgpmime/pgpmime.c
9296         * src/plugins/pgpmime/pgpmime.h
9297         * src/plugins/pgpmime/plugin.c
9298         * src/plugins/spamassassin/spamassassin.c
9299         * src/plugins/spamassassin/spamassassin.h
9300         * src/plugins/spamassassin/spamassassin_gtk.c
9301         * src/plugins/trayicon/trayicon.c
9302                 update copyright header
9303
9304 2006-01-13 [paul]       1.9.100cvs141
9305
9306         * src/account.c
9307         * src/export.c
9308         * src/import.c
9309         * src/mainwindow.c
9310         * src/prefs_account.c
9311         * src/prefs_display_header.c
9312         * src/prefs_receive.c
9313         * src/prefs_send.c
9314         * src/prefs_summaries.c
9315         * src/prefs_themes.c
9316         * src/prefs_toolbar.c
9317         * src/gtk/about.c
9318                 various cleanups
9319
9320 2006-01-12 [colin]      1.9.100cvs140
9321
9322         * src/folder.c
9323         * src/folder.h
9324         * src/main.c
9325                 Add --subscribe option
9326                 Let sylpheed-claws email@domain.com equivalent to --compose
9327                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9328
9329 2006-01-12 [paul]       1.9.100cvs139
9330
9331         * src/mainwindow.c
9332                 append 'Change folder order' label with '...'
9333         * src/prefs_actions.c
9334                 allow reordering of actions list by dnd
9335         * src/gtk/foldersort.c
9336                 make the dialog nicer
9337
9338 2006-01-11 [colin]      1.9.100cvs138
9339
9340         * src/compose.c
9341                 Allow templates without text
9342
9343 2006-01-11 [paul]       1.9.100cvs137
9344
9345         * tools/README
9346         * tools/filter_conv_new.pl
9347                 add info to README
9348                 also check .sylpheed for filter.xml
9349                 be a bit informative to the user
9350
9351 2006-01-11 [colin]      1.9.100cvs136
9352
9353         * src/textview.c
9354                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9355
9356 2006-01-10 [paul]       1.9.100cvs135
9357
9358         * tools/Makefile.am
9359         * tools/filter_conv_new.pl
9360                 add script to convert new style Sylpheed
9361                 filter rules (Sylpheed >= 0.9.99) to
9362                 Claws filtering rules
9363
9364 2006-01-10 [colin]      1.9.100cvs134
9365
9366         * src/compose.c
9367                 Fix broken line joins in certain conditions
9368                 (between two quoted lines: <enter><enter><up>
9369                  <type a wrapped sentence><go in the first line>
9370                  <insert more text><watch as line joining failed>)
9371
9372 2006-01-10 [paul]       1.9.100cvs133
9373
9374         * src/compose.c
9375                 don't report success in error dialog
9376                 thanks to Colin
9377         * src/common/utils.c
9378                 include some trailing punctuations as URI
9379                 thanks to Hiro
9380
9381 2006-01-10 [paul]       1.9.100cvs132
9382
9383         * src/mimeview.c
9384                 fix incompatible pointer type
9385                 warning
9386
9387 2006-01-10 [paul]       1.9.100cvs131
9388
9389         * src/compose.c
9390                 change Subject in window title
9391                 instantaneously
9392
9393 2006-01-09 [colin]      1.9.100cvs130
9394
9395         * src/addressbook.c
9396         * src/headerview.c
9397         * src/mainwindow.c
9398         * src/messageview.c
9399         * src/mimeview.c
9400         * src/noticeview.c
9401         * src/summaryview.c
9402                 Fix possible crashes on exit and in addressbook
9403
9404 2006-01-09 [paul]       1.9.100cvs129
9405
9406         * src/prefs_msg_colors.c
9407                 some cleanups that I forgot last time
9408
9409 2006-01-09 [paul]       1.9.100cvs128
9410
9411         * README
9412         * src/folderview.c
9413         * src/prefs_msg_colors.c
9414                 add previously hidden option, color_new, to
9415                 the gui
9416                 move the page to Display/
9417                 rework the gui
9418
9419 2006-01-09 [wwp]        1.9.100cvs127
9420
9421         * src/prefs_themes.c
9422                 made the prefs/display/themes layouts spacing less condensed
9423                 (and so they match other prefs/pages' look).
9424
9425 2006-01-09 [paul]       1.9.100cvs126
9426
9427         * src/compose.c
9428         * src/prefs_common.c
9429         * src/prefs_common.h
9430         * src/prefs_wrapping.c
9431                 remove 'wrap at send' option
9432
9433 2006-01-06 [colin]      1.9.100cvs125
9434
9435         * src/compose.c
9436                 Just make completely sure we don't insert "manual line breaks" 
9437                 when wrapping... 
9438
9439 2006-01-04 [paul]
9440
9441         * 2.0.0-rc3 released
9442
9443 2006-01-04 [paul]       1.9.100cvs124
9444
9445         * src/folderview.c
9446                 fix bug 882, 'quick scroll in folder list
9447                 displays wrong folder contents'
9448
9449 2006-01-04 [paul]       1.9.100cvs123
9450
9451         * src/plugins/pgpmime/pgpmime.c
9452                 better debug information when signing
9453                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9454
9455 2006-01-03 [colin]      1.9.100cvs122
9456
9457         * configure.ac
9458                 We need to recheck for gpgme 1.0.0 after checking
9459                 for 1.1.1, because if 1.1.1 isn't available, 
9460                 GPGME_LIBS and friends are blanked out by the 
9461                 second check.
9462
9463 2006-01-03 [colin]      1.9.100cvs121
9464
9465         * src/common/prefs.c
9466                 Windows unlink-before rename fix
9467         * src/plugins/pgpcore/sgpgme.c
9468                 Add support for PKA info if available
9469                 Both patches by Werner Koch
9470
9471 2006-01-03 [paul]       1.9.100cvs120
9472
9473         * src/messageview.c
9474                 fix bug 884, 'Send receipt' button visible in queue
9475                 Thanks to Colin
9476
9477 2006-01-02 [colin]      1.9.100cvs119
9478
9479         * src/compose.c
9480         * src/imap.c
9481                 Fix autosave on IMAP and more generally try to
9482                 return the correct ID on a newly added IMAP message
9483
9484 2006-01-02 [paul]       1.9.100cvs118
9485
9486         * manual/keyboard.xml
9487                 edited
9488
9489 2006-01-01 [paul]       1.9.100cvs117
9490
9491         * src/gtk/authors.h
9492                 alphabetical order
9493
9494 2005-12-30 [colin]      1.9.100cvs116
9495
9496         * manual/advanced.xml
9497                 Explain Pre/Post-processing differences.
9498
9499 2005-12-30 [colin]      1.9.100cvs115
9500
9501         * src/mh.c
9502                 Implement copy_msgs for a little optimization
9503         * src/imap.c
9504                 Finish yesterday's fix
9505
9506 2005-12-29 [colin]      1.9.100cvs114
9507
9508         * src/imap.c
9509                 Fix occasional failure in fetching a mail over
9510                 IMAP
9511
9512 2005-12-29 [colin]      1.9.100cvs113
9513
9514         * src/compose.c
9515                 Don't remove a draft when sending it, if it is 
9516                 locked.
9517
9518 2005-12-28 [colin]      1.9.100cvs112
9519
9520         * src/summaryview.c
9521                 Fix leak for real
9522
9523 2005-12-28 [wwp]        1.9.100cvs111
9524
9525         * doc/faq/.cvsignore
9526         * doc/faq/de/.cvsignore
9527         * doc/faq/en/.cvsignore
9528         * doc/faq/es/.cvsignore
9529         * doc/faq/fr/.cvsignore
9530         * doc/faq/it/.cvsignore
9531         * doc/manual/.cvsignore
9532         * doc/manual/de/.cvsignore
9533         * doc/manual/en/.cvsignore
9534         * doc/manual/es/.cvsignore
9535         * doc/manual/fr/.cvsignore
9536         * doc/manual/ja/.cvsignore
9537         * src/plugins/mathml_viewer/.cvsignore
9538                 rollback revival of those files (my bad, sorry for the noise).
9539
9540 2005-12-28 [wwp]        1.9.100cvs110
9541
9542         * src/compose.c
9543                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9544
9545 2005-12-28 [wwp]        1.9.100cvs109
9546
9547         * doc/faq/.cvsignore
9548         * doc/faq/de/.cvsignore
9549         * doc/faq/en/.cvsignore
9550         * doc/faq/es/.cvsignore
9551         * doc/faq/fr/.cvsignore
9552         * doc/faq/it/.cvsignore
9553         * doc/manual/.cvsignore
9554         * doc/manual/de/.cvsignore
9555         * doc/manual/en/.cvsignore
9556         * doc/manual/es/.cvsignore
9557         * doc/manual/fr/.cvsignore
9558         * doc/manual/ja/.cvsignore
9559         * src/plugins/mathml_viewer/.cvsignore
9560         * po/.cvsignore
9561                 more files to ignore.
9562
9563 2005-12-24 [colin]      1.9.100cvs108
9564
9565         * AUTHORS
9566         * src/gtk/authors.h
9567                 Update for Werner
9568
9569 2005-12-24 [colin]      1.9.100cvs107
9570
9571         * src/procmsg.c
9572                 Allow NULL src_msginfo in 
9573                 procmsg_msginfo_new_from_mimeinfo
9574
9575 2005-12-23 [paul]       1.9.100cvs106
9576
9577         * src/plugins/pgpinline/mypgpcore.def
9578                 add this forgotten file
9579
9580 2005-12-23 [colin]      1.9.100cvs105
9581
9582         * src/mainwindow.c
9583                 Fix missing break
9584
9585 2005-12-23 [colin]      1.9.100cvs104
9586
9587         * autogen.sh
9588         * src/folder.c
9589         * src/mh.c
9590         * src/common/plugin.c
9591         * src/common/socket.c
9592         * src/common/socket.h
9593         * src/common/utils.c
9594         * src/common/utils.h
9595         * src/gtk/pluginwindow.c
9596         * src/plugins/pgpcore/plugin.def
9597         * src/plugins/pgpcore/sylpheed.def
9598         * src/plugins/pgpinline/Makefile.am
9599         * src/plugins/pgpinline/plugin.def
9600         * src/plugins/pgpinline/sylpheed.def
9601         * src/plugins/pgpmime/plugin.def
9602         * src/plugins/pgpmime/sylpheed.def
9603                 Various w32 fixes by Werner Koch
9604
9605 2005-12-22 [paul]       1.9.100cvs103
9606
9607         * src/wizard.c
9608                 don't offer IMAP as 'server type' if
9609                 libetpan isn't built in
9610
9611 2005-12-22 [paul]       1.9.100cvs102
9612
9613         * AUTHORS
9614         * src/mainwindow.c
9615         * src/mainwindow.h
9616         * src/toolbar.c
9617         * src/gtk/authors.h
9618                 support GTK_TOOLBAR_BOTH_HORIZ (text
9619                 next to icon) Patch by Marien Zwart
9620                 marienz@users.sf.net
9621                 Also reword the text
9622
9623 2005-12-21 [colin]      1.9.100cvs101
9624
9625         * configure.ac
9626                 Fix DATADIRNAME
9627         * COPYING
9628                 Fix missing section and explicit the exception better
9629         * src/compose.c
9630                 Prevent mail from being lost without notice when an
9631                 SMTP error happens on trying to send an unmodified
9632                 drafted mail.
9633         * src/send_message.c
9634         * src/common/smtp.c
9635                 Fix password remembering when wrong, and add return
9636                 value checks where they should have been
9637         * src/plugins/pgpcore/sylpheed.def
9638         * src/plugins/pgpinline/sylpheed.def
9639         * src/plugins/pgpmime/sylpheed.def
9640                 Add a few symbols needed
9641
9642 2005-12-21 [paul]       1.9.100cvs100
9643
9644         * m4/codeset.m4
9645         * m4/glibc21.m4
9646         * m4/intdiv0.m4
9647         * m4/inttypes-pri.m4
9648         * m4/inttypes.m4
9649         * m4/inttypes_h.m4
9650         * m4/isc-posix.m4
9651         * m4/lcmessage.m4
9652         * m4/stdint_h.m4
9653         * m4/uintmax_t.m4
9654                 gettextization
9655                 thanks to Colin
9656
9657 2005-12-21 [paul]       1.9.100cvs99
9658
9659         * po/sv.po
9660                 fixed by Colin
9661
9662 2005-12-20 [paul]       1.9.100cvs98
9663
9664         * po/sv.po
9665                 updated by Anders Trobäck
9666
9667 2005-12-20 [colin]      1.9.100cvs97
9668
9669         * ABOUT-NLS
9670         * Makefile.am
9671         * autogen.sh
9672         * configure.ac
9673         * config/config.rpath
9674         * config/mkinstalldirs
9675         * m4/Makefile.am
9676         * m4/glibc2.m4
9677         * m4/gnupg.m4
9678         * m4/gpgme.m4
9679         * m4/intmax.m4
9680         * m4/longdouble.m4
9681         * m4/longlong.m4
9682         * m4/printf-posix.m4
9683         * m4/signed.m4
9684         * m4/size_max.m4
9685         * m4/ulonglong.m4
9686         * m4/wchar_t.m4
9687         * m4/wint_t.m4
9688         * m4/xsize.m4
9689         * po/Makefile.in.in
9690         * po/Makevars
9691         * po/bg.po
9692         * po/ca.po
9693         * po/cs.po
9694         * po/de.po
9695         * po/el.po
9696         * po/en_GB.po
9697         * po/es.po
9698         * po/fi.po
9699         * po/fr.po
9700         * po/hr.po
9701         * po/hu.po
9702         * po/it.po
9703         * po/ja.po
9704         * po/ko.po
9705         * po/nb.po
9706         * po/nl.po
9707         * po/pl.po
9708         * po/pt_BR.po
9709         * po/ru.po
9710         * po/sk.po
9711         * po/sr.po
9712         * po/stamp-po
9713         * po/sv.po
9714         * po/zh_CN.po
9715         * po/zh_TW.po
9716         * src/Makefile.am
9717         * src/codeconv.c
9718         * src/compose.c
9719         * src/exporthtml.c
9720         * src/exportldif.c
9721         * src/folder.c
9722         * src/main.c
9723         * src/manual.c
9724         * src/mh.c
9725         * src/mimeview.c
9726         * src/send_message.c
9727         * src/common/Makefile.am
9728         * src/common/fnmatch.c
9729         * src/common/fnmatch.h
9730         * src/common/fnmatch_loop.c
9731         * src/common/nntp.c
9732         * src/common/plugin.c
9733         * src/common/smtp.c
9734         * src/common/socket.c
9735         * src/common/string_match.c
9736         * src/common/sylpheed.c
9737         * src/common/utils.c
9738         * src/common/utils.h
9739         * src/common/w32_dirent.c
9740         * src/common/w32_reg.c
9741         * src/common/w32_signal.c
9742         * src/common/w32_stat.c
9743         * src/common/w32_stdio.c
9744         * src/common/w32_stdlib.c
9745         * src/common/w32_string.c
9746         * src/common/w32_time.c
9747         * src/common/w32_unistd.c
9748         * src/common/w32_wait.c
9749         * src/common/w32lib.h
9750         * src/etpan/Makefile.am
9751         * src/gtk/Makefile.am
9752         * src/plugins/clamav/Makefile.am
9753         * src/plugins/demo/Makefile.am
9754         * src/plugins/dillo_viewer/Makefile.am
9755         * src/plugins/pgpcore/Makefile.am
9756         * src/plugins/pgpcore/passphrase.c
9757         * src/plugins/pgpcore/plugin.def
9758         * src/plugins/pgpcore/sgpgme.c
9759         * src/plugins/pgpcore/sylpheed.def
9760         * src/plugins/pgpcore/version.rc
9761         * src/plugins/pgpinline/Makefile.am
9762         * src/plugins/pgpinline/plugin.def
9763         * src/plugins/pgpinline/sylpheed.def
9764         * src/plugins/pgpinline/version.rc
9765         * src/plugins/pgpmime/Makefile.am
9766         * src/plugins/pgpmime/mypgpcore.def
9767         * src/plugins/pgpmime/plugin.def
9768         * src/plugins/pgpmime/sylpheed.def
9769         * src/plugins/pgpmime/version.rc
9770         * src/plugins/spamassassin/Makefile.am
9771                 Very little ;-) patch from Werner Koch, providing
9772                 infrastructure for cross-compiling to Win32
9773
9774 2005-12-20 [paul]       1.9.100cvs96
9775
9776         * src/account.c
9777         * src/account.h
9778         * src/mainwindow.c
9779         * src/mainwindow.h
9780         * src/toolbar.c
9781         * src/toolbar.h
9782                 add a combo to the Get All button, allowing
9783                 quick retrieval from any account
9784                 Patch by Fabien Vantard, slightly modified
9785                 by Colin
9786         * src/gtk/about.c
9787                 i18n fix. Patch by Fabien Vantard
9788
9789 2005-12-19 [colin]      1.9.100cvs95
9790
9791         * src/compose.c
9792         * src/compose.h
9793                 Don't automatically join lines when they've 
9794                 been separated by the user and not automatically
9795
9796 2005-12-19 [paul]       1.9.100cvs94
9797
9798         * src/gtk/pluginwindow.c
9799                 i18n fix.
9800                 Patch by Fabien Vantard
9801
9802 2005-12-15 [paul]       1.9.100cvs93
9803
9804         * src/common/plugin.c
9805         * src/common/plugin.h
9806         * src/gtk/pluginwindow.c
9807         * src/plugins/clamav/clamav_plugin.c
9808         * src/plugins/demo/demo.c
9809         * src/plugins/dillo_viewer/dillo_viewer.c
9810         * src/plugins/pgpcore/plugin.c
9811         * src/plugins/pgpinline/plugin.c
9812         * src/plugins/pgpmime/plugin.c
9813         * src/plugins/spamassassin/spamassassin.c
9814         * src/plugins/trayicon/trayicon.c
9815                 add plugin_version()
9816
9817 2005-12-15 [colin]      1.9.100cvs92
9818
9819         * src/compose.c
9820                 Further fix bug #875
9821
9822 2005-12-15 [paul]       1.9.100cvs91
9823
9824         * src/gtk/filesel.c
9825                 fix attach_load_dir getting set to
9826                 PLUGINDIR on plugin load
9827
9828 2005-12-14 [mones]      1.9.100cvs90
9829
9830         * manual/ack.xml
9831         * manual/keyboard.xml
9832                 Initial draft and some shortcuts added
9833                 
9834         * po/es.po
9835                 Updated translation
9836
9837 2005-12-14 [colin]      1.9.100cvs89
9838
9839         * src/compose.c
9840         * src/imap.c
9841         * src/summaryview.c
9842         * src/gtk/gtkaspell.c
9843                 More leaks fixed
9844         * src/prefs_folder_item.c
9845                 Fix recursive prefs apply
9846
9847
9848 2005-12-14 [colin]      1.9.100cvs88
9849
9850         * src/compose.c
9851                 Fix bug #875 (Freeze On Inline Forward of 
9852                 Large Message)
9853
9854 2005-12-13 [colin]      1.9.100cvs87
9855
9856         * src/compose.c
9857                 Uniq-ify and sort the mimetypes list
9858                 Patch by Fabien Vantard
9859
9860 2005-12-13 [colin]      1.9.100cvs86
9861
9862         * src/imap.c
9863         * src/etpan/imap-thread.c
9864                 Fix leaks (patch by Hoa)
9865         * src/news.c
9866         * src/common/plugin.c
9867                 Fix leaks
9868
9869 2005-12-12 [colin]
9870
9871         * 2.0.0-rc2 released
9872
9873 2005-12-12 [colin]      1.9.100cvs85
9874
9875         * src/matcher.c
9876                 Fix a leak
9877
9878 2005-12-12 [wwp]        1.9.100cvs84
9879
9880         * src/gtk/icon_legend.c
9881                 fix misbehaviour and crash when closing the legend window
9882         using the Esc key (patch by Fabien Vantard).
9883
9884 2005-12-12 [paul]       1.9.100cvs83
9885
9886         * src/browseldap.c
9887         * src/foldersel.c
9888         * src/prefs_actions.c
9889         * src/prefs_filtering.c
9890         * src/prefs_matcher.c
9891         * src/prefs_spelling.glade      ** REMOVED **
9892         * src/prefs_template.c
9893         * src/gtk/foldersort.glade      ** REMOVED **
9894         * src/gtk/pluginwindow.c
9895         * src/gtk/pluginwindow.glade    ** REMOVED **
9896         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
9897                 cleanups
9898
9899 2005-12-11 [paul]       1.9.100cvs82
9900
9901         * src/gtk/filesel.c
9902                 fix attach_load_dir crasher (double free)
9903
9904 2005-12-09 [paul]       1.9.100cvs81
9905
9906         * po/POTFILES.in
9907         * src/mainwindow.c
9908         * src/gtk/Makefile.am
9909         * src/gtk/icon_legend.c
9910         * src/gtk/icon_legend.h
9911                 add icon legend
9912         * src/manual.c
9913                 cleanup
9914
9915 2005-12-09 [paul]       1.9.100cvs80
9916
9917         * src/plugins/pgpcore/passphrase.c
9918                 wrap the label in the dialog
9919
9920 2005-12-09 [colin]      1.9.100cvs79
9921
9922         * src/plugins/pgpcore/sgpgme.c
9923                 Display (untrusted) on not trusted signatures
9924                 Patch by Michal Èihaø <michal@cihar.com>
9925                 Closes bug #867 (Report also key trust)
9926
9927 2005-12-09 [colin]      1.9.100cvs78
9928
9929         * src/common/plugin.c
9930                 Update licence check, following Eben Moglen's advice
9931
9932 2005-12-08 [colin]      1.9.100cvs77
9933
9934         * src/folder.c
9935                 Fix the occasionnal item->cache != NULL 
9936                 assertion failure. 
9937
9938 2005-12-08 [colin]      1.9.100cvs76
9939
9940         * src/mimeview.c
9941         * src/plugins/pgpcore/sgpgme.c
9942                 Print key id when unable to check it
9943                 Closes bug #866 (Show key id when missing)
9944
9945 2005-12-08 [paul]       1.9.100cvs75
9946
9947         * src/prefs_common.c
9948         * src/prefs_common.h
9949         * src/gtk/filesel.c
9950                 remember load attachment dir
9951
9952 2005-12-07 [colin]      1.9.100cvs74
9953
9954         * src/prefs_toolbar.c
9955                 Gtk fixes, patch by Fabien Vantard
9956
9957 2005-12-07 [colin]      1.9.100cvs73
9958
9959         * src/action.c
9960         * src/compose.c
9961         * src/compose.h
9962                 Fix bug #839 (Quoted text isn't colored after 
9963                 executing an action)
9964         * src/common/plugin.c
9965                 Require plugins to declare their licence in plugin_licence()
9966                 Refuse to load non-GPL plugins as they'd be illegal (as 
9967                 derived works of Sylpheed-Claws, they must be GPL).
9968         * src/plugins/clamav/clamav_plugin.c
9969         * src/plugins/demo/demo.c
9970         * src/plugins/dillo_viewer/dillo_viewer.c
9971         * src/plugins/pgpcore/plugin.c
9972         * src/plugins/pgpinline/plugin.c
9973         * src/plugins/pgpmime/plugin.c
9974         * src/plugins/spamassassin/spamassassin.c
9975         * src/plugins/trayicon/trayicon.c
9976                 Add plugin_licence()
9977
9978 2005-12-07 [paul]       1.9.100cvs72
9979
9980         * configure.ac
9981         * src/mainwindow.c
9982         * src/manual.c
9983         * src/manual.h
9984         * src/common/defs.h
9985                 clean up after local FAQ removal and
9986                 temporary manual removal
9987
9988 2005-12-06 [colin]      1.9.100cvs71
9989
9990         * configure.ac
9991         * doc/Makefile.am
9992         * doc/faq/.cvsignore
9993         * doc/faq/Makefile.am
9994         * doc/faq/de/.cvsignore
9995         * doc/faq/de/Makefile.am
9996         * doc/faq/de/sylpheed-faq-1.html
9997         * doc/faq/de/sylpheed-faq-2.html
9998         * doc/faq/de/sylpheed-faq-3.html
9999         * doc/faq/de/sylpheed-faq.html
10000         * doc/faq/en/.cvsignore
10001         * doc/faq/en/Makefile.am
10002         * doc/faq/en/sylpheed-faq-1.html
10003         * doc/faq/en/sylpheed-faq-2.html
10004         * doc/faq/en/sylpheed-faq-3.html
10005         * doc/faq/en/sylpheed-faq-4.html
10006         * doc/faq/en/sylpheed-faq.html
10007         * doc/faq/es/.cvsignore
10008         * doc/faq/es/Makefile.am
10009         * doc/faq/es/sylpheed-faq-1.html
10010         * doc/faq/es/sylpheed-faq-2.html
10011         * doc/faq/es/sylpheed-faq-3.html
10012         * doc/faq/es/sylpheed-faq-4.html
10013         * doc/faq/es/sylpheed-faq.html
10014         * doc/faq/fr/.cvsignore
10015         * doc/faq/fr/Makefile.am
10016         * doc/faq/fr/sylpheed-faq-1.html
10017         * doc/faq/fr/sylpheed-faq-2.html
10018         * doc/faq/fr/sylpheed-faq-3.html
10019         * doc/faq/fr/sylpheed-faq.html
10020         * doc/faq/it/.cvsignore
10021         * doc/faq/it/Makefile.am
10022         * doc/faq/it/sylpheed-faq-1.html
10023         * doc/faq/it/sylpheed-faq-2.html
10024         * doc/faq/it/sylpheed-faq-3.html
10025         * doc/faq/it/sylpheed-faq.html
10026         * doc/manual/.cvsignore
10027         * doc/manual/Makefile.am
10028         * doc/manual/de/.cvsignore
10029         * doc/manual/de/Makefile.am
10030         * doc/manual/de/sylpheed-1.html
10031         * doc/manual/de/sylpheed-10.html
10032         * doc/manual/de/sylpheed-11.html
10033         * doc/manual/de/sylpheed-12.html
10034         * doc/manual/de/sylpheed-13.html
10035         * doc/manual/de/sylpheed-14.html
10036         * doc/manual/de/sylpheed-15.html
10037         * doc/manual/de/sylpheed-16.html
10038         * doc/manual/de/sylpheed-17.html
10039         * doc/manual/de/sylpheed-18.html
10040         * doc/manual/de/sylpheed-19.html
10041         * doc/manual/de/sylpheed-2.html
10042         * doc/manual/de/sylpheed-20.html
10043         * doc/manual/de/sylpheed-3.html
10044         * doc/manual/de/sylpheed-4.html
10045         * doc/manual/de/sylpheed-5.html
10046         * doc/manual/de/sylpheed-6.html
10047         * doc/manual/de/sylpheed-7.html
10048         * doc/manual/de/sylpheed-8.html
10049         * doc/manual/de/sylpheed-9.html
10050         * doc/manual/de/sylpheed.html
10051         * doc/manual/en/.cvsignore
10052         * doc/manual/en/Makefile.am
10053         * doc/manual/en/sylpheed-1.html
10054         * doc/manual/en/sylpheed-10.html
10055         * doc/manual/en/sylpheed-11.html
10056         * doc/manual/en/sylpheed-12.html
10057         * doc/manual/en/sylpheed-13.html
10058         * doc/manual/en/sylpheed-14.html
10059         * doc/manual/en/sylpheed-15.html
10060         * doc/manual/en/sylpheed-16.html
10061         * doc/manual/en/sylpheed-17.html
10062         * doc/manual/en/sylpheed-18.html
10063         * doc/manual/en/sylpheed-19.html
10064         * doc/manual/en/sylpheed-2.html
10065         * doc/manual/en/sylpheed-20.html
10066         * doc/manual/en/sylpheed-21.html
10067         * doc/manual/en/sylpheed-22.html
10068         * doc/manual/en/sylpheed-3.html
10069         * doc/manual/en/sylpheed-4.html
10070         * doc/manual/en/sylpheed-5.html
10071         * doc/manual/en/sylpheed-6.html
10072         * doc/manual/en/sylpheed-7.html
10073         * doc/manual/en/sylpheed-8.html
10074         * doc/manual/en/sylpheed-9.html
10075         * doc/manual/en/sylpheed.html
10076         * doc/manual/es/.cvsignore
10077         * doc/manual/es/Makefile.am
10078         * doc/manual/es/sylpheed-1.html
10079         * doc/manual/es/sylpheed-10.html
10080         * doc/manual/es/sylpheed-11.html
10081         * doc/manual/es/sylpheed-12.html
10082         * doc/manual/es/sylpheed-13.html
10083         * doc/manual/es/sylpheed-14.html
10084         * doc/manual/es/sylpheed-15.html
10085         * doc/manual/es/sylpheed-16.html
10086         * doc/manual/es/sylpheed-17.html
10087         * doc/manual/es/sylpheed-18.html
10088         * doc/manual/es/sylpheed-19.html
10089         * doc/manual/es/sylpheed-2.html
10090         * doc/manual/es/sylpheed-20.html
10091         * doc/manual/es/sylpheed-3.html
10092         * doc/manual/es/sylpheed-4.html
10093         * doc/manual/es/sylpheed-5.html
10094         * doc/manual/es/sylpheed-6.html
10095         * doc/manual/es/sylpheed-7.html
10096         * doc/manual/es/sylpheed-8.html
10097         * doc/manual/es/sylpheed-9.html
10098         * doc/manual/es/sylpheed.html
10099         * doc/manual/fr/.cvsignore
10100         * doc/manual/fr/Makefile.am
10101         * doc/manual/fr/sylpheed-1.html
10102         * doc/manual/fr/sylpheed-10.html
10103         * doc/manual/fr/sylpheed-11.html
10104         * doc/manual/fr/sylpheed-12.html
10105         * doc/manual/fr/sylpheed-13.html
10106         * doc/manual/fr/sylpheed-14.html
10107         * doc/manual/fr/sylpheed-15.html
10108         * doc/manual/fr/sylpheed-16.html
10109         * doc/manual/fr/sylpheed-17.html
10110         * doc/manual/fr/sylpheed-18.html
10111         * doc/manual/fr/sylpheed-19.html
10112         * doc/manual/fr/sylpheed-2.html
10113         * doc/manual/fr/sylpheed-20.html
10114         * doc/manual/fr/sylpheed-3.html
10115         * doc/manual/fr/sylpheed-4.html
10116         * doc/manual/fr/sylpheed-5.html
10117         * doc/manual/fr/sylpheed-6.html
10118         * doc/manual/fr/sylpheed-7.html
10119         * doc/manual/fr/sylpheed-8.html
10120         * doc/manual/fr/sylpheed-9.html
10121         * doc/manual/fr/sylpheed.html
10122         * doc/manual/ja/.cvsignore
10123         * doc/manual/ja/Makefile.am
10124         * doc/manual/ja/sylpheed-1.html
10125         * doc/manual/ja/sylpheed-10.html
10126         * doc/manual/ja/sylpheed-11.html
10127         * doc/manual/ja/sylpheed-12.html
10128         * doc/manual/ja/sylpheed-13.html
10129         * doc/manual/ja/sylpheed-14.html
10130         * doc/manual/ja/sylpheed-15.html
10131         * doc/manual/ja/sylpheed-16.html
10132         * doc/manual/ja/sylpheed-17.html
10133         * doc/manual/ja/sylpheed-18.html
10134         * doc/manual/ja/sylpheed-19.html
10135         * doc/manual/ja/sylpheed-2.html
10136         * doc/manual/ja/sylpheed-20.html
10137         * doc/manual/ja/sylpheed-3.html
10138         * doc/manual/ja/sylpheed-4.html
10139         * doc/manual/ja/sylpheed-5.html
10140         * doc/manual/ja/sylpheed-6.html
10141         * doc/manual/ja/sylpheed-7.html
10142         * doc/manual/ja/sylpheed-8.html
10143         * doc/manual/ja/sylpheed-9.html
10144         * doc/manual/ja/sylpheed.html
10145         * doc/manual/ja/sylpheed.sgml
10146         * src/mainwindow.c
10147                 Remove outdated manual and faq. Noisy, eh?
10148
10149 2005-12-06 [colin]      1.9.100cvs70
10150
10151         * src/compose.c
10152         * src/quote_fmt_parse.y
10153         * src/undo.c
10154         * src/undo.h
10155                 Allow %X to position cursor at 0 
10156                 (no %X = before signature)
10157                 Fix paste as quotation putting the cursor at 0
10158                 Fix undo offsets when pasting
10159                 Insert the quote_fmt at once instead of line 
10160                 by line
10161                 Fix [Edited] when starting to reply/forward
10162
10163 2005-12-06 [paul]       1.9.100cvs69
10164
10165         * src/plugins/clamav/clamav_plugin_gtk.c
10166                 add another tooltip
10167         * src/plugins/spamassassin/spamassassin_gtk.c
10168                 rework spamassassin_create_widget_func()
10169
10170 2005-12-05 [colin]      1.9.100cvs68
10171
10172         * po/POTFILES.in
10173                 Fix make release ;-)
10174
10175 2005-12-05 [colin]      1.9.100cvs67
10176
10177         * src/compose.c
10178         * src/compose.h
10179                 Fix cursor positioning (not obeying %X)
10180
10181 2005-12-05 [paul]       1.9.100cvs66
10182
10183         * src/plugins/dillo_viewer/dillo_prefs.c
10184                 fix compilation warning
10185
10186 2005-12-05 [paul]       1.9.100cvs65
10187
10188         * src/prefs_spelling.c
10189         * src/plugins/trayicon/trayicon.c
10190                 cleanups - remove unused stuff
10191
10192 2005-12-05 [paul]       1.9.100cvs64
10193
10194         * README
10195         * manual/plugins.xml
10196                 remove info about removed mathml_viewer plugin
10197
10198 2005-12-05 [paul]       1.9.100cvs63
10199
10200         * configure.ac
10201         * src/plugins/Makefile.am
10202         * src/plugins/mathml_viewer/.cvsignore
10203         * src/plugins/mathml_viewer/Makefile.am
10204         * src/plugins/mathml_viewer/mathml_viewer.c
10205                 remove unmaintained mathml_viewer plugin
10206
10207 2005-12-05 [paul]       1.9.100cvs62
10208
10209         * src/summaryview.c
10210                 obey prefs_common.always_show_msg when
10211                 moving a msg
10212                 Thanks to Colin
10213
10214 2005-12-05 [paul]       1.9.100cvs61
10215
10216         * src/compose.c
10217         * src/prefs_account.c
10218         * src/prefs_filtering.c
10219         * src/prefs_quote.c
10220         * src/prefs_spelling.c
10221         * src/prefs_toolbar.c
10222         * src/summaryview.c
10223         * src/gtk/gtkutils.c
10224         * src/gtk/quicksearch.c
10225         * src/plugins/dillo_viewer/dillo_prefs.c
10226                 dialog cleanups
10227
10228 2005-12-04 [paul]       1.9.100cvs60
10229
10230         * src/inc.c
10231         * src/prefs_account.c
10232         * src/prefs_account.h
10233                 allow a Local account to specify a
10234                 default inbox
10235                 (closes bug 843 'Inbox cannot be changed for local
10236                  mailboxes')
10237
10238 2005-12-04 [colin]      1.9.100cvs59
10239
10240         * src/plugins/trayicon/trayicon.c
10241                 Remove Get, rename Get All to Get Mail in order to
10242                 be consistent with the default main toolbar
10243
10244 2005-12-03 [colin]      1.9.100cvs58
10245
10246         * manual/gpl.xml
10247         * manual/sylpheed-claws-manual.xml
10248                 Add GPL appendix
10249
10250 2005-12-03 [paul]       1.9.100cvs57
10251
10252         * AUTHORS
10253         * po/sv.po
10254         * src/gtk/authors.h
10255                 new (partially complete) Swedish translation
10256                 by Anders Troback <sylpheed@troback.com>
10257
10258 2005-12-02 [paul]       1.9.100cvs56
10259
10260         * configure.ac
10261                 libetpan 0.41 required
10262
10263 2005-12-02 [paul]       1.9.100cvs55
10264
10265         * src/plugins/clamav/clamav_plugin.c
10266         * src/plugins/clamav/clamav_plugin.h
10267         * src/plugins/clamav/clamav_plugin_gtk.c
10268         * src/plugins/spamassassin/spamassassin.c
10269         * src/plugins/spamassassin/spamassassin.h
10270         * src/plugins/spamassassin/spamassassin_gtk.c
10271                 unregister prefs pages on unloading, thus
10272                 preventing a crash
10273                 (thanks to Colin for the hint)
10274
10275 2005-12-02 [wwp]        1.9.100cvs54
10276
10277         * src/quote_fmt.h
10278         * src/quote_fmt_parse.y
10279                 fix misuse of gboolean*, use gboolean instead
10280                 (thanks to Paul, Colin, for pointing out that scaring one)
10281
10282 2005-12-02 [paul]       1.9.100cvs53
10283
10284         * src/plugins/clamav/clamav_plugin.c
10285                 int no --> unsigned int no
10286         * src/plugins/clamav/clamav_plugin_gtk.c
10287                 rework config page
10288
10289 2005-12-02 [wwp]        1.9.100cvs52
10290
10291         * src/compose.c
10292         * src/prefs_template.c
10293         * src/quote_fmt.h
10294         * src/quote_fmt_parse.y
10295                 prevent from executing |f and |p templates commands when
10296                 adding or replacing templates in prefs (avoids annoying and
10297                 potentially dangerous behaviours)
10298
10299 2005-12-02 [paul]       1.9.100cvs51
10300
10301         * src/prefs_common.c
10302                 allow translation of some default values
10303                 Patch by Fabien Vantard
10304
10305 2005-12-02 [paul]       1.9.100cvs50
10306
10307         * src/codeconv.c
10308         * src/codeconv.h
10309         * src/prefs_common.c
10310         * src/prefs_common.h
10311         * src/prefs_message.c
10312         * src/textview.c
10313                 remove obsolete 'convert_mb_alnum' option
10314                 and related stuff
10315         * src/gtk/about.c
10316                 remove unused 'about_textview_visibility_notify'
10317
10318 2005-12-02 [paul]       1.9.100cvs49
10319
10320         * src/prefs_account.c
10321         * src/prefs_compose_writing.c
10322         * src/prefs_fonts.c
10323         * src/prefs_gtk.h
10324         * src/prefs_image_viewer.c
10325         * src/prefs_message.c
10326         * src/prefs_other.c
10327         * src/prefs_receive.c
10328         * src/prefs_send.c
10329         * src/prefs_spelling.c
10330         * src/prefs_summaries.c
10331         * src/prefs_wrapping.c
10332         * src/plugins/dillo_viewer/dillo_prefs.c
10333         * src/plugins/pgpcore/prefs_gpg.c
10334                 several cleanups to the prefs dialogs
10335                 (slightly modified) patch by Fabien Vantard
10336
10337 2005-12-02 [paul]       1.9.100cvs48
10338
10339         * src/main.c
10340                 --exit means exit
10341         * src/send_message.c
10342                 fix crash on send when connection fails
10343
10344         Thanks to Colin
10345
10346 2005-12-01 [colin]      1.9.100cvs47
10347
10348         * src/html.c
10349                 Translate &hellip; to "..."
10350
10351 2005-11-30 [colin]      1.9.100cvs46
10352
10353         * src/matcher.c
10354         * src/matcher.h
10355                 Optimize back yesterday's fix.
10356
10357 2005-11-30 [paul]       1.9.100cvs45
10358
10359         * manual/faq.xml
10360                 standardised
10361         * manual/intro.xml
10362                 written by Colin, edited by me
10363
10364 2005-11-29 [colin]      1.9.100cvs44
10365
10366         * src/matcher.c
10367                 Skip headers unconditionnaly in match_body if the
10368                 rule is not message or ~message
10369
10370 2005-11-29 [colin]      1.9.100cvs43
10371
10372         * src/matcher.c
10373                 Fix body_part and such, not skipping headers 
10374                 if the matchcriteria wasn't the first in the rule
10375
10376 2005-11-29 [colin]      1.9.100cvs42
10377
10378         * src/compose.c
10379                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10380                 option missing from message view window)
10381                 Fix double text D'n'D with gtk-2.8
10382         * src/matcher.c
10383                 Fix ~message, ~headers_part, ~body_part rules
10384         * src/messageview.c
10385                 Add Windows-1252 (Closes bug #863)
10386                 Fix accels
10387         * src/gtk/gtkaspell.c
10388                 Properly destroy accels in all menus
10389
10390 2005-11-29 [mones]      1.9.100cvs41
10391
10392         * po/es.po
10393                 Updated.
10394
10395 2005-11-27 [colin]      1.9.100cvs40
10396
10397         * src/mh_gtk.c
10398                 "/Remove mailbox" -> "/Remove mailbox..."
10399
10400 2005-11-27 [paul]       1.9.100cvs39
10401
10402         * AUTHORS
10403         * po/de.po
10404         * src/gtk/authors.h
10405                 updated by new maintainer, Stephan Sachse
10406
10407 2005-11-27 [paul]       1.9.100cvs38
10408
10409         * manual/faq.xml
10410                 written by Colin, edited by me
10411
10412 2005-11-27 [paul]       1.9.100cvs37
10413
10414         * src/prefs_common.c
10415         * src/prefs_common.h
10416         * src/prefs_receive.c
10417         * src/prefs_summaries.c
10418                 move 'go to inbox after receiving new mail'
10419                 option from display/sumamaries to mail
10420                 handling/receive, and rework prefs_summaries
10421                 dialog a little
10422
10423 2005-11-25 [martin]     1.9.100cvs36
10424
10425         * po/de.po
10426             fixed windows-1252 translation;
10427             translated some new and fuzzy strings
10428
10429 2005-11-25 [paul]       1.9.100cvs35
10430
10431         * src/plugins/clamav/clamav_plugin.c
10432                 complete the update done in cvs34
10433
10434 2005-11-25 [paul]       1.9.100cvs34
10435
10436         * src/plugins/clamav/clamav_plugin.c
10437                 reflect upstream changes
10438
10439 2005-11-25 [paul]       1.9.100cvs33
10440
10441         * manual/ack.xml
10442         * manual/plugins.xml
10443         * manual/sylpheed-claws-manual.xml
10444                 written/updated by Colin, edited by me
10445         * tools/acroread2sylpheed.pl
10446                 update binary name
10447
10448 2005-11-24 [colin]      1.9.100cvs32
10449
10450         * src/compose.c
10451                 Fix bug #856 (reediting messages forgets Request
10452                 Return Receipt)
10453
10454 2005-11-24 [paul]       1.9.100cvs31
10455
10456         * manual/addrbook.xml
10457         * manual/starting.xml
10458                 written by Colin, proofread, edited, adapted by me
10459         * manual/advanced.xml
10460                 add some Actions examples
10461         * src/importldif.c
10462                 use a Save button instead of a Close button
10463         * src/wizard.c
10464                 indicate mandatory fields
10465                 fix page display
10466                 Thanks to Colin
10467
10468 2005-11-23 [colin]      1.9.100cvs30
10469
10470         * src/addressbook.c
10471                 Rename menu item, fix possible crash after
10472                 deletion of books
10473         * src/addrindex.c
10474                 Allow searching for '*' in ldap
10475         * src/browseldap.c
10476                 Fix "Browse Entry" (did anyone use it?)
10477         * src/wizard.c
10478                 Add guards for mandatory information
10479
10480 2005-11-23 [paul]       1.9.100cvs29
10481
10482         * manual/advanced.xml
10483                 corrections to the English
10484
10485 2005-11-23 [colin]      1.9.100cvs28
10486
10487         * src/mimeview.c
10488                 Fix possible crash at exit. After the call to
10489                 gtk_container_remove(), the Viewer's widget has no
10490                 more parent so gtk+ automatically frees it and its
10491                 sons. If destroy_viewer() then try to access it,
10492                 problems ensue.
10493
10494 2005-11-22 [colin]      1.9.100cvs27
10495
10496         * src/compose.c
10497         * src/gtk/gtkaspell.c
10498                 Fix right-clicking on a misspelled word
10499                 Fix More... in suggestions menu
10500
10501 2005-11-22 [wwp]        1.9.100cvs26
10502
10503         * src/prefs_template.c
10504                 templates works: re-sort templates list when adding or replacing,
10505                 prevent from adding or replacing when the template name is empty
10506
10507 2005-11-21 [colin]      1.9.100cvs25
10508
10509         * src/addressbook.c
10510                 Fix some addressbook suckage (dnd, select all)
10511         * src/compose.c
10512         * src/gtk/gtkaspell.c
10513         * src/gtk/gtkaspell.h
10514                 Make the spellchecker menu work with the 
10515                 GtkTextView one instead of overriding it
10516
10517 2005-11-20 [paul]       1.9.100cvs24
10518
10519         * manual/handling.xml
10520                 proofread and corrected
10521
10522 2005-11-20 [paul]       1.9.100cvs23
10523
10524         * manual/Makefile
10525                 generate html as one file
10526         * manual/advanced.xml
10527                 fix output generation
10528                 reformat hidden options list
10529         * manual/manual.xml     ** REMOVED **
10530         * manual/sylpheed-claws-manual.xml      ** ADDED **
10531                 renamed
10532
10533 2005-11-18 [colin]      1.9.100cvs22
10534
10535         * src/prefs_account.c
10536                 Fix layout in news and mbox accounts
10537         * manual/account.xml
10538         * manual/advanced.xml
10539                 New contents for Paul to check :)
10540
10541 2005-11-18 [wwp]        1.9.100cvs21
10542
10543         * src/gtk/quicksearch.c
10544                 don't update extended quicksearch buttons twice
10545
10546 2005-11-18 [paul]       1.9.100cvs20
10547
10548         * src/textview.c
10549                 complete 1.9.100cvs19
10550
10551 2005-11-18 [paul]       1.9.100cvs19
10552
10553         * src/compose.c
10554                 cosmetic improvements
10555         * src/textview.c
10556                 also list text/* attachments
10557
10558 2005-11-18 [colin]      1.9.100cvs18
10559
10560         * src/summaryview.c
10561                 Use column 0 instead of -1 in 
10562                 gtk_ctree_node_moveto, in a naive
10563                 hope it'll fix the gtk-related crashes
10564
10565 2005-11-18 [colin]      1.9.100cvs17
10566
10567         * src/gtk/inputdialog.c
10568                 Fix icon staying the first one
10569
10570 2005-11-17 [wwp]        1.9.100cvs16
10571                 fix possible problem showing some quicksearch buttons, and a bad
10572                 call to g_return_if_fail in a function that returns a value (both
10573                 fixes by Fabien Vantard)
10574
10575 2005-11-15 [wwp]        1.9.100cvs15
10576
10577         * src/gtk/quicksearch.c
10578                 added a tooltip to that obscure ... quicksearch button
10579
10580 2005-11-15 [wwp]        1.9.100cvs14
10581
10582         * src/gtk/quicksearch.c
10583                 add a quicksearch helper to filtering expression users: the ... button
10584                 raises the condition expr window. condition expressions set up w/ this
10585                 window are used by the quicksearch if the user closes it pressing OK.
10586
10587 2005-11-14 [paul]       1.9.100cvs13
10588
10589         * src/plugins/clamav/clamav_plugin.c
10590         * src/plugins/spamassassin/spamassassin.c
10591                 change plugin type following recent merging
10592
10593 2005-11-14 [wwp]        1.9.100cvs12
10594
10595         * src/folder.c
10596                 prevent from crashing when copying/moving message(s) from and
10597                 to the same folder
10598
10599 2005-11-14 [paul]       1.9.100cvs11
10600
10601         * src/plugins/clamav/Makefile.am
10602         * src/plugins/clamav/clamav_plugin.c
10603         * src/plugins/clamav/clamav_plugin.h
10604         * src/plugins/clamav/clamav_plugin_gtk.c
10605                 also merge clamav and clamav_gtk plugins
10606
10607 2005-11-13 [colin]      1.9.100cvs10
10608
10609         * configure.ac
10610         * src/plugins/spamassassin/Makefile.am
10611         * src/plugins/spamassassin/spamassassin.c
10612         * src/plugins/spamassassin/spamassassin.h
10613         * src/plugins/spamassassin/spamassassin_gtk.c
10614                 Merge spamassassin and spamassassin_gtk plugins,
10615                 and build it by default.
10616
10617 2005-11-12 [colin]      1.9.100cvs9
10618
10619         * src/etpan/imap-thread.c
10620                 Fix gcc warning
10621
10622 2005-11-12 [colin]      1.9.100cvs8
10623
10624         * src/procmime.c
10625                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10626
10627 2005-11-10 [colin]      1.9.100cvs7
10628
10629         * src/main.c
10630                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10631                 minimised state)
10632
10633 2005-11-10 [wwp]        1.9.100cvs6
10634
10635         * src/gtk/description_window.c
10636                 fix a crash when closing description windows using the WM's [X] button
10637
10638 2005-11-09 [colin]      1.9.100cvs5
10639
10640         * src/common/ssl.c
10641                 Update libetpan call to follow upstream
10642                 (yes, this requires libetpan-0.40cvs3)
10643
10644 2005-11-08 [colin]      1.9.100cvs4
10645
10646         * src/compose.c
10647         * src/textview.c
10648         * src/common/utils.c
10649         * src/common/utils.h
10650                 Enhance the email parser
10651
10652 2005-11-08 [colin]      1.9.100cvs3
10653
10654         * src/procmime.c
10655                 Fix what looks like an off-by-one (fixes 
10656                 attachments from the Bat)
10657
10658 2005-11-08 [wwp]        1.9.100cvs2
10659
10660         * src/main.c
10661                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10662
10663 2005-11-08 [wwp]        1.9.100cvs1
10664
10665         * src/main.c
10666                 allow exiting Sylpheed-Claws from command-line
10667
10668 2005-11-08 [paul]       1.9.100
10669
10670         1.9.100 released
10671
10672 2005-11-07 [colin]      1.9.99cvs17
10673
10674         * src/addritem.c
10675         * src/ldif.c
10676                 Fix import of base-64 encoded items
10677
10678 2005-11-07 [colin]      1.9.99cvs16
10679
10680         * src/send_message.c
10681                 Fix bug #314 (Queue does not empty under certain 
10682                 circumstances)
10683
10684 2005-11-07 [paul]       1.9.99cvs15
10685
10686         * src/mutt.c
10687         * src/pine.c
10688                 fix buffer overflows
10689                 Thanks to Colin
10690
10691 2005-11-07 [paul]       1.9.99cvs14
10692
10693         * doc/man/Makefile.am
10694         * doc/man/sylpheed-claws.1      ** ADDED **
10695         * doc/man/sylpheed.1            ** DELETED **
10696                 rename and update the man file
10697
10698 2005-11-06 [colin]      1.9.99cvs13
10699
10700         * src/ldif.c
10701                 Fix ldif_get_line() that returned empty strings
10702                 (Didn't understand why). Also fix a possible
10703                 buffer overflow.
10704
10705 2005-11-06 [wwp]        1.9.99cvs12
10706
10707         * src/textview.c
10708         * src/gtk/about.c
10709         * src/gtk/gtkutils.c
10710         * src/gtk/gtkutils.h
10711                 fix a compilation warning,
10712                 make links sensitive in the about dialog
10713
10714 2005-11-04 [wwp]        1.9.99cvs11
10715
10716         * src/gtk/about.c
10717                 don't wrap or translate URIs, and a bit text format cleanup
10718
10719 2005-11-04 [wwp]        1.9.99cvs10
10720
10721         * src/gtk/about.c
10722                 better textview tagging implementation (no more use of marks for
10723                 postponed tagging)
10724
10725 2005-11-02 [colin]      1.9.99cvs9
10726
10727         * src/common/ssl.c
10728                 Forgot an ifdef
10729
10730 2005-11-02 [colin]      1.9.99cvs8
10731
10732         * configure.ac
10733                 Require libetpan-0.40 due to upstream fix
10734         * src/common/ssl.c
10735                 Tell libetpan not to call SSL_Library_Init,
10736                 as we do it ourselves.
10737
10738 2005-11-02 [colin]      1.9.99cvs7
10739
10740         * po/POTFILES.in
10741                 Add missing files (thanks to Fabien Vantard)
10742
10743 2005-11-02 [colin]      1.9.99cvs6
10744
10745         * src/summaryview.c
10746                 Fix totals when read messages are hidden or quicksearch
10747                 is on
10748         * src/ssl_manager.c
10749         * src/ssl_manager.h
10750         * src/common/ssl_certificate.c
10751         * src/common/ssl_certificate.h
10752         * src/gtk/sslcertwindow.c
10753         * src/gtk/sslcertwindow.h
10754                 Fix copyright on my stuff
10755
10756 2005-11-02 [wwp]        1.9.99cvs5
10757
10758         * src/prefs_themes.c
10759                 fix directory name checking (theme installation/removal),
10760                 made related error a bit more verbose
10761
10762 2005-11-02 [colin]      1.9.99cvs4
10763
10764         * src/summaryview.c
10765                 Fix typo (probably fixes bug #841 (Sort by the From 
10766                 field doesn't work)
10767
10768 2005-11-02 [paul]       1.9.99cvs3
10769
10770         * po/ko.po
10771         * po/nb.po
10772                 updated by SungHyun Nam, Geir Helland
10773         * src/wizard.c
10774                 fix typo in welcome message. spotted by
10775                 Andrea Spadaccini
10776
10777 2005-11-01 [colin]      1.9.99cvs2
10778
10779         * src/compose.c
10780                 Fix replying to ml wen confirming subscription
10781         * src/messageview.c
10782         * src/mimeview.c
10783         * src/mimeview.h
10784         * src/privacy.h
10785         * src/summaryview.c
10786                 Make key check non blocking
10787
10788 2005-10-31 [paul]       1.9.99cvs1
10789
10790         * tools/claws.i18n.status.pl
10791                 updated for ChangeLog
10792
10793 2005-10-31 [paul]       1.9.99
10794
10795         1.9.99 released
10796
10797 2005-10-31 [paul]       1.9.15cvs131
10798
10799         * .cvsignore
10800         * ChangeLog
10801         * ChangeLog.claws       ** REMOVED **
10802         * ChangeLog-gtk2.claws  ** REMOVED **
10803         * ChangeLog.gtk1        ** ADDED **
10804         * INSTALL
10805         * Makefile.am
10806         * NEWS
10807         * README
10808         * README.claws          ** REMOVED **
10809         * README.jp             ** REMOVED **
10810         * RELEASE_NOTES         ** ADDED **
10811         * RELEASE_NOTES.claws   ** REMOVED **
10812         * commitHelper
10813         * configure.ac
10814         * sylpheed.spec.in      ** REMOVED **
10815                 tidy up and update the default docs:
10816                 ChangeLog.claws is renamed ChangeLog.gtk1
10817                 ChangeLog-gtk2.claws is renamed ChangeLog
10818                 README.claws is renamed README
10819                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10820
10821 2005-10-31 [paul]       1.9.15cvs130
10822
10823         * po/it.po
10824                 fix errors
10825
10826 2005-10-31 [paul]       1.9.15cvs129
10827
10828         * po/ca.po
10829         * po/de.po
10830         * po/en_GB.po
10831         * po/fr.po
10832         * po/it.po
10833         * po/pt_BR.po
10834         * po/sk.po
10835         * po/sr.po
10836         * po/zh_CN.po
10837                 updated by Miquel Oliete, Stephan Sachse and
10838                 Thomas Gilgin, me, Fabien Vantard, Andrea
10839                 Spadaccini, Frederico Goncalves Guimaraes,
10840                 Andrej Kacian, Aleksandar Urosevic, and
10841                 Ralgh Young.
10842
10843 2005-10-31 [mones]      1.9.15cvs128
10844
10845         * manual/faq.xml
10846                 More questions.
10847         
10848         * po/es.po
10849                 Updated for release.
10850
10851 2005-10-30 [colin]      1.9.15cvs127
10852
10853         * src/compose.c
10854                 Place cursor before rewrapping (fixes cursor
10855                 pos if quotation gets rewrapped)
10856
10857 2005-10-29 [paul]       1.9.15cvs126
10858
10859         * src/crash.c
10860         * src/foldersel.c
10861         * src/main.c
10862         * src/messageview.c
10863         * src/toolbar.c
10864         * src/gtk/authors.h
10865                 corrections to text items
10866
10867 2005-10-28 [colin]      1.9.15cvs125
10868
10869         * src/messageview.c
10870                 Make "hit 'C' to check sig" work from extern 
10871                 messageviews
10872
10873 2005-10-27 [colin]      1.9.15cvs124
10874
10875         * src/summaryview.c
10876                 Add a hack to avoid segfaulting when hammering 
10877                 on gtk's events
10878
10879 2005-10-27 [wwp]        1.9.15cvs123
10880
10881         * src/prefs_themes.c
10882                 sort list of themes names in themes prefs
10883
10884 2005-10-27 [paul]       1.9.15cvs122
10885
10886         * src/folder.c
10887         * src/prefs_account.c
10888                 fix building on Solaris
10889                 Patch by Alex Moore
10890
10891 2005-10-27 [wwp]        1.9.15cvs121
10892
10893         * src/summaryview.c
10894         * src/gtk/gtksctree.c
10895                 speed up unselecting messages in summary view (thanks to Colin)
10896
10897 2005-10-27 [paul]       1.9.15cvs120
10898
10899         * src/mainwindow.c
10900                 fix a compilation warning
10901         * src/summaryview.c
10902                 fix updating of 'n items selected' count
10903                 when deselecting
10904
10905 2005-10-27 [martin]     1.9.15cvs119
10906
10907         * src/action.c
10908                 ignore actions with a leading '/' in the action menu name
10909                 fixes a crash on menu creation
10910         * src/prefs_actions.c
10911                 do not allow a leading '/' in the action menu name
10912
10913 2005-10-27 [paul]       1.9.15cvs118
10914
10915         * src/main.c
10916                 fix compilation warning
10917
10918 2005-10-27 [paul]       1.9.15cvs117
10919
10920         * src/procmime.c
10921                 add #if HAVE_LOCALE_H
10922
10923 2005-10-27 [paul]       1.9.15cvs116
10924
10925         * src/plugins/clamav/clamav_plugin.c
10926         * src/plugins/dillo_viewer/dillo_viewer.c
10927         * src/plugins/mathml_viewer/mathml_viewer.c
10928         * src/plugins/pgpcore/plugin.c
10929         * src/plugins/pgpinline/plugin.c
10930         * src/plugins/pgpmime/plugin.c
10931         * src/plugins/spamassassin/spamassassin.c
10932         * src/plugins/trayicon/trayicon.c
10933                 plugin_init() : make error messages more
10934                 informative
10935
10936 2005-10-26 [wwp]        1.9.15cvs115
10937
10938         * src/prefs_matcher.c
10939                 enlarge boolean op widget width a bit (wasn't always showing text contents)
10940
10941 2005-10-26 [wwp]        1.9.15cvs114
10942
10943         * src/procmime.c
10944         * src/gtk/gtksctree.c
10945         * src/plugins/spamassassin/libspamc.c
10946         * src/plugins/spamassassin/spamassassin.c
10947                 fix some compilation warnings more
10948
10949 2005-10-26 [mones]      1.9.15cvs113
10950
10951         * po/es.po
10952                 Updated translation
10953
10954 2005-10-26 [paul]       1.9.15cvs112
10955
10956         * src/prefs_message.c
10957                 give all display_xface stuff the
10958                 #if HAVE_LIBCOMPFACE treatment, thus
10959                 preventing a crash
10960                 (Thanks to Wolfgang Enderlein)
10961
10962 2005-10-26 [colin]      1.9.15cvs111
10963
10964         * src/gedit-print.c
10965                 Fix date format
10966         * src/imap_gtk.c
10967         * src/news_gtk.c
10968                 Remove context menu items that should not be there
10969         * src/jpilot.c
10970                 Fix encoding
10971         * src/main.c
10972         * src/mainwindow.c
10973                 Don't show the mainwindow too soon
10974
10975 2005-10-26 [wwp]        1.9.15cvs110
10976
10977         * src/folder.c
10978         * src/manual.c
10979         * src/summaryview.c
10980                 fix uninitialized pointers in the folder updating hook
10981                 (thanks to Colin)
10982
10983 2005-10-25 [mones]      1.9.15cvs109
10984
10985         * manual/faq.xml
10986                 General information subsection completed. 
10987                 Removed archaic references.
10988                 
10989         * manual/Makefile
10990         * manual/dtd/manual.dsl
10991                 Added customization stylesheet for getting paragraphs
10992                 fully justified in PDF output (as suggested by Colin).
10993
10994 2005-10-25 [colin]      1.9.15cvs108
10995
10996         * src/compose.c
10997                 Fix a second leak
10998
10999 2005-10-25 [colin]      1.9.15cvs107
11000
11001         * src/addrbook.c
11002         * src/addrindex.c
11003                 Fix leak (xml_get_element() allocates memory)
11004         * src/compose.c
11005                 Fix leak + dead code (shame!)
11006         * src/procmime.c
11007                 Fix leak
11008
11009 2005-10-25 [colin]      1.9.15cvs106
11010
11011         * src/mimeview.c
11012                 Fix encoding issue in Save all and in 
11013                 overwrite-confirmation alertpanel
11014
11015 2005-10-25 [colin]      1.9.15cvs105
11016
11017         * src/common/socket.c
11018                 Fix a leak - Thanks to Christopher Aillon
11019                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11020
11021 2005-10-25 [paul]       1.9.15cvs104
11022
11023         * src/wizard.c
11024                 Always guess servers from the right-hand
11025                 email part and guess username from the
11026                 left-hand part. (Thanks to Colin)
11027                 add an X-Face to the welcome message
11028
11029 2005-10-25 [paul]       1.9.15cvs103
11030
11031         * manual/handling.xml
11032                 written by Colin, edited by me
11033
11034 2005-10-25 [wwp]        1.9.15cvs102
11035
11036         * src/folderview.c
11037         * src/grouplistdialog.c
11038         * src/imap.c
11039         * src/noticeview.c
11040                 fix some compilation warnings
11041
11042 2005-10-24 [paul]
11043
11044         1.9.99-rc3 released
11045
11046 2005-10-24 [paul]       1.9.15cvs101
11047
11048         * src/gtk/about.c
11049                 fix window sizing
11050
11051 2005-10-24 [paul]       1.9.15cvs100
11052
11053         * src/pixmaps/offline.xpm
11054         * src/pixmaps/online.xpm
11055                 replace with last default versions
11056
11057 2005-10-24 [colin]      1.9.15cvs99
11058
11059         * src/imap.c
11060                 Fix bug when moving a folder
11061         * src/imap_gtk.c
11062         * src/mh_gtk.c
11063                 "Delete folder" pops up a window, so it 
11064                 should be suffixed with "..."
11065         * src/plugins/pgpcore/sgpgme.c
11066                 Include locale.h
11067
11068 2005-10-24 [mones]      1.9.15cvs98
11069
11070         * manual/Makefile
11071         * manual/account.xml
11072         * manual/ack.xml
11073         * manual/addrbook.xml
11074         * manual/advanced.xml
11075         * manual/faq.xml
11076         * manual/glossary.xml
11077         * manual/gpl.xml
11078         * manual/handling.xml
11079         * manual/intro.xml
11080         * manual/keyboard.xml
11081         * manual/manual.xml
11082         * manual/plugins.xml
11083         * manual/starting.xml
11084         * manual/dtd/sdocbook.dtd
11085                 Initial manual structure and some content.
11086
11087 2005-10-23 [wwp]        1.9.15cvs97
11088
11089         * src/gtk/about.c
11090                 fix a typo
11091
11092 2005-10-23 [wwp]        1.9.15cvs96
11093
11094         * src/gtk/about.c
11095         * src/gtk/authors.h
11096                 rework of the about window (main work by Paul), also featuring a few
11097                 fixes for typos and duplicate names
11098
11099 2005-10-23 [wwp]        1.9.15cvs95
11100
11101         * src/.cvsignore
11102                 Ignore the right binary name (sylpheed-claws now)
11103
11104 2005-10-23 [paul]       1.9.15cvs94
11105
11106         * src/compose.c
11107                 when using Folder Pref 'Default To for
11108                 replies' make the entry in the Compose
11109                 window bold
11110                 Patch by Fabien Vantard
11111
11112 2005-10-22 [colin]      1.9.15cvs93
11113
11114         * src/codeconv.c
11115                 Fix leak
11116
11117 2005-10-22 [colin]      1.9.15cvs92
11118
11119         * src/codeconv.c
11120                 try to convert using locale (apart utf8) if necessary
11121
11122 2005-10-22 [colin]      1.9.15cvs91
11123
11124         * src/pixmaps/new.xpm
11125         * src/pixmaps/unread.xpm
11126                 Make the unread envelope blue again and
11127                 saturate the new one a bit more.
11128
11129 2005-10-22 [colin]      1.9.15cvs90
11130
11131         * src/compose.c
11132                 When replying to a mail sent by one of our accounts,
11133                 use the original list of recipients. Let 'Reply All'
11134                 and 'Reply to sender' work like previously.
11135
11136 2005-10-21 [colin]      1.9.15cvs89
11137
11138         * src/prefs_filtering.c
11139                 Clear fields after add and replace
11140         * src/textview.c
11141                 Display xface differently (better)
11142         * src/plugins/pgpinline/pgpinline.c
11143                 Fix crappy encodings/recodings
11144
11145 2005-10-21 [paul]       1.9.15cvs88
11146
11147         * src/compose.c
11148         * src/prefs_folder_item.c
11149         * src/toolbar.c
11150                 fix news folder Folder Properties
11151                 (thanks to Colin)
11152         * src/folderview.c
11153                 update folderview after Themes change
11154                 keep selected folder selected
11155                 (thanks to Colin)
11156
11157 2005-10-21 [paul]       1.9.15cvs87
11158
11159         * tools/Makefile.am
11160         * tools/OOo2sylpheed.pl
11161         * tools/README
11162         * tools/README.sylprint
11163         * tools/asus_mailled.sh         ** REMOVED **
11164         * tools/filter_conv.pl
11165         * tools/freshmeat_search.pl
11166         * tools/google_search.pl
11167         * tools/gpg-sign-syl            ** REMOVED **
11168         * tools/kmail2sylpheed.pl
11169         * tools/kmail2sylpheed_v2.pl
11170         * tools/multiwebsearch.pl
11171         * tools/nautilus2sylpheed.sh
11172         * tools/newscache_clean.pl
11173         * tools/outlook2sylpheed.pl
11174         * tools/sylpheed-switcher       ** REMOVED **
11175         * tools/sylprint.pl
11176         * tools/sylprint.rc
11177         * tools/tb2sylpheed
11178         * tools/vcard2xml.py
11179         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11180                 update default config dir
11181                 update binary name (thanks to Fabien Vantard)
11182                 remove obsolete scripts
11183
11184 2005-10-21 [colin]      1.9.15cvs86
11185
11186         * src/inc.c
11187                 Fix possible leak and units. Based on a patch by
11188                 Fabien Vantard.
11189
11190 2005-10-20 [colin]      1.9.15cvs85
11191
11192         * src/textview.c
11193                 Clear xface when clearing textview
11194
11195 2005-10-20 [colin]      1.9.15cvs84
11196
11197         * configure.ac
11198         * src/folderview.c
11199         * src/headerview.c
11200         * src/main.c
11201         * src/prefs_common.c
11202         * src/prefs_common.h
11203         * src/prefs_message.c
11204         * src/textview.c
11205         * src/textview.h
11206         * src/common/defs.h
11207         * src/common/utils.c
11208         * src/common/utils.h
11209         * src/gtk/gtkutils.c
11210         * src/gtk/gtkutils.h
11211                 Migrate config to .sylpheed-claws (Automatically)
11212                 Add a way to get the Xface in the TextView
11213
11214 2005-10-20 [colin]      1.9.15cvs83
11215
11216         * src/gtk/Makefile.am
11217         * src/gtk/about.c
11218         * src/gtk/authors.h
11219                 Make the about dialog *grooovy*
11220
11221 2005-10-20 [colin]      1.9.15cvs82
11222
11223         * src/mimeview.c
11224                 Use "Open with" on double click if no command
11225                 was found
11226
11227 2005-10-20 [colin]      1.9.15cvs81
11228
11229         * src/imap.c
11230         * src/etpan/imap-thread.c
11231                 Fix possible crash.
11232
11233 2005-10-20 [paul]       1.9.15cvs80
11234
11235         * src/folder.c
11236                 don't show clipkey icon if the only
11237                 attachment is the signature
11238                 Patch by Colin
11239
11240 2005-10-20 [paul]       1.9.15cvs79
11241
11242         * AUTHORS
11243         * src/plugins/pgpmime/pgpmime.c
11244                 name the PGP/MIME signature 'signature.asc'
11245                 Patch by Andrew Nelson <freeandy@gmail.com>
11246
11247 2005-10-19 [colin]      1.9.15cvs78
11248
11249         * src/plugins/pgpmime/pgpmime.c
11250                 Oops, no need to double-check though
11251
11252 2005-10-19 [colin]      1.9.15cvs77
11253
11254         * src/plugins/pgpinline/pgpinline.c
11255         * src/plugins/pgpmime/pgpmime.c
11256                 Check that my_tmpfile() doesn't 
11257                 return NULL
11258
11259 2005-10-19 [colin]      1.9.15cvs76
11260
11261         * src/common/utils.c
11262                 Use shorter mime boundaries to avoid having
11263                 MTAs rewrapping our headers, breaking the
11264                 PGP signature in the process 
11265         * src/compose.c
11266         * src/plugins/pgpmime/pgpmime.c
11267                 Check for boundary uniqueness to be sure
11268                 it won't happen, instead of hoping for the
11269                 best
11270
11271 2005-10-19 [colin]      1.9.15cvs75
11272
11273         * sylpheed-claws.desktop
11274         * src/Makefile.am
11275         * src/main.c
11276                 Ship a sylpheed-claws binary instead
11277                 of a sylpheed one. Change the socket
11278                 name, too
11279         * src/folderview.c
11280                 Update folder only if it changed
11281         * src/wizard.c
11282                 Fix i18n in welcome mail, patch by
11283                 Fabien Vantard
11284
11285 2005-10-19 [paul]
11286
11287         1.9.99-rc2 released
11288
11289 2005-10-19 [paul]       1.9.15cvs74
11290
11291         * src/folder.c
11292         * src/folderview.c
11293                 fix summaryview update
11294                 Patch by Colin
11295
11296 2005-10-18 [colin]      1.9.15cvs73
11297
11298         * src/plugins/pgpcore/passphrase.c
11299                 Don't XGrabServer, and try a bit more to 
11300                 sync everything before grabbing mouse/keyboard
11301
11302 2005-10-18 [colin]      1.9.15cvs72
11303
11304         * src/Makefile.am
11305         * src/addressadd.c
11306         * src/addressbook.c
11307         * src/folderview.c
11308         * src/grouplistdialog.c
11309         * src/mimeview.c
11310         * src/stock_pixmap.c
11311         * src/stock_pixmap.h
11312         * src/summaryview.c
11313         * src/gtk/gtksctree.c
11314         * src/gtk/gtksctree.h
11315         * src/pixmaps/empty.xpm
11316                 Implement a wrapper call for gtk_ctree_set_node_info
11317                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11318                 pixmap instead of a NULL one. This works around some
11319                 memory problems deep inside gtk, revealed by valgrind,
11320                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11321                 as locked crashes sylpheed.), as well as, probably, 
11322                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11323
11324 2005-10-17 [colin]      1.9.15cvs71
11325
11326         * src/mimeview.c
11327                 Provide visual feedback when checking
11328                 signature
11329
11330 2005-10-17 [colin]      1.9.15cvs70
11331
11332         * src/main.c
11333                 Keep the folder list frozen while checking caches...
11334
11335 2005-10-17 [colin]      1.9.15cvs69
11336
11337         * src/addr_compl.c
11338                 Fi bug #833 (Autocompleting from addressbook 
11339                 fails with extended chars)
11340         * src/imap.c
11341                 Fix 'adding messages' staying in statusbar
11342                 after an error
11343
11344 2005-10-17 [wwp]        1.9.15cvs68
11345
11346         * src/ssl_manager.c
11347                 Fix buttons' layout resizing when window size changes
11348
11349 2005-10-17 [wwp]        1.9.15cvs67
11350
11351         * src/account.c
11352         * src/prefs_account.c
11353         * src/prefs_common.c
11354         * src/prefs_common.h
11355         * src/prefs_folder_item.c
11356         * src/prefs_gtk.c
11357         * src/gtk/logwindow.c
11358         * src/gtk/pluginwindow.c
11359         * src/gtk/prefswindow.c
11360         * src/gtk/prefswindow.h
11361                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11362
11363 2005-10-17 [paul]       1.9.15cvs66
11364
11365         * configure.ac
11366                 fix missing libetpan message
11367         * po/en_GB.po
11368                 updated
11369         * src/crash.c
11370         * src/manual.c
11371         * src/prefs_themes.c
11372         * src/common/defs.h
11373                 add some new URI defines, change some
11374                 others
11375         * src/wizard.c
11376                 make welcome message translatable
11377                 small improvements to english
11378                 other tweaks
11379         * src/gtk/menu.c
11380                 fix warnings
11381
11382 2005-10-17 [paul]       1.9.15cvs65
11383
11384         * src/summaryview.c
11385                 fix column titles
11386
11387 2005-10-16 [mones]      1.9.15cvs64
11388
11389         * po/es.po
11390                 Updated translation
11391
11392 2005-10-16 [colin]
11393
11394         1.9.99-rc1 released
11395
11396 2005-10-16 [colin]      1.9.15cvs63
11397
11398         * src/wizard.c
11399                 Fix whitespace
11400
11401 2005-10-16 [colin]      1.9.15cvs62
11402
11403         * src/toolbar.c
11404                 s/Get All/Get Mail/
11405         * src/wizard.c
11406                 Real welcome mail text, thanks Paul
11407
11408 2005-10-16 [colin]      1.9.15cvs61
11409
11410         * src/editldap.c
11411         * src/exporthtml.c
11412         * src/main.c
11413         * src/mainwindow.c
11414         * src/prefs_themes.c
11415         * src/prefs_toolbar.c
11416         * src/plugins/demo/demo.c
11417         * src/plugins/trayicon/trayicon.c
11418                 s/Sylpheed/Sylpheed-Claws/
11419
11420 2005-10-16 [colin]      1.9.15cvs60
11421
11422         * src/wizard.c
11423                 Add a welcome email in the first empty mailbox
11424         * src/prefs_common.c
11425                 Change one more default
11426
11427 2005-10-16 [colin]      1.9.15cvs59
11428
11429         * src/wizard.c
11430                 Remove printf
11431
11432 2005-10-16 [colin]      1.9.15cvs58
11433
11434         * src/toolbar.c
11435         * src/prefs_common.c
11436                 Change some defaults
11437
11438 2005-10-16 [colin]      1.9.15cvs57
11439
11440         * src/toolbar.c
11441         * src/prefs_common.c
11442                 Change some defaults
11443
11444 2005-10-16 [colin]      1.9.15cvs56
11445
11446         * src/wizard.c
11447                 By default, initialize fonts to have
11448                 the same size as normal GtkWidgets
11449
11450 2005-10-16 [colin]      1.9.15cvs55
11451
11452         * src/mimeview.c
11453                 Fix message a bit more
11454
11455 2005-10-16 [colin]      1.9.15cvs54
11456
11457         * src/addressbook.c
11458                 Second attempt at flicker fixing
11459
11460 2005-10-16 [colin]      1.9.15cvs53
11461
11462         * src/addressbook.c
11463                 Fix flicker
11464
11465 2005-10-16 [wwp]        1.9.15cvs52
11466
11467         * src/addressbook.c
11468         * src/editaddress.c
11469         * src/prefs_common.c
11470         * src/prefs_common.h
11471                 Remember window sizes (address book)
11472
11473 2005-10-16 [wwp]        1.9.15cvs51
11474
11475         * src/plugins/clamav/clamav_plugin_gtk.c
11476         * src/plugins/spamassassin/spamassassin_gtk.c
11477                 Fix compilation warnings (missing #include).
11478
11479 2005-10-16 [colin]      1.9.15cvs50
11480
11481         * src/mimeview.c
11482         * src/summaryview.c
11483         * src/textview.c
11484                 Make 'c' check signature, and forward
11485                 c, l, y, t from summaryview to mimeview
11486
11487 2005-10-16 [colin]      1.9.15cvs49
11488
11489         * src/addressbook.c
11490                 Put border around buttons
11491         * src/mainwindow.c
11492         * src/summaryview.c
11493                 Rework menus (Patch based on a patch
11494                 by Paul)
11495
11496 2005-10-15 [wwp]        1.9.15cvs48
11497
11498         * src/editjpilot.c
11499         * src/editldap.c
11500         * src/editvcard.c
11501         * src/exphtmldlg.c
11502         * src/expldifdlg.c
11503         * src/export.c
11504         * src/import.c
11505         * src/importldif.c
11506         * src/importmutt.c
11507         * src/importpine.c
11508         * src/prefs_account.c
11509         * src/prefs_spelling.c
11510         * src/gtk/gtkutils.c
11511         * src/gtk/gtkutils.h
11512         * src/plugins/clamav/clamav_plugin_gtk.c
11513         * src/plugins/spamassassin/spamassassin_gtk.c
11514                 use nicer browse-for-file/dir buttons than the "..." ones,
11515                 code factorizing more.
11516
11517 2005-10-14 [colin]      1.9.15cvs47
11518
11519         * src/mainwindow.c
11520                 set relief on the account switcher so that people see it
11521                 grey out Create processing rules when no message is selected
11522         * src/prefs_filtering.c
11523                 ask before closing if the rule has not been modified, even if
11524                 it's not valid
11525         * src/prefs_matcher.c
11526                 fix sensitivity when entering the dialog
11527         * src/gtk/inputdialog.c
11528                 display a better icon on password ask
11529         * src/plugins/pgpcore/passphrase.c
11530                 make the dialog look better
11531
11532 2005-10-14 [paul]       1.9.15cvs46
11533
11534         * src/folderview.c
11535                 indicate presense of marked msgs in
11536                 unexpanded subfolders
11537
11538 2005-10-14 [paul]       1.9.15cvs45
11539
11540         * src/prefs_actions.c
11541         * src/prefs_common.c
11542         * src/prefs_common.h
11543         * src/prefs_filtering_action.c
11544         * src/prefs_matcher.c
11545         * src/prefs_template.c
11546                 remember window sizes
11547                 fix Info button size
11548
11549         Patches by wwp
11550
11551 2005-10-13 [colin]      1.9.15cvs44
11552
11553         * src/mimeview.c
11554         * src/noticeview.c
11555         * src/noticeview.h
11556                 Add a tooltip on the icon (optional) 
11557                 Get rid of the signature buttons and only
11558                 use the icon+tooltip
11559
11560 2005-10-13 [colin]      1.9.15cvs43
11561
11562         * src/noticeview.c
11563         * src/noticeview.h
11564                 Add hand cursor for hovering over icon
11565
11566 2005-10-13 [colin]      1.9.15cvs42
11567
11568         * src/summaryview.c
11569                 Fix crash when quicksearch's hidden 
11570                 at startup
11571
11572 2005-10-13 [colin]      1.9.15cvs41
11573
11574         * src/compose.c
11575                 Set subject when forwarding multiple mails
11576                 Check that other recipient than the default Cc or Bcc
11577                 have been set before sending.
11578
11579 2005-10-13 [colin]      1.9.15cvs40
11580
11581         * src/imap.c
11582                 Batch per-folder
11583                 Introduce locking, but don't use it yet
11584
11585 2005-10-13 [colin]      1.9.15cvs39
11586
11587         * src/gtk/quicksearch.c
11588                 Reset quicksearch when hiding it
11589                 Make sticky a real pref
11590
11591 2005-10-13 [colin]      1.9.15cvs38
11592
11593         * src/summaryview.c
11594                 Faster prefs apply
11595
11596 2005-10-13 [colin]      1.9.15cvs37
11597
11598         * src/mimeview.c
11599         * src/noticeview.c
11600         * src/noticeview.h
11601         * src/plugins/pgpcore/sgpgme.c
11602                 Make privacy icon clickable
11603                 Move Trust field in Full info
11604                 When trust is less than full, don't display
11605                 a warning icon
11606
11607 2005-10-13 [colin]      1.9.15cvs36
11608
11609         * src/folder.c
11610                 Batch on flags sync
11611         * src/folderview.c
11612                 Revert speed hack which is dangerous in fact
11613                 Apply prefs faster
11614
11615 2005-10-13 [colin]      1.9.15cvs35
11616
11617         * src/folder_item_prefs.c
11618                 Fix pref corruption on folder move. Patch
11619                 by wwp
11620
11621 2005-10-13 [paul]       1.9.15cvs34
11622
11623         * src/export.c
11624         * src/import.c
11625                 fix typos in g_warnings
11626         * src/prefs_account.c
11627                 add a file selector for Signature file
11628
11629         Patches by wwp
11630
11631 2005-10-12 [colin]      1.9.15cvs33
11632
11633         * src/mimeview.c
11634                 Provide a quick way to go back from a
11635                 signature's full info to the email part
11636
11637 2005-10-12 [colin]      1.9.15cvs32
11638
11639         * src/compose.c
11640                 Remove old hack of encoding signed mails with base64.
11641                 QP works equally well.
11642
11643 2005-10-12 [colin]      1.9.15cvs31
11644
11645         * src/crash.c
11646                 Replace deprecated GtkText with GtkTextView
11647         * src/imap.c
11648                 Fix a logic bug about counts in imap_select
11649                 (previously un-triggered)
11650         * src/mainwindow.c
11651         * src/summaryview.c
11652         * src/news.c
11653                 Allow local deletion of news posts
11654         * src/mimeview.c
11655                 Show GPG noticeview on the message/rfc822 part
11656                 in addition to the text/plain one
11657         * src/prefs_image_viewer.c
11658           src/plugins/pgpcore/prefs_gpg.c
11659                 Polish (set the label as part of the checkbox)
11660         * src/wizard.c
11661                 Don't sit there doing nothing after destroying
11662                 the window - return err
11663
11664 2005-10-11 [colin]      1.9.15cvs30
11665
11666         * src/folderview.c
11667                 Apply processing rules before showing folders.
11668                 Early folder show (before flags sync) will only
11669                 be done when there are no processing rules (nor
11670                 pre- or post- ones)
11671         * src/imap.c
11672                 Fix stuff related to mail subdir, creation and 
11673                 deletion of folders 
11674         * src/imap_gtk.c
11675                 Don't allow creation of folders in NoInferior
11676                 folders, as it won't work
11677
11678 2005-10-10 [colin]      1.9.15cvs29
11679
11680         * src/compose.c
11681                 Reselect "None" Privacy system when selecting an
11682                 account with no privacy system defined
11683
11684 2005-10-10 [colin]      1.9.15cvs28
11685
11686         * src/mainwindow.c
11687                 Add Windows-1252 encoding
11688         * src/prefs_common.c
11689                 Rework some defaults:
11690                 - autosave to draft by default
11691                 - don't show header pane (it's already in the textview)
11692                 - Select first new or unread mail on entry
11693                 - Assume 'Yes' to change folder when there's no more
11694                   unread message
11695         * src/prefs_matcher.c
11696                 Fix a gtk assertion failure
11697         * src/gtk/colorlabel.c
11698                 Workaround bad repainting on selection
11699         * src/main.c
11700                 Freeze/thaw (a bit faster on ssh -X)
11701         * src/msgcache.c
11702                 Get rid of StrdupConverter that just adds an
11703                 extra strdup/free 
11704         * src/etpan/imap_thread.c
11705                 memset buf to 0
11706
11707 2005-10-10 [colin]      1.9.15cvs27
11708
11709         * src/export.c
11710         * src/import.c
11711                 Fix compile on gtk 2.4. Patch by wwp
11712
11713 2005-10-09 [colin]      1.9.15cvs26
11714
11715         * src/mainwindow.c
11716         * src/messageview.c
11717         * src/summaryview.c
11718                 Clarify forward menus. Patch by wwp
11719
11720 2005-10-09 [colin]      1.9.15cvs25
11721
11722         * src/compose.c
11723         * src/compose.h
11724                 Fix bug #829 (Non-working "Encrypt message by 
11725                 default when replying to an encrypted message")
11726
11727 2005-10-08 [colin]      1.9.15cvs24
11728
11729         * src/wizard.c
11730                 Fix bug #827 ("Welcome" setup wizard after a 
11731                 permission error gives up & forgets itself.)
11732
11733 2005-10-08 [colin]      1.9.15cvs23
11734
11735         * src/procmime.c
11736                 Fix bug #828 (Ignoring headers with spaces around = sign)
11737
11738 2005-10-08 [colin]      1.9.15cvs22
11739
11740         * src/export.c
11741                 Warning fix by wwp
11742
11743 2005-10-08 [colin]      1.9.15cvs21
11744
11745         * src/folder.c
11746         * src/folder.h
11747                 Add a processing_pending indicator, set on 
11748                 folder_item_open and cleared after 
11749                 folder_item_process_open
11750         * src/folderview.c
11751         * src/summaryview.c
11752                 wrap procmsg_msginfo_*_flags, and in the
11753                 wrapper check that there's no folder processing 
11754                 pending. If there is, defer the flags change until 
11755                 processing is done to avoid stepping over each
11756                 other's toes.
11757                 Freeze during processing, but not during scanning.
11758
11759 2005-10-07 [colin]      1.9.15cvs20
11760
11761         * src/plugins/pgpcore/passphrase.c
11762                 Fix bug #826 (X-Server hangs when 
11763                 right-clicking a PGP encrypted message)
11764
11765 2005-10-07 [paul]       1.9.15cvs19
11766
11767         * src/compose.c
11768                 fix compose_entries[]
11769                 patch by Fabien Vantard
11770
11771 2005-10-06 [colin]      1.9.15cvs18
11772
11773         * src/pixmaps/address.xpm
11774         * src/pixmaps/address_book.xpm
11775         * src/pixmaps/book.xpm
11776         * src/pixmaps/check_spelling.xpm
11777         * src/pixmaps/checkbox_off.xpm
11778         * src/pixmaps/checkbox_on.xpm
11779         * src/pixmaps/close.xpm
11780         * src/pixmaps/complete.xpm
11781         * src/pixmaps/continue.xpm
11782         * src/pixmaps/deleted.xpm
11783         * src/pixmaps/down_arrow.xpm
11784         * src/pixmaps/exec.xpm
11785         * src/pixmaps/forwarded.xpm
11786         * src/pixmaps/group.xpm
11787         * src/pixmaps/ignorethread.xpm
11788         * src/pixmaps/interface.xpm
11789         * src/pixmaps/jpilot.xpm
11790         * src/pixmaps/ldap.xpm
11791         * src/pixmaps/linewrap.xpm
11792         * src/pixmaps/linewrapcurrent.xpm
11793         * src/pixmaps/mail.xpm
11794         * src/pixmaps/mail_attach.xpm
11795         * src/pixmaps/mail_compose.xpm
11796         * src/pixmaps/mail_forward.xpm
11797         * src/pixmaps/mail_receive.xpm
11798         * src/pixmaps/mail_receive_all.xpm
11799         * src/pixmaps/mail_reply.xpm
11800         * src/pixmaps/mail_reply_to_all.xpm
11801         * src/pixmaps/mail_reply_to_author.xpm
11802         * src/pixmaps/mail_send.xpm
11803         * src/pixmaps/mail_send_queue.xpm
11804         * src/pixmaps/mime_application.xpm
11805         * src/pixmaps/mime_audio.xpm
11806         * src/pixmaps/mime_image.xpm
11807         * src/pixmaps/mime_message.xpm
11808         * src/pixmaps/mime_text_enriched.xpm
11809         * src/pixmaps/mime_text_html.xpm
11810         * src/pixmaps/mime_text_plain.xpm
11811         * src/pixmaps/mime_unknown.xpm
11812         * src/pixmaps/new.xpm
11813         * src/pixmaps/news_compose.xpm
11814         * src/pixmaps/offline.xpm
11815         * src/pixmaps/online.xpm
11816         * src/pixmaps/paste.xpm
11817         * src/pixmaps/preferences.xpm
11818         * src/pixmaps/privacy_emblem_encrypted.xpm
11819         * src/pixmaps/privacy_expired.xpm
11820         * src/pixmaps/privacy_failed.xpm
11821         * src/pixmaps/privacy_passed.xpm
11822         * src/pixmaps/privacy_signed.xpm
11823         * src/pixmaps/privacy_unknown.xpm
11824         * src/pixmaps/privacy_warn.xpm
11825         * src/pixmaps/properties.xpm
11826         * src/pixmaps/replied.xpm
11827         * src/pixmaps/search.xpm
11828         * src/pixmaps/unread.xpm
11829         * src/pixmaps/up_arrow.xpm
11830         * src/pixmaps/vcard.xpm
11831                 Modernize internal theme, with icons from the 
11832                 Gnomaws theme. Keep some of the old ones where
11833                 they were better.
11834
11835 2005-10-06 [colin]      1.9.15cvs17
11836
11837         * src/summaryview.c
11838                 Little optimisations + bugfix
11839         * src/toolbar.c
11840                 Remove default useless items - useless being defined
11841                 by the default relevant prefs
11842         * src/wizard.c
11843                 include config.h to make gettext work
11844         * src/prefs_themes.c
11845                 Fix selection of current theme in prefs
11846
11847 2005-10-06 [colin]      1.9.15cvs16
11848
11849         * src/prefs_common.c
11850         * src/prefs_common.h
11851         * src/prefs_summaries.c
11852         * src/folderview.c
11853                 Add a warning dialog on Mark all read 
11854                 (with pref to get rid of it)
11855
11856 2005-10-06 [paul]       1.9.15cvs15
11857
11858         * po/nb.po
11859         * po/pt_BR.po
11860                 updated by Geir Helland and Frederico
11861                 Goncalves Guimaraes
11862
11863 2005-10-05 [colin]      1.9.15cvs14
11864
11865         * src/folder.c
11866         * src/folder.h
11867         * src/folderview.c
11868         * src/folderview.h
11869         * src/imap_gtk.c
11870         * src/mh_gtk.c
11871         * src/mainwindow.c
11872         * src/setup.c
11873                 add a way to rescan without rebuilding
11874                 make moving a bit faster (less folders changes)
11875                 don't lock the tree on Get 
11876         * src/imap.c
11877                 Don't re-delete deleted messages before expunging
11878         * src/summaryview.c
11879                 Set batch mode when deleting mails
11880
11881 2005-10-05 [paul]       1.9.15cvs13
11882
11883         * src/mainwindow.c
11884         * src/mainwindow.h
11885                 fix disabled Execute menu item
11886         * src/toolbar.c
11887                 match the change in 1.9.15cvs10: use Compose
11888                 instead of News by default
11889
11890 2005-10-04 [colin]      1.9.15cvs12
11891
11892         * src/compose.c
11893                 When replying to an ML post with Reply-To set
11894                 to the poster's email, honor it (as before),
11895                 but also honor our user's request to reply to
11896                 the mailing list: set the ML address in the To
11897                 field and the Reply-To address in the Cc: 
11898                 field.
11899
11900 2005-10-04 [colin]      1.9.15cvs11
11901
11902         * src/plugins/trayicon/trayicon.c
11903                 Finish cosmetic change - thanks to wwp
11904
11905 2005-10-04 [colin]      1.9.15cvs10
11906
11907         * src/toolbar.c
11908                 Use Compose instead of Email by default.
11909                 Spotted by wwp.
11910
11911 2005-10-04 [colin]      1.9.15cvs9
11912
11913         * src/folder.c
11914         * src/folder.h
11915         * src/folderview.c
11916         * src/imap.c
11917         * src/etpan/imap-thread.c
11918         * src/etpan/imap-thread.h
11919                 Try to make IMAP faster, by simplifying SEARCH
11920                 commands, avoiding sending two STATUS in a row,
11921                 and deferring flags sync and processing just
11922                 after displaying the folder. 
11923                 This will update the SummaryView in certain
11924                 cases (new mails not already fetched, flags
11925                 changed from another client) but in a non-
11926                 blocking manner.
11927
11928 2005-10-04 [colin]      1.9.15cvs8
11929
11930         * src/plugins/trayicon/trayicon.c
11931                 Relabel "Offline" to "Work offline"
11932
11933 2005-10-04 [colin]      1.9.15cvs7
11934
11935         * src/export.c
11936         * src/import.c
11937         * src/mbox.c
11938                 Fix mbox import/export buglets
11939                 Patch by wwp
11940         * src/plugins/trayicon/trayicon.c
11941                 Add offline swithc
11942                 Patch by wwp
11943
11944 2005-10-04 [colin]      1.9.15cvs6
11945
11946         * src/folder.c
11947         * src/folderview.c
11948         * src/summaryview.c
11949                 Better fix (don't break mark all read) for cvs2
11950
11951 2005-10-03 [colin]      1.9.15cvs5
11952
11953         * src/folder.c
11954                 Use a sane sort by default
11955
11956 2005-10-03 [colin]      1.9.15cvs4
11957
11958         * src/inc.c
11959                 Add a 'Only once' button for overriding offline mode
11960         * src/prefs_account.c
11961         * src/wizard.c
11962                 Add Local mbox to the wizard
11963                 Add IMAP subdir to the wizard (or the wizard is useless
11964                 for such accounts, or even worse than useless)
11965                 Move IMAP subdir from Advanced to Receive tab, as it's
11966                 not that uncommon
11967
11968 2005-10-03 [colin]      1.9.15cvs3
11969
11970         * src/send_message.c
11971                 Forgot this one in cvs1
11972
11973 2005-10-03 [colin]      1.9.15cvs2
11974
11975         * src/folder.c
11976                 Faster close when leaving a folder with lots
11977                 of new mails. Idea by David Relson.
11978
11979 2005-10-03 [colin]      1.9.15cvs1
11980
11981         * src/compose.c
11982         * src/imap.c
11983         * src/inc.c
11984         * src/main.c
11985         * src/messageview.c
11986         * src/news.c
11987         * src/summaryview.c
11988         * src/gtk/sslcertwindow.c
11989         * src/plugins/trayicon/trayicon.c
11990                 Add accels to every AlertPanel. Patch by Fabien 
11991                 Vantard
11992
11993 2005-10-03 [paul]       1.9.15
11994
11995         1.9.15 released
11996
11997 2005-10-03 [paul]       1.9.14cvs68
11998
11999         * po/ca.po
12000         * po/de.po
12001         * po/es.po
12002         * po/fi.po
12003         * po/fr.po
12004         * po/sk.po
12005         * po/sr.po
12006         * po/zh_CN.po
12007                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12008                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12009                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12010
12011 2005-10-03 [paul]       1.9.14cvs67
12012
12013         * src/send_message.c
12014                 prevent hang on Cancel
12015                 patch by Colin
12016
12017 2005-10-03 [paul]       1.9.14cvs66
12018
12019         * src/main.c
12020                 fix crash in IMAP caused by discrepancy
12021                 between check_at_startup and offline mode
12022                 Patch by Colin
12023
12024 2005-10-01 [paul]       1.9.14cvs65
12025
12026         * src/inc.c
12027                 fix engrish
12028
12029 2005-10-01 [paul]       1.9.14cvs64
12030         * src/export.c
12031         * src/import.c
12032                 synchronise import_mbox() and export_mbox()
12033         * src/mbox.c
12034                 proc_mbox(): add alert if file cannot be opened
12035                 export_list_to_mbox(): test if dest file exists,
12036                 prompt user to overwrite if it does. add alert
12037                 if file cannot be created
12038                                                                 
12039         Patch by wwp
12040                                                                                                                 
12041
12042 2005-09-30 [paul]       1.9.14cvs63
12043
12044         * src/addressbook.c
12045                 Fix sensitivity of a menu
12046         * src/codeconv.c
12047                 Respect hidden pref for mails with no encoding
12048         * src/common/xml.c
12049                 Fix memory corruption
12050         * src/plugins/pgpcore/sgpgme.c
12051                 Fix segfault on incomplete sigs, and display
12052                 of S/Mime UIDs
12053
12054         Patches by Colin
12055
12056 2005-09-30 [colin]      1.9.14cvs62
12057
12058         * src/partial_download.c
12059                 Little logic fix in almost-dead code
12060         * src/pop.c
12061                 Fix partial download when there's no new mail
12062
12063 2005-09-29 [paul]       1.9.14cvs61
12064
12065         * src/plugins/pgpinline/pgpinline.c
12066                 fix bug 819, 'crash accessing sign message'
12067                 Patch by Colin
12068
12069 2005-09-28 [martin]     1.9.14cvs60
12070
12071         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12072                 fix bug #790 (Crash when restarting window manager (fluxbox))
12073
12074 2005-09-28 [paul]       1.9.14cvs59
12075
12076         * src/gtk/gtkaspell.c
12077                 fix off-by-one typo
12078
12079 2005-09-27 [colin]      1.9.14cvs58
12080
12081         * src/plugins/pgpcore/sgpgme.c
12082                 Report error when there's one, instead of
12083                 "Signature unchecked" 
12084
12085 2005-09-27 [colin]      1.9.14cvs57
12086
12087         * src/prefs_quote.c
12088                 Fix bug #816 (Weird quotation with spaces)
12089
12090 2005-09-27 [colin]      1.9.14cvs56
12091
12092         * src/codeconv.c
12093         * src/compose.c
12094         * src/compose.h
12095                 Put subject in compose's title
12096                 Fix Automatic encoding so that it's really automatic:
12097                 first try default locale's charset, then charset of the replied mail, 
12098                 then utf-8
12099                 Fix encoding of headers (must be in strict mode too)
12100
12101 2005-09-26 [colin]      1.9.14cvs55
12102
12103         * src/gtk/gtkaspell.c
12104                 Fix previous patch - don't color the space,
12105                 just uncolor it :)
12106
12107 2005-09-26 [colin]      1.9.14cvs54
12108
12109         * src/gtk/gtkaspell.c
12110                 Unmark space if possible
12111
12112 2005-09-26 [colin]      1.9.14cvs53
12113
12114         * src/imap.c
12115                 log_error instead of alertpanel according to the pref
12116         * src/etpan/imap-thread.c
12117                 Print connect status, copy only necessary size to 
12118                 logger
12119         * src/plugins/pgpmime/pgpmime.c
12120                 Handle S/Mime signatures (verification only). Patch based
12121                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12122
12123 2005-09-26 [paul]       1.9.14cvs52
12124
12125         * src/common/passcrypt.c
12126                 this 'workaround' not necessary on NetBSD.
12127                 Thanks to Daniel Gustafson
12128
12129 2005-09-26 [paul]
12130
12131         1.9.15-rc4 released
12132
12133 2005-09-26 [paul]       1.9.14cvs51
12134
12135         * src/summaryview.c
12136                 Skip currently selected message when
12137                 looking for next new or unread message
12138                 in current folder. Patch by Colin
12139         * src/common/passcrypt.c
12140                 eliminate warnings on *BSD. Patch by
12141                 Daniel Gustafson
12142
12143 2005-09-26 [colin]      1.9.14cvs50
12144
12145         * src/procmsg.c
12146                 Call postfiltering hook anyway
12147
12148 2005-09-22 [colin]      1.9.14cvs49
12149
12150         * src/codeconv.c
12151         * src/codeconv.h
12152                 Add a strict mode that doesn't replace with _
12153         * src/compose.c
12154         * src/compose.h
12155                 Use strict conversion while sending
12156                 Fix race when drafting while sending (happens
12157                 on IMAP)
12158                 Fix d'n'd of messages from summaryview
12159         * src/prefs_common.c
12160         * src/prefs_common.h
12161                 add hidden utf8_instead_of_locale_for_broken_mail 
12162                 pref for people that preferred the default charset 
12163                 to be utf8 for broken mails
12164         * src/quote_fmt_parse.y
12165                 fix bug #815 (No quote insert if "From:" fied 
12166                 contained Russian letters)
12167         * src/summaryview.c
12168                 Fix d'n'd of messages to compose
12169
12170 2005-09-22 [paul]       1.9.14cvs48
12171
12172         * src/compose.c
12173                 fix bug where attachments Name entry
12174                 would display Path instead
12175
12176 2005-09-21 [paul]       1.9.14cvs47
12177
12178         * README
12179         * README.jp
12180         * configure.ac
12181         * config/config.rpath
12182         * doc/manual/en/sylpheed-20.html
12183         * doc/manual/es/sylpheed-20.html
12184         * po/bg.po
12185         * po/ca.po
12186         * po/de.po
12187         * po/es.po
12188         * po/fr.po
12189         * po/it.po
12190         * po/pt_BR.po
12191         * po/sk.po
12192         * po/zh_TW.po
12193         * src/account.c
12194         * src/account.h
12195         * src/action.c
12196         * src/action.h
12197         * src/adbookbase.h
12198         * src/addr_compl.c
12199         * src/addr_compl.h
12200         * src/addrbook.c
12201         * src/addrbook.h
12202         * src/addrcache.c
12203         * src/addrcache.h
12204         * src/addrcindex.c
12205         * src/addrcindex.h
12206         * src/addrclip.c
12207         * src/addrclip.h
12208         * src/addrdefs.h
12209         * src/addressadd.c
12210         * src/addressadd.h
12211         * src/addressbook.c
12212         * src/addressbook.h
12213         * src/addressitem.h
12214         * src/addrgather.c
12215         * src/addrgather.h
12216         * src/addrharvest.c
12217         * src/addrharvest.h
12218         * src/addrindex.c
12219         * src/addrindex.h
12220         * src/addritem.c
12221         * src/addritem.h
12222         * src/addrquery.c
12223         * src/addrquery.h
12224         * src/addrselect.c
12225         * src/addrselect.h
12226         * src/alertpanel.c
12227         * src/alertpanel.h
12228         * src/browseldap.c
12229         * src/browseldap.h
12230         * src/codeconv.c
12231         * src/codeconv.h
12232         * src/compose.c
12233         * src/compose.h
12234         * src/crash.c
12235         * src/crash.h
12236         * src/customheader.c
12237         * src/customheader.h
12238         * src/displayheader.c
12239         * src/displayheader.h
12240         * src/editaddress.c
12241         * src/editaddress.h
12242         * src/editbook.c
12243         * src/editbook.h
12244         * src/editgroup.c
12245         * src/editgroup.h
12246         * src/editjpilot.c
12247         * src/editjpilot.h
12248         * src/editldap.c
12249         * src/editldap.h
12250         * src/editldap_basedn.c
12251         * src/editldap_basedn.h
12252         * src/editvcard.c
12253         * src/editvcard.h
12254         * src/enriched.c
12255         * src/enriched.h
12256         * src/exphtmldlg.c
12257         * src/exphtmldlg.h
12258         * src/expldifdlg.c
12259         * src/expldifdlg.h
12260         * src/export.c
12261         * src/export.h
12262         * src/exporthtml.c
12263         * src/exporthtml.h
12264         * src/exportldif.c
12265         * src/exportldif.h
12266         * src/filtering.c
12267         * src/filtering.h
12268         * src/folder.c
12269         * src/folder.h
12270         * src/folder_item_prefs.c
12271         * src/folder_item_prefs.h
12272         * src/foldersel.c
12273         * src/foldersel.h
12274         * src/folderutils.c
12275         * src/folderutils.h
12276         * src/folderview.c
12277         * src/folderview.h
12278         * src/grouplistdialog.c
12279         * src/grouplistdialog.h
12280         * src/headerview.c
12281         * src/headerview.h
12282         * src/html.c
12283         * src/html.h
12284         * src/image_viewer.c
12285         * src/image_viewer.h
12286         * src/imap.c
12287         * src/imap.h
12288         * src/imap_gtk.c
12289         * src/imap_gtk.h
12290         * src/import.c
12291         * src/import.h
12292         * src/importldif.c
12293         * src/importldif.h
12294         * src/importmutt.c
12295         * src/importmutt.h
12296         * src/importpine.c
12297         * src/importpine.h
12298         * src/inc.c
12299         * src/inc.h
12300         * src/jpilot.c
12301         * src/jpilot.h
12302         * src/ldapctrl.c
12303         * src/ldapctrl.h
12304         * src/ldaplocate.c
12305         * src/ldaplocate.h
12306         * src/ldapquery.c
12307         * src/ldapquery.h
12308         * src/ldapserver.c
12309         * src/ldapserver.h
12310         * src/ldaputil.c
12311         * src/ldaputil.h
12312         * src/ldif.c
12313         * src/ldif.h
12314         * src/localfolder.c
12315         * src/localfolder.h
12316         * src/main.c
12317         * src/main.h
12318         * src/mainwindow.c
12319         * src/mainwindow.h
12320         * src/manual.c
12321         * src/manual.h
12322         * src/matcher.c
12323         * src/matcher.h
12324         * src/matcher_parser.h
12325         * src/matcher_parser_lex.l
12326         * src/matcher_parser_parse.y
12327         * src/mbox.c
12328         * src/mbox.h
12329         * src/message_search.c
12330         * src/message_search.h
12331         * src/messageview.c
12332         * src/messageview.h
12333         * src/mh.c
12334         * src/mh.h
12335         * src/mh_gtk.c
12336         * src/mh_gtk.h
12337         * src/mimeview.c
12338         * src/mimeview.h
12339         * src/msgcache.c
12340         * src/msgcache.h
12341         * src/mutt.c
12342         * src/mutt.h
12343         * src/news.c
12344         * src/news.h
12345         * src/news_gtk.c
12346         * src/news_gtk.h
12347         * src/noticeview.c
12348         * src/noticeview.h
12349         * src/partial_download.c
12350         * src/partial_download.h
12351         * src/pine.c
12352         * src/pine.h
12353         * src/pop.c
12354         * src/pop.h
12355         * src/prefs_account.c
12356         * src/prefs_account.h
12357         * src/prefs_actions.c
12358         * src/prefs_actions.h
12359         * src/prefs_common.c
12360         * src/prefs_common.h
12361         * src/prefs_compose_writing.c
12362         * src/prefs_compose_writing.h
12363         * src/prefs_customheader.c
12364         * src/prefs_customheader.h
12365         * src/prefs_display_header.c
12366         * src/prefs_display_header.h
12367         * src/prefs_ext_prog.c
12368         * src/prefs_ext_prog.h
12369         * src/prefs_filtering.c
12370         * src/prefs_filtering.h
12371         * src/prefs_filtering_action.c
12372         * src/prefs_filtering_action.h
12373         * src/prefs_folder_column.c
12374         * src/prefs_folder_column.h
12375         * src/prefs_folder_item.c
12376         * src/prefs_folder_item.h
12377         * src/prefs_fonts.c
12378         * src/prefs_fonts.h
12379         * src/prefs_gtk.c
12380         * src/prefs_gtk.h
12381         * src/prefs_image_viewer.c
12382         * src/prefs_image_viewer.h
12383         * src/prefs_matcher.c
12384         * src/prefs_matcher.h
12385         * src/prefs_message.c
12386         * src/prefs_message.h
12387         * src/prefs_msg_colors.c
12388         * src/prefs_msg_colors.h
12389         * src/prefs_other.c
12390         * src/prefs_other.h
12391         * src/prefs_quote.c
12392         * src/prefs_quote.h
12393         * src/prefs_receive.c
12394         * src/prefs_receive.h
12395         * src/prefs_send.c
12396         * src/prefs_send.h
12397         * src/prefs_spelling.c
12398         * src/prefs_spelling.h
12399         * src/prefs_summaries.c
12400         * src/prefs_summaries.h
12401         * src/prefs_summary_column.c
12402         * src/prefs_summary_column.h
12403         * src/prefs_template.c
12404         * src/prefs_template.h
12405         * src/prefs_themes.c
12406         * src/prefs_themes.h
12407         * src/prefs_toolbar.c
12408         * src/prefs_toolbar.h
12409         * src/prefs_wrapping.c
12410         * src/prefs_wrapping.h
12411         * src/privacy.c
12412         * src/privacy.h
12413         * src/procheader.c
12414         * src/procheader.h
12415         * src/procmime.c
12416         * src/procmime.h
12417         * src/procmsg.c
12418         * src/procmsg.h
12419         * src/quote_fmt.c
12420         * src/quote_fmt_parse.y
12421         * src/recv.c
12422         * src/recv.h
12423         * src/remotefolder.c
12424         * src/remotefolder.h
12425         * src/send_message.c
12426         * src/send_message.h
12427         * src/setup.c
12428         * src/setup.h
12429         * src/simple-gettext.c
12430         * src/sourcewindow.c
12431         * src/sourcewindow.h
12432         * src/ssl_manager.c
12433         * src/ssl_manager.h
12434         * src/statusbar.c
12435         * src/statusbar.h
12436         * src/stock_pixmap.c
12437         * src/stock_pixmap.h
12438         * src/summary_search.c
12439         * src/summary_search.h
12440         * src/summaryview.c
12441         * src/summaryview.h
12442         * src/syldap.c
12443         * src/syldap.h
12444         * src/textview.c
12445         * src/textview.h
12446         * src/toolbar.c
12447         * src/toolbar.h
12448         * src/undo.c
12449         * src/undo.h
12450         * src/unmime.c
12451         * src/unmime.h
12452         * src/vcard.c
12453         * src/vcard.h
12454         * src/wizard.c
12455         * src/wizard.h
12456         * src/common/base64.c
12457         * src/common/base64.h
12458         * src/common/defs.h
12459         * src/common/hooks.c
12460         * src/common/hooks.h
12461         * src/common/log.c
12462         * src/common/log.h
12463         * src/common/md5.c
12464         * src/common/md5.h
12465         * src/common/mgutils.c
12466         * src/common/mgutils.h
12467         * src/common/nntp.c
12468         * src/common/nntp.h
12469         * src/common/passcrypt.c
12470         * src/common/passcrypt.h.in
12471         * src/common/plugin.c
12472         * src/common/plugin.h
12473         * src/common/prefs.c
12474         * src/common/prefs.h
12475         * src/common/progressindicator.c
12476         * src/common/progressindicator.h
12477         * src/common/quoted-printable.c
12478         * src/common/quoted-printable.h
12479         * src/common/session.c
12480         * src/common/session.h
12481         * src/common/smtp.c
12482         * src/common/smtp.h
12483         * src/common/socket.c
12484         * src/common/socket.h
12485         * src/common/ssl.c
12486         * src/common/ssl.h
12487         * src/common/ssl_certificate.c
12488         * src/common/ssl_certificate.h
12489         * src/common/string_match.c
12490         * src/common/string_match.h
12491         * src/common/stringtable.c
12492         * src/common/sylpheed.c
12493         * src/common/sylpheed.h
12494         * src/common/template.c
12495         * src/common/template.h
12496         * src/common/timing.h
12497         * src/common/utils.c
12498         * src/common/utils.h
12499         * src/common/uuencode.c
12500         * src/common/uuencode.h
12501         * src/common/version.h.in
12502         * src/common/xml.c
12503         * src/common/xml.h
12504         * src/common/xmlprops.c
12505         * src/common/xmlprops.h
12506         * src/gtk/about.c
12507         * src/gtk/about.h
12508         * src/gtk/colorlabel.c
12509         * src/gtk/colorlabel.h
12510         * src/gtk/colorsel.c
12511         * src/gtk/colorsel.h
12512         * src/gtk/description_window.c
12513         * src/gtk/description_window.h
12514         * src/gtk/filesel.c
12515         * src/gtk/filesel.h
12516         * src/gtk/foldersort.c
12517         * src/gtk/foldersort.h
12518         * src/gtk/gtkutils.c
12519         * src/gtk/gtkutils.h
12520         * src/gtk/inputdialog.c
12521         * src/gtk/inputdialog.h
12522         * src/gtk/logwindow.c
12523         * src/gtk/logwindow.h
12524         * src/gtk/manage_window.c
12525         * src/gtk/manage_window.h
12526         * src/gtk/menu.c
12527         * src/gtk/menu.h
12528         * src/gtk/pluginwindow.c
12529         * src/gtk/pluginwindow.h
12530         * src/gtk/prefswindow.c
12531         * src/gtk/prefswindow.h
12532         * src/gtk/progressdialog.c
12533         * src/gtk/progressdialog.h
12534         * src/gtk/quicksearch.c
12535         * src/gtk/quicksearch.h
12536         * src/gtk/sslcertwindow.c
12537         * src/gtk/sslcertwindow.h
12538         * src/plugins/clamav/clamav_plugin.c
12539         * src/plugins/clamav/clamav_plugin.h
12540         * src/plugins/clamav/clamav_plugin_gtk.c
12541         * src/plugins/demo/demo.c
12542         * src/plugins/dillo_viewer/dillo_prefs.c
12543         * src/plugins/dillo_viewer/dillo_prefs.h
12544         * src/plugins/dillo_viewer/dillo_viewer.c
12545         * src/plugins/mathml_viewer/mathml_viewer.c
12546         * src/plugins/pgpcore/passphrase.c
12547         * src/plugins/pgpcore/passphrase.h
12548         * src/plugins/pgpcore/plugin.c
12549         * src/plugins/pgpcore/prefs_gpg.c
12550         * src/plugins/pgpcore/prefs_gpg.h
12551         * src/plugins/pgpcore/select-keys.c
12552         * src/plugins/pgpcore/select-keys.h
12553         * src/plugins/pgpcore/sgpgme.c
12554         * src/plugins/pgpcore/sgpgme.h
12555         * src/plugins/pgpinline/pgpinline.c
12556         * src/plugins/pgpinline/pgpinline.h
12557         * src/plugins/pgpinline/plugin.c
12558         * src/plugins/pgpmime/pgpmime.c
12559         * src/plugins/pgpmime/pgpmime.h
12560         * src/plugins/pgpmime/plugin.c
12561         * src/plugins/spamassassin/spamassassin.c
12562         * src/plugins/spamassassin/spamassassin.h
12563         * src/plugins/spamassassin/spamassassin_gtk.c
12564         * src/plugins/trayicon/trayicon.c
12565         * tools/OOo2sylpheed.pl
12566         * tools/acroread2sylpheed.pl
12567         * tools/asus_mailled.sh
12568         * tools/filter_conv.pl
12569         * tools/freshmeat_search.pl
12570         * tools/google_search.pl
12571         * tools/kmail2sylpheed.pl
12572         * tools/kmail2sylpheed_v2.pl
12573         * tools/maildir2sylpheed.pl
12574         * tools/multiwebsearch.pl
12575         * tools/newscache_clean.pl
12576         * tools/outlook2sylpheed.pl
12577         * tools/sylpheed-switcher
12578         * tools/update-po
12579         * tools/vcard2xml.py
12580         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12581                 update FSF address
12582
12583 2005-09-21 [colin]      1.9.14cvs46
12584
12585         * src/gedit-print.c
12586         * src/procmsg.c
12587         * src/procmsg.h
12588         * src/textview.c
12589         * src/summaryview.c
12590                 Remove some printing hacks (deselection/reselection),
12591                 which by the way fix printing the currently 
12592                 displayed mime part (still only text)
12593                 Plus a little optimisation of summary_show
12594
12595
12596 2005-09-20 [colin]      1.9.14cvs45
12597
12598         * src/mainwindow.c
12599         * src/messageview.c
12600                 GUI fixups: add accels, set message
12601                 view title to displayed mail's subject
12602         * src/prefs_spelling.c
12603         * src/gtk/gtkaspell.c
12604                 GUI fixups: allow underlining misspelled
12605                 words instead of coloring them (a11y!)
12606
12607 2005-09-19 [colin]
12608
12609         1.9.15rc3 released
12610
12611 2005-09-19 [colin]      1.9.14cvs44
12612
12613         * src/compose.c
12614                 Fix draft message
12615         * src/gtk/gtkaspell.c
12616                 Fix wrong test ;-)
12617
12618 2005-09-19 [colin]      1.9.14cvs43
12619
12620         * src/addressbook.c
12621                 Fix sensitivity of Delete button
12622         * src/compose.c
12623                 Warn if the requested Privacy system
12624                 is not available
12625         * src/exphtmldlg.c
12626         * src/expldifdlg.c
12627         * src/importldif.c
12628         * src/importmutt.c
12629         * src/importpine.c
12630                 Fix crappy UI
12631         * src/
12632         * src/ssl.h
12633         * src/prefs_account.h
12634         * src/prefs_account.c
12635                 Save SSL prefs even in builds that have
12636                 SSL support disable
12637         * src/imap.c
12638         * src/inc.c
12639         * src/news.c
12640         * src/send_message.c
12641                 Warn if connection should be secure, but
12642                 SSL support isn't compiled in
12643         * src/gtkaspell.c
12644                 Fix word separation on UTF-8 systems
12645                 Fixes bug #812 (Strange inline spellchecking)
12646         * src/compose.c
12647                 Warn if the requested Privacy system
12648                 is not available
12649                 Factorize offline warning
12650         * src/imap.c
12651         * src/imap_gtk.c
12652         * src/imap_gtk.h
12653         * src/inc.h
12654         * src/news_gtk.c
12655         * src/news_gtk.h
12656         * src/messageview.c
12657                 Factorize offline warning
12658
12659 2005-09-19 [paul]
12660
12661         1.9.15-rc2 released
12662
12663 2005-09-18 [colin]      1.9.14cvs42
12664
12665         * src/codeconv.c
12666         * src/codeconv.h
12667         * src/procmime.c
12668                 Add a way to get locale's charset ignoring utf-8,
12669                 and use that as default encoding for broken mails
12670
12671 2005-09-18 [colin]      1.9.14cvs41
12672
12673         * src/gtk/logwindow.c
12674                 Translate string. Patch by Fabien Vantard
12675
12676 2005-09-18 [colin]      1.9.14cvs40
12677
12678         * configure.ac
12679                 Fix bug #803 (IMAP/SSL support breaks with 
12680                 GnuTLS libetpan 0.38)
12681
12682 2005-09-18 [colin]      1.9.14cvs39
12683
12684         * src/codeconv.c
12685         * src/compose.c
12686         * src/procmime.c
12687                 More charsets fixes. Fixes bug #806 (non
12688                 ascii characters in subject line)
12689
12690 2005-09-17 [paul]       1.9.14cvs38
12691
12692         * src/folderview.c
12693         * src/mainwindow.c
12694                 fix gcc-2.95 issues
12695                 Patch by Pawel Pekala
12696
12697 2005-09-17 [colin]      1.9.14cvs37
12698
12699         * src/addrindex.c
12700                 bugfix for NO-USE LDAP compilation, patch 
12701                 by Fabien Vantard
12702
12703 2005-09-17 [colin]      1.9.14cvs36
12704
12705         * src/prefs_actions.c
12706         * src/prefs_customheader.c
12707         * src/prefs_display_header.c
12708         * src/prefs_filtering_action.c
12709         * src/prefs_matcher.c
12710         * src/prefs_toolbar.c
12711                 Fix strange casts (less elegant but
12712                 works better)
12713
12714 2005-09-16 [colin]      1.9.14cvs35
12715
12716         * src/jpilot.c
12717                 Missed that one
12718
12719 2005-09-16 [colin]      1.9.14cvs34
12720
12721         * configure.ac
12722         * src/Makefile.am
12723         * src/addr_compl.c
12724         * src/addrindex.c
12725         * src/browseldap.c
12726         * src/editldap.c
12727         * src/ldaplocate.c
12728         * src/ldapquery.c
12729         * src/ldapquery.h
12730         * src/ldapserver.c
12731         * src/ldapserver.h
12732         * src/main.c
12733         * src/matcher_parser_parse.y
12734         * src/prefs_themes.c
12735         * src/etpan/Makefile.am
12736         * src/gtk/description_window.c
12737         * src/plugins/clamav/Makefile.am
12738         * src/plugins/clamav/clamav_plugin.c
12739         * src/plugins/dillo_viewer/Makefile.am
12740         * src/plugins/pgpcore/Makefile.am
12741         * src/plugins/pgpinline/Makefile.am
12742         * src/plugins/pgpmime/Makefile.am
12743         * src/plugins/trayicon/Makefile.am
12744                 Fix 100% cpu usage in address completion list
12745                 Fix little bugs (return with no values etc)
12746                 Fix all warnings (with common CFLAGS)
12747
12748 2005-09-15 [colin]      1.9.14cvs33
12749
12750         * src/addressbook.c
12751                 Fix bug where sometimes a group's email list is empty,
12752                 force its refresh (probably fixes "Re: how to create a 
12753                 distribution list")
12754         * src/ldapquery.c
12755                 Don't return to the callback in the main thread from the
12756                 fetch thread (or face segs!)
12757
12758 2005-09-15 [paul]       1.9.14cvs32
12759
12760         * src/prefs_matcher.c
12761                 forgotten in last commit
12762
12763 2005-09-15 [paul]       1.9.14cvs31
12764
12765         * src/prefs_actions.c
12766         * src/prefs_filtering_action.c
12767         * src/prefs_quote.c
12768         * src/quote_fmt.c
12769         * src/summaryview.c
12770         * src/gtk/description_window.c
12771         * src/gtk/description_window.h
12772         * src/gtk/quicksearch.c
12773                 allow interaction with the called
12774                 description window
12775                 Patch by Anders Hammar
12776
12777 2005-09-14 [paul]       1.9.14cvs30
12778
12779         * src/compose.c
12780                 fix a little annoyance when pasting with 3rd button 
12781                 with wrap_pastes=0 and wrap_input=1
12782                 Patch by Colin
12783
12784 2005-09-14 [paul]       1.9.14cvs29
12785
12786         * src/prefs_account.c
12787                 disable 'Filter messages on receiving' for
12788                 SMTP-only accounts
12789                 Patch  by Anders Hammar
12790
12791 2005-09-14 [paul]       1.9.14cvs28
12792
12793         * po/sk.po
12794                 fix crash
12795                 updated by Andrej Kacian
12796
12797 2005-09-14 [paul]
12798
12799         1.9.15-rc1 released
12800
12801 2005-09-14 [paul]       1.9.14cvs27
12802
12803         * po/es.po
12804                 updated by Ricardo Mones Lastra
12805         * src/compose.c
12806         * src/compose.h
12807                 associate no_wrap_tags to Compose windows
12808                 instead of using a static one
12809                 Patch by Colin
12810         * src/mbox.c
12811                 fix proc_mbox()
12812                 Patch by wwp
12813         * src/textview.c
12814                 remove unneeded printf()
12815
12816 2005-09-14 [paul]       1.9.14cvs26
12817
12818         * src/addrcache.c
12819         * src/codeconv.h
12820         * src/folder.h
12821         * src/mainwindow.h
12822         * src/mh.c
12823         * src/mimeview.h
12824         * src/partial_download.c
12825         * src/pop.c
12826         * src/prefs_account.c
12827         * src/prefs_account.h
12828         * src/prefs_actions.c
12829         * src/prefs_customheader.c
12830         * src/prefs_display_header.c
12831         * src/prefs_filtering_action.c
12832         * src/prefs_matcher.c
12833         * src/prefs_toolbar.c
12834         * src/privacy.h
12835         * src/procmime.c
12836         * src/procmime.h
12837         * src/procmsg.h
12838         * src/textview.c
12839         * src/undo.h
12840         * src/common/plugin.c
12841         * src/common/session.h
12842         * src/common/socket.c
12843         * src/common/socket.h
12844         * src/common/template.c
12845         * src/gtk/gtkaspell.c
12846         * src/gtk/quicksearch.h
12847         * src/plugins/pgpcore/passphrase.c
12848         * src/plugins/pgpcore/prefs_gpg.h
12849         * src/plugins/pgpcore/select-keys.c
12850         * src/plugins/pgpcore/select-keys.h
12851         * src/plugins/pgpcore/sgpgme.c
12852         * src/plugins/pgpinline/pgpinline.c
12853         * src/plugins/pgpmime/pgpmime.c
12854         * src/plugins/trayicon/trayicon.c
12855                 fix compilation warnings
12856                 Patch by Daniel Gustafson
12857
12858 2005-09-14 [paul]       1.9.14cvs25
12859
12860         * src/addressbook.c
12861                 add missing column header, and other small
12862                 bug fixes
12863                 Patch by Anders Hammar
12864
12865 2005-09-13 [colin]      1.9.14cvs24
12866
12867         * src/gtk/gtkaspell.c
12868                 Fix non-utf8 in menu
12869                 Fix little leaks
12870                 Nullify struct members after free()s
12871
12872 2005-09-13 [colin]      1.9.14cvs23
12873
12874         * src/compose.c
12875                 Test utf8 compliance before inserting to 
12876                 buffer, and try to convert if necessary
12877         * src/procmime.c
12878                 If no charset is present, use the locale 
12879                 one instead of us-ascii
12880         * src/procmsg.c
12881                 Add Sender, List-Post and To in the checked 
12882                 headers for automatic rules creation 
12883                 (thanks to wwp)
12884         * src/prefs_themes.c
12885         * src/gtk/gtkaspell.c
12886                 Remove deprecated functions. 
12887                 patch by Daniel Gustafson
12888
12889 2005-09-12 [colin]      1.9.14cvs22
12890
12891         * src/compose.c
12892                 Fix bug #448 (Scrolling/Redraw issue with 
12893                 address-fields in Header)
12894         * src/mainwindow.c
12895         * src/summaryview.c
12896         * src/summaryview.h
12897                 Fix loss of MSG_MARKED on move/copy
12898                 Fix bug #804 (Quicksearch togglebutton doesn't 
12899                 get depressed after '/' key is pressed)
12900
12901 2005-09-12 [paul]       1.9.14cvs21
12902
12903         * AUTHORS
12904         * src/gtk/logwindow.c
12905                 add 'Clear Log' to popup menu
12906                 Patch by Anders Hammar <anders.hammar@telia.com>
12907
12908 2005-09-12 [paul]       1.9.14cvs20
12909
12910         * src/compose.c
12911                 set correct sensitivity on attachments
12912                 popup menu
12913         * src/folder.c
12914                 fix typo
12915         * src/prefs_spelling.c
12916                 fix crash when no LANG env is set
12917         * src/common/xml.c
12918                 fix crash in wizard
12919                 don't use memeory after free
12920
12921         All patches by Daniel Gustafson
12922
12923 2005-09-12 [paul]       1.9.14cvs19
12924
12925         * src/prefs_themes.c
12926                 make theme info selectable
12927         * src/gtk/description_window.c
12928                 make window non-modal
12929         * tools/README
12930                 add details of asus_mailed.sh
12931         * tools/claws.i18n.status.pl
12932                 update for new zh_TW translator
12933                 widen the output
12934                 create alternate coloured lines
12935                 improve readability
12936
12937 2005-09-10 [colin]      1.9.14cvs18
12938
12939         * src/plugins/pgpcore/select-keys.c
12940                 Better order for the buttons
12941
12942 2005-09-10 [colin]      1.9.14cvs17
12943
12944         * src/compose.c
12945         * src/plugins/pgpcore/select-keys.c
12946         * src/plugins/pgpcore/select-keys.h
12947         * src/plugins/pgpcore/sgpgme.c
12948                 Add a "Don't encrypt" button to the key
12949                 selection dialog. Fixes bug #177 (There should be a 
12950                 'Don't encrypt button in the Select Keys dialog)
12951
12952 2005-09-10 [colin]      1.9.14cvs16
12953
12954         * src/compose.c
12955                 Fix bug #572 (%X option does not work with templates)
12956
12957 2005-09-10 [colin]      1.9.14cvs15
12958
12959         * src/toolbar.c 
12960                 Remove g_print
12961
12962 2005-09-10 [colin]      1.9.14cvs14
12963
12964         * src/imap.c
12965                 Fix a possible crash
12966
12967 2005-09-09 [colin]      1.9.14cvs13
12968
12969         * src/imap.c
12970         * src/etpan/imap-thread.c
12971         * src/etpan/imap-thread.h
12972                 Fix moving from queue or drafts to normal folders
12973                 Fix bug #794 (No way to delete without expunging)
12974                 Take flags unset by other mailers into account
12975                 Take deleted flag set by other mailers into account
12976                 Fix unsetting REPLIED flag
12977                 Fix crash when capabilities can't be retrieved
12978         * src/mainwindow.c
12979         * src/mainwindow.h
12980                 Add M_DELAYED_FLAGS condition, and let the user use
12981                 Execute in order to be able to expunge deleted mails,
12982                 even if he's not in delayed execute mode
12983         * src/prefs_spelling.c
12984                 Use 'en' dictionary by default if LANG is POSIX or C
12985         * src/gtk/prefswindow.c
12986                 Fix bug #767 (Preferences windows expanding) by making
12987                 the window a bit larger when the resolution is greater
12988                 than 640x480, and by putting the prefs in a
12989                 GtkScrolledWindow.
12990
12991 2005-09-09 [paul]       1.9.14cvs12
12992
12993         * AUTHORS
12994         * configure.ac
12995         * po/zh_TW.Big5.po      ** REMOVED **
12996         * po/zh_TW.po           ** ADDED **
12997                 updated by Wei-Lun Chao
12998
12999 2005-09-09 [paul]       1.9.14cvs11
13000
13001         * src/mainwindow.c
13002                 fix asserts
13003         * src/common/xml.c
13004                 delay memory allocation until file is
13005                 opened successfully
13006                 Patch by Daniel Gustafson
13007
13008 2005-09-09 [colin]      1.9.14cvs10
13009
13010         * src/imap.c
13011                 Add guards
13012
13013 2005-09-08 [colin]      1.9.14cvs9
13014
13015         * src/compose.c
13016                 Alert when we can't save draft
13017                 Fix various wrap/color issues
13018                 Add mid-click pasting respecting wrap_paste option
13019         * src/folder.c
13020         * src/folder.h
13021         * src/folder_item_prefs.c
13022         * src/folder_item_prefs.h
13023         * src/imap.c
13024         * src/imap_gtk.c
13025         * src/imap_gtk.h
13026         * src/main.c
13027         * src/mainwindow.c
13028         * src/mainwindow.h
13029         * src/news.c
13030         * src/news_gtk.c
13031         * src/news_gtk.h
13032         * src/prefs_folder_item.c
13033                 Fix the impossibility to synchronise folders for
13034                 offline use (IMAP and NNTP are concerned)
13035
13036 2005-09-08 [colin]      1.9.14cvs8
13037
13038         * configure.ac
13039                 Build LDAP and JPilot by default if available
13040         * src/textview.c
13041                 Fix use after free
13042
13043 2005-09-08 [paul]       1.9.14cvs7
13044
13045         * doc/manual/en/sylpheed-1.html
13046         * doc/manual/en/sylpheed-18.html
13047         * doc/manual/en/sylpheed-19.html
13048         * doc/manual/en/sylpheed-4.html
13049         * doc/manual/en/sylpheed-6.html
13050         * doc/manual/en/sylpheed.html
13051                 a few minor updates, plus include some
13052                 details about plugins and their requirements
13053         * src/mainwindow.c
13054                 minor changes to English in /View/Sort
13055
13056 2005-09-07 [colin]      1.9.14cvs6
13057
13058         * doc/manual/en/sylpheed-1.html
13059         * doc/manual/en/sylpheed-10.html
13060         * doc/manual/en/sylpheed-11.html
13061         * doc/manual/en/sylpheed-12.html
13062         * doc/manual/en/sylpheed-13.html
13063         * doc/manual/en/sylpheed-14.html
13064         * doc/manual/en/sylpheed-15.html
13065         * doc/manual/en/sylpheed-16.html
13066         * doc/manual/en/sylpheed-17.html
13067         * doc/manual/en/sylpheed-18.html
13068         * doc/manual/en/sylpheed-19.html
13069         * doc/manual/en/sylpheed-2.html
13070         * doc/manual/en/sylpheed-20.html
13071         * doc/manual/en/sylpheed-21.html
13072         * doc/manual/en/sylpheed-22.html
13073         * doc/manual/en/sylpheed-3.html
13074         * doc/manual/en/sylpheed-4.html
13075         * doc/manual/en/sylpheed-5.html
13076         * doc/manual/en/sylpheed-6.html
13077         * doc/manual/en/sylpheed-7.html
13078         * doc/manual/en/sylpheed-8.html
13079         * doc/manual/en/sylpheed-9.html
13080         * doc/manual/en/sylpheed.html
13081                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13082
13083 2005-09-07 [colin]      1.9.14cvs5
13084
13085         * src/mainwindow.c
13086                 Make labels more to-the-point
13087
13088 2005-09-07 [colin]      1.9.14cvs4
13089
13090         * doc/manual/en/sylpheed-1.html
13091         * doc/manual/en/sylpheed-12.html
13092         * doc/manual/en/sylpheed-13.html
13093         * doc/manual/en/sylpheed-14.html
13094         * doc/manual/en/sylpheed-15.html
13095         * doc/manual/en/sylpheed-16.html
13096         * doc/manual/en/sylpheed-17.html
13097         * doc/manual/en/sylpheed-18.html
13098         * doc/manual/en/sylpheed-19.html
13099         * doc/manual/en/sylpheed-2.html
13100         * doc/manual/en/sylpheed-20.html
13101         * doc/manual/en/sylpheed-21.html
13102         * doc/manual/en/sylpheed-22.html
13103         * doc/manual/en/sylpheed-4.html
13104         * doc/manual/en/sylpheed-5.html
13105         * doc/manual/en/sylpheed-6.html
13106         * doc/manual/en/sylpheed-7.html
13107         * doc/manual/en/sylpheed-8.html
13108         * doc/manual/en/sylpheed-9.html
13109         * doc/manual/en/sylpheed.html
13110                 Update manual
13111
13112 2005-09-07 [colin]      1.9.14cvs3
13113
13114         * doc/faq/en/sylpheed-faq-1.html
13115         * doc/faq/en/sylpheed-faq-2.html
13116         * doc/faq/en/sylpheed-faq-3.html
13117         * doc/faq/en/sylpheed-faq.html
13118                 Update FAQ
13119
13120 2005-09-07 [colin]      1.9.14cvs2
13121
13122         * src/folderview.c
13123         * src/procmsg.c
13124         * src/summaryview.c
13125         * src/toolbar.c
13126                 Fix special subfolders:
13127                 - Inherit parent's icon
13128                 - sent contents of queues subfolders
13129                 - empty subfolders of trashes
13130         * src/mainwindow.c
13131                 Remove outdated manual and faq entries
13132         * src/common/utils.c
13133                 Add quotes around %s coming from mailcap
13134
13135 2005-09-07 [colin]      1.9.14cvs1
13136
13137         * src/compose.c
13138                 After saving draft, set modified to FALSE
13139         * src/mimeview.c
13140         * src/common/utils.c
13141         * src/common/utils.h
13142                 Try to open mime parts using what is 
13143                 indicated in ~/.mailcap or /etc/mailcap,
13144                 if possible.
13145
13146 2005-09-05 [paul]       1.9.14
13147
13148         1.9.14 released
13149
13150         * po/sk.po
13151                 updated by Andrej Kacian
13152
13153 2005-09-05 [paul]       1.9.13cvs83
13154
13155         * po/de.po
13156         * po/es.po
13157         * po/fi.po
13158         * po/fr.po
13159         * po/nb.po
13160         * po/pt_BR.po
13161         * po/sr.po
13162                 updated translations by Thomas Gilgin, Ricardo Mones
13163                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13164                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13165
13166 2005-09-04 [paul]       1.9.13cvs82
13167
13168         * src/compose.c
13169                 only warn about exceeded line length limit
13170                 on send
13171
13172 2005-09-04 [paul]       1.9.13cvs81
13173
13174         * src/compose.c
13175                 fix crash in 'line length exceeded' dialogue
13176
13177 2005-09-02 [paul]       1.9.13cvs80
13178
13179         * src/imap.c
13180                 fix bug 795, 'Connection lost IMAP'
13181                 and add statusbar prints
13182                 Patch by Colin
13183
13184 2005-09-02 [paul]       1.9.13cvs79
13185
13186         * src/compose.c
13187                 compose_wrap_paragraph() becomes
13188                 compose_beautify_paragraph()
13189                 Patch by Colin
13190
13191 2005-09-02 [colin]      1.9.13cvs78
13192
13193         * src/folderview.c
13194                 Micro-fix
13195
13196 2005-09-01 [colin]      1.9.13cvs77
13197
13198         * src/imap.c
13199                 Maybe fix bug #795 (Connection lost IMAP)
13200                 Don't try to send logout when we're disconnected.
13201         * src/summaryview.c
13202                 Include locked and marked emails in HRM
13203                 view. Fixes bug #800 (Locked messages no longer 
13204                 show up when hide read messages is used)
13205
13206 2005-09-01 [paul]       1.9.13cvs76
13207
13208         * src/prefs_common.c
13209                 fix bad cutting
13210
13211 2005-08-31 [colin]      1.9.13cvs75
13212
13213         * src/folderview.c
13214         * src/folderview.h
13215         * src/prefs_summaries.c
13216         * src/summaryview.c
13217                 Fix "go to next new", fix preference
13218                 (Open unread/next swapped)
13219
13220 2005-08-31 [paul]       1.9.13cvs74
13221
13222         * src/compose.c
13223         * src/folderview.c
13224         * src/headerview.c
13225         * src/headerview.h
13226         * src/mainwindow.c
13227         * src/prefs_common.c
13228         * src/prefs_common.h
13229         * src/prefs_fonts.c
13230         * src/summaryview.c
13231         * src/textview.c
13232         * src/common/defs.h
13233                 remove obsolete BOLD_FONT setting
13234                 fix font update in headerview and textview
13235                 headers after prefs change
13236                 Patch By Colin
13237
13238 2005-08-31 [paul]
13239
13240         1.9.14-rc4 released
13241
13242 2005-08-30 [colin]      1.9.13cvs73
13243
13244         * src/summaryview.c
13245                 When Hide read messages is selected and we
13246                 refresh the summaryview, don't remove the 
13247                 currently displayed message. Fixes bug #797
13248                 (Summary view reloads when new mail is 
13249                 downloaded in 1.9.14 rc)
13250
13251 2005-08-30 [colin]      1.9.13cvs72
13252
13253         * src/folderview.c
13254                 Fix flickering
13255         * src/mainwindow.c
13256                 Remove useless callback
13257         * src/mimeview.c
13258         * src/gtk/filesel.c
13259         * src/gtk/filesel.h
13260                 Add a filesel_select_file_save_folder() - used by Save All
13261
13262 2005-08-29 [paul]       1.9.13cvs71
13263
13264         * AUTHORS
13265         * src/matcher_parser_parse.y
13266         * src/etpan/imap-thread.c
13267                 fix building on FreeBSD
13268                 Patch by Daniel Gustafson <daniel@hobbit.se>
13269
13270 2005-08-29 [paul]       1.9.13cvs70
13271
13272         * src/plugins/pgpinline/pgpinline.c
13273                 only initialise sig result if it's been handled
13274                 Patch by Colin
13275
13276 2005-08-29 [paul]       1.9.13cvs69
13277         
13278         Patches by Colin:
13279
13280         * src/imap.c
13281         * src/common.utils.c
13282         * src/common/utils.h
13283                 optimisation
13284         * src/stock_pixmap.h
13285                 fix wrong icon reference
13286         * src/pixmaps/trash_btn.xpm
13287                 replace with nicer image
13288
13289 2005-08-28 [colin]      1.9.13cvs68
13290
13291         * src/Makefile.am
13292         * src/stock_pixmap.c
13293         * src/stock_pixmap.h
13294         * src/toolbar.c
13295         * src/pixmaps/trash_btn.xpm
13296                 Add a specific trash xpm for the button
13297
13298 2005-08-28 [colin]      1.9.13cvs67
13299
13300         * src/imap.c
13301                 Fix leak
13302
13303 2005-08-27 [colin]      1.9.13cvs66
13304
13305         * src/imap.c
13306         * src/procmime.c
13307                 Correctly fix "Problem with replies", fixes
13308                 pgpmime encryption too. 
13309
13310 2005-08-27 [colin]      1.9.13cvs65
13311
13312         * src/folder.c
13313         * src/procmsg.c
13314         * src/procmsg.h
13315         * src/summaryview.c
13316                 Fix bug #517 (messages removed from summaryview 
13317                 when moving fails)
13318
13319 2005-08-27 [colin]      1.9.13cvs64
13320
13321         * tools/Makefile.am
13322         * tools/asus_mailled.sh
13323                 Add a script to blink ASUS laptops' mail LED where there
13324                 is unread mail.
13325
13326 2005-08-27 [colin]      1.9.13cvs63
13327
13328         * src/imap.c
13329         * src/etpan/imap-thread.c
13330         * src/etpan/imap-thread.h
13331                 Implement automatic choosing of login method
13332                 Fixes bug #791
13333         * src/gtk/.cvsignore
13334                 Add sylpheed-marshal.[ch]
13335
13336 2005-08-27 [colin]      1.9.13cvs62
13337
13338         * src/common/utils.c
13339                 Fix confusing perror
13340
13341 2005-08-27 [colin]      1.9.13cvs61
13342
13343         * src/toolbar.c
13344         * src/toolbar.h
13345                 Remove A_DELETE, replace it with 
13346                 A_TRASH and A_DELETE_REAL. Automatically
13347                 rewrite config files to replace A_DELETE
13348                 with A_TRASH (no functionality change).
13349                 Fixes half of #794
13350
13351 2005-08-26 [colin]      1.9.13cvs60
13352
13353         * src/procmime.c
13354                 Previous "Problem with replies" fix brought other
13355                 problems, fixing them
13356
13357 2005-08-26 [colin]      1.9.13cvs59
13358
13359         * src/procmime.c
13360                 Fix "Problem with replies". This happened only
13361                 on IMAP...
13362         * src/procmsg.c
13363                 Factorize code a bit
13364         * src/compose.c
13365                 Speed improvement on very long messages (wrapping)
13366                 Fix signature color on Reedit and Redirect
13367                 On Reedit, don't attach pgp-signatures parts, but
13368                 set signing to On.
13369
13370 2005-08-24 [paul]       1.9.13cvs58
13371
13372         * src/compose.c
13373                 don't claim success when clicking
13374                 Cancel on the passphrase box.
13375                 Patch by Colin
13376
13377 2005-08-24 [paul]       1.9.13cvs57
13378
13379         * src/main.c
13380                 fix misplaced sylpheed.log
13381         * src/common/defs.h
13382                 define UIDL_DIR
13383
13384 2005-08-24 [paul]       1.9.13cvs56
13385
13386         * src/imap.c
13387         * src/etpan/imap-thread.c
13388         * src/etpan/imap-thread.h
13389                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13390                 Patch by Colin
13391         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13392         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13393                 remove autogenerated files
13394         * tools/kdeservicemenu/README
13395         * tools/kdeservicemenu/install.sh
13396         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13397         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13398                 use Claws icon, use 'Sylpheed-Claws' in menu,
13399                 use kdialog, and other cleanups
13400
13401 2005-08-23 [paul]       1.9.13cvs55
13402
13403         * src/compose.c
13404                 fix paste/wrap crash
13405                 Patch by Colin
13406
13407 2005-08-23 [paul]       1.9.13cvs54
13408
13409         * src/main.c
13410                 fix crash recovery
13411                 Patch by Colin
13412
13413 2005-08-23 [paul]       1.9.13cvs53
13414
13415         * src/addressbook.c
13416         * src/editaddress.c
13417                 view all data of LDAP contacts
13418                 Patch by Colin
13419
13420 2005-08-23 [paul]       1.9.13cvs52
13421
13422         * src/addressbook.c
13423                 fix issues with the Search field
13424                 Patch by Colin
13425
13426 2005-08-22 [paul]       1.9.13cvs51
13427
13428         * src/folderview.c
13429                 put name of folder in processing dialog
13430                 title
13431         * src/prefs_folder_item.c
13432                 improve english usage
13433
13434 2005-08-22 [paul]       1.9.13cvs50
13435
13436         * src/filtering.c
13437         * src/filtering.h
13438         * src/matcher.c
13439         * src/matcher_parser_lex.l
13440         * src/matcher_parser_parse.y
13441         * src/prefs_filtering.c
13442                 add Filtering/Processing rule names feature.
13443                 (the incompatible old matcherrc is saved as
13444                 matcherrc.pre_names).
13445                 Patch by Colin
13446
13447 2005-08-22 [paul]       1.9.13cvs49
13448
13449         * src/procmsg.c
13450                 fix colour labelling
13451                 Patch by Colin
13452
13453 2005-08-22 [paul]       1.9.13cvs48
13454
13455         * src/textview.c
13456                 fix open_image_cb()
13457
13458 2005-08-22 [paul]       1.9.13cvs47
13459
13460         * src/imap.c
13461                 fix bug 789, 'SC crashes with imap (CVS ver)'
13462                 Patch by Colin
13463
13464 2005-08-22 [paul]       1.9.13cvs46
13465
13466         * src/mimeview.c
13467         * src/prefs_common.c
13468         * src/common/defs.h
13469                 define reused defaults in defs.h
13470         * src/textview.c
13471                 add 'Open image' to image popup menu
13472
13473 2005-08-21 [colin]      1.9.13cvs45
13474
13475         * src/summaryview.c
13476                 Fix bug #788 (Bogus "From" address displayed)
13477
13478 2005-08-20 [colin]      1.9.13cvs44
13479
13480         * src/folder.c
13481                 Fix buf #787 (multilevel delete causes SIGSEGV)
13482
13483 2005-08-19 [colin]      1.9.13cvs43
13484
13485         * src/inc.c
13486         * src/prefs_common.c
13487         * src/prefs_common.h
13488                 Add an hidden pref to allow modifying the
13489                 update stepping in incorporation.
13490                 Patch by wwp.
13491
13492 2005-08-19 [colin]      1.9.13cvs42
13493
13494         * src/compose.c
13495         * src/procmime.c
13496                 Workaround for broken MUAs: encode 
13497                 Content-type: name: as ASCII and 
13498                 Content-Disposition: filename: as
13499                 per rfc2231
13500         * src/prefs_account.c
13501                 Fix invisible-ness of SMTP SSL prefs
13502                 in NNTP accounts
13503
13504 2005-08-19 [paul]       1.9.13cvs41
13505
13506         * src/compose.c
13507         * src/prefs_common.c
13508         * src/prefs_common.h
13509         * src/prefs_wrapping.c
13510                 paste with or without wrapping.
13511                 patch by Colin
13512
13513 2005-08-19 [paul]       1.9.13cvs40
13514
13515         * src/prefs_common.c
13516         * src/prefs_common.h
13517         * src/summaryview.c
13518                 reintroduce enable_swap_from as a
13519                 hidden pref. patch by Colin
13520         * src/quote_fmt_parse.y
13521         * src/plugins/clamav/clamav_plugin.c
13522         * src/plugins/dillo_viewer/dillo_viewer.c
13523         * src/plugins/mathml_viewer/mathml_viewer.c
13524         * src/plugins/pgpcore/sgpgme.c
13525         * src/plugins/pgpinline/pgpinline.c
13526         * src/plugins/pgpmime/pgpmime.c
13527                 tidy up. patch by Colin
13528
13529 2005-08-19 [paul]       1.9.13cvs39
13530
13531         * configure.ac
13532                 complete cvs38's sync
13533         * src/editaddress.c
13534         * src/gedit-print.c
13535         * src/mutt.c
13536         * src/etpan/etpan-log.c
13537         * src/etpan/imap-thread.c
13538         * src/gtk/gtksourceprintjob.c
13539                 fix compilation warnings
13540                 (patch by Colin)
13541
13542 2005-08-19 [paul]       1.9.13cvs38
13543
13544         sync with main:
13545
13546         * src/account.c
13547         * src/action.c
13548         * src/addrbook.c
13549         * src/addrcache.c
13550         * src/addrharvest.c
13551         * src/addrindex.c
13552         * src/codeconv.c
13553         * src/compose.c
13554         * src/crash.c
13555         * src/exporthtml.c
13556         * src/exportldif.c
13557         * src/folder.c
13558         * src/image_viewer.c
13559         * src/inc.c
13560         * src/inc.h
13561         * src/jpilot.c
13562         * src/ldif.c
13563         * src/main.c
13564         * src/matcher.c
13565         * src/mbox.c
13566         * src/messageview.c
13567         * src/mh.c
13568         * src/mimeview.c
13569         * src/msgcache.c
13570         * src/mutt.c
13571         * src/news.c
13572         * src/partial_download.c
13573         * src/pine.c
13574         * src/pop.c
13575         * src/prefs_actions.c
13576         * src/prefs_common.c
13577         * src/prefs_customheader.c
13578         * src/prefs_display_header.c
13579         * src/prefs_gtk.c
13580         * src/prefs_themes.c
13581         * src/procheader.c
13582         * src/procmime.c
13583         * src/procmsg.c
13584         * src/recv.c
13585         * src/send_message.c
13586         * src/simple-gettext.c
13587         * src/sourcewindow.c
13588         * src/textview.c
13589         * src/vcard.c
13590         * src/common/defs.h
13591         * src/common/log.c
13592         * src/common/plugin.c
13593         * src/common/prefs.c
13594         * src/common/session.c
13595         * src/common/session.h
13596         * src/common/socket.c
13597         * src/common/socket.h
13598         * src/common/ssl_certificate.c
13599         * src/common/template.c
13600         * src/common/utils.c
13601         * src/common/utils.h
13602         * src/common/xml.c
13603         * src/gtk/about.c
13604         added wrappers for C library function that
13605                 take pathname arguments.
13606                 enabled compilation with MinGW.
13607                 use GDir instead of directly using opendir().
13608                 added rename_force().
13609
13610 2005-08-19 [paul]       1.9.13cvs37
13611         
13612         patches by Colin:
13613         * src/compose.c
13614                 fix privacy settings on re-editing
13615                 a sent message
13616         * src/jpilot.c
13617                 fix encoding bug
13618         * src/folder.c
13619         * src/procmsg.c
13620         * src/procmsg.h
13621         * src/summaryview.c
13622                 flag changing optimisation
13623
13624 2005-08-18 [martin]     1.9.13cvs36
13625
13626         * commitHelper
13627             added my login
13628         * src/addrcache.c
13629         * src/addrharvest.c
13630         * src/addrindex.c
13631         * src/compose.c
13632         * src/grouplistdialog.c
13633         * src/main.c
13634         * src/mainwindow.c
13635         * src/msgcache.c
13636         * src/mutt.c
13637         * src/pine.c
13638         * src/prefs_account.c
13639         * src/prefs_themes.c
13640         * src/stock_pixmap.c
13641         * src/summaryview.c
13642         * src/gtk/about.c
13643         * src/gtk/logwindow.c
13644             removed deprecated glib and gdk stuff
13645         * src/plugins/pgpcore/select-keys.c
13646             convert attributes from locale to utf8
13647
13648 2005-08-17 [paul]       1.9.13cvs35
13649
13650         * src/account.c
13651         * src/addressbook.c
13652                 use new GTK_STOCK_ icons if available
13653         * src/summaryview.c
13654         * src/gtk/gtksctree.c
13655         * src/gtk/gtksctree.h
13656                 faster range select. patch by Colin
13657
13658 2005-08-17 [paul]       1.9.13cvs34
13659
13660         patches by colin:
13661         * src/addressbook.c
13662         * src/addressitem.h
13663                 Add an edit button for contacts, fix selections
13664                 of gtksctree items
13665         * src/editaddress.c
13666                 Change labels, let Save be always possible in the
13667                 email and user atributes tabs
13668         * src/folderview.c
13669                 fix sort issues
13670         * src/summaryview.c
13671                 select next item instead of the displayed one
13672                 after deletion
13673
13674         * src/gtk/progressdialog.c
13675                 use prefs_common.enable_rules_hint
13676
13677 2005-08-13 [hoa]        1.9.13cvs33
13678
13679         * src/etpan/imap-thread.c
13680                 fixed build on Solaris.
13681
13682 2005-08-10 [colin]      1.9.13cvs32
13683
13684         * src/procmsg.c
13685                 Fix cvs31 (missing fclose before reading
13686                 the file)
13687
13688 2005-08-10 [colin]      1.9.13cvs31
13689
13690         * src/procmsg.c
13691                 Fix procmsg_msginfo_new_from_mimeinfo() when
13692                 the MimeInfo isn't stored in memory. This fixes
13693                 replying to an attached message.
13694
13695 2005-08-10 [colin]      1.9.13cvs30
13696
13697         * src/mainwindow.c
13698                 Fix slowness in account changing
13699
13700 2005-08-10 [colin]      1.9.13cvs29
13701
13702         * src/folder.c
13703         * src/folderutils.c
13704         * src/folderview.c
13705         * src/imap_gtk.c
13706         * src/mainwindow.c
13707         * src/mh_gtk.c
13708         * src/procmsg.c
13709         * src/summaryview.c
13710                 Optimize folder_has_parent_of_type
13711                 Prevent moving special sub-folders from contextual menus
13712                 Rework message a bit ("Empty all messages" -> "Delete all
13713                 messages")
13714                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13715                 and "Deleted Items" folders)
13716
13717 2005-08-08 [colin]      1.9.13cvs28
13718
13719         * src/summaryview.c
13720         * src/prefs_summaries.c
13721                 Make "Select first unread|new" more flexible
13722                 (just prioritize new or unread)
13723
13724 2005-08-08 [colin]      1.9.13cvs27
13725
13726         * src/summaryview.c
13727                 If "select first new" is selected and there only
13728                 are unread messages, fallback to "select first
13729                 unread".
13730
13731 2005-08-08 [colin]      1.9.13cvs26
13732
13733         * src/folder.c
13734                 Fix shameful bugs (and bug #779)
13735
13736 2005-08-08 [colin]      1.9.13cvs25
13737
13738         * src/folder.c
13739         * src/folder.h
13740                 Cache parents' type to make folder_has_parent_of_type
13741                 faster
13742         * src/folderview.c
13743                 Forbid DnD of special sub-folders
13744         * src/procmsg.c
13745         * src/procmsg.h
13746                 Add MAIL_POSTFILTERING_HOOK
13747         * src/summaryview.c
13748                 Revert over-zealous deletion of the use_addr_book 
13749                 code
13750
13751 2005-08-07 [colin]      1.9.13cvs24
13752
13753         * src/folder.c
13754                 Fix big mistake (passing MsgInfo instead 
13755                 of FolderItem)
13756
13757 2005-08-07 [colin]      1.9.13cvs23
13758
13759         * src/compose.c
13760         * src/folder.c
13761         * src/folder.h
13762         * src/foldersel.c
13763         * src/folderutils.c
13764         * src/folderview.c
13765         * src/imap.c
13766         * src/mainwindow.c
13767         * src/messageview.c
13768         * src/mh.c
13769         * src/msgcache.c
13770         * src/procmime.c
13771         * src/summaryview.c
13772                 Make subfolders of Drafts, Queue, Outbox, Trash
13773                 work like their parents. 
13774                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13775
13776 2005-08-07 [colin]      1.9.13cvs22
13777
13778         * src/addressbook.c
13779                 Fix bug #771 (Dragged contacts not saved)
13780
13781 2005-08-07 [paul]       1.9.13cvs21
13782
13783         * src/summaryview.c
13784                 fix bug 32 'Search Doesn't display results
13785                 if "Hide Read Messages" is chosen'
13786                 be more literal in interpreting 'Hide read
13787                 messages'
13788
13789 2005-08-07 [colin]      1.9.13cvs20
13790
13791         * src/folderview.c
13792                 Add debug
13793         * src/summaryview.c
13794                 Faster 'unthread_for_execution'
13795
13796 2005-08-06 [paul]       1.9.13cvs19
13797
13798         * src/mainwindow.c
13799                 add mnemonics to Set displayed columns
13800                 fix bug where msgview_visible option was
13801                 overwritten as TRUE on startup
13802
13803 2005-08-06 [paul]       1.9.13cvs18
13804
13805         * src/mainwindow.c
13806                 refer to 'displayed columns in folder/message
13807                 list' not 'displayed items in summary/message view'
13808         * src/prefs_display_header.c
13809                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13810                 be consistent with similar dialogues
13811         * src/prefs_folder_column.c
13812         * src/prefs_summary_column.c
13813                 'columns' not 'items', and folder and message lists,
13814                 instead of folder and summary views;
13815                 Use 'Hidden columns' as list heading not 'Available
13816                 items';
13817                 move the 'Remove' button to the right hand side;
13818                 top-align the buttons;
13819                 remove unneeded vbox
13820         * src/prefs_summaries.c
13821                 put the 2 column prefs buttons in a frame to reduce
13822                 overall width; refer to columns not items &c.
13823
13824 2005-08-05 [colin]      1.9.13cvs17
13825
13826         * src/prefs_common.c
13827         * src/prefs_common.h
13828         * src/mainwindow.c
13829         * src/compose.c
13830         * src/messageview.c
13831                 Add an hidden toolbar_detachable pref, so
13832                 that I can get rid of these painful handles
13833                 in the toolbars. Defaults to TRUE to avoid
13834                 changing the GUI on unsuspecting people...
13835
13836 2005-08-05 [colin]      1.9.13cvs16
13837
13838         * src/Makefile.am
13839         * src/prefs_folder_column.c
13840         * src/prefs_folder_column.h
13841                 Add prefs for folder columns
13842         * src/folderview.c
13843         * src/folderview.h
13844         * src/mainwindow.c
13845         * src/mainwindow.h
13846         * src/prefs_common.c
13847         * src/prefs_common.h
13848         * src/prefs_summaries.c
13849                 Use them
13850         * src/prefs_summary_column.c
13851         * src/summaryview.c
13852         * src/summaryview.h
13853                 Add a To column
13854         * src/textview.c
13855         * src/common/utils.c
13856         * src/common/utils.h
13857                 Move uri colourisation functions
13858                 to utils
13859         * src/compose.c
13860                 Colourise URIs
13861         * src/imap.c
13862                 Fix bug with LIST where we'd try
13863                 to get Folder//////[...]/// 
13864
13865 2005-08-05 [paul]       1.9.13cvs15
13866
13867         * src/prefs_summaries.c
13868                 improve the English usage
13869         * src/summaryview.c
13870                 set font on column change
13871                 thanks to Colin
13872
13873 2005-08-05 [paul]       1.9.13cvs14
13874
13875         * src/prefs_common.c
13876         * src/prefs_common.h
13877         * src/prefs_summaries.c
13878         * src/summaryview.c
13879                 replace 'open_unread_on_enter' option with
13880                 'select_on_entry' option. opening/not opening
13881                 is now exclusively controlled by 'always_show_msg'
13882
13883 2005-08-04 [colin]      1.9.13cvs13
13884
13885         * src/compose.c
13886                 Remove dead code
13887                 Add colourisation of quotes and signatures
13888         * src/folderview.c
13889                 Fix possible crashes
13890         * src/messageview.c
13891                 Change an assert that is no problem
13892         * src/news.c
13893         * src/news_gtk.c
13894         * src/news_gtk.h
13895                 Fix offline mode
13896         * src/gtk/quicksearch.c
13897                 Fix a possible crash
13898
13899 2005-08-03 [colin]      1.9.13cvs12
13900
13901         * src/prefs_account.c
13902                 Fix bug #777 (Sylpheed crash in account configuration)
13903
13904 2005-08-03 [colin]      1.9.13cvs11
13905
13906         * src/addressbook.c
13907         * src/editaddress.c
13908         * src/editgroup.c
13909                 Fixing addressbook, round 2
13910         * src/textview.c
13911                 Fix emphasis color on rechecking 'Colorize messages'
13912
13913 2005-08-03 [paul]       1.9.13cvs10
13914
13915         sync with main
13916
13917         * src/addr_compl.c
13918         * src/compose.c
13919         * src/main.c
13920         * src/pop.c
13921         * src/prefs_account.c
13922         * src/procmime.c
13923         * src/procmsg.c
13924         * src/quote_fmt_parse.y
13925         * src/textview.c
13926         * src/common/quoted-printable.c
13927         * src/common/utils.c
13928         * src/common/utils.h
13929         * src/common/xml.c
13930                 replaced incorrect locale-independent
13931                 ctype functions with GLib's. Corrected
13932                 signedness mismatch.
13933         * src/headerview.c
13934                 headerview_create(): added spacing for vbox.
13935         * src/gtk/about.c
13936                 set focus to the OK button.
13937
13938 2005-08-03 [colin]      1.9.13cvs9
13939
13940         * src/folderview.c
13941                 Fix possible crash
13942
13943 2005-08-02 [colin]      1.9.13cvs8
13944
13945         * src/mainwindow.c
13946                 Fix cast
13947         * src/addressbook.c
13948         * src/addressitem.h
13949                 Fix a cast and more generally, try to make the
13950                 GUI more intuitive and consistent (round 1)
13951
13952 2005-08-02 [paul]       1.9.13cvs7
13953
13954         * src/folder.h
13955                 missing in 1.9.13cvs6
13956
13957 2005-08-02 [colin]      1.9.13cvs6
13958
13959         * src/folder.c
13960                 Fix one more leak
13961
13962 2005-08-02 [colin]      1.9.13cvs5
13963
13964         * src/folder.c
13965         * src/folderview.c
13966         * src/imap.c
13967         * src/main.c
13968         * src/mbox.c
13969         * src/procmsg.c
13970         * src/summaryview.c
13971                 Fix a number of folder_item_get_msg_list()-related
13972                 leaks (missing procmsg_msginfo_free()s)
13973
13974 2005-08-01 [colin]      1.9.13cvs4
13975
13976         * src/folderview.c
13977         * src/folderview.h
13978         * src/mainwindow.c
13979         * src/prefs_fonts.c
13980         * src/prefs_summaries.c
13981         * src/prefs_themes.c
13982         * src/summaryview.c
13983         * src/summaryview.h
13984         * src/textview.c
13985         * src/textview.h
13986                 Fix instant-apply of summary and folderview-related prefs
13987                 Fix erroneous g_free and alertpanels in prefs_theme
13988                 Add instant-apply for fonts
13989                 Defer applying of prefs a little bit so it's done only
13990                 once even if requested by multiples prefs pages
13991
13992 2005-08-01 [paul]       1.9.13cvs3
13993
13994         * src/main.c
13995                 fix bug 776 'S.C. crashes on close'
13996                 thanks to Colin
13997         * src/etpan/etpan-thread-manager-types.h
13998                 add missing include
13999                 thanks to Hoa
14000
14001 2005-07-25 [paul]       1.9.13cvs2
14002
14003         * src/summaryview.c
14004                 fix typos. spotted by Fabien Vantard
14005
14006 2005-07-24 [paul]       1.9.13cvs1
14007
14008         * doc/man/sylpheed.1
14009                 update man page, incorporating fix of
14010                 bug 769 'Typo in manpage'
14011         * src/etpan/imap-thread.c
14012                 fix NetBSD openssl dependencies. patch by
14013                 George Michaelson <ggm@apnic.net>
14014         * po/pt_BR.po
14015                 updated by Frederico Goncalves Guimaraes
14016
14017 2005-07-22 [paul]       1.9.13
14018
14019         1.9.13 release
14020
14021 2005-07-22 [paul]       1.9.12cvs91
14022
14023         * AUTHORS
14024         * INSTALL
14025         * README.claws
14026         * RELEASE_NOTES.claws
14027                 updated for release
14028         * configure.ac
14029         * po/nb.po
14030         * tools/claws.i18n.status.pl
14031                 add Norwegian translation. submiited by
14032                 Geir Helland <pjallabais@users.sourceforge.net>
14033         * po/ca.po
14034         * po/de.po
14035         * po/es.po
14036         * po/fi.po
14037         * po/fr.po
14038         * po/it.po
14039         * po/sk.po
14040         * po/sr.po
14041         * po/zh_CN.po
14042                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14043                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14044                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14045                 Yang Guilong
14046         * src/plugins/clamav/clamav_plugin_gtk.c
14047         * src/plugins/spamassassin/spamassassin_gtk.c
14048                 replace outdated description strings
14049
14050 2005-07-21 [colin]      1.9.12cvs90
14051
14052         * src/folder.c
14053                 Set folder to batch mode when scanning it. Makes deletion
14054                 of unread mails on IMAP much faster (due to the UNREAD 
14055                 flag unsetting)
14056
14057 2005-07-21 [darko]      1.9.12cvs89
14058
14059         * configure.ac
14060                 link against libresolv if necessary (patch by Paul)
14061         * src/msgcache.c
14062                 use glib's portable macros to determine endianness
14063
14064 2005-07-21 [paul]       1.9.12cvs88
14065
14066         * src/crash.c
14067         * src/gtk/about.c
14068                 update compiled-in features list
14069
14070 2005-07-20 [colin]      1.9.12cvs87
14071
14072         * src/folder.c
14073         * src/textview.c
14074                 Gcc 2.9x compilation fixes, thanks to Darko
14075         * src/plugins/clamav/clamav_plugin.c
14076                 Little optimisation: load virus database only once
14077         * src/plugins/spamassassin/spamassassin.c
14078                 Big optimisation: filtering one mail took at least 1 second,
14079                 now it takes at least 50ms. Doesn't speed up spamassassin 
14080                 itself, but should already be much more tolerable.
14081
14082 2005-07-20 [colin]      1.9.12cvs86
14083
14084         * src/summaryview.c
14085                 Fix performance issue
14086
14087 2005-07-19 [colin]      1.9.12cvs85
14088
14089         * src/plugins/pgpinline/plugin.c
14090                 Fix warning
14091
14092 2005-07-19 [colin]      1.9.12cvs84
14093
14094         * configure.ac
14095         * src/plugins/Makefile.am
14096         * src/plugins/pgpinline/.cvsignore
14097         * src/plugins/pgpinline/Makefile.am
14098         * src/plugins/pgpinline/pgpinline.c
14099         * src/plugins/pgpinline/pgpinline.deps
14100         * src/plugins/pgpinline/pgpinline.h
14101         * src/plugins/pgpinline/plugin.c
14102                 Put pgpinline in the main tree
14103
14104 2005-07-19 [paul]       1.9.12cvs83
14105
14106         * src/prefs_actions.c
14107                 prevent '//' in menu names, which cause a crash
14108                 thanks to Colin
14109
14110 2005-07-19 [paul]       1.9.12cvs82
14111
14112         * configure.ac
14113                 be generally more informative in configure output.
14114                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14115                 '[ --disable-openssl ...', as --enable-openssl is default
14116                 PGP/MIME: don't check for GPGME again, check for
14117                 pgpcore instead. Therefore prevent the possibility of
14118                 attempting to build pgpmime if pgpcore dependencies are
14119                 not met
14120                 ClamAV: use pkgconfig to check for lib
14121                 libgnomeprint: revert logic on inner test to match
14122                 everything else
14123         * src/plugins/pgpcore/sgpgme.c
14124                 add missing include
14125
14126 2005-07-19 [colin]      1.9.12cvs81
14127
14128         * src/summaryview.c
14129                 Fix slow thread rebuilding in particular
14130                 cases
14131
14132 2005-07-19 [paul]       1.9.12cvs80
14133
14134         * sylpheed-claws.desktop
14135                 fix typo, spotted by Stephan Sachse
14136         * src/account.c
14137                 replace GTK_STOCK_ADD with
14138                 GTK_STOCK_NEW button
14139
14140 2005-07-18 [colin]      1.9.12cvs79
14141
14142         * src/etpan/imap-thread.c
14143                 Fix return value (Thanks Hoa)
14144
14145 2005-07-18 [colin]      1.9.12cvs78
14146
14147         * src/imap.c
14148                 Allow empty passwords
14149                 Create drafts/queue/outbox if necessary
14150         * src/summaryview.c
14151                 Remove old code
14152         * src/etpan/imap-thread.c
14153                 Fix STARTTLS (Thanks to Hoa)
14154
14155 2005-07-18 [paul]       1.9.12cvs77
14156
14157         * ChangeLog-gtk2.jp
14158         * ChangeLog.jp
14159                 removed
14160         * Makefile.am
14161                 updated to reflect additions and removals
14162         * TODO
14163                 updated to be claws-specific
14164         * TODO-gtk2
14165         * TODO-gtk2.jp
14166         * TODO.jp
14167         * sylpheed-128x128.png
14168         * sylpheed-64x64.png
14169                 removed
14170         * sylpheed-claws-128x128.png
14171         * sylpheed-claws-64x64.png
14172         * sylpheed-claws.desktop
14173         * sylpheed-claws.png
14174                 added
14175         * sylpheed.desktop
14176         * sylpheed.png
14177                 removed
14178
14179 2005-07-17 [paul]       1.9.12cvs76
14180
14181         * src/account.c
14182         * src/addressbook.c
14183         * src/alertpanel.c
14184         * src/alertpanel.h
14185         * src/compose.c
14186         * src/exphtmldlg.c
14187         * src/expldifdlg.c
14188         * src/folderview.c
14189         * src/imap_gtk.c
14190         * src/inc.c
14191         * src/message_search.c
14192         * src/messageview.c
14193         * src/mh_gtk.c
14194         * src/news_gtk.c
14195         * src/prefs_actions.c
14196         * src/prefs_filtering.c
14197         * src/prefs_matcher.c
14198         * src/prefs_template.c
14199         * src/prefs_themes.c
14200         * src/ssl_manager.c
14201         * src/summary_search.c
14202         * src/textview.c
14203         * src/toolbar.c
14204         * src/gtk/sslcertwindow.c
14205         * src/plugins/pgpcore/sgpgme.c
14206                 rework alertpanels
14207
14208 2005-07-17 [colin]      1.9.12cvs75
14209
14210         * src/privacy.c
14211                 add a PrivacySystem accessor that checks that
14212                 the system cached in a MimeInfo's privacydata
14213                 is still registered. Use this accessor instead
14214                 of directly using data->system. Fixes crashes
14215                 after unloading pgp plugins.
14216
14217 2005-07-17 [colin]      1.9.12cvs74
14218
14219         * src/alertpanel.c
14220                 Change geometry hints to a simple default size.
14221                 Fixes the certs dialogs.
14222
14223 2005-07-17 [colin]      1.9.12cvs73
14224
14225         * src/gtk/sslcertwindow.c
14226                 Use a gtkExpander
14227
14228 2005-07-17 [colin]      1.9.12cvs72
14229
14230         * src/plugins/pgpcore/Makefile.am
14231         * src/plugins/pgpmime/Makefile.am
14232                 Add gpgme libs
14233
14234 2005-07-17 [paul]       1.9.12cvs71
14235
14236         * configure.ac
14237                 add --disable-gnomeprint option
14238                 modified version of patch by Marius Mauch
14239
14240 2005-07-17 [paul]       1.9.12cvs70
14241
14242         * src/common/defs.h
14243                 update urls
14244         * src/account.c
14245         * src/action.c
14246         * src/addressbook.c
14247         * src/compose.c
14248         * src/foldersel.c
14249         * src/folderview.c
14250         * src/html.c
14251         * src/imap_gtk.c
14252         * src/main.c
14253         * src/mainwindow.c
14254         * src/messageview.c
14255         * src/mh_gtk.c
14256         * src/mimeview.c
14257         * src/news_gtk.c
14258         * src/prefs_account.c
14259         * src/prefs_send.c
14260         * src/prefs_summaries.c
14261         * src/procmsg.c
14262         * src/summaryview.c
14263         * src/common/utils.c
14264         * src/common/xml.c
14265         * src/plugins/pgpcore/passphrase.c
14266         * src/plugins/pgpcore/select-keys.c
14267                 replace inappropriately used backticks
14268                 with single quotes
14269
14270 2005-07-16 [colin]      1.9.12cvs69
14271
14272         * src/image_viewer.c
14273                 Add extra paranoid checks
14274
14275 2005-07-16 [colin]      1.9.12cvs68
14276
14277         * src/plugins/pgpcore/prefs_gpg.c
14278                 Don't auto-check sigs by default, as it
14279                 can be really slow.
14280
14281 2005-07-16 [colin]      1.9.12cvs67
14282
14283         * src/plugins/pgpcore/sgpgme.c
14284                 Make messages a bit better.
14285
14286 2005-07-16 [colin]      1.9.12cvs66
14287
14288         * src/imap.c
14289                 Remove pseudo-log
14290         * src/etpan/imap-thread.c
14291                 Add real log
14292
14293 2005-07-16 [colin]      1.9.12cvs65
14294
14295         * src/main.c
14296         * src/prefs_other.c
14297                 And now, fix build with libetpan :-/
14298
14299 2005-07-15 [colin]      1.9.12cvs64
14300
14301         * src/prefs_other.c
14302                 Continue fixing build without libetpan.
14303
14304 2005-07-15 [colin]      1.9.12cvs63
14305
14306         * src/main.c
14307                 Fix build with --disable-libetpan
14308
14309 2005-07-15 [colin]      1.9.12cvs62
14310
14311         * configure.ac
14312                 Bump libetpan's version
14313
14314 2005-07-15 [colin]      1.9.12cvs61
14315
14316         * src/etpan/imap-thread.c
14317                 Actually stop logging :)
14318
14319 2005-07-15 [colin]      1.9.12cvs60
14320
14321         * src/addressbook.c
14322                 Fix dnd of multiple addresses.
14323
14324 2005-07-15 [hoa]        1.9.12cvs59
14325
14326         * src/etpan/imap-thread.c
14327             disable login of IMAP password in libetpan log file.
14328
14329 2005-07-15 [paul]       1.9.12cvs58
14330
14331         * src/account.c
14332                 don't automatically sort
14333                 do allow drag n drop
14334
14335 2005-07-15 [paul]       1.9.12cvs57
14336
14337         * src/account.c
14338         * src/ssl_manager.c
14339                 alphabetical listing
14340
14341 2005-07-15 [paul]       1.9.12cvs56
14342
14343         * src/gtk/pluginwindow.c
14344                 sort plugin list alphabetically
14345
14346 2005-07-15 [paul]       1.9.12cvs55
14347
14348         * src/prefs_spelling.c
14349         * src/prefs_wrapping.c
14350                 unify English usage
14351
14352 2005-07-15 [colin]      1.9.12cvs54
14353
14354         * src/wizard.c
14355                 Typo fix
14356
14357 2005-07-15 [paul]       1.9.12cvs53
14358
14359         * src/prefs_message.c
14360                 make 'show cursor' a hidden option
14361
14362 2005-07-14 [colin]      1.9.12cvs52
14363
14364         * src/plugins/spamassassin/Makefile.am
14365         * src/plugins/clamav/Makefile.am
14366                 Fix double EXTRA_DISTs
14367
14368 2005-07-14 [colin]      1.9.12cvs51
14369
14370         * src/plugins/clamav/Makefile.am
14371         * src/plugins/clamav/clamav_plugin_gtk.deps
14372         * src/plugins/spamassassin/Makefile.am
14373         * src/plugins/spamassassin/spamassassin_gtk.deps
14374                 Make $plugin_gtk depend on $plugin
14375
14376 2005-07-14 [hoa]        1.9.12cvs50
14377
14378         * src/etpan/imap-thread.c
14379                 enable debug log of libetpan when running with --debug
14380
14381 2005-07-14 [colin]      1.9.12cvs49
14382
14383         * configure.ac
14384         * src/common/Makefile.am
14385         * src/common/plugin.c
14386         * src/common/plugin.h
14387                 Add a little plugin dependancy system.
14388                 Plugins can ship a $plugin_name.deps file
14389                 (near them in PLUGINDIR) so that their
14390                 dependancies are loaded if possible.
14391         * src/plugins/Makefile.am
14392         * src/plugins/pgpcore/Makefile.am
14393         * src/plugins/pgpcore/passphrase.c
14394         * src/plugins/pgpcore/passphrase.h
14395         * src/plugins/pgpcore/plugin.c
14396         * src/plugins/pgpcore/prefs_gpg.c
14397         * src/plugins/pgpcore/prefs_gpg.h
14398         * src/plugins/pgpcore/select-keys.c
14399         * src/plugins/pgpcore/select-keys.h
14400         * src/plugins/pgpcore/sgpgme.c
14401         * src/plugins/pgpcore/sgpgme.h
14402                 Introduce pgpcore, used by pgpmime and
14403                 pgpinline
14404         * src/plugins/pgpmime/Makefile.am
14405         * src/plugins/pgpmime/passphrase.c
14406         * src/plugins/pgpmime/passphrase.h
14407         * src/plugins/pgpmime/pgpmime.c
14408         * src/plugins/pgpmime/pgpmime.deps
14409         * src/plugins/pgpmime/plugin.c
14410         * src/plugins/pgpmime/prefs_gpg.c
14411         * src/plugins/pgpmime/prefs_gpg.h
14412         * src/plugins/pgpmime/select-keys.c
14413         * src/plugins/pgpmime/select-keys.h
14414         * src/plugins/pgpmime/sgpgme.c
14415         * src/plugins/pgpmime/sgpgme.h
14416                 Remove the core from pgpmime and add the
14417                 dependancy to pgpcore.
14418
14419 2005-07-14 [paul]       1.9.12cvs48
14420
14421         * src/stock_pixmap.c
14422                 forgot this in last commit
14423
14424 2005-07-14 [paul]       1.9.12cvs47
14425
14426         * src/account.c
14427         * src/addressbook.c
14428                 add accelerators for the buttons (sync with main)
14429         * src/compose.c
14430         * src/compose.h
14431                 add accelerators for the buttons.
14432                 fix editing with external editor.
14433                 replace gdk_input_*() with GIOChannel;
14434                 (sync with main)
14435         * src/foldersel.c
14436                 display folder names with new/unread
14437                 representation (sync with main)
14438         * src/main.c
14439                 specify default window icon (sync with main)
14440         * src/prefs_common.c
14441                 use_addr_book default to FALSE
14442         * src/summaryview.c
14443         * src/textview.c
14444                 add accelerators for the buttons (sync with main)
14445         * src/gtk/menu.c
14446                 fix typos
14447         * src/pixmaps/sylpheed_icon.xpm
14448                 updated
14449
14450 2005-07-13 [paul]       1.9.12cvs46
14451
14452         * src/plugins/pgpmime/pgpmime.c
14453         * src/plugins/pgpmime/sgpgme.c
14454                 (temporarily) use deprecated gpgme_data_rewind()
14455                 while largefile support is not present
14456                 (as suggested by Colin)
14457
14458 2005-07-13 [paul]       1.9.12cvs45
14459
14460         * configure.ac
14461                 remove large file support (for now):
14462                 it breaks too many things
14463
14464 2005-07-13 [paul]       1.9.12cvs44
14465
14466         * configure.ac
14467                 add large file support
14468         * src/html.c
14469                 fix bug #763 where href attribute was not
14470                 the very first attribute of a link
14471                 patch by Thomas Gilgin
14472
14473 2005-07-13 [colin]      1.9.12cvs43
14474
14475         * src/gtk/pluginwindow.c
14476                 Little portability fix
14477
14478 2005-07-13 [colin]      1.9.12cvs42
14479
14480         * src/plugins/pgpmime/sgpgme.c
14481                 Fix crasher.
14482
14483 2005-07-13 [colin]      1.9.12cvs41
14484
14485         * src/plugins/pgpmime/pgpmime.c
14486         * src/plugins/pgpmime/sgpgme.c
14487                 Use gpgme_data_release_and_get_mem instead
14488                 of gpgme_data_read.
14489
14490 2005-07-13 [colin]      1.9.12cvs40
14491
14492         * configure.ac
14493         * src/plugins/pgpmime/passphrase.c
14494         * src/plugins/pgpmime/passphrase.h
14495         * src/plugins/pgpmime/pgpmime.c
14496         * src/plugins/pgpmime/plugin.c
14497         * src/plugins/pgpmime/select-keys.c
14498         * src/plugins/pgpmime/select-keys.h
14499         * src/plugins/pgpmime/sgpgme.c
14500         * src/plugins/pgpmime/sgpgme.h
14501                 Port pgpmime to gpgme-1.0.
14502
14503 2005-07-12 [paul]       1.9.12cvs39
14504
14505         * AUTHORS
14506         * src/toolbar.c
14507         * src/toolbar.h
14508                 add a 'Go to Prev' button to the toolbar.
14509                 correct tooltip text of go to buttons.
14510                 based on patch by Yang Guilong <bamanzi@gmail.com>
14511
14512 2005-07-12 [colin]      1.9.12cvs38
14513
14514         * src/statusbar.c
14515                 Fix progress bar showing stuff at startup.
14516
14517 2005-07-12 [paul]       1.9.12cvs37
14518
14519         * src/editjpilot.c
14520                 fix building with jpilot support
14521
14522 2005-07-11 [colin]      1.9.12cvs36
14523
14524         * src/inc.c
14525                 Add visual indication that filtering is running
14526         * src/textview.c
14527                 Make {}[] uri delimiters
14528         * src/summaryview.c
14529                 Remove useless (and slow) calls
14530
14531 2005-07-11 [paul]       1.9.12cvs35
14532
14533         * src/plugins/clamav/clamav_plugin_gtk.c
14534         * src/plugins/dillo_viewer/dillo_prefs.c
14535         * src/plugins/pgpmime/prefs_gpg.c
14536         * src/plugins/spamassassin/spamassassin_gtk.c
14537                 gather plugins prefs together under their
14538                 own 'Plugins' heading
14539
14540 2005-07-11 [paul]       1.9.12cvs34
14541
14542         sync with main
14543
14544         * src/account.c
14545                 account_delete(): modified alert dialog
14546         * src/editjpilot.c
14547         * src/editvcard.c
14548                 fixed a crash when cancelling file selection
14549                 dialog by Escape key. Made non-ascii filename
14550                 selectable.
14551         * src/prefs_template.c
14552                 prefs_template_window_create(): make scrolled
14553                 window policy AUTOMATIC
14554
14555 2005-07-10 [hoa]        1.9.12cvs33
14556
14557         * src/etpan/imap-thread.c
14558                 workaround for old Courier IMAP servers.
14559
14560 2005-07-10 [colin]      1.9.12cvs32
14561
14562         * src/folder.c
14563         * src/statusbar.c
14564         * src/statusbar.h
14565                 Add visual progress indicator on filtering/processing
14566                 Factorize the progress bar code
14567         * src/imap.c
14568         * src/imap.h
14569         * src/etpan/imap-thread.c
14570                 Add a reference counter to avoid destroying the Folder
14571                 while it's in use by another callback.
14572
14573 2005-07-09 [hoa]        1.9.12cvs31
14574
14575         * src/imap.c
14576         * src/etpan/imap-thread.c
14577                 fixed deadlock when removing IMAP account.
14578
14579 2005-07-08 [colin]      1.9.12cvs30
14580
14581         * src/textview.c
14582         * src/unmime.c
14583                 Fix again problems decoding broken headers
14584         * src/gtk/inputdialog.c
14585                 Fix local variable shadowing a global one
14586
14587 2005-07-08 [colin]      1.9.12cvs29
14588
14589         * src/msgcache.c
14590                 Make the cache/mark files platform-agnostic by writing
14591                 them in little-endian format. Reading them is also done
14592                 in little-endian format, of course; however, in order
14593                 to avoid trashing mark data on big-endian machines, the
14594                 files are, at first, read from the native format if the
14595                 little-endian one doesn't exist. This is easy to deter-
14596                 mine by trying to open a file with a swapped data_ver
14597                 and seeing if it's the wanted version.
14598                 Little-endian using users should see absolutely no
14599                 difference, Big-endian users may get a very little
14600                 performance drop due to byte-swapping.
14601                 Tested on i386 and ppc32. 
14602                 Fixes bug #159 (The index file, in the mailboxes, is 
14603                 hardware depending).
14604
14605                 To have the cache/mark files updated to the new little-
14606                 endian format, "Check for new messages" or even
14607                 "Rebuild folder tree" aren't enough. Files will be
14608                 updated as soon as a folder has been opened/closed.
14609                 To update everything, just select all folders by
14610                 selecting them one by one.
14611
14612 2005-07-07 [colin]      1.9.12cvs28
14613
14614         * src/imap.c
14615                 Remember the folder separator per IMAPFolder
14616                 instead of globally.
14617                 Revive the Session on noop; fixes bug #761
14618                 (mark a bunch of unread messages as read takes 
14619                 forever)
14620
14621 2005-07-07 [darko]      1.9.12cvs27
14622
14623         * src/common/template.c
14624                 Sort templates alphabetically
14625
14626 2005-07-06 [colin]      1.9.12cvs26
14627
14628         * src/imap.c
14629                 Try to use the correct separator in
14630                 most cases. Possibly fixes bug #759
14631                 (only creates the INBOX folder when 
14632                 setting up new IMAP account) and 
14633                 bug #760 (Can't retrieve messages)
14634
14635 2005-07-06 [colin]      1.9.12cvs25
14636
14637         * src/imap.c
14638                 Use real_path in status command. This will
14639                 help later, when namespaces will be used.
14640
14641 2005-07-06 [colin]      1.9.12cvs24
14642
14643         * configure.ac
14644         * src/account.c
14645         * src/folder.c
14646         * src/imap.c
14647         * src/etpan/etpan-log.c
14648         * src/etpan/etpan-thread-manager.c
14649         * src/etpan/imap-thread.c
14650                 Add a --disable-libetpan parameter. With this,
14651                 users that don't want IMAP4 support can avoid
14652                 the new dependancy (and have no IMAP support).
14653                 Users that have IMAP4 accounts and use this
14654                 parameter won't lose their configuration, their
14655                 IMAP accounts will just be invisible and not
14656                 used.
14657         * src/textview.c
14658                 Make the "Copy ..." contextual menu items 
14659                 copy to both the X clipboard and the gtk 
14660                 clipboard - as most other apps do.
14661         * src/gtk/about.c
14662                 Add a notice about OpenSSL usage, in order to
14663                 comply with OpenSSL's license (point 6):
14664                 http://www.openssl.org/source/license.html
14665
14666 2005-07-06 [colin]      1.9.12cvs23
14667
14668         * src/alertpanel.c
14669                 Fix a minimum size for alertpanels
14670         * src/compose.c
14671                 Show 'No space left on device' type errors
14672                 when queuing/sending
14673         * src/imap_gtk.c
14674         * src/mh_gtk.c
14675                 Rework folder's deletion message (remove 
14676                 extra \n)
14677
14678 2005-07-05 [colin]      1.9.12cvs22
14679
14680         * src/imap.c
14681                 Add an alertpanel on auth error
14682                 Add pseudo-log
14683                 Remove pthread-related stuff
14684
14685 2005-07-05 [colin]      1.9.12cvs21
14686
14687         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14688                 Fix crash on plugin reloading (with a hack)
14689
14690 2005-07-05 [colin]      1.9.12cvs20
14691
14692         * src/prefs_account.c
14693         * src/prefs_account.h
14694                 Fix typo
14695         * src/gtk/filesel.c
14696         * src/gtk/filesel.h
14697                 Add a way to filter the view
14698         * src/gtk/pluginwindow.c
14699                 Filter loadable stuff
14700         * src/plugins/pgpmime/prefs_gpg.c
14701                 Fix missing unregistration
14702         * .cvsignore
14703         * src/etpan/.cvsignore
14704         * src/plugins/spamassassin/.cvsignore
14705                 Add more stuff to cvs ignored files
14706
14707 2005-07-04 [colin]      1.9.12cvs19
14708
14709         * src/imap.c
14710                 Fix scan_required returning FALSE when it
14711                 shouldn't. Maybe fix #760 (Can't retrieve
14712                 messages)
14713
14714 2005-07-04 [colin]      1.9.12cvs18
14715
14716         * src/summaryview.c
14717                 Fix always_show_msg pref
14718
14719 2005-07-04 [paul]       1.9.12cvs17
14720
14721         sync with main (forgotten in last commit)
14722         
14723         * src/common/utils.c
14724         * src/common/utils.h
14725                 check_line_length(): new.
14726                 is_dir_exist()
14727                 is_file_entry_exist()
14728                 dirent_is_regular_file()
14729                 dirent_is_directory(): use g_file_test() instead of stat().
14730
14731 2005-07-04 [paul]       1.9.12cvs16
14732
14733         sync with main:
14734
14735         * src/compose.c
14736                 compose_write_to_file(): check for line
14737                 length limit and display warning if exceeds
14738         * src/jpilot.c
14739                 use get_home_dir() instead of g_get_home_dir()
14740         * src/procheader.c
14741                 removed warning about invalid date
14742         * src/vcard.c
14743                 use get_home_dir() instead of g_get_home_dir()
14744
14745 2005-07-04 [paul]       1.9.12cvs15
14746
14747         * src/stock_pixmap.c
14748                 fix new pixmap naming errors
14749                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14750
14751 2005-07-04 [colin]      1.9.12cvs14
14752
14753         * src/imap.c
14754                 Fix debugging string with a warning
14755
14756 2005-07-04 [colin]      1.9.12cvs13
14757
14758         * configure.ac
14759                 Add a check for libetpan's version (>= 0.37)
14760
14761 2005-07-04 [hoa]        1.9.12cvs12
14762
14763         * commitHelper
14764         * src/imap.c
14765         * src/etpan/imap-thread.c
14766         * src/etpan/imap-thread.h
14767                 fixed IMAP implementation of check of mails.
14768
14769 2005-07-03 [hoa]        1.9.12cvs11
14770
14771         * src/etpan/Makefile.am
14772         * src/etpan/etpan-errors.h
14773         * src/etpan/etpan-log.[ch]
14774         * src/etpan/etpan-thread-manager-types.h
14775         * src/etpan/etpan-thread-manager.[ch]
14776         * src/etpan/imap-thread.[ch]
14777         * src/Makefile.am
14778         * src/imap.c
14779         * src/main.c
14780         * src/prefs_other.c
14781         * configure.ac
14782             merged imap branch.
14783             dependency on libetpan 0.37 is now added.
14784
14785 2005-07-01 [colin]      1.9.12cvs10
14786
14787         * src/Makefile.am
14788         * src/folder.c
14789         * src/folder.h
14790         * src/folderview.c
14791         * src/stock_pixmap.c
14792         * src/stock_pixmap.h
14793         * src/plugins/trayicon/trayicon.c
14794                 Add marked symbol on folders containing
14795                 marked messages
14796         * src/procmsg.c
14797         * src/procmsg.h
14798         * src/toolbar.c
14799         * src/prefs_common.c
14800         * src/prefs_common.h
14801         * src/prefs_send.c
14802                 Add an optional confirmation dialog on queue
14803                 sending. Patch by wwp.
14804         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14805         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14806         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14807         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14808         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14809         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14810         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14811         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14812         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14813         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14814         * src/pixmaps/trash_mark.xpm            ** ADDED **
14815                 New pixmaps
14816
14817 2005-07-01 [colin]      1.9.12cvs9
14818
14819         * src/summaryview.c
14820                 Fix a little threading bug
14821         * src/addrgather.c
14822         * src/mainwindow.c
14823                 A little bit of HIG normality never hurts
14824
14825 2005-07-01 [colin]      1.9.12cvs8
14826
14827         * src/compose.c
14828         * src/msgcache.c
14829         * src/pop.c
14830         * src/procmime.c
14831         * src/recv.c
14832         * src/common/log.c
14833         * src/common/template.c
14834         * src/common/utils.c
14835         * src/common/utils.h
14836                 Reverted the fwrite_atomic stuff. In fact
14837                 it is already atomic.
14838
14839 2005-06-30 [colin]      1.9.12cvs7
14840
14841         * src/common/utils.c
14842         * src/common/utils.h
14843                 Add an fwrite_atomic() function to make
14844                 sure we write everything: fwrite can make
14845                 short writes.
14846         * src/compose.c
14847         * src/msgcache.c
14848         * src/pop.c
14849         * src/procmime.c
14850         * src/recv.c
14851         * src/common/log.c
14852         * src/common/template.c
14853                 Use that (and fix swapping of size and nmemb).
14854                 Thanks to Rich Coe for the heads up.
14855
14856 2005-06-30 [colin]      1.9.12cvs6
14857
14858         * src/addressbook.c
14859                 Optimize addressbook opening 
14860
14861 2005-06-30 [colin]      1.9.12cvs5
14862
14863         * src/summaryview.c
14864                 Remove calls to summary_step after move/copy
14865
14866 2005-06-28 [paul]       1.9.12cvs4
14867
14868         * src/alertpanel.c
14869                 wrap and make the error msg selectable
14870
14871 2005-06-28 [paul]       1.9.12cvs3
14872
14873         * src/ssl_manager.c
14874                 replace the OK button with a Close button
14875         * src/gtk/foldersort.c
14876                 use GTK_STOCK_ icons/buttons
14877
14878 2005-06-28 [colin]      1.9.12cvs2
14879
14880         * src/gedit-print.c             ** ADDED **
14881         * src/gedit-print.h             ** ADDED **
14882         * src/gtk/gtksourceprintjob.c   ** ADDED **
14883         * src/gtk/gtksourceprintjob.h   ** ADDED **
14884                 I can't believe no one had enough time to tell
14885                 me I forgot the `cvs add`
14886
14887 2005-06-27 [colin]      1.9.12cvs1
14888
14889         * src/Makefile.am
14890         * src/gtk/Makefile.am
14891         * src/messageview.c
14892         * src/procmsg.c
14893         * src/summaryview.c
14894         * configure.ac
14895                 Add optional libgnomeprint-based printing
14896         * src/mainwindow.c
14897         * src/gtk/quicksearch.c
14898                 Add an Edit/Quick search menu item to show
14899                 and focus the quicksearch
14900
14901 2005-06-27 [paul]       1.9.12
14902
14903         1.9.12 release
14904
14905         * po/ca.po
14906         * po/de.po
14907         * po/es.po
14908         * po/fr.po
14909         * po/it.po
14910         * po/ko.po
14911         * po/pt_BR.po
14912         * po/sk.po
14913         * po/zh_CN.po
14914                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14915                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
14916                 SungHyun Nam, Frederico Goncalves Guimaraes,
14917                 Andrej Kacian, and Yang Guilong
14918 2005-06-26 [colin]      1.9.11cvs106
14919
14920         * src/imap_gtk.c
14921                 Forgot one file for previous fix
14922
14923 2005-06-26 [colin]      1.9.11cvs105
14924
14925         * src/folder.c
14926         * src/imap.c
14927                 Fix problems with folder operations in no_select
14928                 imap folders. it applies only to mails, and 
14929                 creation/deletion/move/renaming of folders 
14930                 should be possible
14931
14932 2005-06-26 [paul]       1.9.11cvs104
14933
14934         * src/prefs_filtering.c
14935                 replace one more GTK_STOCK_REMOVE
14936                 with GTK_STOCK_DELETE
14937
14938 2005-06-25 [colin]      1.9.11cvs103
14939
14940         * src/imap.c
14941                 Optimize get_seq_set_from_seq_list
14942                 (Patch by Ricardo) 
14943
14944 2005-06-25 [colin]      1.9.11cvs102
14945
14946         * src/mh.c
14947                 If the directory exists, but not in the
14948                 correct encoding, rename it. This should
14949                 handle old-versions-induced bugs.
14950
14951 2005-06-25 [colin]      1.9.11cvs101
14952
14953         * src/mh.c
14954                 Fix path access with extended dir names
14955                 Fixes bug #589 (SC segfaults with wrong locale
14956                 settings)
14957
14958 2005-06-25 [colin]      1.9.11cvs100
14959
14960         * src/prefs_account.c
14961         * src/prefs_account.h
14962         * src/compose.c
14963                 Add an option to encrypt replies to
14964                 encrypted messages
14965
14966 2005-06-25 [colin]      1.9.11cvs99
14967
14968         * src/compose.c
14969         * src/quote_fmt_parse.y
14970                 ... And make it work with pgpinline.
14971
14972 2005-06-25 [colin]      1.9.11cvs98
14973
14974         * src/compose.c
14975         * src/procmime.c
14976         * src/procmime.h
14977         * src/quote_fmt_parse.y
14978                 o Make reedition of encrypted messages possible
14979                   (as long as it is encrypted to self too, no
14980                    magic there)
14981                 o Make replying with quote (and without selecting
14982                   text) possible for encrypted messages.
14983                 Closes bug #550 (Not possible to "reply with quote"
14984                 to gnupg encrypted messages)
14985
14986 2005-06-24 [paul]       1.9.11cvs97
14987
14988         * src/imap.c
14989                 add missing include
14990
14991 2005-06-24 [paul]       1.9.11cvs96
14992
14993         * src/editldap.c
14994                 made bind password entry invisible
14995                 (sync with main)
14996         * src/send_message.c
14997                 send_message_local(): check exit status
14998                 to detect errors (sync with main)
14999         * src/textview.c
15000                 use main's less ambiguous popup menu
15001                 wording
15002
15003 2005-06-24 [paul]       1.9.11cvs95
15004
15005         * src/prefs_actions.c
15006         * src/prefs_customheader.c
15007         * src/prefs_display_header.c
15008         * src/prefs_filtering_action.c
15009         * src/prefs_matcher.c
15010         * src/prefs_template.c
15011         * src/prefs_toolbar.c
15012                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15013         * src/gtk/description_window.c
15014                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15015
15016 2005-06-23 [colin]      1.9.11cvs94
15017
15018         * src/summaryview.c
15019                 Fix rough edges (be sure to call status_show whenever
15020                 necessary).
15021
15022 2005-06-23 [colin]      1.9.11cvs93
15023
15024         * src/summaryview.c
15025                 Optimize Select All
15026                 Before, in a 5K mails folder: 11s
15027                 After, in the same folder: 58000µs
15028                 The joys of locking... gtk_clist_select_all() fires a 
15029                 tree-select-row event for each selected row, which in 
15030                 summaryview, callbacks summary_selected which in turn,
15031                 calls summary_status_show, which walks the selected
15032                 rows. Hence, calling gtk_clist_select_all was 
15033                 exponential. Locking the summaryview makes 
15034                 summary_selected return early.
15035
15036 2005-06-23 [colin]      1.9.11cvs92
15037
15038         * src/imap.c
15039                 Move mutex at the important place to avoid
15040                 deadlocks
15041         * src/summaryview.c
15042                 Fix Del key deleting directly instead of
15043                 moving to trash
15044
15045 2005-06-22 [colin]      1.9.11cvs91
15046
15047         * src/plugins/spamassassin/libspamc.c
15048                 As we do spagetti code with assignations in multiple
15049                 places (see _message_read_raw where out = msg = raw),
15050                 let's be sure we don't free the same pointer twice.
15051                 Should fix bug #683 (Crash in libpam at 
15052                 message_cleanup).
15053
15054 2005-06-22 [colin]      1.9.11cvs90
15055
15056         * src/compose.c
15057         * src/messageview.c
15058         * src/toolbar.c
15059                 Make toolbar's delete use the move to trash stuff;
15060                 Add gtk_widget_realize to be sure pixmaps can get
15061                 created (that may fix an old worksforme bug which
15062                 I can't find back...)
15063
15064 2005-06-22 [colin]      1.9.11cvs89
15065
15066         * src/summaryview.c
15067         * src/summaryview.h
15068         * src/mainwindow.c
15069                 Rename "Message/Delete" to "Message/Move to trash"
15070                 Add "Message/Delete..." that directly destroys the
15071                 selected messages after asking for a confirmation.
15072
15073 2005-06-22 [colin]      1.9.11cvs88
15074
15075         * src/imap.c
15076                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15077                 o Fix a deadlock (thanks Darko)
15078
15079 2005-06-22 [colin]      1.9.11cvs87
15080
15081         * src/gtk/foldersort.c
15082                 Add missing include for the i18n;
15083                 patch by Fabien Vantard
15084
15085 2005-06-21 [colin]      1.9.11cvs86
15086
15087         * src/folder.c
15088         * src/folderview.c
15089                 Respect the no_select flag
15090         * src/imap.c
15091                 Fix recursive deletion
15092         * src/imap_gtk.c
15093         * src/mh_gtk.c
15094                 Make the folder deletion's warning
15095                 more explicit
15096
15097 2005-06-21 [colin]      1.9.11cvs85
15098
15099         * src/textview.c
15100                 Prevent email addresses from spanning accross
15101                 lines - fixes bug # 646 (newline-chars in 
15102                 email addresses)
15103
15104 2005-06-20 [colin]      1.9.11cvs84
15105
15106         * src/folder.c
15107                 Be sure not to remove source if copy failed
15108
15109 2005-06-20 [colin]      1.9.11cvs83
15110
15111         * src/folderview.c
15112         * src/imap_gtk.c
15113                 remove summaryview's lock
15114         * src/imap.c
15115                 introduce threads to avoid problems when foreground tasks
15116                 interfere with background tasks
15117         * src/mh.c
15118                 prevent moving to drafts/queue
15119         * src/mimeview.c
15120                 fix leak
15121
15122 2005-06-19 [colin]      1.9.11cvs82
15123
15124         * src/imap_gtk.c
15125                 Remember that the user doesn't want to override
15126                 offline mode, for 3 seconds. It avoid presenting
15127                 him with N popups in a really short time.
15128
15129 2005-06-17 [colin]      1.9.11cvs81
15130
15131         * src/imap.c
15132                 Fix IMAP breaking on folders containing '('
15133                 (Probably won't be enough)
15134
15135 2005-06-17 [colin]      1.9.11cvs80
15136
15137         Forgotten files on 1.9.11cvs79
15138         * src/summaryview.c
15139                 Fix stepping when not immediately executing
15140         * src/imap.c
15141                 Really prevent UID FETCH 0
15142         * src/codeconv.c
15143                 Fix outgoing charset never set to utf-8
15144         * src/mh.c
15145                 Fix leak
15146
15147 2005-06-16 [colin]      1.9.11cvs79
15148
15149         * src/compose.c
15150                 Fix bug #707 (Dash splits rows)
15151                 Only wrap if we're on a line break position and
15152                 the previous one was a "white" (space) char.
15153                 Pango stuff is weird.
15154
15155 2005-06-16 [colin]      1.9.11cvs78
15156
15157         * src/imap_gtk.c
15158                 Lock summaryview while downloading messages
15159                 on user demand
15160         * src/procheader.c
15161         * src/unmime.c
15162         * src/common/utils.c
15163         * src/common/utils.h
15164                 Replace \r and \n with spaces in From and
15165                 Subject headers
15166
15167 2005-06-16 [paul]       1.9.11cvs77
15168
15169         * src/procmime.c
15170                 liberalise the mime parser
15171         * src/gtk/about.c
15172                 add text wrapping
15173
15174 2005-06-16 [paul]       1.9.11cvs76
15175
15176         * src/gtk/about.c
15177                 reworked
15178
15179 2005-06-15 [colin]      1.9.11cvs75
15180
15181         * src/compose.c
15182                 Finish header encoding fix
15183         * src/summaryview.c
15184                 Fix segfault
15185         * src/headerview.c
15186                 Fix compilation (Thanks Stephan
15187                 Sachse)
15188
15189 2005-06-15 [colin]      1.9.11cvs74
15190
15191         * Makefile.am
15192                 Install gnome2 stuff rather than gnome1, 
15193                 if both are present
15194         * src/codeconv.c
15195         * src/codeconv.h
15196         * src/compose.c
15197                 Fix headers encoding
15198         * src/folder.c
15199                 Visual progress when fetching all messages
15200         * src/folderview.c
15201         * src/summaryview.c
15202         * src/summaryview.h
15203                 Prevent changing current message while
15204                 incorporating
15205
15206 2005-06-15 [paul]       1.9.11cvs73
15207
15208         * src/gtk/gtkaspell.c
15209         * src/gtk/gtkaspell.h
15210                 fix build warnings
15211
15212 2005-06-15 [paul]       1.9.11cvs72
15213
15214         * src/prefs_filtering.c
15215                 allow reordering of filter rules by
15216                 drag n drop
15217
15218 2005-06-15 [paul]       1.9.11cvs71
15219
15220         * COPYING
15221                 updated
15222         * src/codeconv.c
15223                 replace deprecated function
15224         * src/inc.c
15225         * src/send_message.c
15226         * src/gtk/progressdialog.c
15227         * src/gtk/progressdialog.h
15228                 salvage and reuse parts of reverted sync
15229
15230 2005-06-15 [paul]       1.9.11cvs70
15231
15232         * src/inc.c
15233         * src/send_message.c
15234         * src/gtk/progressdialog.c
15235         * src/gtk/progressdialog.h
15236                 revert yesterday's sync with main
15237                 it contains deprecated functions
15238
15239 2005-06-15 [colin]      1.9.11cvs69
15240
15241         * src/headerview.c
15242                 Fix bug #670 (multi user to: will corrupt message 
15243                 headers display)
15244
15245 2005-06-15 [colin]      1.9.11cvs68
15246
15247         * src/compose.c
15248                 Fix bug #421 (Fix undo on wrapping)
15249
15250 2005-06-15 [colin]      1.9.11cvs67
15251
15252         * src/folder.c
15253                 Provide visual feedback while processing
15254                 folder's rules.
15255         * src/imap.c
15256                 Provide visual feedback while getting
15257                 short headers (for uncached messages)
15258
15259
15260 2005-06-14 [paul]       1.9.11cvs66
15261
15262         * src/account.c
15263                 change a couple stock icons
15264         * src/inc.c
15265         * src/send_message.c
15266         * src/gtk/progressdialog.c
15267         * src/gtk/progressdialog.h
15268                 sync main's GtkTreeView implementation
15269
15270 2005-06-14 [colin]      1.9.11cvs65
15271
15272         * src/imap.c
15273                 Various little fixes, mainly on error paths
15274
15275 2005-06-13 [colin]      1.9.11cvs64
15276
15277         * matcher.c
15278         * procmsg.c
15279         * procmsg.h
15280                 Add a way to fetch only headers. This speeds
15281                 up filtering on headers for IMAP. Fixes:
15282                 bug #481 extraneous imap commands slow down 
15283                         imap filtering
15284                 bug #522 Sylpheed downloads all messages 
15285                         when opening mailbox (IMAP)
15286                 bug #677 IMAP fetch is soooooooooooooo slow
15287         * src/folder.c
15288         * src/folder.h
15289                 Add a folder set_batch method so that
15290                 implementations can speed up flags changes
15291         * src/folderutils.c
15292         * src/summaryview.c
15293                 Use that in mark as (un)read and mark all read
15294                 Refix bug #679
15295         * src/imap.c
15296                 Implement set_batch - brings back deferred
15297                 flags in a less buggy manner. Fixes:
15298                 bug #729 IMAP immediate expunge of deleted messages
15299                 bug #191 remove list of messages with one command
15300                 Fix login with strange chars
15301                 Implement fetch_msg_full
15302                 Fix copy (wrong counts)
15303
15304 2005-06-12 [colin]      1.9.11cvs63
15305
15306         * src/folder.c
15307                 lock incorporation during long operations.
15308                 Avoids fucking up the IMAP socket.
15309
15310 2005-06-12 [colin]      1.9.11cvs62
15311
15312         * src/imap.c
15313                 Fix harmful typo
15314                 Factorize remove_all_msg
15315                 Thread-ize expunge
15316         * src/summaryview.c
15317                 Don't update partial-download status if unnecessary
15318         * src/folder.c
15319                 Use remove_msgs everywhere possible
15320
15321 2005-06-12 [colin]      1.9.11cvs61
15322
15323         * src/folder.c
15324         * src/folder.h
15325                 Add a remove_msgs function to remove a 
15326                 list of messages
15327         * src/imap.c
15328                 Implement that.
15329
15330 2005-06-12 [colin]      1.9.11cvs60
15331
15332         * src/imap.c
15333                 Remove flags-processing deferring... Too hard
15334                 to get it to work in all cases.
15335
15336 2005-06-11 [colin]      1.9.11cvs59
15337
15338         * src/imap.c
15339                 printf -> debug_print
15340
15341 2005-06-11 [colin]      1.9.11cvs58
15342
15343         * src/imap.c
15344                 o Fix build without USE_PTHREAD
15345                 o Factorize imap_open
15346                 o Alertpanel in case of impossible connection
15347                 o Alertpanel in case of impossible login
15348                 o Fix deferred flags processing to force a 
15349                   flush before adding some more flags to process,
15350                   but in another folder.
15351
15352 2005-06-10 [colin]      1.9.11cvs57
15353
15354         * src/imap.c
15355                 o Fix a format string error
15356                 o init ssl socket outside of the thread 
15357                   (it possibly invokes gtk calls)
15358         * src/procmime.c
15359                 o Put back the buffer to its necessary size
15360                 o Fix changing a file pointer without keeping
15361                   track of it (thanks Valgrind)
15362         * src/common/smtp.c
15363                 o Fix automatic STARTTLS if login should be done
15364                   and the server only allows it after starting TLS
15365         * src/gtk/gtkinputdialog.c
15366                 o Eat GDK_Return so that the combo popup doesn't 
15367                   appear when we press Enter to validate the combo
15368                   input dialog (as seen in the Open with... dialog)
15369
15370 2005-06-10 [colin]      1.9.11cvs56
15371
15372         * src/imap.c
15373                 o A bit less debug
15374                 o Fix a crash on deletion
15375                 o Threadize imap_select (it's called outside of 
15376                   threads)
15377                 o Defer treatment of DELETED flags
15378
15379
15380 2005-06-09 [colin]      1.9.11cvs55
15381
15382         * src/imap.c
15383                 Make sure we check imap_gtk_should_override(), which
15384                 potentially calls gtk stuff, before creating thread.
15385                 That way it should't be called via imap_get_session()
15386                 inside a thread.
15387
15388 2005-06-09 [colin]      1.9.11cvs54
15389
15390         * src/imap.c
15391                 o add a bit of status output
15392                 o remove some dead code
15393                 o threadize get_list_of_uids
15394                 o threadize imap_get_flags
15395                 o defer flag changing by 500ms so that they
15396                   can be batched
15397
15398
15399 2005-06-08 [colin]      1.9.11cvs53
15400
15401         * src/imap.c
15402                 Thread-ize imap_cmd_fetch
15403
15404 2005-06-08 [colin]      1.9.11cvs52
15405
15406         * src/main.c
15407                 Mmh, that broke POP3...
15408
15409 2005-06-08 [colin]      1.9.11cvs51
15410
15411         * src/main.c
15412                 Stabilize IMAP patch (thanks to Hoa)
15413
15414 2005-06-08 [colin]      1.9.11cvs50
15415
15416         * src/imap.c
15417                 Test patch to speed up imap. 
15418
15419 2005-06-08 [colin]      1.9.11cvs49
15420
15421         * src/imap_gtk.c
15422                 Warning fix
15423         * src/procmime.c
15424                 Apply patch from gentoo to use /usr/share/mime/globs if 
15425                 available, after un-breaking it
15426         * src/common/log.c
15427         * src/common/log.h
15428                 Use g_timeout for invoking hooks that possibly use gtk
15429                 calls. This should leave gtk calls in the main thread.
15430
15431 2005-06-08 [paul]       1.9.11cvs48
15432
15433         * src/codeconv.c
15434                 conv_get_outgoing_charset_str(): don't
15435                 use prefs_common setting
15436         * src/compose.c
15437         * src/compose.h
15438                 add /Options/Character encoding/... to
15439                 temporarily change the outgoing encoding
15440
15441         (belated sync with main)
15442
15443 2005-06-08 [paul]       1.9.11cvs47
15444
15445         * src/compose.c
15446                 correction to/completion of last
15447                 sync with main
15448
15449 2005-06-08 [paul]       1.9.11cvs46
15450
15451         sync with main:
15452         
15453         * src/codeconv.c
15454         * src/codeconv.h
15455                 always enabled Japanese auto-detection
15456                 if the first letters of locale string
15457                 is "ja"
15458         * src/compose.c
15459                 don't use "destroy" signal to destroy
15460                 Compose object (fix rare crashes on discard?)
15461         * src/mainwindow.c
15462         * src/messageview.c
15463         * src/prefs_send.c
15464                 added Hebrew encodings
15465         * src/sourcewindow.c
15466                 don't use "destroy" signal to destroy
15467                 objects
15468
15469 2005-06-07 [colin]      1.9.11cvs45
15470
15471         * src/summaryview.c
15472                 Add missing unlocks/locks
15473
15474 2005-06-07 [paul]       1.9.11cvs44
15475
15476         * src/summaryview.c
15477                 restore bug #749 fix
15478
15479 2005-06-06 [colin]      1.9.11cvs43
15480
15481         * src/summaryview.c
15482                 Fix selection bug when prefs_common.open_unread 
15483                 is FALSE
15484
15485 2005-06-06 [colin]      1.9.11cvs42
15486
15487         * src/common/md5.c
15488                 Fix a warning
15489         * src/summaryview.c
15490         * src/folderview.c
15491                 Factorize long operations beginning and end
15492                 (locking, freezing/thawing, cursor, ...)
15493                 Check selection->data member in selection-
15494                 related loops; this avoids dying an awful
15495                 death if the selection changes on us while
15496                 we're marking a whole IMAP folder unread, 
15497                 for example.
15498
15499 2005-06-06 [paul]       1.9.11cvs41
15500
15501         * src/textview.c
15502                 don't g_free() a static gchar buffer
15503
15504 2005-06-05 [colin]      1.9.11cvs40
15505
15506         * src/mainwindow.c
15507         * src/messageview.c
15508         * src/summaryview.c
15509                 Fix bug #749 (Show all headers should be
15510                 sticky as the GUI suggests)
15511
15512 2005-06-03 [paul]       1.9.11cvs39
15513
15514         * src/compose.c
15515                 don't allow editing of mail while sending.
15516                 patch by Colin
15517
15518 2005-06-03 [paul]       1.9.11cvs38
15519
15520         * src/folderview.c
15521                 add a freeze/thaw to speed up 'mark all read'
15522
15523 2005-06-03 [paul]       1.9.11cvs37
15524
15525         * src/prefs_message.c
15526                 reflect changes immediately
15527
15528 2005-06-02 [colin]      1.9.11cvs36
15529
15530         * po/POTFILES.in
15531                 Patch by Fabien Vantard.
15532
15533 2005-06-02 [colin]      1.9.11cvs35
15534
15535         * src/imap.c
15536                 Use a non-blocking imap_getline() if possible.
15537                 This should completely prevent the interface
15538                 from freezin on imap operations, although it
15539                 may do strange stuff in case of folder switching
15540                 while a big imap operation is taking place...
15541
15542                 In addition, fix a leak in the case thread
15543                 creation fails on connection.
15544
15545 2005-06-02 [colin]      1.9.11cvs34
15546
15547         * src/crash.c
15548         * src/prefs_common.h
15549                 Fix build (prefs_common_init() doesn't exist
15550                 anymore)
15551
15552 2005-06-02 [colin]      1.9.11cvs33
15553
15554         * src/prefs_account.c
15555                 Fix bug #245 (filtering rules broken when
15556                 renaming a remote account (imap4 or nntp)
15557
15558 2005-06-02 [colin]      1.9.11cvs32
15559
15560         * src/imap.c
15561                 Try to fix IMAP shortcomings: 
15562                 o Multithread imap_open()
15563                 o allow offline-mode overriding instead of
15564                   just returning NULL
15565         * src/imap_gtk.c
15566         * src/imap_gtk.h
15567                 Add a function to ask whether we want to
15568                 override offline-mode for 10 minutes (one-shot
15569                 asking was painful)
15570         * src/procheader.c
15571                 Fix segfault when imap parser isn't happy about
15572                 a missing {
15573
15574 2005-06-01 [colin]      1.9.11cvs31
15575
15576         * src/addrharvest.c
15577         * src/compose.c
15578         * src/mbox.c
15579         * src/mbox.h
15580         * src/mh.c
15581         * src/msgcache.c
15582         * src/send_message.c
15583         * src/setup.c
15584         * src/undo.c
15585         * src/common/hooks.c
15586         * src/common/prefs.c
15587         * src/common/template.c
15588         * src/common/utils.c
15589         * src/gtk/gtkutils.c
15590         * src/gtk/inputdialog.c
15591         * src/gtk/menu.c
15592         * src/gtk/pluginwindow.c
15593         * src/gtk/prefswindow.c
15594         * src/plugins/pgpmime/passphrase.c
15595         * src/plugins/pgpmime/prefs_gpg.c
15596                 More -Wall fixes
15597
15598         * src/common/Makefile.am
15599         * src/common/timing.h
15600                 Add basic timing code
15601
15602         * src/summaryview.c
15603                 Fix a bug with unread messages when 
15604                 re-sorting folders, and by the way
15605                 fix a big performance hit when 
15606                 re-sorting (10k mails: before 5s,
15607                 after .5s)
15608
15609         * src/prefs_compose_writing.c
15610         * src/prefs_compose_writing.h
15611         * src/prefs_message.c
15612         * src/prefs_message.h
15613         * src/prefs_other.c
15614         * src/prefs_other.h
15615         * src/prefs_quote.c
15616         * src/prefs_quote.h
15617         * src/prefs_receive.c
15618         * src/prefs_receive.h
15619         * src/prefs_send.c
15620         * src/prefs_send.h
15621         * src/prefs_summaries.c
15622         * src/prefs_summaries.h
15623                 Fix copyright banner
15624
15625 2005-06-01 [paul]       1.9.11cvs30
15626
15627         * po/fi.po
15628                 updated by Flammie Pirinen
15629         * src/procmime.c
15630                 fix 'Bad BASE64 content' output
15631
15632 2005-05-31 [colin]      1.9.11cvs29
15633
15634         * src/procmime.c
15635                 Oops, where did my hunk go.
15636
15637 2005-05-31 [colin]      1.9.11cvs28
15638
15639         * src/Makefile.am
15640         * src/account.c
15641         * src/action.c
15642         * src/addr_compl.c
15643         * src/addressbook.c
15644         * src/codeconv.c
15645         * src/compose.c
15646         * src/export.c
15647         * src/folder.c
15648         * src/folderview.c
15649         * src/image_viewer.c
15650         * src/main.c
15651         * src/mainwindow.c
15652         * src/messageview.c
15653         * src/mimeview.c
15654         * src/msgcache.c
15655         * src/prefs_account.c
15656         * src/prefs_actions.c
15657         * src/prefs_common.c
15658         * src/prefs_compose_writing.c
15659         * src/prefs_customheader.c
15660         * src/prefs_ext_prog.c
15661         * src/prefs_filtering.c
15662         * src/prefs_filtering_action.c
15663         * src/prefs_fonts.c
15664         * src/prefs_image_viewer.c
15665         * src/prefs_message.c
15666         * src/prefs_message.h
15667         * src/prefs_msg_colors.c
15668         * src/prefs_other.c
15669         * src/prefs_other.h
15670         * src/prefs_quote.c
15671         * src/prefs_receive.c
15672         * src/prefs_receive.h
15673         * src/prefs_send.c
15674         * src/prefs_send.h
15675         * src/prefs_spelling.c
15676         * src/prefs_summaries.c
15677         * src/prefs_summary_column.c
15678         * src/prefs_template.c
15679         * src/prefs_themes.c
15680         * src/prefs_toolbar.c
15681         * src/prefs_wrapping.c
15682         * src/procmime.c
15683         * src/procmsg.c
15684         * src/send_message.h
15685         * src/ssl_manager.c
15686         * src/summary_search.c
15687         * src/summaryview.c
15688         * src/textview.c
15689         * src/wizard.c
15690         * src/common/smtp.c
15691         * src/common/smtp.h
15692         * src/gtk/gtkutils.h
15693                 o Move the rest of Common prefs to new style
15694                 o Lots of -Wall warning fixes
15695                 o fix FIXME in cache memusage calculation
15696                 o Let return receipts be sent from any account
15697                 o Little cache optimisation (read)
15698                 o Fix bug #746 (don't treat commas as separators
15699                   when inside a quoted string)
15700
15701 2005-05-31 [paul]       1.9.11cvs27
15702
15703         * src/prefs_common.c
15704                 fix 'off-by-one' typo
15705
15706 2005-05-31 [paul]       1.9.11cvs26
15707
15708         * src/account.c
15709         * src/addr_compl.c
15710         * src/compose.c
15711         * src/foldersel.c
15712         * src/prefs_actions.c
15713         * src/prefs_common.c
15714         * src/prefs_common.h
15715         * src/prefs_customheader.c
15716         * src/prefs_display_header.c
15717         * src/prefs_filtering.c
15718         * src/prefs_filtering_action.c
15719         * src/prefs_matcher.c
15720         * src/prefs_summaries.c
15721         * src/prefs_summary_column.c
15722         * src/prefs_template.c
15723         * src/prefs_toolbar.c
15724         * src/ssl_manager.c
15725         * src/gtk/pluginwindow.c
15726         * src/gtk/prefswindow.c
15727         * src/gtk/progressdialog.c
15728                 add hidden prefs 'enable_rules_hint'
15729                 for gtk_tree_view_set_rules_hint()
15730                 (sync with main)
15731                 
15732
15733 2005-05-31 [colin]      1.9.11cvs25
15734
15735         * src/Makefile.am
15736         * src/main.c
15737         * src/prefs_common.c
15738         * src/prefs_summaries.c ** ADDED **
15739         * src/prefs_summaries.h ** ADDED **
15740                 Common/Display -> Display/Summaries
15741
15742 2005-05-31 [colin]      1.9.11cvs24
15743
15744         * src/Makefile.am
15745         * src/main.c
15746         * src/prefs_quote.c ** ADDED **
15747         * src/prefs_quote.h ** ADDED **
15748                 Move Common/Quote to Compose/Quoting
15749         * src/prefs_common.c
15750         * src/prefs_common.h
15751                 Remove old quote stuff, add
15752                 convenience functions for GtkTextView prefs
15753         * src/gtk/prefswindow.c
15754                 Set default height higher
15755
15756 2005-05-30 [colin]      1.9.11cvs23
15757
15758         * src/Makefile.am
15759         * src/main.c
15760         * src/prefs_common.c
15761         * src/prefs_compose_writing.c ** ADDED **
15762         * src/prefs_compose_writing.h ** ADDED **
15763                 Move Common/Compose prefs to Compose/Writing
15764
15765 2005-05-30 [colin]      1.9.11cvs22
15766
15767         * src/common/utils.c
15768                 Fix bug #651 (Confused Attract by Subject)
15769                 Patch by M. Benkmann <haferfrost@web.de>
15770         * AUTHORS
15771
15772 2005-05-30 [colin]      1.9.11cvs21
15773
15774         * src/compose.c
15775                 Fix concatenation of different headers of
15776                 the same type (bug #645)
15777         * src/prefs_folder_item.c
15778                 Fix bug #699 (setting color to black doesn't
15779                 work immediately)
15780         * src/procmime.c
15781                 Print out decoding error only once per
15782                 block
15783
15784 2005-05-30 [paul]       1.9.11cvs20
15785
15786         * src/common/template.c
15787                 fix Bcc
15788
15789 2005-05-30 [paul]       1.9.11cvs19
15790
15791         * doc/src/rfc2368.txt   **NEW FILE**
15792         * src/compose.c
15793                 compose_entries_set(): don't interpret Bcc
15794                 header field (conform to RFC 2368)
15795                 (sync with main)
15796
15797 2005-05-29 [colin]      1.9.11cvs18
15798
15799         * src/prefs_common.c
15800                 Let the default reply format respect
15801                 netiquette by cutting the signature.
15802
15803 2005-05-29 [colin]      1.9.11cvs17
15804
15805         * src/summaryview.c
15806                 Don't let always_show_msg override
15807                 open_unread_on_enter when opening a new
15808                 directory.
15809
15810 2005-05-27 [paul]       1.9.11cvs16
15811
15812         sync with main:
15813
15814         * src/main.c
15815                 app_will_exit(): cleanup tmp directory when exit
15816         * src/message_search.c
15817                 improved the interface and made code cleanup.
15818                 removed Clear button
15819         * src/send_message.c
15820                 send_message_local(): use GSpawn, and detect errors
15821         * src/summary_search.c
15822                 improved the interface and made code cleanup
15823         * src/textview.c
15824                 textview_write_link(): also skip non-ascii space
15825                  at the head of link strings (phishing check
15826                  didn't work at the case)
15827         * src/common/utils.c
15828                 get_command_output(): use g_spawn_command_line_sync()
15829                 instead of popen()
15830
15831 2005-05-26 [colin]      1.9.11cvs15
15832
15833         * src/folder.c
15834                 remove printf
15835
15836 2005-05-26 [colin]      1.9.11cvs14
15837
15838         * src/common/nntp.c
15839                 Fix nntp mode reader (bug #611)
15840                 Patch by Florian Mickler <florian@mickler.org>
15841
15842 2005-05-26 [colin]      1.9.11cvs13
15843
15844         * src/plugins/pgpmime/passphrase.c
15845                 Fix mouse grabbing (bug #557)
15846
15847 2005-05-26 [colin]      1.9.11cvs12
15848
15849         * src/prefs_themes.c
15850                 Fix g_warning (bug #541)
15851
15852 2005-05-26 [colin]      1.9.11cvs11
15853
15854         * src/prefs_actions.c
15855         * src/prefs_template.c
15856                 Fix bug #506 (no warning if action/template
15857                 is not saved)
15858         * src/common/template.c
15859                 Fix a possible crash
15860
15861 2005-05-26 [colin]      1.9.11cvs10
15862
15863         * src/folder.c
15864         * src/folderview.c
15865         * src/procmsg.c
15866         * src/summaryview.c
15867                 Forbid locked messages to be moved or
15868                 deleted. Locked messages in trashes 
15869                 still get deleted, for performance
15870                 reason (mh.c::mh_remove_all_msgs)
15871
15872 2005-05-25 [colin]      1.9.11cvs9
15873
15874         * src/procmime.c
15875                 Use correct encoding when sending mails
15876                 with attachments that have accentued 
15877                 chars in their name
15878
15879 2005-05-24 [colin]      1.9.11cvs8
15880
15881         * src/summaryview.c
15882                 Fix bug #688 f) read/unread marker not
15883                 changed on first click
15884                 Also, optimize summary_status_show()
15885                 calls
15886         * src/folder.c
15887         * src/inc.c
15888         * src/procmime.c
15889                 Fix bug #688 b) and c) wrt message
15890                 attachments and signature
15891         * src/stock_pixmap.c
15892         * src/stock_pixmap.h
15893         * src/stock_pixmap.c
15894         * src/stock_pixmap.h
15895         * src/Makefile.am
15896         * src/pixmaps/clip_gpg_signed.xpm
15897                 Add clip/signed icon
15898
15899 2005-05-24 [colin]      1.9.11cvs7
15900
15901         * src/folder_item_prefs.c
15902                 whitespace fix
15903
15904 2005-05-24 [colin]      1.9.11cvs6
15905
15906         * src/folderview.c
15907         * src/prefs_common.c
15908         * src/prefs_common.h
15909                 Add a confirmation to folder drag and drop
15910                 fixes bug #156
15911         * src/alertpanel.c
15912         * src/alertpanel.h
15913                 fix _with_disable parameters so that
15914                 the buttons labels are specifiable too
15915         * src/plugins/pgpmime/sgpgme.c
15916                 reflect said change
15917                 
15918
15919 2005-05-24 [colin]      1.9.11cvs5
15920
15921         * src/folderview.c
15922                 Uncollapse/collapse folders on double-click
15923                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
15924                 closes bug #108
15925
15926 2005-05-23 [colin]      1.9.11cvs4
15927
15928         * src/common/socket.c
15929                 Check another special SSL_peek() error.
15930                 Should help wrt bug #728
15931
15932 2005-05-23 [colin]      1.9.11cvs3
15933
15934         * src/plugins/pgpmime/pgpmime.c
15935                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
15936                 breaking menu accelerators and stuff. Users will have to
15937                 reselect "PGP MIME" instead of "PGP/MIME" in their 
15938                 account's privacy preferences if needed.
15939
15940 2005-05-22 [paul]
15941
15942         * tools/kdeservicemenu/install.sh
15943                 use kdesu to prompt for root password if doing
15944                 global install/uninstall
15945
15946 2005-05-20 [colin]      1.9.11cvs2
15947
15948         * src/procmsg.c
15949                 Fix another compilation error with gcc-2.9x
15950                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
15951         * src/send_message.c
15952                 Don't send QUIT if we aren't connected
15953
15954 2005-05-19 [colin]      1.9.11cvs1
15955
15956         * src/procmsg.c
15957                 Fix compilation with gcc 2.9x
15958
15959 2005-05-19 [paul]       1.9.11
15960
15961         1.9.11 released
15962
15963 2005-05-19 [paul]       1.9.9cvs14
15964
15965         * src/gtk/inputdialog.c
15966                 prevent gettext warning
15967
15968 2005-05-19 [paul]       1.9.9cvs13
15969
15970         * src/mainwindow.c
15971         * src/prefs_common.c
15972         * src/prefs_common.h
15973         * src/textview.c
15974         * src/textview.h
15975                 add an option to toggle cursor in message
15976                 view (sync with main)
15977
15978 2005-05-18 [colin]      1.9.9cvs12
15979
15980         * src/compose.c
15981                 Dereference freed pointer
15982         * src/gtk/gtkaspell.c
15983                 Fix duplication of dictionaries (is it an aspell issue?)
15984
15985 2005-05-18 [colin]      1.9.9cvs11
15986
15987         * src/gtk/inputdialog.c
15988         * src/gtk/gtkaspell.c
15989                 HIGuify dialogs
15990         * src/alertpanel.c
15991                 Remove a double call
15992
15993 2005-05-17 [colin]      1.9.9cvs10
15994
15995         * src/gtk/gtkaspell.c
15996                 Fix dialogs, Ctrl-Enter accel
15997
15998 2005-05-17 [colin]      1.9.9cvs9
15999
16000         * src/gtk/gtkaspell.c
16001                 Fix some accelerators, escape in replace-window
16002
16003 2005-05-16 [colin]      1.9.9cvs8
16004
16005         * src/gtk/gtkaspell.c
16006                 Revert last commit, it was a mistake.
16007
16008 2005-05-16 [colin]      1.9.9cvs7
16009
16010         * src/gtk/gtkaspell.c
16011                 Remove buggy code while we're at it. It's a 
16012                 dead code path anyway.
16013
16014 2005-05-16 [colin]      1.9.9cvs6
16015
16016         * src/gtk/gtkaspell.c
16017                 Missed some gtk_menu_popup where deactivate
16018                 signal should be handled. Should fix bug
16019                 #629 a bit more.
16020
16021 2005-05-16 [colin]      1.9.9cvs5
16022
16023         * src/gtk/gtkaspell.c
16024                 Remove debug printf()s
16025
16026 2005-05-16 [colin]      1.9.9cvs4
16027
16028         * src/gtk/gtkaspell.c
16029                 Fix a bit aspell problems
16030                 (see bug #629)
16031
16032 2005-05-13 [colin]      1.9.9cvs3
16033
16034         * src/folderview.c
16035                 Fix the + appearing even when no subfolders
16036                 have unread messages. Thanks to wwp for the
16037                 bug report.
16038
16039 2005-05-11 [paul]       1.9.9cvs2
16040
16041         * src/folderview.c
16042                 correction to 1.9.9cvs1, only colour folders that
16043                 have new msgs (not unread msgs)
16044
16045 2005-05-10 [colin]      1.9.9cvs1
16046
16047         * src/folderview.c
16048         * src/summaryview.c
16049                 Try to fix bolding bugs again.
16050
16051 2005-05-09 [paul]
16052
16053         * tools/claws.i18n.status.pl
16054                 add Ricardo Mones Lastra's script that has been providing
16055                 the i18n status page for many months
16056
16057 2005-05-09 [paul]       1.9.9
16058
16059         1.9.9 release
16060
16061 2005-05-09 [paul]       1.9.6cvs58
16062
16063         * AUTHORS
16064         * INSTALL
16065         * README.claws
16066                 updated
16067         * Makefile.am 
16068         * RELEASE_NOTES.claws
16069                 add release notes to cvs to simplify release
16070                 procedure
16071         * configure.ac
16072                 add ca and fi to ALL_LINGUAS
16073         * po/Makefile.in.in
16074                 workaround for missing Makevars
16075         * po/ca.po
16076         * po/fi.po
16077                 add new Catalan and Finnish translations
16078                 submitted by Miquel Oliete and Flammie Pirinen
16079         * po/de.po
16080         * po/es.po
16081         * po/fr.po
16082         * po/it.po
16083         * po/pl.po
16084         * po/ru.po
16085         * po/sk.po
16086         * po/sr.po
16087         * po/zh_CN.po
16088                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16089                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16090                 Urke MMI, and Hansom Young
16091         * src/main.c
16092                 Fix drafting when quitting. compose_draft() closes the
16093                 compose windows, which modifies the compose_list GSList.
16094                 We have to refresh this list after echo drafting to avoid a
16095                 segfault
16096         * src/partial_download.c
16097                 fix segfault on exit
16098
16099 2005-05-06 [paul]       1.9.6cvs57
16100
16101         * src/grouplistdialog.c
16102                 quick fix/workaround for unresizeable newsgroup
16103                 name column 
16104
16105 2005-05-06 [paul]       1.9.6cvs56
16106
16107         * src/inc.c
16108         * src/mainwindow.c
16109                 use gettext plural forms
16110         * src/imap_gtk.c
16111         * src/mh_gtk.c
16112         * src/toolbar.c
16113                 small improvement to english usage
16114
16115 2005-05-05 [thorsten]   1.9.6cvs55
16116
16117         * src/folder.c
16118                 fix possible crash
16119
16120 2005-05-05 [paul]       1.9.6cvs54
16121         
16122         sync with HEAD
16123
16124         * AUTHORS
16125         * src/compose.c
16126                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16127                 patch by Tim Mann
16128
16129 2005-05-05 [paul]       1.9.6cvs53
16130
16131         * src/mainwindow.c
16132                 fix resizing of separate message and
16133                 folder views
16134
16135 2005-05-05 [paul]       1.9.6cvs52
16136
16137         * src/account.c
16138         * src/addrgather.c
16139         * src/browseldap.c
16140         * src/exphtmldlg.c
16141         * src/expldifdlg.c
16142         * src/importmutt.c
16143         * src/importpine.c
16144         * src/main.c
16145         * src/mainwindow.c
16146         * src/noticeview.c
16147         * src/prefs_filtering.c
16148         * src/prefs_filtering_action.c
16149         * src/prefs_matcher.c
16150         * src/prefs_spelling.c
16151         * src/prefs_toolbar.c
16152         * src/toolbar.c
16153         * src/wizard.c
16154         * src/gtk/description_window.c
16155         * src/gtk/gtkvscrollbutton.c
16156         * src/gtk/progressdialog.c
16157         * src/gtk/quicksearch.c
16158         * src/plugins/pgpmime/prefs_gpg.c
16159         * src/plugins/spamassassin/spamassassin_gtk.c
16160                 replace deprecated gtk_widget_set_usize
16161
16162 2005-05-04 [colin]      1.9.6cvs51
16163
16164         * src/common/utils.c
16165                 Fix crash when subst_for_filename is called
16166                 with a NULL parameter
16167
16168 2005-05-04 [colin]      1.9.6cvs50
16169
16170         * src/partial_download.c
16171         * src/pop.c
16172                 Escape login when writing uidl file
16173                 fixes bug #736
16174
16175 2005-05-03 [colin]      1.9.6cvs49
16176
16177         * src/procmime.c
16178                 Fix possible DOS in mime parser
16179                 (see bug #634)
16180
16181 2005-05-02 [colin]      1.9.6cvs48
16182
16183         * src/compose.c
16184                 Try to fix the copy/paste mess once again.
16185
16186
16187 2005-04-30 [colin]      1.9.6cvs47
16188
16189         * src/prefs_account.h
16190         * src/procmsg.c
16191         * src/send_message.c
16192         * src/common/smtp.c
16193         * src/common/smtp.h
16194                 Try to batch sending mails (per account) instead of
16195                 reconnecting to server every time.
16196
16197 2005-04-29 [colin]      1.9.6cvs46
16198
16199         * src/messageview.c
16200                 Fix window resizing that refused to size down
16201         * src/prefs_common.c
16202         * src/prefs_common.h
16203         * src/prefs_filtering.c
16204                 Save Filtering's window size
16205
16206 2005-04-21 [paul]       1.9.6cvs45
16207
16208         * ChangeLog-gtk2.claws
16209         * src/setup.c
16210                 correction to sync
16211
16212 2005-04-21 [paul]       1.9.6cvs44
16213
16214         sync with main:
16215
16216         * src/setup.c
16217         * src/statusbar.c
16218         * src/statusbar.h
16219                 use gtkut_widget_draw_now(). Improved performance
16220                 of the update of statusbar
16221         * src/textview.c
16222                 textview_smooth_scroll_do(): redraw it after scroll
16223                 is done (fixed incorrect display when a part of the
16224                 view is hidden).
16225         * src/gtk/gtkutils.c
16226         * src/gtk/gtkutils.h
16227                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16228                 to force update of widgets.
16229                 Removed gtkut_widget_wait_for_draw() which had a big
16230                 overhead  because of waiting for all events processed 
16231
16232 2005-04-20 [paul]       1.9.6cvs43
16233
16234         * src/codeconv.c
16235                 complete 1.9.6cvs42's sync:
16236                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16237
16238 2005-04-19 [paul]       1.9.6cvs42
16239
16240         sync with main:
16241
16242         * src/action.c
16243                 catch_output(): correctly select the insert text
16244                 (fix invalid iterator warnings).
16245         * src/codeconv.c
16246         * src/codeconv.h
16247         * src/mainwindow.c
16248         * src/messageview.c
16249         * src/prefs_common.c
16250                 support GBK encoding.
16251         * src/common/session.c
16252         * src/common/session.h
16253                 use separate buffer for large data to be sent,
16254                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16255
16256 2005-04-18 [paul]       1.9.6cvs41
16257
16258         * src/jpilot.c
16259                 convert unsigned long into guint32
16260                 patch by Paul LeoNerd Evans 
16261
16262 2005-04-17 [colin]      1.9.6cvs40
16263
16264         * src/compose.c
16265                 Fix 'Request return receipt' from folder
16266                 properties (bug #708)
16267
16268 2005-04-17 [colin]      1.9.6cvs39
16269
16270         * src/mainwindow.c
16271                 Fix duplicate hotkeys in Mainwindow's menu
16272
16273 2005-04-17 [colin]      1.9.6cvs38
16274
16275         * src/folderview.c
16276                 Fix duplicate hotkeys in Folderview's contextual
16277                 menu
16278
16279 2005-04-15 [colin]      1.9.6cvs37
16280
16281         * src/summaryview.c
16282                 Fix 'Save as...' with non-ascii filenames
16283
16284 2005-04-15 [colin]      1.9.6cvs36
16285
16286         * src/plugins/pgpmime/pgpmime.c
16287                 Fix bus error on 64bit. Spotted by 
16288                 macallan1888@gmail.com
16289
16290 2005-04-15 [colin]      1.9.6cvs35
16291
16292         * src/prefs_account.c
16293                 Fix cvs34.
16294
16295 2005-04-12 [colin]      1.9.6cvs34
16296
16297         * src/prefs_account.c
16298                 Fix smtp auth type off-by-one. We forgot to
16299                 add PLAIN in the prefs-to-gui setter func and
16300                 as a result, the selected auth when opening
16301                 account prefs was not the correct one.
16302
16303 2005-04-12 [paul]       1.9.6cvs33
16304
16305         * src/inc.c
16306                 if the recv dialog is visible, Cancel only
16307                 cancels the current account
16308
16309
16310 2005-04-10 [colin]      1.9.6cvs32
16311
16312         * src/filtering.c
16313                 Copy score when copying FilteringActions
16314                 Fix bug #674
16315
16316 2005-04-10 [colin]      1.9.6cvs31
16317
16318         * src/inc.c
16319                 Make Message -> Receive -> Cancel cancel 
16320                 incorporation on all accounts. Fixes
16321                 bug #693
16322
16323 2005-04-10 [colin]      1.9.6cvs30
16324
16325         * src/prefs_account.c
16326                 Update Privacy checkbuttons status based
16327                 on the selected privacy system
16328         * src/compose.c
16329                 Always connect the "None" privacy system; the
16330                 static boolean was probably there to avoid
16331                 reconnecting twice in the same compose window,
16332                 but as the parent function is only called once
16333                 per compose, it's only a bug - as a static is
16334                 initialized once per application instance.
16335                 Also, don't uncheck Sign and Encrypt when
16336                 selecting None as privacy system; just ignore
16337                 them when sending/queuing.
16338                 Should fix bug #695
16339
16340 2005-04-08 [colin]      1.9.6cvs29
16341
16342         * src/account.c
16343         * src/prefs_account.c
16344         * src/prefs_account.h
16345                 Add account preference to queue message in a certain
16346                 folder.
16347
16348 2005-04-06 [colin]      1.9.6cvs28
16349
16350         * src/prefs_account.c
16351                 Update old inbox path syntax
16352
16353 2005-04-06 [paul]       1.9.6cvs27
16354
16355         sync with main:
16356
16357         * configure.ac
16358                 changed -traditional-cpp to -no-cpp-precomp for newer
16359                 Mac OS X support
16360         * src/foldersel.c
16361                 made column resize automatically
16362         * src/send_message.c
16363                 send_message_smtp(): consider EOF right after QUIT
16364                 successful (workaround for Gmail SMTP server)
16365         * src/common/socket.c
16366                 ssl_read(), ssl_peek(): check EOF which violates the
16367                 SSL protocol
16368         * src/gtk/colorlabel.c
16369                 removed warnings when displaying colorlabel menu
16370                 (don't use GtkAlignment)
16371
16372 2005-04-05 [paul]       1.9.6cvs26
16373
16374         * src/plugins/trayicon/trayicon.c
16375                 fix clipping of icon under KDE3 
16376
16377 2005-04-05 [paul]       1.9.6cvs25
16378
16379         * src/summaryview.c
16380                 hide display of threading
16381                 patch by Alfons
16382
16383 2005-04-04 [thorsten]   1.9.6cvs24
16384
16385         * src/mh.c
16386                 marks lost on filesystems with different stat() results on
16387                 summer-/wintertime
16388
16389 2005-04-03 [colin]      1.9.6cvs23
16390
16391         * src/summaryview.c
16392                 Don't handle up/down. Patch by Alfons
16393
16394 2005-04-02 [colin]      1.9.6cvs22
16395
16396         * src/summaryview.c
16397                 Make scrolling faster. Patch by Alfons.
16398
16399 2005-04-01 [colin]      1.9.6cvs21
16400
16401         * src/Makefile.am
16402         * src/stock_pixmap.c
16403         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16404         * src/pixmaps/dir_noselect.xpm ** ADDED **
16405                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16406
16407 2005-04-01 [colin]      1.9.6cvs20
16408
16409         * src/image_viewer.c
16410         * src/image_viewer.h
16411         * src/procmime.c
16412         * src/procmime.h
16413         * src/textview.c
16414         * src/textview.h
16415                 Implement inline image resizing and right-clicking
16416
16417 2005-04-01 [paul]       1.9.6cvs19
16418
16419         * AUTHORS
16420         * Makefile.am
16421         * configure.ac
16422                 check for gnome2
16423                 patch by Luca Cavalli <loopback<AT>slackit.org>
16424         * po/ru.po
16425                 updated by Pavlo Bohmat
16426
16427 2005-03-31 [colin]      1.9.6cvs18
16428
16429         * src/news.c
16430                 Fix parsing references
16431         * src/msgcache.c
16432                 don't put nulls in the references list
16433         * src/procheader.c
16434                 commit that forgotten file in 1.9.6cvs14
16435
16436 2005-03-31 [colin]      1.9.6cvs17
16437
16438         * src/compose.c
16439                 Fix joining of signature separator again. 
16440                 Maybe Hiro could put it in main too...
16441
16442 2005-03-31 [colin]      1.9.6cvs16
16443
16444         * src/Makefile.am
16445         * src/foldersel.c
16446         * src/stock_pixmap.c
16447         * src/stock_pixmap.h
16448         * src/pixmaps/dir-noselect.xpm
16449                 Update foldersel.c (sync from main, patch by Alfons)
16450
16451 2005-03-30 [colin]      1.9.6cvs15
16452
16453         * src/imap.c
16454                 Fix handling of imap folders containing [] in 
16455                 their name. Thanks to Nahuel Angelinetti for
16456                 the detailed bugreport.
16457
16458 2005-03-30 [colin]      1.9.6cvs14
16459
16460         * src/common/utils.h
16461         * src/common/utils.c
16462         * src/common/defs.h
16463         * src/matcher.c
16464         * src/msgcache.c
16465         * src/news.c
16466         * src/procmsg.c
16467         * src/procmsg.h
16468         * src/quote_fmt_parse.y
16469         * src/summaryview.c
16470                 Update references system. Patch by Alfons
16471
16472 2005-03-30 [colin]      1.9.6cvs13
16473
16474         * src/common/socket.c
16475                 Force the glibc to read resolv.conf again when 
16476                 it has changed. Should fix issues when changing
16477                 networks on a laptop and not restarting sylpheed. 
16478
16479 2005-03-30 [paul]       1.9.6cvs12
16480
16481         partial sync with main:
16482
16483         * src/action.c
16484                 create_io_dialog(): use user-defined text font
16485                 (thanks to Alfons), and modified its appearance.
16486         * src/addrgather.c
16487         * src/addrharvest.c
16488         * src/browseldap.c
16489                 replace old code
16490         * src/compose.c
16491                 don't join (presumably) itemized lines on line-wrapping
16492                 fixed wrapping of quote when auto-wrapping is enabled
16493                 compose_destroy(): destroy paned only if it's not
16494                 attached to window. Fixed memory leak of popup menu.
16495         * src/exphtmldlg.c
16496         * src/expldifdlg.c
16497                 replace old code
16498         * src/html.c
16499         * src/html.h
16500         * src/importmutt.c
16501         * src/importpine.c
16502                 replace old code
16503         * src/main.c
16504                 removed redundant code
16505         * src/mainwindow.c
16506                 changed 'Code set' (which is rather incorrect)
16507                 in the menu to 'Character encoding'
16508                 main_window_set_widgets(): request size first
16509                 to prevent window size becoming wrong
16510                 fixed remembering of the state of the visibility
16511                 of MessageView
16512         * src/messageview.c
16513                 changed 'Code set' (which is rather incorrect)
16514                 in the menu to 'Character encoding'
16515         * src/prefs_common.c
16516         * src/prefs_common.h
16517                 added an option whether to render HTML as text or not
16518                 added separators to outgoing encoding menu
16519         * src/procheader.c
16520                 procheader_scan_date_string(): support header
16521                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16522         * src/summaryview.c
16523         * src/summaryview.h
16524                 minor code cleanup
16525         * src/textview.c
16526                 textview_show_html(): force output of newline
16527                 added an option whether to render HTML as text or not
16528         * src/common/utils.c
16529                 strncpy2(): optimized based on Alfons' code
16530         * src/gtk/gtkutils.c
16531         * src/gtk/gtkutils.h
16532                 removed non-used code
16533         * src/plugins/pgpmime/passphrase.c
16534                 partially fixed grab input of passphrase dialog
16535                 Confine pointer to window
16536
16537 2005-03-30 [colin]      1.9.6cvs11
16538
16539         * src/msgcache.c
16540         * src/msgcache.h
16541                 Read/write 32bit ints from cache & marks
16542                 From main.
16543
16544 2005-03-29 [paul]       1.9.6cvs10
16545
16546         * AUTHORS
16547         * ChangeLog.claws
16548         * src/compose.c
16549         * src/gtk/gtkaspell.c
16550                 sync with HEAD (don't pass NULL pointers) 
16551
16552 2005-03-24 [paul]
16553
16554         * tools/Makefile.am
16555         * tools/README
16556         * tools/acroread2sylpheed.pl
16557                 sync with HEAD (add script to send pdfs as
16558                 attachments from Adobe Reader 7)
16559
16560 2005-03-21 [paul]       1.9.6cvs9
16561
16562         * configure.ac
16563         * po/POTFILES.in
16564         * src/Makefile.am
16565         * src/crash.c
16566         * src/image_viewer.c ** ADDED **
16567         * src/image_viewer.h ** ADDED **
16568         * src/main.c
16569         * src/prefs_common.c
16570         * src/prefs_common.h
16571         * src/prefs_image_viewer.c ** ADDED **
16572         * src/prefs_image_viewer.h ** ADDED **
16573         * src/textview.c
16574         * src/gtk/about.c
16575         * src/pixmaps/sylpheed_logo.xpm
16576         * src/plugins/Makefile.am
16577         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16578         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16579         * src/plugins/image_viewer/plugin.c ** REMOVED **
16580         * src/plugins/image_viewer/viewer.c ** REMOVED **
16581         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16582         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16583         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16584         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16585         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16586                 as gdk-pixbuf is now built-in
16587                 remove image_viewer plugin and put code back into
16588                 main codebase
16589                 implement inline image display (sync with main)
16590
16591                 replace logo with newer, nicer, larger version  
16592
16593 2005-03-21 [paul]       1.9.6cvs8
16594
16595         * src/gtk/about.c
16596                 cosmetic improvement
16597
16598 2005-03-21 [holger]     1.9.6cvs7
16599
16600         * src/plugins/spamassassin/spamassassin.c
16601                 Sync with HEAD
16602                 (unregister hook on failed plugin init)
16603
16604 2005-03-20 [colin]      1.9.6cvs6
16605
16606         * src/common/plugin.c
16607                 Check that plugin isn't already loaded
16608                 Patch by Alfons
16609
16610 2005-03-20 [thorsten]   1.9.6cvs5
16611
16612         * src/compose.c
16613                 use a more compatible syntax
16614
16615 2005-03-20 [thorsten]   1.9.6cvs4
16616
16617         * src/prefs_toolbar.c
16618                 fix crash when selecting toolbar item (uninitialized pointer)
16619
16620 2005-03-20 [thorsten]   1.9.6cvs3
16621
16622         * src/procmime.c
16623                 fix mimetype detection (referenced free()d string)
16624
16625 2005-03-20 [paul]       1.9.6cvs2
16626
16627         * src/compose.c
16628                 sync with HEAD (1.0.3cvs5)
16629                 neglect Reply-To header if empty
16630                 Patch by Alfons 
16631
16632 2005-03-19 [holger]     1.9.6cvs1
16633
16634         * src/summaryview.c
16635         * src/summaryview.h
16636                 Sync with HEAD
16637
16638 2005-03-18 [paul]       1.9.6
16639
16640         initial GTK2 release
16641
16642 2005-03-18 [paul]       1.0.3cvs3.1
16643
16644         * AUTHORS
16645         * ChangeLog.claws
16646         * configure.ac
16647         * src/gtk/about.c
16648         * src/pixmaps/sylpheed_logo.xpm
16649                 sync with HEAD
16650
16651 2005-03-18 [colin]      1.0.3cvs2.6
16652
16653         * src/summaryview.c
16654                 Remove call to summary_step in summary_copy_selected_to
16655                 Can't see its purpose, and this causes bug when copying
16656                 a message if the next one is unread: it reads it.
16657
16658 2005-03-18 [paul]       1.0.3cvs2.5
16659
16660         * src/foldersel.c
16661                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16662
16663 2005-03-18 [paul]       1.0.3cvs2.4
16664
16665         * src/addrharvest.c
16666         * src/codeconv.c
16667         * src/codeconv.h
16668         * src/compose.c
16669         * src/news.c
16670         * src/procheader.c
16671         * src/procmime.c
16672         * src/unmime.c
16673         * src/unmime.h
16674                 fix buffer overflow, CAN-2005-0667, see
16675                 http://secunia.com/advisories/14491/
16676                 Patch by Alfons
16677
16678 2005-03-17 [colin]      1.0.3cvs2.3
16679
16680         * src/prefs_fonts.c
16681         * src/summaryview.c
16682                 Fix font bugs (both lists now officialy share 
16683                 the same font)
16684                 
16685
16686 2005-03-17 [paul]       1.0.3cvs2.2
16687
16688         * src/gtk/pluginwindow.c
16689                 make plugin descriptions uneditable
16690
16691 2005-03-11 [paul]       1.0.3cvs2.1
16692
16693         * ChangeLog.claws
16694         * configure.ac
16695         * po/POTFILES.in
16696         * src/plugins/trayicon/trayicon.c
16697                 sync with HEAD
16698                 add src/wizard.c to POTFILES.in
16699
16700 2005-03-11 [paul]       1.0.3cvs1.1
16701
16702         * ChangeLog
16703         * ChangeLog.claws
16704         * configure.ac
16705         * po/de.po
16706         * po/es.po
16707         * po/fr.po
16708         * po/it.po
16709         * po/pt_BR.po
16710         * po/ru.po
16711         * po/sk.po
16712         * po/sr.po
16713         * po/zh_CN.po
16714                 sync with HEAD
16715
16716 2005-03-04 [colin]      1.0.1cvs22.2
16717
16718         * src/compose.c
16719                 Fix signatures with accentued chars in it
16720
16721 2005-03-04 [colin]      1.0.1cvs22.1
16722
16723         * src/common/smtp.c
16724         * src/common/smtp.h
16725                 Don't use SIZE param in MAIL FROM: if server 
16726                 doesn't support it. Patch by Eugen Freiter
16727                 <eugen_f@users.sf.net>
16728
16729 2005-02-27 [paul]       1.0.1cvs20.1
16730
16731         * ChangeLog.claws
16732         * configure.ac
16733         * src/messageview.c
16734                 sync with HEAD
16735
16736 2005-02-27 [colin]      1.0.1cvs19.4
16737
16738         * src/procheader.c
16739         * src/procheader.h
16740                 Fix prototypes. Patch by Alfons
16741
16742 2005-02-27 [colin]      1.0.1cvs19.3
16743
16744         * src/compose.c
16745                 Don't auto-join the signature separator.
16746
16747 2005-02-26 [colin]      1.0.1cvs19.2
16748
16749         * src/summaryview.c
16750                 Fix 'mark all read' with collapsed threads.
16751                 Patch by Alfons.
16752
16753 2005-02-25 [paul]       1.0.1cvs19.1
16754
16755         * ChangeLog.claws
16756         * configure.ac
16757         * src/prefs_account.c
16758         * src/prefs_folder_item.c
16759         * src/gtk/prefswindow.c
16760         * src/gtk/prefswindow.h
16761                 sync with HEAD
16762
16763 2005-02-25 [paul]       1.0.1cvs15.12
16764
16765         * src/alertpanel.c
16766         * src/codeconv.c
16767         * src/compose.c
16768         * src/textview.c
16769         * src/gtk/gtkutils.c
16770         * src/gtk/gtkutils.h
16771         * src/gtk/logwindow.c
16772         * src/gtk/progressdialog.c
16773                 sync with main (revision 127)
16774                 and fix logwindow clipping
16775
16776 2005-02-24 [colin]      1.0.1cvs15.11
16777
16778         * src/plugins/pgpmime/passphrase.c
16779                 Disable input grabbing; it doesn't work yet.
16780
16781 2005-02-24 [colin]      1.0.1cvs15.10
16782
16783         * src/messageview.c
16784                 Don't send out receipts if offline. Ask.
16785
16786 2005-02-23 [colin]      1.0.1cvs15.9
16787
16788         * src/summaryview.c     
16789                 Fix expanding
16790
16791 2005-02-23 [colin]      1.0.1cvs15.8
16792
16793         * src/summaryview.c
16794                 Really fix Bug 568 by removing useless
16795                 calls. summary_thread_init() now called
16796                 in summary_sort(). This should please
16797                 Alfons as it should be faster than 
16798                 previously.
16799
16800 2005-02-23 [colin]      1.0.1cvs15.7
16801
16802         * src/compose.c
16803                 Encode parts as QP or B64 if signing
16804
16805 2005-02-23 [colin]      1.0.1cvs15.6
16806
16807         * src/compose.c
16808                 Fix Mimeinfo leakage (including tmp files)
16809         * src/procmsg.c
16810                 Fix tmp file leakage (spotted by Ivan Rayner)
16811
16812 2005-02-22 [colin]      1.0.1cvs15.5
16813
16814         * src/expldifdlg.c
16815                 Fix keyboard input. Patch by Alfons.
16816
16817 2005-02-21 [colin]      1.0.1cvs15.4
16818
16819         * src/compose.c
16820                 Fix Sign/Encrypt when unselecting privacy
16821                 system
16822         * src/prefs_common.c
16823                 Change default message font to Monospace
16824         * src/summaryview.c
16825                 More freezing during potentially large operations
16826
16827 2005-02-21 [paul]       1.0.1cvs15.3
16828
16829         * src/main.c
16830                 fix --help output
16831
16832 2005-02-21 [paul]       1.0.1cvs15.2
16833
16834         * po/Makefile.in.in
16835         * src/compose.c
16836         * src/summaryview.c
16837         * src/textview.c
16838         * src/common/utils.c
16839         * src/common/utils.h
16840                 sync with main (revision 117)
16841
16842 2005-02-20 [colin]      1.0.1cvs15.1
16843
16844         * src/common/defs.h
16845                 Change cache file to .sylpheed_claws_cache, as
16846                 suggested by Alfons. Allows people to switch
16847                 between Sylpheed and Sylpheed-Claws. it is
16848                 a good idea to "Check for new messages" at next
16849                 startup.
16850
16851
16852 2005-02-18 [colin]      1.0.1cvs14.1
16853
16854         * src/quote_fmt_lex.l
16855         * src/quote_fmt_parse.y
16856                 Fix parser initialisation. Patch by Ivan.
16857
16858 2005-02-18 [colin]      1.0.1cvs11.6
16859
16860         * src/folderview.c
16861                 Fix scrolldown (bug 662)
16862
16863 2005-02-17 [colin]      1.0.1cvs11.5
16864
16865         * src/codeconv.c
16866                 conv_filename_to_utf8: return clean 7bit instead
16867                 of broken utf8 if needed
16868         * src/mimeview.c
16869                 Fix display of parts with unclean 8bit names
16870
16871 2005-02-17 [paul]       1.0.1cvs11.4
16872
16873         * src/compose.c
16874         * src/exportldif.c
16875         * src/matcher_parser_parse.y
16876         * src/procmime.c
16877         * src/sourcewindow.c
16878         * src/common/Makefile.am
16879         * src/common/intl.h             ** REMOVED **
16880         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16881                 sync with main (revision 109)
16882                 and clean up
16883
16884 2005-02-16 [colin]      1.0.1cvs11.3
16885
16886         * src/summaryview.c
16887                 Fix collapsed thread not highlighting when new
16888                 messages in it (Bug 568) Patch by Stephan Sachse.
16889                 Fix messed up selection when reaching bounds (Bug 632)
16890         * src/prefs_themes.c
16891                 Fix theme installing (Bug 684)
16892
16893 2005-02-16 [colin]      1.0.1cvs11.2
16894
16895         * src/messageview.c
16896                 Fix messageview_select_all
16897
16898 2005-02-16 [colin]      1.0.1cvs11.1
16899
16900         * src/mh.c
16901                 Sync with HEAD (MH scan required function)
16902
16903 2005-02-15 [colin]      1.0.1cvs8.1
16904
16905         * src/mimeview.c
16906         * src/common/utils.c
16907                 Sync with HEAD (filename chars substitution)
16908
16909 2005-02-15 [colin]      1.0.1cvs7.3
16910
16911         * src/gtk/pluginwindow.c
16912                 Fix button spacing
16913
16914 2005-02-15 [colin]      1.0.1cvs7.2
16915
16916         * src/mimeview.c
16917                 Fix mime icons not reset across message when
16918                 scrolled down
16919
16920 2005-02-15 [colin]      1.0.1cvs7.1
16921
16922         * src/compose.c
16923         * src/procmime.c
16924                 Sync with HEAD (optimisation of cvs6)
16925
16926 2005-02-14 [colin]      1.0.1cvs6.1
16927
16928         * src/compose.c
16929         * src/procmime.c
16930                 Sync with HEAD (encode "From " at line beginning)
16931
16932 2005-02-14 [colin]      1.0.1cvs5.3
16933
16934         * src/compose.c
16935                 Fix wrapping with accentued chars.
16936
16937 2005-02-13 [colin]      1.0.1cvs5.2
16938
16939         * src/textview.c
16940                 Fix email informative part parsing with
16941                 accentued chars in it. ispunct() returns
16942                 true for them in utf8...
16943
16944 2005-02-12 [colin]      1.0.1cvs5.1
16945
16946         * src/filtering.c
16947                 Sync with HEAD (remove wrong use of compose after send)
16948
16949 2005-02-12 [paul]       1.0.1cvs4.5
16950
16951         * src/textview.c
16952                 remove unnecessary code (thanks to Alfons)
16953
16954 2005-02-12 [paul]       1.0.1cvs4.4
16955
16956         * src/textview.c
16957                 add 'Copy' to contextual menu on emails
16958
16959 2005-02-11 [colin]      1.0.1cvs4.3
16960
16961         * src/compose.c
16962                 revert 1.0.0cvs28.2, it doesn't work that well.
16963
16964 2005-02-11 [paul]       1.0.1cvs4.2
16965
16966         * po/Makefile.in.in
16967                 fix 'make release'
16968
16969 2005-02-10 [paul]       1.0.1cvs4.1
16970
16971         * ChangeLog
16972         * ChangeLog.claws
16973         * ChangeLog.jp
16974         * configure.ac
16975         * src/compose.c
16976                 sync with HEAD (sync with main)
16977
16978 2005-02-10 [paul]       1.0.1cvs3.2
16979
16980         * AUTHORS
16981         * Makefile.am
16982         * autogen.sh
16983         * configure.ac
16984         * config/mkinstalldirs
16985         * intl/.cvsignore
16986         * intl/ChangeLog
16987         * intl/VERSION
16988         * intl/bindtextdom.c
16989         * intl/config.charset
16990         * intl/dcgettext.c
16991         * intl/dcigettext.c
16992         * intl/dcngettext.c
16993         * intl/dgettext.c
16994         * intl/dngettext.c
16995         * intl/eval-plural.h
16996         * intl/explodename.c
16997         * intl/finddomain.c
16998         * intl/gettext.c
16999         * intl/gettextP.h
17000         * intl/gmo.h
17001         * intl/hash-string.h
17002         * intl/intl-compat.c
17003         * intl/l10nflist.c
17004         * intl/libgnuintl.h.in
17005         * intl/loadinfo.h
17006         * intl/loadmsgcat.c
17007         * intl/localcharset.c
17008         * intl/localcharset.h
17009         * intl/locale.alias
17010         * intl/localealias.c
17011         * intl/localename.c
17012         * intl/log.c
17013         * intl/ngettext.c
17014         * intl/os2compat.c
17015         * intl/os2compat.h
17016         * intl/osdep.c
17017         * intl/plural-exp.c
17018         * intl/plural-exp.h
17019         * intl/plural.c
17020         * intl/plural.y
17021         * intl/ref-add.sin
17022         * intl/ref-del.sin
17023         * intl/relocatable.c
17024         * intl/relocatable.h
17025         * intl/textdomain.c
17026         * m4/Makefile.am
17027         * po/Makefile.in.in
17028         * src/Makefile.am
17029         * src/account.c
17030         * src/action.c
17031         * src/addr_compl.c
17032         * src/addressadd.c
17033         * src/addressbook.c
17034         * src/addrgather.c
17035         * src/addrindex.c
17036         * src/alertpanel.c
17037         * src/browseldap.c
17038         * src/codeconv.c
17039         * src/codeconv.h
17040         * src/compose.c
17041         * src/compose.h
17042         * src/crash.c
17043         * src/editaddress.c
17044         * src/editbook.c
17045         * src/editgroup.c
17046         * src/editjpilot.c
17047         * src/editldap.c
17048         * src/editldap_basedn.c
17049         * src/editvcard.c
17050         * src/exphtmldlg.c
17051         * src/expldifdlg.c
17052         * src/export.c
17053         * src/exporthtml.c
17054         * src/filtering.c
17055         * src/folder.c
17056         * src/folder_item_prefs.c
17057         * src/foldersel.c
17058         * src/folderview.c
17059         * src/grouplistdialog.c
17060         * src/headerview.c
17061         * src/imap.c
17062         * src/imap_gtk.c
17063         * src/import.c
17064         * src/importldif.c
17065         * src/importmutt.c
17066         * src/importpine.c
17067         * src/inc.c
17068         * src/ldif.c
17069         * src/main.c
17070         * src/mainwindow.c
17071         * src/matcher.c
17072         * src/mbox.c
17073         * src/message_search.c
17074         * src/messageview.c
17075         * src/mh.c
17076         * src/mh_gtk.c
17077         * src/mimeview.c
17078         * src/msgcache.c
17079         * src/news.c
17080         * src/news_gtk.c
17081         * src/noticeview.c
17082         * src/partial_download.c
17083         * src/pop.c
17084         * src/prefs_account.c
17085         * src/prefs_actions.c
17086         * src/prefs_common.c
17087         * src/prefs_customheader.c
17088         * src/prefs_display_header.c
17089         * src/prefs_ext_prog.c
17090         * src/prefs_filtering.c
17091         * src/prefs_filtering_action.c
17092         * src/prefs_folder_item.c
17093         * src/prefs_fonts.c
17094         * src/prefs_gtk.c
17095         * src/prefs_matcher.c
17096         * src/prefs_msg_colors.c
17097         * src/prefs_spelling.c
17098         * src/prefs_summary_column.c
17099         * src/prefs_template.c
17100         * src/prefs_themes.c
17101         * src/prefs_toolbar.c
17102         * src/prefs_wrapping.c
17103         * src/privacy.c
17104         * src/procheader.c
17105         * src/procmime.c
17106         * src/procmsg.c
17107         * src/quote_fmt.c
17108         * src/recv.c
17109         * src/send_message.c
17110         * src/setup.c
17111         * src/sourcewindow.c
17112         * src/ssl_manager.c
17113         * src/statusbar.c
17114         * src/summary_search.c
17115         * src/summaryview.c
17116         * src/textview.c
17117         * src/toolbar.c
17118         * src/wizard.c
17119         * src/common/nntp.c
17120         * src/common/plugin.c
17121         * src/common/smtp.c
17122         * src/common/ssl.c
17123         * src/common/ssl_certificate.c
17124         * src/common/string_match.c
17125         * src/common/sylpheed.c
17126         * src/common/template.c
17127         * src/common/utils.c
17128         * src/gtk/about.c
17129         * src/gtk/colorlabel.c
17130         * src/gtk/description_window.c
17131         * src/gtk/filesel.c
17132         * src/gtk/foldersort.c
17133         * src/gtk/gtkaspell.c
17134         * src/gtk/gtkutils.c
17135         * src/gtk/inputdialog.c
17136         * src/gtk/logwindow.c
17137         * src/gtk/menu.c
17138         * src/gtk/pluginwindow.c
17139         * src/gtk/prefswindow.c
17140         * src/gtk/progressdialog.c
17141         * src/gtk/quicksearch.c
17142         * src/gtk/sslcertwindow.c
17143         * src/plugins/clamav/clamav_plugin.c
17144         * src/plugins/clamav/clamav_plugin_gtk.c
17145         * src/plugins/demo/demo.c
17146         * src/plugins/dillo_viewer/dillo_prefs.c
17147         * src/plugins/dillo_viewer/dillo_viewer.c
17148         * src/plugins/image_viewer/plugin.c
17149         * src/plugins/image_viewer/viewer.c
17150         * src/plugins/image_viewer/viewerprefs.c
17151         * src/plugins/mathml_viewer/mathml_viewer.c
17152         * src/plugins/pgpmime/passphrase.c
17153         * src/plugins/pgpmime/plugin.c
17154         * src/plugins/pgpmime/prefs_gpg.c
17155         * src/plugins/pgpmime/select-keys.c
17156         * src/plugins/pgpmime/sgpgme.c
17157         * src/plugins/spamassassin/spamassassin.c
17158         * src/plugins/spamassassin/spamassassin_gtk.c
17159         * src/plugins/trayicon/trayicon.c
17160                 sync with main (revision 104)
17161
17162 2005-02-10 [colin]      1.0.1cvs3.1
17163
17164         * src/mainwindow.c
17165                 Sync with HEAD (fix occasional crasher)
17166
17167 2005-02-10 [colin]      1.0.1cvs2.1
17168
17169         * src/messageview.c
17170                 Synw with HEAD (don't automatically display html)
17171
17172 2005-02-09 [colin]      1.0.1cvs1.3
17173
17174         * src/textview.c
17175         * src/textview.h
17176                 Add contextual menu on emails
17177
17178 2005-02-09 [colin]      1.0.1cvs1.2
17179
17180         * src/codeconv.c
17181                 Fix converting from broken headers and 
17182                 put back the _ in missing places
17183                 (feature broke with cvs24.2 sync, main 
17184                  possibly affected?)
17185
17186 2005-02-09 [colin]      1.0.1cvs1.1
17187
17188         * src/messageview.c
17189         * src/mimeview.c
17190         * src/mimeview.h
17191                 Sync with HEAD (display non text/plain mails with plugin)
17192
17193 2005-02-08 [colin]      1.0.1.1
17194
17195         * ChangeLog.claws
17196         * po/pt_BR.po
17197                 Sync with HEAD
17198         * configure.ac
17199                 Make default configuration directory 
17200                 be .sylpheed-gtk2
17201
17202 2005-02-08 [colin]      1.0.0cvs29.1
17203
17204         * po/de.po
17205         * po/es.po
17206         * po/fr.po
17207         * po/it.po
17208         * po/sk.po
17209         * po/sr.po
17210                 Sync translations with HEAD
17211
17212 2005-02-06 [colin]      1.0.0cvs28.3
17213
17214         * src/compose.c
17215                 Make compose a bit faster - patch by Alfons.
17216
17217 2005-02-06 [colin]      1.0.0cvs28.2
17218
17219         * src/compose.c
17220                 Make pasting via middle-click more reliable
17221
17222 2005-02-05 [paul]       1.0.0cvs28.1
17223
17224         * ChangeLog
17225         * ChangeLog.claws
17226         * ChangeLog.jp
17227         * configure.ac
17228         * src/compose.c
17229                 sync with HEAD
17230                 (fix bug 682 'redirect is broken'
17231
17232 2005-02-05 [torte]      1.0.0cvs27.1
17233
17234         * ChangeLog.claws
17235         * configure.ac
17236         * src/partial_download.c
17237                 Sync with HEAD (fix buf overflow)
17238
17239 2005-02-03 [colin]      1.0.0cvs26.1
17240
17241         * src/common/plugin.c
17242                 Sync with HEAD (avoid plugin mismatches)
17243
17244 2005-02-03 [paul]       1.0.0cvs25.3
17245
17246         * src/folderview.c
17247         * src/headerview.c
17248         * src/summaryview.c
17249         * src/textview.c
17250         * src/gtk/colorlabel.c
17251                 third and final part of initial sync with main-gtk2
17252
17253 2005-02-03 [paul]       1.0.0cvs25.2
17254
17255         * src/jpilot.c
17256                 fix building with jpilot support
17257
17258 2005-02-02 [colin]      1.0.0cvs25.1
17259
17260         * src/messageview.c
17261                 Sync with HEAD (fix dangerous typo)
17262
17263 2005-02-01 [colin]      1.0.0cvs24.3
17264
17265         * src/common/xml.c
17266                 Write file as advertised (UTF-8)
17267
17268 2005-02-01 [paul]       1.0.0cvs24.2
17269
17270         * src/addrbook.c
17271         * src/addrindex.c
17272         * src/alertpanel.h
17273         * src/codeconv.c
17274         * src/codeconv.h
17275         * src/compose.c
17276         * src/export.c
17277         * src/folder_item_prefs.c
17278         * src/html.c
17279         * src/imap.c
17280         * src/import.c
17281         * src/jpilot.c
17282         * src/mainwindow.c
17283         * src/matcher_parser_lex.l
17284         * src/messageview.c
17285         * src/mh.c
17286         * src/prefs_account.c
17287         * src/prefs_actions.c
17288         * src/prefs_common.c
17289         * src/prefs_gtk.c
17290         * src/prefs_gtk.h
17291         * src/prefs_themes.c
17292         * src/procheader.c
17293         * src/procmime.c
17294         * src/sourcewindow.c
17295         * src/statusbar.c
17296         * src/summaryview.c
17297         * src/textview.c
17298         * src/toolbar.c
17299         * src/unmime.c
17300         * src/common/template.c
17301         * src/common/utils.c
17302         * src/common/xml.c
17303         * src/common/xml.h
17304         * src/gtk/gtkaspell.c
17305         * src/plugins/clamav/clamav_plugin.c
17306         * src/plugins/dillo_viewer/dillo_prefs.c
17307         * src/plugins/image_viewer/viewerprefs.c
17308         * src/plugins/pgpmime/passphrase.c
17309         * src/plugins/pgpmime/prefs_gpg.c
17310         * src/plugins/pgpmime/select-keys.c
17311         * src/plugins/spamassassin/spamassassin.c
17312                 second part of initial sync with main-gtk2
17313                 (more to follow)
17314
17315 2005-01-31 [colin]      1.0.0cvs24.1
17316
17317         * src/compose.c
17318                 Sync with HEAD
17319
17320 2005-01-29 [paul]       1.0.0cvs23.2
17321
17322         * src/account.c
17323         * src/action.c
17324         * src/addressadd.c
17325         * src/addressbook.c
17326         * src/alertpanel.c
17327         * src/compose.c
17328         * src/editaddress.c
17329         * src/editbook.c
17330         * src/editgroup.c
17331         * src/editjpilot.c
17332         * src/editldap.c
17333         * src/editldap_basedn.c
17334         * src/editvcard.c
17335         * src/export.c
17336         * src/foldersel.c
17337         * src/grouplistdialog.c
17338         * src/import.c
17339         * src/importldif.c
17340         * src/inc.c
17341         * src/main.c
17342         * src/mainwindow.c
17343         * src/message_search.c
17344         * src/messageview.c
17345         * src/mimeview.c
17346         * src/prefs_actions.c
17347         * src/prefs_common.c
17348         * src/prefs_common.h
17349         * src/prefs_customheader.c
17350         * src/prefs_display_header.c
17351         * src/prefs_filtering.c
17352         * src/prefs_filtering_action.c
17353         * src/prefs_gtk.c
17354         * src/prefs_matcher.c
17355         * src/prefs_summary_column.c
17356         * src/prefs_template.c
17357         * src/sourcewindow.c
17358         * src/summary_search.c
17359         * src/summaryview.c
17360         * src/textview.c
17361         * src/gtk/about.c
17362         * src/gtk/description_window.c
17363         * src/gtk/gtkshruler.c
17364         * src/gtk/gtkutils.c
17365         * src/gtk/gtkutils.h
17366         * src/gtk/inputdialog.c
17367         * src/gtk/logwindow.c
17368         * src/gtk/prefswindow.c
17369         * src/gtk/progressdialog.c
17370         * src/gtk/progressdialog.h
17371                 first part of initial sync with main-gtk2
17372                 (more to follow)
17373
17374 2005-01-28 [colin]      1.0.0cvs23.1
17375
17376         * src/folderview.c
17377                 Sync with HEAD
17378
17379 2005-01-27 [colin]      1.0.0cvs21.1
17380
17381         * src/folder.c
17382         * src/folderview.c
17383                 Sync with HEAD
17384
17385 2005-01-27 [colin]      1.0.0cvs19.1
17386
17387         * src/procmime.c
17388                 Sync with HEAD
17389
17390 2005-01-27 [colin]      1.0.0cvs18.1
17391
17392         * src/messageview.c
17393         * src/summaryview.c
17394         * src/mainwindow.c
17395         * src/compose.c
17396         * src/compose.h
17397         * src/procmsg.c
17398         * src/procmsg.h
17399         * src/toolbar.c
17400                 Sync with HEAD
17401
17402 2005-01-26 [paul]       1.0.0cvs15.2
17403
17404         * src/compose.c
17405                 compose_entries_set(): convert subject and body to
17406                 utf8 if necessary. patch by Felix Eckhofer
17407
17408 2005-01-26 [paul]       1.0.0cvs15.1
17409
17410         * configure.ac
17411         * src/common/template.c
17412                 sync with HEAD (fix memory leak)
17413
17414 2005-01-25 [paul]       1.0.0cvs14.1
17415
17416         * configure.ac
17417         * src/compose.c
17418                 sync with HEAD
17419
17420 2005-01-24 [colin]      1.0.0cvs13.1
17421
17422         * src/summaryview.c
17423                 Sync with HEAD
17424
17425 2005-01-24 [paul]       1.0.0cvs12.1
17426
17427         * configure.ac
17428         * src/messageview.c
17429         * src/mh.c
17430         * src/common/utils.c
17431                 sync with HEAD
17432
17433 2005-01-24 [colin]      1.0.0cvs11.1
17434
17435         * src/procheader.c
17436                 Sync with HEAD
17437
17438 2005-01-24 [colin]      1.0.0cvs10.1
17439
17440         * src/folderview.c
17441                 Sync with HEAD
17442
17443 2005-01-23 [colin]      1.0.0cvs9.1
17444
17445         * src/crash.c
17446                 Sync with HEAD
17447
17448 2005-01-22 [colin]      1.0.0cvs8.1
17449
17450         * src/summaryview.c
17451         * src/gtk/quicksearch.c
17452                 Sync with HEAD
17453
17454 2005-01-21 [colin]      1.0.0cvs7.1
17455
17456         * src/summaryview.c
17457                 Sync with HEAD
17458
17459 2005-01-21 [colin]      1.0.0cvs6.1
17460
17461         * src/summaryview.c
17462                 Sync with HEAD
17463
17464 2005-01-21 [colin]      1.0.0cvs5.1
17465
17466         * src/gtk/quicksearch.c
17467         * src/prefs_common.c
17468         * src/prefs_common.h
17469                 Sync with HEAD (recurse option)
17470
17471 2005-01-21 [colin]      1.0.0cvs4.1
17472
17473         * src/folder.h
17474         * src/folderview.c
17475         * src/folderview.h
17476         * src/summaryview.c
17477         * src/gtk/quicksearch.c
17478         * src/gtk/quicksearch.h
17479                 Sync with HEAD (recursive quicksearch)
17480
17481 2005-01-20 [colin]      1.0.0cvs3.4
17482
17483         * src/ssl_manager.c
17484                 Remove useless code
17485
17486 2005-01-20 [colin]      1.0.0cvs3.3
17487
17488         * src/ssl_manager.c
17489                 Fix leak, thanks to Alfons.
17490
17491 2005-01-20 [colin]      1.0.0cvs3.2
17492
17493         * src/ssl_manager.c
17494                 Port SSL certificate window to GTK2.
17495
17496 2005-01-20 [paul]       1.0.0cvs3.1
17497
17498         * ChangeLog.claws
17499         * configure.ac
17500         * src/addrindex.c
17501         * src/addrindex.h
17502                 sync with HEAD
17503
17504 2005-01-19 [colin]      1.0.0cvs2.2
17505
17506         * src/plugins/trayicon/trayicon.c
17507                 Fix freeze with gtk-2.6, the easy way
17508                 (signal blocking helpless there...)
17509                 Closes bug #668.
17510
17511 2005-01-19 [colin]      1.0.0cvs2.1
17512
17513         * src/mbox.c
17514         * src/mbox.h
17515         * src/mainwindow.c
17516         * src/summaryview.c
17517         * src/summaryview.h
17518                 Sync with HEAD
17519
17520 2005-01-19 [paul]       1.0.0cvs1.1
17521
17522         * configure.ac
17523         * po/de.po
17524         * po/es.po
17525         * po/fr.po
17526         * po/hr.po
17527         * po/it.po
17528         * po/ja.po
17529         * po/ko.po
17530         * po/pt_BR.po
17531         * po/ru.po
17532         * po/sk.po
17533         * po/sr.po
17534                 sync with HEAD (update translations)
17535
17536 2005-01-18 [colin]      1.0.0cvs0.1
17537
17538         * src/foldersel.c
17539                 Specify search column - patch by Alfons
17540
17541 2005-01-18 [colin]      0.9.13cvs36.3
17542
17543         * src/prefs_toolbar.c
17544                 Change Delete to Remove
17545         * src/prefs_fonts.c
17546                 GTK2 version and leak fixes
17547         * src/prefs_actions.c
17548                 Add stock buttons.
17549                 All patches by Alfons
17550
17551 2005-01-17 [colin]      0.9.13cvs36.2
17552
17553         * src/compose.c
17554                 Fix DnD inserting twice. While at it,
17555                 add DnD support for text/plain in the
17556                 body, and add support in the headers.
17557
17558 2005-01-16 [colin]      0.9.13cvs36.1
17559
17560         * ChangeLog
17561         * ChangeLog.jp
17562         * ChangeLog.claws
17563                 Sync with HEAD (nothing applicable)
17564
17565 2005-01-16 [colin]      0.9.13cvs33.2
17566
17567         * src/prefs_toolbar.c
17568                 GTK2ize prefs_toolbar, by Alfons.
17569
17570 2005-01-14 [colin]      0.9.13cvs33.1
17571
17572         * src/html.c
17573         * src/msgcache.c
17574                 Sync with HEAD
17575
17576 2005-01-14 [colin]      0.9.13cvs32.1
17577
17578         * src/html.c
17579         * src/html.h
17580         * src/msgcache.c
17581         * AUTHORS
17582         * tools/calypso_convert.pl
17583                 Sync with HEAD
17584
17585 2005-01-08 [colin]      0.9.13cvs29.2
17586
17587         * src/prefs_filtering_action.c
17588         * src/prefs_filtering.c
17589                 2 more gtk2 patches by Alfons
17590
17591 2005-01-07 [paul]       0.9.13cvs29.1
17592
17593         * ChangeLog
17594         * ChangeLog.claws
17595         * ChangeLog.jp
17596         * configure.ac
17597         * src/pop.c
17598         * src/pop.h
17599                 sync with HEAD
17600
17601 2005-01-07 [colin]      0.9.13cvs28.3
17602
17603         * src/gtk/progressdialog.c
17604         * src/gtk/progressdialog.h
17605         * src/inc.c
17606         * src/send_message.c
17607                 GTK2 for the incorporation dialog. The CList isn't dead
17608                 yet, for a more smooth migration. Patch by Alfons.
17609
17610 2005-01-06 [colin]      0.9.13cvs28.2
17611
17612         * src/prefs_display_header.c
17613                 GTK2 conversion by Alfons
17614         * src/prefs_actions.c
17615         * src/prefs_matcher.c
17616                 Fix 2 leaks - patch by Alfons
17617
17618 2005-01-06 [colin]      0.9.13cvs28.1
17619
17620         * src/prefs_matcher.c
17621                 Sync with HEAD
17622
17623 2005-01-06 [colin]      0.9.13cvs27.4
17624
17625         * src/prefs_matcher.c
17626                 Fix double-free. Patch by Alfons
17627
17628 2005-01-06 [colin]      0.9.13cvs27.3
17629
17630         * src/prefs_matcher.c
17631                 GTK2 widgets + memleak
17632                 Patch by Alfons
17633
17634 2005-01-05 [colin]      0.9.13cvs27.2
17635
17636         * src/account.c
17637         * src/addr_compl.c
17638         * src/foldersel.c
17639         * src/stock_pixmap.c
17640         * src/stock_pixmap.h
17641                 3 more GTK2 patches by Alfons.
17642
17643 2005-01-04 [colin]      0.9.13cvs27.1
17644
17645         * src/folderview.c
17646         * src/imap_gtk.c
17647         * src/news_gtk.c
17648                 Sync with HEAD
17649
17650 2005-01-04 [colin]      0.9.13cvs25.9
17651
17652         * src/compose.c
17653                 Fix Show Ruler menuitem
17654         * src/prefs_template.c
17655                 Convert to GTK2
17656         * src/common/utils.c
17657                 Make auto pointer stuff handles NULLs
17658                 Patches by Alfons.
17659
17660 2005-01-04 [colin]      0.9.13cvs25.8
17661
17662         * src/compose.c
17663                 Move the attachment list to gtk2
17664                 Patch by Alfons.
17665
17666 2005-01-04 [colin]      0.9.13cvs25.7
17667
17668         * src/textview.c
17669                 Make some keys work again
17670                 Patch by SungHyun Nam <namsh@kldp.org>
17671
17672 2005-01-04 [colin]      0.9.13cvs25.6
17673
17674         * src/gtk/gtkshruler.c
17675                 Move the ruler to GTK2
17676                 Patch by Alfons
17677
17678 2005-01-03 [colin]      0.9.13cvs25.5
17679
17680         * src/compose.c
17681                 Fix my broken patch apply 
17682
17683 2005-01-03 [colin]      0.9.13cvs25.4
17684
17685         * src/common/utils.c
17686         * src/common/utils.h
17687         * src/gtk/prefswindow.c
17688                 Move auto pointer stuff to utils.c
17689                 Patch by Alfons again :)
17690
17691 2005-01-03 [colin]      0.9.13cvs25.3
17692
17693         * src/compose.c
17694         * src/prefs_gtk.c
17695         * src/prefs_template.c
17696         * src/textview.c
17697                 Empty text widgets with empty strings, not NULL char
17698                 Patch by SungHyun Nam <namsh@kldp_org>
17699
17700 2005-01-03 [colin]      0.9.13cvs25.2
17701
17702         * src/main.c
17703         * AUTHORS
17704                 Sync with HEAD
17705
17706 2005-01-03 [colin]      0.9.13cvs25.1
17707
17708         * src/pop.c
17709         * src/pop.h
17710                 Sync with HEAD
17711
17712 2005-01-03 [colin]      0.9.13cvs24.3
17713
17714         * src/account.c
17715                 Two patches from Alfons and Alex S Moore:
17716                 fix images, fix return value.
17717
17718 2005-01-01 [colin]      0.9.13cvs24.2
17719
17720         * src/prefs_actions.c
17721                 Fix over-zealous assertion. Patch by Alfons
17722
17723 2005-01-01 [colin]      0.9.13cvs24.1
17724
17725         * src/procmime.c
17726                 Sync with HEAD (leak fix)
17727
17728 2004-12-31 [colin]      0.9.13cvs23.2
17729
17730         * src/prefs_common.c
17731                 GTK2 widgets + stock buttons - patch by Alfons
17732
17733 2004-12-31 [paul]       0.9.13cvs23.1
17734
17735         * configure.ac
17736                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17737         * src/gtk/pluginwindow.c
17738                 use GTK2 widgets and plug memory leaks,
17739                 patches by Alfons
17740
17741 2004-12-30 [colin]      0.9.13cvs22.4
17742
17743         * src/account.c
17744         * src/action.c
17745         * src/export.c
17746         * src/foldersel.c
17747         * src/import.c
17748         * src/message_search.c
17749         * src/prefs_actions.c
17750         * src/prefs_common.c
17751         * src/prefs_customheader.c
17752         * src/prefs_filtering.c
17753         * src/prefs_summary_column.c
17754         * src/summary_search.c
17755         * src/gtk/about.c
17756         * src/gtk/description_window.c
17757         * src/gtk/gtkutils.c
17758         * src/gtk/gtkutils.h
17759         * src/gtk/inputdialog.c
17760         * src/gtk/prefswindow.c
17761                 Use GTK2 stock buttons. Patches by Alfons.
17762
17763 2004-12-30 [colin]      0.9.13cvs22.3
17764
17765         * src/account.c
17766                 Sync with HEAD
17767         * src/prefs_actions.c
17768         * src/prefs_customheader.c
17769         * src/prefs_filtering.c
17770         * src/prefs_msg_colors.c
17771         * src/prefs_summary_column.c
17772         * src/gtk/prefswindow.c
17773                 Use GtkTreeView instead of deprecated 
17774                 widgets. Patches by Alfons.
17775
17776 2004-12-30 [paul]       0.9.13cvs22.2
17777
17778         * src/foldersel.c
17779                 use GTK 2 Tree View
17780                 patch by Alfons, with root folder sorting fix
17781                 by Stephan Sachse
17782
17783 2004-12-30 [paul]       0.9.13cvs22.1
17784
17785         * ChangeLog
17786         * ChangeLog.claws
17787         * ChangeLog.jp
17788         * NEWS
17789         * configure.ac
17790         * src/account.c
17791                 sync with HEAD
17792
17793 2004-12-22 [martin]     0.9.13cvs21.2
17794
17795         * src/action.c
17796                 free the command line after its use
17797
17798 2004-12-18 [paul]       0.9.13cvs21.1
17799
17800         * AUTHORS
17801         * ChangeLog
17802         * ChangeLog.claws
17803         * ChangeLog.jp
17804         * NEWS
17805         * configure.ac
17806         * src/action.c
17807         * src/compose.c
17808         * src/syldap.c
17809                 sync with HEAD
17810
17811 2004-12-17 [martin]     0.9.13cvs17.2
17812
17813         * src/action.c
17814                 convert actions input to locale
17815         * src/inc.c
17816                 convert notification command to locale
17817         * src/plugins/pgpmime/select-keys.c
17818                 convert attributes to utf8
17819
17820 2004-12-14 [colin]      0.9.13cvs17.1
17821
17822         * ChangeLog
17823         * ChangeLog.jp
17824         * ChangeLog.claws
17825         * src/action.c
17826         * src/common/utils.c
17827         * src/gtk/prefswindow.c
17828         * src/gtk/gtkutils.c
17829         * src/gtk/gtkutils.h
17830         * src/plugins/spamassassin/libspamc.c
17831                 Sync with HEAD
17832
17833 2004-12-13 [colin]      0.9.13cvs14.1
17834
17835         * src/quote_fmt_parse.y
17836                 Sync with HEAD
17837
17838 2004-12-10 [colin]      0.9.13cvs12.1
17839
17840         * src/prefs_themes.c
17841         * src/mainwindow.c
17842         * src/messageview.c
17843                 Sync with HEAD
17844
17845 2004-12-09 [colin]      0.9.13cvs10.1
17846
17847         * src/procmime.c
17848                 Sync with HEAD (fix B64 encoding from memory)
17849
17850 2004-12-08 [colin]      0.9.13cvs9.1
17851
17852         * src/gtk/colorlabel.c
17853                 Sync with HEAD
17854
17855 2004-12-08 [paul]       0.9.13cvs8.2
17856
17857         * src/gtk/pluginwindow.c
17858                 fix window resizing oddities
17859
17860 2004-12-08 [colin]      0.9.13cvs8.1
17861
17862         * src/quote_fmt_parse.y
17863                 Sync with HEAD
17864
17865 2004-12-08 [colin]      0.9.13cvs7.1
17866
17867         * src/matcher_parser_parse.y
17868         * src/msgcache.c
17869         * src/prefs_matcher.c
17870         * src/procheader.c
17871         * src/matcher.c
17872         * src/common/defs.h
17873         * po/sr.po
17874                 Sync with HEAD
17875
17876 2004-12-08 [colin]      0.9.13cvs6.1
17877
17878         * src/quote_fmt_parse.y
17879         * src/textview.c
17880                 Sync with HEAD
17881         * src/gtk/prefswindow.c
17882         * src/gtk/pluginwindow.c
17883                 Fix G_CALLBACKS protos (thanks to Alfons)
17884
17885 2004-12-07 [torte]      0.9.13cvs2.2
17886
17887         * src/procmime.c
17888                 [Bug 650] reply button causes crash
17889                 Thanks to David Relson and Christoph
17890
17891 2004-12-07 [colin]      0.9.13cvs2.1
17892
17893         * ChangeLog.claws
17894         * AUTHORS
17895         * po/sk.po
17896         * src/procmime.c
17897         * src/prefs_account.c
17898         * src/common/smtp.c
17899         * src/common/smtp.h
17900                 Sync with HEAD
17901
17902 2004-12-06 [colin]      0.9.12cvs187.1
17903
17904         * ChangeLog.claws
17905         * INSTALL
17906         * Makefile.am
17907         * README.claws
17908         * TODO.claws
17909         * configure.ac
17910         * po/bg.po
17911         * po/cs.po
17912         * po/el.po
17913         * po/en_GB.po
17914         * po/es.po
17915         * po/fr.po
17916         * po/hr.po
17917         * po/hu.po
17918         * po/it.po
17919         * po/ja.po
17920         * po/ko.po
17921         * po/nl.po
17922         * po/pl.po
17923         * po/pt_BR.po
17924         * po/ru.po
17925         * po/sk.po
17926         * po/sr.po
17927         * po/sv.po
17928         * po/zh_CN.po
17929         * po/zh_TW.Big5.po
17930         * src/compose.c
17931         * tools/Makefile.am
17932         * tools/README
17933         * tools/filter_conv.pl
17934         * tools/kdeservicemenu/README
17935         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17936         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17937                 Sync with HEAD
17938
17939 2004-12-04 [colin]      0.9.12cvs183.1
17940
17941         * src/compose.c
17942                 Sync with HEAD (compose window position saving)
17943
17944 2004-12-04 [paul]       0.9.12cvs182.3
17945
17946         * src/messageview.c
17947         * src/mimeview.c
17948         * src/prefs_customheader.c
17949         * src/gtk/quicksearch.c
17950                 replace some forgotten GTK_SIGNAL_FUNCs
17951
17952 2004-12-04 [paul]       0.9.12cvs182.2
17953
17954         * src/Makefile.am
17955                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
17956                 committed in error      
17957
17958 2004-12-04 [paul]       0.9.12cvs182.1
17959
17960         * ChangeLog
17961         * ChangeLog.claws
17962         * ChangeLog.jp
17963         * INSTALL
17964         * NEWS
17965         * README
17966         * README.jp
17967         * configure.ac
17968         * doc/manual/ja/Makefile.am
17969         * doc/manual/ja/sylpheed-1.html
17970         * doc/manual/ja/sylpheed-10.html
17971         * doc/manual/ja/sylpheed-11.html
17972         * doc/manual/ja/sylpheed-12.html
17973         * doc/manual/ja/sylpheed-13.html
17974         * doc/manual/ja/sylpheed-14.html
17975         * doc/manual/ja/sylpheed-15.html
17976         * doc/manual/ja/sylpheed-16.html
17977         * doc/manual/ja/sylpheed-17.html
17978         * doc/manual/ja/sylpheed-18.html
17979         * doc/manual/ja/sylpheed-19.html
17980         * doc/manual/ja/sylpheed-2.html
17981         * doc/manual/ja/sylpheed-20.html
17982         * doc/manual/ja/sylpheed-3.html
17983         * doc/manual/ja/sylpheed-4.html
17984         * doc/manual/ja/sylpheed-5.html
17985         * doc/manual/ja/sylpheed-6.html
17986         * doc/manual/ja/sylpheed-7.html
17987         * doc/manual/ja/sylpheed-8.html
17988         * doc/manual/ja/sylpheed-9.html
17989         * doc/manual/ja/sylpheed.html
17990         * doc/manual/ja/sylpheed.sgml
17991         * po/de.po
17992         * src/Makefile.am
17993         * src/compose.c
17994         * src/procmime.c
17995         * src/pixmaps/regular.xpm **REMOVED**
17996         * src/plugins/pgpmime/pgpmime.c
17997         * src/plugins/pgpmime/plugin.c
17998         * src/plugins/pgpmime/prefs_gpg.c
17999                 sync with HEAD
18000
18001 2004-12-03 [paul]       0.9.12cvs180.1
18002
18003         * ChangeLog
18004         * ChangeLog.claws
18005         * ChangeLog.jp
18006         * configure.ac
18007         * src/Makefile.am
18008         * src/pop.c
18009         * src/common/utils.c
18010         * src/common/utils.h
18011         * src/pixmaps/continue.xpm
18012         * src/pixmaps/dir_close.xpm
18013         * src/pixmaps/dir_open.xpm
18014         * src/pixmaps/drafts_close.xpm
18015         * src/pixmaps/drafts_open.xpm
18016         * src/pixmaps/folder.xpm **REMOVED**
18017         * src/pixmaps/group.xpm
18018         * src/pixmaps/unread.xpm
18019                 sync with HEAD
18020
18021 2004-12-02 [colin]      0.9.12cvs179.1
18022
18023         * src/compose.c
18024                 Sync with HEAD (non-duplicated reedition)
18025
18026 2004-12-02 [colin]      0.9.12cvs178.1
18027
18028         * src/compose.c
18029                 Sync with HEAD (linewrap_quote fix)
18030
18031 2004-12-01 [colin]      0.9.12cvs177.3
18032
18033         * src/addrharvest.c
18034                 Replace sizeof with strlen
18035
18036 2004-12-01 [paul]       0.9.12cvs177.2
18037
18038         * src/addrharvest.c
18039                 fix 'harvest addresses'
18040
18041 2004-11-30 [colin]      0.9.12cvs177.1
18042
18043         * src/gtk/prefswindow.c
18044         * src/gtk/pluginwindow.c
18045                 Sync with HEAD
18046
18047 2004-11-29 [colin]      0.9.12cvs176.1
18048
18049         * src/folderview.c
18050                 sync with HEAD (Fix disappearing separators in folderview's popup)
18051
18052 2004-11-29 [colin]      0.9.12cvs175.1
18053
18054         * src/procmime.c
18055                 Sync with head (another format fix)
18056
18057 2004-11-29 [colin]      0.9.12cvs174.1
18058
18059         * src/pop.c
18060                 Sync with HEAD (format string fix)
18061
18062 2004-11-26 [colin]      0.9.12cvs173.1
18063
18064         * src/common/smtp.c
18065         * src/common/smtp.h
18066                 Sync with HEAD
18067
18068 2004-11-24 [colin]      0.9.12cvs172.1
18069
18070         * src/plugins/pgpmime/pgpmime.c
18071                 Sync with HEAD
18072
18073 2004-11-24 [colin]      0.9.12cvs171.1
18074
18075         * src/plugins/pgpmime/pgpmime.c
18076                 Sync with head (gpgmectx leaks)
18077
18078 2004-11-24 [colin]      0.9.12cvs169.1
18079
18080         * src/plugins/pgpmime/plugin.c
18081         * src/plugins/trayicon/Makefile.am
18082         * src/plugins/trayicon/newmarkedmail.xpm
18083         * src/plugins/trayicon/trayicon.c
18084         * src/plugins/trayicon/unreadmarkedmail.xpm
18085                 Sync with HEAD
18086
18087 2004-11-23 [colin]      0.9.12cvs168.1
18088
18089         * src/partial_download.c
18090         * src/partial_download.h
18091         * src/plugins/pgpmime/plugin.c
18092                 Sync with HEAD
18093
18094 2004-11-23 [colin]      0.9.12cvs166.1
18095
18096         * src/Makefile.am
18097         * src/codeconv.c
18098         * src/compose.c
18099         * src/folderview.c
18100         * src/main.c
18101         * src/partial_download.c
18102         * src/partial_download.h
18103         * src/prefs_account.c
18104         * src/prefs_account.h
18105         * src/privacy.c
18106         * src/privacy.h
18107         * src/procmime.c
18108         * src/common/Makefile.am
18109         * src/common/base64.h
18110         * src/common/partial_download.c
18111         * src/common/partial_download.h
18112         * src/gtk/prefswindow.c
18113         * src/gtk/prefswindow.h
18114         * src/plugins/pgpmime/pgpmime.c
18115         * src/plugins/pgpmime/prefs_gpg.c
18116         * src/plugins/pgpmime/prefs_gpg.h
18117         * src/plugins/pgpmime/sgpgme.c
18118         * src/plugins/pgpmime/sgpgme.h
18119                 Sync with HEAD
18120
18121 2004-11-23 [colin]      0.9.12cvs163.1
18122
18123         * src/main.c
18124                 Sync with HEAD (cursor optimization)
18125
18126 2004-11-23 [colin]      0.9.12cvs162.1
18127
18128         * src/prefs_common.c
18129         * src/prefs_themes.c
18130         * src/procmsg.c
18131                 Sync with HEAD
18132
18133 2004-11-23 [colin]      0.9.12cvs158.9
18134
18135         * src/compose.c
18136                 Fix double-free when forwarding
18137         * src/msgcache.c
18138                 Fix leak on error path
18139                 
18140
18141 2004-11-23 [colin]      0.9.12cvs158.8
18142
18143         * src/compose.c
18144                 Fix possible double-free
18145                 Spotted by Alfons
18146
18147 2004-11-23 [colin]      0.9.12cvs158.7
18148
18149         * src/compose.c
18150                 Fix some signal handlers' prototypes
18151                 Spotted by Alfons
18152
18153 2004-11-22 [colin]      0.9.12cvs158.6
18154
18155         * src/compose.c
18156                 Remove unneeded code and duplicated
18157                 wrapping - patch by Alfons
18158
18159 2004-11-22 [colin]      0.9.12cvs158.5
18160
18161         * src/prefs_themes.c
18162                 Fix oversized selector
18163
18164 2004-11-22 [colin]      0.9.12cvs158.4
18165
18166         * src/compose.c
18167                 fix dump_text()
18168                 patch by Alfons
18169
18170 2004-11-19 [colin]      0.9.12cvs158.3
18171
18172         * src/textview.c
18173                 Add a context menu on links (open, copy)
18174
18175 2004-11-18 [paul]       0.9.12cvs158.2
18176
18177         * src/addrgather.c
18178         * src/exphtmldlg.c
18179         * src/expldifdlg.c
18180         * src/mimeview.c
18181         * src/prefs_common.c
18182         * src/plugins/image_viewer/viewer.c
18183         * src/plugins/spamassassin/spamassassin_gtk.c
18184                 replace deprecated gtk_notebook_set_page
18185                 and gtk_notebook_current_page
18186
18187 2004-11-18 [paul]       0.9.12cvs158.1
18188
18189         * configure.ac
18190         * src/compose.c
18191         * src/mainwindow.c
18192         * src/messageview.c
18193         * src/prefs_common.c
18194         * src/common/utils.c
18195         * src/common/utils.h
18196                 sync with HEAD
18197
18198 2004-11-17 [colin]      0.9.12cvs156.1
18199
18200         * src/prefs_account.c
18201         * src/prefs_account.h
18202         * src/procmsg.c
18203                 Sync with HEAD (add pref to store encrypted mails encrypted)
18204
18205 2004-11-17 [paul]       0.9.12cvs155.1
18206
18207         * ChangeLog
18208         * ChangeLog.claws
18209         * ChangeLog.jp
18210         * NEWS
18211         * configure.ac
18212         * src/compose.c
18213         * src/jpilot.c
18214         * src/privacy.c
18215         * src/procmime.c
18216         * src/procmime.h
18217         * src/procmsg.c
18218         * src/toolbar.c
18219         * src/pixmaps/error.xpm
18220                 sync with HEAD
18221
18222 2004-11-17 [colin]      0.9.12cvs151.1
18223
18224         * src/plugins/pgpmime/pgpmime.c
18225                 Sync with HEAD (remove debug printf)
18226
18227 2004-11-17 [colin]      0.9.12cvs150.1
18228
18229         * src/plugins/pgpmime/pgpmime.c
18230                 Sync with HEAD (off-by-one fix)
18231
18232 2004-11-17 [colin]      0.9.12cvs149.1
18233
18234         * src/procmsg.c
18235                 Sync with HEAD (coding style fixes)
18236
18237 2004-11-16 [colin]      0.9.12cvs148.1
18238
18239         * src/procmsg.c
18240                 Sync with head (Fix the fix)
18241
18242 2004-11-16 [colin]      0.9.12cvs147.1
18243
18244         * src/procmsg.c
18245                 Sync with Main (leak fix)
18246
18247 2004-11-16 [colin]      0.9.12cvs146.14
18248
18249         * src/compose.c
18250                 Remove useless chunk of code
18251                 Patch by Alfons
18252
18253 2004-11-15 [colin]      0.9.12cvs146.13
18254
18255         * src/compose.c
18256                 Fix drafting after insertion
18257                 Patch by Alfons
18258
18259 2004-11-15 [colin]      0.9.12cvs146.12
18260
18261         * src/compose.c
18262         * src/prefs_filtering.c
18263         * src/prefs_filtering_action.c
18264         * src/prefs_toolbar.c
18265                 Fix some const-correctness
18266
18267 2004-11-15 [colin]      0.9.12cvs146.11
18268
18269         * src/summaryview.c
18270         * src/prefs_themes.c
18271         * src/messageview.c
18272                 Fix some leaks
18273
18274 2004-11-15 [colin]      0.9.12cvs146.10
18275
18276         * src/codeconv.c
18277                 More unreadable locale fixes
18278
18279 2004-11-14 [colin]      0.9.12cvs146.9
18280
18281         * src/textview.c
18282                 Fix uri_security_check
18283                 Patch by Alfons
18284
18285 2004-11-13 [paul]       0.9.12cvs146.8
18286
18287         * src/folder.c
18288         * src/procmime.c
18289                 fix 2 bugs introduced in last commit
18290
18291 2004-11-13 [paul]       0.9.12cvs146.7
18292
18293         * src/compose.c
18294         * src/exporthtml.c
18295         * src/exportldif.c
18296         * src/folder.c
18297         * src/imap.c
18298         * src/imap_gtk.c
18299         * src/main.c
18300         * src/mainwindow.c
18301         * src/messageview.c
18302         * src/mh_gtk.c
18303         * src/prefs_themes.c
18304         * src/procmime.c
18305         * src/setup.c
18306         * src/summaryview.c
18307                 replace deprecated g_basename
18308
18309 2004-11-13 [paul]       0.9.12cvs146.6
18310
18311         * src/compose.c
18312         * src/imap.c
18313         * src/matcher_parser.h
18314         * src/matcher_parser_parse.y
18315         * src/prefs_filtering.c
18316         * src/prefs_filtering_action.c
18317         * src/prefs_themes.c
18318         * src/prefs_toolbar.c
18319         * src/common/utils.c
18320                 various small fixes/cleanups
18321
18322 2004-11-12 [colin]      0.9.12cvs146.5
18323
18324         * src/textview.c
18325                 Validate event's origin on visibility notify
18326                 Patch by Alfons.
18327
18328 2004-11-12 [paul]       0.9.12cvs146.4
18329
18330         * src/exporthtml.c
18331         * src/exportldif.c
18332         * src/imap.c
18333         * src/mh.c
18334         * src/mimeview.c
18335         * src/prefs_spelling.c
18336         * src/prefs_themes.c
18337                 replace deprecated g_dirname    
18338
18339 2004-11-12 [colin]      0.9.12cvs146.3
18340
18341         * src/textview.c
18342                 Some coding style fixes
18343
18344 2004-11-12 [colin]      0.9.12cvs146.2
18345
18346         * src/codeconv.c
18347                 We want to replace _all_ extended chars in
18348                 conv_unreadable_*, because any string containing
18349                 extended chars not parsing as UTF8 is 
18350                 undisplayed on gtk2.
18351
18352 2004-11-12 [paul]       0.9.12cvs146.1
18353
18354         * ChangeLog
18355         * ChangeLog.claws
18356         * ChangeLog.jp
18357         * NEWS
18358         * configure.ac
18359         * src/account.c
18360         * src/folderview.c
18361         * src/folderview.h
18362         * src/imap.c
18363         * src/imap_gtk.c
18364         * src/inc.c
18365         * src/mainwindow.c
18366         * src/mh_gtk.c
18367         * src/news_gtk.c
18368         * src/pop.c
18369         * src/prefs_account.c
18370         * src/prefs_account.h
18371         * src/prefs_ext_prog.c
18372         * src/procmime.c
18373         * src/procmime.h
18374         * src/procmsg.c
18375         * src/procmsg.h
18376         * src/summary_search.c
18377         * src/summaryview.c
18378         * src/textview.c
18379         * src/common/defs.h
18380         * src/common/utils.c
18381         * src/common/utils.h
18382         * src/gtk/menu.c
18383         * src/gtk/menu.h
18384                 sync with HEAD
18385
18386 2004-11-11 [colin]      0.9.12cvs144.2
18387
18388         * src/textview.c
18389                 Fix URI range selection (patch by Alfons)
18390
18391 2004-11-09 [colin]      0.9.12cvs144.1
18392
18393         * ChangeLog.claws
18394         * src/compose.c
18395         * src/folder.c
18396         * src/folder_item_prefs.c
18397         * src/prefs_account.c
18398         * src/prefs_account.h
18399         * src/plugins/pgpmime/pgpmime.c
18400                 Sync with HEAD
18401
18402 2004-11-08 [colin]      0.9.12cvs143.1
18403
18404         * src/summaryview.c
18405                 Sync with HEAD (optimize quicksearch)
18406
18407 2004-11-08 [colin]      0.9.12cvs142.2
18408
18409         * src/compose.c
18410                 Don't wrap when Edit/Auto wrapping is disabled
18411
18412 2004-11-08 [colin]      0.9.12cvs142.1
18413
18414         * src/textview.c
18415                 Sync with HEAD
18416
18417 2004-11-08 [colin]      0.9.12cvs141.1
18418
18419         * src/textview.c
18420                 Sync with HEAD (fix some mail URIs)
18421
18422 2004-11-08 [colin]      0.9.12cvs140.3
18423
18424         * src/textview.c
18425                 o Use text cursor instead of arrow when
18426                   not on a link
18427                 o Fix handling of contiguous links (as in
18428                   "colin@colino.net" <colin@colino.net>)
18429                   This one unveils a bug in get_email_part()
18430
18431 2004-11-07 [colin]      0.9.12cvs140.2
18432
18433         * src/textview.c
18434                 Fix memleak. Patch by Alfons.
18435
18436 2004-11-06 [colin]      0.9.12cvs140.1
18437
18438         * src/compose.c
18439                 Sync with HEAD (don't ask passphrase
18440                 when drafting)
18441
18442 2004-11-06 [paul]       0.9.12cvs139.2
18443
18444         * AUTHORS
18445         * src/textview.c
18446         * src/textview.h
18447                 textview URI handling. hovering over a 
18448                 link displays it in the status bar,
18449                 and changes the mouse pointer to a hand 
18450                 cursor. a link is activated with a single 
18451                 click. (Modified from the) patch by Jean-Yves 
18452                 Lefort <jylefort@users.sourceforge.net>
18453                 
18454
18455 2004-11-05 [colin]      0.9.12cvs139.1
18456
18457         * src/compose.c
18458         * src/procmime.c
18459                 Sync with HEAD again ^^
18460
18461 2004-11-05 [colin]      0.9.12cvs139.1
18462
18463         * src/compose.c
18464         * src/procmime.c
18465                 Sync with HEAD
18466
18467 2004-11-03 [paul]       0.9.12cvs138.1
18468
18469         * ChangeLog.claws
18470         * configure.ac
18471         * po/POTFILES.in
18472         * src/prefs_ext_prog.c
18473         * src/procmime.c
18474         * tools/kdeservicemenu/README
18475         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18476         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18477                 sync with HEAD
18478
18479 2004-11-01 [christoph]  0.9.12cvs136.2
18480
18481         * src/procmime.c
18482                 convert MIME parameters to UTF-8
18483
18484 2004-10-29 [colin]      0.9.12cvs136.1
18485
18486         * src/common/utils.c
18487                 Sync with HEAD (don't use '=' in mime boundary)
18488
18489 2004-10-29 [paul]       0.9.12cvs135.1
18490
18491         * configure.ac
18492         * doc/src/rfc2231.txt
18493         * src/procmime.c
18494         * src/common/quoted-printable.c
18495         * src/common/utils.c
18496         * src/common/utils.h
18497                 sync with HEAD
18498
18499 2004-10-27 [paul]       0.9.12cvs134.1
18500
18501         * configure.ac
18502         * src/main.c
18503         * src/procmime.c
18504         * src/plugins/pgpmime/pgpmime.c
18505                 sync with HEAD
18506
18507 2004-10-26 [paul]       0.9.12cvs132.3
18508
18509         * src/account.c
18510         * src/addressbook.c
18511         * src/addrgather.c
18512         * src/addrharvest.c
18513         * src/codeconv.c
18514         * src/compose.c
18515         * src/customheader.c
18516         * src/editaddress.c
18517         * src/editgroup.c
18518         * src/enriched.c
18519         * src/expldifdlg.c
18520         * src/exporthtml.c
18521         * src/exportldif.c
18522         * src/folder.c
18523         * src/foldersel.c
18524         * src/folderview.c
18525         * src/grouplistdialog.c
18526         * src/html.c
18527         * src/imap.c
18528         * src/jpilot.c
18529         * src/ldapserver.c
18530         * src/ldif.c
18531         * src/mimeview.c
18532         * src/news.c
18533         * src/news_gtk.c
18534         * src/pop.c
18535         * src/prefs_display_header.c
18536         * src/prefs_gtk.c
18537         * src/prefs_msg_colors.c
18538         * src/prefs_toolbar.c
18539         * src/procheader.c
18540         * src/procmime.c
18541         * src/summaryview.c
18542         * src/textview.c
18543         * src/toolbar.c
18544         * src/vcard.c
18545         * src/common/mgutils.c
18546         * src/common/nntp.c
18547         * src/common/smtp.c
18548         * src/common/template.c
18549         * src/common/utils.c
18550         * src/common/xmlprops.c
18551         * src/plugins/pgpmime/pgpmime.c
18552         * src/plugins/pgpmime/select-keys.c
18553         * src/plugins/pgpmime/sgpgme.c
18554                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18555                 g_string_sprintfa(), gtk_notebook_current_page()
18556
18557 2004-10-26 [colin]      0.9.12cvs132.2
18558
18559         * src/prefs_folder_item.c
18560                 Fix default-account selection
18561
18562 2004-10-21 [colin]      0.9.12cvs133
18563
18564         * src/compose.c
18565                 Sync with HEAD (Remove extra separator in compose's Options)
18566         * src/textview.c
18567                 Set wrapping to char
18568
18569 2004-10-21 [paul]       0.9.12cvs131.2
18570
18571         * src/compose.c
18572         * src/sourcewindow.c
18573                 fix wrapping
18574                 fix window shrinking 
18575
18576 2004-10-21 [colin]      0.9.12cvs131.1
18577
18578         * ChangeLog.claws
18579         * src/compose.c
18580                 Sync with HEAD
18581
18582 2004-10-21 [paul]       0.9.12cvs130.2
18583
18584         * src/prefs_folder_item.c
18585                 sync with HEAD (Apply to subfolders)
18586
18587 2004-10-19 [colin]      0.9.12cvs130.1
18588
18589         * ChangeLog.claws
18590         * src/compose.c
18591         * src/common/utils.c
18592         * src/gtk/menu.c
18593                 Sync with HEAD
18594
18595 2004-10-19 [colin]      0.9.12cvs128.1
18596
18597         * src/addrbook.c
18598         * src/addrcache.c
18599         * src/addressbook.c
18600         * src/codeconv.c
18601         * src/compose.c
18602         * src/customheader.c
18603         * src/editaddress.c
18604         * src/editgroup.c
18605         * src/exporthtml.c
18606         * src/folder.c
18607         * src/folderview.c
18608         * src/imap.c
18609         * src/jpilot.c
18610         * src/main.c
18611         * src/matcher_parser_parse.y
18612         * src/mbox.c
18613         * src/pop.c
18614         * src/prefs_account.c
18615         * src/prefs_gtk.c
18616         * src/prefs_msg_colors.c
18617         * src/procheader.c
18618         * src/procmime.c
18619         * src/procmime.h
18620         * src/procmsg.c
18621         * src/summaryview.c
18622         * src/textview.c
18623         * src/common/base64.c
18624         * src/common/partial_download.c
18625         * src/common/socket.c
18626         * src/common/sylpheed.c
18627         * src/common/utils.c
18628         * src/common/utils.h
18629         * src/gtk/pluginwindow.c
18630         * src/gtk/quicksearch.c
18631         * src/plugins/clamav/clamav_plugin.c
18632         * src/plugins/clamav/clamav_plugin.h
18633         * src/plugins/clamav/clamav_plugin_gtk.c
18634         * src/plugins/pgpmime/passphrase.c
18635         * src/plugins/pgpmime/pgpmime.c
18636         * src/plugins/pgpmime/plugin.c
18637         * src/plugins/pgpmime/prefs_gpg.c
18638         * src/plugins/pgpmime/prefs_gpg.h
18639         * src/plugins/pgpmime/select-keys.c
18640         * src/plugins/pgpmime/sgpgme.c
18641         * src/plugins/spamassassin/libspamc.c
18642         * src/plugins/spamassassin/spamassassin.c
18643         * src/plugins/spamassassin/spamassassin.h
18644         * src/plugins/spamassassin/spamassassin_gtk.c
18645         * src/plugins/trayicon/trayicon.c
18646         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18647                 Sync with HEAD
18648
18649 2004-10-14 [colin]      0.9.12cvs126.2
18650
18651         * src/codeconv.c
18652         * src/textview.c
18653                 Fix conv_unreadable_locale
18654
18655 2004-10-13 [colin]      0.9.12cvs126.1
18656
18657         * src/compose.c
18658                 Sync with HEAD (don't convert charset for 
18659                 drafted messages, minor cleanup)
18660
18661 2004-10-13 [colin]      0.9.12cvs125.1
18662
18663         * po/POTFILES.in
18664                 Sync with HEAD (POTFILES fix)
18665
18666 2004-10-12 [colin]      0.9.12cvs124.3
18667
18668         * src/compose.c
18669                 Fix encoding bug from latest sync
18670
18671 2004-10-12 [paul]       0.9.12cvs124.2
18672
18673         * src/plugins/pgpmime/prefs_gpg.c
18674         * src/plugins/pgpmime/prefs_gpg.h
18675                 forgotten in last commit        
18676
18677 2004-10-12 [paul]       0.9.12cvs124.1
18678
18679         * ChangeLog.claws
18680         * configure.ac
18681         * m4/spamassassin.m4
18682         * src/Makefile.am
18683         * src/account.c
18684         * src/compose.c
18685         * src/compose.h
18686         * src/crash.c
18687         * src/main.c
18688         * src/mimeview.c
18689         * src/passphrase.c
18690         * src/passphrase.h
18691         * src/prefs_account.c
18692         * src/prefs_account.h
18693         * src/prefs_common.c
18694         * src/privacy.c
18695         * src/privacy.h
18696         * src/procmime.c
18697         * src/procmime.h
18698         * src/procmsg.c
18699         * src/rfc2015.c
18700         * src/rfc2015.h
18701         * src/select-keys.c
18702         * src/select-keys.h
18703         * src/textview.c
18704         * src/common/utils.c
18705         * src/common/utils.h
18706         * src/gtk/about.c
18707         * src/plugins/pgpmime/Makefile.am
18708         * src/plugins/pgpmime/passphrase.c
18709         * src/plugins/pgpmime/passphrase.h
18710         * src/plugins/pgpmime/pgpmime.c
18711         * src/plugins/pgpmime/plugin.c
18712         * src/plugins/pgpmime/select-keys.c
18713         * src/plugins/pgpmime/select-keys.h
18714         * src/plugins/pgpmime/sgpgme.c
18715         * src/plugins/pgpmime/sgpgme.h
18716                 sync with HEAD
18717
18718 2004-10-04 [colin]      0.9.12cvs122.1
18719
18720         * src/mainwindow.c
18721         * src/messageview.c
18722         * src/messageview.h
18723         * src/textview.c
18724                 Sync with HEAD
18725
18726 2004-10-04 [colin]      0.9.12cvs121.1
18727
18728         * src/summaryview.c
18729                 Sync with HEAD
18730
18731 2004-10-04 [paul]       0.9.12cvs120.1
18732
18733         * configure.ac
18734                 sync with HEAD [don't try to build 
18735                 pgpmime plugin when gpgme is disabled]
18736
18737 2004-10-03 [colin]      0.9.12cvs119.3
18738
18739         * src/gtk/gtksctree.c
18740                 Lots of side effects. Put back as before 117.2.
18741         * src/summaryview.c
18742                 Fix bug #602
18743
18744 2004-10-03 [colin]      0.9.12cvs119.2
18745
18746         * src/gtk/gtksctree.c
18747                 Revert 608 fix that doesn't work that good
18748
18749 2004-10-02 [colin]      0.9.12cvs119.1
18750
18751         * src/mainwindow.c
18752         * src/messageview.c
18753         * src/prefs_common.h
18754         * src/procmime.c
18755         * src/procmime.h
18756         * src/textview.c
18757                 Sync with HEAD
18758         * src/gtk/gtksctree.c
18759                 Close bug #608
18760
18761 2004-10-01 [colin]      0.9.12cvs118.1
18762
18763         * src/mimeview.c
18764                 Sync with HEAD (better Save All fix)
18765
18766 2004-10-01 [colin]      0.9.12cvs117.2
18767
18768         * src/gtk/gtksctree.c
18769                 Faster on selection
18770
18771 2004-10-01 [colin]      0.9.12cvs117.1
18772
18773         * src/mimeview.c
18774                 Sync with HEAD (Save All: only attachments)
18775
18776 2004-10-01 [paul]       0.9.12cvs116.1
18777
18778         * ChangeLog.claws
18779         * configure.ac
18780         * src/account.c
18781         * src/prefs_common.c
18782         * src/gtk/colorlabel.c
18783                 sync with HEAD
18784
18785 2004-09-30 [colin]      0.9.12cvs115.1
18786
18787         * src/stock_pixmap.c
18788         * src/stock_pixmap.h
18789         * src/folderview.c
18790         * src/Makefile.am
18791         * src/pixmaps/read.xpm
18792                 Sync with HEAD (new pixmap)
18793
18794 2004-09-29 [colin]      0.9.12cvs114.1
18795
18796         * src/compose.c
18797                 Sync with HEAD
18798                 Fix focus handling in headers
18799
18800 2004-09-29 [paul]       0.9.12cvs113.1
18801
18802         * src/quote_fmt_parse.y
18803                 sync with HEAD
18804  
18805
18806 2004-09-28 [colin]      0.9.12cvs112.1
18807
18808         * src/folderview.c
18809         * src/mainwindow.c
18810                 Sync with HEAD
18811
18812 2004-09-28 [colin]      0.9.12cvs110.1
18813
18814         * src/folderview.c
18815                 Sync with HEAD (Contextual Empty trash menu)
18816
18817 2004-09-28 [colin]      0.9.12cvs108.1
18818
18819         * src/addressbook.c
18820                 Sync with HEAD (addressbook edit on double-click)
18821
18822 2004-09-28 [colin]      0.9.12cvs106.1
18823
18824         * src/inc.c
18825                 Sync with HEAD (folder_item freeze on inc)
18826
18827 2004-09-27 [colin]      0.9.12cvs105.1
18828
18829         * src/folderview.c
18830                 Sync with HEAD (right-align new and unread column)
18831
18832 2004-09-27 [colin]      0.9.12cvs104.1
18833
18834         * src/main.c
18835                 Sync with HEAD (revert 0.9.12cvs101)
18836
18837 2004-09-24 [colin]      0.9.12cvs103.2
18838
18839         * src/wizard.c
18840                 Fix gtk warnings and use domain part of the email address 
18841                 when domain detection fails (no dot in domain name)
18842
18843 2004-09-23 [colin]      0.9.12cvs103.1
18844
18845         * src/plugins/spamassassin/libspamc.c
18846         * src/plugins/spamassassin/libspamc.h
18847         * src/plugins/spamassassin/utils.c
18848         * src/plugins/spamassassin/utils.h
18849                 Sync with HEAD (Update spamassassin to 3.0)
18850
18851 2004-09-21 [colin]      0.9.12cvs102.3
18852
18853         * src/action.c
18854                 Add horizontal scrollbar in action io dialog as needed
18855                 Patch by Alfons.
18856
18857 2004-09-20 [colin]      0.9.12cvs102.2
18858
18859         * src/plugins/image_viewer/viewer.c
18860                 Remove imlib stuff
18861                 use gtk_pixmap_set when clearing
18862                 (would be better to use gtkImages, but causes size-allocate 
18863                 signals storm)
18864
18865 2004-09-17 [paul]       0.9.12cvs102.1
18866
18867         * ChangeLog
18868         * ChangeLog.claws
18869         * ChangeLog.jp
18870         * configure.ac
18871         * src/inc.c
18872                 sync with HEAD
18873
18874
18875 2004-09-17 [colin]      0.9.12cvs101.1
18876
18877         * ChangeLog.claws
18878         * src/main.c
18879                 Sync with HEAD (fix segs at exit)
18880
18881 2004-09-14 [colin]      0.9.12cvs99.5
18882
18883         * src/common/socket.c
18884         * AUTHORS
18885                 Fix send error on 64bit platforms
18886                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
18887
18888 2004-09-14 [colin]      0.9.12cvs99.4
18889
18890         * src/action.c
18891                 Fix action output with utf8 
18892                 Patch by Alfons.
18893
18894 2004-09-14 [colin]      0.9.12cvs99.3
18895
18896         * ChangeLog.claws
18897         * src/folder.c
18898                 Sync with HEAD
18899
18900 2004-09-09 [colin]      0.9.12cvs99.2
18901
18902         * src/action.c
18903                 Fix progress bar (displaying "Completed %v/%u")
18904                 Patch by Alfons.
18905
18906 2004-09-08 [colin]      0.9.12cvs99.1
18907
18908         * src/account.c
18909         * src/folder.c
18910         * src/procmsg.c
18911         * src/procmsg.h
18912         * src/plugins/pgpmime/pgpmime.c
18913                 Sync with HEAD
18914
18915 2004-09-08 [colin]      0.9.12cvs97.2
18916
18917         * src/summaryview.c
18918                 Don't select mails in collapsed threads 
18919                 when navigating with up/down
18920
18921 2004-09-07 [colin]      0.9.12cvs97.1
18922
18923         * src/inc.c
18924                 Sync with HEAD (meaningful error messages)
18925
18926 2004-09-06 [colin]      0.9.12cvs96.1
18927
18928         * src/toolbar.c
18929                 Sync with HEAD (fix Redirect graying out)
18930
18931 2004-09-06 [colin]      0.9.12cvs95.1
18932
18933         * src/summaryview.c
18934         * src/mimeview.c
18935                 Sync with HEAD (fix dropped URIs)
18936
18937 2004-09-06 [colin]      0.9.12cvs94.1
18938
18939         * src/addressbook.c
18940         * src/addressitem.h
18941         * src/addritem.c
18942         * src/addritem.h
18943                 Sync with HEAD (addressbook DnD)
18944
18945 2004-09-03 [colin]      0.9.12cvs93.1
18946
18947         * src/summaryview.c
18948                 Sync with HEAD (next/prev unread)
18949
18950 2004-09-03 [colin]      0.9.12cvs92.1
18951
18952         * src/prefs_common.c
18953         * src/prefs_common.h
18954         * src/summaryview.c
18955                 Sync with HEAD ('mark_as_read_delay' pref)
18956
18957 2004-09-02 [colin]      0.9.12cvs91.2
18958
18959         * src/common/xml.c
18960                 Fix leak
18961
18962 2004-09-02 [colin]      0.9.12cvs91.1
18963
18964         * src/gtk/menu.c
18965                 Sync with HEAD (menu accel don't work, but whatever)
18966
18967 2004-09-02 [colin]      0.9.12cvs90.1
18968
18969         * src/account.c
18970                 Sync with HEAD (fix bug 582)
18971
18972 2004-09-02 [colin]      0.9.12cvs89.1
18973
18974         * src/addrindex.c
18975                 Sync with HEAD (free deleted queries)
18976
18977 2004-09-02 [colin]      0.9.12cvs88.1
18978
18979         * src/ldapquery.c
18980                 Sync with HEAD (fix LDAP freezes)
18981
18982 2004-09-02 [colin]      0.9.12cvs87.1
18983
18984         * src/prefs_spelling.c
18985                 Sync with HEAD (add default dictionary)
18986
18987 2004-09-01 [colin]      0.9.12cvs86.1
18988
18989         * src/filtering.c
18990         * src/folderview.c
18991         * src/imap.c
18992         * src/prefs_matcher.c
18993         * src/stock_pixmap.c
18994         * src/summary_search.c
18995         * src/summaryview.c
18996         * src/wizard.c
18997         * src/wizard.h
18998                 Sync with HEAD (uninitialized vars fixes)
18999                 + gtk2 specific warning fixes
19000
19001 2004-08-31 [colin]      0.9.12cvs85.1
19002
19003         * src/folder.c
19004                 Sync with HEAD (Fix memory corruption due to 
19005                 uninitialized var)
19006
19007 2004-08-31 [colin]      0.9.12cvs84.4
19008
19009         * src/summary_search.c
19010                 Fix segfaults when searching in folders with broken headers
19011
19012 2004-08-31 [colin]      0.9.12cvs84.3
19013
19014         * src/compose.c
19015         * src/textview.c
19016                 Fix some more encoding/decoding issues
19017
19018 2004-08-30 [colin]      0.9.12cvs84.2
19019
19020         * src/mimeview.c
19021         * src/prefs_themes.c
19022         * src/gtk/filesel.c
19023         * src/gtk/filesel.h
19024                 Add a folder-mode selection (fixes mimeview's "Save all")
19025
19026 2004-08-29 [colin]      0.9.12cvs84.1
19027
19028         * src/mimeview.c
19029                 Sync with HEAD (don't escape saved filenames)
19030
19031 2004-08-27 [colin]      0.9.12cvs83.1
19032
19033         * ChangeLog
19034         * ChangeLog.claws
19035         * ChangeLog.jp
19036         * src/mh.c
19037         * src/procheader.c
19038         * src/procmsg.c
19039         * src/procmsg.h
19040         * src/common/utils.c
19041         * src/gtk/menu.h
19042         * po/
19043                 Sync with HEAD 0.9.12cvs83 (sync with main)
19044
19045 2004-08-26 [colin]      0.9.12cvs82.4
19046
19047         * src/codeconv.c
19048                 Fix strange stack corruption
19049                 Convert to utf8 after unmime, not before
19050
19051 2004-08-26 [colin]      0.9.12cvs82.3
19052
19053         * src/main.c
19054         * src/wizard.c
19055                 Fix account folders duplication
19056
19057 2004-08-25 [colin]      0.9.12cvs82.2
19058
19059         * src/wizard.c
19060                 Remove ports
19061                 Add SSL selection
19062                 Use login@server as account name
19063
19064 2004-08-25 [colin]      0.9.12cvs82.1
19065
19066         * src/plugins/pgpmime/pgpmime.c
19067                 Sync with HEAD (leak fix).
19068
19069 2004-08-25 [colin]      0.9.12cvs81.1
19070
19071         * src/plugins/pgpmime/pgpmime.c
19072         * src/plugins/pgpmime/sgpgme.c
19073         * src/plugins/pgpmime/sgpgme.h
19074                 Sync with HEAD (Handle combined messages).
19075
19076 2004-08-24 [colin]      0.9.12cvs80.3
19077
19078         * src/wizard.c
19079                 Fix full name, ports, and imap
19080
19081 2004-08-24 [colin]      0.9.12cvs80.2
19082
19083         * src/Makefile.am
19084         * src/main.c
19085         * src/setup.c
19086         * src/setup.h
19087         * src/stock_pixmap.c
19088         * src/stock_pixmap.h
19089         * src/wizard.c ** ADDED **
19090         * src/wizard.h ** ADDED ** 
19091         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19092                 Add a setup wizard 
19093
19094 2004-08-24 [colin]      0.9.12cvs80.1
19095
19096         * src/folder.c
19097                 Sync with HEAD (set mimeflags on all messages)
19098
19099 2004-08-24 [colin]      0.9.12cvs79.3
19100
19101         * src/matcher_parser_lex.l
19102                 Fix 8bits strings not in utf8
19103
19104 2004-08-24 [colin]      0.9.12cvs79.2
19105
19106         * src/compose.c
19107                 Check conversion result before replacing buffer
19108
19109 2004-08-23 [colin]      0.9.12cvs79.1
19110
19111         * src/compose.c
19112                 Sync with HEAD (create message header in memory)
19113
19114 2004-08-23 [colin]      0.9.12cvs78.1
19115
19116         * src/rfc2015.c
19117         * src/rfc2015.h
19118                 Sync with HEAD (fix bug 197 again)
19119
19120 2004-08-23 [colin]      0.9.12cvs77.3
19121
19122         * src/compose.c
19123                 Fix again inline gpg signing (which outputs utf8
19124                 in gtk2). Not syncing this fix to HEAD as this 
19125                 code is meant to die.
19126
19127 2004-08-23 [colin]      0.9.12cvs77.2
19128
19129         * src/prefs_account.h
19130                 Remove useless include
19131
19132 2004-08-23 [colin]      0.9.12cvs77.1
19133
19134         * src/imap.c
19135         * po/es.po
19136         * po/fr.po
19137         * po/it.po
19138         * po/pl.po
19139         * po/pt_BR.po
19140         * po/sk.po
19141         * po/sr.po
19142                 Sync with HEAD (fix bug 577)
19143
19144 2004-08-22 [colin]      0.9.12cvs76.1
19145
19146         * src/plugins/trayicon/trayicon.c
19147                 Sync with HEAD (fix formatting bug)
19148
19149 2004-08-21 [colin]      0.9.12cvs74.2
19150
19151         * src/gtk/colorsel.c
19152                 Fix bug 564 (Folder color selection window exits on any
19153                 keypress)
19154
19155 2004-08-21 [colin]      0.9.12cvs74.1
19156
19157         * ChangeLog.claws
19158         * src/compose.c
19159         * src/summaryview.c
19160         * src/toolbar.c
19161                 Sync with HEAD (fix bug 576)
19162
19163 2004-08-21 [colin]      0.9.12cvs70.1
19164
19165         * src/compose.c
19166         * src/mainwindow.c
19167                 Sync with HEAD
19168                 
19169
19170 2004-08-21 [paul]       0.9.12cvs66.4
19171
19172         * src/mainwindow.c
19173         * src/messageview.c
19174         * src/gtk/menu.c
19175         * src/plugins/spamassassin/spamassassin_gtk.c
19176                 remove some deprecated gtk1 functions
19177
19178
19179 2004-08-21 [colin]      0.9.12cvs66.3
19180
19181         * src/compose.c
19182         * src/codeconv.c
19183                 Fix warnings
19184                 Remove encoding hacks
19185                 Fix bug 575 (Strange character messes up message)
19186                 Don't display conversion error when drafting
19187
19188 2004-08-21 [paul]       0.9.12cvs66.2
19189
19190         * src/prefs_account.c
19191                 fix GnuPG mode bugs
19192
19193
19194 2004-08-20 [colin]      0.9.12cvs66.1
19195
19196         * src/codeconv.c
19197                 Sync with HEAD 0.9.12cvs66
19198
19199 2004-08-20 [paul]
19200
19201         * src/plugins/pgpmime/plugin.c
19202                 modify PGP/MIME plugin's description
19203
19204 2004-08-17 [colin]      0.9.12cvs65.1
19205
19206         * src/common/ssl.c
19207         * src/plugins/pgpmime/plugin.c
19208                 Sync with HEAD
19209
19210 2004-08-14 [colin]      0.9.12cvs60.3
19211
19212         * src/plugins/trayicon/trayicon.c
19213                 Put back resize callback, on size-request signal
19214                 rather than size-allocate to avoid infinite 
19215                 callback loop
19216
19217 2004-08-13 [colin]      0.9.12cvs60.2
19218
19219         * src/common/defs.h
19220                 Cache versions have been fixed
19221
19222 2004-08-13 [colin]      0.9.12cvs60.1
19223
19224         * src/folderutils.c
19225                 Sync with HEAD
19226
19227 2004-08-12 [colin]      0.9.12cvs59.1
19228
19229         * src/plugins/trayicon/trayicon.c
19230                 Sync with HEAD
19231
19232 2004-08-12 [colin]      0.9.12cvs57.5
19233
19234         * sylpheed.desktop
19235         * configure.ac
19236         * src/Makefile.am
19237         * src/main.c
19238                 Add support for Freedesktop.org's startup notification
19239
19240 2004-08-11 [colin]      0.9.12cvs57.4
19241
19242         * src/textview.c
19243                 Fix off-by-one
19244
19245 2004-08-11 [colin]      0.9.12cvs57.3
19246
19247         * src/message_search.c
19248         * src/summary_search.c
19249                 Make searches case insensitive by default
19250         * src/textview.c
19251                 Fix case-insensitive search in message
19252
19253 2004-08-11 [colin]      0.9.12cvs57.2
19254
19255         * src/summary_search.c
19256                 Let case-sensitive be specified
19257
19258 2004-08-10 [colin]      0.9.12cvs55.4
19259
19260         * src/common/socket.c
19261                 Fix the possible race condition
19262
19263 2004-08-09 [paul]       0.9.12cvs55.3
19264
19265         * configure.ac
19266         * src/Makefile.am
19267         * src/common/Makefile.am
19268                 sync with HEAD
19269
19270
19271 2004-08-09 [paul]       0.9.12cvs55.2
19272
19273         * autogen.sh
19274         * po/poconv.sh
19275                 remove unneeded script
19276
19277         * configure.ac
19278                 add forgotten USE_LDAP_TLS (sync with HEAD)
19279
19280
19281 2004-08-09 [colin]      0.9.12cvs55.1
19282
19283         * src/main.c
19284         * src/common/ssl.c
19285         * src/common/sylpheed.c
19286         * src/common/sylpheed.h
19287                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19288
19289 2004-08-09 [paul]       0.9.12cvs54.1
19290
19291         * ChangeLog
19292         * ChangeLog.claws
19293         * ChangeLog.jp
19294         * configure.ac
19295         * po/POTFILES.in
19296         * src/Makefile.am
19297         * src/folderutils.c
19298         * src/main.c
19299         * src/pgpmime.c
19300         * src/pgpmime.h
19301         * src/sgpgme.c
19302         * src/sgpgme.h
19303         * src/plugins/Makefile.am
19304         * src/plugins/pgpmime/.cvsignore
19305         * src/plugins/pgpmime/Makefile.am
19306         * src/plugins/pgpmime/pgpmime.c
19307         * src/plugins/pgpmime/pgpmime.h
19308         * src/plugins/pgpmime/plugin.c
19309         * src/plugins/pgpmime/sgpgme.c
19310         * src/plugins/pgpmime/sgpgme.h
19311                 sync with HEAD
19312
19313 2004-08-08 [paul]       0.9.12cvs51.1
19314
19315         * configure.ac
19316         * src/folder.c
19317                 sync with HEAD
19318
19319 2004-08-07 [colin]      0.9.12cvs50.1
19320
19321         * src/pop.c
19322         * src/common/partial_download.c
19323                 fix warnings (sync from HEAD)
19324
19325 2004-08-07 [colin]      0.9.12cvs48.1
19326
19327         * src/prefs_folder_item.c
19328                 sync with HEAD 0.9.12cvs48
19329
19330 2004-08-06 [colin]      0.9.12cvs47.1
19331
19332         * src/compose.c
19333                 Sync with HEAD
19334
19335 2004-08-06 [christoph]  0.9.12cvs46.2
19336
19337         * src/main.c
19338         * src/plugins/clamav/clamav_plugin_gtk.c
19339         * src/plugins/dillo_viewer/dillo_viewer.c
19340         * src/plugins/image_viewer/plugin.c
19341         * src/plugins/mathml_viewer/mathml_viewer.c
19342         * src/plugins/spamassassin/spamassassin_gtk.c
19343         * src/plugins/trayicon/trayicon.c
19344                 don't mix GTK1.2 plugin with GTK2 plugins
19345
19346 2004-08-06 [colin]      0.9.12cvs46.1
19347
19348         * ChangeLog
19349         * ChangeLog.claws
19350         * ChangeLog.jp
19351         * configure.ac
19352         * sylpheed-claws.pc.in
19353         * src/folder.c
19354         * src/imap.c
19355         * src/localfolder.c
19356         * src/messageview.c
19357         * src/mimeview.c
19358         * src/mimeview.h
19359         * src/msgcache.c
19360         * src/news.c
19361         * src/prefs_ext_prog.c
19362         * src/prefs_folder_item.c
19363         * src/prefs_fonts.c
19364         * src/prefs_msg_colors.c
19365         * src/prefs_spelling.c
19366         * src/prefs_themes.c
19367         * src/prefs_toolbar.c
19368         * src/prefs_wrapping.c
19369         * src/procmime.h
19370         * src/common/defs.h
19371         * src/common/nntp.c
19372         * src/common/session.c
19373         * src/common/session.h
19374         * src/common/socket.c
19375         * src/common/utils.h
19376         * src/common/xml.c
19377         * src/common/xml.h
19378         * src/gtk/prefswindow.c
19379         * src/gtk/prefswindow.h
19380         * src/plugins/clamav/clamav_plugin_gtk.c
19381         * src/plugins/dillo_viewer/dillo_prefs.c
19382         * src/plugins/image_viewer/viewerprefs.c
19383         * src/plugins/spamassassin/spamassassin_gtk.c
19384         * m4/openssl.m4 *** REMOVED ***
19385                 Sync with HEAD 0.9.12cvs46
19386
19387 2004-08-03 [paul]       0.9.12cvs40.2
19388
19389         * src/action.c
19390         * src/addressadd.c
19391         * src/addressbook.c
19392         * src/addrgather.c
19393         * src/browseldap.c
19394         * src/compose.c
19395         * src/crash.c
19396         * src/editaddress.c
19397         * src/editgroup.c
19398         * src/editldap_basedn.c
19399         * src/foldersel.c
19400         * src/importldif.c
19401         * src/mimeview.c
19402         * src/prefs_common.c
19403         * src/prefs_template.c
19404         * src/sourcewindow.c
19405         * src/summaryview.c
19406         * src/gtk/about.c
19407         * src/gtk/foldersort.c
19408         * src/gtk/logwindow.c
19409         * src/gtk/pluginwindow.c
19410         * src/gtk/prefswindow.c
19411                 change all gtk_scrolled_window_set_policy from 
19412                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19413
19414 2004-08-02 [paul]       0.9.12cvs40.1
19415
19416         * AUTHORS
19417                 update translation team section
19418         * po/pt_BR.po
19419                 updated by Frederico Goncalves Guimaraes
19420                 <fggdebian@yahoo.com.br>
19421
19422 2004-07-31 [colin]      0.9.12cvs39.9
19423
19424         * src/exphtmldlg.c
19425                 Fix compilation
19426
19427 2004-07-31 [colin]      0.9.12cvs39.8
19428
19429         * src/exphtmldlg.c
19430                 Fix an alertpanel type
19431
19432 2004-07-30 [colin]      0.9.12cvs39.7
19433
19434         * src/alertpanel.c
19435                 Fix alertpanel_error_log's icon
19436
19437 2004-07-30 [colin]      0.9.12cvs39.6
19438
19439         * src/pop.c
19440                 Two of them should still be warnings
19441
19442 2004-07-30 [colin]      0.9.12cvs39.5
19443
19444         * src/pop.c
19445                 More warning -> error
19446 2004-07-29 [colin]      0.9.12cvs39.4
19447
19448         * src/pop.c
19449                 Warning -> error
19450
19451 2004-07-29 [colin]      0.9.12cvs39.3
19452
19453         * src/prefs_matcher.c
19454                 Fix segfault
19455
19456 2004-07-29 [colin]      0.9.12cvs39.2
19457
19458         * src/alertpanel.c
19459                 More nice-looking alertpanels
19460
19461 2004-07-29 [colin]      0.9.12cvs39.1
19462
19463         * src/messageview.c
19464                 sync with head
19465                 (inform user when partial mail is deleted on server)
19466
19467 2004-07-29 [colin]      0.9.12cvs38.1
19468
19469         * src/messageview.c
19470                 sync with head
19471
19472 2004-07-28 [paul]       0.9.12cvs37.7
19473
19474         * src/mainwindow.c
19475                 complete the replacement of deprecated gtk_progress_*
19476
19477 2004-07-28 [paul]       0.9.12cvs37.6
19478
19479         * src/action.c
19480         * src/inc.c
19481         * src/mainwindow.c
19482         * src/send_message.c
19483         * src/gtk/progressdialog.c
19484         * src/gtk/progressdialog.h
19485                 replace deprecated gtk_progress_*
19486
19487 2004-07-28 [paul]       0.9.12cvs37.5
19488
19489         * src/gtk/filesel.c
19490                 remove gtk_window_set_wmclass()
19491 2004-07-28 [paul]       0.9.12cvs37.4
19492
19493         * src/addressbook.c
19494         * src/compose.c
19495         * src/foldersel.c
19496         * src/mainwindow.c
19497         * src/messageview.c
19498         * src/sourcewindow.c
19499         * src/gtk/logwindow.c
19500                 remove gtk_window_set_wmclass()
19501                 
19502         * src/prefs_filtering.c
19503         * src/prefs_filtering_action.c
19504         * src/prefs_fonts.c
19505         * src/prefs_gtk.c
19506         * src/prefs_matcher.c
19507         * src/ssl_manager.c
19508         * src/gtk/prefswindow.c
19509                 replace gtk_window_position()
19510
19511 2004-07-28 [colin]      0.9.12cvs37.3
19512
19513         * src/alertpanel.c
19514         * src/alertpanel.h
19515                 Add a way to specify panel type for specific
19516                 panels (alertpanel())
19517         * src/account.c
19518         * src/addressbook.c
19519         * src/compose.c
19520         * src/expldifdlg.c
19521         * src/main.c
19522         * src/messageview.c
19523         * src/summaryview.c
19524         * src/textview.c
19525         * src/gtk/sslcertwindow.c
19526                 Fix alertpanel()s so that their icon match
19527                 their real type
19528
19529 2004-07-28 [paul]       0.9.12cvs37.2
19530
19531         * src/addr_compl.c
19532         * src/addressbook.c
19533         * src/alertpanel.c
19534         * src/compose.c
19535         * src/export.c
19536         * src/foldersel.c
19537         * src/folderview.c
19538         * src/grouplistdialog.c
19539         * src/import.c
19540         * src/mainwindow.c
19541         * src/message_search.c
19542         * src/messageview.c
19543         * src/passphrase.c
19544         * src/prefs_actions.c
19545         * src/prefs_common.c
19546         * src/prefs_customheader.c
19547         * src/prefs_display_header.c
19548         * src/prefs_filtering.c
19549         * src/prefs_filtering_action.c
19550         * src/prefs_gtk.c
19551         * src/prefs_matcher.c
19552         * src/prefs_msg_colors.c
19553         * src/prefs_summary_column.c
19554         * src/prefs_template.c
19555         * src/sourcewindow.c
19556         * src/ssl_manager.c
19557         * src/summary_search.c
19558         * src/gtk/colorsel.c
19559         * src/gtk/description_window.c
19560         * src/gtk/gtkaspell.c
19561         * src/gtk/inputdialog.c
19562         * src/gtk/logwindow.c
19563         * src/gtk/prefswindow.c
19564         * src/gtk/progressdialog.c
19565                 replace deprecated gtk_window_set_policy
19566
19567 2004-07-27 [colin]      0.9.12cvs37.1
19568
19569         * src/msgcache.c
19570                 More fixes (synced for head again)
19571
19572 2004-07-27 [colin]      0.9.12cvs35.3
19573
19574         * src/msgcache.c
19575                 Fix wrong test
19576
19577 2004-07-27 [colin]      0.9.12cvs35.2
19578
19579         * src/mimeview.c
19580                 Fix width a bit (by Paul)
19581         * src/alertpanel.c
19582         * src/alertpanel.h
19583                 Specialize icons, make alertpanel_message()
19584                 private
19585         * src/message_search.c
19586         * src/sgpgme.c
19587         * src/summary_search.c
19588                 Suit alertpanel changes
19589
19590 2004-07-27 [colin]      0.9.12cvs35.1
19591
19592         * src/alertpanel.c
19593                 Add an icon
19594         * src/passphrase.c
19595                 Add debug output - maybe someone will
19596                 want to look at the problem with Grab
19597                 Input :)
19598         Bump version as we're synced with HEAD
19599
19600 2004-07-26 [colin]      0.9.12cvs33.26
19601
19602         * src/pop.c
19603                 Fix uidl-file parsing when not in new
19604                 format
19605
19606 2004-07-26 [colin]      0.9.12cvs33.25
19607
19608         * src/gtk/menu.c
19609                 Move popup menu up if necessary (fixes 
19610                 account selector)
19611         * src/mainwindow.c
19612                 Set account selector's button height to
19613                 minimum
19614
19615 2004-07-26 [colin]      0.9.12cvs33.24
19616
19617         * src/alertpanel.c
19618                 Maybe fix 551 (Truncated font in alert window)
19619
19620 2004-07-26 [colin]      0.9.12cvs33.23
19621
19622         * po/de.po
19623         * po/es.po
19624         * po/fr.po
19625         * po/it.po
19626         * po/ja.po
19627         * po/pl.po
19628         * po/ru.po
19629         * po/sk.po
19630         * po/sr.po
19631         * po/zh_CN.po
19632                 Sync po files with HEAD
19633
19634 2004-07-26 [paul]       0.9.12cvs33.22
19635
19636         * src/compose.c
19637                 fix Bug 556 'Organisation-header is sent even if empty'
19638
19639 2004-07-24 [colin]      0.9.12cvs33.21
19640
19641         * src/compose.c
19642         * src/gtk/gtkaspell.c
19643         * src/gtk/gtkaspell.h
19644                 Fix speller accelerators (require hack)
19645
19646 2004-07-24 [colin]      0.9.12cvs33.20
19647
19648         * src/gtk/gtkaspell.c
19649                 Fix over-eager code deletion breaking
19650                 Check while typing
19651
19652 2004-07-24 [colin]      0.9.12cvs33.19
19653
19654         * src/browseldap.c
19655         * src/ldapctrl.c
19656         * src/ldapctrl.h
19657         * src/ldapserver.h
19658                 Sync ldap with HEAD
19659         (Fixes 546 LDAP completely broken)
19660
19661 2004-07-24 [colin]      0.9.12cvs33.18
19662
19663         * src/prefs_msg_colors.c
19664                 Fix prototype mismatch
19665         (Fixes 547 void function cannot return value)
19666
19667 2004-07-24 [colin]      0.9.12cvs33.17
19668
19669         * src/mainwindow.c
19670                 Fix sort going back to previous sort key
19671                 when changing sort direction
19672
19673 2004-07-24 [colin]      0.9.12cvs33.16
19674
19675         * src/compose.c
19676                 Fix space insertion when re-wrapping at 
19677                 cursor point
19678
19679 2004-07-24 [colin]      0.9.12cvs33.15
19680
19681         * src/gtk/gtkaspell.c
19682                 Don't change cursor position in insert-text
19683                 callback
19684         (Fixes 539 Word wrapping on input transposes letters)
19685
19686 2004-07-24 [colin]      0.9.12cvs33.14
19687
19688         * src/gtk/gtkaspell.c
19689                 Reencode non-ascii chars to dictionary's
19690                 encoding
19691         (Fixes 544 Spell check broken non english locale)
19692
19693 2004-07-24 [colin]      0.9.12cvs33.13
19694
19695         * src/summaryview.c
19696                 Fix Shift+Down, add Home/End/PgUp/PgDown
19697
19698 2004-07-21 [colin]      0.9.12cvs33.12
19699
19700         * src/prefs_common.c
19701                 Fix a gtk warning (Patch by Andrej Kacian)
19702
19703 2004-07-21 [colin]      0.9.12cvs33.11
19704
19705         * src/gtk/filesel.c
19706                 More check
19707
19708 2004-07-21 [colin]      0.9.12cvs33.10
19709
19710         * src/compose.c
19711         * src/crash.c
19712         * src/export.c
19713         * src/import.c
19714         * src/messageview.c
19715         * src/mimeview.c
19716         * src/prefs_spelling.c
19717         * src/prefs_themes.c
19718         * src/summaryview.c
19719         * src/gtk/filesel.c
19720         * src/gtk/filesel.h
19721         * src/gtk/pluginwindow.c
19722                 Untwist open/save mode guessing logic, make
19723                 it explicit
19724
19725 2004-07-20 [colin]      0.9.12cvs33.9
19726
19727         * src/codeconv.c
19728                 conv_encode_header: src_charset is UTF-8 on
19729                 gtk2
19730         * src/compose.c
19731                 Remove double encoding of the headers
19732
19733 2004-07-20 [colin]      0.9.12cvs33.8
19734
19735         * src/codeconv.c
19736                 Fix typo
19737
19738 2004-07-20 [colin]      0.9.12cvs33.7
19739
19740         * src/mainwindow.c
19741                 Set the separated messageview to the saved
19742                 size of Claws' messageview (Patch by Alfons)
19743                 Fix a callback prototype (me)
19744
19745 2004-07-20 [colin]      0.9.12cvs33.6
19746
19747         * src/codeconv.h
19748                 Forgot one hunk in 0.9.12cvs33.4
19749
19750 2004-07-19 [colin]      0.9.12cvs33.5
19751
19752         * src/action.c
19753                 Action output fix
19754                 Patch by Alfons
19755
19756 2004-07-19 [colin]      0.9.12cvs33.4
19757
19758         * src/compose.c
19759                 Fix outgoing charset bug in headers
19760         * src/codeconv.c
19761                 Clean for glib2 - Patch by Alfons
19762
19763 2004-07-19 [colin]      0.9.12cvs33.3
19764
19765         * src/statusbar.c
19766                 Remove grip from the statusbar
19767                 Patch by Alfons
19768
19769 2004-07-19 [colin]      0.9.12cvs33.2
19770
19771         * src/messageview.c
19772         * src/textview.c
19773                 Fix messageview remembering the previous
19774                 scroll position when loading a new message
19775                 Patch by Alfons
19776
19777 2004-07-19 [colin]      0.9.12cvs33.1
19778
19779         * src/folder.h
19780         * src/folderview.c
19781         * src/summaryview.c
19782                 Sync with HEAD
19783
19784 2004-07-18 [colin]      0.9.12cvs32.7
19785
19786         * configure.ac
19787                 Remove useless check for XIM - noticed
19788                 by Alfons
19789
19790 2004-07-18 [colin]      0.9.12cvs32.6
19791
19792         * src/summaryview.c
19793                 Remove non-modified and shift-modified
19794                 accelerators in summaryview's popup
19795                 menu, as that doesn't get catched by
19796                 the accel-activate signal catcher...
19797
19798 2004-07-18 [colin]      0.9.12cvs32.5
19799
19800         * src/prefs_common.c
19801                 Define sensible default prefs for 
19802                 wrapping
19803
19804 2004-07-18 [colin]      0.9.12cvs32.4
19805
19806         * src/compose.c
19807         * src/prefs_common.c
19808         * src/prefs_common.h
19809         * src/prefs_wrapping.c
19810                 Remove Smart Wrapping pref, which does
19811                 nothing on gtk2 branch
19812
19813 2004-07-18 [colin]      0.9.12cvs32.3
19814
19815         * src/sourcewindow.c
19816                 Proper utf8
19817
19818 2004-07-18 [colin]      0.9.12cvs32.2
19819
19820         * src/compose.c
19821                 Save attachment status when drafting
19822
19823 2004-07-18 [colin]      0.9.12cvs32.1
19824
19825         * src/gtk/filesel.c
19826                 Fix erratic folder selection in open mode
19827
19828 2004-07-18 [colin]      0.9.12cvs31.11
19829
19830         * src/pop.c
19831                 Don't let partial messages get deleted
19832                 even with "dowload all"
19833                 (0.9.12cvs31.8 fix extension)
19834 2004-07-18 [colin]      0.9.12cvs31.10
19835
19836         * src/gtk/logwindow.c
19837                 Fix log scrolling
19838
19839 2004-07-18 [colin]      0.9.12cvs31.9
19840
19841         * src/common/utils.c
19842                 Fix non-utf8 strings coming from commands
19843                 and files
19844
19845 2004-07-18 [colin]      0.9.12cvs31.8
19846
19847         * src/pop.c
19848                 Fix partial download bug with Download all
19849                 messages option
19850
19851 2004-07-18 [colin]      0.9.12cvs31.7
19852
19853         * src/textview.c
19854                 Fix bug introduced in 0.9.12cvs31.2
19855                 (blocked in select mode after double click)
19856
19857 2004-07-18 [colin]      0.9.12cvs31.6
19858
19859         * src/compose.c
19860         * src/gtk/menu.c
19861                 More glib-warning fixes
19862
19863 2004-07-18 [colin]      0.9.12cvs31.5
19864
19865         * src/compose.c
19866                 Fix trashing the primary clipboard when moving 
19867                 around with tab
19868         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
19869
19870 2004-07-18 [colin]      0.9.12cvs31.4
19871
19872         * src/codeconv.c
19873                 convert unencoded iso headers to utf8
19874         (Fix Bug 538 Unencoded local characters in subject make it 
19875          disappear)
19876
19877 2004-07-18 [colin]      0.9.12cvs31.3
19878
19879         * src/compose.c
19880                 Fix tab char handling in wrapping
19881         (Fix Bug 537 Line wrap problem - TAB character treated as 
19882          one character instead of 8)
19883
19884 2004-07-18 [colin]      0.9.12cvs31.2
19885
19886         * src/textview.c
19887                 return FALSE on GDK_MOTION_NOTIFY
19888         (Fix Bug 535 Hyperlinks/addresses are not selectable 
19889          (unable to highlight))
19890
19891 2004-07-18 [colin]      0.9.12cvs31.1
19892
19893         * src/folderview.c
19894                 Sync with 0.9.12cvs31
19895
19896 2004-07-18 [colin]      0.9.12cvs30.4
19897
19898         * src/compose.c
19899                 Also block text_inserted when inserting a file
19900
19901 2004-07-18 [colin]      0.9.12cvs30.3
19902
19903         * src/compose.c
19904                 Fix smart wrapping (block text_inserted handler
19905                 while putting quotation to avoid wrap on input,
19906                 don't join lines if next is sig separator)
19907
19908 2004-07-17 [colin]      0.9.12cvs30.2
19909
19910         * src/folderview.c
19911         * src/mainwindow.c
19912         * src/mimeview.c
19913         * src/summaryview.c
19914         * src/gtk/quicksearch.c
19915         * src/gtk/quicksearch.h
19916                 Block key events handlers *and* accels while
19917                 quicksearch is focused
19918         (Fixes Bug 534 quick-search bar not accepting certain letters)
19919
19920 2004-07-17 [colin]      0.9.12cvs30.1
19921
19922         * src/folder.h
19923         * src/folderview.c
19924         * src/summaryview.c
19925                 Sync with 0.9.12cvs30
19926
19927 2004-07-17 [colin]      0.9.12cvs28.2
19928
19929         * src/mimeview.c
19930         * src/procmime.c
19931         * src/summaryview.c
19932         * src/gtk/menu.c
19933                 Squash some compile and glib warnings
19934
19935 2004-07-17 [paul]       0.9.12cvs28.1
19936
19937         * src/mimeview.c
19938                 sync with 0.9.12cvs28 HEAD
19939
19940 2004-07-16 [paul]       0.9.12cvs26.1
19941         
19942         * src/gtk/quicksearch.c
19943         * src/account.c
19944         * src/account.h
19945         * src/compose.c
19946         * src/customheader.c
19947         * src/folder_item_prefs.c
19948         * src/main.c
19949         * src/mainwindow.c
19950         * src/messageview.c
19951         * src/mimeview.c
19952         * src/news.c
19953         * src/pgpmime.c
19954         * src/pop.c
19955         * src/pop.h
19956         * src/prefs_account.c
19957         * src/prefs_account.h
19958         * src/prefs_common.c
19959         * src/prefs_common.h
19960         * src/prefs_display_header.c
19961         * src/prefs_gtk.c
19962         * src/prefs_gtk.h
19963         * src/procheader.c
19964         * src/procmime.c
19965                 sync with 0.9.12cvs26 HEAD      
19966
19967 2004-07-15 [colin]      0.9.12cvs18.14
19968
19969         * src/folder.c
19970                 Disable GPG signature check during
19971                 folder move and scan
19972         (Closes Bug 521 Signature checking slows down Folder-Move)
19973
19974 2004-07-14 [colin]      0.9.12cvs18.13
19975
19976         * src/common/partial_download.c
19977                 update includes
19978
19979 2004-07-14 [colin]      0.9.12cvs18.12
19980
19981         * src/common/partial_download.c
19982         * src/common/partial_download.h
19983                 Move doc at top, add correct copyright
19984
19985 2004-07-14 [colin]      0.9.12cvs18.11
19986
19987         * src/folder.c
19988         * src/messageview.c
19989         * src/pop.c
19990         * src/pop.h
19991         * src/procmsg.c
19992         * src/summaryview.c
19993         * src/common/Makefile.am
19994         * src/common/partial_download.c ** NEW FILES **
19995         * src/common/partial_download.h ** NEW FILES **
19996                 Move partial-download related stuff to its
19997                 own file
19998
19999 2004-07-14 [colin]      0.9.12cvs18.10
20000
20001         * src/send_message.c
20002                 Fix smtp auth when user is null or empty
20003
20004 2004-07-13 [colin]      0.9.12cvs18.9
20005
20006         * src/gtk/quicksearch.c
20007                 Use alphabetic order
20008
20009 2004-07-13 [colin]      0.9.12cvs18.8
20010
20011         * src/pop.c
20012                 Be paranoid on the checks
20013
20014 2004-07-13 [colin]      0.9.12cvs18.7
20015
20016         * src/gtk/quicksearch.c
20017                 Fix Engrish once again
20018
20019 2004-07-13 [colin]      0.9.12cvs18.6
20020
20021         * src/procmsg.c
20022         * src/summaryview.c
20023                 Mark messages for deletion when they are about to
20024                 be removed from trash
20025
20026 2004-07-13 [colin]      0.9.12cvs18.5
20027
20028         * src/matcher.c
20029         * src/matcher.h
20030         * src/matcher_parser_parse.y
20031         * src/prefs_matcher.c
20032         * src/gtk/quicksearch.c
20033                 Add 'partial' ('p') match string to find partially
20034                 downloaded messages
20035
20036 2004-07-13 [colin]      0.9.12cvs18.4
20037
20038         * src/pop.c
20039                 Fix misplaced block
20040
20041 2004-07-13 [colin]      0.9.12cvs18.3
20042
20043         * src/pop.c
20044         * src/pop.h
20045         * src/messageview.c
20046                 Refactor API (to avoid passing 5+ params and code
20047                 duplication)
20048         * src/folder.c
20049         * src/msgcache.c
20050         * src/procheader.c
20051         * src/common/defs.h
20052                 Add planned_download to cache
20053                 Don't mess uidl file when moving partially downloaded
20054                 mails (they change folder, we should change it in the
20055                 uidl list too or we'll remove an incorrect message)
20056                 (this also helps removing hacks when changing 
20057                 planned_download in messageview.c)
20058
20059 2004-07-12 [colin]      0.9.12cvs18.2
20060
20061         * src/gtk/quicksearch.c
20062                 Fix missing status update in quicksearch
20063
20064 2004-07-12 [paul]       0.9.12cvs18.1
20065
20066         * po/POTFILES.in
20067         * src/Makefile.am
20068         * src/account.c
20069         * src/codeconv.c
20070         * src/compose.c
20071         * src/inc.c
20072         * src/main.c
20073         * src/prefs_common.c
20074         * src/procmsg.h
20075         * src/toolbar.c
20076         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20077         * src/prefs_wrapping.[ch]       ** NEW FILES **
20078         * src/common/intl.h
20079         * src/common/utils.[ch]
20080         * src/gtk/quicksearch.[ch]
20081                 sync with 0.9.12cvs18 HEAD
20082
20083 2004-07-12 [colin]      0.9.11cvs17.25
20084
20085         * src/folder.c
20086         * src/folder.h
20087                 Remove unused function added by me in 0.9.11cvs17.10
20088
20089 2004-07-11 [colin]      0.9.11cvs17.24
20090
20091         * src/inc.c
20092         * src/messageview.c
20093         * src/pop.c
20094         * src/pop.h
20095                 Use folderitem and msgnum instead of filename to
20096                 know which mail to delete
20097                 Move old partial mail deletion to pop.c
20098
20099 2004-07-10 [colin]      0.9.11cvs17.23
20100
20101         * src/inc.c
20102                 Add debug
20103         * src/pop.c
20104         * src/pop.h
20105                 Don't re-use same enums for unrelated stuff: it's 
20106                 completely misleading !
20107                 Document a bit
20108
20109 2004-07-09 [colin]      0.9.11cvs17.22
20110
20111         * src/inc.c
20112                 Remove folder-type check and do
20113                 more tests to be sure everything's
20114                 ok
20115         * src/messageview.c
20116                 Punctuation update, remove useless
20117                 code, fix two warnings
20118         * src/noticeview.c
20119                 Layout cleaning, reset 2nd button
20120                 when specifying one
20121
20122 2004-07-09 [colin]      0.9.11cvs17.21
20123
20124         * src/messageview.c
20125         * src/pop.c
20126         * src/pop.h
20127                 Allow user to change his mind
20128                 and postpone decision (by
20129                 unmarking the mail)
20130
20131 2004-07-09 [colin]      0.9.11cvs17.20
20132
20133         * src/messageview.c
20134                 Fix bug with delete state
20135         * src/pop.c
20136         * src/pop.h
20137                 Fix buffer leak (fread doesn't 
20138                 terminate buffers with \0)
20139                 Refactoring (remove magic 
20140                 numbers)
20141
20142 2004-07-09 [colin]      0.9.11cvs17.19
20143
20144         * src/pop.c
20145                 Don't log "Skipping message" if 
20146                 we're going to TOP it two lines
20147                 later
20148
20149 2004-07-09 [colin]      0.9.11cvs17.18
20150
20151         * src/messageview.c
20152                 Fix Engrish
20153
20154 2004-07-09 [colin]      0.9.11cvs17.17
20155
20156         * src/pop.c
20157                 strlen checking...
20158         * src/messageview.c
20159                 refactoring a bit
20160
20161 2004-07-08 [colin]      0.9.11cvs17.16
20162
20163         * src/noticeview.c
20164         * src/noticeview.h
20165                 Add an optional second button
20166         * src/messageview.c
20167         * src/pop.c
20168         * src/pop.h
20169                 Don't delete partially received mails after a certain
20170                 time; rather, let the user decide.
20171
20172 2004-07-08 [colin]      0.9.11cvs17.15
20173
20174         * src/common/smtp.h
20175                 Sync with HEAD
20176
20177 2004-07-08 [colin]      0.9.11cvs17.14
20178
20179         * src/messageview.c
20180         * src/common/smtp.c
20181                 Use to_human_readable() for sizes
20182
20183 2004-07-08 [colin]      0.9.11cvs17.13
20184
20185         * src/inc.c
20186         * src/messageview.c
20187         * src/pop.c
20188         * src/pop.h
20189         * src/procmsg.c
20190                 Fix partial-downloading issues:
20191                         catch unsupported TOP
20192                         don't delete partially downloaded mails before 5 days
20193                         don't update existing with non-MH folders; that'll
20194                         make dups, but it's better than trashing the folder
20195                         free new msginfo parts
20196                 Fix indentation ;-)
20197
20198 2004-07-08 [colin]      0.9.11cvs17.12
20199
20200         * src/common/smtp.c
20201         * src/common/smtp.h
20202                 Sync smtp size verification with HEAD
20203
20204 2004-07-08 [colin]      0.9.11cvs17.11
20205
20206         * src/summaryview.c
20207         * src/prefs_common.c
20208         * src/prefs_common.h
20209         * src/gtk/quicksearch.c
20210         * src/gtk/quicksearch.h
20211                 Sync sticky pref with HEAD
20212
20213 2004-07-08 [colin]      0.9.11cvs17.10
20214
20215         * src/folder.c [1.213.2.6]
20216         * src/folder.h [1.87.2.6]
20217         * src/inc.c [1.149.2.7]
20218         * src/messageview.c [1.94.2.8]
20219         * src/procheader.c [1.47.2.6]
20220         * src/procmsg.c [1.150.2.4]
20221         * src/procmsg.h [1.60.2.5]
20222         * src/pop.c [1.56.2.4]
20223         * src/pop.h [1.17.2.3]
20224                 Let too big messages get downloaded, but truncated
20225                 Add a button to download them completely
20226                 
20227 2004-07-06 [colin]      0.9.11cvs17.9
20228
20229         * src/gtk/quicksearch.c [1.1.2.3]
20230                 Add a Clear button
20231         * commitHelper
20232         * PATCHSETS
20233                 Add a script to help with cvs
20234
20235 2004-07-03 [colin]      0.9.11cvs17.8
20236
20237         * src/plugins/imageviewer/viewer.c
20238                 fix imageviewer (which was staying on the first
20239                 displayed image)
20240
20241 2004-07-03 [colin]      0.9.11cvs17.7
20242
20243         Removed FIXME_GTK2 warnings
20244         * src/gtk/gtkutils.c
20245                 useless #warnings
20246         * src/gtk/menu.c
20247                 useless #warnings (no need to mess with menu rc)
20248         * src/gtk/menu.h
20249                 unused functions
20250         
20251
20252 2004-07-03 [colin]      0.9.11cvs17.6
20253
20254         Removed FIXME_GTK2 warnings
20255         * src/codeconv.c
20256                 useless #warnings (rewrite needed)
20257         * src/compose.c
20258                 useless #warnings (rewrite needed)
20259                 useless #warnings (gtk2 is like that)
20260                 useless #warnings (previously fixed)
20261         * src/main.c
20262                 useless #warnings (previously fixed)
20263         * src/message_search.c
20264                 useless #warnings (gtk2 is like that)
20265                 Made apparent that search is case-sensitive
20266         * src/mimeview.c
20267                 useless #warnings (rewrite needed)
20268                 useless #warnings (gtk2 is like that)
20269                 reimplemented real warnings
20270         * src/prefs_common.c
20271                 Removed block cursor option (not it gtk2)
20272         * src/prefs_gtk.c
20273                 useless #warnings (rewrite needed)
20274         * src/procheader.c
20275                 useless #warnings (rewrite needed)
20276         * src/sourcewindow.c
20277                 useless #warnings (incorrect placing)
20278         * src/summary_search.c
20279                 useless #warnings (gtk2 is like that)
20280                 Made apparent that search is case-sensitive
20281         * src/action.c
20282                 useless #warnings (gtk2 is like that)
20283         * src/textview.c
20284                 useless #warnings (rewrite needed)
20285         * src/toolbar.c
20286                 useless #warnings (rewrite needed)
20287
20288 2004-07-03 [colin]      0.9.11cvs17.5
20289
20290         * src/textview.c
20291                 Fix mismerge which broke URI opening
20292                 
20293 2004-07-01 [colin]      0.9.11cvs17.4
20294
20295         * src/gtk/filesel.c
20296                 Fill filename when saving
20297                 
20298 2004-06-27 [colin]      0.9.11cvs17.3
20299
20300         * src/gtk/filesel.[ch]
20301                 Use the new GTK file selector
20302                 Update prototype to match the reality: multiple file
20303                 selection is open-only          
20304         * src/compose.c
20305                 Match the new prototypes        
20306         * configure.ac
20307                 Match the new requirements (gtk 2.4.0)
20308                         
20309 2004-06-26 [colin]      0.9.11cvs17.2
20310
20311         * src/plugins/trayicon/trayicon.c
20312                 Remove useless signal handler on resize, which causes
20313                 an infinite "loop"
20314         
20315 2004-06-26 [colin]      0.9.11cvs17.1
20316         
20317         * tools/Makefile.am
20318                 remove launch_firebird and add nautilus2sylpheed.sh
20319         * src/quicksearch.c
20320           src/summaryview.c
20321                 Fix show/hide "Extended symbols" button problem
20322                 Fix apparition at startup
20323                 Fix const warnings
20324         * src/plugins/image_viewer/Makefile.am
20325                 Fix configure 
20326         * common/ssl.c
20327                 Re-enable certificate check, as it doesn't seem to
20328                 cause Xlib errors anymore
20329
20330 2004-06-25 [paul]       0.9.11cvs17
20331
20332         * sync with 0.9.11cvs17 HEAD
20333         
20334         NOTE: QuickSearch is broken
20335
20336 2004-06-07 [colin]      0.9.10claws67.10
20337         * src/plugins/trayicon/trayicon.c
20338           src/plugins/trayicon/libeggtrayicon/Makefile.am
20339           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20340                 Fix gettextization in trayicon plugin
20341
20342 2004-06-07 [colin]      0.9.10claws67.9
20343         
20344         * src/summaryview.c
20345           src/gtk/gtksctree.[ch]
20346                 Let Shift+{Up,Down} work in summaryview
20347                 (well, Down "works" and Up works)
20348                 Let the list scroll when using these keys
20349
20350 2004-06-06 [colin]      0.9.10claws67.8
20351
20352         * src/plugins/trayicon/trayicon.c
20353                 Fix pixmap update
20354
20355 2004-06-06 [colin]      0.9.10claws67.7
20356
20357         * src/addressbook.c
20358                 Fix signal handling causing system-wide focus grab
20359
20360 2004-05-25 [paul]       0.9.10claws67.6
20361
20362         * Makefile.am
20363           src/Makefile.am
20364                 clean up
20365
20366 2004-05-25 [paul]       0.9.10claws67.5
20367
20368         * replace deprecated gtk_signal... functions
20369
20370 2004-05-23 [colin]      0.9.10claws67.4
20371
20372         * src/compose.c
20373                 Fix wrapping
20374
20375 2004-05-22 [colin]      0.9.10claws67.3
20376
20377         * src/compose.c
20378                 Re-fix [Edited] in compose.c::compose_reedit()
20379
20380 2004-05-22 [colin]      0.9.10claws67.2
20381
20382         * src/procmime.c
20383                 Fix parsing of multiparts mails
20384
20385 2004-05-22 [colin]      0.9.10claws67.1
20386
20387         * src/summaryview.c
20388                 Fix quicksearch
20389
20390 2004-05-22 [paul]       0.9.10claws67
20391
20392         * sync with 0.9.10claws67 HEAD
20393
20394 2004-05-14 [alfons]
20395
20396         * src/procmime.h
20397                 add forgotton prototype
20398
20399 2004-05-10 [paul]       0.9.10claws57
20400
20401         * sync with 0.9.10claws57 HEAD
20402
20403 2004-05-05 [paul]       0.9.9.claws1
20404
20405         * ChangeLog-gtk2        ** REMOVED **
20406           ChangeLog-gtk2.claws  ** ADDED **
20407                 rename and adopt the normal claws format
20408                 
20409         * configure.ac
20410                 require gtkmathview >= 0.5
20411
20412         * ac/*                          ** REMOVED **
20413           ac/                           ** REMOVED **
20414           intl/Makefile.in              ** REMOVED **
20415           m4/                           ** ADDED **
20416           m4/missing                    ** ADDED **
20417           m4/missing/gdk-pixbuf.m4      ** ADDED **
20418           m4/missing/gettext.m4         ** ADDED **
20419           m4/missing/gpgme.m4           ** ADDED **
20420           m4/missing/imlib.m4           ** ADDED **
20421           m4/.cvsignore                 ** ADDED **
20422           m4/Makefile.am                ** ADDED **
20423           m4/README                     ** ADDED **
20424           m4/aclocal-include.m4         ** ADDED **
20425           m4/aspell.m4                  ** ADDED **
20426           m4/check-type.m4              ** ADDED **
20427           m4/gnupg-check-typedef.m4     ** ADDED **
20428           m4/openssl.m4                 ** ADDED **
20429           m4/spamassassin.m4            ** ADDED **
20430           po/ChangeLog                  ** REMOVED **
20431           po/Makefile.in.in             ** REMOVED **
20432           po/Rules-quot                 ** REMOVED **
20433           po/boldquot.sed               ** REMOVED **
20434           po/en@boldquot.header         ** REMOVED **
20435           po/en@quot.header             ** REMOVED **
20436           po/insert-header.sin          ** REMOVED **
20437           po/quot.sed                   ** REMOVED **
20438           po/remove-potcdate.sed        ** REMOVED **
20439           po/remove-potcdate.sin        ** REMOVED **
20440           po/stamp-po                   ** REMOVED **
20441           Makefile.am
20442           autogen.sh
20443           configure.ac
20444                 enable building with automake 1.8.x
20445                 add 'autopoint --force' to autogen.sh and remove all
20446                 auto-generated files, remove ac/ directory and use
20447                 m4/ directory instead
20448                 
20449         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20450                 fix gettextization
20451
20452 2004-02-28 Colin Leroy <colin@colino.net>
20453         * src/prefs_matcher.c
20454           src/prefs_filtering.c
20455           src/prefs_filtering_action.c
20456                 Fix non-editable GtkEntries
20457
20458 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20459         * src/prefs_themes.c
20460                 utf8 conversion for theme info
20461
20462 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20463         * sync 0.9.9claws
20464
20465 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20466         * src/grouplistdialog.c
20467                 allow multiple selections without ctrl key
20468
20469 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20470         * src/main.c
20471                 enable customizable accelerators
20472
20473 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20474         * src/prefs_common.c
20475                 re-enable different font settings for gtk1/2
20476         * src/prefs_folder_item.c
20477                 fix folder prefs displayed wrong
20478         * src/textview.c
20479                 set 'sunken' shadow type
20480
20481 2004-02-07 Colin Leroy <colin@colino.net>
20482         * src/compose.c
20483                 Fix message being always [Edited]
20484                 Encode headers correctly (utf8 buf)
20485
20486 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20487         * src/socket.c
20488                 remove double g_source_attach()
20489                 (Thanks to Colin Leroy)
20490
20491 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20492         * src/gtk/gtksctree.c
20493                 Fix SSL certificate list not shown
20494         * src/mimeview.c
20495                 Fix clicks in mime tree
20496
20497 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20498         * src/common/socket.c
20499                 Fix SSL receive
20500         * src/compose.c
20501                 Fix clipboard menu hotkeys
20502
20503 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20504         * src/gtk/gtkaspell.[ch]
20505           src/compose.c
20506                 reimplement spellchecker
20507
20508 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20509         * src/gtk/filesel.c
20510                 crash when inserting file in compose window
20511                 (TODO: keep old selection on clicks)
20512         * src/main.c
20513                 use gtkrc-2.0 instead of gtkrc
20514
20515 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20516         * src/messageview.c
20517                 remove orphaned mimeview unref()
20518
20519 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20520         * src/grouplistdialog.c
20521                 expand nodes containing subscribed groups
20522
20523 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20524         * src/textview.c
20525                 textview: hide cursor, restore old click behaviour
20526
20527 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20528         * src/textview.c
20529                 variable names messed up
20530
20531 2004-01-17 Colin Leroy <colin@colino.net>
20532         * src/addr_compl.c
20533                 Fix completion address too thin
20534         * src/compose.c
20535                 Fix tab-to-subject behaviour
20536         * src/summaryview.c
20537                 Implement key up & down in summaryview
20538
20539 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20540
20541         * sync 098claws
20542
20543 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20544         * configure.ac
20545           Makefile.am
20546           doc/.cvsignore
20547           doc/Makefile.am
20548                 faq, man, manual moved to doc/
20549         * ac/aspell.m4
20550           ac/check-type.m4
20551           ac/gnupg-check-typedef.m4
20552           ac/openssl.m4
20553           ac/spamassassin.m4
20554           ac/missing/gdk-pixbuf.m4
20555           ac/missing/gpgme.m4
20556           ac/missing/imlib.m4
20557                 fix automake warnings
20558
20559 2003-12-06 Colin Leroy <colin@colino.net>
20560         * src/summaryview.c
20561                 Fix quicksearch
20562
20563 2003-12-05 Colin Leroy <colin@colino.net>
20564         * src/summaryview.c
20565                 Fix going to next unread folder
20566
20567 2003-12-05 Colin Leroy <colin@colino.net>
20568         * src/crash.c
20569                 Fix gtk2 compilation
20570         * src/session.c
20571                 Remove iotag source handler at disconnection
20572         * src/socket.[ch] 
20573                 Remove source handler when closing socket 
20574                 (fixes another seg)
20575
20576 2003-12-04 Colin Leroy <colin@colino.net>
20577         * src/compose.c
20578           src/prefs_account.c
20579           src/prefs_common.c
20580                 Fix some dropdown menus
20581
20582 2003-12-04 Colin Leroy <colin@colino.net>
20583         * src/compose.c
20584                 Fix event handlers on header fields
20585         * src/common/socket.c
20586           src/common/session.c
20587                 Fix segfault with callback (SSL)
20588                 Fix end of session 
20589
20590 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20591
20592         * Fix compile bug in src/compose.c
20593         * removed src/gtk/gtkstext.[ch]
20594
20595 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20596
20597         * Convert character set and escape "text" attributes in toolbar setting
20598         files.
20599         * Fixed bug in button-press-event handling.
20600
20601 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20602
20603         * Fixed bug in key-press-event handling.
20604
20605 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20606
20607         * Enabled to compile tray-icon plugin (Ad-hoc).
20608         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20609
20610 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20611
20612         * Enabled to compile on sylpheed-claws.
20613         (tray-icon plugin still cannot compile yet.)
20614
20615 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20616
20617         * Updated to 0.9.5.
20618
20619 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20620
20621         * Updated to 0.9.4.
20622         * Ported monitoring SSL mechanism to GSource of GLib2
20623         (I don't confirm it)
20624         * Added _gtk2 suffix to key name of font preference to avoid
20625         ovverwriting preference of Gtk+-1.2 version.
20626
20627 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20628
20629         * Updated to 0.9.2.
20630
20631 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20632
20633         * Updated to 0.9.1.
20634         * Translate po files into UTF-8 when execute autogen.sh.
20635
20636 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20637
20638         * Updated to 0.9.0.
20639
20640 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20641
20642         * Plugged GError related memory leaks.
20643
20644 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20645
20646         * Changed default size of fonts.
20647         * Enabled to set titile font size of warning dialog.
20648
20649 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20650
20651         * Embed a sylpheed icon into executable binary on Windows.
20652
20653 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20654
20655         * I forgot to traslate character set of element string in src/xml.c.
20656
20657 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20658
20659         * Fixed detecting bind_textdomain_codeset in configure.in.
20660         * The bug in which "Example" of "Date fromat" preference isn't displayed
20661         correctly has been fixed.
20662
20663 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20664
20665         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20666           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20667           glib-gettextize
20668           Removed intl directory.
20669           Translated po files into UTF-8.
20670           (Thanks! Ryuji Abe)
20671
20672 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20673
20674         * The bug which doesn't unscape string in xml.c has been fixed.
20675
20676 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20677
20678         * The bug which is failed to translate encoding of file name thorough
20679         file dialog has been fixed.
20680
20681 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20682
20683         * Modified to translate file names which is used in inporting/expoting
20684         mbox feature and "Save as" feature into locale encoding.
20685         * Translate file names into locale encoding when "Attache file" and
20686         "Insert file".
20687         * Force set G_BROKEN_FILENAMES environment variable.
20688         * Other minor fixes.
20689
20690 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20691
20692         * Modified to treat MH folder's name as locale encoding.
20693
20694 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20695
20696         * The bug which clash on switching candidates of auto completion of
20697         addresses, cannot use auto completion in Japanesse is fixed
20698         (Thanks! Tokunaga-san)¡¥
20699
20700 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20701
20702         * The bug which cannot switch key accelerator preference has been fixed
20703         (Thanks! smbd-san)¡¥
20704
20705 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20706
20707         * version 0.8.11-gtk2-20030314
20708
20709 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20710
20711         * The bug in which character set conversion of filtering messages has
20712         been fixed.(Thanks! COCOA-san).
20713
20714 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20715
20716         * Revived "Leave space on head" preference in "Message" category.
20717         * A bug which clash when put the cursor to end of buffer and execute
20718         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20719
20720 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20721
20722         * version 0.8.11-gtk2-20030312
20723
20724 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20725
20726         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20727         * Modified to use Pango's API directly for font preference.
20728         * Integrated GtkTextView of textview to one widget.
20729         * Set fonts of header title in textview by "header_title" tag.
20730         * Removed some deprecated codes.
20731
20732 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20733
20734         * Updated to 0.8.11.
20735         * Merged cygwin patch(Thanks! Sakai-san).
20736
20737 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20738
20739         * version 0.8.10-gtk2-20030309