668d256571a16afdbb320b323491affe230d3998
[claws.git] / ChangeLog
1 2006-12-05 [wwp]        2.6.1cvs5
2
3         * src/message_search.c
4         * src/summary_search.c
5         * src/gtk/combobox.c
6         * src/gtk/combobox.h
7         * src/gtk/gtkutils.c
8         * src/gtk/gtkutils.h
9                 make up and down arrow keys in modern gtk_combo_box_entry widgets
10                 behave like w/ old comboboxes (summary and message search only).
11
12 2006-12-05 [paul]       2.6.1cvs4
13
14         * src/wizard.c
15                 encode headers
16                 Thanks to Colin
17
18 2006-12-05 [paul]       2.6.1cvs3
19
20         * tools/README
21         * tools/textviewer.pl
22                 script updated and description added
23
24 2006-12-04 [colin]      2.6.1cvs2
25
26         * src/compose.c
27                 Run pre-send hook only when checking
28                 everything
29
30 2006-12-04 [paul]       2.6.1cvs1
31
32         * NEWS
33         * README
34         * RELEASE_NOTES
35         * configure.ac
36         * tools/README
37                 bump up version number following stable release
38
39 2006-12-04 [paul]       2.6.0cvs83
40
41         * README
42                 updates and corrections
43
44 2006-12-04 [colin]      2.6.0cvs82
45
46         * src/common/utils.c
47                 Probably fix bug 1066, 'Incorrect mailbox 
48                 size displayed'
49
50 2006-12-04 [colin]      2.6.0cvs81
51
52         * src/common/utils.c
53                 Trim tabs from mailcap file too.
54
55 2006-12-02 [paul]       2.6.0cvs80
56
57         * src/exphtmldlg.c
58                 fix broken GUI under certain languages
59         * src/expldifdlg.c
60                 put the Cancel button to the right
61
62 2006-12-01 [paul]       2.6.0cvs79
63
64         * tools/Makefile.am
65                 remove reference to removed file
66
67 2006-12-01 [wwp]        2.6.0cvs78
68
69         * src/addressbook.c
70         * src/editaddress.c
71                 remove forgotten debug statements.
72
73 2006-12-01 [wwp]        2.6.0cvs77
74
75         * manual/advanced.xml
76         * manual/fr/advanced.xml
77         * src/addressbook.c
78         * src/addressbook.h
79         * src/addressitem.h
80         * src/editaddress.c
81         * src/editaddress.h
82         * src/prefs_common.c
83         * src/prefs_common.h
84         * src/gtk/gtkutils.c
85         * src/gtk/gtkutils.h
86                 add a hidden option to allow embedding the editaddress (edit contact details)
87                 dialog into the addressbook's window. This doesn't change the default
88                 behaviour.
89
90 2006-12-01 [wwp]        2.6.0cvs76
91
92         * src/message_search.c
93         * src/summary_search.c
94                 fix more focus issues (don't set focus to combobox's entry widget when
95                 entry's value changed, if entry widget has focus already).
96
97 2006-12-01 [wwp]        2.6.0cvs75
98
99         * src/gtk/quicksearch.c
100                 revert last changes to the quicksearch gtk_combo_box, this needs more
101                 tuning and testing.
102
103 2006-12-01 [paul]       2.6.0cvs74
104
105         * tools/kdeservicemenu/README
106         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
107         * tools/kdeservicemenu/install.sh
108         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
109         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
110                 simplify this stuff, and in so doing,
111                 fix it. (possibly re-extend it again at
112                 a later date)
113
114 2006-12-01 [wwp]        2.6.0cvs73
115
116         * src/gtk/quicksearch.c
117                 adapt quicksearch code to use modern gtk_combo_box'es.
118
119 2006-12-01 [wwp]        2.6.0cvs72
120
121         * src/common/defs.h
122         * src/prefs_common.c
123         * src/prefs_common.h
124         * src/message_search.c
125         * src/summary_search.c
126         * src/gtk/combobox.c
127         * src/gtk/combobox.h
128                 add history combos to all message and summary search fields.
129
130 2006-12-01 [wwp]        2.6.0cvs71
131
132         * src/summaryview.c
133                 As the list may change while the mark as read delay
134                 runs, we can't rely on the 'row' pointer, which can
135                 be invalid when the timeout is called. As the mark
136                 as read is only done if the message is still selected,
137                 use summaryview->selected instead. Thanks to Colin.
138
139 2006-11-30 [paul]       2.6.0cvs70
140
141         * src/textview.c
142                 give emphasis to "Sylpheed-Claws"
143                 as well as "Claws Mail"
144
145 2006-11-30 [colin]      2.6.0cvs69
146
147         * src/wizard.c
148                 Put the SSL checkboxes in the receiving
149                 and sending server pages.
150
151 2006-11-29 [colin]      2.6.0cvs68
152
153         * src/gtk/gtkutils.c
154         * src/gtk/gtkvscrollbutton.c
155                 Revert some deprecated fixes - they seem to
156                 deprecate stuff as soon as a new one gets out.
157                 g_object_ref_sink needed glib-2.10.
158
159 2006-11-29 [colin]      2.6.0cvs67
160
161         * src/common/utils.c
162                 Create .mailcap if it doesn't exist
163
164 2006-11-29 [colin]      2.6.0cvs66
165
166         * src/compose.c
167                 Followup to cvs60: use original list
168                 of recipients if replying to a mail
169                 in Sent Drafts or Queue.
170
171 2006-11-27 [paul]       2.6.0cvs65
172
173         * src/image_viewer.c
174                 revert the last change for now (it's broken)
175
176 2006-11-27 [paul]       2.6.0cvs64
177
178         * Makefile.am
179         * configure.ac
180         * m4/aclocal-include.m4
181         * m4/check-type.m4
182         * src/Makefile.am
183         * src/addr_compl.c
184         * src/compose.c
185         * src/crash.c
186         * src/export.c
187         * src/exporthtml.c
188         * src/exportldif.c
189         * src/imap.c
190         * src/import.c
191         * src/main.c
192         * src/main.h
193         * src/matcher.c
194         * src/mimeview.c
195         * src/procmsg.c
196         * src/textview.c
197         * src/common/Makefile.am
198         * src/common/claws.c
199         * src/common/claws.h
200         * src/common/ssl.c
201         * src/common/sylpheed.c
202         * src/common/sylpheed.h
203         * src/etpan/Makefile.am
204         * src/gtk/Makefile.am
205         * src/gtk/claws-marshal.list
206         * src/gtk/filesel.c
207         * src/gtk/gtksctree.c
208         * src/gtk/quicksearch.c
209         * src/gtk/sylpheed-marshal.list
210         * src/plugins/bogofilter/bogofilter.c
211         * src/plugins/bogofilter/bogofilter_gtk.c
212         * src/plugins/clamav/clamav_plugin.c
213         * src/plugins/clamav/clamav_plugin_gtk.c
214         * src/plugins/demo/demo.c
215         * src/plugins/dillo_viewer/dillo_viewer.c
216         * src/plugins/pgpcore/Makefile.am
217         * src/plugins/pgpcore/claws.def
218         * src/plugins/pgpcore/pgp_viewer.c
219         * src/plugins/pgpcore/plugin.c
220         * src/plugins/pgpcore/sylpheed.def
221         * src/plugins/pgpinline/Makefile.am
222         * src/plugins/pgpinline/claws.def
223         * src/plugins/pgpinline/plugin.c
224         * src/plugins/pgpinline/sylpheed.def
225         * src/plugins/pgpmime/Makefile.am
226         * src/plugins/pgpmime/claws.def
227         * src/plugins/pgpmime/plugin.c
228         * src/plugins/pgpmime/sylpheed.def
229         * src/plugins/spamassassin/spamassassin.c
230         * src/plugins/spamassassin/spamassassin_gtk.c
231         * src/plugins/trayicon/trayicon.c
232                 yet more renaming
233                 remove deprecated gtk_tooltips_set_delay()
234
235 2006-11-26 [paul]       2.6.0cvs63
236
237         * src/expldifdlg.c
238         * src/folderview.c
239         * src/image_viewer.c
240         * src/mainwindow.c
241         * src/gtk/gtkutils.c
242         * src/gtk/gtkvscrollbutton.c
243         * src/gtk/prefswindow.c
244         * src/plugins/pgpcore/prefs_gpg.c
245                 replace more deprecated GTK+ functions
246
247 2006-11-26 [paul]       2.6.0cvs62
248
249         * src/addr_compl.c
250         * src/addressbook.c
251         * src/browseldap.c
252                 replace deprecated gtk_idle_... functions
253
254 2006-11-26 [paul]       2.6.0cvs61
255
256         * src/compose.c
257         * src/folderview.c
258         * src/inc.c
259         * src/summaryview.c
260         * src/gtk/gtkvscrollbutton.c
261         * src/gtk/quicksearch.c
262         * src/plugins/pgpcore/passphrase.c
263                 replace deprecated gtk_timeout_add and
264                 gtk_timeout_remove
265
266 2006-11-26 [paul]       2.6.0cvs60
267
268         * src/compose.c
269                 fix bug that caused the wrong recipient
270                 to be selected when replying to a msg
271                 which is From one of our accounts to
272                 another of our accounts
273
274 2006-11-25 [paul]       2.6.0cvs59
275
276         * src/summaryview.c
277                 don't change the From column title to
278                 To if the To column is visible
279
280 2006-11-24 [paul]       2.6.0cvs58
281
282         * src/compose.c
283                 fix bug 1069, 'Sent mails disappear, BCC
284                 or locking problem?'
285
286 2006-11-21 [wwp]        2.6.0cvs57
287
288         * src/compose.c
289                 fix spelling menu when replying (same as 2.3.1cvs39):
290                 discrepancy between context menu and top menu when
291                 folder's dictionary isn't the default one.
292
293 2006-11-19 [paul]       2.6.0cvs56
294
295         * src/summaryview.c
296                 obey always_show_msg option when
297                 marking as spam
298         * src/plugins/bogofilter/bogofilter.c
299                 fix typo
300
301 2006-11-18 [paul]       2.6.0cvs55
302
303         * AUTHORS
304         * README
305         * debian/copyright
306         * manual/ack.xml
307         * manual/es/ack.xml
308         * manual/fr/ack.xml
309         * manual/pl/ack.xml
310         * src/gtk/authors.h
311         * src/gtk/icon_legend.c
312         * src/gtk/icon_legend.h
313         * tools/OOo2claws-mail.pl
314         * tools/README
315         * tools/acroread2claws-mail.pl
316         * tools/claws.i18n.status.pl
317         * tools/filter_conv.pl
318         * tools/filter_conv_new.pl
319         * tools/freshmeat_search.pl
320         * tools/google_search.pl
321         * tools/kmail2claws-mail.pl
322         * tools/kmail2claws-mail_v2.pl
323         * tools/maildir2claws-mail.pl
324         * tools/make.themes.project
325         * tools/multiwebsearch.pl
326         * tools/outlook2claws-mail.pl
327         * tools/tb2claws-mail
328         * tools/kdeservicemenu/README
329         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
330                 update mine and wwp's email addresses in
331                 several places
332                 Patch by wwp
333         * src/prefs_compose_writing.c
334                 set sensitivity on 'new message format' frame
335
336 2006-11-17 [paul]       2.6.0cvs54
337
338         * src/gtk/about.c
339                 more reworking of the GUI
340                 Patch by Fabien Vantard
341
342 2006-11-16 [paul]       2.6.0cvs53
343
344         * src/gtk/about.c
345                 set a minimum size for the window, allow
346                 it to automatically expand as necessary
347
348 2006-11-16 [wwp]        2.6.0cvs52
349
350         * src/gtk/about.c
351                 better wrap of copyright info on some systems.
352
353 2006-11-16 [paul]       2.6.0cvs51
354
355         * src/gtk/about.c
356                 move the tech info from the upper panel
357                 to the Info tab
358                 use a gtk_text_view for the features tab
359
360 2006-11-16 [paul]       2.6.0cvs50
361
362         * po/Makevars
363                 update my email address
364         * src/addressbook.c
365         * src/compose.c
366         * src/imap_gtk.c
367         * src/mh_gtk.c
368         * src/news_gtk.c
369         * src/summaryview.c
370         * src/plugins/trayicon/trayicon.c
371                 don't offer simple menu separators
372                 for translation
373         * src/folderview.c
374                 add separator between 'mark all read'
375                 and 'search folder'
376
377 2006-11-15 [wwp]        2.6.0cvs49
378
379         * src/gtk/authors.h
380                 updated manuals authors.
381
382 2006-11-14 [paul]       2.6.0cvs48
383
384         * src/compose.c
385                 Fix Options/Reply mode after draft save
386
387 2006-11-14 [paul]       2.6.0cvs47
388
389         * src/Makefile.am
390                 Fix make DESTDIR=...
391         * src/mbox.c
392                 Optimise speed
393         * src/plugins/pgpinline/pgpinline.c
394                 Probably fix bug 1061
395
396 2006-11-14 [paul]       2.6.0cvs46
397
398         * po/Makevars
399                 enable Q_ macro
400         * src/Makefile.am
401         * src/stock_pixmap.c
402         * src/stock_pixmap.h
403         * src/gtk/about.c
404         * src/pixmaps/active.xpm
405         * src/pixmaps/inactive.xpm
406                 add a new page, 'Features', to the About dialog
407                 showing which features are compiled in and which
408                 are not
409
410 2006-11-14 [paul]       2.6.0cvs45
411
412         * po/ru.po
413                 updated by Pavlo Bohmat
414
415 2006-11-14 [colin]      2.6.0cvs44
416
417         * src/compose.c
418         * src/inc.c
419         * src/messageview.c
420         * src/news.c
421         * src/pop.c
422         * src/procmsg.c
423         * src/gtk/gtkaspell.c
424                 Fix 64-bit-related warnings
425         * src/ssl_manager.c
426                 Fix possible infinite loop
427         * src/plugins/pgpcore/sgpgme.c
428                 Remove useless check
429
430 2006-11-13 [colin]      2.6.0cvs43
431
432         * src/gtk/Makefile.am
433                 authors.h isn't generated
434
435 2006-11-13 [colin]      2.6.0cvs42
436
437         * src/plugins/pgpinline/pgpinline.c
438         * src/plugins/pgpmime/pgpmime.c
439                 Very probably fix bug 1061, 'crash on 
440                 opening signed email'. Another cast
441                 problem
442
443 2006-11-13 [colin]      2.6.0cvs41
444
445         * src/plugins/pgpcore/sgpgme.c
446                 Maybe fix bug 1061, 'crash on opening 
447                 signed email'
448
449 2006-11-13 [wwp]        2.6.0cvs40
450
451         * src/plugins/pgpinline/pgpinline.c
452                 fix candidate for bug #1057, thanks to Colin.
453
454 2006-11-13 [wwp]        2.6.0cvs39
455
456         * src/compose.c
457         * src/quote_fmt_parse.y
458                 fix bug 1052: current parser buffer was not always 
459                 allocated, ptr to this buffer could be returned as 
460                 NULL whereas no parser error has occurred. in 
461                 consequence, defining a template body as "%d" 
462                 (w/o the quotes) for the first time of the instance 
463                 of claws-mail, was reporting a parser error. make 
464                 sure that the buffer is always allocated, even to 
465                 an empty string.
466                 fix mis-unescaping in compose.:compose_quote_fmt(): 
467                 unescaping of the fmt string was always done 
468                 whereas it must be done *only* when receiving 
469                 quote format strings issued from the prefs 
470                 (compose new message, reply, forward, redirect 
471                 formats), *not* when applying templates.  in 
472                 consequences, applying templates w/ sequences 
473                 like \\|p{echo} were failing. make sure that 
474                 unescaping is done only when necessary.
475
476 2006-11-12 [colin]      2.6.0cvs38
477
478         * po/de.po
479                 Fix typo (s/KB/MB)
480
481 2006-11-12 [colin]      2.6.0cvs37
482
483         * src/plugins/pgpinline/pgpinline.c
484         * src/plugins/pgpmime/pgpmime.c
485                 Release GPG context at the latest 
486                 possible moment. Maybe fixes 
487                 bug 1057, 'crash on sending signed 
488                 message to a newsgroup'
489                 
490
491 2006-11-12 [colin]      2.6.0cvs36
492
493         * src/plugins/pgpcore/sgpgme.c
494                 Tell a bit more when gpg's status doesn't
495                 contain any signature
496
497 2006-11-12 [colin]      2.6.0cvs35
498
499         * src/compose.c
500                 Fix bug 1060, 'compilation error with 
501                 Irix's cc'
502
503 2006-11-12 [paul]       2.6.0cvs34
504
505         * doc/man/claws-mail.1
506         * src/prefs_gtk.c
507         * src/plugins/clamav/README
508         * src/plugins/spamassassin/README
509         * tools/README
510         * tools/freshmeat_search.pl
511         * tools/google_search.pl
512         * tools/multiwebsearch.pl
513                 more renaming
514         * src/plugins/trayicon/trayicon.c
515                 fix compiliation warning
516
517 2006-11-11 [colin]      2.6.0cvs33
518
519         * src/folderview.c
520                 Forbid drag and drop from/to different
521                 folders of type F_UNKNOWN
522
523 2006-11-11 [colin]      2.6.0cvs32
524
525         * src/plugins/pgpinline/pgpinline.c
526                 Fix typo in previous commit:
527                 - gpgme_new(&ctx);
528                 + if ((err = gpgme_new(&data->ctx)) ...)
529
530 2006-11-11 [colin]      2.6.0cvs31
531
532         * src/plugins/pgpinline/pgpinline.c
533         * src/plugins/pgpmime/pgpmime.c
534                 Check success after calling gpgme_new
535                 Maybe fixes bug 1057, 'crash on sending 
536                 signed message to a newsgroup'
537
538 2006-11-11 [colin]      2.6.0cvs30
539
540         * src/undo.c
541                 init undostruct to 0s (from
542                 valgrind log of bug 1057)
543
544 2006-11-10 [colin]      2.6.0cvs29
545
546         * src/mainwindow.c
547                 Set cursor to wait before filtering
548                 duplicates in all folders
549         * src/plugins/bogofilter/bogofilter.c
550         * src/plugins/bogofilter/bogofilter.h
551         * src/plugins/bogofilter/bogofilter_gtk.c
552                 Completely thread away the bogofilter
553                 filtering
554
555 2006-11-10 [mones]      2.6.0cvs28
556
557         * src/compose.c
558         * src/compose.h
559                 added COMPOSE_CHECK_BEFORE_SEND hook
560
561 2006-11-10 [paul]       2.6.0cvs27
562
563         * src/crash.c
564                 more renaming
565                 add libSM to get_compiled_in_features()
566         * src/main.c
567                 more renaming
568
569 2006-11-10 [colin]      2.6.0cvs26
570
571         * src/etpan/imap-thread.c
572                 Add a reference to libetpan's sasl engine
573                 so that sasl_done() doesn't get called by
574                 libetpan, and doesn't break openssl.
575                 Should fix bug 1053, 'SC fails to reestablish 
576                 a secure connection'
577                 Patch by Hoa
578
579 2006-11-10 [colin]      2.6.0cvs25
580
581         * manual/addrbook.xml
582         * manual/advanced.xml
583         * manual/faq.xml
584         * manual/intro.xml
585                 Some more renaming
586
587 2006-11-09 [colin]      2.6.0cvs24
588
589         * src/plugins/bogofilter/bogofilter_gtk.c
590                 Add comment about annoyance
591
592 2006-11-09 [colin]      2.6.0cvs23
593
594         * src/plugins/bogofilter/bogofilter.c
595         * src/plugins/bogofilter/bogofilter_gtk.c
596                 Prepare things needed to thread bogofilter
597                 filtering: separate bogo stuff and possible GUI
598                 stuff. 
599
600 2006-11-09 [colin]      2.6.0cvs22
601
602         * src/account.c
603         * src/compose.c
604                 Search for one of our accounts in Delivered-To
605                 (helps for auto-account selection when 
606                  replying/forwarding)
607         * src/folderview.c
608         * src/mainwindow.c
609         * src/mainwindow.h
610         * src/plugins/trayicon/trayicon.c
611                 Allow opening a new mail with any account from
612                 the contextual menu
613
614 2006-11-09 [wwp]        2.6.0cvs21
615
616         * src/compose.c
617         * src/prefs_common.c
618         * src/prefs_common.h
619         * src/prefs_compose_writing.c
620                 add a compose new message format (in prefs/compose/writing), it's a
621                 simple subject+body template to use when opening a new composition
622                 window. It's similar to the existent reply and forward formats.
623
624                 enhanced the template/format % symbols substitution mechanism to
625                 use current composition window information when % are used in
626                 the compose new message format or in templates applied to new
627                 messages (there were useless in that situations before). When
628                 applied to new messages, %d corresponds to the system time/date.
629
630 2006-11-09 [paul]       2.6.0cvs20
631
632         * src/gtk/authors.h
633                 fix last commit
634
635 2006-11-09 [paul]       2.6.0cvs19
636
637         * src/gtk/authors.h
638                 keep tje alphabetical order
639
640 2006-11-08 [colin]      2.6.0cvs18
641
642         * src/etpan/imap-thread.c
643                 Fix bug 1054, 'Slowness logging big 
644                 data chunks'
645
646 2006-11-08 [paul]       2.6.0cvs17
647
648         * tools/Makefile.am
649                 fix the renaming
650
651 2006-11-08 [paul]       2.6.0cvs16
652
653         * src/common/defs.h
654                 update BUGZILLA_URI
655
656 2006-11-08 [paul]       2.6.0cvs15
657
658         * tools/Makefile.am
659         * tools/OOo2claws-mail.pl
660         * tools/OOo2sylpheed.pl
661         * tools/README
662         * tools/acroread2claws-mail.pl
663         * tools/acroread2sylpheed.pl
664         * tools/kmail2claws-mail.pl
665         * tools/kmail2claws-mail_v2.pl
666         * tools/kmail2sylpheed.pl
667         * tools/kmail2sylpheed_v2.pl
668         * tools/maildir2claws-mail.pl
669         * tools/maildir2sylpheed.pl
670         * tools/nautilus2claws-mail.sh
671         * tools/nautilus2sylpheed.sh
672         * tools/outlook2claws-mail.pl
673         * tools/outlook2sylpheed.pl
674         * tools/tb2claws-mail
675         * tools/tb2sylpheed
676         * tools/tbird2claws.py
677         * tools/tbird2syl.py
678         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
679         * tools/kdeservicemenu/install.sh
680         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
681         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
682         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
683         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
684         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
685                 renamed (removed, added) tools files
686
687 2006-11-08 [paul]       2.6.0cvs14
688
689         * src/main.c
690         * src/common/defs.h
691                 Migrate sylpheedrc to clawsrc, and fix the standard
692                 plugins path in the process
693
694 2006-11-07 [colin]      2.6.0cvs13
695
696         * src/Makefile.am
697                 Symlink sylpheed-claws relative to 
698                 claws-mail
699
700 2006-11-07 [colin]      2.6.0cvs12
701
702         * src/compose.c
703                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
704
705 2006-11-07 [paul]       2.6.0cvs11
706
707         * src/gtk/about.c
708                 Fix a missed occurence of
709                 Sylpheed-Claws
710
711 2006-11-07 [paul]       2.6.0cvs10
712
713         * src/Makefile.am
714                 Fix symlink installation
715
716 2006-11-07 [paul]       2.6.0cvs9
717
718         * src/Makefile.am
719                 Symlink claws-mail to sylpheed-claws
720         * src/common/utils.c
721                 Fix migrating symlinks
722         * src/etpan/imap-thread.c
723                 check certificate only when there's
724                 no error
725
726 2006-11-07 [paul]       2.6.0cvs8
727
728         * Makefile.am
729                 Fix icon breakages with Gtk, which needs a 
730                 cache updated to see them.
731
732 2006-11-07 [paul]       2.6.0cvs7
733
734         * .cvsignore
735         * AUTHORS
736         * COPYING
737         * INSTALL
738         * Makefile.am
739         * NEWS
740         * README
741         * RELEASE_NOTES
742         * autogen.sh
743         * claws-mail-128x128.png
744         * claws-mail-64x64.png
745         * claws-mail.ico
746         * claws-mail.pc.in
747         * claws-mail.png
748         * configure.ac
749         * sylpheed-claws-128x128.png
750         * sylpheed-claws-64x64.png
751         * sylpheed-claws.desktop
752         * sylpheed-claws.ico
753         * sylpheed-claws.pc.in
754         * sylpheed-claws.png
755         * debian/README.Debian
756         * debian/changelog
757         * debian/claws-mail.desktop
758         * debian/claws-mail.menu
759         * debian/claws-mail.postinst.debhelper
760         * debian/claws-mail.postrm.debhelper
761         * debian/control
762         * debian/copyright
763         * debian/files
764         * debian/rules
765         * debian/sylpheed-claws.desktop
766         * debian/sylpheed-claws.menu
767         * debian/sylpheed-claws.postinst.debhelper
768         * debian/sylpheed-claws.postrm.debhelper
769         * doc/man/Makefile.am
770         * doc/man/claws-mail.1
771         * doc/man/sylpheed-claws.1
772         * doc/src/ChangeLog.claws-pre0.8.0
773         * manual/Makefile.am
774         * manual/account.xml
775         * manual/ack.xml
776         * manual/addrbook.xml
777         * manual/advanced.xml
778         * manual/claws-mail-manual.xml
779         * manual/faq.xml
780         * manual/glossary.xml
781         * manual/handling.xml
782         * manual/intro.xml
783         * manual/keyboard.xml
784         * manual/plugins.xml
785         * manual/starting.xml
786         * manual/sylpheed-claws-manual.xml
787         * manual/xml2pdf
788         * manual/dist/.cvsignore
789         * manual/dist/html/.cvsignore
790         * manual/dist/html/Makefile.am
791         * manual/dist/pdf/.cvsignore
792         * manual/dist/pdf/Makefile.am
793         * manual/dist/ps/.cvsignore
794         * manual/dist/ps/Makefile.am
795         * manual/dist/txt/.cvsignore
796         * manual/dist/txt/Makefile.am
797         * manual/es/Makefile.am
798         * manual/es/advanced.xml
799         * manual/es/claws-mail-manual.xml
800         * manual/es/faq.xml
801         * manual/es/glossary.xml
802         * manual/es/handling.xml
803         * manual/es/intro.xml
804         * manual/es/plugins.xml
805         * manual/es/sylpheed-claws-manual.xml
806         * manual/es/dist/.cvsignore
807         * manual/es/dist/html/.cvsignore
808         * manual/es/dist/html/Makefile.am
809         * manual/es/dist/pdf/.cvsignore
810         * manual/es/dist/pdf/Makefile.am
811         * manual/es/dist/ps/.cvsignore
812         * manual/es/dist/ps/Makefile.am
813         * manual/es/dist/txt/.cvsignore
814         * manual/es/dist/txt/Makefile.am
815         * manual/fr/Makefile.am
816         * manual/fr/account.xml
817         * manual/fr/ack.xml
818         * manual/fr/addrbook.xml
819         * manual/fr/advanced.xml
820         * manual/fr/claws-mail-manual.xml
821         * manual/fr/faq.xml
822         * manual/fr/glossary.xml
823         * manual/fr/handling.xml
824         * manual/fr/intro.xml
825         * manual/fr/keyboard.xml
826         * manual/fr/plugins.xml
827         * manual/fr/starting.xml
828         * manual/fr/sylpheed-claws-manual.xml
829         * manual/fr/dist/.cvsignore
830         * manual/fr/dist/html/.cvsignore
831         * manual/fr/dist/html/Makefile.am
832         * manual/fr/dist/pdf/.cvsignore
833         * manual/fr/dist/pdf/Makefile.am
834         * manual/fr/dist/ps/.cvsignore
835         * manual/fr/dist/ps/Makefile.am
836         * manual/fr/dist/txt/.cvsignore
837         * manual/fr/dist/txt/Makefile.am
838         * manual/pl/Makefile.am
839         * manual/pl/account.xml
840         * manual/pl/ack.xml
841         * manual/pl/addrbook.xml
842         * manual/pl/advanced.xml
843         * manual/pl/claws-mail-manual.xml
844         * manual/pl/faq.xml
845         * manual/pl/glossary.xml
846         * manual/pl/handling.xml
847         * manual/pl/intro.xml
848         * manual/pl/keyboard.xml
849         * manual/pl/plugins.xml
850         * manual/pl/starting.xml
851         * manual/pl/sylpheed-claws-manual.xml
852         * manual/pl/dist/.cvsignore
853         * manual/pl/dist/html/.cvsignore
854         * manual/pl/dist/html/Makefile.am
855         * manual/pl/dist/pdf/.cvsignore
856         * manual/pl/dist/pdf/Makefile.am
857         * manual/pl/dist/ps/.cvsignore
858         * manual/pl/dist/ps/Makefile.am
859         * manual/pl/dist/txt/.cvsignore
860         * manual/pl/dist/txt/Makefile.am
861         * po/.cvsignore
862         * po/Makevars
863         * src/.cvsignore
864         * src/Makefile.am
865         * src/account.c
866         * src/account.h
867         * src/action.c
868         * src/action.h
869         * src/adbookbase.h
870         * src/addr_compl.c
871         * src/addr_compl.h
872         * src/addrbook.c
873         * src/addrcache.c
874         * src/addrcache.h
875         * src/addrcindex.c
876         * src/addrcindex.h
877         * src/addrclip.c
878         * src/addrclip.h
879         * src/addrdefs.h
880         * src/addressadd.c
881         * src/addressadd.h
882         * src/addressbook.c
883         * src/addressbook.h
884         * src/addressbook_foldersel.c
885         * src/addressbook_foldersel.h
886         * src/addrgather.c
887         * src/addrgather.h
888         * src/addrharvest.c
889         * src/addrharvest.h
890         * src/addrindex.c
891         * src/addrindex.h
892         * src/addritem.c
893         * src/addritem.h
894         * src/addrquery.c
895         * src/addrquery.h
896         * src/addrselect.c
897         * src/addrselect.h
898         * src/alertpanel.c
899         * src/alertpanel.h
900         * src/browseldap.c
901         * src/browseldap.h
902         * src/codeconv.c
903         * src/codeconv.h
904         * src/compose.c
905         * src/crash.c
906         * src/crash.h
907         * src/customheader.c
908         * src/customheader.h
909         * src/displayheader.c
910         * src/displayheader.h
911         * src/editaddress.c
912         * src/editaddress.h
913         * src/editbook.c
914         * src/editbook.h
915         * src/editgroup.c
916         * src/editgroup.h
917         * src/editjpilot.c
918         * src/editjpilot.h
919         * src/editldap.c
920         * src/editldap.h
921         * src/editldap_basedn.c
922         * src/editldap_basedn.h
923         * src/editvcard.c
924         * src/editvcard.h
925         * src/exphtmldlg.c
926         * src/exphtmldlg.h
927         * src/expldifdlg.c
928         * src/expldifdlg.h
929         * src/export.c
930         * src/exporthtml.c
931         * src/exporthtml.h
932         * src/exportldif.c
933         * src/exportldif.h
934         * src/filtering.c
935         * src/filtering.h
936         * src/folder.c
937         * src/folder.h
938         * src/folder_item_prefs.c
939         * src/folder_item_prefs.h
940         * src/foldersel.c
941         * src/foldersel.h
942         * src/folderutils.c
943         * src/folderutils.h
944         * src/folderview.c
945         * src/folderview.h
946         * src/grouplistdialog.c
947         * src/grouplistdialog.h
948         * src/html.c
949         * src/html.h
950         * src/image_viewer.c
951         * src/image_viewer.h
952         * src/imap.c
953         * src/imap.h
954         * src/imap_gtk.c
955         * src/imap_gtk.h
956         * src/import.c
957         * src/import.h
958         * src/importldif.c
959         * src/importldif.h
960         * src/importmutt.c
961         * src/importmutt.h
962         * src/importpine.c
963         * src/importpine.h
964         * src/inc.c
965         * src/inc.h
966         * src/jpilot.c
967         * src/jpilot.h
968         * src/ldapctrl.c
969         * src/ldapctrl.h
970         * src/ldaplocate.c
971         * src/ldaplocate.h
972         * src/ldapquery.c
973         * src/ldapquery.h
974         * src/ldapserver.c
975         * src/ldapserver.h
976         * src/ldaputil.c
977         * src/ldaputil.h
978         * src/ldif.c
979         * src/ldif.h
980         * src/localfolder.c
981         * src/localfolder.h
982         * src/main.c
983         * src/main.h
984         * src/mainwindow.c
985         * src/mainwindow.h
986         * src/manual.c
987         * src/manual.h
988         * src/matcher.c
989         * src/matcher.h
990         * src/matcher_parser.h
991         * src/matcher_parser_lex.l
992         * src/matcher_parser_parse.y
993         * src/mbox.c
994         * src/mbox.h
995         * src/message_search.c
996         * src/message_search.h
997         * src/messageview.c
998         * src/messageview.h
999         * src/mh.c
1000         * src/mh.h
1001         * src/mh_gtk.c
1002         * src/mh_gtk.h
1003         * src/mimeview.c
1004         * src/mimeview.h
1005         * src/msgcache.c
1006         * src/msgcache.h
1007         * src/mutt.c
1008         * src/mutt.h
1009         * src/news.c
1010         * src/news.h
1011         * src/news_gtk.c
1012         * src/news_gtk.h
1013         * src/noticeview.c
1014         * src/noticeview.h
1015         * src/partial_download.c
1016         * src/partial_download.h
1017         * src/pine.c
1018         * src/pine.h
1019         * src/pop.c
1020         * src/pop.h
1021         * src/prefs_account.c
1022         * src/prefs_account.h
1023         * src/prefs_actions.c
1024         * src/prefs_actions.h
1025         * src/prefs_common.c
1026         * src/prefs_common.h
1027         * src/prefs_compose_writing.c
1028         * src/prefs_compose_writing.h
1029         * src/prefs_customheader.c
1030         * src/prefs_customheader.h
1031         * src/prefs_display_header.c
1032         * src/prefs_display_header.h
1033         * src/prefs_ext_prog.c
1034         * src/prefs_ext_prog.h
1035         * src/prefs_filtering.c
1036         * src/prefs_folder_column.c
1037         * src/prefs_folder_column.h
1038         * src/prefs_folder_item.c
1039         * src/prefs_folder_item.h
1040         * src/prefs_fonts.c
1041         * src/prefs_fonts.h
1042         * src/prefs_gtk.c
1043         * src/prefs_gtk.h
1044         * src/prefs_image_viewer.c
1045         * src/prefs_image_viewer.h
1046         * src/prefs_matcher.c
1047         * src/prefs_matcher.h
1048         * src/prefs_message.c
1049         * src/prefs_message.h
1050         * src/prefs_msg_colors.c
1051         * src/prefs_msg_colors.h
1052         * src/prefs_other.c
1053         * src/prefs_other.h
1054         * src/prefs_quote.c
1055         * src/prefs_quote.h
1056         * src/prefs_receive.c
1057         * src/prefs_receive.h
1058         * src/prefs_send.c
1059         * src/prefs_send.h
1060         * src/prefs_spelling.c
1061         * src/prefs_spelling.h
1062         * src/prefs_summaries.c
1063         * src/prefs_summaries.h
1064         * src/prefs_summary_column.c
1065         * src/prefs_summary_column.h
1066         * src/prefs_template.c
1067         * src/prefs_template.h
1068         * src/prefs_themes.c
1069         * src/prefs_themes.h
1070         * src/prefs_toolbar.c
1071         * src/prefs_toolbar.h
1072         * src/prefs_wrapping.c
1073         * src/prefs_wrapping.h
1074         * src/privacy.c
1075         * src/privacy.h
1076         * src/procheader.c
1077         * src/procheader.h
1078         * src/procmime.c
1079         * src/procmime.h
1080         * src/procmsg.c
1081         * src/procmsg.h
1082         * src/quote_fmt.c
1083         * src/quote_fmt_parse.y
1084         * src/recv.c
1085         * src/recv.h
1086         * src/remotefolder.c
1087         * src/remotefolder.h
1088         * src/send_message.c
1089         * src/send_message.h
1090         * src/setup.c
1091         * src/setup.h
1092         * src/sourcewindow.c
1093         * src/sourcewindow.h
1094         * src/ssl_manager.c
1095         * src/ssl_manager.h
1096         * src/statusbar.c
1097         * src/statusbar.h
1098         * src/stock_pixmap.c
1099         * src/stock_pixmap.h
1100         * src/summary_search.c
1101         * src/summary_search.h
1102         * src/summaryview.c
1103         * src/summaryview.h
1104         * src/syldap.c
1105         * src/syldap.h
1106         * src/textview.c
1107         * src/textview.h
1108         * src/toolbar.c
1109         * src/toolbar.h
1110         * src/undo.c
1111         * src/undo.h
1112         * src/unmime.c
1113         * src/unmime.h
1114         * src/vcard.c
1115         * src/vcard.h
1116         * src/wizard.c
1117         * src/wizard.h
1118         * src/common/base64.c
1119         * src/common/base64.h
1120         * src/common/defs.h
1121         * src/common/hooks.c
1122         * src/common/hooks.h
1123         * src/common/log.c
1124         * src/common/log.h
1125         * src/common/mgutils.c
1126         * src/common/mgutils.h
1127         * src/common/nntp.c
1128         * src/common/nntp.h
1129         * src/common/passcrypt.c
1130         * src/common/passcrypt.h.in
1131         * src/common/plugin.c
1132         * src/common/plugin.h
1133         * src/common/prefs.c
1134         * src/common/prefs.h
1135         * src/common/progressindicator.c
1136         * src/common/progressindicator.h
1137         * src/common/quoted-printable.c
1138         * src/common/quoted-printable.h
1139         * src/common/session.c
1140         * src/common/session.h
1141         * src/common/smtp.c
1142         * src/common/smtp.h
1143         * src/common/socket.c
1144         * src/common/socket.h
1145         * src/common/ssl.c
1146         * src/common/ssl.h
1147         * src/common/stringtable.c
1148         * src/common/stringtable.h
1149         * src/common/sylpheed.c
1150         * src/common/sylpheed.h
1151         * src/common/template.c
1152         * src/common/template.h
1153         * src/common/timing.h
1154         * src/common/utils.c
1155         * src/common/utils.h
1156         * src/common/version.h.in
1157         * src/common/xml.c
1158         * src/common/xml.h
1159         * src/common/xmlprops.c
1160         * src/common/xmlprops.h
1161         * src/gtk/about.c
1162         * src/gtk/colorlabel.c
1163         * src/gtk/colorlabel.h
1164         * src/gtk/colorsel.c
1165         * src/gtk/colorsel.h
1166         * src/gtk/combobox.c
1167         * src/gtk/combobox.h
1168         * src/gtk/description_window.c
1169         * src/gtk/description_window.h
1170         * src/gtk/filesel.c
1171         * src/gtk/filesel.h
1172         * src/gtk/foldersort.c
1173         * src/gtk/foldersort.h
1174         * src/gtk/gtkaspell.c
1175         * src/gtk/gtkaspell.h
1176         * src/gtk/gtksctree.c
1177         * src/gtk/gtkshruler.c
1178         * src/gtk/gtkshruler.h
1179         * src/gtk/gtkutils.c
1180         * src/gtk/gtkutils.h
1181         * src/gtk/icon_legend.c
1182         * src/gtk/icon_legend.h
1183         * src/gtk/logwindow.c
1184         * src/gtk/logwindow.h
1185         * src/gtk/manage_window.c
1186         * src/gtk/manage_window.h
1187         * src/gtk/pluginwindow.c
1188         * src/gtk/pluginwindow.h
1189         * src/gtk/prefswindow.c
1190         * src/gtk/prefswindow.h
1191         * src/gtk/quicksearch.c
1192         * src/gtk/quicksearch.h
1193         * src/pixmaps/claws-mail.xpm
1194         * src/pixmaps/claws-mail_icon.xpm
1195         * src/pixmaps/claws-mail_logo.xpm
1196         * src/pixmaps/sylpheed-claws.xpm
1197         * src/pixmaps/sylpheed-claws_icon.xpm
1198         * src/pixmaps/sylpheed-claws_logo.xpm
1199         * src/plugins/bogofilter/Makefile.am
1200         * src/plugins/bogofilter/bogofilter.c
1201         * src/plugins/bogofilter/bogofilter.h
1202         * src/plugins/bogofilter/bogofilter_gtk.c
1203         * src/plugins/clamav/Makefile.am
1204         * src/plugins/clamav/clamav_plugin.c
1205         * src/plugins/clamav/clamav_plugin.h
1206         * src/plugins/clamav/clamav_plugin_gtk.c
1207         * src/plugins/demo/Makefile.am
1208         * src/plugins/demo/demo.c
1209         * src/plugins/dillo_viewer/Makefile.am
1210         * src/plugins/dillo_viewer/README
1211         * src/plugins/dillo_viewer/dillo_prefs.c
1212         * src/plugins/dillo_viewer/dillo_prefs.h
1213         * src/plugins/dillo_viewer/dillo_viewer.c
1214         * src/plugins/pgpcore/Makefile.am
1215         * src/plugins/pgpcore/passphrase.c
1216         * src/plugins/pgpcore/passphrase.h
1217         * src/plugins/pgpcore/pgp_viewer.c
1218         * src/plugins/pgpcore/pgp_viewer.h
1219         * src/plugins/pgpcore/plugin.c
1220         * src/plugins/pgpcore/prefs_gpg.c
1221         * src/plugins/pgpcore/prefs_gpg.h
1222         * src/plugins/pgpcore/select-keys.c
1223         * src/plugins/pgpcore/select-keys.h
1224         * src/plugins/pgpcore/sgpgme.c
1225         * src/plugins/pgpcore/sgpgme.h
1226         * src/plugins/pgpcore/sylpheed.def
1227         * src/plugins/pgpcore/version.rc
1228         * src/plugins/pgpinline/Makefile.am
1229         * src/plugins/pgpinline/pgpinline.c
1230         * src/plugins/pgpinline/pgpinline.h
1231         * src/plugins/pgpinline/plugin.c
1232         * src/plugins/pgpinline/sylpheed.def
1233         * src/plugins/pgpinline/version.rc
1234         * src/plugins/pgpmime/Makefile.am
1235         * src/plugins/pgpmime/pgpmime.c
1236         * src/plugins/pgpmime/pgpmime.h
1237         * src/plugins/pgpmime/plugin.c
1238         * src/plugins/pgpmime/sylpheed.def
1239         * src/plugins/pgpmime/version.rc
1240         * src/plugins/spamassassin/Makefile.am
1241         * src/plugins/spamassassin/README
1242         * src/plugins/spamassassin/spamassassin.c
1243         * src/plugins/spamassassin/spamassassin.h
1244         * src/plugins/spamassassin/spamassassin_gtk.c
1245         * src/plugins/trayicon/Makefile.am
1246         * src/plugins/trayicon/trayicon.c
1247         * tools/OOo2sylpheed.pl
1248         * tools/README
1249         * tools/README.sylprint
1250         * tools/acroread2sylpheed.pl
1251         * tools/claws.i18n.status.pl
1252         * tools/filter_conv.pl
1253         * tools/filter_conv_new.pl
1254         * tools/freshmeat_search.pl
1255         * tools/google_search.pl
1256         * tools/kmail2sylpheed.pl
1257         * tools/kmail2sylpheed_v2.pl
1258         * tools/make.themes.project
1259         * tools/multiwebsearch.pl
1260         * tools/nautilus2sylpheed.sh
1261         * tools/outlook2sylpheed.pl
1262         * tools/sylprint.pl
1263         * tools/sylprint.rc
1264         * tools/tb2sylpheed
1265         * tools/textviewer.sh
1266         * tools/vcard2xml.py
1267         * tools/kdeservicemenu/README
1268         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1269         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1270         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1271                 Change name to Claws Mail. Announce to follow...
1272
1273 2006-11-06 [wwp]        2.6.0cvs6
1274
1275         * src/prefs_template.c
1276                 unify messages related to quote format/template errors (fix
1277                 capitalization), again.
1278
1279 2006-11-06 [wwp]        2.6.0cvs5
1280
1281         * src/prefs_quote.c
1282                 unify messages related to quote format/template errors.
1283
1284 2006-11-06 [wwp]        2.6.0cvs4
1285
1286         * src/prefs_msg_colors.c
1287                 more uses of Q_ macro for contextual translations, thanks
1288                 to Fabien (fzzzzz).
1289
1290 2006-11-06 [wwp]        2.6.0cvs3
1291
1292         * src/compose.c
1293         * src/common/utils.c
1294         * src/common/utils.h
1295                 show an alertpanel to make sure users are aware that sensitive
1296                 files are attached (it's file blacklist-based). This will fix
1297                 interaction w/ GoogleEarth for instance, thanks to Colin.
1298
1299 2006-11-06 [wwp]        2.6.0cvs2
1300
1301         * src/prefs_quote.c
1302         * src/prefs_template.c
1303         * src/prefs_template.h
1304                 check quote format when applying/closing prefs. For now this only
1305                 shows up an error dialog box, not preventing the user from using
1306                 a broken quote (reply, forwards) format.
1307
1308 2006-11-06 [wwp]        2.6.0cvs1
1309
1310         * src/prefs_template.c
1311                 fix missing checks of some template fields.
1312
1313 2006-11-06 [paul]       2.6.0
1314
1315         * NEWS
1316         * README
1317         * RELEASE_NOTES
1318                 2.6.0 released
1319
1320 2006-11-06 [paul]       2.5.6cvs22
1321
1322         * manual/advanced.xml
1323         * manual/es/advanced.xml
1324                 put 'respect_flowed_format' info in the correct
1325                 place
1326
1327 2006-11-06 [mones]      2.5.6cvs21
1328
1329         * po/es.po
1330                 Minor fixes for release
1331
1332 2006-11-06 [paul]       2.5.6cvs20
1333
1334         * po/cs.po
1335         * po/de.po
1336         * po/fr.po
1337         * po/it.po
1338         * po/nl.po
1339         * po/pt_BR.po
1340         * po/sk.po
1341         * po/sv.po
1342         * po/zh_CN.po
1343                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1344                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1345                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1346                 Young
1347
1348 2006-11-02 [colin]      2.5.6cvs19
1349
1350         * src/imap.c
1351         * src/imap.h
1352         * src/prefs_account.c
1353         * src/etpan/imap-thread.c
1354                 Add GSSAPI support - fixes Debian bug #383274
1355
1356 2006-11-01 [colin]      2.5.6cvs18
1357
1358         * src/jpilot.c
1359                 Handle libpisock12 support. Probably
1360                 fixes bug 1046, 'jpilot AddressDB.pdb 
1361                 import fail'
1362
1363 2006-11-01 [colin]      2.5.6cvs17
1364
1365         * src/folderutils.c
1366                 debug_print() folderutils_mark_all_read()
1367
1368 2006-11-01 [colin]      2.5.6cvs16
1369
1370         * COPYING
1371                 Add missed files to the Apache exception
1372
1373 2006-10-31 [colin]      2.5.6cvs15
1374
1375         * src/folder.c
1376         * src/folder.h
1377                 Add a copy_private_data() func to FolderClasses
1378                 Doesn't break the feature freeze, because we 
1379                 won't use it (right now) in the core.
1380
1381 2006-10-31 [colin]      2.5.6cvs14
1382
1383         * COPYING
1384                 Allow linking with the Apache licensed files in
1385                 src/plugins/spamassassin. Hopefully fixes 
1386                 bug 1048, 'Spamassassin plugin license problem'
1387
1388 2006-10-31 [wwp]        2.5.6cvs13
1389
1390         * src/compose.c
1391                 fix and optimize trimming of leading linefeeds in body loop.
1392
1393 2006-10-31 [colin]      2.5.6cvs12
1394
1395         * src/etpan/imap-thread.c
1396         * src/imap.c
1397                 Make really sure to have NULL sets in case
1398                 of error
1399
1400 2006-10-30 [wwp]        2.5.6cvs11
1401
1402         * src/prefs_common.c
1403         * src/prefs_common.h
1404         * src/compose.c
1405                 fix broken storage of quote format template when it contains \-escape
1406                 sequences. The application of such sequences is also fixed now (\t
1407                 in quote format will be a real tab instead of a 't', for instance).
1408
1409 2006-10-27 [colin]      2.5.6cvs10
1410
1411         * src/compose.c
1412                 Probably fix bug 1045, 'sylpheed-claws 
1413                 doesn't remove the mail from the IMAP 
1414                 Queue folder after sending'. From
1415                 2.5.6cvs3-stable
1416
1417 2006-10-27 [colin]      2.5.6cvs9
1418
1419         * configure.ac
1420                 Require libetpan-0.48. I'm so annoying,
1421                 I know ;-)
1422
1423 2006-10-27 [colin]      2.5.6cvs8
1424
1425         * src/folder.c
1426         * src/imap.c
1427                 Probably fix bug 1044, 'sylpheed-claws 
1428                 segfaults while moving mails' - Fix relation
1429                 usage when moving to an IMAP mailbox from another
1430                 mailbox
1431
1432 2006-10-26 [paul]       2.5.6cvs7
1433
1434         * src/gtk/about.c
1435                 add libSM to compiled-in features
1436                 list
1437
1438 2006-10-24 [colin]      2.5.6cvs6
1439
1440         * src/textview.c
1441         * src/gtk/gtkutils.c
1442                 Fix crash when printing emails with an
1443                 xface
1444
1445 2006-10-24 [mones]      2.5.6cvs5
1446
1447         * manual/es/advanced.xml
1448                 Synchronize hidden option respect_flowed_format
1449         * po/es.po
1450                 Updated translation
1451
1452 2006-10-21 [paul]       2.5.6cvs4
1453
1454         * src/gtk/authors.h
1455         * src/plugins/pgpcore/pgp_viewer.c
1456         * src/plugins/pgpcore/sgpgme.c
1457                 fix building on BSDs
1458                 Thanks to Michael Hughes
1459                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1460
1461 2006-10-20 [colin]      2.5.6cvs3
1462
1463         * configure.ac
1464                 Bump up libetpan requirement
1465                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1466         * src/common/utils.c
1467         * src/common/utils.h
1468                 Add convenience get_file_mtime()
1469         * src/imap.c
1470         * src/etpan/imap-thread.c
1471         * src/etpan/imap-thread.h
1472                 Implement UIDPLUS support if the server
1473                 supports it - faster sending in this case
1474
1475 2006-10-19 [colin]      2.5.6cvs2
1476
1477         * src/gtk/quicksearch.c
1478                 Fix emptying in type-ahead+extended mode
1479         * src/mainwindow.c
1480         * src/mainwindow.h
1481                 Add a hook for offline state change
1482         * src/plugins/trayicon/trayicon.c
1483                 Use it to display offline icons
1484         * src/plugins/trayicon/Makefile.am
1485         * src/plugins/trayicon/newmail.offline.xpm
1486         * src/plugins/trayicon/newmarkedmail.offline.xpm
1487         * src/plugins/trayicon/nomail.offline.xpm
1488         * src/plugins/trayicon/unreadmail.offline.xpm
1489         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1490                 Add the icons
1491
1492 2006-10-12 [paul]       2.5.6cvs1
1493
1494         * NEWS
1495         * README
1496         * configure.ac
1497                 Update version number following
1498                 stable release
1499
1500 2006-10-19 [colin]      2.5.5cvs18
1501
1502         * manual/handling.xml
1503                 Add type-ahead search
1504
1505 2006-10-18 [colin]      2.5.5cvs17
1506
1507         * src/gtk/quicksearch.c
1508                 Remove "save to history only if there's
1509                 no syntax error", it breaks for some 
1510                 reason which I'll investigate later.
1511
1512 2006-10-18 [colin]      2.5.5cvs16
1513
1514         * src/prefs_common.c
1515         * src/prefs_common.h
1516         * src/summaryview.c
1517         * src/gtk/quicksearch.c
1518         * src/gtk/quicksearch.h
1519                 Add a type-ahead option for fast searches
1520                 Patch by Fabien Vantard
1521
1522 2006-10-18 [colin]      2.5.5cvs15
1523
1524         * src/compose.c
1525         * src/compose.h
1526                 Add Options/Reply mode/ menu to be able to
1527                 change the recipients of a reply on the fly
1528
1529 2006-10-18 [colin]      2.5.5cvs14
1530
1531         * src/compose.c
1532                 Fix redirecting of our own sent mails
1533
1534 2006-10-17 [wwp]        2.5.5cvs13
1535
1536         * src/send_message.c
1537                 Fix duplicate error messages when sending, and missing
1538                 newline in such error messages.
1539
1540 2006-10-17 [colin]      2.5.5cvs12
1541
1542         * src/compose.c
1543                 Compare addresses case-insensitive
1544
1545 2006-10-17 [colin]      2.5.5cvs11
1546
1547         * src/plugins/pgpcore/sgpgme.c
1548                 Fix return status
1549
1550 2006-10-17 [colin]      2.5.5cvs10
1551
1552         * src/plugins/pgpcore/pgp_viewer.c
1553                 Fix return status
1554
1555 2006-10-17 [colin]      2.5.5cvs9
1556
1557         * src/quote_fmt.c
1558                 Fix a typo (thanks to Fabien)
1559
1560 2006-10-16 [colin]      2.5.5cvs8
1561
1562         * src/textview.c
1563                 Fix problem with quote-folding when emails
1564                 don't convert cleanly to UTF-8
1565
1566 2006-10-14 [colin]      2.5.5cvs7
1567
1568         * src/prefs_template.c
1569                 Reset fields when reopening
1570                 the window
1571
1572 2006-10-13 [paul]       2.5.5cvs6
1573
1574         * manual/advanced.xml
1575         * src/prefs_message.c
1576                 make 'respect_flowed_format' a hidden
1577                 option, and add a manual entry for it
1578                 Thanks to Colin
1579
1580 2006-10-12 [colin]      2.5.5cvs5
1581
1582         * src/codeconv.c
1583                 Revert part of 2.5.2cvs21:
1584                 Don't optimise by reusing the 
1585                 last iconv converter if possible:
1586                 it seems slightly broken in a 
1587                 very hard way to reproduce
1588
1589 2006-10-12 [colin]      2.5.5cvs4
1590
1591         * src/prefs_common.c
1592         * src/prefs_common.h
1593         * src/prefs_message.c
1594         * src/procmime.c
1595                 Fix bug 1035, 'Incorrect handling 
1596                 of flowed lines'. We now optionnaly
1597                 handle this format (preference is in
1598                 Message View/Text options section)
1599
1600 2006-10-12 [colin]      2.5.5cvs3
1601
1602         * po/POTFILES.in
1603                 Add new file
1604         * src/plugins/pgpcore/pgp_viewer.c
1605         * src/plugins/pgpcore/sgpgme.c
1606                 Don't try to import without asking
1607
1608 2006-10-12 [colin]      2.5.5cvs2
1609
1610         * src/compose.c
1611                 Fix bug 1036, 'Forwarding a mutlipart
1612                 mail with a "text/html" block to ms
1613                 outlook users leeds to freeze of
1614                 outlook'. Poor outlook users...
1615
1616 2006-10-12 [paul]       2.5.5cvs1
1617
1618         * NEWS
1619         * README
1620         * configure.ac
1621                 Update version number following
1622                 stable release
1623
1624 2006-10-11 [paul]       2.5.4cvs1
1625
1626         * NEWS
1627         * README
1628         * configure.ac
1629                 Update version number following
1630                 stable release
1631
1632 2006-10-11 [paul]       2.5.3cvs32
1633
1634         * src/textview.c
1635                 fix bug 1032, 'Segmentation fault when showing
1636                 message' (bug in quote folding)
1637                 Thanks to Colin
1638
1639 2006-10-10 [colin]      2.5.3cvs31
1640
1641         * src/quote_fmt.c
1642                 Rephrase english a bit
1643
1644 2006-10-10 [colin]      2.5.3cvs30
1645
1646         * src/prefs_compose_writing.c
1647                 Stop making the page larger than the window
1648
1649 2006-10-10 [wwp]        2.5.3cvs29
1650
1651         * src/compose.c
1652         * src/prefs_template.c
1653         * src/quote_fmt.c
1654         * src/quote_fmt.h
1655         * src/quote_fmt_lex.l
1656         * src/quote_fmt_parse.y
1657                 Extend the quote parser a bit: allow to get access to
1658                 basic (composing) account info.
1659
1660 2006-10-10 [colin]      2.5.3cvs28
1661
1662         * src/procheader.c
1663                 Fix this \t problem in subject
1664
1665 2006-10-09 [colin]      2.5.3cvs27
1666
1667         * src/main.c
1668         * src/prefs_gtk.c
1669                 Prepare cache a bit later
1670                 If section already exists, skip the new one 
1671                 (as previously); avoid writing the same block
1672                 twice - if we find a second block with the 
1673                 same id, skip it.
1674         * src/plugins/pgpcore/pgp_viewer.c
1675                 Set cursor to busy when retrieving a key
1676         * src/plugins/pgpcore/sgpgme.c
1677                 allow 5 seconds for gpg to export the key
1678                 
1679
1680 2006-10-09 [colin]      2.5.3cvs26
1681
1682         * configure.ac
1683         * src/msgcache.c
1684         * src/prefs_gtk.c
1685                 Check for existence of fgets_unlocked
1686                 and fwrite_unlocked
1687
1688 2006-10-09 [paul]       2.5.3cvs25
1689
1690         * src/prefs_summaries.c
1691                 replace strftime() with fast_strftime() and in
1692                 the consequence fix the bug in the display of
1693                 AM/PM in the 'Example' string
1694
1695 2006-10-09 [ticho]      2.5.3cvs24
1696
1697         * po/sk.po
1698                 Updated (and fixed up somewhat) Slovak translation.
1699
1700 2006-10-08 [colin]      2.5.3cvs23
1701
1702         * src/prefs_folder_item.c
1703                 Explain why prefs in the top-level folder
1704                 aren't retained, but are still useful
1705
1706 2006-10-08 [colin]      2.5.3cvs22
1707
1708         * src/prefs_gtk.c
1709                 Don't cache anything if caching fails
1710
1711 2006-10-08 [colin]      2.5.3cvs21
1712
1713         * src/common/utils.c
1714                 always include gi18n.h
1715
1716 2006-10-07 [colin]      2.5.3cvs20
1717
1718         * src/plugins/pgpcore/pgp_viewer.c
1719                 Kill gpg after 5 seconds wait
1720
1721 2006-10-07 [colin]      2.5.3cvs19
1722
1723         * src/plugins/pgpcore/pgp_viewer.c
1724         * src/plugins/pgpcore/pgp_viewer.h
1725                 Fix copyright
1726
1727 2006-10-07 [colin]      2.5.3cvs18
1728
1729         * src/plugins/pgpcore/pgp_viewer.c
1730         * src/plugins/pgpcore/pgp_viewer.h
1731                 Actually add the files to CVS
1732
1733 2006-10-07 [colin]      2.5.3cvs17
1734
1735         * src/plugins/pgpcore/sgpgme.c
1736                 Be sure not to crash on 'application/pgp-signature' that
1737                 are not application/pgp-signatures
1738
1739 2006-10-07 [colin]      2.5.3cvs16
1740
1741         * src/textview.c
1742         * src/textview.h
1743                 Make a bit more of the API available
1744         * src/plugins/pgpcore/Makefile.am
1745         * src/plugins/pgpcore/plugin.c
1746         * src/plugins/pgpcore/sgpgme.c
1747                 Add basic key import/export
1748
1749 2006-10-07 [colin]      2.5.3cvs15
1750
1751         * src/folderview.c
1752         * src/imap.c
1753         * src/prefs_account.c
1754         * src/wizard.c
1755                 Warn users *everywhere* if libetpan's not
1756                 linked in
1757
1758 2006-10-06 [mones]      2.5.3cvs14
1759
1760         * po/de.po
1761         * po/es.po
1762                 updated by Stephan Sachse and me
1763
1764 2006-10-06 [colin]      2.5.3cvs13
1765
1766         * src/main.c
1767         * src/common/sylpheed.c
1768                 Don't load common plugins if --exit is passed
1769         * src/prefs_gtk.c
1770         * src/prefs_gtk.h
1771                 Implement a cache to avoid reading the same
1772                 files over and over again at startup
1773
1774 2006-10-06 [colin]      2.5.3cvs12
1775
1776         * src/summaryview.c
1777         * src/gtk/quicksearch.c
1778                 Update display every 5k mails on fast searches
1779
1780 2006-10-06 [colin]      2.5.3cvs11
1781
1782         * src/textview.c
1783                 Don't do quote folding on HTML or ERTF.
1784                 May fix the Cygwin issues if they were
1785                 happening with HTML mails?
1786
1787 2006-10-05 [colin]      2.5.3cvs10
1788
1789         * src/prefs_gtk.c
1790                 Oops, forgot one
1791
1792 2006-10-05 [colin]      2.5.3cvs9
1793
1794         * src/prefs_gtk.c
1795                 Use unlocked_stdio here too
1796
1797 2006-10-05 [colin]      2.5.3cvs8
1798
1799         * src/folderview.c
1800                 Fix go to next * after preferences apply
1801         * src/msgcache.c
1802                 Do the fd lock/unlock ourselves instead of
1803                 letting the libc do it at each write 
1804
1805 2006-10-05 [colin]      2.5.3cvs7
1806
1807         * src/common/utils.c
1808                 Faster division, thanks to Jean Diraison
1809
1810 2006-10-05 [paul]       2.5.3cvs6
1811
1812         * src/common/utils.c
1813                 fix building with --disable-nls
1814
1815 2006-10-04 [colin]      2.5.3cvs5
1816
1817         * src/folder.c
1818                 Maybe fix a segfault
1819
1820 2006-10-04 [wwp]        2.5.3cvs4
1821
1822         * src/prefs_folder_item.c
1823                 Fine-tune layouts in folder item prefs. Suggested by
1824                 Fabien Vantard <fzzzzz@gmail.com>.
1825
1826 2006-10-04 [wwp]        2.5.3cvs3
1827
1828         * src/prefs_folder_item.c
1829                 Kill the clandestine passengers. You didn't see anything.
1830
1831 2006-10-04 [wwp]        2.5.3cvs2
1832
1833         * src/prefs_folder_item.c
1834                 Add a way to test the subject simplify regexp in
1835                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1836                 w/ few layout changes.
1837
1838 2006-20-04 [paul]       2.5.3cvs1
1839
1840         * NEWS
1841         * README
1842         * configure.ac
1843                 Update version number following
1844                 stable release
1845
1846 2006-10-04 [colin]      2.5.2cvs42
1847
1848         * src/folder.c
1849         * src/folder.h
1850         * src/summaryview.c
1851                 Provide a way for folder classes to set their sort
1852                 type and key
1853
1854 2006-10-03 [colin]      2.5.2cvs41
1855
1856         * src/mh.c
1857                 Don't use strlen() to know if the
1858                 string's empty
1859
1860 2006-10-03 [colin]      2.5.2cvs40
1861
1862         * src/mh.c
1863                 Fix "check for new folders" with accentued folders
1864
1865 2006-10-03 [ticho]      2.5.2cvs39
1866
1867         * src/filtering.c
1868         * src/folder.c
1869         * src/inc.c
1870         * src/mbox.c
1871                 Colin's fix for "copy" filtering rules.
1872
1873 2006-10-02 [colin]      2.5.2cvs38
1874
1875         * src/folderview.c
1876                 Fix for double-click too
1877
1878 2006-10-02 [colin]      2.5.2cvs37
1879
1880         * src/folderview.c
1881                 correct fix for cvs36
1882
1883 2006-10-02 [colin]      2.5.2cvs36
1884
1885         * src/folderview.c
1886                 Fix 'goto next unread' after collapsing/expanding 
1887                 a node.
1888
1889 2006-10-02 [colin]      2.5.2cvs35
1890
1891         * src/summaryview.c
1892                 Fix double freeze/thaw
1893         * src/common/utils.c
1894         * src/common/utils.h
1895                 Reimplement strftime
1896         * src/procheader.c
1897                 Use it
1898
1899
1900 2006-10-02 [colin]      2.5.2cvs34
1901
1902         * src/mh.c
1903                 Time mh_write_sequences() - it's fast
1904         * src/summaryview.c
1905                 Init a variable to shut up gcc
1906
1907 2006-10-01 [colin]      2.5.2cvs33
1908
1909         * src/folder.c
1910         * src/mh.c
1911         * src/mh.h
1912         * src/msgcache.c
1913                 Add helper mh_set_mtime(), and set mtime to stat()'s result
1914                 Add fsync but disable it, it's slow as hell
1915
1916 2006-10-01 [colin]      2.5.2cvs32
1917
1918         * src/mh.c
1919         * src/msgcache.c
1920                 fflush() caches and mh_sequences before
1921                 fclose()ing
1922
1923 2006-10-01 [colin]      2.5.2cvs31
1924
1925         * src/msgcache.c
1926                 Don't ftruncate when not using mmap
1927
1928 2006-09-30 [colin]      2.5.2cvs30
1929
1930         * src/main.c
1931                 Write folder list *after* saving caches
1932
1933 2006-09-30 [colin]      2.5.2cvs29
1934
1935         * src/folder.c
1936         * src/mh.c
1937                 Debug forced mtime changes
1938
1939 2006-09-30 [colin]      2.5.2cvs28
1940
1941         * src/folder.c
1942         * src/main.c
1943                 Remove useless debug_print()s (code
1944                 well-tested)
1945
1946 2006-09-30 [colin]      2.5.2cvs27
1947
1948         * src/mh.c
1949                 Do stuff faster when writing mh_sequences
1950
1951 2006-09-30 [colin]      2.5.2cvs26
1952
1953         * src/mh.c
1954                 Don't let the writing of .mh_sequences, which
1955                 can change the folder's mtime, let us think
1956                 we need to scan.
1957
1958 2006-09-30 [colin]      2.5.2cvs25
1959
1960         * src/folder.c
1961                 Move a debug_print where it belongs 
1962                 (processing)
1963         * src/summaryview.c
1964                 Don't mess with a huge slow subject
1965                 table if we're not threading by
1966                 subject
1967
1968 2006-09-30 [colin]      2.5.2cvs24
1969
1970         * src/msgcache.c
1971                 Reenable mmaped reads (*not* writes!)
1972         * src/procmsg.c
1973                 Don't destroy and recreate hashtables just
1974                 for fun
1975         * src/common/utils.c
1976                 Remove useless reply prefixes (it's case
1977                 unsensitive)
1978
1979 2006-09-30 [wwp]        2.5.2cvs23
1980
1981         * tools/fix_date.sh
1982                 Fixed a minor bug in date value extraction, added a switch
1983                 to replace non RFC-compliant Date: value, added a switch
1984                 to use strict RFC matching patterns for dates.
1985
1986 2006-09-29 [colin]      2.5.2cvs22
1987
1988         * src/matcher_parser.h
1989         * src/matcher_parser_parse.y
1990         * src/prefs_filtering.c
1991         * src/statusbar.c
1992         * src/summary_search.c
1993         * src/summaryview.c
1994         * src/gtk/quicksearch.c
1995         * src/gtk/quicksearch.h
1996                 Optimise searches by setting different
1997                 refresh intervals (depending if the 
1998                 search is fast or not)
1999
2000 2006-09-29 [colin]      2.5.2cvs21
2001
2002         * src/codeconv.c
2003                 Optimise by reusing the last iconv converter
2004                 if possible
2005         * src/textview.c
2006                 Optimise a bit (the foldable quotes feature
2007                 still has an awful O(n^2) algo
2008
2009 2006-09-29 [colin]      2.5.2cvs20
2010
2011         * src/gtk/gtksctree.c
2012         * src/gtk/gtksctree.h
2013                 Optimise de-selection via up/down or
2014                 another key
2015
2016 2006-09-28 [colin]      2.5.2cvs19
2017
2018         * src/action.c
2019         * src/compose.c
2020         * src/folderview.c
2021         * src/mainwindow.c
2022         * src/messageview.c
2023         * src/summary_search.c
2024         * src/toolbar.c
2025                 Avoid using summaryview->ctree directly
2026
2027 2006-09-28 [colin]      2.5.2cvs18
2028
2029         * src/summaryview.c
2030         * src/summaryview.h
2031                 Add helpers to freeze/thaw/grab_focus
2032                 Factorize calls to freeze/thaw/grab_focus
2033                 
2034
2035 2006-09-28 [colin]      2.5.2cvs17
2036
2037         * src/main.c
2038                 More guards for the session management
2039
2040 2006-09-28 [colin]      2.5.2cvs16
2041
2042         * src/folderview.c
2043         * src/gtk/gtksctree.c
2044         * src/gtk/gtksctree.h
2045                 Make expanding not recursive in folderview
2046
2047 2006-09-28 [colin]      2.5.2cvs15
2048
2049         * src/addressbook.c
2050                 If nothing is selected in the list (right part)
2051                 and a group is selected in the tree (left part),
2052                 mail this group.
2053
2054 2006-09-28 [colin]      2.5.2cvs14
2055
2056         * src/Makefile.am
2057                 Actually use SM_LIBS
2058
2059 2006-09-28 [ticho]      2.5.2cvs13
2060
2061         * src/export.c
2062         * src/messageview.c
2063         * src/mimeview.c
2064         * src/news.c
2065         * src/pop.c
2066         * src/prefs_themes.c
2067         * src/procmsg.c
2068                 Small i18n string optimization.
2069         * src/send_message.c
2070         * src/summaryview.c
2071         * src/common/session.c
2072         * src/common/smtp.c
2073         * src/common/ssl_certificate.c
2074         * src/common/utils.c
2075                 Use "Couldn't" instead of "Can't" in UI messages,
2076                 where appropriate.
2077
2078 2006-09-28 [colin]      2.5.2cvs12
2079
2080         * configure.ac
2081                 Possibly fix link errors
2082
2083 2006-09-27 [wwp]        2.5.2cvs11
2084
2085         * src/gtk/authors.h
2086         * doc/man/sylpheed-claws.1
2087         * manual/ack.xml
2088         * manual/es/ack.xml
2089         * manual/fr/ack.xml
2090         * manual/pl/ack.xml
2091                 Updated authors info (me, myself and I).
2092
2093 2006-09-27 [colin]      2.5.2cvs10
2094
2095         * src/addressbook.c
2096                 Remove useless printf
2097
2098 2006-09-27 [wwp]        2.5.2cvs9
2099
2100         * src/editgroup.c
2101         * src/send_message.c
2102         * src/inc.c
2103         * src/prefs_common.c
2104         * src/prefs_common.h
2105         * src/gtk/progressdialog.c
2106                 remember more windows' sizes (send dialog, received dialog,
2107                 edit group in addressbook).
2108
2109 2006-09-27 [colin]      2.5.2cvs8
2110
2111         * configure.ac
2112         * src/main.c
2113         * src/mainwindow.h
2114                 Use libSM to communicate with the session
2115                 manager, so that we can know when the 
2116                 session ends, save our caches, and draft
2117                 our compose windows.
2118
2119 2006-09-27 [colin]      2.5.2cvs7
2120
2121         * src/addressbook.c
2122                 Fix issues:
2123                 o Allow Book and Group creation from the tree's
2124                   contextual menu
2125                 o Do not actually delete the contacts when 
2126                   deleting groups from the tree (duh!)
2127
2128 2006-09-27 [colin]      2.5.2cvs6
2129
2130         * src/compose.c
2131         * src/compose.h
2132         * src/mainwindow.c
2133         * src/textview.c
2134         * src/toolbar.c
2135                 o Allow passing an email address to 
2136                   compose_new_with_folderitem
2137                 o Update callers
2138                 o Use current folderitem when clicking
2139                   on a TextView mailto: link
2140                 o Fix a possible leak in TextView
2141
2142 2006-09-27 [colin]      2.5.2cvs5
2143
2144         * src/html.c
2145                 Use UTF-8 chars to replace HTML entities
2146
2147 2006-09-27 [colin]      2.5.2cvs4
2148
2149         * AUTHORS
2150         * src/prefs_account.c
2151         * src/gtk/authors.h
2152                 Fix bug #1024 (Array index out of
2153                 range in sylpheed-claws-2.5.2)
2154                 Patch by Ales Nosek <anosek@suse.cz>
2155
2156 2006-09-27 [colin]      2.5.2cvs3
2157
2158         * src/addr_compl.c
2159                 Actually do the test
2160
2161 2006-09-27 [colin]      2.5.2cvs2
2162
2163         * src/addr_compl.c
2164         * src/addr_compl.h
2165                 Allow completing with comma (in certain cases: vCalendar
2166                 for example doesn't support that)
2167                 Patch by Fabien Vantard
2168
2169 2006-09-26 [colin]      2.5.2cvs1
2170
2171         * src/Makefile.am
2172         * src/addr_compl.c
2173         * src/addr_compl.h
2174         * src/addrbook.c
2175         * src/addrbook.h
2176         * src/addressbook.c
2177         * src/addrindex.c
2178         * src/addrindex.h
2179         * src/compose.c
2180         * src/prefs_common.c
2181         * src/prefs_filtering_action.c
2182         * src/prefs_folder_item.c
2183         * src/prefs_template.c
2184         * src/stock_pixmap.c
2185         * src/stock_pixmap.h
2186         * src/pixmaps/addr_one.xpm
2187         * src/pixmaps/addr_two.xpm
2188                 Add auto-completion on groups
2189
2190 2006-09-26 [colin]      2.5.2
2191
2192         * NEWS
2193         * README
2194         * RELEASE_NOTES
2195                 2.5.2 released
2196
2197 2006-09-26 [colin]      2.5.1cvs5
2198
2199         * src/matcher.c
2200                 Fix condition
2201
2202 2006-09-26 [colin]      2.5.1cvs4
2203
2204         * src/mbox.c
2205                 Revert cvs1 (useless as the message is printed 
2206                 every 500 mails)
2207
2208 2006-09-26 [colin]      2.5.1cvs3
2209
2210         * src/partial_download.c
2211                 Fix crasher found by Alexsandar Urosevic
2212
2213 2006-09-26 [colin]      2.5.1cvs2
2214
2215         * src/summaryview.c
2216                 Fix bug #1023 (Sylpheed deletes too much messages)
2217
2218 2006-09-26 [ticho]      2.5.1cvs1
2219
2220         * src/mbox.c
2221                 Make use of gettext's multiple plurals for statusbar
2222                 progress message.
2223
2224 2006-09-25 [paul]       2.5.1
2225
2226         * NEWS
2227         * README
2228         * RELEASE_NOTES
2229                 2.5.1 released
2230
2231 2006-09-25 [colin]      2.5.0cvs3
2232
2233         * src/plugins/bogofilter/bogofilter.c
2234         * src/plugins/clamav/clamav_plugin.c
2235         * src/plugins/spamassassin/spamassassin.c
2236                 BogoFilter, Spamassassin: Fix double hook registering after
2237                 visiting preferences
2238                 Spamassassin, Clamav: Just set the mails to move instead of
2239                 doing the move - caller will move the things at once.
2240
2241 2006-09-25 [colin]      2.5.0cvs2
2242
2243         * src/imap.c
2244         * src/etpan/imap-thread.c
2245                 Use UID SEARCH ALL instead of UID 1:*
2246                 (braindead servers can't figure out that's
2247                 the same...)
2248
2249 2006-09-25 [wwp]        2.5.0cvs1
2250
2251         * src/message_search.c
2252                 Added the ability to stop a running search (in message body).
2253
2254 2006-09-25 [paul]       2.5.0
2255
2256         * NEWS
2257         * README
2258         * RELEASE_NOTES
2259                 2.5.0 released
2260
2261 2006-09-25 [paul]       2.4.0cvs214
2262
2263         * po/cs.po
2264         * po/de.po
2265         * po/fi.po
2266         * po/fr.po
2267         * po/nl.po
2268         * po/pt_BR.po
2269         * po/sk.po
2270         * po/sr.po
2271         * po/zh_CN.po
2272                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2273                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2274                 Ticho, Aleksander Urosevic, Ralgh Young
2275
2276 2006-09-24 [mones]      2.4.0cvs213
2277
2278         * po/es.po
2279                 Updated for release
2280
2281 2006-09-23 [colin]      2.4.0cvs212
2282
2283         * src/gtk/inputdialog.c
2284                 Fix [ ] remember this appearing in normal
2285                 input dialogs after it's been used by
2286                 mimeview.
2287         * src/folder.c
2288         * src/folderview.c
2289         * src/msgcache.c
2290         * src/procmsg.c
2291         * src/summaryview.c
2292         * src/textview.c
2293         * src/common/timing.h
2294                 Enable timings in debug mode and make it
2295                 look prettier.
2296
2297 2006-09-22 [colin]      2.4.0cvs211
2298
2299         * README
2300                 Revert test change
2301         * commitHelper
2302                 ping the correct URI
2303
2304 2006-09-22 [colin]      2.4.0cvs210
2305
2306         * README
2307                 Let's see if bug #1022 is fixed
2308
2309 2006-09-21 [colin]      2.4.0cvs209
2310
2311         * src/wizard.c
2312         * src/common/plugin.c
2313                 Prepare infra to load predefined plugins when
2314                 no configuration existed. Don't actually load
2315                 anything yet (feat. freeze)
2316
2317 2006-09-21 [wwp]        2.4.0cvs208
2318
2319         * manual/fr/faq.xml
2320                 Partial sync w/ 2.4.0cvs72:
2321                 wrap file and minor updates.
2322
2323 2006-09-21 [wwp]        2.4.0cvs207
2324
2325         * tools/fix_date.sh
2326                 several fixes and enhancements. A new --force switch has been
2327                 added to prevent overriding by default Date: header when
2328                 already existing.
2329
2330 2006-09-21 [paul]       2.4.0cvs206
2331
2332         * src/common/utils.c
2333                 add Chinese UTF8 Re prefix
2334
2335 2006-09-21 [wwp]        2.4.0cvs205
2336
2337         * tools/Makefile.am
2338                 Fics alfabettical order.
2339
2340 2006-09-21 [wwp]        2.4.0cvs204
2341
2342         * tools/fix_date.sh
2343         * tools/Makefile.am
2344                 Added an action tool to fix missing Date field in emails.
2345                 Updated Makefile.am to reflect those last two additions.
2346
2347 2006-09-21 [wwp]        2.4.0cvs203
2348
2349         * tools/uuooffice
2350                 Added a action tool to open uuencoded docs w/
2351                 OpenOffice (based on uudec method).
2352
2353 2006-09-21 [colin]      2.4.0cvs202
2354
2355         * src/compose.c
2356         * src/textview.c
2357                 Workaround possible GTK crash: remove selection 
2358                 clipboard before destroying widget, or GTK+-2.10
2359                 dies. Thanks to Hiro.
2360
2361 2006-09-20 [colin]      2.4.0cvs201
2362
2363         * src/compose.c
2364                 Fix free-after-use in some cases (when 
2365                 procmime_encode_content() frees mimeinfo->data.mem
2366                 and turns it to a temp file)
2367
2368 2006-09-20 [colin]      2.4.0cvs200
2369
2370         * src/folderview.c
2371         * src/summaryview.c
2372         * src/gtk/gtksctree.c
2373         * src/gtk/gtksctree.h
2374                 Add tooltips in the folderview and summaryview
2375                 (Doesn't break string freeze as they already
2376                 exist)
2377         * src/toolbar.c
2378                 Put the spam button in the default configuration
2379                 if compiled with bogo plugin too
2380
2381 2006-09-19 [colin]      2.4.0cvs199
2382
2383         * src/summaryview.c
2384         * src/summaryview.h
2385                 Update folder name label on folder rename
2386         * src/prefs_matcher.c
2387         * src/gtk/logwindow.h
2388                 Fix warnings
2389                 Patches by Fabien
2390
2391 2006-09-19 [wwp]        2.4.0cvs198
2392
2393         * src/summary_search.c
2394                 fix can't click forward/backward buttons in the
2395                 search messages.
2396
2397 2006-09-18 [paul]       2.4.0cvs197
2398
2399         * src/wizard.c
2400                 add missing bracket, capitalise the A of
2401                 'SpamAssassin'
2402
2403 2006-09-18 [paul]       2.4.0cvs196
2404
2405         * src/compose.c
2406                 fix bug 1012 'crashed upon sending mail
2407                 from compose window'
2408                 Thanks to Colin
2409
2410 2006-09-16 [colin]      2.4.0cvs195
2411
2412         * src/folderview.c
2413                 Fix "real-time" sorting by freezing/thawing
2414
2415 2006-09-16 [colin]      2.4.0cvs194
2416
2417         * manual/faq.xml
2418                 Fix the anti-spam entry a bit
2419
2420 2006-09-16 [colin]      2.4.0cvs193
2421
2422         * src/wizard.c
2423                 Make sure reviewers have no excuse when stating
2424                 Sylpheed-Claws doesn't have antispam capabilities.
2425
2426 2006-09-16 [colin]      2.4.0cvs192
2427
2428         * src/main.c
2429                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2430                 as if the SIGPIPE comes from etpan's thread we could
2431                 trigger a GUI update from this thread.
2432
2433 2006-09-16 [colin]      2.4.0cvs191
2434
2435         * src/summaryview.c
2436                 Init all members of the struct
2437
2438 2006-09-16 [paul]       2.4.0cvs190
2439
2440         * src/account.c
2441                 improvements to the English
2442
2443 2006-09-15 [colin]      2.4.0cvs189
2444
2445         * src/summaryview.c
2446                 HIG order on dialog
2447
2448 2006-09-14 [colin]      2.4.0cvs188
2449
2450         * src/common/socket.c
2451         * src/common/socket.h
2452         * src/common/ssl.c
2453         * src/common/ssl_certificate.c
2454         * src/common/ssl_certificate.h
2455         * src/etpan/imap-thread.c
2456                 the get_fqdn() call done to get canonical name when
2457                 checking an SSL certificate is blocking, which is
2458                 sad as we just did a non-blocking lookup to connect.
2459                 Fix that by letting the fqdn available to the SockInfo,
2460                 and use that in ssl_certificate_check(). For IMAP,
2461                 we don't do it as the lookup's done by libetpan, but
2462                 it's less annoying as IMAP connections as much more
2463                 rare than POP3 connections.
2464
2465 2006-09-14 [paul]       2.4.0cvs187
2466
2467         * manual/advanced.xml
2468                 improvements to the English,
2469                 properly place the new hidden options
2470                 within the alphabetical order
2471         * src/gtk/pluginwindow.c
2472                 improvements to the English
2473
2474 2006-09-14 [colin]      2.4.0cvs186
2475
2476         * src/prefs_common.c
2477         * src/prefs_common.h
2478         * src/gtk/gtksctree.c
2479         * manual/advanced.xml
2480                 New hidden pref, stripes_color_offset, to change
2481                 the value added/substracted to normal bgcolor to
2482                 create the stripes in summaries
2483
2484 2006-09-13 [colin]      2.4.0cvs185
2485
2486         * src/gedit-print.c
2487         * src/messageview.c
2488         * src/messageview.h
2489         * src/summaryview.c
2490         * src/textview.c
2491                 Fix misc. printing issues: 
2492                 - Bad font for linkified headers
2493                 - Different font if the mail was displayed or not
2494                 - Factorize the thing
2495
2496 2006-09-13 [colin]      2.4.0cvs184
2497
2498         * src/common/ssl_certificate.c
2499                 Only get FQDN once when checking certificate
2500
2501 2006-09-13 [colin]      2.4.0cvs183
2502
2503         * src/account.c
2504         * src/gtk/pluginwindow.c
2505                 Misc. GUI fixes by Fabien
2506
2507 2006-09-13 [wwp]        2.4.0cvs182
2508
2509         * configure.ac
2510         * src/common/utils.h
2511         * src/common/utils.c
2512                 get rid of unused wide-char functions.
2513
2514 2006-09-13 [wwp]        2.4.0cvs181
2515
2516         * src/plugins/pgpinline/sylpheed.def
2517         * src/textview.c
2518                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2519                 add privacy_reset_error to the .def file,
2520                 do not fork for an external textviewer.
2521
2522 2006-09-13 [wwp]        2.4.0cvs180
2523
2524         * src/prefs_common.c
2525                 fix broken font entry in prefs (patch issued by the gpg4win team,
2526                 probably by Marcus Brinkmann <marcus@g10code.de>).
2527
2528 2006-09-13 [colin]      2.4.0cvs179
2529
2530         * src/folder.h
2531                 Fix a warning in summaryview.c
2532         * src/mainwindow.c
2533         * src/summaryview.c
2534         * src/summaryview.h
2535                 Add missing Mark/* elements in the
2536                 main menu
2537
2538 2006-09-12 [colin]      2.4.0cvs178
2539
2540         * src/prefs_actions.c
2541         * src/prefs_filtering_action.c
2542         * src/prefs_matcher.c
2543                 Use (New) instead of New everywhere
2544
2545 2006-09-12 [wwp]        2.4.0cvs177
2546
2547         * manual/fr/addrbook.xml
2548         * manual/fr/handling.xml
2549                 updated some quotes in the fr manual to match the fr translation.
2550
2551 2006-09-12 [wwp]        2.4.0cvs176
2552
2553         * src/prefs_matcher.c
2554                 don't store translated string elements in matcher expressions.
2555                 Also fixed a misused of Q_().
2556
2557 2006-09-11 [wwp]        2.4.0cvs175
2558
2559         * src/plugins//bogofilter/bogofilter.c
2560         * src/plugins//clamav/clamav_plugin.c
2561         * src/plugins//demo/demo.c
2562         * src/plugins//dillo_viewer/dillo_viewer.c
2563         * src/plugins//pgpcore/plugin.c
2564         * src/plugins//pgpinline/plugin.c
2565         * src/plugins//pgpmime/plugin.c
2566         * src/plugins//spamassassin/spamassassin.c
2567                 gettext-ize more strings (mostly plugin error messages).
2568
2569 2006-09-11 [colin]      2.4.0cvs174
2570
2571         * src/alertpanel.c
2572                 Make maximum buffer size bigger to avoid
2573                 truncating translated messages. Patch by
2574                 Fabien
2575
2576 2006-09-11 [colin]      2.4.0cvs173
2577
2578         * src/etpan/imap-thread.c
2579                 Fix compilation on OpenBSD, thanks to 
2580                 Landry
2581
2582 2006-09-10 [wwp]        2.4.0cvs172
2583
2584         * manual/account.xml
2585         * manual/addrbook.xml
2586         * manual/handling.xml
2587         * manual/es/handling.xml
2588         * manual/fr/account.xml
2589         * manual/fr/addrbook.xml
2590         * manual/fr/handling.xml
2591                 documented addressbook matching (condition configuration):
2592                   addrbook.xml, en fr
2593                 documented per-account filtering rules (handling/filtering
2594                   section, account section):
2595                   account.xml, handling.xml, en fr
2596                 slightly updated the handling/searching section to tell few
2597                   words about the extended search ability:
2598                   handling.xml, en fr
2599                 added missing <quote></quotes> to Quick Search:
2600                   handling.xml, en fr es
2601                 fixed a typo (auomatically):
2602                   handling.xml, en
2603                 changes revisited by Paul.
2604
2605 2006-09-10 [paul]       2.4.0cvs171
2606
2607         * src/prefs_actions.c
2608         * src/prefs_filtering.c
2609         * src/prefs_template.c
2610                 adjustments to the gui
2611                 Patch by Fabien Vantard (slightly modified)
2612
2613 2006-09-10 [colin]      2.4.0cvs170
2614
2615         * src/summaryview.c
2616                 Check folderitem/summaryview consistency
2617                 (basically automates Update summary). Fixes
2618                 #1011 (wrong (negative) count on unread 
2619                 messages)
2620
2621 2006-09-10 [colin]      2.4.0cvs169
2622
2623         * src/gtk/gtksctree.c
2624                 Fix recursive expansion via mouse
2625         * src/plugins/bogofilter/bogofilter.c
2626                 Use normal filtering way of moving
2627                 messages (batching), possibly fixing
2628                 bug #1015 (Bogofilter plugin doubles 
2629                 new messages)
2630
2631 2006-09-09 [wwp]        2.4.0cvs168
2632
2633         * src/prefs_filtering.c
2634                 better place for this fix.
2635
2636 2006-09-09 [wwp]        2.4.0cvs167
2637
2638         * src/prefs_filtering.c
2639                 fix a minor bug when the enabled status of a filtering/processing
2640                 rule always got set to TRUE when replacing this rule. That still
2641                 make sense when adding a new rule, but now when replacing, we
2642                 don't override the value of 'enabled'.
2643                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2644                 to prefs_filtering_list_view_get_info() as this function not only
2645                 returns the name, but also the account_id and the enabled status.
2646
2647 2006-09-09 [mones]      2.4.0cvs166
2648
2649         * manual/glossary.xml
2650         * manual/plugins.xml
2651                 Minor format corrections
2652         * manual/gpl.xml
2653                 Fix misplaced NO WARRANTY section
2654         * manual/es/advanced.xml
2655         * manual/es/faq.xml
2656         * manual/es/glossary.xml
2657         * manual/es/gpl.xml
2658         * manual/es/handling.xml
2659         * manual/es/plugins.xml
2660         * manual/es/starting.xml
2661                 Incorporate changes from English version
2662         * manual/fr/ack.xml
2663         * manual/pl/ack.xml
2664         * manual/es/ack.xml
2665                 Fix address, (add translation credits in es version)
2666         * po/es.po
2667                 Updated translation
2668
2669 2006-09-09 [wwp]        2.4.0cvs165
2670
2671         * src/prefs_filtering.c
2672                 fix a crash when opening filtering prefs, if matcherrc file contains
2673                 broken data (non-existing account id, which is theoretically not
2674                 possible).
2675
2676 2006-09-08 [colin]      2.4.0cvs164
2677
2678         * src/folder.c
2679                 Wrong assert, make it an if()
2680         * src/gtk/gtksctree.c
2681                 Fix bug #1013 (expand selected thread 
2682                 tree) - expanding is now recursive
2683
2684 2006-09-07 [wwp]        2.4.0cvs163
2685
2686         * src/prefs_matcher.c
2687                 make better sentences about addressbook matching in the
2688                 matcher prefs. This should make translators' work easier
2689                 too.
2690
2691 2006-09-07 [wwp]        2.4.0cvs162
2692
2693         * src/prefs_filtering.c
2694                 code simplification (get rid of dup var. assignment).
2695
2696 2006-09-07 [wwp]        2.4.0cvs161
2697
2698         * src/summaryview.c
2699                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2700                 <fzzzzz@gmail.com>.
2701
2702 2006-09-07 [paul]       2.4.0cvs160
2703
2704         * src/mimeview.c
2705                 fix compilation warnings
2706                 Thanks to Colin
2707
2708 2006-09-07 [paul]       2.4.0cvs159
2709
2710         * src/mimeview.c
2711                 select the mimepart icon when
2712                 displaying as text
2713                 Thanks to Colin
2714
2715 2006-09-06 [paul]       2.4.0cvs158
2716
2717         * src/prefs_filtering.c
2718                 fix labels and table element spacing
2719                 Patch by Fabien Vantard
2720
2721 2006-09-06 [paul]
2722
2723         2.5.0-rc3 released
2724
2725 2006-09-06 [paul]       2.4.0cvs157
2726
2727         * manual/es/advanced.xml
2728                 fix typo
2729
2730 2006-09-06 [wwp]        2.4.0cvs156
2731
2732         * src/mainwindow.c
2733                 fix an dup launch issue when iconified, thanks to Colin.
2734
2735 2006-09-06 [wwp]        2.4.0cvs155
2736
2737         * src/gtk//gtksctree.h
2738                 oops, forgot that one!
2739
2740 2006-09-06 [wwp]        2.4.0cvs154
2741
2742         * manual/pl/advanced.xml
2743         * manual/advanced.xml
2744         * manual/es/advanced.xml
2745         * manual/fr/advanced.xml
2746         * src/prefs_customheader.c
2747         * src/prefs_filtering_action.c
2748         * src/foldersel.c
2749         * src/prefs_summaries.c
2750         * src/prefs_filtering.c
2751         * src/account.c
2752         * src/compose.c
2753         * src/prefs_summary_column.c
2754         * src/addr_compl.c
2755         * src/prefs_actions.c
2756         * src/prefs_folder_column.c
2757         * src/ssl_manager.c
2758         * src/prefs_template.c
2759         * src/prefs_display_header.c
2760         * src/prefs_common.h
2761         * src/prefs_matcher.c
2762         * src/prefs_common.c
2763         * src/prefs_toolbar.c
2764         * src/summaryview.c
2765         * src/folderview.c
2766         * src/gtk/gtksctree.c
2767         * src/gtk/pluginwindow.c
2768         * src/gtk/progressdialog.c
2769         * src/gtk/prefswindow.c
2770                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2771                 to make its meaning more obvious (all versions of the manual reflect
2772                 the change).
2773                 added an extra hidden option use_stripes_in_summary to allow
2774                 discarding these stripes in mainwindow's folder and message lists;
2775                 en and fr manuals only are OK towards this.
2776
2777 2006-09-06 [colin]      2.4.0cvs153
2778
2779         * src/textview.c
2780                 Hide Sylpheed-Claws' internal queue headers
2781                 when showing all headers. They'll be present
2782                 only in Source window.
2783
2784 2006-09-05 [colin]      2.4.0cvs152
2785
2786         * src/plugins/trayicon/trayicon.c
2787                 Fix crash at exit - we have to disconnect
2788                 our handlers
2789         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2790                 Update eggtrayicon - patch adapted from a
2791                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2792                 on Sylpheed's ML
2793
2794 2006-09-05 [colin]      2.4.0cvs151
2795
2796         * src/mainwindow.c
2797         * src/gtk/logwindow.c
2798                 Fix race condition when something writes
2799                 to the log too soon during init. Thanks
2800                 to Fabien Vantard
2801
2802 2006-09-05 [colin]      2.4.0cvs150
2803
2804         * src/mimeview.c
2805                 Don't select part on right-click either
2806
2807 2006-09-05 [paul]       2.4.0cvs149
2808
2809         * src/mimeview.c
2810                 completion of previous commit
2811                 Thanks to Colin
2812
2813 2006-09-05 [colin]      2.4.0cvs148
2814
2815         * src/mimeview.c
2816                 Don't force selection on middle-click, just open
2817
2818 2006-09-04 [colin]      2.4.0cvs147
2819
2820         * src/mimeview.c
2821                 Looks like gtk_notebook_set_current_page()
2822                 sometimes steals focus, and this annoys us
2823                 in MimeViewers as it renders navigation
2824                 keys useless. Take back focus after switching
2825                 pages.
2826
2827 2006-09-04 [colin]      2.4.0cvs146
2828
2829         * src/messageview.c
2830                 Set stop_loading when clicking on Next
2831                 during load. Don't add a callback to 
2832                 avoid over-complicating things.
2833
2834 2006-09-04 [colin]      2.4.0cvs145
2835
2836         * src/mimeview.c
2837         * src/messageview.c
2838                 Fix multiple loads in separate messageview
2839
2840 2006-09-04 [colin]      2.4.0cvs144
2841
2842         * src/summaryview.c
2843                 Let navigation keys be handled during 
2844                 load
2845
2846 2006-09-04 [colin]      2.4.0cvs143
2847
2848         * src/messageview.c
2849         * src/summaryview.c
2850         * src/textview.c
2851         * src/textview.h
2852                 Make loading of huge mails (lots of text and/or
2853                 images) cancellable, so the GUI doesn't block 
2854
2855 2006-09-04 [colin]      2.4.0cvs142
2856
2857         * src/plugins/trayicon/trayicon.c
2858                 Fix annoyance when removing a folder with 
2859                 unread mails: trayicon didn't update
2860
2861 2006-09-04 [paul]       2.4.0cvs141
2862
2863         * src/gtk/icon_legend.c
2864                 straighten up columns
2865                 Patch by Fabien Vantard
2866
2867 2006-09-04 [wwp]        2.4.0cvs140
2868
2869         * src/prefs_filtering.c
2870                 fix new line's account name in filtering prefs:
2871                 was "All", is now "(New)".
2872
2873 2006-09-04 [paul]       2.4.0cvs139
2874
2875         * tools/make.themes.project
2876                 use "AUTOMAKE_OPTIONS = dist-bzip2"
2877                 instead of homebrewed "make release"
2878
2879 2006-09-03 [colin]      2.4.0cvs138
2880
2881         * src/folderview.c
2882                 Fix bug #1007 (Wrong folder highlighted)
2883
2884 2006-09-03 [colin]      2.4.0cvs137
2885
2886         * src/compose.c
2887                 Don't set Newsgroup: header to a mail folder
2888                 path
2889
2890 2006-09-03 [paul]       2.4.0cvs136
2891
2892         * src/prefs_other.c
2893         * src/prefs_spelling.c
2894                 unify the gui
2895
2896 2006-09-03 [paul]       2.4.0cvs135
2897
2898         * src/prefs_summaries.c
2899                 correct menu item text in prefs_keybind_apply_clicked()
2900
2901 2006-09-03 [paul]       2.4.0cvs134
2902
2903         * manual/advanced.xml
2904                 some improvements to the descriptions
2905         * src/mainwindow.c
2906         * src/messageview.c
2907         * src/summaryview.c
2908         * src/gtk/menu.c
2909                 fix menu sensitivity issues
2910         * src/prefs_message.c
2911                 drop the useless word 'short'
2912         * src/prefs_other.c
2913                 add the word 'lines' indicating log length
2914                 is a measure of lines
2915         * src/textview.c
2916                 fix compilation warnings
2917
2918 2006-09-02 [colin]      2.4.0cvs133
2919
2920         * src/messageview.c
2921                 Display a special return-receipt message
2922                 if the message is from the user
2923         * src/summaryview.c
2924                 Fix missing freeze of the list when marking
2925                 all read and unthreading for exec. Thanks
2926                 to Stephan Sachse.
2927
2928 2006-09-02 [paul]       2.4.0cvs132
2929
2930         * src/mainwindow.c
2931         * src/prefs_message.c
2932         * src/summaryview.c
2933                 fix some english
2934
2935 2006-09-02 [wwp]        2.4.0cvs131
2936
2937         * src/prefs_filtering.c
2938                 added an account name column to the filtering rules
2939                 dialog.
2940
2941 2006-09-02 [colin]      2.4.0cvs130
2942
2943         * src/gtk/logwindow.c
2944         * src/gtk/logwindow.h
2945                 Block scrolling if we're not at the end
2946                 of the log
2947
2948 2006-09-02 [colin]      2.4.0cvs129
2949
2950         * src/folder.c
2951                 Make sure account-specific rules can't
2952                 be used in {pre-,post-,}processing
2953         * src/mainwindow.c
2954         * src/gtk/logwindow.c
2955         * src/gtk/logwindow.h
2956                 Jump to last error when clicking on the
2957                 warning icon
2958
2959 2006-09-02 [colin]      2.4.0cvs128
2960
2961         * src/imap.c
2962         * src/import.c
2963         * src/mainwindow.c
2964         * src/mainwindow.h
2965                 Fix warning icon
2966         * src/inc.c
2967         * src/mbox.c
2968         * src/mbox.h
2969                 Let proc_mbox know its account, for
2970                 account-specific rules
2971
2972 2006-09-01 [colin]      2.4.0cvs127
2973
2974         * src/codeconv.c
2975                 Don't uselessly use iconv to convert from
2976                 us-ascii
2977         * src/alertpanel.c
2978         * src/mainwindow.c
2979         * src/mainwindow.h
2980         * src/inc.c
2981                 Fix certain log cases, disable warning icon
2982                 for now, the correct way to display it when
2983                 necessary and only when necessary is probably
2984                 to do it manually rather than use error logs
2985         * src/etpan/imap-thread.c
2986                 Clean up UID logging a bit
2987         * src/gtk/logwindow.c
2988         * src/gtk/logwindow.h
2989                 Make logging faster when the window's closed
2990
2991 2006-09-01 [wwp]        2.4.0cvs126
2992
2993         * manual/fr/account.xml
2994                 reflect changes to the ref. manual (parts of cvs72):
2995                 fix tabnames and quotes.
2996
2997 2006-09-01 [wwp]        2.4.0cvs125
2998
2999         * manual/fr/plugins.xml
3000                 reflect changes to the reference manual (cvs42):
3001                 update IRC channel info.
3002
3003 2006-09-01 [wwp]        2.4.0cvs124
3004
3005         * commitHelper
3006                 use CVSEDITOR env. var. if set, according to `man cvs`.
3007
3008 2006-09-01 [wwp]        2.4.0cvs123
3009
3010         * manual/advanced.xml
3011                 better sentence again (thanks to Paul).
3012
3013 2006-09-01 [wwp]        2.4.0cvs122
3014
3015         * manual/advanced.xml
3016         fix definition of toolbar_detachable and rework a bit the one of
3017         enable_dotted_lines.
3018
3019 2006-09-01 [mones]      2.4.0cvs121
3020
3021         * manual/advanced.xml
3022                 Document enable_dotted_lines
3023
3024 2006-09-01 [paul]       2.4.0cvs120
3025
3026         * src/folderview.c
3027         * src/folderview.h
3028         * src/imap.c
3029         * src/mainwindow.c
3030         * src/summaryview.c
3031                 obey the 'When entering folder...' option
3032                 when using the /View/Go to/... menu items
3033                 Thanks to Colin
3034
3035 2006-08-31 [colin]      2.4.0cvs119
3036
3037         * src/folderview.c
3038                 Revert 2.4.0cvs116, wrong fix.
3039
3040 2006-08-31 [colin]      2.4.0cvs118
3041
3042         * src/gtk/gtksctree.c
3043                 Better state the various copyrights
3044
3045 2006-08-31 [colin]      2.4.0cvs117
3046
3047         * src/prefs_common.c
3048                 fix enable_dotted_lines
3049
3050 2006-08-31 [colin]      2.4.0cvs116
3051
3052         * src/folderview.c
3053                 Use pref "Always open on select" when going
3054                 to next unread folder
3055         * src/gtk/gtksctree.c
3056                 Fix link failure to _gtk_clist_create_cell_layout
3057                 on certain computers. (Why not mine, I wonder)
3058
3059 2006-08-31 [colin]      2.4.0cvs115
3060
3061         * src/procmsg.c
3062         * src/textview.c
3063         * src/plugins/bogofilter/bogofilter.c
3064         * src/plugins/spamassassin/spamassassin.c
3065                 Requalify some "errors" to warnings
3066         * src/mainwindow.c
3067         * src/mainwindow.h
3068         * src/statusbar.c
3069                 Add an icon in the statusbar to notify
3070                 of errors
3071         * src/gtk/gtksctree.c
3072         * src/folderview.c
3073         * src/summaryview.c
3074                 Make the GtkSCTree look more modern by
3075                 alternating background lines
3076         * src/prefs_common.c
3077         * src/prefs_common.h
3078                 Add a pref to let people have the old
3079                 way if they prefer
3080
3081
3082 2006-08-30 [colin]      2.4.0cvs114
3083
3084         * src/procmsg.c
3085         * src/procmsg.h
3086                 Provide a way to filter a list of
3087                 messages in an optimised manner, and
3088                 add a list-filtering hook
3089         * src/folder.c
3090         * src/inc.c
3091         * src/mbox.c
3092                 Use the list filtering
3093         * src/plugins/bogofilter/bogofilter.c
3094                 Use the list-filtering hook
3095                 Use -b (bulk) mode for more speed
3096                 when learning and filtering
3097         * src/etpan/imap-thread.c
3098                 Make log output shorter in UID SEARCH
3099
3100
3101 2006-08-30 [colin]      2.4.0cvs113
3102
3103         * src/plugins/bogofilter/bogofilter.c
3104                 Really fast mass learning - thanks to David
3105                 Relson for the options explanations :)
3106
3107 2006-08-30 [colin]      2.4.0cvs112
3108
3109         * src/msgcache.c
3110                 Fix compilation on FreeBSD. Thanks
3111                 to Michael Hugues
3112
3113 2006-08-29 [colin]      2.4.0cvs111
3114
3115         * src/folderview.c
3116                 Handle "popup_menu" signal (for popping the 
3117                 menu via the keyboard)
3118         * src/mimeview.c
3119         * src/mimeview.h
3120         * src/summaryview.c
3121         * src/textview.c
3122         * src/gtk/gtkutils.c
3123         * src/gtk/gtkutils.h
3124                 Factorize scrolling code, and add an API 
3125                 for MimeViewers to handle scroll orders
3126
3127 2006-08-29 [wwp]        2.4.0cvs110
3128
3129         * src/plugins//bogofilter/bogofilter.c
3130         * src/plugins//spamassassin/spamassassin.c
3131                 make the bogofilter/spamassassin filtering error dialogs at
3132         incorporation obey to the "don't popup error dialog on
3133         receive error" option. If disabled, feed the log window w/
3134         the error message.
3135
3136 2006-08-29 [paul]
3137
3138         2.5.0-rc2 released
3139
3140 2006-08-29 [paul]       2.4.0cvs109
3141
3142         * Makefile.am
3143                 remove 'make release', it's not needed
3144                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3145
3146 2006-08-29 [paul]       2.4.0cvs108
3147
3148         * src/foldersel.c
3149         * src/summary_search.c
3150         * src/gtk/progressdialog.c
3151         * src/plugins/pgpcore/passphrase.c
3152                 replace deprecated gtk_window_set_policy()
3153
3154 2006-08-29 [colin]      2.4.0cvs107
3155
3156         * src/folder.c
3157                 Fix data loss when copy fails during a move:
3158                 only use fast remove_msgs if everything was
3159                 copied OK; else use slow remove_msg on the
3160                 mails that got copied only.
3161
3162 2006-08-28 [paul]       2.4.0cvs106
3163
3164         * src/mh.c
3165                 revert change in 2.4.0cvs104, it breaks
3166                 stuff
3167
3168 2006-08-28 [paul]       2.4.0cvs105
3169
3170         * src/plugins/spamassassin/spamassassin.c
3171                 english fix
3172
3173 2006-08-28 [paul]       2.4.0cvs104
3174
3175         * src/mh.c
3176                 fix data loss when moving to another
3177                 mailbox fails
3178         * src/prefs_spelling.c
3179                 improve the english
3180         * src/gtk/pluginwindow.c
3181                 improve the layout of the dialog text
3182         All thanks to Colin
3183
3184 2006-08-28 [paul]       2.4.0cvs103
3185
3186         * src/plugins/bogofilter/bogofilter.c
3187         * src/plugins/bogofilter/bogofilter_gtk.c
3188                 fix english up a bit, innit
3189
3190 2006-08-28 [paul]       2.4.0cvs102
3191
3192         * configure.ac
3193         * po/Makefile.in.in
3194         * po/Makevars
3195                 require autoconf 2.60, enabling building
3196                 with gettext 0.15 (gettext 0.14.x build still
3197                 possible). Replace Makefiles with versions
3198                 from gettext 0.15.
3199                 Remove configure options --with-localedir and
3200                 --with-mandir. The options that are provided
3201                 directly by autoconf 2.60 can be used instead:
3202                 --mandir --localedir
3203
3204 2006-08-27 [colin]      2.4.0cvs101
3205
3206         * src/plugins/bogofilter/Makefile.am
3207                 Fix make dist (no README)
3208
3209 2006-08-27 [colin]      2.4.0cvs100
3210
3211         * src/folder.c
3212                 Don't use F_UNKNOWN folders for any default
3213                 outbox/trash/etc
3214         * src/plugins/bogofilter/bogofilter.c
3215         * src/plugins/bogofilter/bogofilter.h
3216         * src/plugins/bogofilter/bogofilter_gtk.c
3217                 Add an option to specify the path to bogofilter
3218                 Use single-quotes to be able to learn in folders
3219                 with spaces in their names
3220                 Verify learning status
3221
3222 2006-08-27 [colin]      2.4.0cvs99
3223
3224         * manual/faq.xml
3225         * manual/plugins.xml
3226                 Document Bogofilter plugin
3227
3228 2006-08-27 [colin]      2.4.0cvs98
3229
3230         * src/compose.c
3231         * src/messageview.c
3232         * src/procmsg.c
3233         * src/procmsg.h
3234                 When possible, copy the queued mail to sent folder
3235                 instead of re-adding. Much faster on IMAP.
3236
3237 2006-08-27 [colin]      2.4.0cvs97
3238
3239         * src/msgcache.c
3240                 Disable mmaped caches - huge metadata loss
3241                 here after a power failure.
3242         * src/summaryview.c
3243                 Add quicksearch timing
3244         * src/common/plugin.c
3245         * src/common/plugin.h
3246                 Implement an interface to tell what plugins
3247                 provide. Prevent loading of similar plugins.
3248         * src/plugins/clamav/clamav_plugin.c
3249         * src/plugins/demo/demo.c
3250         * src/plugins/dillo_viewer/dillo_viewer.c
3251         * src/plugins/pgpcore/plugin.c
3252         * src/plugins/pgpinline/pgpinline.c
3253         * src/plugins/pgpmime/pgpmime.c
3254         * src/plugins/spamassassin/spamassassin.c
3255         * src/plugins/trayicon/trayicon.c
3256                 Implement plugin_provides()
3257
3258 2006-08-27 [colin]      2.4.0cvs96
3259
3260         * configure.ac
3261         * src/plugins/Makefile.am
3262         * src/plugins/bogofilter/.cvsignore
3263         * src/plugins/bogofilter/Makefile.am
3264         * src/plugins/bogofilter/bogofilter.c
3265         * src/plugins/bogofilter/bogofilter.h
3266         * src/plugins/bogofilter/bogofilter_gtk.c
3267                 New Bogofilter plugin, provides filtering and
3268                 learning. Spamassassin will go to extra plugins.
3269
3270 2006-08-26 [mones]      2.4.0cvs95
3271
3272         * manual/handling.xml
3273                 Fix subfolder path in the example (thanks to Paul) 
3274
3275 2006-08-26 [mones]      2.4.0cvs94
3276
3277         * manual/glossary.xml
3278                 2.2. + add ISP to the glossary
3279                 7.5. + Add UIDL to glossary
3280                 7.7. + Add TCP to glossary
3281         * manual/handling.xml
3282                 7.1. + Mentions GNU/Linux distribution, what about the non...
3283                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3284                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3285                 7.4. = Use appropriate quotation for commands
3286                 7.6. = change "" to <quote></quote>
3287         * manual/plugins.xml
3288                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3289         * manual/starting.xml
3290                 2.1. + local mbox file: some examples of mbox file locations...
3291                 Also reformatted files requiring it
3292
3293 2006-08-26 [wwp]        2.4.0cvs93
3294
3295         * src/summary_search.c
3296                 disable find buttons while summary search is running.
3297
3298 2006-08-25 [colin]      2.4.0cvs92
3299
3300         * src/folder.c
3301         * src/folderutils.c
3302         * src/mh.c
3303         * src/procmsg.h
3304         * src/summaryview.c
3305                 Speed up MH moving, and add progressbar
3306                 for MH deletion
3307         * src/msgcache.c
3308                 Write cache files using mmap() too
3309
3310 2006-08-25 [wwp]        2.4.0cvs91
3311
3312         * src/summaryview.c
3313                 switch spam<->ham button when a message has been marked as spam or ham
3314                 and is still selected. Thanks to Colin.
3315
3316 2006-08-25 [paul]       2.4.0cvs90
3317
3318         * src/Makefile.am
3319         * src/stock_pixmap.c
3320         * src/stock_pixmap.h
3321         * src/summaryview.c
3322         * src/gtk/icon_legend.c
3323         * src/pixmaps/copied.xpm
3324         * src/pixmaps/moved.xpm
3325                 add icons for delayed execution marked for
3326                 copying, marked for moving
3327
3328 2006-08-25 [mones]      2.4.0cvs89
3329
3330         * manual/glossary.xml
3331                 Fix the other glossary items:
3332                 5.1. = Inmmediate execution -> <quote>immediate execution...
3333                 5.2. = Fix MBOX capitalization -> Mbox
3334                 5.3. + Improve Plugins def. w/ tech. ref.
3335                 5.4. = Quotation -> replace '>' by <quote>></quote>
3336                 5.5. - SMTP Server. -> remove dot
3337         * po/es.po
3338                 Updated translation
3339
3340 2006-08-25 [mones]      2.4.0cvs88
3341
3342         * manual/ack.xml
3343                 Reformatted, changed email address
3344         * manual/glossary.xml
3345                 Reformatted, fixed MANUAL-TODO items:
3346                 8.2. + add ROT-13 to glossary
3347                 8.4. + add URL to glossary
3348         * manual/es/advanced.xml
3349                 Fixed <literal>s
3350
3351 2006-08-25 [paul]       2.4.0cvs87
3352
3353         * src/gtk/icon_legend.c
3354                 add 'marked for deletion' icon
3355                 arrange icons by containing column
3356                 wrap long label text
3357
3358 2006-08-25 [colin]      2.4.0cvs86
3359
3360         * src/common/utils.c
3361         * src/common/utils.h
3362                 Add the sc_g_*list_bigger functions in
3363                 a place everyone can use it
3364         * src/summaryview.c
3365                 Only freeze/thaw the list when working
3366                 on the selection, if it's bigger than 1
3367         * src/gtk/gtksctree.c
3368                 Only freeze/thaw the list when unselec-
3369                 ting 'all' if ('all' != 1)
3370                 This avoids some flickering
3371
3372 2006-08-24 [colin]      2.4.0cvs85
3373
3374         * src/addressbook.c
3375                 Fix strange list selection
3376                 Fix random seg (Invalid read of freed memory)
3377
3378 2006-08-24 [colin]      2.4.0cvs84
3379
3380         * src/alertpanel.c
3381         * src/gtk/inputdialog.c
3382         * src/plugins/pgpcore/passphrase.c
3383                 Revert minimal width patch of 2.4.0cvs67,
3384                 as it is also a maximal width. Use 
3385                 gtk_window_set_default_size instead.
3386
3387 2006-08-24 [colin]      2.4.0cvs83
3388
3389         * src/msgcache.c
3390                 Write cache/mark to temp files before
3391                 overwriting old ones (avoids metadata
3392                 loss if writing the new files fail).
3393                 Use mmap() to read cache/mark file, as
3394                 this makes cache reading faster. Dis-
3395                 abled for big-endian machines until it
3396                 can be tested. (Big-endian users: set
3397                 msgcache_use_mmap = TRUE in the relevant
3398                 #if).
3399         * src/procmsg.h
3400                 Move rarely used fields of MsgInfo in 
3401                 another structure, which will only be
3402                 allocated if needed. Face, X-Face,
3403                 Return receipt headers and List-*
3404                 headers are moved. Mails having none
3405                 of these occupy 52 bytes less with
3406                 this patch, which makes 2.5MB of RAM
3407                 saved on a 50k folder).
3408         * src/headerview.c
3409         * src/mainwindow.c
3410         * src/messageview.c
3411         * src/partial_download.c
3412         * src/procheader.c
3413         * src/procmsg.c
3414         * src/textview.c
3415                 Follow this structure change.
3416
3417 2006-08-24 [wwp]        2.4.0cvs82
3418
3419         * manual/es/.cvsignore
3420         * manual/es/dist/.cvsignore
3421         * manual/es/dist/html/.cvsignore
3422         * manual/es/dist/pdf/.cvsignore
3423         * manual/es/dist/ps/.cvsignore
3424         * manual/es/dist/txt/.cvsignore
3425                 more (generated) files to ignore.
3426
3427 2006-08-24 [colin]      2.4.0cvs81
3428
3429         * src/folder.c
3430         * src/mh.c
3431                 Fix possible problems with local delivery. Check the folder doesn't
3432                 need scan before setting its mtime when saving cache (which can be
3433                 done long after the folder's been modified by an external process);
3434                 Check that the stored item's mtime didn't change in mh functions.
3435
3436 2006-08-24 [mones]      2.4.0cvs80
3437
3438         * manual/advanced.xml
3439                 Rewrapping, some fixes and MANUAL-TODO items:
3440                 8.1. = change "" to <quote></quote>
3441                 8.3. = quote menu items
3442                 8.5. - deploying -> new user ... ideally a new user (redundant)
3443
3444 2006-08-23 [colin]      2.4.0cvs79
3445
3446         * src/gtk/gtksctree.c
3447                 When selecting or deselecting range, only
3448                 freeze/thaw when selection is bigger than 10
3449
3450 2006-08-23 [colin]      2.4.0cvs78
3451
3452         * src/messageview.c
3453         * src/mimeview.c
3454         * src/mimeview.h
3455         * src/plugins/dillo_viewer/dillo_viewer.c
3456                 Provide an API for MimeViewer plugins to
3457                 return a text selection for replying
3458
3459 2006-08-23 [colin]      2.4.0cvs77
3460
3461         * src/image_viewer.c
3462         * src/textview.c
3463                 Use gtk_pixbuf_new_from_file_at_scale(), which
3464                 is faster than getting the pixbuf then resizing
3465                 it.
3466
3467 2006-08-23 [colin]      2.4.0cvs76
3468
3469         * src/procmime.c
3470                 UTF-8 should be sent Quoted-printable
3471
3472 2006-08-22 [colin]      2.4.0cvs75
3473
3474         * src/mh.c
3475                 Check if scan is required before touching
3476                 the folder (or it'll be required every time)
3477
3478 2006-08-22 [colin]      2.4.0cvs74
3479
3480         * configure.ac
3481                 Require libetpan 0.46 (crasher fix when built
3482                 against gnutls)
3483
3484 2006-08-22 [colin]      2.4.0cvs73
3485
3486         * src/folder.c
3487                 Set folder's mtime after writing its
3488                 cache
3489         * src/folderview.c
3490                 Add some timing
3491         * src/procmsg.c
3492                 Don't do useless stuff if we don't 
3493                 thread by subject
3494         * src/summaryview.c
3495                 Add some timing, don't deselect prior
3496                 to selecting (gtksctree does it itself),
3497                 remove crash avoidance hacks as it's been
3498                 properly fixed since a while
3499         * src/common/utils.c
3500                 Optimize to_human_readable(): _() is slow,
3501                 do it only once, and avoid %f format for KB
3502                 (the most common in a summaryview)
3503         * src/gtk/gtksctree.c
3504                 Don't uselessly freeze/thaw (fixes flicker
3505                 on next unread and friends), reduce number
3506                 of g_list_nth/g_list_position where possible
3507         * src/gtk/gtkutils.c
3508         * src/gtk/gtkutils.h
3509                 Reduce number of g_list_nth/g_list_position
3510                 where possible.
3511                 All of this makes loading as 70k folder 2.1
3512                 seconds instead of 3.2 (with hot FS caches).
3513                 (1.3 seconds without Date and Size columns...)
3514
3515 2006-08-22 [paul]       2.4.0cvs72
3516
3517         wrap documents and do some items from mones' MANUAL-TODO:
3518
3519         * manual/account.xml
3520                 4.1. = fix tabname references to <quote>tabname</quote>
3521                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3522         * manual/faq.xml
3523                 1.1. = mentioned options don't match UI
3524                 Add information about the 'Never send Return Receipts'
3525                 option
3526         * manual/handling.xml
3527                 6.2. = Mentions Extended symbols button, but now is
3528                 named Information
3529                 6.3. = Mentions ... button, which is now Edit
3530
3531 2006-08-22 [colin]      2.4.0cvs71
3532
3533         * src/gtk/pluginwindow.c
3534                 Fix layout in verbose translations (such
3535                 as french)
3536
3537 2006-08-22 [paul]       2.4.0cvs70
3538
3539         * manual/Makefile.am
3540                 build manuals in alphabetical order
3541         * src/addressbook.c
3542         * src/prefs_themes.c
3543                 replace/remove deprecated symbols
3544         * src/gtk/gtkutils.c
3545                 fix a warning
3546         * src/gtk/pluginwindow.c
3547                 replace deprecated symbol
3548                 replace label text and move it
3549         * src/plugins/pgpcore/prefs_gpg.c
3550                 move the 'Generate...' button out of the
3551                 Sign Key frame, replace the English used
3552         * src/plugins/pgpcore/sgpgme.c
3553                 fixes to the English
3554
3555 2006-08-21 [colin]      2.4.0cvs69
3556
3557         * src/plugins/trayicon/trayicon.c
3558                 Add more strings for translation; patch
3559                 by Pawel
3560
3561 2006-08-21 [colin]      2.4.0cvs68
3562
3563         * src/compose.c
3564                 fix replied flag not set after drafting
3565         * src/matcher.c
3566                 fix body quicksearch in non-encoded bodies
3567                 containing '='
3568         * src/msgcache.c
3569                 Get rid of the g_malloc workaround for
3570                 corrupted caches, use g_try_malloc
3571
3572 2006-08-21 [colin]      2.4.0cvs67
3573
3574         * src/alertpanel.c
3575         * src/gtk/inputdialog.c
3576         * src/plugins/pgpcore/passphrase.c
3577                 Set minimal width to 375
3578         * src/mainwindow.c
3579                 Fix switching to offline, asking if it 
3580                 should be overriden for synchronising
3581         * src/mimeview.c
3582                 Don't offer to remember command on Open 
3583                 with for text parts, as the browser or 
3584                 text editor command isn't changed from 
3585                 there
3586
3587 2006-08-20 [paul]       2.4.0cvs66
3588
3589         * po/ko.po
3590         * po/zh_CN.po
3591                 fix plural form errors. revealed by stricter
3592                 checking of gettext 0.15
3593
3594 2006-08-18 [paul]       2.4.0cvs65
3595
3596         * src/stock_pixmap.c
3597                 fix the fix of 2.4.0cvs64
3598                 Thanks to Colin
3599
3600 2006-08-18 [paul]       2.4.0cvs64
3601
3602         * src/stock_pixmap.c
3603                 fix leaks
3604                 Thanks to Colin
3605
3606 2006-08-18 [paul]       2.4.0cvs63
3607
3608         * src/compose.c
3609         * src/procmsg.c
3610                 fix occasional IMAP bug where large msgs
3611                 were left in the queue folder after sending
3612                 Thanks to Colin
3613
3614 2006-08-18 [paul]       2.4.0cvs62
3615
3616         * src/folderview.c
3617                 freeze the summaryview while quicksearch results
3618                 are displayed
3619                 (fixes bug 456 'current message is hidden when the
3620                 view is refreshed and extended search is "unread 
3621                 messages"')
3622                 Thanks to Colin
3623         * src/textview.c
3624                 add missing #include "inputdialog.h"
3625         * src/common/utils.h
3626                 add missing mailcap_update_default() and improve
3627                 readability
3628
3629 2006-08-17 [colin]      2.4.0cvs61
3630
3631         * src/plugins/pgpcore/select-keys.c
3632                 Fix warnings :)
3633
3634 2006-08-17 [colin]      2.4.0cvs60
3635
3636         * src/compose.c
3637                 Don't continue queuing if Cancel is clicked
3638                 in select-keys
3639
3640 2006-08-17 [colin]      2.4.0cvs59
3641
3642         * src/plugins/pgpcore/select-keys.c
3643                 When encrypting, if only one key matches and it 
3644                 matches exactly, automatically use it.
3645
3646 2006-08-17 [colin]      2.4.0cvs58
3647
3648         * src/mimeview.c
3649         * src/prefs_common.c
3650         * src/prefs_common.h
3651         * src/prefs_ext_prog.c
3652         * src/textview.c
3653                 Fix issues with previous patch (text/html)
3654                 Remove outdated prefs
3655
3656 2006-08-17 [colin]      2.4.0cvs57
3657
3658         * src/imap.c
3659                 Add View Log button on auth error
3660         * src/procmsg.c
3661                 Fix encrypted mail marked as new when
3662                 saved in normal folders
3663         * src/plugins/pgpinline/pgpinline.c
3664                 Fix encrypt bug on IMAP
3665         * src/mimeview.c
3666         * src/common/utils.c
3667         * src/common/utils.h
3668         * src/gtk/inputdialog.c
3669         * src/gtk/inputdialog.h
3670                 Get rid of metamail stuff, simplify
3671                 opening, and allow remembering of user's
3672                 choices (by updating ~/.mailcap). There's
3673                 still to drop "Audio player" and "Image
3674                 viewer" preferences.
3675
3676 2006-08-17 [mones]      2.4.0cvs56
3677
3678         * manual/es/sylpheed-claws-manual.xml
3679                 fix DTD path
3680
3681 2006-08-17 [mones]      2.4.0cvs55
3682
3683         * configure.ac
3684         * manual/Makefile.am
3685         * manual/es/Makefile.am
3686         * manual/es/account.xml
3687         * manual/es/ack.xml
3688         * manual/es/addrbook.xml
3689         * manual/es/advanced.xml
3690         * manual/es/faq.xml
3691         * manual/es/glossary.xml
3692         * manual/es/gpl.xml
3693         * manual/es/handling.xml
3694         * manual/es/intro.xml
3695         * manual/es/keyboard.xml
3696         * manual/es/plugins.xml
3697         * manual/es/starting.xml
3698         * manual/es/sylpheed-claws-manual.xml
3699         * manual/es/dist/Makefile.am
3700         * manual/es/dist/html/Makefile.am
3701         * manual/es/dist/pdf/Makefile.am
3702         * manual/es/dist/ps/Makefile.am
3703         * manual/es/dist/txt/Makefile.am
3704                 Spanish translation for the manual
3705
3706 2006-08-16 [colin]      2.4.0cvs54
3707
3708         * src/compose.c
3709         * src/main.c
3710         * src/mainwindow.c
3711                 Fix send button sensitivity at startup
3712                 Set send menu sensitivity (patch by Fabien)
3713         * src/ssl_manager.c
3714                 Enable closing with esc (patch by Fabien)
3715         * src/gtk/foldersort.c
3716                 Enable closing with esc (patch by Fabien)
3717         * src/procmime.c
3718                 Optimisation (no need to copy to tempfile to
3719                 "decode" 7bit and 8bit)
3720         * src/summaryview.c
3721                 Fix cruft in swap_from case
3722         * src/textview.c
3723                 Fix missing last line in some mail cases 
3724                 (Fixes debian #381872)
3725         * src/plugins/pgpcore/prefs_gpg.c
3726         * src/plugins/pgpcore/sgpgme.c
3727         * src/plugins/pgpcore/sgpgme.h
3728                 Don't show "no key found" when user explicitely
3729                 wants to create a key
3730
3731 2006-08-16 [paul]       2.4.0cvs53
3732
3733         * configure.ac
3734         * src/account.c
3735         * src/addressbook.c
3736         * src/headerview.c
3737         * src/prefs_account.c
3738         * src/prefs_message.c
3739         * src/gtk/gtkutils.c
3740                 bump up minimum required versions of GTK+ and
3741                 GLIB to 2.6.0
3742
3743 2006-08-16 [paul]       2.4.0cvs52
3744
3745         * src/toolbar.c
3746                 workaround GTK+ Bug 351600 - 'Can't re-click
3747                 on button after sensitivity update'
3748                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3749                 Thanks to Colin
3750
3751 2006-08-15 [colin]      2.4.0cvs51
3752
3753         * src/plugins/pgpcore/prefs_gpg.c
3754                 Set options sensitivity according to
3755                 key existence
3756         * src/plugins/pgpcore/sgpgme.c
3757                 Allow to create key with no passphrase
3758
3759 2006-08-14 [cleroy]     2.4.0cvs50
3760
3761         * src/gtk/pluginwindow.c
3762                 New layout (maybe to be changed?)
3763         * src/gtk/gtkutils.c
3764                 Fix a bit label_window
3765         * src/plugins/pgpcore/passphrase.c
3766         * src/plugins/pgpcore/passphrase.h
3767         * src/plugins/pgpcore/plugin.c
3768         * src/plugins/pgpcore/prefs_gpg.c
3769         * src/plugins/pgpcore/prefs_gpg.h
3770         * src/plugins/pgpcore/sgpgme.c
3771         * src/plugins/pgpcore/sgpgme.h
3772                 Allow to create a PGP private key via the GUI
3773
3774 2006-08-14 [wwp]        2.4.0cvs49
3775
3776         * src/addressbook_foldersel.c
3777                 fix strict ISO C90 compliance.
3778
3779 2006-08-14 [paul]       2.4.0cvs48
3780
3781         * src/gtk/prefswindow.c
3782                 re-set scrolled window on opening
3783                 Patch by Ticho
3784
3785 2006-08-14 [paul]
3786
3787         2.5.0-rc1 released
3788
3789 2006-08-14 [paul]       2.4.0cvs47
3790
3791         * src/prefs_display_header.c
3792                 re-enable user-defined Displayed Headers
3793
3794 2006-08-14 [paul]       2.4.0cvs46
3795
3796         * src/prefs_account.c
3797                 use GTK_STOCK_EDIT
3798
3799 2006-08-13 [colin]      2.4.0cvs45
3800
3801         * src/common/utils.c
3802                 Fix "a" in quote when the original message is empty,
3803                 by using \0 instead of 'a' to test writability of
3804                 temp files.
3805
3806 2006-08-13 [wwp]        2.4.0cvs44
3807
3808         * src/plugins/spamassassin/spamassassin.c
3809                 fix capitalization of "SpamAssassin" in some debug, log and
3810                 dialog messages.
3811
3812 2006-08-13 [paul]       2.4.0cvs43
3813
3814         * src/editldap.c
3815                 fix overlapping widgets
3816         * src/prefs_account.c
3817                 fix translation of protocol_names[]
3818                 fix label disappearing off the edge of the
3819                 visible area
3820
3821 2006-08-12 [paul]       2.4.0cvs42
3822
3823         * manual/plugins.xml
3824                 update IRC channel info before it gets forgotten
3825                 about
3826
3827 2006-08-11 [colin]      2.4.0cvs41
3828
3829         * src/compose.c
3830         * src/mainwindow.c
3831         * src/mainwindow.h
3832         * src/procmsg.c
3833         * src/procmsg.h
3834         * src/summaryview.c
3835         * src/toolbar.c
3836                 Grey out the Send button if
3837                 - Queue folders are empty, or
3838                 - We're sending already
3839
3840 2006-08-11 [wwp]        2.4.0cvs40
3841
3842         * src/main.c
3843                 fix a logic issue when quitting while a compose window is
3844                 still open, thanks to Colin.
3845
3846 2006-08-10 [colin]      2.4.0cvs39
3847
3848         * src/main.c
3849                 Fix default font size setting after wizard run
3850         * src/imap.c
3851         * src/etpan/imap-thread.c
3852         * src/etpan/imap-thread.h
3853                 Fix bug #999 (Timing out on TSL cert validation 
3854                 dialog makes ugly things happen). Also, STARTTLS
3855                 unconditionnaly if initial capabilities contain
3856                 LOGINDISABLED and STARTTLS.
3857
3858 2006-08-09 [colin]      2.4.0cvs38
3859
3860         * src/mainwindow.c
3861         * src/mainwindow.h
3862                 Fix Tools/Actions sensitivity when there are
3863                 no actions
3864
3865 2006-08-09 [colin]      2.4.0cvs37
3866
3867         * src/prefs_filtering.c
3868                 Warning fix, patch by Paul
3869         * src/messageview.c
3870         * src/prefs_actions.c
3871         * src/prefs_filtering_action.c
3872         * src/prefs_matcher.c
3873                 Uniformisation of "Info ..." to "Info..." (for
3874                 old gtk), patch by Fabien
3875         * src/plugins/clamav/clamav_plugin_gtk.c
3876                 Sensitivity fix by Fabien
3877
3878 2006-08-09 [colin]      2.4.0cvs36
3879
3880         * src/main.c
3881         * src/main.h
3882                 Add a function to know whether we're exiting
3883         * src/plugins/trayicon/trayicon.c
3884                 If exiting, don't do anything. Faster, and
3885                 avoids gtk_main_iteration reentracy causing
3886                 segfaults at exit
3887
3888 2006-08-09 [colin]      2.4.0cvs35
3889
3890         * src/messageview.c
3891         * src/mimeview.c
3892         * src/mimeview.h
3893                 Fix lack of part selection when automatically 
3894                 jumping to a specific part
3895         * src/msgcache.c
3896                 Little optimisation in cache reading
3897
3898 2006-08-09 [colin]      2.4.0cvs34
3899
3900         * src/compose.c
3901                 Fix crash setting the priority on reedit
3902                 (Accessing compose before creating it!)
3903
3904 2006-08-08 [colin]      2.4.0cvs33
3905
3906         * src/procmime.c
3907                 Fix bug #998 (last attachment is not accessible)
3908                 Bad RFC interpretation on multipart close-delimiters
3909         * src/mimeview.c
3910         * src/mimeview.h
3911         * src/gtk/gtkvscrollbutton.c
3912         * src/gtk/gtkvscrollbutton.h
3913                 Make attachments list wheel-scrollable
3914
3915 2006-08-07 [colin]      2.4.0cvs32
3916
3917         * src/gtk/gtkaspell.c
3918                 Fix bug #973 (Unicode punctation characters 
3919                 are not recognized as separators by the
3920                 spell checker); fix unsigned stuff
3921
3922 2006-08-07 [colin]      2.4.0cvs31
3923
3924         * src/compose.c
3925                 Fix bug #956 (DnD text with accents in compose 
3926                 text entry); fix gccc's signed/unsigned fuss
3927
3928 2006-08-06 [colin]      2.4.0cvs30
3929
3930         * src/main.c
3931                 Fix bug #979 (Plugin crashes when exiting 
3932                 sylpheed-claws) : handle exit request only 
3933                 once
3934
3935 2006-08-05 [colin]      2.4.0cvs29
3936
3937         * src/news.c
3938                 Just make sure we have a msgid.
3939
3940 2006-08-05 [colin]      2.4.0cvs28
3941
3942         * src/news.c
3943         * src/summaryview.c
3944                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3945                 by reimplementing it
3946         * src/textview.c
3947                 Fix bug when hiding quotes with level > 3 and quote
3948                 colors are recycled
3949
3950 2006-08-04 [colin]      2.4.0cvs27
3951
3952         * src/compose.c
3953         * src/undo.c
3954         * src/undo.h
3955                 Fix a bit replace-by-pasting undo
3956         * src/mainwindow.c
3957         * src/messageview.c
3958                 Fix Fold quotes menu synchro in
3959                 mainwindow when it changes in 
3960                 messageview
3961         * src/textview.c
3962                 Fix right-click on quotes blocks
3963         * src/common/utils.c
3964                 Verify that the file created by
3965                 my_tmpfile() is writable. Fixes
3966                 bug #988 (very specific filesystem
3967                 issue)
3968         * src/plugins/pgpcore/sgpgme.c
3969                 Fix file descriptor leak
3970         * src/plugins/spamassassin/spamassassin.c
3971                 Warn once if spamd isn't reachable
3972
3973 2006-08-04 [colin]      2.4.0cvs26
3974
3975         * src/toolbar.c
3976                 i18n context patch by Fabien
3977
3978 2006-08-03 [colin]      2.4.0cvs25
3979
3980         * src/mainwindow.c
3981         * src/messageview.c
3982                 Rename "Hide quotes" to "Fold quotes"
3983         * src/textview.c
3984                 Don't use hand cursor on quotes. "all 
3985                 the bonuses of the feature and none of 
3986                 unwelcome side-effects"
3987
3988 2006-08-03 [colin]      2.4.0cvs24
3989
3990         * AUTHORS
3991         * sylpheed-claws.desktop
3992         * src/gtk/authors.h
3993                 Bring the desktop file to XDG compliance
3994                 Patch by Charles A. Edwards
3995
3996 2006-08-03 [colin]      2.4.0cvs23
3997
3998         * src/textview.c
3999                 Fix links offset when they are preceded
4000                 by accentued chars (g_utf8_strlen!)
4001         * src/mainwindow.c
4002                 Fix wrong status when starting offline
4003
4004
4005 2006-08-03 [wwp]        2.4.0cvs22
4006
4007         * src/prefs_common.h
4008                 ask what to do w/ filtering rules that belong to an account when
4009                 applying filtering rules manually from the main window (skip,
4010                 apply regardless of the account, use current account). This dialog
4011                 can be skipped and the last reply used.
4012                 (forgot that file)
4013
4014 2006-08-03 [wwp]        2.4.0cvs21
4015
4016         * src/filtering.c
4017         * src/filtering.h
4018         * src/prefs_common.c
4019         * src/summaryview.c
4020         * src/alertpanel.c
4021         * src/alertpanel.h
4022         * src/messageview.c
4023                 ask what to do w/ filtering rules that belong to an account when
4024                 applying filtering rules manually from the main window (skip,
4025                 apply regardless of the account, use current account). This dialog
4026                 can be skipped and the last reply used.
4027
4028
4029 2006-08-03 [colin]      2.4.0cvs20
4030
4031         * src/textview.c
4032                 Optimize previous patch
4033
4034 2006-08-03 [cleroy]     2.4.0cvs19
4035
4036         * src/textview.c
4037                 Fix quotes getting toggled back when the
4038                 mail has an even number of text parts
4039
4040 2006-08-02 [colin]      2.4.0cvs18
4041
4042         * src/messageview.c
4043                 Add Hide quotes menu
4044
4045 2006-08-02 [colin]      2.4.0cvs17
4046
4047         * src/mainwindow.c
4048         * src/prefs_common.c
4049         * src/textview.c
4050         * src/textview.h
4051         * src/gtk/about.c
4052                 Allow per-level quote hiding,
4053                 Allow toggling quotes by double-clicking them
4054                 Rename RemoteURI to ClickableText to reflect
4055                 the fact it's used for a variety of things
4056
4057 2006-08-02 [wwp]        2.4.0cvs16
4058
4059         * src/mainwindow.c
4060                 fix "View/Hide quotes" menu item status initialization.
4061
4062 2006-08-02 [wwp]        2.4.0cvs15
4063
4064         * src/matcher_parser_parse.y
4065                 remove a debug trace.
4066
4067 2006-08-02 [paul]       2.4.0cvs14
4068
4069         * src/plugins/pgpcore/passphrase.c
4070                 don't set initial dialog size
4071                 make it resizable
4072
4073 2006-08-02 [paul]       2.4.0cvs13
4074
4075         * src/noticeview.c
4076                 remove the rogue '/' character
4077
4078 2006-08-02 [paul]       2.4.0cvs12
4079
4080         * src/noticeview.c
4081                 allow buttons to resize as necessary
4082
4083 2006-08-01 [wwp]        2.4.0cvs11
4084
4085         * src/mbox.c
4086                 fix strict ISO C90 compliance.
4087
4088 2006-08-01 [wwp]        2.4.0cvs10
4089
4090         * tools/update-po
4091                 updated update-po tool to work w/ context-dependent translations.
4092                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4093
4094 2006-08-01 [wwp]        2.4.0cvs9
4095
4096         * src/matcher.c
4097         * src/prefs_filtering.c
4098         * src/prefs_matcher.c
4099                 allow context-dependent translations for "All",
4100                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4101
4102 2006-07-31 [colin]      2.4.0cvs8
4103
4104         * AUTHORS
4105         * src/gtk/authors.h
4106                 Add Rafal to authors
4107
4108 2006-07-31 [colin]      2.4.0cvs7
4109
4110         * src/compose.c
4111         * src/mainwindow.c
4112         * src/messageview.h
4113         * src/prefs_common.c
4114         * src/prefs_common.h
4115         * src/textview.c
4116                 Add 'View/Hide quotes'. Patch based on a patch
4117                 by Rafal Weglarz
4118
4119 2006-07-31 [colin]      2.4.0cvs6
4120
4121         * src/action.c
4122                 Fix problem with "> stuff >" actions
4123
4124 2006-07-31 [paul]       2.4.0cvs5
4125
4126         * po/nb.po
4127                 updated by Geir Helland
4128
4129 2006-07-31 [wwp]        2.4.0cvs4
4130
4131         * src/mainwindow.c
4132         * src/summaryview.c
4133         * src/summaryview.h
4134                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4135                 thanks to Colin.
4136
4137 2006-07-31 [wwp]        2.4.0cvs3
4138
4139         * src/Makefile.am
4140         * src/addr_compl.c
4141         * src/addr_compl.h
4142         * src/addressbook.c
4143         * src/addressbook.h
4144         * src/addressbook_foldersel.c
4145         * src/addressbook_foldersel.h
4146         * src/addrindex.c
4147         * src/addrindex.h
4148         * src/matcher.c
4149         * src/matcher.h
4150         * src/matcher_parser_lex.l
4151         * src/matcher_parser_parse.y
4152         * src/prefs_common.c
4153         * src/prefs_common.h
4154         * src/prefs_filtering.c
4155         * src/prefs_matcher.c
4156         * src/prefs_matcher.h
4157         * src/summaryview.c
4158                 introduce filtering against the address book. It's now possible to add
4159                 matched conditions to determine if any email address in a message matches
4160                 or doesn't match any or all books or folders in the address book.
4161
4162 2006-07-31 [wwp]        2.4.0cvs2
4163
4164         * src/account.c
4165         * src/filtering.c
4166         * src/filtering.h
4167         * src/folder.c
4168         * src/folderview.c
4169         * src/inc.c
4170         * src/mainwindow.c
4171         * src/matcher.c
4172         * src/matcher_parser_lex.l
4173         * src/matcher_parser_parse.y
4174         * src/mbox.c
4175         * src/prefs_filtering.c
4176         * src/prefs_filtering.h
4177         * src/procmsg.c
4178         * src/procmsg.h
4179         * src/summaryview.c
4180                 introduce per-account filtering rules. Each filtering rule can now be assigned
4181                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4182                 when applying filtering rules manually, as all rules will apply - even the ones
4183                 assigned to an account. This issue will be addressed soon.
4184  
4185
4186
4187 2006-07-31 [wwp]        2.4.0cvs1
4188
4189         * src/quote_fmt.c
4190                 make more strings translatable.
4191
4192 2006-07-31 [paul]       2.4.0
4193
4194         2.4.0 released
4195
4196 2006-07-31 [paul]       2.3.1cvs91
4197
4198         * po/ca.po
4199                 updated by Miquel Oliete
4200
4201 2006-07-31 [paul]       2.3.1cvs90
4202
4203         * po/de.po
4204         * po/el.po
4205         * po/fr.po
4206         * po/it.po
4207         * po/pl.po
4208         * po/pt_BR.po
4209         * po/sr.po
4210         * po/zh_CN.po
4211                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4212                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4213                 Aleksandar Urosevic, and Ralgh Young
4214
4215 2006-07-31 [paul]       2.3.1cvs89
4216
4217         * src/account.c
4218         * src/main.c
4219         * src/mainwindow.c
4220         * src/mainwindow.h
4221                 Fix a race condition when, after an SC crash, rescanning
4222                 folders took more than 0.5 seconds
4223                 Thanks to Colin
4224
4225 2006-07-31 [paul]       2.3.1cvs88
4226
4227         * src/folderview.c
4228                 don't translate separator strings
4229
4230 2006-07-30 [mones]      2.3.1cvs87
4231
4232         * doc/man/sylpheed-claws.1
4233                 Fixed non-ASCII chars in Hoa's name
4234         * po/es.po
4235                 Updated for release
4236
4237 2006-07-27 [colin]      2.3.1cvs86
4238
4239         * src/textview.c
4240                 Don't include the leading \n in links
4241                 Patch by Fabien
4242
4243 2006-07-25 [colin]      2.3.1cvs85
4244
4245         * src/mainwindow.c
4246         * src/common/socket.h
4247         * src/etpan/imap-thread.c
4248                 Refresh resolvers before connecting
4249                 to IMAP servers, and after switching
4250                 to online. Thanks to Paul.
4251
4252 2006-07-18 [colin]
4253
4254         * 2.4.0-rc4 released
4255
4256 2006-07-17 [colin]      2.3.1cvs84
4257
4258         * src/inc.c
4259                 Show connection attempt in statusbar before
4260                 connecting (previously first message was
4261                 "Retrieving messages from ..." after the
4262                 connection succeeded.
4263
4264 2006-07-16 [wwp]        2.3.1cvs83
4265
4266         * sylpheed-claws.ico
4267                 Added .ico file (windows multi-size icon file, generated).
4268
4269 2006-07-12 [wwp]        2.3.1cvs82
4270
4271         * src/messageview.c
4272                 remove Message/Re-edit menu entry from messageview window,
4273                 as sent/draft/queued messages are opened in compose window when
4274                 re-edited and it's not possible to re-edit other msgs.
4275
4276 2006-07-12 [paul]       2.3.1cvs81
4277
4278         * AUTHORS
4279         * src/mainwindow.c
4280         * src/gtk/authors.h
4281                 check online state before resetting
4282                 mailcheck timer. Useful if some program
4283                 verifies connection state and updates
4284                 Claws.
4285                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4286
4287 2006-07-12 [paul]       2.3.1cvs80
4288
4289         * sylpheed-claws-128x128.png
4290         * sylpheed-claws-64x64.png
4291         * sylpheed-claws.png
4292         * src/Makefile.am
4293         * src/main.c
4294         * src/prefs_toolbar.c
4295         * src/stock_pixmap.c
4296         * src/stock_pixmap.h
4297         * src/wizard.c
4298         * src/gtk/about.c
4299         * src/gtk/gtkutils.c
4300         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4301         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4302         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4303         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4304         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4305         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4306                 updated and renamed logo/icon files and related
4307                 logo by Jesper Schultz
4308
4309 2006-07-11 [paul]       2.3.1cvs79
4310
4311         * src/main.c
4312                 fix the labels a smidgin
4313
4314 2006-07-09 [colin]      2.3.1cvs78
4315
4316         * src/textview.c
4317                 Show errors in textviewer's command
4318                 Patch by H. Merijn Brand
4319
4320 2006-07-09 [colin]      2.3.1cvs77
4321
4322         * src/compose.c
4323                 Save FMID in drafts too
4324
4325 2006-07-08 [colin]      2.3.1cvs76
4326
4327         * src/compose.c
4328                 Svae RMID in drafted mails too
4329                 Save quote_fmt vars for whole mails,
4330                 don't reset at each quote_fmt_init:
4331                 allows to use the same |i{var} in
4332                 various template fields
4333         * src/prefs_template.c
4334         * src/quote_fmt.h
4335         * src/quote_fmt_parse.y
4336                 Same
4337
4338 2006-07-08 [colin]      2.3.1cvs75
4339
4340         * src/textview.c
4341                 Fix highlighting of attached parts URIs
4342
4343 2006-07-08 [colin]      2.3.1cvs74
4344
4345         * src/main.c
4346                 Prevent bug #981 (sc 2.3.1 segfaults with 
4347                 gtk+ 2.10) from being reported again:
4348                 if Sylpheed-Claws has been compiled against
4349                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4350                 of if Sylpheed-Claws has been compiled against
4351                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4352                 error out.
4353
4354 2006-07-07 [colin]      2.3.1cvs73
4355
4356         * src/prefs_actions.c
4357                 Fix label
4358
4359 2006-07-07 [colin]      2.3.1cvs72
4360
4361         * src/prefs_actions.c
4362                 Fix compile on gtk < 2.8. argh :)
4363
4364 2006-07-07 [paul]       2.3.1cvs71
4365
4366         * src/common/defs.h
4367                 update DONATE_URI
4368
4369 2006-07-07 [colin]      2.3.1cvs70
4370
4371         * po/POTFILES.in
4372         * src/quote_fmt.c
4373         * src/quote_fmt_lex.l
4374         * src/quote_fmt_parse.y
4375                 Add |i{var}, a way to insert user-entered
4376                 text in a template
4377
4378 2006-07-07 [colin]
4379
4380         * 2.4.0-rc3 released
4381
4382 2006-07-07 [colin]      2.3.1cvs69
4383
4384         * src/folder.c
4385                 Don't consider inboxes of UNKNOWN folder 
4386                 classes to be useable as default inboxes
4387
4388 2006-07-07 [paul]       2.3.1cvs68
4389
4390         * src/textview.c
4391                 add missing #include <errno.h>
4392                 Thanks to René J. Blokland
4393
4394 2006-07-07 [paul]       2.3.1cvs67
4395
4396         * src/action.c
4397                 Return now Closes dialog
4398         * src/mimeview.c
4399         * src/mimeview.h
4400         * src/textview.c
4401                 add contextual menu to mime parts listed
4402                 in the textview
4403                 Thanks to Colin
4404         * src/common/utils.c
4405                 reversal: ' is a valid character in URLs
4406
4407 2006-07-06 [colin]      2.3.1cvs66
4408
4409         * src/remotefolder.h
4410                 Forgotten in previous commit
4411
4412 2006-07-06 [colin]      2.3.1cvs65
4413
4414         * src/folder.c
4415                 Set summary update flag whenever
4416                 totals changed
4417         * src/imap.c
4418         * src/prefs_account.c
4419         * src/common/utils.h
4420         * src/etpan/imap-thread.c
4421                 Fix warnings, thanks to Fabien and
4422                 Ricardo
4423
4424 2006-07-06 [wwp]        2.3.1cvs64
4425
4426         * src/gtk/gtkutils.c
4427                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4428
4429 2006-07-06 [wwp]        2.3.1cvs63
4430
4431         * src/account.c
4432         * src/addressbook.c
4433         * src/addressitem.h
4434         * src/folderview.c
4435         * src/mainwindow.c
4436         * src/manual.c
4437         * src/manual.h
4438         * src/message_search.c
4439         * src/prefs_actions.c
4440         * src/prefs_filtering.c
4441         * src/prefs_filtering.h
4442         * src/prefs_template.c
4443         * src/summary_search.c
4444         * src/summaryview.c
4445         * src/gtk/gtkutils.c
4446         * src/gtk/gtkutils.h
4447         * src/gtk/pluginwindow.c
4448                 add help buttons to some dialogs. Clicking such buttons opens a
4449                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4450
4451 2006-07-06 [paul]       2.3.1cvs62
4452
4453         * src/textview.c
4454                 fix attachments contextual menu
4455                 Thanks to Colin
4456
4457 2006-07-05 [colin]      2.3.1cvs61
4458
4459         * src/textview.c
4460         * src/compose.c
4461                 Handle sftp:// links
4462
4463 2006-07-05 [paul]       2.3.1cvs60
4464
4465         * src/gtk/filesel.c
4466                 grab save button by default
4467                 Thanks to Colin
4468
4469 2006-07-05 [wwp]        2.3.1cvs59
4470
4471         * manual/xml2pdf
4472                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4473
4474 2006-07-04 [colin]      2.3.1cvs58
4475
4476         * src/mimeview.c
4477         * src/textview.c
4478                 Use left click to select, middle click to open
4479                 on mimeparts links
4480         * src/common/utils.c
4481                 Fix segfault
4482
4483 2006-07-04 [colin]      2.3.1cvs57
4484
4485         * src/mainwindow.c
4486         * src/news.c
4487                 Warning fixes, thanks to Fabien
4488
4489 2006-07-04 [colin]      2.3.1cvs56
4490
4491         * src/mimeview.c
4492         * src/mimeview.h
4493         * src/textview.c
4494                 Allow parts to be selected via their text label
4495                 in textview
4496
4497 2006-07-04 [colin]      2.3.1cvs55
4498
4499         * src/folderview.c
4500                 Feedback when closing (for big folders)
4501         * src/prefs_actions.c
4502         * src/prefs_filtering.c
4503         * src/prefs_matcher.c
4504         * src/prefs_template.c
4505                 Fix default button when closing without
4506                 having saved
4507
4508 2006-07-04 [colin]      2.3.1cvs54
4509
4510         * src/news.c
4511                 Delete local file on deletion
4512
4513 2006-07-03 [colin]      2.3.1cvs53
4514
4515         * src/folderview.c
4516         * src/main.c
4517                 Don't freeze when rescanning after crash
4518
4519 2006-07-03 [wwp]        2.3.1cvs52
4520
4521         * src/compose.c
4522         * src/privacy.c
4523         * src/privacy.h
4524         * src/plugins/pgpinline/pgpinline.c
4525         * src/plugins/pgpmime/pgpmime.c
4526                 don't report an error when the user cancels the passphrase dialog.
4527
4528 2006-07-02 [colin]      2.3.1cvs51
4529
4530         * src/folderview.c
4531                 Open message when crossing folders with Space,
4532                 goto next unread and friends
4533
4534 2006-07-01 [colin]      2.3.1cvs50
4535
4536         * src/prefs_account.c
4537                 Typographic rules varying from language
4538                 to language (in french "Protocole :"),
4539                 we have to do that :)
4540
4541 2006-07-01 [ticho]      2.3.1cvs49
4542
4543         * src/prefs_account.c
4544                 Only use one temporary gchar* variable in
4545                 prefs_account_protocol_set_optmenu().
4546
4547 2006-07-01 [ticho]      2.3.1cvs48
4548
4549         * src/prefs_account.c
4550         * src/prefs_account.h
4551                 Use GtkLabel for existing account protocol name.
4552                 Created an array for protocol names and populate the
4553                 combobox from it in a for() cycle.
4554
4555 2006-06-30 [colin]      2.3.1cvs47
4556
4557         * src/compose.c
4558                 Block undo when changing signature (by changing
4559                 account)
4560
4561 2006-06-30 [paul]       2.3.1cvs46
4562
4563         * src/send_message.c
4564                 when editing From in the Compose window, use that address
4565                 in the Return-Path: header
4566                 Thanks to Colin
4567
4568 2006-06-30 [colin]      2.3.1cvs45
4569
4570         * src/compose.c
4571                 Fix signature replacement:
4572                 - when no newline before separator
4573                 - when reediting
4574
4575 2006-06-29 [colin]      2.3.1cvs44
4576
4577         * src/folderview.c
4578         * src/folderview.h
4579         * src/mainwindow.c
4580         * src/summaryview.c
4581                 Let 'View/Go to/Next marked' work like
4582                 Next new & Next unread: across folders
4583                 Change the select_on_entry pref to do
4584                 what we want when changing folder
4585         * src/common/utils.c
4586                 Fix single-quoted links 
4587
4588 2006-06-29 [colin]      2.3.1cvs43
4589
4590         * src/gtk/gtkaspell.c
4591                 "Sylpheed" and "Sylpheed-Claws" do exist !
4592
4593 2006-06-29 [colin]      2.3.1cvs42
4594
4595         * src/imap.c
4596                 Forgot to remove debug
4597
4598 2006-06-29 [colin]      2.3.1cvs41
4599
4600         * src/imap.c
4601         * src/imap.h
4602         * src/mainwindow.c
4603                 Disconnect from IMAP servers when going
4604                 offline. Fixes bug #978 (going to offline-mode 
4605                 won't close connections)
4606
4607 2006-06-29 [colin]      2.3.1cvs40
4608
4609         * src/main.c
4610                 Fix transient setting on failing plugins
4611                 Patch by Fabien
4612         * src/plugins/pgpcore/sgpgme.c
4613                 Only warn for OpenPGP. Most people don't
4614                 have CMS available.
4615
4616 2006-06-29 [colin]      2.3.1cvs39
4617
4618         * src/compose.c
4619                 Fix Spelling menu (discrepancy between context menu
4620                 and top menu when folder's dictionary isn't the 
4621                 default one)
4622         * src/plugins/pgpcore/sgpgme.c
4623                 More error reporting about why gpgme can fail
4624
4625 2006-06-29 [wwp]        2.3.1cvs38
4626
4627         * src/mainwindow.c
4628                 honor the display-header-pane setting even when the message view
4629                 is a separate window.
4630
4631 2006-06-29 [wwp]        2.3.1cvs37
4632
4633         * src/prefs_actions.c
4634                 forgot to commit that one (use of GTK_STOCK_INFO).
4635
4636 2006-06-29 [colin]      2.3.1cvs36
4637
4638         * src/imap.c
4639                 Better handling of login errors (ask the password
4640                 again once), alert in case of error. Fix three
4641                 signedness warnings.
4642
4643 2006-06-28 [wwp]        2.3.1cvs35
4644
4645         * src/prefs_template.c
4646         * src/prefs_matcher.c
4647         * src/prefs_filtering_action.c
4648         * src/prefs_quote.c
4649                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4650                 patch by Fabien Vantard, slightly modified.
4651
4652 2006-06-28 [paul]
4653
4654         2.4.0-rc2 released
4655
4656 2006-06-28 [colin]      2.3.1cvs34
4657
4658         * src/prefs_account.c
4659                 Fix bug #977 (Can't add or edit imap accounts)
4660
4661 2006-06-28 [colin]      2.3.1cvs33
4662
4663         * src/mimeview.c
4664                 Fix previous
4665
4666 2006-06-28 [colin]      2.3.1cvs32
4667
4668         * src/mimeview.c
4669                 Save named inlined attachments with "Save all"
4670         * src/main.c
4671         * src/mbox.c
4672         * src/common/plugin.c
4673         * src/common/plugin.h
4674         * src/common/sylpheed.c
4675         * src/common/utils.c
4676         * src/plugins/pgpcore/sylpheed.def
4677         * src/plugins/pgpinline/sylpheed.def
4678         * src/plugins/pgpmime/sylpheed.def
4679                 Win32 compatibility patch, by
4680                 Werner Koch
4681
4682 2006-06-28 [wwp]        2.3.1cvs31
4683
4684         * src/imap.c
4685         * src/prefs_folder_item.c
4686                 less compilation warnings (thanks to Fabien Vantard), less typos.
4687
4688 2006-06-28 [paul]       2.3.1cvs30
4689
4690         * src/gtk/gtkutils.c
4691                 gtk_combo_box_set_focus_on_click() is only
4692                 available since gtk 2.6.0
4693
4694 2006-06-28 [paul]       2.3.1cvs29
4695
4696         * src/prefs_ext_prog.c
4697                 fix engrish and add a tooltip for the
4698                 'command for 'Display as text' option
4699
4700 2006-06-28 [paul]
4701
4702         2.4.0-rc1 released
4703
4704 2006-06-28 [paul]       2.3.1cvs28
4705
4706         * ChangeLog
4707         * tools/Makefile.am
4708                 include textviewer.pl in releases
4709
4710 2006-06-28 [paul]       2.3.1cvs27
4711
4712         * src/prefs_ext_prog.c
4713                 hide Print command option if libgnomeprint
4714                 support is present
4715
4716 2006-06-27 [colin]      2.3.1cvs26
4717
4718         * src/compose.c
4719                 Fix Esc handling in insert/attach dialog
4720                 Don't show this dialog if dragging something
4721                 else than text/uri-list
4722                 Thanks to Fabien Vantard
4723         * tools/textviewer.pl
4724                 Filter script to display stuff as text
4725                 by H. Merijn Brand
4726
4727 2006-06-27 [wwp]        2.3.1cvs25
4728
4729         * src/messageview.c
4730                 use the exact product name (message view title), patch
4731                 by Fabien Vantard.
4732
4733 2006-06-27 [ticho]      2.3.1cvs24
4734
4735         * src/prefs_account.c
4736         * src/prefs_common.c
4737         * src/prefs_common.h
4738         * src/prefs_ext_prog.c
4739         * src/textview.c
4740                 Add a preference (Preferences/External programs)
4741                 to allow "Display as text" to be done via a script
4742                 (patch by H.Merijn Brand).
4743                 Use GtkComboBox for protocol selection in account
4744                 preferences.
4745                 Only include current choice for existing accounts, and
4746                 insensitivize the combobox.
4747
4748 2006-06-27 [paul]       2.3.1cvs23
4749
4750         * src/mbox.c
4751                 fix crasher introduced in cvs21.
4752                 Thanks to Colin
4753
4754 2006-06-26 [colin]      2.3.1cvs22
4755
4756         * src/mbox.c
4757                 Fix double-frees when leaving folders
4758                 after exporting to mbox
4759
4760 2006-06-26 [colin]      2.3.1cvs21
4761
4762         * src/mbox.c
4763                 More feedback (and optimisation)
4764                 on import/export
4765         * src/common/utils.c
4766                 Fix case when looking for mail addresses
4767         * src/gtk/gtkutils.c
4768                 Extra check for (X-)Face
4769
4770 2006-06-25 [ticho]      2.3.1cvs20
4771
4772         * src/compose.c
4773         * src/exphtmldlg.c
4774         * src/gtk/gtkutils.c
4775         * src/gtk/gtkutils.h
4776                 Added second argument to gtkut_sc_combobox_create() to
4777                 control focus-on-click for the widget.
4778                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4779
4780 2006-06-25 [ticho]      2.3.1cvs19
4781
4782         * src/compose.c
4783         * src/gtk/Makefile.am
4784         * src/gtk/combobox.c
4785         * src/gtk/combobox.h
4786         * src/gtk/gtkutils.c
4787         * src/gtk/gtkutils.h
4788                 Use GtkComboBox instead of deprecated GtkOptionMenu
4789                 for account selector in compose window and for encoding
4790                 selector in attachment properties.
4791                 Also factorise working with the new GtkComboBox somewhat.
4792
4793 2006-06-24 [paul]       2.3.1cvs18
4794
4795         * src/prefs_common.c
4796                 use the correct default value
4797
4798 2006-06-24 [paul]       2.3.1cvs17
4799
4800         * src/compose.c
4801         * src/prefs_common.c
4802         * src/prefs_common.h
4803         * src/prefs_compose_writing.c
4804                 enable setting of default action when
4805                 dnd'ing files in the compose window.
4806                 (Collaborative effort with wwp)
4807
4808 2006-06-23 [wwp]        2.3.1cvs16
4809
4810         * src/compose.c
4811                 i18n fix (thanks to Fabien Vantard)
4812
4813 2006-06-22 [colin]      2.3.1cvs15
4814
4815         * src/prefs_customheader.c
4816                 Don't use filters in custom headers' file 
4817                 selector. Remember, extensions mean nothing :)
4818
4819 2006-06-22 [paul]       2.3.1cvs14
4820
4821         * configure.ac
4822                 allow setting of man directory location
4823
4824 2006-06-22 [colin]      2.3.1cvs13
4825
4826         * src/mainwindow.c
4827                 Add 'View/Go to/Next unread folder'.
4828                 I missed that :)
4829
4830 2006-06-22 [colin]      2.3.1cvs12
4831
4832         * src/common/utils.c
4833                 Add some subject prefixes
4834                 Patch by Bjorn T Johansen <btj@havleik.no>
4835
4836 2006-06-22 [colin]      2.3.1cvs11
4837
4838         * manual/advanced.xml
4839                 Forgotten hidden pref
4840
4841 2006-06-21 [paul]       2.3.1cvs10
4842
4843         * src/prefs_account.c
4844                 complete the removal of 'Add date header' option
4845
4846 2006-06-21 [paul]       2.3.1cvs9
4847
4848         * src/account.c
4849         * src/compose.c
4850         * src/prefs_account.c
4851         * src/prefs_account.h
4852                 remove option to add date header - always
4853                 add date header
4854         * src/etpan/imap-thread.c
4855                 fix warnings (Thanks to Colin)
4856
4857 2006-06-21 [wwp]        2.3.1cvs8
4858
4859         * src/folder.c
4860                 set the attachment flag when inline text part are (file)named. This is more convenient
4861                 when receiving (for instance) inline source files or patches sent using thunderbird.
4862
4863 2006-06-21 [paul]       2.3.1cvs7
4864
4865         * src/inc.c
4866                 fix off-by-one count of current msg in
4867                 statusbar filtering progressbar
4868
4869 2006-06-21 [paul]       2.3.1cvs6
4870
4871         * src/folder.c
4872                 Show attachment icon even if the part is 'inline'
4873                 if the following conditions are met:
4874                 - content-type != 'text/plain'
4875                 - content-type != '*/pgp-signature'
4876                 - either 'name' or 'filename' parameter is not NULL
4877                 
4878                 Thanks to Colin
4879
4880 2006-06-21 [paul]       2.3.1cvs5
4881
4882         * src/messageview.c
4883         * src/prefs_common.c
4884         * src/prefs_common.h
4885         * src/prefs_other.c
4886                 add an option to 'Never send Return
4887                 Receipts'
4888                 Thanks to Colin
4889
4890 2006-06-20 [mones]      2.3.1cvs4
4891
4892         * po/es.po
4893                 updated
4894         * src/compose.c
4895                 typo fixed (space after comma)
4896         * tools/make.themes.project
4897                 remove exec mode from tarball files
4898
4899 2006-06-20 [colin]      2.3.1cvs3
4900
4901         * src/news.c
4902         * src/procheader.c
4903         * src/unmime.c
4904                 Better fix for \n's in headers (don't 
4905                 break Received: and others)
4906
4907 2006-06-20 [paul]       2.3.1cvs2
4908
4909         * src/alertpanel.c
4910         * src/textview.c
4911                 improve legibility of phishing attempt
4912                 dialog
4913
4914 2006-06-20 [paul]       2.3.1cvs1
4915
4916         * NEWS
4917         * README
4918         * configure.ac
4919                 Update version number following
4920                 stable release
4921
4922 2006-06-20 [colin]      2.3.0cvs26
4923
4924         * src/compose.c
4925                 When dragging a file to the text of the compose
4926                 window, ask whether we want to insert or attach
4927                 (I know lots of people who do that to attach)
4928
4929 2006-06-20 [colin]      2.3.0cvs25
4930
4931         * src/etpan/imap-thread.c
4932                 Fix threshold (the append command is often > 32 bytes)
4933
4934 2006-06-19 [colin]      2.3.0cvs24
4935
4936         * src/imap.c
4937         * src/etpan/imap-thread.c
4938                 Workaround Rockliffe IMAP server bug: replace
4939                 "x UID SEARCH (ANSWERED UID 1:*)" with
4940                 "x UID SEARCH ANSWERED"
4941                 (Rockliffe doesn't handle the parenthesis)
4942
4943 2006-06-19 [colin]      2.3.0cvs23
4944
4945         * src/compose.c
4946         * src/imap.c
4947         * src/etpan/imap-thread.c
4948                 Probably fix bug #972 (Freezes when adding 
4949                 an attachment to the message)
4950         * src/common/defs.h
4951                 Modernize Firefox cmd
4952
4953
4954 2006-06-18 [colin]      2.3.0cvs22
4955
4956         * src/prefs_customheader.c
4957                 Only allow correct filenames for various
4958                 custom headers
4959
4960 2006-06-18 [colin]      2.3.0cvs21
4961
4962         * src/prefs_customheader.c
4963                 Add a 'From File...' button in custom headers prefs, which
4964                 try to do the right thing: 
4965                 for normal headers, use file as plaintext,
4966                 for X-Face, calls compface,
4967                 for Face, encode to b64.
4968
4969 2006-06-17 [colin]      2.3.0cvs20
4970
4971         * src/mh.c
4972                 Warning fix
4973
4974 2006-06-16 [colin]      2.3.0cvs19
4975
4976         * src/summaryview.c
4977                 Recursive quicksearch: show message list
4978                 in current folder, *then* search children
4979                 in the background.
4980
4981 2006-06-16 [colin]      2.3.0cvs18
4982
4983         * src/main.c
4984                 Instead of ignoring SIGPIPE, save caches
4985                 when getting one. Will fix the fact that
4986                 hot caches are out-of-date when logging 
4987                 out of Xorg.
4988         * src/compose.c
4989         * src/prefs_compose_writing.c
4990                 Only save text (not attachments) when 
4991                 auto-saving to drafts
4992         * src/unmime.c
4993                 Always replace \n, \r and \t with spaces
4994                 in headers
4995         * manual/dist/html/Makefile.am
4996         * manual/dist/pdf/Makefile.am
4997         * manual/dist/ps/Makefile.am
4998         * manual/dist/txt/Makefile.am
4999         * manual/fr/dist/html/Makefile.am
5000         * manual/fr/dist/pdf/Makefile.am
5001         * manual/fr/dist/ps/Makefile.am
5002         * manual/fr/dist/txt/Makefile.am
5003         * manual/pl/dist/html/Makefile.am
5004         * manual/pl/dist/pdf/Makefile.am
5005         * manual/pl/dist/ps/Makefile.am
5006         * manual/pl/dist/txt/Makefile.am
5007                 Fix make clean removing pregenerated manuals
5008
5009
5010 2006-06-16 [colin]      2.3.0cvs17
5011
5012         * src/plugins/pgpcore/sgpgme.c
5013         * src/plugins/pgpmime/pgpmime.c
5014         * src/plugins/pgpinline/pgpinline.c
5015                 Better error reporting in setup_signers.
5016                 Don't fallback to default key if specified
5017                 key isn't found.
5018                 Don't allow signing if more than one secret
5019                 key matches the one specified in prefs.
5020
5021 2006-06-15 [colin]      2.3.0cvs16
5022
5023         * src/folderview.c
5024                 Add "Send queue" in the folder's contextual
5025                 menu
5026         * src/compose.c
5027         * src/messageview.c
5028         * src/privacy.c
5029         * src/privacy.h
5030         * src/procmime.c
5031         * src/procmsg.c
5032         * src/plugins/pgpcore/passphrase.c
5033         * src/plugins/pgpcore/sgpgme.c
5034         * src/plugins/pgpinline/pgpinline.c
5035         * src/plugins/pgpmime/pgpmime.c
5036                 Better error reporting
5037         * src/mbox.c
5038                 Probably fix bug #971 (2.2.3 cannot read mail 
5039                 from local mbox)
5040
5041
5042 2006-06-15 [mones]      2.3.0cvs15
5043
5044         * tools/make.themes.project
5045                 creates the themes project from the web page
5046
5047 2006-06-15 [colin]      2.3.0cvs14
5048
5049         * src/folder.c
5050                 Better fix (avoid losing the folder if scan_tree 
5051                 fails)
5052
5053 2006-06-15 [cleroy]     2.3.0cvs13
5054
5055         * src/folder.c
5056                 Probably fix Bug #969 (crash on rebuilding 
5057                 imap folder)
5058
5059 2006-06-14 [colin]      2.3.0cvs12
5060
5061         * manual/dtd/manual.xsl
5062         * manual/sylpheed-claws-manual.xml
5063         * manual/fr/sylpheed-claws-manual.xml
5064         * manual/pl/sylpheed-claws-manual.xml
5065                 Insert pagebreaks between sections
5066
5067 2006-06-14 [paul]       2.3.0cvs11
5068
5069         * configure.ac
5070                 better fix than 2.3.0cvs10
5071
5072 2006-06-14 [paul]       2.3.0cvs10
5073
5074         * configure.ac
5075                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5076                 (backwards compatible)
5077
5078 2006-06-13 [colin]      2.3.0cvs9
5079
5080         * src/messageview.c
5081                 Fix sending of return receipt with the new queue folders
5082
5083 2006-06-13 [wwp]        2.3.0cvs8
5084
5085         * src/quote_fmt_lex.l
5086                 fix wrong tokens returned in quote_fmt lexer, query not().
5087
5088 2006-06-13 [wwp]        2.3.0cvs7
5089
5090         * src/folder.c
5091         * src/prefs_folder_item.c
5092                 allow changing folder type even when folder is not a top-level one,
5093                 thanks to Colin.
5094
5095 2006-06-12 [colin]      2.3.0cvs6
5096
5097         * src/folderview.c
5098                 Fix double-ask of "Do you want to mark all
5099                 as read"
5100
5101 2006-06-12 [colin]      2.3.0cvs5
5102
5103         * src/compose.c
5104         * src/compose.h
5105         * src/folder.c
5106         * src/folder.h
5107         * src/imap.c
5108         * src/inc.c
5109         * src/main.c
5110         * src/messageview.c
5111         * src/mh.c
5112         * src/prefs_folder_item.c
5113         * src/procheader.c
5114         * src/procmime.c
5115         * src/procmsg.c
5116         * src/procmsg.h
5117         * src/send_message.c
5118         * src/summaryview.c
5119         * src/toolbar.c
5120                 Apply bug #964's patch (Queue and drafts aren't normal)
5121                 The Drafts and Queue folder now contain RFC-822 files,
5122                 allowing to move and copy mails from and to these 
5123                 folders. Moving from Drafts to Queue will prepare the
5124                 mail for sending (PGP signature, encryption, etc).
5125                 This patch also rework sending errors handling to try
5126                 to be more helpful.
5127                 Also, allow redefining folder types via the GUI 
5128                 (Folder type in its Properties)
5129
5130 2006-06-12 [colin]      2.3.0cvs4
5131
5132         * src/summaryview.c
5133         * src/prefs_common.c
5134         * src/prefs_common.h
5135         * src/gedit-print.c
5136                 Allow to define a specific print font - patch
5137                 by Bernhard Walle <bernhard.walle@gmx.de>
5138         * src/prefs_fonts.c
5139         * manual/advanced.xml
5140         * manual/fr/advanced.xml
5141                 Add a hidden pref to allow deletion without
5142                 confirmation
5143
5144 2006-06-12 [wwp]        2.3.0cvs3
5145
5146         * .cvsignore
5147                 more files to ignore.
5148
5149 2006-06-12 [wwp]        2.3.0cvs2
5150
5151         * src/quote_fmt.c
5152         * src/quote_fmt_lex.l
5153         * src/quote_fmt_parse.y
5154                 extend the quote_fmt parser (templates and quotes):
5155                 - allow limited sub-expressions in |p{} and |f{} expressions,
5156                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5157                 - implemented/fixed missing implementation of query_references and show_references,
5158                 - completed, fixed contents and format of the symbols help dialog,
5159                 - fix some compilation warnings.
5160
5161 2006-06-12 [wwp]        2.3.0cvs1
5162
5163         * manual/advanced.xml
5164         * manual/fr/advanced.xml
5165                 updates in the "templates" section of the manual (eng/fr):
5166                  - be more precise (both versions)
5167                  - completed to match the english reference (fr version)
5168                  - touchups (both versions)
5169
5170 2006-06-12 [paul]       2.3.0
5171
5172         2.3.0 released
5173
5174 2006-06-12 [paul]       2.2.3cvs14
5175
5176         * po/ca.po
5177         * po/cs.po
5178         * po/de.po
5179         * po/el.po
5180         * po/fr.po
5181         * po/it.po
5182         * po/pt_BR.po
5183         * po/sr.po
5184         * po/zh_CN.po
5185                 updated by Miquel Oliete, Tim, Stephan Sachse,
5186                 Stavros Giannouris, Fabien Vantard, Andrea
5187                 Spadaccini, Frederico Goncalves Guimaraes,
5188                 Aleksandar Urosevic, and Ralgh Young
5189
5190 2006-06-12 [colin]      2.2.3cvs13
5191
5192         * src/mbox.c
5193                 Add missing header
5194
5195 2006-06-11 [colin]      2.2.3cvs12
5196
5197         * src/msgcache.c
5198                 Verify that g_malloc() succeeded
5199
5200 2006-06-11 [colin]      2.2.3cvs11
5201
5202         * src/wizard.c
5203                 Add Face header to welcome mail
5204
5205 2006-06-10 [colin]      2.2.3cvs10
5206
5207         * src/textview.c
5208                 Revert previous (Forgot it changes the
5209                 margin on the whole mail)
5210
5211 2006-06-10 [colin]      2.2.3cvs9
5212
5213         * src/textview.c
5214                 Don't overlap long headers under (X-)Face
5215
5216 2006-06-10 [mones]      2.2.3cvs8
5217
5218         * manual/xml2pdf
5219                 allow generation of manual on systems lacking saxon binary
5220                 but with java and the saxon library installed
5221
5222         * po/es.po
5223                 updated for release
5224
5225 2006-06-09 [colin]      2.2.3cvs7
5226
5227         * src/summaryview.c
5228                 Fix leak when using Display Sender using Addressbook
5229
5230 2006-06-09 [colin]      2.2.3cvs6
5231
5232         * src/compose.c
5233         * src/folder.c
5234         * src/folderview.c
5235         * src/mimeview.c
5236         * src/summaryview.c
5237                 More leaks fixes
5238
5239 2006-06-09 [paul]       2.2.3cvs5
5240
5241         * AUTHORS
5242         * src/gtk/authors.h
5243         * tools/claws.i18n.status.pl
5244                 updated with new info
5245
5246 2006-06-09 [paul]       2.2.3cvs4
5247
5248         * README
5249                 updated
5250         * manual/ack.xml
5251                 add wwp to authors list
5252         * src/gtk/authors.h
5253                 update mine and Colin's addresses
5254
5255 2006-06-08 [colin]      2.2.3cvs3
5256
5257         * src/etpan/imap-thread.c
5258                 Fix leak on SSL cert check
5259
5260 2006-06-08 [colin]      2.2.3cvs2
5261
5262         * src/common/utils.c
5263                 Fix leak
5264
5265 2006-06-08 [paul]       2.2.3cvs1
5266
5267         * configure.ac
5268                 Update version number following
5269                 stable release
5270
5271 2006-06-07 [colin]      2.2.2cvs3
5272
5273         * src/msgcache.c
5274                 Fix catching cache read errors (guint instead of gint)
5275                 Prevent malloc'ing more than 8MB (means cache corruption)
5276
5277 2006-06-07 [paul]       2.2.2cvs2
5278
5279         * src/exporthtml.c
5280         * src/exportldif.c
5281         * src/mh.c
5282         * src/mutt.c
5283         * src/pine.c
5284         * src/common/utils.c
5285                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5286                 obey $HOME'
5287                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5288                 Thanks to Colin
5289
5290 2006-06-06 [paul]       2.2.2cvs1
5291
5292         * configure.ac
5293                 Update version number following
5294                 stable release
5295
5296 2006-06-06 [paul]       2.2.1cvs6
5297
5298         * src/matcher.c
5299                 fix  implicit declaration of
5300                 sylpheed_do_idle()
5301                 Patch by Fabien Vantard
5302
5303 2006-06-06 [paul]       2.2.1cvs5
5304
5305         * src/matcher.c
5306                 fix age_greater and age_lower so that they
5307                 mean what say and not '...or equal to'
5308                 Thanks to Colin
5309
5310 2006-06-06 [paul]       2.2.1cvs4
5311
5312         * src/textview.c
5313         * src/common/utils.c
5314                 fix URI check
5315                 Thanks to Colin
5316
5317 2006-06-05 [wwp]        2.2.1cvs3
5318
5319         * manual/fr/account.xml
5320                 minor language fixes (thanks to Fabien Vantard).
5321
5322 2006-06-05 [colin]      2.2.1cvs2
5323
5324         * src/prefs_folder_item.c
5325         * src/folderview.c
5326                 Allow recursive setting of properties 
5327                 for whole mailboxes
5328         * src/matcher.c
5329                 Don't freeze on 'test' filtering rule
5330
5331 2006-06-05 [colin]      2.2.1cvs1
5332
5333         * configure.ac
5334                 Update version number following
5335                 stable release
5336
5337 2006-06-04 [wwp]        2.2.0cvs82
5338
5339         * manual/glossary.xml
5340         * manual/account.xml
5341         * manual/fr/glossary.xml
5342         * manual/fr/account.xml
5343                 added glossary section and references/links related to the Face custom header.
5344
5345 2006-06-04 [colin]      2.2.0cvs81
5346
5347         * src/summaryview.c
5348                 Skip to next message on move with no
5349                 immediate execution
5350
5351 2006-06-04 [wwp]        2.2.0cvs80
5352
5353         * manual/xml2pdf
5354                 added sanity checks, exit when needed.
5355
5356 2006-06-03 [paul]       2.2.0cvs79
5357
5358         * src/prefs_receive.c
5359                 page name is now 'Receiving'
5360         * src/prefs_send.c
5361                 page name is now 'Sending'
5362
5363 2006-06-03 [colin]      2.2.0cvs78
5364
5365         * src/plugins/spamassassin/spamassassin_gtk.c
5366                 Autoswitch to Localhost if transport was previously
5367                 disabled. Else people had to check [] Enable, then
5368                 *reselect* transport.
5369
5370 2006-06-03 [colin]      2.2.0cvs77
5371
5372         * src/plugins/pgpinline/pgpinline.c
5373         * src/plugins/pgpmime/pgpmime.c
5374                 Check that gpg_data_release_and_get_mem 
5375                 didn't fail (now, why this happens...)
5376
5377 2006-06-03 [colin]      2.2.0cvs76
5378
5379         * src/mbox.c
5380                 Fix bug #962 (Manual and/or UI should 
5381                 warn about incompatible locking 
5382                 causing dataloss)
5383
5384 2006-06-02 [cleroy]     2.2.0cvs75
5385
5386         * src/filtering.c
5387         * src/folder.c
5388         * src/procmsg.c
5389         * src/summaryview.c
5390                 Fix a few leaks
5391
5392 2006-06-02 [colin]      2.2.0cvs74
5393
5394         * src/main.c
5395                 On exit, free caches after writing them
5396                 Shuts up some valgrind false positives
5397         * src/procmsg.c
5398         * src/send_message.c
5399                 Fix races when reusing existing SMTP connections
5400                 Fix inexistant session timeout
5401         * src/toolbar.c
5402                 Display alertpanel after all queues have
5403                 been processed, not after each
5404
5405 2006-06-02 [wwp]        2.2.0cvs73
5406
5407         * manual/fr/glossary.xml
5408         * manual/fr/ack.xml
5409         * manual/ack.xml
5410                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5411
5412 2006-06-02 [wwp]        2.2.0cvs72
5413
5414         * manual/xml2pdf
5415         * manual/dist/pdf/Makefile.am
5416         * manual/dtd/manual.xsl
5417         * manual/fr/dist/pdf/Makefile.am
5418         * manual/pl/dist/pdf/Makefile.am
5419                 we changed the procedure to generate the .pdf version of the manual.
5420                 The procedure is more modern and the .pdf we get now has a valid index.
5421                 Here are the new pre-requisites:
5422
5423                 - JRE 1.x (1.4 here): there must be one from your distro
5424                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5425                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5426                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5427
5428                 See my posts for further info about the installation of this toolchain:
5429
5430                 Date: Fri, 19 May 2006 19:40:06 +0200
5431                 From: wwp <subscript@free.fr>
5432                 To: sylpheed-claws-devel@lists.sourceforge.net
5433                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5434
5435                 and
5436
5437                 Date: Wed, 24 May 2006 12:58:49 +0200
5438                 From: wwp <subscript@free.fr>
5439                 To: sylpheed-claws-devel@lists.sourceforge.net
5440                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5441
5442 2006-06-01 [colin]      2.2.0cvs71
5443
5444         * src/compose.c
5445                 Better guards against IMAP races
5446         * src/main.c
5447         * src/prefs_common.c
5448         * src/prefs_common.h
5449         * src/common/ssl_certificate.c
5450         * src/etpan/imap-thread.c
5451         * src/etpan/imap-thread.h
5452         * src/gtk/sslcertwindow.c
5453                 New hidden option ssl_skip_cert_check to 
5454                 avoid dups of bug #959 (libetpan linked
5455                 against gnutls and gnutls buggy on 64bit)
5456                 Present expired warning only once per
5457                 session/server.
5458         * manual/advanced.xml
5459         * manual/fr/advanced.xml
5460                 Document new option
5461
5462 2006-06-01 [wwp]        2.2.0cvs70
5463
5464         * src/messageview.c
5465                 fix for bug #961 (return receipt dialog 
5466                 complains incorrectly about return-path 
5467                 email adress being different), thanks 
5468                 to Colin.
5469
5470 2006-05-31 [cleroy]     2.2.0cvs69
5471
5472         * src/common/ssl.c
5473                 Guard against NULLs, although this
5474                 should never be an issue
5475
5476 2006-05-31 [colin]      2.2.0cvs68
5477
5478         * src/filtering.c
5479                 Use g_slist_prepend
5480         * src/imap.c
5481                 Don't remove caches when destroying folder, it
5482                 could (should) be done at exit
5483         * src/inc.c
5484                 free processing cache after incorporation
5485         * src/etpan/imap-thread.c
5486                 Maybe fix bug #959 (Crash on moving to emails 
5487                 to a imap account per ssl with a expired 
5488                 certificate.)
5489
5490 2006-05-30 [colin]      2.2.0cvs67
5491
5492         * src/summaryview.c
5493                 Put back event flush when displaying message
5494                 It avoids reading a bunch of messages just
5495                 by hitting shift-n for too long ;)
5496
5497 2006-05-29 [colin]      2.2.0cvs66
5498
5499         * src/summaryview.c
5500                 Remove useless g_warnings
5501
5502 2006-05-29 [colin]      2.2.0cvs65
5503
5504         * src/imap.c
5505                 Fix g_slist_append()s for performance
5506
5507 2006-05-29 [colin]      2.2.0cvs64
5508
5509         * src/compose.c
5510         * src/common/utils.c
5511                 Fix extraneous tab at start of addresses
5512         * src/mainwindow.c
5513                 Fix warnings (thanks to Fabien)
5514                 Fix crash at exit when composing messages 
5515                 exist
5516         * src/pop.c
5517                 Fix progress bar when deleting expired mails
5518                 Thanks to Hiro
5519         * src/summaryview.c
5520         * src/gtk/gtksctree.c
5521                 Fix re-sorting slowness
5522
5523 2006-05-29 [paul]       2.2.0cvs63
5524
5525         * src/mh.c
5526                 fetch full message when moving mails
5527                 from another mailbox, (fixed data loss
5528                 when filtering from IMAP to MH, introduced
5529                 in 2.2.0cvs57).
5530                 Thanks to Colin
5531
5532 2006-05-29 [mones]      2.2.0cvs62
5533
5534         * src/gtk/gtksctree.c
5535                 Unselect faster (patch by Colin)        
5536
5537 2006-05-26 [colin]      2.2.0cvs61
5538
5539         * src/summaryview.c
5540                 Unplug MSGINFO_UPDATE callback on delete too.
5541
5542 2006-05-26 [colin]      2.2.0cvs60
5543
5544         * src/foldersel.c
5545                 Fix bold in folder selection window with glib2.10
5546                 thanks Hiro
5547
5548 2006-05-26 [colin]      2.2.0cvs59
5549
5550         * src/procheader.c
5551                 Convert date only if necessary (and don't
5552                 try to convert from utf8 to utf8, too)
5553         * src/summaryview.c
5554                 Only set column's text if the column's 
5555                 displayed
5556
5557 2006-05-26 [colin]      2.2.0cvs58
5558
5559         * src/summaryview.c
5560         * src/gtk/gtkutils.c
5561                 Fix useless warning
5562
5563 2006-05-26 [colin]      2.2.0cvs57
5564
5565         * src/mainwindow.c
5566                 Make summaryview selectable as long as 
5567                 no message has focus
5568         * src/mh.c
5569                 Faster deletion (by implementing mh_remove_msgs)
5570                 Faster copy (avoid using mh_fetch_msg just to get
5571                 the filename)
5572                 Faster move (using move_file instead of copy_file
5573                 if MSG_IS_MOVE)
5574                 No progressbar if total number of mails to cp/mv 
5575                 is less than 100
5576         * src/summaryview.c
5577                 Fix removal from subject_table when mail gets moved
5578                 Faster deletion (g_slist_prepend instead of append)
5579         * src/gtk/gtksctree.c
5580                 Remove useless code
5581
5582 2006-05-25 [colin]      2.2.0cvs56
5583
5584         * src/common/ssl_certificate.c
5585                 Fix leak in expired cert check
5586
5587 2006-05-25 [colin]      2.2.0cvs55
5588
5589         * src/mh.c
5590                 Disable flags syncing on .mh_sequences - it
5591                 is buggy and marks mails read under unknown
5592                 conditions.
5593
5594 2006-05-25 [paul]
5595
5596         * 2.3.0-rc4 released
5597
5598 2006-05-24 [colin]      2.2.0cvs54
5599
5600         attention cvs users: if you manage to crash
5601         Sylpheed-Claws while moving, copying or deleting
5602         mails, we *are* interested in stack traces and
5603         valgrind logs. It looks stable, but one never
5604         knows...
5605
5606         * src/folder.c
5607                 Add progressbar for cache updates
5608         * src/folderutils.c
5609                 Optimize Mark all read in the current
5610                 folder
5611         * src/mh.c
5612                 Add progressbar for copy/move
5613         * src/procmsg.c
5614                 Optimize O(n^2) in copy/move
5615         * src/summaryview.c
5616         * src/gtk/gtksctree.c
5617                 Optimize O(n^2) algos
5618         * src/common/timing.h
5619                 Display ms instead of us
5620
5621 2006-05-24 [wwp]        2.2.0cvs53
5622
5623         * manual/fr/advanced.xml
5624                 updates to the French manual.
5625
5626 2006-05-24 [wwp]        2.2.0cvs52
5627
5628         * src/common/utils.c
5629                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5630
5631 2006-05-24 [wwp]        2.2.0cvs51
5632
5633         * src/folderutils.c
5634                 fixed "mark all read" in MH folders (thanks to Colin).
5635
5636 2006-05-24 [paul]       2.2.0cvs50
5637
5638         * doc/man/sylpheed-claws.1
5639                 updated the man page
5640
5641 2006-05-23 [colin]      2.2.0cvs49
5642
5643         * src/folderview.c
5644         * src/imap.c
5645         * src/inc.c
5646         * src/mbox.c
5647         * src/messageview.c
5648         * src/news.c
5649         * src/send_message.c
5650         * src/summaryview.c
5651         * src/gtk/sslcertwindow.c
5652                 alertpanel fixes, by Fabien
5653
5654 2006-05-23 [colin]      2.2.0cvs48
5655
5656         * src/folder.c
5657         * src/folderview.c
5658         * src/msgcache.c
5659         * src/summaryview.c
5660         * src/gtk/gtksctree.c
5661         * src/gtk/gtksctree.h
5662                 More timings
5663                 Fix slow loading problem, which was caused by the
5664                 use of some gtk_ctree funcs and their use of
5665                 g_list_position while gtk_ctree_(un)link'ing.
5666                 Reap more functions from gtkctree.c to be sure we
5667                 use our (fast) version instead of theirs.
5668         * src/mh.c
5669                 Fix copy of unread mails
5670
5671
5672 2006-05-22 [wwp]        2.2.0cvs47
5673
5674         * manual/fr/advanced.xml
5675                 updated.
5676
5677 2006-05-22 [colin]      2.2.0cvs46
5678
5679         * src/filtering.c
5680                 Fix possible infinite loop. 'copy' is not a 
5681                 final action, so when encountering a 'copy',
5682                 we have to check if a previous one was set
5683                 and do it. In the same way, if we encounter
5684                 a 'move' we have to perform a possibly 
5685                 pending 'copy'. This will slow down filtering
5686                 on IMAP if move+copy or multiple copy actions
5687                 are to be done, but handling it via the batch
5688                 would be really too convoluted.
5689
5690 2006-05-22 [wwp]        2.2.0cvs45
5691
5692         * manual/fr/advanced.xml
5693         * manual/fr/faq.xml
5694         * manual/fr/glossary.xml
5695         * manual/fr/handling.xml
5696         * manual/fr/intro.xml
5697         * manual/fr/plugins.xml
5698         * manual/fr/sylpheed-claws-manual.xml
5699                 sync w/ the english manual: updates URIs, documented mailing-list
5700                 support, better explanation about the enabled/disabled feature
5701                 in filtering/processing rules by Paul.
5702
5703 2006-05-21 [colin]      2.2.0cvs44
5704
5705         * src/summaryview.c
5706                 Don't expand after building threads, but during
5707
5708 2006-05-21 [colin]      2.2.0cvs43
5709
5710         * src/procmsg.c
5711         * src/summaryview.c
5712                 More timing possibilities... For next time I have 
5713                 to find out how the hell some 3GHz computer takes
5714                 one minute to open a 30k folder...
5715
5716 2006-05-21 [colin]      2.2.0cvs42
5717
5718         * manual/pl/advanced.xml
5719         * manual/pl/faq.xml
5720         * manual/pl/glossary.xml
5721         * manual/pl/handling.xml
5722         * manual/pl/intro.xml
5723         * manual/pl/plugins.xml
5724         * manual/pl/sylpheed-claws-manual.xml
5725                 Polish manual updated by Pawel
5726
5727 2006-05-20 [colin]
5728
5729         * 2.3.0-rc3 released
5730
5731 2006-05-20 [colin]      2.2.0cvs41
5732
5733         * src/imap.c
5734                 Fix -rc2 problems:
5735                 - remove cache of moved messages from original folder
5736                 - apply new flags to messages even if they aren't appliable
5737                   via IMAP.
5738
5739 2006-05-20 [colin]
5740
5741         * 2.3.0-rc2 released
5742
5743 2006-05-19 [colin]      2.2.0cvs40
5744
5745         * src/imap.c
5746                 Don't issue SELECT in imap_change_flags
5747                 before having checked that we indeed have
5748                 some flags to change. MSG_POSTFILTERED for
5749                 example can't be used on IMAP.
5750                 Fixes bug #955 (copying messages between 
5751                 imap folders is extremely slow), which was
5752                 a regression.
5753
5754 2006-05-19 [colin]      2.2.0cvs39
5755
5756         * src/folder.c
5757         * src/folder.h
5758         * src/folderview.c
5759                 Try to fix bug #830 (Some unread messages 
5760                 get marked read in IMAP inbox):
5761                 - Prevent scanning a folder if it's being 
5762                   opened via the GUI
5763                 - Postpone opening via the GUI of a folder
5764                   currently scanned.
5765
5766
5767 2006-05-19 [wwp]        2.2.0cvs38
5768
5769         * manual/advanced.xml
5770                 fix English+typo (thanks to Paul).
5771
5772 2006-05-19 [wwp]        2.2.0cvs37
5773
5774         * manual/advanced.xml
5775         * manual/fr/advanced.xml
5776         * src/gtk/logwindow.c
5777         * src/prefs_common.c
5778         * src/prefs_common.h
5779                 added hidden prefs to allow customization of colors used in
5780                 protocol log window (useful for dark gtk+ themes).
5781
5782 2006-05-19 [wwp]        2.2.0cvs36
5783
5784         * ChangeLog
5785                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5786
5787 2006-05-19 [paul]       2.2.0cvs35
5788
5789         * src/textview.c
5790                 make Reply-To fully clickable
5791         * src/gtk/logwindow.c
5792                 more colouring (SMTP ESMTP)
5793         Both patches by Pawel Pekala
5794
5795 2006-05-19 [cleroy]     2.2.0cvs34
5796
5797         * src/mh.c
5798                 Don't update flags from current folder
5799                 Probably fixes bug #935 (Read Messages 
5800                 Revert to Being Marked as Unread)
5801
5802 2006-05-18 [colin]      2.2.0cvs33
5803
5804         * src/imap.c
5805                 Warning fix
5806         * src/compose.c
5807         * src/mainwindow.c
5808         * src/summaryview.c
5809         * src/toolbar.c
5810                 Allow replying to multiple emails
5811                 in multiple windows
5812         * src/mimeview.c
5813         * src/etpan/imap-thread.c
5814                 Leak fixes
5815
5816 2006-05-18 [paul]       2.2.0cvs32
5817
5818         * src/summaryview.c
5819                 keep Mailing-List menu refreshed
5820                 Thanks to Colin
5821
5822 2006-05-18 [paul]       2.2.0cvs31
5823
5824         * manual/advanced.xml
5825         * manual/faq.xml
5826         * manual/glossary.xml
5827         * manual/handling.xml
5828         * manual/intro.xml
5829         * manual/plugins.xml
5830         * manual/sylpheed-claws-manual.xml
5831                 update URLs
5832                 add info about mailing-list support
5833                 edit filtering info
5834         * src/wizard.c
5835         * src/common/defs.h
5836         * src/gtk/about.c
5837         * src/plugins/dillo_viewer/README
5838                 update URLs
5839
5840 2006-05-17 [wwp]        2.2.0cvs30
5841
5842         * manual/handling.xml
5843         * manual/fr/handling.xml
5844                 documented the ability to enabled/disable filtering/processing rules.
5845
5846 2006-05-17 [colin]      2.2.0cvs29
5847
5848         * src/main.c
5849                 Don't initialize g_thread subsystem if it's 
5850                 already done (thanks to Hiro)
5851         * src/mimeview.c
5852                 Fix saving of parts when there name can't be
5853                 converted from UTF-8.
5854
5855 2006-05-17 [paul]       2.2.0cvs28
5856
5857         * po/Makefile.in.in
5858                 fix config.status warning with autoconf 2.60
5859
5860 2006-05-17 [paul]       2.2.0cvs27
5861
5862         * po/POTFILES.in
5863                 add src/mbox.c
5864
5865 2006-05-17 [wwp]        2.2.0cvs26
5866
5867         * src/mainwindow.c
5868                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5869
5870 2006-05-17 [wwp]        2.2.0cvs25
5871
5872         * src/plugins/demo/demo.c
5873                 updated product name in plugin demo (many plugins need to be
5874                 sync'ed w/ that change).
5875
5876 2006-05-17 [colin]      2.2.0cvs24
5877
5878         * src/mh.c
5879                 Fix leak
5880
5881 2006-05-16 [colin]      2.2.0cvs23
5882
5883         * src/mainwindow.c
5884                 Stupid me hit again. Fix cvs22.
5885
5886 2006-05-16 [colin]      2.2.0cvs22
5887
5888         * src/mainwindow.c
5889                 Fix bug #922 (sylpheed-claws crashed after 
5890                 pushing on Inbox folder)
5891
5892 2006-05-16 [colin]      2.2.0cvs21
5893
5894         * src/compose.c
5895                 Make From header be copy/paste/select-able
5896
5897 2006-05-16 [wwp]        2.2.0cvs20
5898
5899         * src/export.c
5900         * src/matcher.c
5901         * src/summaryview.c
5902         * src/etpan/imap-thread.c
5903                 fix some compiler warnings (thanks to Colin).
5904
5905 2006-05-16 [wwp]        2.2.0cvs19
5906
5907         * src/action.c
5908         * src/gedit-print.c
5909         * src/inc.c
5910         * src/mainwindow.c
5911         * src/mh.c
5912         * src/statusbar.c
5913         * src/send_message.c
5914         * src/summaryview.c
5915                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
5916
5917 2006-05-15 [colin]      2.2.0cvs18
5918
5919         * src/procmsg.c
5920                 Fix automatic rule creation with List-Post
5921
5922 2006-05-15 [paul]       2.2.0cvs17
5923
5924         * tools/filter_conv_new.pl
5925                 updated for rule enabling/disabling
5926                 claws version >= 2.3.x required
5927
5928 2006-05-15 [cleroy]     2.2.0cvs16
5929
5930         * src/main.c
5931                 Revert test
5932
5933 2006-05-15 [cleroy]     2.2.0cvs15
5934
5935         * src/main.c
5936                 test
5937
5938 2006-05-15 [wwp]        2.2.0cvs14
5939
5940         * manual/pl/.cvsignore
5941                 ignore generated files.
5942
5943 2006-05-14 [wwp]        2.3.0-rc1
5944
5945         * 2.3.0-rc1 released
5946
5947 2006-05-13 [wwp]        2.2.0cvs13
5948
5949         * src/filtering.c
5950         * src/filtering.h
5951         * src/matcher.c
5952         * src/matcher_parser_lex.l
5953         * src/matcher_parser_parse.y
5954         * src/prefs_filtering.c
5955                 new feature: provide the ability to disable filtering and processing
5956                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
5957                 adaptations.
5958
5959 2006-05-13 [colin]      2.2.0cvs12
5960
5961         * src/compose.c
5962                 Remove useless if (a) b; else b;
5963                 Thanks to wwp
5964
5965 2006-05-13 [wwp]        2.2.0cvs11
5966
5967         * src/export.c
5968         * src/import.c
5969         * src/mainwindow.c
5970         * src/mbox.c
5971         * src/summaryview.c
5972         * src/summaryview.h
5973                 no more silent failures (or at least less ones) when importing
5974                 or exporting from/to mbox. Also start importing/exporting if
5975                 the necessary info is set.
5976
5977 2006-05-13 [wwp]        2.2.0cvs10
5978
5979         * RELEASE_NOTES
5980                 restored up-to-date release notes.
5981
5982 2006-05-13 [paul]       2.2.0cvs9
5983
5984         * po/nl.po
5985         * po/ru.po
5986                 updated by Tim Dijkstra and Pavlo Bohmat
5987
5988 2006-05-12 [colin]      2.2.0cvs8
5989
5990         * src/gtk/quicksearch.c
5991                 Add "k" as shortcut for "colorlabel". Patch
5992                 by ath42@users.sf.net.
5993
5994 2006-05-12 [paul]       2.2.0cvs7
5995
5996         * src/prefs_common.h
5997         * src/prefs_summaries.c
5998         * src/summaryview.c
5999                 when entering a folder also allow
6000                 going directly to first Marked message
6001
6002 2006-05-12 [paul]       2.2.0cvs6
6003
6004         * src/summaryview.c
6005                 always obey 'confirm before marking all
6006                 mails read' option
6007
6008 2006-05-12 [paul]       2.2.0cvs5
6009
6010         * src/textview.c
6011                 make Sender fully clickable
6012
6013 2006-05-12 [colin]      2.2.0cvs4
6014
6015         * src/compose.c
6016         * src/compose.h
6017                 Let From be editable
6018         * src/main.c
6019         * src/mh.c
6020                 Full support of .mh_sequences' Unseen seq
6021
6022 2006-05-12 [colin]      2.2.0cvs3
6023
6024         * src/folder.c
6025         * src/mainwindow.c
6026         * src/mainwindow.h
6027         * src/messageview.c
6028         * src/prefs_spelling.c
6029         * src/procheader.c
6030         * src/procmsg.c
6031         * src/procmsg.h
6032         * src/summaryview.c
6033         * src/toolbar.c
6034         * src/toolbar.h
6035                 Add contextual menu on Compose toolbar
6036                 button. Fixes bug #944 (Automatic
6037                 addresses not applied when changing account
6038                 from compose window)
6039                 add Mailing List support
6040                 based on the old 0.6.5claws25 patch by
6041                 Melvin Hadasht, with finishing touches
6042                 by Colin
6043                 Fix "ignore thread" when mails are threaded by
6044                 subject (and weren't ignored although appearing
6045                 in the thread).
6046                 GUI rework.
6047                 Both patches by Pawel.
6048
6049 2006-05-08 [paul]       2.2.0cvs2
6050
6051         * src/mainwindow.c
6052         * src/mainwindow.h
6053         * src/messageview.c
6054         * src/procheader.c
6055         * src/procmsg.c
6056         * src/procmsg.h
6057         * src/summaryview.c
6058                 add Mailing List support
6059                 based on the old 0.6.5claws25 patch by 
6060                 Melvin Hadasht, with finishing touches
6061                 by Colin
6062
6063 2006-05-08 [colin]      2.2.0cvs1
6064
6065         * src/mainwindow.c
6066         * src/toolbar.c
6067         * src/toolbar.h
6068                 Add contextual menu on Compose toolbar 
6069                 button. Fixes bug #944 (Automatic 
6070                 addresses not applied when changing account 
6071                 from compose window)
6072
6073 2006-05-08 [paul]       2.2.0
6074
6075         2.2.0 released
6076
6077 2006-05-08 [paul]       2.1.1cvs51
6078
6079         * po/cs.po
6080         * po/de.po
6081         * po/en_GB.po
6082         * po/fi.po
6083         * po/fr.po
6084         * po/pt_BR.po
6085         * po/sr.po
6086         * po/zh_CN.po
6087                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6088                 Fabien Vantard, Frederico Goncalves Guimaraes,
6089                 Aleksandar Urosevic, and Ralgh Young
6090
6091 2006-05-12 [colin]      2.1.1cvs50
6092
6093         * po/cs.po
6094         * po/de.po
6095         * po/en_GB.po
6096         * po/es.po
6097         * po/fi.po
6098         * po/fr.po
6099         * po/pt_BR.po
6100         * po/sr.po
6101         * po/zh_CN.po
6102                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6103                 Fabien Vantard, Frederico Goncalves Guimaraes,
6104                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6105
6106 2006-05-05 [colin]      2.1.1cvs49
6107
6108         * manual/Makefile.am
6109         * manual/pl/Makefile.am
6110         * manual/pl/account.xml
6111         * manual/pl/ack.xml
6112         * manual/pl/addrbook.xml
6113         * manual/pl/advanced.xml
6114         * manual/pl/faq.xml
6115         * manual/pl/glossary.xml
6116         * manual/pl/gpl.xml
6117         * manual/pl/handling.xml
6118         * manual/pl/intro.xml
6119         * manual/pl/keyboard.xml
6120         * manual/pl/plugins.xml
6121         * manual/pl/starting.xml
6122         * manual/pl/sylpheed-claws-manual.xml
6123         * manual/pl/dist/.cvsignore
6124         * manual/pl/dist/Makefile.am
6125         * manual/pl/dist/html/.cvsignore
6126         * manual/pl/dist/html/Makefile.am
6127         * manual/pl/dist/pdf/.cvsignore
6128         * manual/pl/dist/pdf/Makefile.am
6129         * manual/pl/dist/ps/.cvsignore
6130         * manual/pl/dist/ps/Makefile.am
6131         * manual/pl/dist/txt/.cvsignore
6132         * manual/pl/dist/txt/Makefile.am
6133                 Add the polish translation of the manual,
6134                 Authored by Pawel Pekala.
6135
6136 2006-05-05 [cleroy]     2.1.1cvs48
6137
6138         * src/main.c
6139                 Re-read matcherrc after loading plugins 
6140                 if some of them add folders.
6141
6142 2006-05-03 [colin]      2.1.1cvs47
6143
6144         * src/imap.c
6145                 I'm idiot
6146
6147 2006-05-03 [colin]      2.1.1cvs46
6148
6149         * src/imap.c
6150                 Be sure to have a session when
6151                 getting separator
6152
6153 2006-05-03 [colin]      2.1.1cvs45
6154
6155         * src/imap.c
6156         * src/imap.h
6157         * src/imap_gtk.c
6158                 Fix preventing renaming with namespace 
6159                 separator.
6160
6161 2006-05-01 [colin]      2.1.1cvs44
6162
6163         * src/action.c
6164                 Don't reload messageview when result of
6165                 action is piped.
6166
6167 2006-04-29 [colin]      2.1.1cvs43
6168
6169         * src/prefs_receive.c
6170         * src/plugins/spamassassin/spamassassin_gtk.c
6171         * src/plugins/clamav/clamav_plugin_gtk.c
6172                 GUI fixes by Pawel
6173
6174 2006-04-29 [colin]      2.1.1cvs42
6175
6176         * src/prefs_compose_writing.c
6177         * src/prefs_quote.c
6178                 Cleanups. Patch by Pawel
6179
6180 2006-04-28 [paul]       2.1.1cvs41
6181
6182         * src/matcher.c
6183                 fix returned quick search results when search
6184                 term contains an underscore.
6185                 Thanks to Colin
6186
6187 2006-04-28 [paul]       2.1.1cvs40
6188
6189         * src/prefs_message.c
6190         * src/prefs_receive.c
6191                 GUI cleanups
6192                 Patches by Pawel Pekala
6193
6194 2006-04-27 [colin]      2.1.1cvs39
6195
6196         * src/wizard.c
6197                 Differentiate subject Welcome from
6198                 window's title Welcome
6199
6200 2006-04-27 [paul]
6201
6202         2.2.0-rc1 released
6203
6204 2006-04-27 [paul]       2.1.1cvs38
6205
6206         * manual/advanced.xml
6207         * manual/fr/advanced.xml
6208                 add info about compose_no_markup hidden pref
6209
6210 2006-04-27 [paul]       2.1.1cvs37
6211
6212         * src/prefs_account.c
6213                 improve privacy labels
6214         * src/prefs_msg_colors.c
6215                 change some strings for translators' convenience
6216         * src/gtk/gtkutils.c
6217                 don't underline the link button text
6218
6219 2006-04-25 [colin]      2.1.1cvs36
6220
6221         * src/folder.c
6222                 Complete 2.1.1cvs33 (once more ;)
6223
6224 2006-04-25 [colin]      2.1.1cvs35
6225
6226         * src/editldap.c
6227                 Fix tooltip
6228
6229 2006-04-25 [cleroy]     2.1.1cvs34
6230
6231         * src/compose.c
6232         * src/gtk/gtkaspell.c
6233                 Fix crash on redirect (related to the return 
6234                 of the aspell menu in compose's toolbar)
6235         * src/prefs_msg_colors.c
6236                 Fix sensitivity widgets
6237         * src/image_viewer.c
6238         * src/gtk/pluginwindow.c
6239         * src/gtk/prefswindow.c
6240                 Change released signals to clicked (Fabien)
6241         * po/POTFILES.in
6242         * src/common/socket.c
6243         * src/plugins/spamassassin/spamassassin.c
6244                 Translate strings (Fabien)
6245
6246 2006-04-25 [paul]       2.1.1cvs33
6247
6248         * src/folder.c
6249         * src/folder.h
6250         * src/folderview.c
6251                 complete the fix of bug #912
6252                 Thanks to Colin
6253
6254 2006-04-25 [colin]      2.1.1cvs32
6255
6256         * src/news.c
6257                 Better progress bar
6258         * src/mimeview.c
6259         * src/summaryview.c
6260         * src/summaryview.h
6261                 Fix focus chain
6262                 Patches by Pawel Pekala
6263
6264 2006-04-24 [colin]      2.1.1cvs31
6265
6266         * src/compose.c
6267                 Fix compilation warnings (Fabien)
6268
6269 2006-04-24 [colin]      2.1.1cvs30
6270
6271         * src/addrindex.c
6272         * src/editldap.c
6273         * src/editldap_basedn.c
6274         * src/editldap_basedn.h
6275         * src/ldapctrl.c
6276         * src/ldapctrl.h
6277         * src/ldapquery.c
6278         * src/ldaputil.c
6279         * src/ldaputil.h
6280                 Fix bug #901 (LDAPS support)
6281
6282 2006-04-24 [colin]      2.1.1cvs29
6283
6284         * src/compose.c
6285                 Fix logic on error with send dialog on
6286         * src/imap.c
6287                 Fix compilation without libetpan, thanks
6288                 to Fabien
6289         * src/summaryview.c
6290                 Fix 'context-menu' key
6291
6292 2006-04-23 [colin]      2.1.1cvs28
6293
6294         * src/folder.c
6295                 Never free current's cache to free up 
6296                 memory. Fixes bug #912 (new count 
6297                 randomly set to message count)
6298
6299 2006-04-23 [colin]      2.1.1cvs27
6300
6301         * src/gtk/quicksearch.c
6302                 And remove printf...
6303
6304 2006-04-23 [colin]      2.1.1cvs26
6305
6306         * src/gtk/quicksearch.c
6307                 Fix replacing in quicksearch, and fix inserting
6308                 in the middle of the string. (introduced at 2.1.0cvs22)
6309
6310 2006-04-23 [colin]      2.1.1cvs25
6311
6312         * src/imap.c
6313                 Make sure uidnext is initialized in get_num_list
6314                 (not for stable, related to 2.1.1cvs8 and friends)
6315
6316 2006-04-23 [colin]      2.1.1cvs24
6317
6318         * src/imap.c
6319                 Output something when login is successful
6320                 too
6321
6322 2006-04-23 [colin]      2.1.1cvs23
6323
6324         * src/etpan/imap-thread.c
6325                 Better logging (line-per-line, hide data in fetch)
6326                 Fix a const warning
6327         * src/gtk/logwindow.c
6328         * src/gtk/logwindow.h
6329                 Better logging (color for input/output)
6330
6331 2006-04-21 [colin]      2.1.1cvs22
6332
6333         * src/gtk/quicksearch.c
6334                 On gtk+-2.8, use stock buttons in quicksearch
6335                 Based on a patch by Fabien and a design by Paul
6336
6337 2006-04-21 [colin]      2.1.1cvs21
6338
6339         * src/folderview.c
6340         * src/mainwindow.c
6341                 Fix occasional flicker in folderview
6342         * src/common/utils.c
6343                 Fix bug #943 (Incorrectly parsed email address 
6344                 list in short headers on message view and in 
6345                 printouts)
6346
6347 2006-04-20 [colin]      2.1.1cvs20
6348
6349         * src/imap.c
6350         * src/imap.h
6351         * src/prefs_account.c
6352                 Add ANONYMOUS auth for IMAP
6353
6354 2006-04-20 [paul]       2.1.1cvs19
6355
6356         * src/main.c
6357                 proper fix for 2.1.1cvs18
6358                 Thanks to Colin
6359
6360 2006-04-20 [paul]       2.1.1cvs18
6361
6362         * src/main.c
6363                 fix build warnings
6364
6365 2006-04-20 [paul]       2.1.1cvs17
6366
6367         * src/gtk/quicksearch.c
6368                 fix standard, non-extended Quick search,
6369                 was broken in 2.1.1cvs15.
6370                 Thanks to Colin.
6371
6372 2006-04-20 [colin]      2.1.1cvs16
6373
6374         * src/prefs_matcher.c
6375                 Fix values when reselecting a ~test
6376                 rule
6377
6378 2006-04-19 [colin]      2.1.1cvs15
6379
6380         * src/compose.c
6381         * src/compose.h
6382         * src/gtk/gtkaspell.c
6383         * src/gtk/gtkaspell.h
6384                 Put back Options menu in Spelling/
6385         * src/gtk/quicksearch.c
6386                 Don't search, and show error, if the
6387                 advanced search has a syntax error
6388
6389 2006-04-18 [colin]      2.1.1cvs14
6390
6391         * src/textview.c
6392                 Fix gdk warnings on set_cursor when textview
6393                 isn't visible
6394
6395 2006-04-18 [colin]      2.1.1cvs13
6396
6397         * src/gtk/gtksctree.c
6398                 Remove seemingly useless refresh that causes
6399                 flicker - watch this commit in case of 
6400                 problems before planned backport to stable
6401
6402 2006-04-18 [colin]      2.1.1cvs12
6403
6404         * src/imap.c
6405                 Factorize get/set_xml code
6406         * src/compose.c
6407         * src/prefs_account.c
6408         * src/prefs_account.h
6409         * src/procmsg.c
6410                 Add Encrypt to self option
6411
6412 2006-04-17 [colin]      2.1.1cvs11
6413
6414         * configure.ac
6415                 Fix search on encrpyt function on dragonfly
6416                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6417
6418 2006-04-17 [colin]      2.1.1cvs10
6419
6420         * src/prefs_account.c
6421                 Be safe by default: remove mails from POP3
6422                 after 7 days, not immediately
6423
6424 2006-04-17 [colin]      2.1.1cvs9
6425
6426         * src/etpan/imap-thread.c
6427                 Fix build on DragonFly - patch by 
6428                 Jonathan Buschmann <jonthn@agmact.com>
6429
6430 2006-04-17 [colin]      2.1.1cvs8
6431
6432         * src/imap.c
6433                 Save uidnext between sessions
6434
6435 2006-04-17 [colin]      2.1.1cvs7
6436
6437         * src/imap.c
6438                 scan is required when uid validity changes
6439
6440 2006-04-17 [colin]      2.1.1cvs6
6441
6442         * src/folderview.c
6443                 Don't scan if not necessary, apart in current
6444                 folder and INBOX to fetch flags.
6445         * src/imap.c
6446                 Scan is necessary if unread count changes
6447
6448 2006-04-17 [colin]      2.1.1cvs5
6449
6450         * src/imap.c
6451                 ...But always fetch ANSWERED and DELETED flags for
6452                 INBOX, as filtering can happen on these flags.
6453
6454 2006-04-17 [colin]      2.1.1cvs4
6455
6456         * src/imap.c
6457                 Don't fetch REPLIED and DELETED flags when synchronising
6458                 flags with a closed folder. We only need UNSEEN and FLAGGED
6459                 to update the folderview.
6460
6461 2006-04-17 [colin]      2.1.1cvs3
6462
6463         * src/imap.c
6464                 Faster flag search when there are new mails 
6465                 in a folder. We can do a full search if the 
6466                 folder contains less messages than the new
6467                 list.
6468
6469 2006-04-17 [colin]      2.1.1cvs2
6470
6471         * po/cs.po
6472         * po/de.po
6473         * po/fr.po
6474         * po/nl.po
6475         * po/pt_BR.po
6476                 Update translations from stable branch
6477
6478 2006-04-17 [colin]      2.1.1cvs1
6479
6480         * configure.ac
6481                 Bump version to follow stable release
6482
6483 2006-04-16 [mones]      2.1.0cvs50
6484
6485         * po/es.po
6486                 Updated for release
6487
6488 2006-04-16 [colin]      2.1.0cvs49
6489
6490         * src/textview.c
6491                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6492                 with gtk < 2.8. Thanks to Fabien Vantard.
6493
6494 2006-04-15 [colin]      2.1.0cvs48
6495
6496         * src/etpan/imap-thread.c
6497                 Fix bug #919 (libetpan: SEGV when connecting 
6498                 using command)
6499
6500 2006-04-14 [colin]      2.1.0cvs47
6501
6502         * src/main.c
6503                 Fix race on --select (should be done better)
6504
6505 2006-04-14 [wwp]        2.1.0cvs46
6506
6507         * src/send_message.c
6508                 enforce a check for domain in account prefs (a sending
6509                 error could be faced if domain was checked but no value set),
6510                 thanks to Colin.
6511
6512 2006-04-14 [colin]      2.1.0cvs45
6513
6514         * src/codeconv.c
6515                 when converting from unknown to unknown, if the
6516                 string is UTF8, don't convert it to the locale
6517                 (which breaks it)
6518
6519 2006-04-14 [colin]      2.1.0cvs44
6520
6521         * src/compose.c
6522                 Don't try to use ASCII for converting headers
6523                 (as done in body)
6524
6525 2006-04-14 [paul]       2.1.0cvs43
6526
6527         * src/crash.c
6528                 add locale/charset info to crash report
6529         * src/gtk/about.c
6530                 add wwp to doc team
6531                 replace 'e-mail' with preferred 'email'
6532         * src/gtk/authors.h
6533                 ensure contributors list is in alphabetical
6534                 order
6535
6536 2006-04-13 [colin]      2.1.0cvs42
6537
6538         * src/textview.c
6539                 Prevent gdk warnings
6540
6541 2006-04-13 [colin]      2.1.0cvs41
6542
6543         * src/common/ssl_certificate.c
6544         * src/common/ssl_certificate.h
6545         * src/gtk/sslcertwindow.c
6546                 Warn on expired certs, and display the expiration date
6547
6548 2006-04-13 [colin]      2.1.0cvs40
6549
6550         * src/plugins/spamassassin/spamassassin_gtk.c
6551                 Fix missing set_text on unix socket
6552
6553 2006-04-13 [wwp]        2.1.0cvs39
6554
6555         * manual/fr/advanced.xml
6556         * manual/fr/glossary.xml
6557                 applied new spam/ham/email lexicon (pourriel, courriel)
6558
6559 2006-04-13 [paul]       2.1.0cvs38
6560
6561         * src/plugins/pgpmime/plugin.c
6562                 remove the mention of S/MIME from the
6563                 description. This is now handled by the
6564                 S/MIME plugin.
6565
6566 2006-04-13 [paul]       2.1.0cvs37
6567
6568         * src/prefs_msg_colors.c
6569                 rework dialog
6570         * src/prefs_folder_item.c
6571         * src/prefs_spelling.c
6572                 add a tooltip to the colour selector buttons
6573
6574 2006-04-13 [wwp]        2.1.0cvs36
6575
6576         * manual/advanced.xml
6577         * manual/glossary.xml
6578         * manual/handling.xml
6579         * manual/keyboard.xml
6580         * manual/plugins.xml
6581         * manual/starting.xml
6582         * manual/fr/account.xml
6583         * manual/fr/ack.xml
6584         * manual/fr/addrbook.xml
6585         * manual/fr/advanced.xml
6586         * manual/fr/faq.xml
6587         * manual/fr/glossary.xml
6588         * manual/fr/gpl.xml
6589         * manual/fr/handling.xml
6590         * manual/fr/intro.xml
6591         * manual/fr/keyboard.xml
6592         * manual/fr/plugins.xml
6593         * manual/fr/starting.xml
6594         * manual/fr/sylpheed-claws-manual.xml
6595                 fixes to the manuals:
6596                  - summaryview -> Message List (same in French)
6597                  - translate key names
6598                  - fix French punctuation, use non-breakable spaces when
6599                    necessary, don't use &thinsp; which is not portable
6600                  - tell what maildir and mbox formats we support
6601
6602 2006-04-12 [wwp]        2.1.0cvs35
6603
6604         * src/prefs_toolbar.c
6605                 unified a replace button more,
6606                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6607
6608 2006-04-12 [wwp]        2.1.0cvs34
6609
6610         * src/prefs_common.c
6611         * src/prefs_msg_colors.c
6612                 make default color labels translatable,
6613                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6614                 thanks to Tim <timbrain@post.cz> for reporting.
6615
6616 2006-04-12 [wwp]        2.1.0cvs33
6617
6618         * manual/glossary.xml
6619         * manual/intro.xml
6620         * manual/plugins.xml
6621         * manual/starting.xml
6622         * manual/sylpheed-claws-manual.xml
6623         * manual/fr/.cvsignore
6624         * manual/fr/account.xml
6625         * manual/fr/ack.xml
6626         * manual/fr/addrbook.xml
6627         * manual/fr/advanced.xml
6628         * manual/fr/faq.xml
6629         * manual/fr/glossary.xml
6630         * manual/fr/handling.xml
6631         * manual/fr/intro.xml
6632         * manual/fr/keyboard.xml
6633         * manual/fr/plugins.xml
6634         * manual/fr/starting.xml
6635         * manual/fr/sylpheed-claws-manual.xml
6636                 various fixes: typos, missing .fr translations, punctuation,
6637                 capitalization, links, accents and some bad French more.
6638
6639 2006-04-12 [wwp]        2.1.0cvs32
6640
6641         * src/prefs_gtk.c
6642                 fix for bug #935: always store prefs files in UTF-8 (thanks
6643                 to Colin).
6644
6645 2006-04-11 [colin]      2.1.0cvs31
6646
6647         * src/compose.c
6648                 Fix inserting files not in utf8 when locale is utf8
6649
6650 2006-04-11 [colin]      2.1.0cvs30
6651
6652         * src/inc.c
6653                 Don't show error dialog when cancelling connection
6654                 Patch by Pawel
6655
6656 2006-04-11 [cleroy]     2.1.0cvs29
6657
6658         * src/compose.c
6659                 Implement multiple quote levels
6660         * src/prefs_common.c
6661                 Change a little bit the quote bgcolor for 2nd level
6662
6663 2006-04-11 [colin]      2.1.0cvs28
6664
6665         * src/gtk/about.c
6666                 Add locale and charset in the label
6667
6668 2006-04-10 [colin]      2.1.0cvs27
6669
6670         * src/compose.c
6671         * src/prefs_common.c
6672         * src/prefs_common.h
6673         * src/prefs_msg_colors.c
6674         * src/textview.c
6675                 Allow optional background color in quotes
6676                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6677                 GTK+-2.8.x feature
6678
6679 2006-04-10 [colin]      2.1.0cvs26
6680
6681         * src/main.c
6682         * src/mainwindow.c
6683         * src/mainwindow.h
6684                 Implement --select
6685
6686 2006-04-10 [colin]      2.1.0cvs25
6687
6688         * manual/plugins.xml
6689         * manual/fr/plugins.xml
6690                 Document libcurl's proxy variables
6691
6692 2006-04-09 [colin]      2.1.0cvs24
6693
6694         * src/prefs_common.c
6695                 gettext() returns statically allocated stuff. We have
6696                 to strdup it in order to be able to free it.
6697
6698 2006-04-09 [colin]      2.1.0cvs23
6699
6700         * AUTHORS
6701         * src/gtk/authors.h
6702                 Add Alexei
6703
6704 2006-04-09 [colin]      2.1.0cvs22
6705
6706         * src/mainwindow.c
6707         * src/gtk/quicksearch.c
6708                 Fix bug #859 (problems with cyrilic input in 
6709                 search panel) - Patch by Alexey Illarionov 
6710                 <littlesavage@rambler.ru>
6711
6712 2006-04-09 [colin]      2.1.0cvs21
6713
6714         * src/prefs_customheader.c
6715                 I prefer removing then freeing rather than the contrary
6716                 (even if it doesn't change anything ;-)
6717         * src/prefs_account.c
6718                 Fix bug #933 (Crash re-entering the custom headers list 
6719                 dialog in accounts prefs)
6720                 The problem happened when cancelling the Account 
6721                 Preferences' dialogs - in which case we didn't do 
6722                 anything to the PrefsAccount * struct. In case of applying,
6723                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6724                 working with in this dialog. The problem is that 
6725                 prefs_customheader.c, working on this tmp_ac_prefs, always
6726                 changes the ->customhdr_list pointer, even when cancelled. 
6727                 So in case of cancelling the prefs_account dialog, we still
6728                 have to update ->customhdr_list in the real account.
6729
6730 2006-04-08 [colin]      2.1.0cvs20
6731
6732         * manual/fr/glossary.xml
6733         * manual/fr/keyboard.xml
6734                 Forgot some headers :)
6735
6736 2006-04-08 [colin]      2.1.0cvs19
6737
6738         * manual/Makefile.am
6739         * manual/fr/Makefile.am
6740         * manual/fr/account.xml
6741         * manual/fr/ack.xml
6742         * manual/fr/addrbook.xml
6743         * manual/fr/advanced.xml
6744         * manual/fr/faq.xml
6745         * manual/fr/glossary.xml
6746         * manual/fr/gpl.xml
6747         * manual/fr/handling.xml
6748         * manual/fr/intro.xml
6749         * manual/fr/keyboard.xml
6750         * manual/fr/plugins.xml
6751         * manual/fr/starting.xml
6752         * manual/fr/sylpheed-claws-manual.xml
6753         * manual/fr/dist/.cvsignore
6754         * manual/fr/dist/Makefile.am
6755         * manual/fr/dist/html/.cvsignore
6756         * manual/fr/dist/html/Makefile.am
6757         * manual/fr/dist/pdf/.cvsignore
6758         * manual/fr/dist/pdf/Makefile.am
6759         * manual/fr/dist/ps/.cvsignore
6760         * manual/fr/dist/ps/Makefile.am
6761         * manual/fr/dist/txt/.cvsignore
6762         * manual/fr/dist/txt/Makefile.am
6763                 Add the french translation of the manual. Thanks to
6764                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6765                 account.xml, ack.xml, addrbook.xml and advanced.xml
6766
6767 2006-04-08 [colin]      2.1.0cvs18
6768
6769         * manual/plugins.xml
6770         * manual/starting.xml
6771                 More fixes
6772
6773 2006-04-07 [colin]      2.1.0cvs17
6774
6775         * manual/faq.xml
6776         * manual/intro.xml
6777         * manual/keyboard.xml
6778                 Little fixes
6779
6780 2006-04-07 [colin]      2.1.0cvs16
6781
6782         * README
6783         * src/compose.c
6784         * src/prefs_common.c
6785         * src/prefs_common.h
6786                 Add hidden compose_no_markup pref
6787
6788 2006-04-07 [wwp]        2.1.0cvs15
6789
6790         * src/summary_search.c
6791         * .cvsignore
6792                 Bugfix: stop button was sticky when searching in an empty folder.
6793                 Applied curly brackets code style to the whole file (summary_search.c).
6794                 More files to ignore.
6795
6796 2006-04-07 [wwp]        2.1.0cvs14
6797
6798         * src/message_search.c
6799         * src/summary_search.c
6800                 changed default button when search bumps at file/folder
6801                 beginning or end, for convenience (thanks to Colin).
6802
6803 2006-04-07 [paul]       2.1.0cvs13
6804
6805         * src/plugins/dillo_viewer/dillo_prefs.c
6806                 avoid future potential for namespace collision
6807                 Patch by Colin
6808
6809 2006-04-06 [wwp]        2.1.0cvs12
6810
6811         * src/summary_search.c
6812                 Unify extended/advanced searches names (and thus factorize labels),
6813                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6814
6815 2006-04-06 [wwp]        2.1.0cvs11
6816
6817         * src/folderview.c
6818         * src/prefs_themes.c
6819         * src/summaryview.c
6820                 Fixed some compilation warnings.
6821
6822 2006-04-06 [colin]      2.1.0cvs10
6823
6824         * manual/advanced.xml
6825                 Document the wizard template and how to deploy
6826                 Sylpheed-Claws effectively
6827
6828 2006-04-06 [colin]      2.1.0cvs9
6829
6830         * src/folderview.c
6831                 gettext patch to tell translators about _("#"),
6832                 by Maxim Britov
6833
6834 2006-04-06 [colin]      2.1.0cvs8
6835
6836         * src/textview.c
6837                 Fix invalid GtkTextBIter after clicking "Display as text"
6838
6839 2006-04-06 [mones]      2.1.0cvs7
6840
6841         * src/addr_compl.c
6842         * src/addrindex.c
6843         * src/addritem.c
6844         * src/codeconv.c
6845         * src/compose.c
6846         * src/filtering.c
6847         * src/folder.c
6848         * src/folder_item_prefs.c
6849         * src/folderview.c
6850         * src/localfolder.c
6851         * src/matcher.c
6852         * src/mimeview.c
6853         * src/prefs_msg_colors.c
6854         * src/prefs_spelling.c
6855         * src/prefs_themes.c
6856         * src/procmime.c
6857         * src/procmsg.c
6858         * src/stock_pixmap.c
6859         * src/summaryview.c
6860         * src/textview.c
6861         * src/toolbar.c
6862         * src/common/mgutils.c
6863         * src/common/prefs.c
6864         * src/common/ssl_certificate.c
6865         * src/gtk/colorlabel.c
6866         * src/gtk/quicksearch.c
6867         * src/plugins/pgpmime/pgpmime.c
6868         * src/plugins/spamassassin/spamassassin.c
6869                 Removed redundant NULL checks for g_free() calls.
6870                 Patch by Pawel Pekala.
6871
6872 2006-04-06 [mones]      2.1.0cvs6
6873
6874         * src/prefs_actions.c
6875         * src/prefs_filtering.c
6876         * src/prefs_filtering_action.c
6877         * src/prefs_matcher.c
6878         * src/prefs_template.c
6879         * src/gtk/gtkutils.c
6880         * src/gtk/gtkutils.h
6881                 Have a nice replace button. Patch by Pawel Pekala
6882
6883 2006-04-06 [colin]      2.1.0cvs5
6884
6885         * src/addressbook.c
6886                 Fix crash with empty columns
6887
6888 2006-04-05 [colin]      2.1.0cvs4
6889
6890         * src/wizard.c
6891         * src/prefs_gtk.c
6892                 Allow wizard customization with pre-filled values
6893
6894 2006-04-05 [colin]      2.1.0cvs3
6895
6896         * src/textview.c
6897         * src/mimeview.c
6898         * src/mimeview.h
6899                 Nicer messages in mimeview
6900
6901 2006-04-05 [colin]      2.1.0cvs2
6902
6903         * src/addressbook.c
6904         * src/prefs_summaries.c
6905                 i18n fix
6906
6907 2006-04-05 [colin]      2.1.0cvs1
6908
6909         * src/plugins/pgpcore/plugin.c
6910         * src/plugins/pgpcore/select-keys.c
6911         * src/plugins/pgpcore/select-keys.h
6912         * src/plugins/pgpcore/sgpgme.c
6913         * src/plugins/pgpcore/sgpgme.h
6914         * src/plugins/pgpinline/pgpinline.c
6915         * src/plugins/pgpinline/plugin.c
6916         * src/plugins/pgpmime/pgpmime.c
6917         * src/plugins/pgpmime/plugin.c
6918                 Factorize and generalize a bit 
6919                 Drop S/MIME signature verification from PGP/MIME
6920                 (adding it as another, more complete plugin)
6921
6922 2006-04-05 [paul]       2.1.0
6923
6924         2.1.0 released
6925
6926 2006-04-05 [paul]       2.0.0cvs186
6927
6928         * manual/advanced.xml
6929                 add info on colour labels
6930
6931 2006-04-05 [paul]       2.0.0cvs185
6932
6933         * po/bg.po
6934         * po/cs.po
6935         * po/de.po
6936         * po/el.po
6937         * po/en_GB.po
6938         * po/fi.po
6939         * po/fr.po
6940         * po/it.po
6941         * po/nl.po
6942         * po/pl.po
6943         * po/pt_BR.po
6944         * po/sr.po
6945         * po/zh_CN.po
6946                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
6947                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
6948                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
6949                 Guimaraes, Aleksandar Urosevic, Ralgh Young
6950         * src/gtk/authors.h
6951         * tools/claws.i18n.status.pl
6952                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
6953                 and new Czech translator, Tim <timbrain@post.cz>
6954
6955 2006-04-05 [mones]      2.0.0cvs184
6956
6957         * po/es.po
6958                 Updated translation
6959
6960 2006-04-05 [colin]      2.0.0cvs183
6961
6962         * src/gtk/quicksearch.c
6963                 Fix bug #929 (unnecessary reload in quick search bar)
6964
6965 2006-04-05 [colin]      2.0.0cvs182
6966
6967         * src/compose.c
6968                 Fix crash on Reply with no From:
6969                 Show signature and conversion error on queuing 
6970                 (but not sending)
6971         * src/mainwindow.c
6972         * src/summaryview.c
6973         * src/summaryview.h
6974                 Factorize threading code and make sure msginfo 
6975                 is not null when it comes from a GtkCTreeRow's 
6976                 data
6977         * src/gtk/gtkaspell.c
6978                 Check for necessary things
6979         * src/gtk/gtksctree.c
6980         * src/gtk/gtksctree.h
6981                 Reset anchor if necessary when removing node
6982
6983 2006-03-29 [colin]      2.0.0cvs181
6984
6985         * src/folderview.c
6986                 Warn for disabled IMAP accounts (due to lack of
6987                 libetpan). Breaks string-freeze - sorry - but it
6988                 is kind of important ;)
6989
6990 2006-03-28 [colin]      2.0.0cvs180
6991
6992         * src/gtk/gtkutils.c
6993         * src/gtk/gtkutils.h
6994                 Add a gtkut_get_link_btn() function that
6995                 creates a button which acts like an URI
6996         * src/prefs_themes.c
6997         * src/gtk/about.c
6998                 Use this function (factorizes codes)
6999         * src/common/defs.h
7000         * src/gtk/pluginwindow.c
7001                 Add a "Get more..." in the plugins window
7002
7003 2006-03-28 [colin]      2.0.0cvs179
7004
7005         * src/common/smtp.c
7006         * src/common/passcrypt.c
7007         * src/undo.c
7008                 Warning fixes. Patch by Pawel Pekala
7009
7010 2006-03-27 [colin]      2.0.0cvs178
7011
7012         * src/undo.c
7013                 Fix undoing by blocks with spaces
7014
7015 2006-03-27 [colin]      2.0.0cvs177
7016
7017         * src/textview.c
7018                 Set margin to 3px for headers
7019
7020 2006-03-27 [paul]
7021
7022         2.1.0-rc2 released
7023
7024 2006-03-27 [wwp]        2.0.0cvs176
7025
7026         * src/summaryview.c
7027                 don't reset quicksearch when updating the message list.
7028                 Thanks to Colin.
7029
7030 2006-03-26 [wwp]        2.0.0cvs175
7031
7032         * src/compose.c
7033                 use a unified border width ('other' tab in the compose window,
7034                 patch by Pawel Pekala).
7035
7036
7037 2006-03-26 [wwp]        2.0.0cvs174
7038
7039         * src/common/quoted-printable.c
7040         * src/addressbook.c
7041                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7042
7043 2006-03-26 [colin]      2.0.0cvs173
7044
7045         * src/quote_fmt_parse.y
7046                 Fix non-UTF8 date formats messing up the whole quote a 
7047                 little bit
7048
7049 2006-03-26 [colin]      2.0.0cvs172
7050
7051         * src/procheader.c
7052                 Make sure the date is UTF8 valid, or try to make it
7053                 so. IncrediMail is really IncrediStupid.
7054         * src/compose.c
7055                 Fix possible conversions. 
7056                 
7057
7058 2006-03-26 [colin]      2.0.0cvs171
7059
7060         * src/matcher.c
7061                 Fix corner cases in body search. This is still a
7062                 hack... It seems impossible to make it good and 
7063                 reasonably fast at the same time.
7064
7065 2006-03-26 [colin]      2.0.0cvs170
7066
7067         * src/summaryview.c
7068                 I think I killed the twilight zone bug!
7069                 summary_select_node() flushes GTK events in order
7070                 to be able to center the view. But this also 
7071                 flushes keypresses like Ctrl-Alt-U, so this can
7072                 call summary_show from summary_select_node (itself
7073                 called from summary_show, etc.). And the summaryview
7074                 has to be unlocked in this function. So just locking
7075                 while processing GTK events, and bailing if locked, 
7076                 should fix it.
7077                 Fixes bug #927 (SIGSEGV during Update Summary)
7078
7079 2006-03-25 [colin]      2.0.0cvs169
7080
7081         * src/matcher.c
7082                 Fix search in QP-encoded bodies
7083                 Fix utf-8 searches in bodies encoded in the
7084                 locale's encoding
7085         * src/common/quoted-printable.c
7086         * src/common/quoted-printable.h
7087                 Add a decode function that doesn't overwrite
7088                 the original pointer
7089                 
7090
7091 2006-03-24 [colin]      2.0.0cvs168
7092
7093         * src/action.c
7094         * src/summaryview.c
7095         * src/summaryview.h
7096                 Update message cache after action
7097                 Patch by H. Merijn Brand
7098         * src/prefs_msg_colors.c
7099                 Factorize label 
7100                 Patch by Fabien Vantard
7101         * src/plugins/spamassassin/spamassassin_gtk.c
7102                 Remove useless translation
7103                 Patch by Fabien Vantard
7104
7105 2006-03-23 [colin]      2.0.0cvs167
7106
7107         * src/common/ssl.c
7108                 Let 30 seconds to SSL_connect
7109
7110 2006-03-23 [wwp]        2.0.0cvs166
7111
7112         * src/summaryview.c
7113         * src/gtk/description_window.c
7114                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7115                 and headers are translated; adjust description windows' width to fit their
7116                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7117
7118 2006-03-23 [paul]       2.0.0cvs165
7119
7120         * src/common/utils.c
7121                 fix highlighting of URIs containing "()"
7122                 (2.0.0cvs164's reversal fixed)
7123                 Thanks to Colin.
7124
7125 2006-03-23 [paul]       2.0.0cvs164
7126
7127         * src/common/utils.c
7128                 revert patch, (postponing a fix), at 2.0.0cvs120
7129                 as it breaks more URIs than it fixes.
7130                 Allow '-' to be a terminating character in a URI
7131
7132 2006-03-22 [colin]      2.0.0cvs163
7133
7134         * configure.ac
7135                 Require libetpan 0.45
7136                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7137
7138 2006-03-22 [paul]       2.0.0cvs162
7139
7140         * src/editgroup.c
7141                 replace '<-' and '->' buttons with GTK_STOCK graphical
7142                 buttons
7143         * src/summary_search.c
7144                 don't offer '...' for translation
7145                 add a tooltip to advanced search '...' button
7146         * src/gtk/quicksearch.c
7147                 don't offer '...' for translation
7148
7149 2006-03-21 [colin]      2.0.0cvs161
7150
7151         * src/compose.c
7152                 Fix middle-click pasting (insert at click
7153                 position instead of cursor position, don't
7154                 remove existing selection and allow pasting
7155                 our own selection)
7156         * src/addressbook.c
7157                 "LDAP Server" -> "LDAP servers"
7158
7159 2006-03-21 [wwp]        2.0.0cvs160
7160
7161         * src/etpan/imap-thread.c
7162                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7163
7164 2006-03-20 [colin]      2.0.0cvs159
7165
7166         * src/summaryview.c
7167                 Don't reload summaryview after an execute with no
7168                 move action
7169
7170 2006-03-19 [colin]      2.0.0cvs158
7171
7172         * src/addressbook.c
7173                 and put groups at the top, always
7174
7175 2006-03-19 [colin]      2.0.0cvs157
7176
7177         * src/addressbook.c
7178                 Order groups before names, as previously
7179
7180 2006-03-19 [colin]      2.0.0cvs156
7181
7182         * src/addressbook.c
7183                 - Sort case-unsensitive
7184                 - Put the sort arrow at opening too
7185
7186 2006-03-19 [wwp]        2.0.0cvs155
7187
7188         * src/addressbook.c
7189                 allow sorting by name/email/remarks, ensure that right-pane's contents
7190                 matches the left-pane selection (cleared when appropriate).
7191                 Patch by Pawel Pekala <c0rn@o2.pl>.
7192
7193 2006-03-18 [colin]      2.0.0cvs154
7194
7195         * src/textview.c
7196                 Fix text cursor ;)
7197
7198 2006-03-18 [colin]      2.0.0cvs153
7199
7200         * src/gtk/filesel.c
7201                 Make sure we hide the preview if we didn't get
7202                 a filename
7203
7204 2006-03-18 [colin]      2.0.0cvs152
7205
7206         * src/summaryview.c
7207                 Set cursor to watch for execution (fixes lack
7208                 of watch-cursor when dnd'ing hundreds of mails)
7209         * src/gtk/filesel.c
7210                 Check that mime type is 'image/*' before updating
7211                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7212
7213 2006-03-18 [colin]      2.0.0cvs151
7214
7215         * src/mainwindow.c
7216         * src/textview.c
7217         * src/textview.h
7218                 Put a watch cursor in textview too when the mainwindow's
7219                 cursor in a watch
7220
7221 2006-03-18 [colin]      2.0.0cvs150
7222
7223         * src/folder.c
7224                 Change wrong asserts to simple tests
7225
7226 2006-03-17 [colin]      2.0.0cvs149
7227
7228         * src/mainwindow.c
7229         * src/mainwindow.h
7230         * src/prefs_msg_colors.c
7231         * src/summaryview.c
7232         * src/summaryview.h
7233         * src/gtk/colorlabel.c
7234         * src/gtk/colorlabel.h
7235                 Add a color label menu in the main menubar
7236                 Add (fixed) accels Ctrl-{0-7} to change the color
7237                 They have to be fixed because the menu's dynamic,
7238                 the items are complex widgets, hence we can't use
7239                 a GtkItemFactory.
7240
7241
7242 2006-03-17 [wwp]        2.0.0cvs148
7243
7244         * src/compose.c
7245                 rollback few lines from my previous commit (those lines come from
7246                 a pending patch, accidentally commited, even if neutral as they are
7247                 commented out).
7248
7249 2006-03-17 [wwp]        2.0.0cvs147
7250
7251         * src/compose.c
7252                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7253                 applied code style/indentation to the modified function.
7254
7255 2006-03-17 [wwp]        2.0.0cvs146
7256
7257         * src/procmsg.c
7258         * src/compose.c
7259                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7260
7261 2006-03-17 [paul]
7262
7263         2.1.0-rc1 released
7264
7265 2006-03-17 [paul]       2.0.0cvs145
7266
7267         * src/main.c
7268                 addressbook_read_file() was called twice
7269         * src/textview.c
7270                 X-Mailer highlighting
7271
7272 2006-03-16 [colin]      2.0.0cvs144
7273
7274         * src/sourcewindow.c
7275         * src/sourcewindow.h
7276                 And the last one, in source window.
7277
7278 2006-03-16 [colin]      2.0.0cvs143
7279
7280         * src/compose.c
7281         * src/compose.h
7282                 Fix the same stuff in compose
7283
7284 2006-03-16 [colin]      2.0.0cvs142
7285
7286         * src/messageview.c
7287                 Complete the previous messageview crash fix
7288
7289 2006-03-16 [colin]      2.0.0cvs141
7290
7291         * src/procmsg.h
7292         * src/procmsg.c
7293         * src/folder.c
7294                 Fix POSTPROCESSING hook
7295                 Patch by H. Merijn Brand
7296
7297         * src/procmime.c
7298         * src/procmime.h
7299                 Parse Content-Location
7300
7301         * src/toolbar.c
7302         * src/messageview.c
7303         * src/messageview.h
7304                 Don't crash when a top-level MessageView has
7305                 been closed on us. Same problematic than
7306                 yesterday's quicksearch issue.
7307
7308 2006-03-15 [colin]      2.0.0cvs140
7309
7310         * src/gtk/quicksearch.c
7311                 Fix a bitchy race we didn't think about when we
7312                 added quicksearch cancellation:
7313                 If the search is not on cached fields, for example
7314                 body_part matchcase "stuff"
7315                 the matcher code has to get the whole message. If
7316                 we're on IMAP, that can be slow, and in order to
7317                 be non-blocking, the IMAP code idle loop processes
7318                 gtk events too. So it is possible to cancel a
7319                 quicksearch while the matcher is getting the mail's
7320                 body. After matcher got its body, it will start to
7321                 iterate over the matcher list that the Quicksearch's
7322                 clear_search_cb() just freed via prepare_matcher().
7323                 SIGSEGV ensues.
7324                 The fix consists of guarding the matcherlist_match()
7325                 call with a boolean 'matching'. If we reset the
7326                 quicksearch while matching is TRUE, we don't free
7327                 the matcherlist anymore like we did, but we set
7328                 another new flag, deferred_free, to TRUE. Then,
7329                 in quicksearch_match(), just after returning from
7330                 matcherlist_match() and unsetting the matching flag,
7331                 we check the deferred_free flag and do the
7332                 prepare_matcher() (which does the matcherlist_free)
7333                 for real, so we free the matcherlist once it's not
7334                 used anymore.
7335                 As all of this runs via the glib main loop, we
7336                 luckily don't need a mutex.
7337         * src/summaryview.c
7338                 Also, show progress while searching.
7339
7340
7341 2006-03-14 [colin]      2.0.0cvs139
7342
7343         * src/alertpanel.c
7344                 Make alertpanel_is_open non-static
7345
7346 2006-03-14 [colin]      2.0.0cvs138
7347
7348         * src/prefs_spelling.c
7349                 Cleanups - Fabien Vantard
7350
7351 2006-03-14 [wwp]        2.0.0cvs137
7352
7353         * src/main.c
7354                 code style normalization (curly braces, indentation).
7355
7356 2006-03-14 [wwp]        2.0.0cvs137
7357
7358         * src/main.c
7359                 code style (braces, indentation)
7360
7361 2006-03-12 [paul]       2.0.0cvs136
7362
7363         * src/prefs_common.c
7364                 trans_hdr defaults to FALSE to be RFC-savvy
7365         * src/prefs_summaries.c
7366                 add a tooltip to the trans_hdr option
7367                 
7368
7369 2006-03-12 [paul]       2.0.0cvs135
7370
7371         * src/prefs_matcher.c
7372                 give a little more width to the combos
7373         * src/prefs_display_header.c
7374         * src/textview.c
7375                 translate headers if prefs_common.trans_hdr
7376                 is TRUE
7377
7378         Patches by Pawel Pekala
7379
7380 2006-03-12 [paul]       2.0.0cvs134
7381
7382         * src/plugins/clamav/clamav_plugin.c
7383         * src/plugins/dillo_viewer/dillo_viewer.c
7384         * src/plugins/pgpcore/plugin.c
7385         * src/plugins/pgpinline/plugin.c
7386         * src/plugins/pgpmime/plugin.c
7387         * src/plugins/spamassassin/spamassassin.c
7388                 update/add to descriptions
7389         * src/plugins/spamassassin/spamassassin_gtk.c
7390                 fixes to the english, remove superfluous
7391                 tooltips, clean up a little
7392
7393 2006-03-12 [paul]       2.0.0cvs133
7394
7395         * src/compose.c
7396                 fix Bug 924, 'Account combo box shows up wrong 
7397                 if & is in account name'
7398
7399 2006-03-11 [colin]      2.0.0cvs132
7400
7401         * src/summaryview.c
7402                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7403                 messed up shift-selection because is slows down
7404                 moving around summaryview. thanks -users
7405
7406 2006-03-10 [colin]      2.0.0cvs131
7407
7408         * src/plugins/spamassassin/spamassassin_gtk.c
7409                 Put back Paul's engrish fixes
7410
7411 2006-03-10 [colin]      2.0.0cvs130
7412
7413         * src/plugins/spamassassin/spamassassin.c
7414         * src/plugins/spamassassin/spamassassin.h
7415         * src/plugins/spamassassin/spamassassin_gtk.c
7416                 Cleanup SA prefs page (more)
7417                 Patch by Fabien Vantard
7418
7419 2006-03-10 [paul]       2.0.0cvs129
7420
7421         * src/prefs_msg_colors.c
7422         * src/prefs_spelling.c
7423                 widget sensitivity
7424
7425 2006-03-09 [mones]      2.0.0cvs128
7426
7427         * po/es.po
7428                 Update for next RC
7429
7430 2006-03-09 [wwp]        2.0.0cvs127
7431
7432         * configure.ac
7433                 revert accidental commit (requirement for libetpan 0.43), this time
7434                 not in HEAD.
7435
7436 2006-03-09 [wwp]        2.0.0cvs125
7437
7438         * configure.ac
7439                 revert accidental commit (requirement for libetpan 0.43)
7440
7441 2006-03-09 [paul]       2.0.0cvs126
7442
7443         * src/prefs_receive.c
7444                 remove useless frame
7445                 replace 'incorporation' with 'receiving'
7446         * src/plugins/clamav/clamav_plugin_gtk.c
7447         * src/plugins/spamassassin/spamassassin_gtk.c
7448                 improve widget sensitivity
7449                 fix a bit his engrish
7450
7451 2006-03-09 [wwp]        2.0.0cvs125
7452
7453         * src/addressadd.c
7454         * src/foldersel.c
7455         * src/prefs_common.c
7456         * src/prefs_common.h
7457                 remember some more windows' sizes (add to addressbook and
7458                 select folder).
7459
7460 2006-03-09 [paul]       2.0.0cvs124
7461
7462         * src/plugins/pgpcore/prefs_gpg.c
7463                 normalise construction of dialogue
7464
7465 2006-03-09 [paul]       2.0.0cvs123
7466
7467         * src/plugins/trayicon/Makefile.am
7468                 add missing slash
7469
7470 2006-03-08 [colin]      2.0.0cvs122
7471
7472         * src/plugins/trayicon/Makefile.am
7473                 Fix build in separate dir 
7474                 Patch by Bamanzi <bamanzi@gmail.com>
7475
7476 2006-03-08 [colin]      2.0.0cvs121
7477
7478         * src/procmsg.c
7479                 Batch move and copies from summaryview with delayed execution
7480                 too
7481
7482 2006-03-07 [paul]       2.0.0cvs120
7483
7484         * src/common/utils.c
7485                 fix highlighting of URIs containing "()"
7486                 Patch by Pawel Pekala
7487
7488 2006-03-07 [paul]       2.0.0cvs119
7489
7490         * src/folder.c
7491         * src/folder.h
7492         * src/folderview.c
7493                 immediately do alphabetical resort when
7494                 changing a folder's name
7495                 Patch by Pawel Pekala
7496
7497 2006-03-07 [paul]       2.0.0cvs118
7498
7499         * src/news.c
7500         * src/news_gtk.c
7501                 when unsubscribing a newsgroup, remove the
7502                 folder and msgs in .sylpheed-claws/newscache
7503                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7504
7505 2006-03-07 [paul]       2.0.0cvs117
7506
7507         * src/textview.c
7508                 fix wrong Fake URL Warning
7509                 Thanks to Hiro
7510
7511 2006-03-07 [colin]      2.0.0cvs116
7512
7513         * src/imap.c
7514                 Return immediately when password dialog was
7515                 cancelled
7516         * src/gtk/inputdialog.c
7517                 Allow empty strings for passwords
7518
7519
7520 2006-03-06 [colin]      2.0.0cvs115
7521
7522         * src/imap.c
7523                 Prevent double-timeouts when connection fails
7524
7525 2006-03-06 [colin]
7526
7527         2.0.1-rc1 released
7528
7529 2006-03-06 [colin]      2.0.0cvs114
7530
7531         * src/imap.c
7532                 Refresh session during potentially long
7533                 operations
7534
7535 2006-03-06 [wwp]        2.0.0cvs113
7536
7537         * src/prefs_msg_colors.h
7538                 forgot that one (custom color labels).
7539
7540 2006-03-06 [wwp]        2.0.0cvs112
7541
7542         * src/prefs_common.c
7543         * src/prefs_common.h
7544         * src/prefs_msg_colors.c
7545         * src/summaryview.c
7546         * src/summaryview.h
7547         * src/gtk/colorlabel.c
7548         * src/gtk/colorlabel.h
7549                 colors in messages list are now customizable. Color values and names can
7550                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7551                 Thanks to Paul and Colin for their help with this longstanding patch!
7552
7553 2006-03-06 [wwp]        2.0.0cvs111
7554
7555         * src/textview.c
7556                 don't crash if (x)face is bad.
7557
7558 2006-03-05 [paul]       2.0.0cvs110
7559
7560         * AUTHORS
7561         * configure.ac
7562         * src/Makefile.am
7563         * src/common/Makefile.am
7564         * src/common/utils.h
7565         * src/etpan/imap-thread.c
7566         * src/gtk/authors.h
7567         * src/plugins/clamav/Makefile.am
7568         * src/plugins/demo/Makefile.am
7569         * src/plugins/dillo_viewer/Makefile.am
7570         * src/plugins/pgpcore/Makefile.am
7571         * src/plugins/pgpcore/passphrase.c
7572         * src/plugins/pgpinline/Makefile.am
7573         * src/plugins/pgpmime/Makefile.am
7574         * src/plugins/spamassassin/Makefile.am
7575         * src/plugins/trayicon/Makefile.am
7576                 fix builiding on cygwin
7577                 Patch by Ralgh Young <bamanzi@gmail.com>
7578
7579 2006-03-04 [wwp]        2.0.0cvs109
7580
7581         * manual/keyboard.xml
7582                 fix mixed up/down keys.
7583
7584 2006-03-04 [wwp]        2.0.0cvs108
7585
7586         * README
7587         * INSTALL
7588                 updated links to SpamAssassin.
7589
7590 2006-03-04 [wwp]        2.0.0cvs107
7591
7592         * manual/plugins.xml
7593         * src/plugins/spamassassin/README
7594                 updated SpamAssassin plugin docs to reflect new functional additions
7595                 (also fix/update/documents few technical stuff more, see the README).
7596
7597 2006-03-04 [wwp]        2.0.0cvs106
7598
7599         * src/prefs_message.c
7600                 normalized capitalization of message-prefs paths.
7601
7602 2006-03-04 [wwp]        2.0.0cvs105
7603
7604         * manual/advanced.xml
7605                 typo.
7606
7607 2006-03-03 [colin]      2.0.0cvs104
7608
7609         * src/plugins/clamav/clamav_plugin_gtk.c
7610                 Rework prefs page, patch by Fabien 
7611
7612 2006-03-03 [colin]      2.0.0cvs103
7613
7614         * src/plugins/clamav/clamav_plugin.c
7615                 Set error on all errors
7616
7617 2006-03-03 [colin]      2.0.0cvs102
7618
7619         * src/common/plugin.c
7620                 Initialize error to avoid crashing when a plugin fails
7621                 without setting error
7622
7623 2006-03-02 [wwp]        2.0.0cvs101
7624
7625         * configure.ac
7626                 fixed linker flags for libetpan support on Cygwin
7627                 (thanks to H.Merijn Brand).
7628
7629 2006-03-02 [wwp]        2.0.0cvs100
7630
7631         * src/addressbook.c
7632                 fix some AB error messages: one for punctuation and
7633                 one wrongly duplicate (thanks, maxbritov).
7634
7635 2006-03-02 [wwp]        2.0.0cvs99
7636
7637         * src/plugins/spamassassin/spamassassin.c
7638                 make sync calls to sa-learn/spamc to prevent
7639                 system (whatever local or client/server) overload.
7640
7641 2006-03-02 [colin]      2.0.0cvs98
7642
7643         * src/summaryview.c
7644                 Put the spam icon in the status column instead of the
7645                 mark one
7646
7647 2006-03-01 [colin]      2.0.0cvs97
7648
7649         * src/plugins/spamassassin/spamassassin.c
7650                 Fix segfault (g_file_set_contents fails for some 
7651                 reason and err==0x2f. Can't find out why with
7652                 valgrind, using working function :-)
7653
7654 2006-03-01 [colin]      2.0.0cvs96
7655
7656         * src/inc.c
7657                 Offline overriding: let 'No' be cached only 3 seconds
7658
7659 2006-03-01 [colin]      2.0.0cvs95
7660
7661         * src/addr_compl.c
7662         * src/addrbook.c
7663         * src/addressbook.c
7664         * src/addrindex.c
7665         * src/folder_item_prefs.c
7666         * src/headerview.c
7667         * src/imap.c
7668         * src/inc.c
7669         * src/ldif.c
7670         * src/mainwindow.c
7671         * src/mh.c
7672         * src/msgcache.c
7673         * src/prefs_common.h
7674         * src/prefs_msg_colors.c
7675         * src/procheader.c
7676         * src/procheader.h
7677         * src/procmime.c
7678         * src/procmsg.c
7679         * src/procmsg.h
7680         * src/send_message.h
7681         * src/simple-gettext.c
7682         * src/summaryview.c
7683         * src/summaryview.h
7684         * src/syldap.c
7685         * src/textview.c
7686         * src/undo.c
7687         * src/common/ssl_certificate.c
7688         * src/common/utils.c
7689         * src/gtk/colorsel.c
7690         * src/gtk/gtksctree.c
7691         * src/gtk/gtkshruler.c
7692         * src/plugins/trayicon/trayicon.c
7693                 #if 0 goes to /dev/null
7694
7695 2006-03-01 [colin]      2.0.0cvs94
7696
7697         * src/compose.c
7698         * src/imap.c
7699         * src/inc.c
7700         * src/inc.h
7701         * src/messageview.c
7702         * src/news.c
7703         * src/plugins/spamassassin/spamassassin.c
7704                 Allow to add information in the "working offline"
7705                 window
7706
7707 2006-03-01 [wwp]        2.0.0cvs93
7708
7709         * src/plugins/spamassassin/spamassassin.c
7710                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7711                 'cause it seems that calling `spamc ... < inputfile` with
7712                 g_spawn_(a)sync simply.. erm doesn't work :-).
7713
7714 2006-03-01 [wwp]        2.0.0cvs92
7715
7716         * src/toolbar.c
7717         * src/toolbar.h
7718                 simplify the adding of spam/ham button to the messageview toolbar
7719                 (it gets more clear now that the same button will be "Mark as spam"
7720                 or "Mark as ham" according to the current message status,
7721                 thanks to Colin).
7722
7723 2006-03-01 [wwp]        2.0.0cvs91
7724
7725         * src/messageview.c
7726         * src/procmsg.c
7727         * src/procmsg.h
7728         * src/summaryview.c
7729         * src/plugins/spamassassin/spamassassin.c
7730         * src/plugins/spamassassin/spamassassin.h
7731                 make learner callbacks return a status (0 for ok),
7732                 handle it in main code to avoid setting flags when learning failed,
7733                 don't learn on TCP if offline in spamassassin,
7734                 thanks to Colin.
7735
7736                 
7737
7738 2006-03-01 [wwp]        2.0.0cvs90
7739
7740         * src/compose.c
7741                 some work around the compose window's account menu,
7742                 patch by Fabien Vantard.
7743
7744 2006-03-01 [wwp]        2.0.0cvs89
7745
7746         * src/plugins/spamassassin/spamassassin.c
7747                 fixed bad logics, was using spamc in local mode and sa-learn
7748                 in remote mode (thanks, Colin).
7749
7750 2006-03-01 [wwp]        2.0.0cvs88
7751
7752         * src/plugins/spamassassin/spamassassin.c
7753         * src/plugins/spamassassin/spamassassin.h
7754         * src/plugins/spamassassin/spamassassin_gtk.c
7755                 made processing of emails w/ sa-plugin an option (default is TRUE),
7756                 fixed Engrish some tooltips, capitalization of some debug messages
7757                 and warnings. The spamassassin plugin now provides two separate
7758                 services: process emails upon incorporation and spamd training.
7759                 Both services (un)register independently but use some common
7760                 plugin settings (transport settings, spam storage location).
7761
7762 2006-02-28 [wwp]        2.0.0cvs87
7763
7764         * src/plugins/spamassassin/spamassassin.c
7765                 fix async flag to spamc cmdline execution (batch exec should
7766                 be asynchronous).
7767
7768 2006-02-27 [wwp]        2.0.0cvs86
7769
7770         * src/plugins/spamassassin/spamassassin.c
7771         * src/plugins/spamassassin/spamassassin.h
7772         * src/plugins/spamassassin/spamassassin_gtk.c
7773                 - added the ability to learn a remote spamassassin server (spamd),
7774                 using spamc.
7775                 - added the spamassassin option 'username', that applies to all
7776                 spamassassin operations (filtering, learning, local or remote).
7777                 The default username is the current unix user (if left blank
7778                 from gtk prefs or config file).
7779                 - commented out some unused code (notebook widget), removed unused
7780                 layout (hbox1).
7781                 - make more widgets sensitive to the transport type.
7782
7783 2006-02-27 [colin]      2.0.0cvs85
7784
7785         * src/plugins/spamassassin/spamassassin.c
7786                 Fix sa-learn call when offline
7787
7788 2006-02-27 [colin]      2.0.0cvs84
7789
7790         * configure.ac
7791         * src/Makefile.am
7792         * src/mainwindow.c
7793         * src/mainwindow.h
7794         * src/messageview.c
7795         * src/messageview.h
7796         * src/prefs_toolbar.c
7797         * src/procmsg.c
7798         * src/stock_pixmap.c
7799         * src/stock_pixmap.h
7800         * src/summaryview.c
7801         * src/toolbar.c
7802         * src/toolbar.h
7803         * src/pixmaps/ham_btn.xpm
7804         * src/pixmaps/spam.xpm
7805         * src/pixmaps/spam_btn.xpm
7806         * src/plugins/spamassassin/spamassassin.c
7807                 Add button in toolbar for spam learning
7808                 Fix a few bugs from the last related commit
7809                 Revert 1.9.6cvs23 which messed up shift-selection
7810
7811 2006-02-24 [colin]      2.0.0cvs83
7812
7813         * src/procmsg.c
7814         * src/summaryview.c
7815         * src/summaryview.h
7816         * src/plugins/spamassassin/spamassassin.c
7817         * src/plugins/spamassassin/spamassassin.h
7818         * src/plugins/spamassassin/spamassassin_gtk.c
7819                 Unregister learner when spamassassin is either
7820                 disabled or over tcp
7821
7822 2006-02-24 [colin]      2.0.0cvs82
7823
7824         * src/Makefile.am
7825         * src/mainwindow.c
7826         * src/mainwindow.h
7827         * src/procmsg.c
7828         * src/procmsg.h
7829         * src/stock_pixmap.c
7830         * src/stock_pixmap.h
7831         * src/summaryview.c
7832         * src/summaryview.h
7833         * src/gtk/icon_legend.c
7834         * src/pixmaps/spam.xpm  ** NEW FILE **
7835         * src/plugins/spamassassin/spamassassin.c
7836         * src/plugins/spamassassin/spamassassin_gtk.c
7837                 Add spam learning interface (Mark/Mark as 
7838                 (spam|ham) menus)
7839
7840 2006-02-24 [wwp]        2.0.0cvs81
7841
7842         * src/compose.c
7843         * src/compose.h
7844         * src/filtering.c
7845                 hide compose window when sending message in batch mode
7846                 (filtering: forward and redirect). Also fixed a wrong
7847                 value returned when sending failed, neutral anyway.
7848                 (Colin, me) 
7849
7850 2006-02-24 [wwp]        2.0.0cvs80
7851
7852         * src/mainwindow.c
7853                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7854
7855 2006-02-24 [paul]       2.0.0cvs79
7856
7857         * src/news.c
7858         * src/news.h
7859         * src/news_gtk.c
7860                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7861                 Thanks to Colin
7862
7863 2006-02-23 [colin]      2.0.0cvs78
7864
7865         * src/alertpanel.c
7866                 Change OK to Close in alertpanel with View log
7867                 button; add accel to View log. Patch by Fabien
7868                 Vantard
7869
7870 2006-02-23 [wwp]        2.0.0cvs77
7871
7872         * src/compose.c
7873                 silly me, there were much more tests to perform, since toolbars can
7874                 really have down to 1 element only.
7875
7876 2006-02-23 [wwp]        2.0.0cvs76
7877
7878         * commitHelper
7879                 fixed indentation from my previous commit. Fallback to VISUAL if
7880                 EDITOR is not set (and to vi, at last resort).
7881
7882 2006-02-23 [wwp]        2.0.0cvs75
7883
7884         * commitHelper
7885                 improved error detection (Colin, me).
7886
7887 2006-02-23 [wwp]        2.0.0cvs74
7888
7889         * src/prefs_toolbar.c
7890                 simplify and fix prefs/toolbars layouting. Combos' contents can
7891                 now be really displayed.
7892
7893 2006-02-23 [wwp]        2.0.0cvs73
7894         simplifies and fix prefs/toolbars layouting. Combos' contents can now
7895         be really displayed.
7896
7897 2006-02-22 [wwp]        2.0.0cvs72
7898
7899         * src/compose.c
7900                 fix a typo in my previous commit (sorry!).
7901
7902 2006-02-22 [wwp]        2.0.0cvs71
7903
7904         * src/prefs_toolbar.c
7905                 fix a crash when adding separators to toolbars,
7906                 also fix some separator item information.
7907
7908 2006-02-22 [wwp]        2.0.0cvs70
7909
7910         * src/compose.c
7911                 fix a crash when redirecting (for instance) when compose window's
7912                 toolbar contents has been customized (when some buttons have been
7913                 removed in fact).
7914
7915 2006-02-21 [wwp]        2.0.0cvs69
7916
7917         * src/summaryview.c
7918         * src/gtk/pluginwindow.c
7919         * src/plugins/pgpcore/prefs_gpg.c
7920                 fix some compilation warnings (feat. remains of removed code).
7921
7922 2006-02-21 [wwp]        2.0.0cvs68
7923
7924         * src/gtk/gtkutils.c
7925                 fix two compilation issues, thanks to Stephan Sachse.
7926
7927 2006-02-20 [colin]      2.0.0cvs67
7928
7929         * src/mainwindow.c
7930                 Don't reselect displayed mail on refocus
7931                 This fixes actions misbehaving 
7932
7933 2006-02-20 [wwp]        2.0.0cvs66
7934
7935         * src/summaryview.c
7936         * src/gtk/gtksctree.c
7937         * src/gtk/gtkshruler.c
7938                 changed more runtime typecast checks.
7939
7940 2006-02-20 [wwp]        2.0.0cvs65
7941
7942         * src/summary_search.c
7943                 find all - summaryview refresh issue fixed, thanks to Colin.
7944
7945 2006-02-20 [wwp]        2.0.0cvs64
7946
7947         * src/gtk/gtkutils.c
7948                 better runtime typecast checks.
7949
7950 2006-02-20 [wwp]        2.0.0cvs63
7951
7952         * src/summary_search.c
7953                 enhancements to the summary search:
7954                         - add the ability to stop the running search
7955                           (upon ESC-key press, new Stop button or when Clear button is pressed)
7956                         - don't search if no criteria (From/To/Subject/Body) is set
7957                         - ensure that a busy mouse pointer is always shown when searching,
7958                           show it even a bit earlier
7959
7960 2006-02-19 [colin]      2.0.0cvs62
7961
7962         * src/compose.c
7963         * src/imap.c
7964         * src/etpan/imap-thread.c
7965         * src/etpan/imap-thread.h
7966                 (Future) IMAP speed improvement on sending
7967                 Will require a libetpan update
7968         * src/summaryview.c
7969         * src/gtk/quicksearch.c
7970                 Make quicksearch clearable while running.
7971
7972 2006-02-17 [colin]      2.0.0cvs61
7973
7974         * src/imap.c
7975         * src/etpan/imap-thread.c
7976         * src/etpan/imap-thread.h
7977                 Check for IMAP certificates
7978                 ** Requires libetpan-0.42-cvs4 
7979                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
7980
7981 2006-02-17 [colin]      2.0.0cvs60
7982
7983         * src/messageview.c
7984         * src/prefs_common.c
7985         * src/prefs_common.h
7986         * src/prefs_message.c
7987                 Add pref to display HTML-only mails with plugin, 
7988                 if possible (defaulting to FALSE of course).
7989
7990 2006-02-16 [colin]      2.0.0cvs59
7991
7992         * src/main.c
7993         * src/common/plugin.c
7994         * src/common/plugin.h
7995         * src/gtk/pluginwindow.c
7996                 Keep track of requested (but unloaded) plugins
7997                 in some error cases.
7998
7999 2006-02-16 [wwp]        2.0.0cvs58
8000
8001         * src/gtk/gtkaspell.c
8002         * src/gtk/gtkaspell.h
8003         * src/prefs_spelling.c
8004         * src/compose.c
8005         * src/prefs_common.c
8006         * src/prefs_common.h
8007                 implemented new optional spellchecker behaviour: re-check message when
8008                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8009
8010 2006-02-16 [wwp]        2.0.0cvs57
8011
8012         * src/quote_fmt_parse.y
8013                 pclose popen'ed pipe.
8014
8015 2006-02-15 [colin]      2.0.0cvs56
8016
8017         * src/mimeview.c
8018         * src/mimeview.h
8019                 Let MimeViewers know which MimeView they
8020                 depend of.
8021         * src/summaryview.c
8022                 Swap From/To columns in Sent/Queue/Drafts
8023                 folders
8024         * src/etpan/imap-thread.c
8025                 Use mailstream_low_tls_open() for STARTTLS
8026                 instead of mailstream_low_ssl_open()
8027                 ** REQUIRES libetpan 0.42cvs3 **
8028
8029 2006-02-15 [wwp]        2.0.0cvs55
8030
8031         * src/compose.c
8032         * src/compose.h
8033         * src/message_search.c
8034         * src/message_search.h
8035         * src/textview.c
8036         * src/gtk/gtkutils.c
8037         * src/gtk/gtkutils.h
8038                 added the ability to Find text in the compose window (and a bit
8039                 of code factorization).
8040
8041 2006-02-15 [wwp]        2.0.0cvs54
8042
8043         * src/prefs_gtk.c
8044                 yet another one file was missing (fix for some widgets' sensitivity).
8045                 Thanks Colin!
8046
8047 2006-02-15 [wwp]        2.0.0cvs53
8048
8049         * src/prefs_gtk.h
8050                 oops forgot that file (fix for some widgets' sensitivity).
8051
8052 2006-02-15 [wwp]        2.0.0cvs52
8053
8054         * src/summary_search.c
8055                 implemented advanced summary search options (added the ability
8056                 to use matcher conditions in an advanced search mode).
8057
8058 2006-02-15 [wwp]        2.0.0cvs51
8059
8060         * src/plugins/pgpcore/prefs_gpg.c
8061         * src/prefs_account.c
8062                 fix some widget sensitivity, mostly around some labels in
8063                 account prefs.
8064
8065 2006-02-15 [paul]       2.0.0cvs50
8066
8067         * manual/advanced.xml
8068                 improve Templates info
8069                 written by wwp
8070
8071 2006-02-14 [colin]      2.0.0cvs49
8072
8073         * src/pixmaps/address_book.xpm
8074         * src/pixmaps/preferences.xpm
8075         * src/pixmaps/properties.xpm
8076                 Fix pixmap size - patch by Fabien Vantard
8077
8078 2006-02-13 [colin]      2.0.0cvs48
8079
8080         * src/procmime.c
8081                 Add missing fclose()s on error
8082         * src/textview.c
8083                 Remove unused code
8084         * src/common/utils.c
8085                 Fix temp files not being deleted on windows
8086         Patches by Thomas Gilgin
8087
8088 2006-02-13 [colin]      2.0.0cvs47
8089
8090         * src/mainwindow.c
8091                 Fix exit crash
8092
8093 2006-02-13 [wwp]        2.0.0cvs46
8094
8095         * src/plugins/pgpcore/prefs_gpg.c
8096                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8097
8098 2006-02-12 [colin]      2.0.0cvs45
8099
8100         * src/folderview.c
8101         * src/main.c
8102         * src/mainwindow.c
8103                 Fix "stuff" when quitting
8104
8105 2006-02-12 [wwp]        2.0.0cvs44
8106
8107         * src/prefs_themes.c
8108                 fix typos in debug messages.
8109
8110 2006-02-11 [colin]      2.0.0cvs43
8111
8112         * src/summaryview.c
8113                 don't allow drag/drop from ourself
8114
8115 2006-02-10 [wwp]        2.0.0cvs42
8116
8117         * src/exporthtml.c
8118         * src/html.c
8119         * src/html.h
8120         * src/procmime.c
8121         * src/textview.c
8122                 renamed html_ prefixed functions and data structures to avoid
8123                 namespace clashes w/ other software (gtkhtml2 for instance).
8124                 Closes bug #907.
8125
8126
8127 2006-02-09 [colin]      2.0.0cvs41
8128
8129         * src/summaryview.c
8130                 Fix shitty logic messed up. Thanks Ticho for the hint!
8131
8132 2006-02-09 [wwp]        2.0.0cvs40
8133
8134         * src/gtk/about.c
8135         * src/compose.c
8136         * src/prefs_account.c
8137         * src/prefs_gtk.h
8138         * src/editaddress.c
8139                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8140                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8141                 Browse buttons in accounts prefs.
8142
8143 2006-02-09 [colin]      2.0.0cvs39
8144
8145         * src/matcher.c
8146                 Check for pointer before using its members
8147         * src/gtk/gtksourceprintjob.c
8148                 Fix a wrong warning
8149
8150 2006-02-09 [wwp]        2.0.0cvs38
8151
8152         * src/gtk/filesel.c
8153                 fix few compiler warnings (type mismatch).
8154
8155 2006-02-09 [paul]       2.0.0cvs37
8156
8157         * po/fr.po
8158                 updated by Fabien Vantard
8159
8160 2006-02-08 [colin]      2.0.0cvs36
8161
8162         * src/prefs_common.c
8163         * src/common/defs.h
8164         * src/common/plugin.c
8165                 allow windows and linux configurations to coexist
8166                 patch by Thomas Gilgin
8167
8168 2006-02-08 [colin]      2.0.0cvs35
8169
8170         * src/filtering.c
8171         * src/matcher.c
8172         * src/matcher.h
8173         * src/matcher_parser_parse.y
8174         * src/prefs_filtering_action.c
8175         * src/prefs_matcher.c
8176                 Add the "Ignore thread" filtering
8177                 action
8178
8179 2006-02-08 [colin]      2.0.0cvs34
8180
8181         * src/compose.c
8182         * src/procmime.c
8183         * src/procmime.h
8184                 Fix bug #905 (damaged attachment)
8185                 text files with raw \0's aren't really text files
8186         FOR_STABLE
8187
8188 2006-02-08 [colin]      2.0.0cvs33
8189
8190         * src/summaryview.c
8191                 Fix crasher introduced yesterday
8192
8193 2006-02-08 [wwp]        2.0.0cvs32
8194
8195         * src/compose.c
8196         * src/compose.h
8197                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8198
8199 2006-02-08 [wwp]        2.0.0cvs31
8200
8201         * src/prefs_template.c
8202                 templates enhancement: allow address completion for Cc and Bcc fields
8203                 (it was currently possible for the To field only)
8204
8205 2006-02-08 [colin]      2.0.0cvs30
8206
8207         * src/compose.c
8208                 Don't unblock if not blocked
8209         FOR_STABLE
8210
8211 2006-02-07 [colin]      2.0.0cvs29
8212
8213         * src/action.c
8214                 Forgot to refresh summaryview
8215
8216 2006-02-07 [colin]      2.0.0cvs28
8217
8218         * src/action.c
8219                 Freeze/thaw message list and folder list while
8220                 processing %as{} actions 
8221         * src/compose.c
8222                 Fix auto-wrap disabling after a middle-click
8223                 paste - FOR_STABLE
8224
8225 2006-02-07 [paul]       2.0.0cvs27
8226
8227         * src/folder.c
8228                 fix freeing of uninitialised pointers
8229                 Thanks to Colin
8230
8231 2006-02-06 [colin]      2.0.0cvs26
8232
8233         * src/folder.c
8234                 Use g_slist_prepend in potentially big list
8235
8236 2006-02-06 [colin]      2.0.0cvs25
8237
8238         * src/folder.c
8239                 Completely skip processing if it doesn't 
8240                 exist (faster!)
8241
8242 2006-02-06 [colin]      2.0.0cvs24
8243
8244         * src/folder.c
8245         * src/summaryview.c
8246                 Batch filtering in summaryview (from Tools menu)
8247                 and pre/post//-processing too
8248
8249 2006-02-06 [colin]      2.0.0cvs23
8250
8251         * src/procmsg.h
8252         * src/filtering.c
8253                 Use a special field for batch filtering instead
8254                 of stepping on deferred execution's toes
8255
8256 2006-02-06 [colin]      2.0.0cvs22
8257
8258         * src/action.c
8259         * src/filtering.c
8260         * src/filtering.h
8261         * src/folder.c
8262         * src/summaryview.c
8263                 Fix filtering via menus and actions
8264
8265 2006-02-06 [colin]      2.0.0cvs21
8266
8267         * src/imap.c
8268                 Put the added file directly to cache if possible (will work
8269                 with next libetpan)
8270         * src/filtering.c
8271         * src/filtering.h
8272         * src/inc.c
8273         * src/folder.c
8274         * src/mbox.c
8275         * src/procmsg.h
8276                 Move and copy filtered messages by batches instead of one
8277                 by one - faster on IMAP
8278         * src/procmsg.c
8279                 Add a function that'll possibly be useful later
8280
8281 2006-02-06 [colin]      2.0.0cvs20
8282
8283         * src/addressbook.c
8284                 Use internal mime-type instead of text/plain for d'n'd
8285         * src/compose.c
8286                 Allow attaching files from mimeview's icon list via d'n'd
8287         * src/folderview.c
8288         * src/folderview.h
8289                 Use internal mime-type instead of text/plain for d'n'd
8290                 Don't try to selected opened folder if none is
8291                 Factorize d'n'd from other apps code
8292         * src/headerview.c
8293         * src/textview.c
8294         * src/gtk/gtkutils.c
8295         * src/gtk/gtkutils.h
8296                 Factorize Face/X-Face stuff
8297         * src/mimeview.c
8298                 Fix d'n'd to other apps
8299         * src/prefs_message.c
8300                 Let the XFace pref be usable without libcompface as it also
8301                 applies to Face
8302         * src/summaryview.c
8303                 Fix d'n'd to other apps
8304                 Factorize d'n'd from other apps code
8305
8306 2006-02-06 [wwp]        2.0.0cvs19
8307
8308         * po/it.po
8309                 Italian translation fixes by Andrea Spadaccini (no more confusion
8310                 between filtering and processing, and few changes in the About
8311                 dialog).
8312
8313
8314 2006-02-06 [mones]      2.0.0cvs18
8315
8316         * src/gtk/icon_legend.c
8317                 Improved descriptions allowing better translations
8318
8319 2006-02-05 [colin]      2.0.0cvs17
8320
8321         * src/imap.c
8322                 Add the f*cking missing expunge that caused imap_fetch_env
8323                 to fail after an add_msgs ! :-///
8324         * src/etpan/imap-thread.c
8325                 Add a bit of debug
8326         FOR_STABLE
8327
8328 2006-02-05 [colin]      2.0.0cvs16
8329
8330         * src/common/utils.c
8331                 Don't check for return-path (or we can't put
8332                 back non-sent mails)
8333
8334 2006-02-05 [colin]      2.0.0cvs15
8335
8336         * src/textview.c
8337                 Don't try to display Face header in textview
8338                 when teh headerview's active
8339
8340 2006-02-05 [colin]      2.0.0cvs14
8341
8342         * tools/tbird2syl.py
8343         * tools/Makefile.am
8344                 Add script to import Thunderbird mails
8345
8346 2006-02-05 [colin]      2.0.0cvs13
8347
8348         * src/headerview.c
8349         * src/procheader.c
8350         * src/procmsg.c
8351         * src/procmsg.h
8352         * src/textview.c
8353                 Show Face headers - patch partially by Klaus Flittner
8354
8355 2006-02-05 [colin]      2.0.0cvs12
8356
8357         * src/folderview.c
8358         * src/summaryview.c
8359         * src/common/utils.c
8360         * src/common/utils.h
8361                 Let dnd work from mime icons to summaryview
8362                 and to folderview too
8363                 Add a crude test to avoid trying to add files
8364                 drag'n'dropped when they're not mails
8365
8366 2006-02-04 [colin]      2.0.0cvs11
8367
8368         * src/summaryview.c
8369         * src/mimeview.c
8370                 Fix utf8 conversion
8371
8372 2006-02-04 [colin]      2.0.0cvs10
8373
8374         * src/compose.c
8375         * src/folderview.c
8376         * src/mimeview.c
8377         * src/summaryview.c
8378         * src/summaryview.h
8379                 Added various drag and drop capas:
8380                 From                    To
8381                 summaryview             other apps
8382                 mimeview icons          other apps
8383                 other apps              summaryview
8384                 other apps              folderview
8385
8386                 This shouldn't have broken the existing:
8387                 From                    To
8388                 summaryview             folderview
8389                 folderview              folderview
8390                 summaryview             compose's attachments
8391
8392         Tests welcomed.
8393
8394 2006-02-02 [paul]       2.0.0cvs9
8395
8396         * src/mainwindow.c
8397                 move global option 'Set displayed columns...' out
8398                 of folder option grouping.
8399                 fix sensitivity of 'harvest addresses'
8400         FOR_STABLE
8401
8402 2006-02-01 [colin]      2.0.0cvs8
8403
8404         * src/mimeview.c
8405                 Revert the alertpanel patch, it sucks (intrusive
8406                 and gets in the way of "open")
8407
8408 2006-02-01 [colin]      2.0.0cvs7
8409
8410         * src/compose.c
8411         * src/prefs_account.c
8412         * src/prefs_common.c
8413         * src/common/defs.h
8414         * src/common/utils.c
8415         * src/common/utils.h
8416                 Add ability to edit the signature file
8417                 from the account preferences, and use
8418                 a default for the text editor.
8419                 Patch by Fabien Vantard
8420
8421 2006-02-01 [colin]      2.0.0cvs6
8422
8423         * src/mimeview.c
8424                 Try to get mime type by extension if it is
8425                 application/octet-stream
8426                 Display a window with possible choices when
8427                 encountering unknown mime types
8428         * src/gtk/filesel.c
8429         * src/gtk/filesel.h
8430                 Add preview
8431                 Allow multiple selection in filtered filesel
8432                 (patch by Fabien Vantard)
8433         * src/gtk/pluginwindow.c
8434                 Use it (patch by Fabien Vantard)
8435
8436 2006-02-01 [paul]       2.0.0cvs5
8437
8438         * src/jpilot.c
8439                 fix crash on creating jpilot address book
8440                 Thanks to Colin - FOR_STABLE
8441         * src/prefs_summaries.c
8442         * src/prefs_wrapping.c
8443         * src/gtk/icon_legend.c
8444         * src/gtk/quicksearch.c
8445                 string fixes and additions
8446
8447 2006-02-01 [paul]       2.0.0cvs4
8448
8449         * src/compose.c
8450         * src/mainwindow.c
8451         * src/messageview.c
8452         * src/prefs_send.c
8453                 add Arabic encoding option
8454                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8455
8456 2006-01-31 [colin]      2.0.0cvs3
8457
8458         * src/plugins/pgpcore/passphrase.c
8459                 Convert passphrase to locale encoding
8460         * src/compose.c
8461                 Fix drafting on IMAP. Crappy bug sneaked in
8462                 the release :-/
8463         FOR_STABLE
8464
8465 2006-01-30 [paul]       2.0.0cvs2
8466
8467         * src/gtk/icon_legend.c
8468                 show the new entries
8469
8470 2006-01-30 [colin]      2.0.0cvs1
8471
8472         * src/manual.c
8473                 Check for the file to be present before 
8474                 enabling the menu - FOR_STABLE
8475         * src/gtk/icon_legend.c
8476                 Add folders icons (not all of them, there
8477                 are too much, but the most intriguing ones)
8478
8479 2006-01-30 [paul]       2.0.0
8480
8481         version 2.0.0 released
8482
8483 2006-01-30 [paul]       1.9.100cvs200
8484
8485         * manual/faq.xml
8486         * manual/gpl.xml
8487         * manual/intro.xml
8488         * manual/starting.xml
8489         * manual/sylpheed-claws-manual.xml
8490                 fixes, additions
8491
8492 2006-01-29 [mones]      1.9.100cvs199
8493
8494         * manual/account.xml
8495         * manual/advanced.xml
8496         * manual/glossary.xml
8497                 Some typos fixed, added LDIF term to glossary
8498         * po/es.po
8499                 Fixed leading plus symbol
8500
8501 2006-01-29 [paul]       1.9.100cvs198
8502
8503         * po/fi.po
8504         * po/sk.po
8505                 updated by Tommi Pirinen and Andrej Kacian
8506
8507 2006-01-29 [paul]       1.9.100cvs197
8508
8509         * src/gtk/authors.h
8510                 remove duplicates
8511
8512 2006-01-29 [paul]       1.9.100cvs196
8513
8514         * AUTHORS
8515         * po/nl.po
8516         * src/gtk/authors.h
8517         * tools/claws.i18n.status.pl
8518                 nl translation updated by Tim Dijkstra
8519
8520 2006-01-29 [paul]       1.9.100cvs195
8521
8522         * po/sr.po
8523         * po/sv.po
8524                 updated by Aleksandar Urosevic and Anders Troback
8525
8526 2006-01-28 [colin]      1.9.100cvs194
8527
8528         * src/gtk/gtksourceprintjob.c
8529                 Don't fiddle with PangoLayout when we
8530                 have an image
8531
8532 2006-01-28 [paul]       1.9.100cvs193
8533
8534         * AUTHORS
8535         * po/el.po
8536         * po/zh_CN.po
8537         * src/gtk/authors.h
8538         * tools/claws.i18n.status.pl
8539                 updated translations submitted by Stavros Giannouris
8540                 and Ralgh Young
8541
8542 2006-01-27 [colin]      1.9.100cvs192
8543
8544         * src/summaryview.c
8545         * src/gtk/gtksourceprintjob.c
8546                 Add image printing 
8547                 (libgnomeprint only, of course)
8548
8549 2006-01-27 [paul]       1.9.100cvs191
8550
8551         * po/fr.po
8552         * po/it.po
8553                 updated by Fabien Vantard and Andrea Spadaccini
8554
8555 2006-01-26 [colin]      1.9.100cvs190
8556
8557         * manual/Makefile.am
8558         * configure.ac
8559                 Make building the manual optional 
8560                 (--disable-manual)
8561
8562 2006-01-26 [paul]       1.9.100cvs189
8563
8564         * manual/glossary.xml
8565         * manual/plugins.xml
8566                 edited
8567         * po/en_GB.po
8568                 updated
8569
8570 2006-01-26 [paul]       1.9.100cvs188
8571
8572         * src/prefs_display_header.c
8573         * src/prefs_folder_column.c
8574         * src/prefs_msg_colors.c
8575         * src/prefs_summaries.c
8576         * src/prefs_summary_column.c
8577                 HIGify
8578
8579 2006-01-25 [colin]      1.9.100cvs187
8580
8581         * src/imap.c
8582                 Don't allow moving/copying mails between
8583                 queue/drafts and non-queue/drafts folders
8584                 Fixes bug #897 (message header is resetted 
8585                 if one is copied to Drafts)
8586
8587 2006-01-25 [colin]      1.9.100cvs186
8588
8589         * src/folder.c
8590         * src/mainwindow.c
8591                 Fix subscribed folders not found
8592         * src/compose.c
8593                 Don't try to encode as original mail's charset
8594                 if it's ascii 
8595
8596 2006-01-25 [paul]       1.9.100cvs185
8597
8598         * AUTHORS
8599         * po/Makevars
8600                 updated
8601         * po/de.po
8602         * po/pl.po
8603         * po/pt_BR.po
8604         * po/sr.po
8605                 updates submitted by Stephan Sachse, Emilian Nowak
8606                 and Quar, Frederico Goncalves Guimaraes, and
8607                 Aleksandar Urosevic
8608                 Fix Bug 896, 'PT_BR locale broken'.
8609         * src/gtk/authors.h
8610                 updated
8611
8612 2006-01-24 [mones]      1.9.100cvs184
8613
8614         * manual/glossary.xml
8615                 All current terms finished. Reviewers welcome ;-)
8616         * manual/keyboard.xml
8617                 Fixed column width for pdf output.
8618         * po/es.po
8619                 Updated
8620
8621 2006-01-24 [paul]       1.9.100cvs183
8622
8623         * manual/glossary.xml
8624                 fix id name
8625         * manual/dist/html/Makefile.am
8626         * manual/dist/pdf/Makefile.am
8627         * manual/dist/ps/Makefile.am
8628         * manual/dist/txt/Makefile.am
8629                 fix make deps
8630                 Thanks to Colin
8631
8632 2006-01-24 [mones]      1.9.100cvs182
8633
8634         * manual/glossary.xml
8635                 Nearly finished, some terms missing.
8636
8637 2006-01-23 [paul]       1.9.100cvs181
8638
8639         * manual/dist/html/Makefile.am
8640         * manual/dist/pdf/Makefile.am
8641         * manual/dist/ps/Makefile.am
8642         * manual/dist/txt/Makefile.am
8643         * src/mainwindow.c
8644                 re-enable manual
8645                 Thanks to Colin
8646
8647 2006-01-22 [colin]      1.9.100cvs180
8648
8649         * src/compose.c
8650         * src/gtk/gtkaspell.c
8651                 Don't deselect stuff before right-clicking, with aspell.
8652                 (This prevented right-click Copy, for example).
8653                 Thanks to Clo!
8654
8655 2006-01-22 [paul]       1.9.100cvs179
8656
8657         * src/summary_search.c
8658                 don't fix the widget size as it causes problems
8659                 under localisation.
8660                 Thanks to Emilian Nowak
8661
8662 2006-01-21 [paul]       1.9.100cvs178
8663
8664         * src/prefs_themes.c
8665                 fix broken underlining of label text
8666                 with some translations
8667
8668 2006-01-21 [colin]      1.9.100cvs177
8669
8670         * po/fr.po
8671                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8672
8673 2006-01-20 [colin]      1.9.100cvs176
8674
8675         * configure.ac
8676         * Makefile.am
8677         * manual/Makefile
8678         * manual/dist/html/.cvsignore
8679         * manual/dist/html/Makefile.am
8680         * manual/dist/pdf/.cvsignore
8681         * manual/dist/pdf/Makefile.am
8682         * manual/dist/ps/.cvsignore
8683         * manual/dist/ps/Makefile.am
8684         * manual/dist/txt/.cvsignore
8685         * manual/dist/txt/Makefile.am
8686                 Autotool-ize manual
8687
8688 2006-01-20 [paul]       1.9.100cvs175
8689
8690         * manual/handling.xml
8691                 make Filtering and Searching entries easier to find
8692         * manual/keyboard.xml
8693                 add the remaining default keybinds
8694         * src/prefs_summaries.c
8695                 update the default keybinds
8696
8697 2006-01-20 [paul]       1.9.100cvs174
8698
8699         * src/addressbook.c
8700         * src/addrgather.c
8701         * src/addrharvest.c
8702         * src/editaddress.c
8703         * src/editgroup.c
8704         * src/exphtmldlg.c
8705         * src/expldifdlg.c
8706         * src/exporthtml.c
8707         * src/exportldif.c
8708         * src/ldif.c
8709                 replace 'e-mail' with 'email'
8710         * src/summary_search.c
8711                 add mnemonic to "Find all" button
8712
8713 2006-01-20 [wwp]        1.9.100cvs173
8714
8715         * src/export.c
8716         * src/import.c
8717                 touched mbox import/export buttons for HIG-compliance
8718
8719 2006-01-19 [paul]       1.9.100cvs172
8720
8721         * manual/account.xml
8722         * manual/addrbook.xml
8723         * manual/advanced.xml
8724         * manual/faq.xml
8725         * manual/handling.xml
8726         * manual/intro.xml
8727         * manual/plugins.xml
8728         * manual/starting.xml
8729                 more editing
8730
8731 2006-01-19 [paul]       1.9.100cvs171
8732
8733         * src/toolbar.c
8734                 allow use of trash button while receiving
8735                 Thanks to Colin
8736
8737 2006-01-19 [wwp]        1.9.100cvs170
8738
8739         * src/gtk/quicksearch.c
8740         * src/compose.c
8741                 force text color to black when yellow background is set
8742
8743 2006-01-19 [colin]      1.9.100cvs169
8744
8745         * src/plugins/trayicon/trayicon.c
8746                 Gray out Get Mail when already getting mail
8747
8748 2006-01-18 [paul]       1.9.100cvs168
8749
8750         * src/compose.c
8751                 give widget yellow background was To is
8752                 set via folder prefs
8753         * src/gtk/quicksearch.c
8754                 give widget yellow background when quick
8755                 search is active.
8756                 Thanks to Colin
8757
8758 2006-01-18 [paul]       1.9.100cvs167
8759
8760         * doc/man/sylpheed-claws.1
8761                 add --subscribe option
8762
8763 2006-01-18 [paul]       1.9.100cvs166
8764
8765         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8766         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8767                 use %U instead of %F (%F is broken for user installed
8768                 files in kde 3.5)
8769
8770 2006-01-18 [colin]      1.9.100cvs165
8771
8772         * src/summaryview.c
8773                 Default to Yes in "No more * messages" dialogs
8774
8775 2006-01-17 [colin]      1.9.100cvs164
8776
8777         * src/compose.c
8778                 Possibly fix an invalid iterator causing
8779                 crash
8780
8781 2006-01-17 [colin]      1.9.100cvs163
8782
8783         * src/mimeview.c
8784                 Fix crash when the image disappears under the
8785                 image viewer
8786
8787 2006-01-16 [colin]      1.9.100cvs162
8788
8789         * src/compose.c
8790                 Fix reenabling autowrap
8791
8792 2006-01-16 [colin]      1.9.100cvs161
8793
8794         * src/compose.c
8795                 reset quote_len before getting quote_str
8796
8797 2006-01-16 [colin]      1.9.100cvs160
8798
8799         * src/account.c
8800         * src/account.h
8801         * src/folder.c
8802         * src/imap_gtk.c
8803         * src/mh_gtk.c
8804                 Fix bug #883 (default inbox does not track folder move)
8805
8806 2006-01-16 [colin]      1.9.100cvs159
8807
8808         * src/compose.c
8809         * src/plugins/pgpcore/passphrase.c
8810                 More buttons fixes
8811
8812 2006-01-16 [paul]       1.9.100cvs158
8813
8814         * src/prefs_actions.c
8815         * src/prefs_filtering_action.c
8816         * src/prefs_matcher.c
8817         * src/quote_fmt.c
8818         * src/gtk/description_window.c
8819         * src/gtk/description_window.h
8820         * src/gtk/quicksearch.c
8821                 description window cleanups
8822
8823 2006-01-15 [colin]      1.9.100cvs157
8824
8825         * src/addressbook.c
8826         * src/prefs_filtering.c
8827                 Same here
8828
8829 2006-01-15 [colin]      1.9.100cvs156
8830
8831         * src/folderview.c
8832         * src/mainwindow.c
8833                 Same for "Empty trash"
8834
8835 2006-01-15 [colin]      1.9.100cvs155
8836
8837         * src/inc.c
8838                 Override offline dialog had Yes by default
8839
8840 2006-01-15 [colin]      1.9.100cvs154
8841
8842         * src/summaryview.c
8843                 Delete selected messages? previously had Yes the default
8844
8845 2006-01-15 [colin]      1.9.100cvs153
8846
8847         * src/folder.c
8848         * src/folder.h
8849         * src/main.c
8850                 Check if a mailbox is loaded after all
8851                 plugins are loaded.
8852
8853 2006-01-15 [colin]      1.9.100cvs152
8854
8855         * src/folder.c
8856                 Don't start wizard when there are unloaded folders (will help
8857                 people with only mbox or maildir mailboxes)
8858
8859 2006-01-14 [colin]      1.9.100cvs151
8860
8861         * src/addressbook.c
8862         * src/expldifdlg.c
8863         * src/importldif.c
8864         * src/importmutt.c
8865         * src/importpine.c
8866         * src/mh_gtk.c
8867                 More HIG compliance and fixes
8868
8869 2006-01-14 [colin]      1.9.100cvs150
8870
8871         * src/prefs_filtering_action.c
8872         * src/foldersel.c
8873                 Two forgotten button order changes
8874
8875 2006-01-14 [colin]      1.9.100cvs149
8876
8877         * src/account.c
8878         * src/addressbook.c
8879         * src/compose.c
8880         * src/folderview.c
8881         * src/imap_gtk.c
8882         * src/mainwindow.c
8883         * src/mh_gtk.c
8884         * src/news_gtk.c
8885         * src/prefs_actions.c
8886         * src/prefs_customheader.c
8887         * src/prefs_filtering.c
8888         * src/prefs_matcher.c
8889         * src/prefs_template.c
8890         * src/ssl_manager.c
8891         * src/summaryview.c
8892         * src/textview.c
8893         * src/toolbar.c
8894                 All deletion confirmations are now "Cancel, Delete" 
8895                 instead of "No, Yes"
8896                 Clarified most of the other "No, Yes" to 
8897                 "Cancel, Descriptive_action"
8898                 Rechanged the "Entry not saved" alerts to have 
8899                 "Close, Continue editing"
8900
8901
8902 2006-01-14 [paul]
8903
8904         * 2.0.0-rc4 released
8905
8906 2006-01-14 [paul]       1.9.100cvs148
8907
8908         * src/account.c
8909         * src/addressadd.c
8910         * src/addressbook.c
8911         * src/compose.c
8912         * src/editaddress.c
8913         * src/editbook.c
8914         * src/editgroup.c
8915         * src/editjpilot.c
8916         * src/editldap.c
8917         * src/editvcard.c
8918         * src/exphtmldlg.c
8919         * src/expldifdlg.c
8920         * src/folderview.c
8921         * src/grouplistdialog.c
8922         * src/imap_gtk.c
8923         * src/importmutt.c
8924         * src/importpine.c
8925         * src/inc.c
8926         * src/main.c
8927         * src/mainwindow.c
8928         * src/message_search.c
8929         * src/messageview.c
8930         * src/mh_gtk.c
8931         * src/mimeview.c
8932         * src/news_gtk.c
8933         * src/prefs_actions.c
8934         * src/prefs_customheader.c
8935         * src/prefs_filtering.c
8936         * src/prefs_matcher.c
8937         * src/prefs_template.c
8938         * src/prefs_themes.c
8939         * src/ssl_manager.c
8940         * src/summary_search.c
8941         * src/summaryview.c
8942         * src/textview.c
8943         * src/toolbar.c
8944         * src/gtk/foldersort.c
8945         * src/gtk/gtkaspell.c
8946         * src/gtk/inputdialog.c
8947         * src/gtk/prefswindow.c
8948         * src/plugins/pgpcore/select-keys.c
8949         * src/plugins/trayicon/trayicon.c
8950                 HIG compliant button order
8951
8952 2006-01-14 [mones]      1.9.100cvs147
8953
8954         * po/es.po
8955                 Updated translation
8956
8957 2006-01-13 [paul]       1.9.100cvs146
8958
8959         * AUTHORS
8960         * ChangeLog
8961         * src/gtk/authors.h
8962                 add Joshua M. Kwan to contributors list
8963
8964 2006-01-13 [colin]      1.9.100cvs145
8965
8966         * src/gtk/quicksearch.c
8967                 Don't refocus quick search after executing (Esc or Enter)
8968                 Allows to '/'search something then move up/down in 
8969                 summaryview, and to Esc a search and be back in the 
8970                 summaryview
8971
8972 2006-01-13 [paul]       1.9.100cvs144
8973
8974         * src/plugins/pgpinline/pgpinline.c
8975                 support Content-Type 'application/pgp'
8976                 patch by Joshua M. Kwan <joshuak@users.sf.net>
8977
8978 2006-01-13 [paul]       1.9.100cvs143
8979
8980         * manual/account.xml
8981                 make mention of partial retrieval
8982                 thanks to Colin
8983
8984 2006-01-13 [paul]       1.9.100cvs142
8985
8986         * src/account.c
8987         * src/account.h
8988         * src/action.c
8989         * src/action.h
8990         * src/adbookbase.h
8991         * src/addr_compl.c
8992         * src/addr_compl.h
8993         * src/addrbook.c
8994         * src/addrcache.c
8995         * src/addrcache.h
8996         * src/addrcindex.c
8997         * src/addrcindex.h
8998         * src/addrclip.c
8999         * src/addrclip.h
9000         * src/addrdefs.h
9001         * src/addressadd.c
9002         * src/addressadd.h
9003         * src/addressbook.c
9004         * src/addressbook.h
9005         * src/addrgather.c
9006         * src/addrgather.h
9007         * src/addrharvest.c
9008         * src/addrharvest.h
9009         * src/addrindex.c
9010         * src/addrindex.h
9011         * src/addritem.c
9012         * src/addritem.h
9013         * src/addrquery.c
9014         * src/addrquery.h
9015         * src/addrselect.c
9016         * src/addrselect.h
9017         * src/alertpanel.c
9018         * src/alertpanel.h
9019         * src/browseldap.c
9020         * src/browseldap.h
9021         * src/codeconv.c
9022         * src/codeconv.h
9023         * src/compose.c
9024         * src/compose.h
9025         * src/customheader.c
9026         * src/customheader.h
9027         * src/displayheader.c
9028         * src/displayheader.h
9029         * src/editaddress.c
9030         * src/editaddress.h
9031         * src/editbook.c
9032         * src/editbook.h
9033         * src/editgroup.c
9034         * src/editgroup.h
9035         * src/editjpilot.c
9036         * src/editjpilot.h
9037         * src/editldap.c
9038         * src/editldap.h
9039         * src/editldap_basedn.c
9040         * src/editldap_basedn.h
9041         * src/editvcard.c
9042         * src/editvcard.h
9043         * src/exphtmldlg.c
9044         * src/exphtmldlg.h
9045         * src/expldifdlg.c
9046         * src/expldifdlg.h
9047         * src/export.h
9048         * src/exporthtml.c
9049         * src/exporthtml.h
9050         * src/exportldif.c
9051         * src/exportldif.h
9052         * src/filtering.c
9053         * src/filtering.h
9054         * src/folder.c
9055         * src/folder.h
9056         * src/folder_item_prefs.c
9057         * src/folder_item_prefs.h
9058         * src/foldersel.c
9059         * src/foldersel.h
9060         * src/folderutils.c
9061         * src/folderutils.h
9062         * src/folderview.c
9063         * src/folderview.h
9064         * src/grouplistdialog.c
9065         * src/grouplistdialog.h
9066         * src/headerview.c
9067         * src/html.c
9068         * src/html.h
9069         * src/image_viewer.c
9070         * src/image_viewer.h
9071         * src/imap.c
9072         * src/imap.h
9073         * src/imap_gtk.c
9074         * src/imap_gtk.h
9075         * src/import.h
9076         * src/importldif.c
9077         * src/importldif.h
9078         * src/importmutt.c
9079         * src/importmutt.h
9080         * src/importpine.c
9081         * src/importpine.h
9082         * src/inc.c
9083         * src/inc.h
9084         * src/jpilot.c
9085         * src/jpilot.h
9086         * src/ldapctrl.c
9087         * src/ldapctrl.h
9088         * src/ldaplocate.c
9089         * src/ldaplocate.h
9090         * src/ldapquery.c
9091         * src/ldapquery.h
9092         * src/ldapserver.c
9093         * src/ldapserver.h
9094         * src/ldaputil.c
9095         * src/ldaputil.h
9096         * src/ldif.c
9097         * src/ldif.h
9098         * src/main.c
9099         * src/main.h
9100         * src/mainwindow.c
9101         * src/mainwindow.h
9102         * src/manual.c
9103         * src/manual.h
9104         * src/mbox.c
9105         * src/mbox.h
9106         * src/message_search.c
9107         * src/message_search.h
9108         * src/messageview.c
9109         * src/messageview.h
9110         * src/mh.c
9111         * src/mh.h
9112         * src/mh_gtk.c
9113         * src/mh_gtk.h
9114         * src/mimeview.c
9115         * src/mimeview.h
9116         * src/msgcache.c
9117         * src/msgcache.h
9118         * src/mutt.c
9119         * src/mutt.h
9120         * src/news.c
9121         * src/news.h
9122         * src/news_gtk.c
9123         * src/news_gtk.h
9124         * src/partial_download.c
9125         * src/partial_download.h
9126         * src/pine.c
9127         * src/pine.h
9128         * src/pop.c
9129         * src/pop.h
9130         * src/prefs_account.c
9131         * src/prefs_account.h
9132         * src/prefs_actions.c
9133         * src/prefs_actions.h
9134         * src/prefs_common.c
9135         * src/prefs_common.h
9136         * src/prefs_compose_writing.c
9137         * src/prefs_compose_writing.h
9138         * src/prefs_customheader.c
9139         * src/prefs_customheader.h
9140         * src/prefs_display_header.c
9141         * src/prefs_display_header.h
9142         * src/prefs_filtering.c
9143         * src/prefs_filtering.h
9144         * src/prefs_filtering_action.c
9145         * src/prefs_filtering_action.h
9146         * src/prefs_folder_column.c
9147         * src/prefs_folder_column.h
9148         * src/prefs_folder_item.c
9149         * src/prefs_folder_item.h
9150         * src/prefs_fonts.c
9151         * src/prefs_fonts.h
9152         * src/prefs_gtk.c
9153         * src/prefs_gtk.h
9154         * src/prefs_image_viewer.c
9155         * src/prefs_image_viewer.h
9156         * src/prefs_matcher.c
9157         * src/prefs_matcher.h
9158         * src/prefs_message.c
9159         * src/prefs_msg_colors.c
9160         * src/prefs_msg_colors.h
9161         * src/prefs_other.c
9162         * src/prefs_quote.c
9163         * src/prefs_receive.c
9164         * src/prefs_send.c
9165         * src/prefs_spelling.c
9166         * src/prefs_spelling.h
9167         * src/prefs_summaries.c
9168         * src/prefs_summaries.h
9169         * src/prefs_summary_column.c
9170         * src/prefs_summary_column.h
9171         * src/prefs_template.c
9172         * src/prefs_template.h
9173         * src/prefs_themes.c
9174         * src/prefs_themes.h
9175         * src/prefs_toolbar.c
9176         * src/prefs_toolbar.h
9177         * src/prefs_wrapping.c
9178         * src/prefs_wrapping.h
9179         * src/privacy.c
9180         * src/privacy.h
9181         * src/procheader.c
9182         * src/procheader.h
9183         * src/procmime.c
9184         * src/procmime.h
9185         * src/procmsg.c
9186         * src/procmsg.h
9187         * src/quote_fmt.c
9188         * src/quote_fmt_parse.y
9189         * src/recv.c
9190         * src/recv.h
9191         * src/remotefolder.c
9192         * src/remotefolder.h
9193         * src/send_message.c
9194         * src/send_message.h
9195         * src/setup.c
9196         * src/setup.h
9197         * src/sourcewindow.c
9198         * src/sourcewindow.h
9199         * src/ssl_manager.c
9200         * src/ssl_manager.h
9201         * src/statusbar.c
9202         * src/statusbar.h
9203         * src/stock_pixmap.c
9204         * src/stock_pixmap.h
9205         * src/summary_search.c
9206         * src/summary_search.h
9207         * src/summaryview.c
9208         * src/summaryview.h
9209         * src/syldap.c
9210         * src/syldap.h
9211         * src/textview.c
9212         * src/textview.h
9213         * src/toolbar.c
9214         * src/toolbar.h
9215         * src/undo.c
9216         * src/undo.h
9217         * src/unmime.c
9218         * src/unmime.h
9219         * src/vcard.c
9220         * src/vcard.h
9221         * src/wizard.c
9222         * src/wizard.h
9223         * src/common/base64.c
9224         * src/common/base64.h
9225         * src/common/defs.h
9226         * src/common/hooks.c
9227         * src/common/hooks.h
9228         * src/common/log.c
9229         * src/common/log.h
9230         * src/common/mgutils.c
9231         * src/common/mgutils.h
9232         * src/common/nntp.c
9233         * src/common/nntp.h
9234         * src/common/passcrypt.c
9235         * src/common/passcrypt.h.in
9236         * src/common/plugin.c
9237         * src/common/plugin.h
9238         * src/common/prefs.c
9239         * src/common/prefs.h
9240         * src/common/progressindicator.c
9241         * src/common/progressindicator.h
9242         * src/common/quoted-printable.c
9243         * src/common/quoted-printable.h
9244         * src/common/session.c
9245         * src/common/session.h
9246         * src/common/smtp.c
9247         * src/common/smtp.h
9248         * src/common/socket.c
9249         * src/common/socket.h
9250         * src/common/ssl.c
9251         * src/common/ssl.h
9252         * src/common/ssl_certificate.c
9253         * src/common/ssl_certificate.h
9254         * src/common/stringtable.c
9255         * src/common/stringtable.h
9256         * src/common/sylpheed.c
9257         * src/common/sylpheed.h
9258         * src/common/template.c
9259         * src/common/template.h
9260         * src/common/timing.h
9261         * src/common/utils.c
9262         * src/common/utils.h
9263         * src/common/version.h.in
9264         * src/common/xml.c
9265         * src/common/xml.h
9266         * src/common/xmlprops.c
9267         * src/common/xmlprops.h
9268         * src/gtk/colorlabel.c
9269         * src/gtk/colorsel.c
9270         * src/gtk/colorsel.h
9271         * src/gtk/description_window.c
9272         * src/gtk/description_window.h
9273         * src/gtk/filesel.c
9274         * src/gtk/filesel.h
9275         * src/gtk/foldersort.c
9276         * src/gtk/foldersort.h
9277         * src/gtk/gtkutils.c
9278         * src/gtk/gtkutils.h
9279         * src/gtk/inputdialog.c
9280         * src/gtk/inputdialog.h
9281         * src/gtk/logwindow.c
9282         * src/gtk/logwindow.h
9283         * src/gtk/manage_window.c
9284         * src/gtk/manage_window.h
9285         * src/gtk/menu.c
9286         * src/gtk/menu.h
9287         * src/gtk/pluginwindow.c
9288         * src/gtk/pluginwindow.h
9289         * src/gtk/prefswindow.c
9290         * src/gtk/prefswindow.h
9291         * src/gtk/progressdialog.c
9292         * src/gtk/progressdialog.h
9293         * src/gtk/sslcertwindow.c
9294         * src/gtk/sslcertwindow.h
9295         * src/plugins/clamav/clamav_plugin.c
9296         * src/plugins/clamav/clamav_plugin.h
9297         * src/plugins/clamav/clamav_plugin_gtk.c
9298         * src/plugins/demo/demo.c
9299         * src/plugins/dillo_viewer/dillo_prefs.c
9300         * src/plugins/dillo_viewer/dillo_prefs.h
9301         * src/plugins/dillo_viewer/dillo_viewer.c
9302         * src/plugins/pgpcore/passphrase.c
9303         * src/plugins/pgpcore/passphrase.h
9304         * src/plugins/pgpcore/plugin.c
9305         * src/plugins/pgpcore/select-keys.c
9306         * src/plugins/pgpcore/select-keys.h
9307         * src/plugins/pgpcore/sgpgme.c
9308         * src/plugins/pgpcore/sgpgme.h
9309         * src/plugins/pgpinline/pgpinline.c
9310         * src/plugins/pgpinline/pgpinline.h
9311         * src/plugins/pgpinline/plugin.c
9312         * src/plugins/pgpmime/pgpmime.c
9313         * src/plugins/pgpmime/pgpmime.h
9314         * src/plugins/pgpmime/plugin.c
9315         * src/plugins/spamassassin/spamassassin.c
9316         * src/plugins/spamassassin/spamassassin.h
9317         * src/plugins/spamassassin/spamassassin_gtk.c
9318         * src/plugins/trayicon/trayicon.c
9319                 update copyright header
9320
9321 2006-01-13 [paul]       1.9.100cvs141
9322
9323         * src/account.c
9324         * src/export.c
9325         * src/import.c
9326         * src/mainwindow.c
9327         * src/prefs_account.c
9328         * src/prefs_display_header.c
9329         * src/prefs_receive.c
9330         * src/prefs_send.c
9331         * src/prefs_summaries.c
9332         * src/prefs_themes.c
9333         * src/prefs_toolbar.c
9334         * src/gtk/about.c
9335                 various cleanups
9336
9337 2006-01-12 [colin]      1.9.100cvs140
9338
9339         * src/folder.c
9340         * src/folder.h
9341         * src/main.c
9342                 Add --subscribe option
9343                 Let sylpheed-claws email@domain.com equivalent to --compose
9344                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9345
9346 2006-01-12 [paul]       1.9.100cvs139
9347
9348         * src/mainwindow.c
9349                 append 'Change folder order' label with '...'
9350         * src/prefs_actions.c
9351                 allow reordering of actions list by dnd
9352         * src/gtk/foldersort.c
9353                 make the dialog nicer
9354
9355 2006-01-11 [colin]      1.9.100cvs138
9356
9357         * src/compose.c
9358                 Allow templates without text
9359
9360 2006-01-11 [paul]       1.9.100cvs137
9361
9362         * tools/README
9363         * tools/filter_conv_new.pl
9364                 add info to README
9365                 also check .sylpheed for filter.xml
9366                 be a bit informative to the user
9367
9368 2006-01-11 [colin]      1.9.100cvs136
9369
9370         * src/textview.c
9371                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9372
9373 2006-01-10 [paul]       1.9.100cvs135
9374
9375         * tools/Makefile.am
9376         * tools/filter_conv_new.pl
9377                 add script to convert new style Sylpheed
9378                 filter rules (Sylpheed >= 0.9.99) to
9379                 Claws filtering rules
9380
9381 2006-01-10 [colin]      1.9.100cvs134
9382
9383         * src/compose.c
9384                 Fix broken line joins in certain conditions
9385                 (between two quoted lines: <enter><enter><up>
9386                  <type a wrapped sentence><go in the first line>
9387                  <insert more text><watch as line joining failed>)
9388
9389 2006-01-10 [paul]       1.9.100cvs133
9390
9391         * src/compose.c
9392                 don't report success in error dialog
9393                 thanks to Colin
9394         * src/common/utils.c
9395                 include some trailing punctuations as URI
9396                 thanks to Hiro
9397
9398 2006-01-10 [paul]       1.9.100cvs132
9399
9400         * src/mimeview.c
9401                 fix incompatible pointer type
9402                 warning
9403
9404 2006-01-10 [paul]       1.9.100cvs131
9405
9406         * src/compose.c
9407                 change Subject in window title
9408                 instantaneously
9409
9410 2006-01-09 [colin]      1.9.100cvs130
9411
9412         * src/addressbook.c
9413         * src/headerview.c
9414         * src/mainwindow.c
9415         * src/messageview.c
9416         * src/mimeview.c
9417         * src/noticeview.c
9418         * src/summaryview.c
9419                 Fix possible crashes on exit and in addressbook
9420
9421 2006-01-09 [paul]       1.9.100cvs129
9422
9423         * src/prefs_msg_colors.c
9424                 some cleanups that I forgot last time
9425
9426 2006-01-09 [paul]       1.9.100cvs128
9427
9428         * README
9429         * src/folderview.c
9430         * src/prefs_msg_colors.c
9431                 add previously hidden option, color_new, to
9432                 the gui
9433                 move the page to Display/
9434                 rework the gui
9435
9436 2006-01-09 [wwp]        1.9.100cvs127
9437
9438         * src/prefs_themes.c
9439                 made the prefs/display/themes layouts spacing less condensed
9440                 (and so they match other prefs/pages' look).
9441
9442 2006-01-09 [paul]       1.9.100cvs126
9443
9444         * src/compose.c
9445         * src/prefs_common.c
9446         * src/prefs_common.h
9447         * src/prefs_wrapping.c
9448                 remove 'wrap at send' option
9449
9450 2006-01-06 [colin]      1.9.100cvs125
9451
9452         * src/compose.c
9453                 Just make completely sure we don't insert "manual line breaks" 
9454                 when wrapping... 
9455
9456 2006-01-04 [paul]
9457
9458         * 2.0.0-rc3 released
9459
9460 2006-01-04 [paul]       1.9.100cvs124
9461
9462         * src/folderview.c
9463                 fix bug 882, 'quick scroll in folder list
9464                 displays wrong folder contents'
9465
9466 2006-01-04 [paul]       1.9.100cvs123
9467
9468         * src/plugins/pgpmime/pgpmime.c
9469                 better debug information when signing
9470                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9471
9472 2006-01-03 [colin]      1.9.100cvs122
9473
9474         * configure.ac
9475                 We need to recheck for gpgme 1.0.0 after checking
9476                 for 1.1.1, because if 1.1.1 isn't available, 
9477                 GPGME_LIBS and friends are blanked out by the 
9478                 second check.
9479
9480 2006-01-03 [colin]      1.9.100cvs121
9481
9482         * src/common/prefs.c
9483                 Windows unlink-before rename fix
9484         * src/plugins/pgpcore/sgpgme.c
9485                 Add support for PKA info if available
9486                 Both patches by Werner Koch
9487
9488 2006-01-03 [paul]       1.9.100cvs120
9489
9490         * src/messageview.c
9491                 fix bug 884, 'Send receipt' button visible in queue
9492                 Thanks to Colin
9493
9494 2006-01-02 [colin]      1.9.100cvs119
9495
9496         * src/compose.c
9497         * src/imap.c
9498                 Fix autosave on IMAP and more generally try to
9499                 return the correct ID on a newly added IMAP message
9500
9501 2006-01-02 [paul]       1.9.100cvs118
9502
9503         * manual/keyboard.xml
9504                 edited
9505
9506 2006-01-01 [paul]       1.9.100cvs117
9507
9508         * src/gtk/authors.h
9509                 alphabetical order
9510
9511 2005-12-30 [colin]      1.9.100cvs116
9512
9513         * manual/advanced.xml
9514                 Explain Pre/Post-processing differences.
9515
9516 2005-12-30 [colin]      1.9.100cvs115
9517
9518         * src/mh.c
9519                 Implement copy_msgs for a little optimization
9520         * src/imap.c
9521                 Finish yesterday's fix
9522
9523 2005-12-29 [colin]      1.9.100cvs114
9524
9525         * src/imap.c
9526                 Fix occasional failure in fetching a mail over
9527                 IMAP
9528
9529 2005-12-29 [colin]      1.9.100cvs113
9530
9531         * src/compose.c
9532                 Don't remove a draft when sending it, if it is 
9533                 locked.
9534
9535 2005-12-28 [colin]      1.9.100cvs112
9536
9537         * src/summaryview.c
9538                 Fix leak for real
9539
9540 2005-12-28 [wwp]        1.9.100cvs111
9541
9542         * doc/faq/.cvsignore
9543         * doc/faq/de/.cvsignore
9544         * doc/faq/en/.cvsignore
9545         * doc/faq/es/.cvsignore
9546         * doc/faq/fr/.cvsignore
9547         * doc/faq/it/.cvsignore
9548         * doc/manual/.cvsignore
9549         * doc/manual/de/.cvsignore
9550         * doc/manual/en/.cvsignore
9551         * doc/manual/es/.cvsignore
9552         * doc/manual/fr/.cvsignore
9553         * doc/manual/ja/.cvsignore
9554         * src/plugins/mathml_viewer/.cvsignore
9555                 rollback revival of those files (my bad, sorry for the noise).
9556
9557 2005-12-28 [wwp]        1.9.100cvs110
9558
9559         * src/compose.c
9560                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9561
9562 2005-12-28 [wwp]        1.9.100cvs109
9563
9564         * doc/faq/.cvsignore
9565         * doc/faq/de/.cvsignore
9566         * doc/faq/en/.cvsignore
9567         * doc/faq/es/.cvsignore
9568         * doc/faq/fr/.cvsignore
9569         * doc/faq/it/.cvsignore
9570         * doc/manual/.cvsignore
9571         * doc/manual/de/.cvsignore
9572         * doc/manual/en/.cvsignore
9573         * doc/manual/es/.cvsignore
9574         * doc/manual/fr/.cvsignore
9575         * doc/manual/ja/.cvsignore
9576         * src/plugins/mathml_viewer/.cvsignore
9577         * po/.cvsignore
9578                 more files to ignore.
9579
9580 2005-12-24 [colin]      1.9.100cvs108
9581
9582         * AUTHORS
9583         * src/gtk/authors.h
9584                 Update for Werner
9585
9586 2005-12-24 [colin]      1.9.100cvs107
9587
9588         * src/procmsg.c
9589                 Allow NULL src_msginfo in 
9590                 procmsg_msginfo_new_from_mimeinfo
9591
9592 2005-12-23 [paul]       1.9.100cvs106
9593
9594         * src/plugins/pgpinline/mypgpcore.def
9595                 add this forgotten file
9596
9597 2005-12-23 [colin]      1.9.100cvs105
9598
9599         * src/mainwindow.c
9600                 Fix missing break
9601
9602 2005-12-23 [colin]      1.9.100cvs104
9603
9604         * autogen.sh
9605         * src/folder.c
9606         * src/mh.c
9607         * src/common/plugin.c
9608         * src/common/socket.c
9609         * src/common/socket.h
9610         * src/common/utils.c
9611         * src/common/utils.h
9612         * src/gtk/pluginwindow.c
9613         * src/plugins/pgpcore/plugin.def
9614         * src/plugins/pgpcore/sylpheed.def
9615         * src/plugins/pgpinline/Makefile.am
9616         * src/plugins/pgpinline/plugin.def
9617         * src/plugins/pgpinline/sylpheed.def
9618         * src/plugins/pgpmime/plugin.def
9619         * src/plugins/pgpmime/sylpheed.def
9620                 Various w32 fixes by Werner Koch
9621
9622 2005-12-22 [paul]       1.9.100cvs103
9623
9624         * src/wizard.c
9625                 don't offer IMAP as 'server type' if
9626                 libetpan isn't built in
9627
9628 2005-12-22 [paul]       1.9.100cvs102
9629
9630         * AUTHORS
9631         * src/mainwindow.c
9632         * src/mainwindow.h
9633         * src/toolbar.c
9634         * src/gtk/authors.h
9635                 support GTK_TOOLBAR_BOTH_HORIZ (text
9636                 next to icon) Patch by Marien Zwart
9637                 marienz@users.sf.net
9638                 Also reword the text
9639
9640 2005-12-21 [colin]      1.9.100cvs101
9641
9642         * configure.ac
9643                 Fix DATADIRNAME
9644         * COPYING
9645                 Fix missing section and explicit the exception better
9646         * src/compose.c
9647                 Prevent mail from being lost without notice when an
9648                 SMTP error happens on trying to send an unmodified
9649                 drafted mail.
9650         * src/send_message.c
9651         * src/common/smtp.c
9652                 Fix password remembering when wrong, and add return
9653                 value checks where they should have been
9654         * src/plugins/pgpcore/sylpheed.def
9655         * src/plugins/pgpinline/sylpheed.def
9656         * src/plugins/pgpmime/sylpheed.def
9657                 Add a few symbols needed
9658
9659 2005-12-21 [paul]       1.9.100cvs100
9660
9661         * m4/codeset.m4
9662         * m4/glibc21.m4
9663         * m4/intdiv0.m4
9664         * m4/inttypes-pri.m4
9665         * m4/inttypes.m4
9666         * m4/inttypes_h.m4
9667         * m4/isc-posix.m4
9668         * m4/lcmessage.m4
9669         * m4/stdint_h.m4
9670         * m4/uintmax_t.m4
9671                 gettextization
9672                 thanks to Colin
9673
9674 2005-12-21 [paul]       1.9.100cvs99
9675
9676         * po/sv.po
9677                 fixed by Colin
9678
9679 2005-12-20 [paul]       1.9.100cvs98
9680
9681         * po/sv.po
9682                 updated by Anders Trobäck
9683
9684 2005-12-20 [colin]      1.9.100cvs97
9685
9686         * ABOUT-NLS
9687         * Makefile.am
9688         * autogen.sh
9689         * configure.ac
9690         * config/config.rpath
9691         * config/mkinstalldirs
9692         * m4/Makefile.am
9693         * m4/glibc2.m4
9694         * m4/gnupg.m4
9695         * m4/gpgme.m4
9696         * m4/intmax.m4
9697         * m4/longdouble.m4
9698         * m4/longlong.m4
9699         * m4/printf-posix.m4
9700         * m4/signed.m4
9701         * m4/size_max.m4
9702         * m4/ulonglong.m4
9703         * m4/wchar_t.m4
9704         * m4/wint_t.m4
9705         * m4/xsize.m4
9706         * po/Makefile.in.in
9707         * po/Makevars
9708         * po/bg.po
9709         * po/ca.po
9710         * po/cs.po
9711         * po/de.po
9712         * po/el.po
9713         * po/en_GB.po
9714         * po/es.po
9715         * po/fi.po
9716         * po/fr.po
9717         * po/hr.po
9718         * po/hu.po
9719         * po/it.po
9720         * po/ja.po
9721         * po/ko.po
9722         * po/nb.po
9723         * po/nl.po
9724         * po/pl.po
9725         * po/pt_BR.po
9726         * po/ru.po
9727         * po/sk.po
9728         * po/sr.po
9729         * po/stamp-po
9730         * po/sv.po
9731         * po/zh_CN.po
9732         * po/zh_TW.po
9733         * src/Makefile.am
9734         * src/codeconv.c
9735         * src/compose.c
9736         * src/exporthtml.c
9737         * src/exportldif.c
9738         * src/folder.c
9739         * src/main.c
9740         * src/manual.c
9741         * src/mh.c
9742         * src/mimeview.c
9743         * src/send_message.c
9744         * src/common/Makefile.am
9745         * src/common/fnmatch.c
9746         * src/common/fnmatch.h
9747         * src/common/fnmatch_loop.c
9748         * src/common/nntp.c
9749         * src/common/plugin.c
9750         * src/common/smtp.c
9751         * src/common/socket.c
9752         * src/common/string_match.c
9753         * src/common/sylpheed.c
9754         * src/common/utils.c
9755         * src/common/utils.h
9756         * src/common/w32_dirent.c
9757         * src/common/w32_reg.c
9758         * src/common/w32_signal.c
9759         * src/common/w32_stat.c
9760         * src/common/w32_stdio.c
9761         * src/common/w32_stdlib.c
9762         * src/common/w32_string.c
9763         * src/common/w32_time.c
9764         * src/common/w32_unistd.c
9765         * src/common/w32_wait.c
9766         * src/common/w32lib.h
9767         * src/etpan/Makefile.am
9768         * src/gtk/Makefile.am
9769         * src/plugins/clamav/Makefile.am
9770         * src/plugins/demo/Makefile.am
9771         * src/plugins/dillo_viewer/Makefile.am
9772         * src/plugins/pgpcore/Makefile.am
9773         * src/plugins/pgpcore/passphrase.c
9774         * src/plugins/pgpcore/plugin.def
9775         * src/plugins/pgpcore/sgpgme.c
9776         * src/plugins/pgpcore/sylpheed.def
9777         * src/plugins/pgpcore/version.rc
9778         * src/plugins/pgpinline/Makefile.am
9779         * src/plugins/pgpinline/plugin.def
9780         * src/plugins/pgpinline/sylpheed.def
9781         * src/plugins/pgpinline/version.rc
9782         * src/plugins/pgpmime/Makefile.am
9783         * src/plugins/pgpmime/mypgpcore.def
9784         * src/plugins/pgpmime/plugin.def
9785         * src/plugins/pgpmime/sylpheed.def
9786         * src/plugins/pgpmime/version.rc
9787         * src/plugins/spamassassin/Makefile.am
9788                 Very little ;-) patch from Werner Koch, providing
9789                 infrastructure for cross-compiling to Win32
9790
9791 2005-12-20 [paul]       1.9.100cvs96
9792
9793         * src/account.c
9794         * src/account.h
9795         * src/mainwindow.c
9796         * src/mainwindow.h
9797         * src/toolbar.c
9798         * src/toolbar.h
9799                 add a combo to the Get All button, allowing
9800                 quick retrieval from any account
9801                 Patch by Fabien Vantard, slightly modified
9802                 by Colin
9803         * src/gtk/about.c
9804                 i18n fix. Patch by Fabien Vantard
9805
9806 2005-12-19 [colin]      1.9.100cvs95
9807
9808         * src/compose.c
9809         * src/compose.h
9810                 Don't automatically join lines when they've 
9811                 been separated by the user and not automatically
9812
9813 2005-12-19 [paul]       1.9.100cvs94
9814
9815         * src/gtk/pluginwindow.c
9816                 i18n fix.
9817                 Patch by Fabien Vantard
9818
9819 2005-12-15 [paul]       1.9.100cvs93
9820
9821         * src/common/plugin.c
9822         * src/common/plugin.h
9823         * src/gtk/pluginwindow.c
9824         * src/plugins/clamav/clamav_plugin.c
9825         * src/plugins/demo/demo.c
9826         * src/plugins/dillo_viewer/dillo_viewer.c
9827         * src/plugins/pgpcore/plugin.c
9828         * src/plugins/pgpinline/plugin.c
9829         * src/plugins/pgpmime/plugin.c
9830         * src/plugins/spamassassin/spamassassin.c
9831         * src/plugins/trayicon/trayicon.c
9832                 add plugin_version()
9833
9834 2005-12-15 [colin]      1.9.100cvs92
9835
9836         * src/compose.c
9837                 Further fix bug #875
9838
9839 2005-12-15 [paul]       1.9.100cvs91
9840
9841         * src/gtk/filesel.c
9842                 fix attach_load_dir getting set to
9843                 PLUGINDIR on plugin load
9844
9845 2005-12-14 [mones]      1.9.100cvs90
9846
9847         * manual/ack.xml
9848         * manual/keyboard.xml
9849                 Initial draft and some shortcuts added
9850                 
9851         * po/es.po
9852                 Updated translation
9853
9854 2005-12-14 [colin]      1.9.100cvs89
9855
9856         * src/compose.c
9857         * src/imap.c
9858         * src/summaryview.c
9859         * src/gtk/gtkaspell.c
9860                 More leaks fixed
9861         * src/prefs_folder_item.c
9862                 Fix recursive prefs apply
9863
9864
9865 2005-12-14 [colin]      1.9.100cvs88
9866
9867         * src/compose.c
9868                 Fix bug #875 (Freeze On Inline Forward of 
9869                 Large Message)
9870
9871 2005-12-13 [colin]      1.9.100cvs87
9872
9873         * src/compose.c
9874                 Uniq-ify and sort the mimetypes list
9875                 Patch by Fabien Vantard
9876
9877 2005-12-13 [colin]      1.9.100cvs86
9878
9879         * src/imap.c
9880         * src/etpan/imap-thread.c
9881                 Fix leaks (patch by Hoa)
9882         * src/news.c
9883         * src/common/plugin.c
9884                 Fix leaks
9885
9886 2005-12-12 [colin]
9887
9888         * 2.0.0-rc2 released
9889
9890 2005-12-12 [colin]      1.9.100cvs85
9891
9892         * src/matcher.c
9893                 Fix a leak
9894
9895 2005-12-12 [wwp]        1.9.100cvs84
9896
9897         * src/gtk/icon_legend.c
9898                 fix misbehaviour and crash when closing the legend window
9899         using the Esc key (patch by Fabien Vantard).
9900
9901 2005-12-12 [paul]       1.9.100cvs83
9902
9903         * src/browseldap.c
9904         * src/foldersel.c
9905         * src/prefs_actions.c
9906         * src/prefs_filtering.c
9907         * src/prefs_matcher.c
9908         * src/prefs_spelling.glade      ** REMOVED **
9909         * src/prefs_template.c
9910         * src/gtk/foldersort.glade      ** REMOVED **
9911         * src/gtk/pluginwindow.c
9912         * src/gtk/pluginwindow.glade    ** REMOVED **
9913         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
9914                 cleanups
9915
9916 2005-12-11 [paul]       1.9.100cvs82
9917
9918         * src/gtk/filesel.c
9919                 fix attach_load_dir crasher (double free)
9920
9921 2005-12-09 [paul]       1.9.100cvs81
9922
9923         * po/POTFILES.in
9924         * src/mainwindow.c
9925         * src/gtk/Makefile.am
9926         * src/gtk/icon_legend.c
9927         * src/gtk/icon_legend.h
9928                 add icon legend
9929         * src/manual.c
9930                 cleanup
9931
9932 2005-12-09 [paul]       1.9.100cvs80
9933
9934         * src/plugins/pgpcore/passphrase.c
9935                 wrap the label in the dialog
9936
9937 2005-12-09 [colin]      1.9.100cvs79
9938
9939         * src/plugins/pgpcore/sgpgme.c
9940                 Display (untrusted) on not trusted signatures
9941                 Patch by Michal Èihaø <michal@cihar.com>
9942                 Closes bug #867 (Report also key trust)
9943
9944 2005-12-09 [colin]      1.9.100cvs78
9945
9946         * src/common/plugin.c
9947                 Update licence check, following Eben Moglen's advice
9948
9949 2005-12-08 [colin]      1.9.100cvs77
9950
9951         * src/folder.c
9952                 Fix the occasionnal item->cache != NULL 
9953                 assertion failure. 
9954
9955 2005-12-08 [colin]      1.9.100cvs76
9956
9957         * src/mimeview.c
9958         * src/plugins/pgpcore/sgpgme.c
9959                 Print key id when unable to check it
9960                 Closes bug #866 (Show key id when missing)
9961
9962 2005-12-08 [paul]       1.9.100cvs75
9963
9964         * src/prefs_common.c
9965         * src/prefs_common.h
9966         * src/gtk/filesel.c
9967                 remember load attachment dir
9968
9969 2005-12-07 [colin]      1.9.100cvs74
9970
9971         * src/prefs_toolbar.c
9972                 Gtk fixes, patch by Fabien Vantard
9973
9974 2005-12-07 [colin]      1.9.100cvs73
9975
9976         * src/action.c
9977         * src/compose.c
9978         * src/compose.h
9979                 Fix bug #839 (Quoted text isn't colored after 
9980                 executing an action)
9981         * src/common/plugin.c
9982                 Require plugins to declare their licence in plugin_licence()
9983                 Refuse to load non-GPL plugins as they'd be illegal (as 
9984                 derived works of Sylpheed-Claws, they must be GPL).
9985         * src/plugins/clamav/clamav_plugin.c
9986         * src/plugins/demo/demo.c
9987         * src/plugins/dillo_viewer/dillo_viewer.c
9988         * src/plugins/pgpcore/plugin.c
9989         * src/plugins/pgpinline/plugin.c
9990         * src/plugins/pgpmime/plugin.c
9991         * src/plugins/spamassassin/spamassassin.c
9992         * src/plugins/trayicon/trayicon.c
9993                 Add plugin_licence()
9994
9995 2005-12-07 [paul]       1.9.100cvs72
9996
9997         * configure.ac
9998         * src/mainwindow.c
9999         * src/manual.c
10000         * src/manual.h
10001         * src/common/defs.h
10002                 clean up after local FAQ removal and
10003                 temporary manual removal
10004
10005 2005-12-06 [colin]      1.9.100cvs71
10006
10007         * configure.ac
10008         * doc/Makefile.am
10009         * doc/faq/.cvsignore
10010         * doc/faq/Makefile.am
10011         * doc/faq/de/.cvsignore
10012         * doc/faq/de/Makefile.am
10013         * doc/faq/de/sylpheed-faq-1.html
10014         * doc/faq/de/sylpheed-faq-2.html
10015         * doc/faq/de/sylpheed-faq-3.html
10016         * doc/faq/de/sylpheed-faq.html
10017         * doc/faq/en/.cvsignore
10018         * doc/faq/en/Makefile.am
10019         * doc/faq/en/sylpheed-faq-1.html
10020         * doc/faq/en/sylpheed-faq-2.html
10021         * doc/faq/en/sylpheed-faq-3.html
10022         * doc/faq/en/sylpheed-faq-4.html
10023         * doc/faq/en/sylpheed-faq.html
10024         * doc/faq/es/.cvsignore
10025         * doc/faq/es/Makefile.am
10026         * doc/faq/es/sylpheed-faq-1.html
10027         * doc/faq/es/sylpheed-faq-2.html
10028         * doc/faq/es/sylpheed-faq-3.html
10029         * doc/faq/es/sylpheed-faq-4.html
10030         * doc/faq/es/sylpheed-faq.html
10031         * doc/faq/fr/.cvsignore
10032         * doc/faq/fr/Makefile.am
10033         * doc/faq/fr/sylpheed-faq-1.html
10034         * doc/faq/fr/sylpheed-faq-2.html
10035         * doc/faq/fr/sylpheed-faq-3.html
10036         * doc/faq/fr/sylpheed-faq.html
10037         * doc/faq/it/.cvsignore
10038         * doc/faq/it/Makefile.am
10039         * doc/faq/it/sylpheed-faq-1.html
10040         * doc/faq/it/sylpheed-faq-2.html
10041         * doc/faq/it/sylpheed-faq-3.html
10042         * doc/faq/it/sylpheed-faq.html
10043         * doc/manual/.cvsignore
10044         * doc/manual/Makefile.am
10045         * doc/manual/de/.cvsignore
10046         * doc/manual/de/Makefile.am
10047         * doc/manual/de/sylpheed-1.html
10048         * doc/manual/de/sylpheed-10.html
10049         * doc/manual/de/sylpheed-11.html
10050         * doc/manual/de/sylpheed-12.html
10051         * doc/manual/de/sylpheed-13.html
10052         * doc/manual/de/sylpheed-14.html
10053         * doc/manual/de/sylpheed-15.html
10054         * doc/manual/de/sylpheed-16.html
10055         * doc/manual/de/sylpheed-17.html
10056         * doc/manual/de/sylpheed-18.html
10057         * doc/manual/de/sylpheed-19.html
10058         * doc/manual/de/sylpheed-2.html
10059         * doc/manual/de/sylpheed-20.html
10060         * doc/manual/de/sylpheed-3.html
10061         * doc/manual/de/sylpheed-4.html
10062         * doc/manual/de/sylpheed-5.html
10063         * doc/manual/de/sylpheed-6.html
10064         * doc/manual/de/sylpheed-7.html
10065         * doc/manual/de/sylpheed-8.html
10066         * doc/manual/de/sylpheed-9.html
10067         * doc/manual/de/sylpheed.html
10068         * doc/manual/en/.cvsignore
10069         * doc/manual/en/Makefile.am
10070         * doc/manual/en/sylpheed-1.html
10071         * doc/manual/en/sylpheed-10.html
10072         * doc/manual/en/sylpheed-11.html
10073         * doc/manual/en/sylpheed-12.html
10074         * doc/manual/en/sylpheed-13.html
10075         * doc/manual/en/sylpheed-14.html
10076         * doc/manual/en/sylpheed-15.html
10077         * doc/manual/en/sylpheed-16.html
10078         * doc/manual/en/sylpheed-17.html
10079         * doc/manual/en/sylpheed-18.html
10080         * doc/manual/en/sylpheed-19.html
10081         * doc/manual/en/sylpheed-2.html
10082         * doc/manual/en/sylpheed-20.html
10083         * doc/manual/en/sylpheed-21.html
10084         * doc/manual/en/sylpheed-22.html
10085         * doc/manual/en/sylpheed-3.html
10086         * doc/manual/en/sylpheed-4.html
10087         * doc/manual/en/sylpheed-5.html
10088         * doc/manual/en/sylpheed-6.html
10089         * doc/manual/en/sylpheed-7.html
10090         * doc/manual/en/sylpheed-8.html
10091         * doc/manual/en/sylpheed-9.html
10092         * doc/manual/en/sylpheed.html
10093         * doc/manual/es/.cvsignore
10094         * doc/manual/es/Makefile.am
10095         * doc/manual/es/sylpheed-1.html
10096         * doc/manual/es/sylpheed-10.html
10097         * doc/manual/es/sylpheed-11.html
10098         * doc/manual/es/sylpheed-12.html
10099         * doc/manual/es/sylpheed-13.html
10100         * doc/manual/es/sylpheed-14.html
10101         * doc/manual/es/sylpheed-15.html
10102         * doc/manual/es/sylpheed-16.html
10103         * doc/manual/es/sylpheed-17.html
10104         * doc/manual/es/sylpheed-18.html
10105         * doc/manual/es/sylpheed-19.html
10106         * doc/manual/es/sylpheed-2.html
10107         * doc/manual/es/sylpheed-20.html
10108         * doc/manual/es/sylpheed-3.html
10109         * doc/manual/es/sylpheed-4.html
10110         * doc/manual/es/sylpheed-5.html
10111         * doc/manual/es/sylpheed-6.html
10112         * doc/manual/es/sylpheed-7.html
10113         * doc/manual/es/sylpheed-8.html
10114         * doc/manual/es/sylpheed-9.html
10115         * doc/manual/es/sylpheed.html
10116         * doc/manual/fr/.cvsignore
10117         * doc/manual/fr/Makefile.am
10118         * doc/manual/fr/sylpheed-1.html
10119         * doc/manual/fr/sylpheed-10.html
10120         * doc/manual/fr/sylpheed-11.html
10121         * doc/manual/fr/sylpheed-12.html
10122         * doc/manual/fr/sylpheed-13.html
10123         * doc/manual/fr/sylpheed-14.html
10124         * doc/manual/fr/sylpheed-15.html
10125         * doc/manual/fr/sylpheed-16.html
10126         * doc/manual/fr/sylpheed-17.html
10127         * doc/manual/fr/sylpheed-18.html
10128         * doc/manual/fr/sylpheed-19.html
10129         * doc/manual/fr/sylpheed-2.html
10130         * doc/manual/fr/sylpheed-20.html
10131         * doc/manual/fr/sylpheed-3.html
10132         * doc/manual/fr/sylpheed-4.html
10133         * doc/manual/fr/sylpheed-5.html
10134         * doc/manual/fr/sylpheed-6.html
10135         * doc/manual/fr/sylpheed-7.html
10136         * doc/manual/fr/sylpheed-8.html
10137         * doc/manual/fr/sylpheed-9.html
10138         * doc/manual/fr/sylpheed.html
10139         * doc/manual/ja/.cvsignore
10140         * doc/manual/ja/Makefile.am
10141         * doc/manual/ja/sylpheed-1.html
10142         * doc/manual/ja/sylpheed-10.html
10143         * doc/manual/ja/sylpheed-11.html
10144         * doc/manual/ja/sylpheed-12.html
10145         * doc/manual/ja/sylpheed-13.html
10146         * doc/manual/ja/sylpheed-14.html
10147         * doc/manual/ja/sylpheed-15.html
10148         * doc/manual/ja/sylpheed-16.html
10149         * doc/manual/ja/sylpheed-17.html
10150         * doc/manual/ja/sylpheed-18.html
10151         * doc/manual/ja/sylpheed-19.html
10152         * doc/manual/ja/sylpheed-2.html
10153         * doc/manual/ja/sylpheed-20.html
10154         * doc/manual/ja/sylpheed-3.html
10155         * doc/manual/ja/sylpheed-4.html
10156         * doc/manual/ja/sylpheed-5.html
10157         * doc/manual/ja/sylpheed-6.html
10158         * doc/manual/ja/sylpheed-7.html
10159         * doc/manual/ja/sylpheed-8.html
10160         * doc/manual/ja/sylpheed-9.html
10161         * doc/manual/ja/sylpheed.html
10162         * doc/manual/ja/sylpheed.sgml
10163         * src/mainwindow.c
10164                 Remove outdated manual and faq. Noisy, eh?
10165
10166 2005-12-06 [colin]      1.9.100cvs70
10167
10168         * src/compose.c
10169         * src/quote_fmt_parse.y
10170         * src/undo.c
10171         * src/undo.h
10172                 Allow %X to position cursor at 0 
10173                 (no %X = before signature)
10174                 Fix paste as quotation putting the cursor at 0
10175                 Fix undo offsets when pasting
10176                 Insert the quote_fmt at once instead of line 
10177                 by line
10178                 Fix [Edited] when starting to reply/forward
10179
10180 2005-12-06 [paul]       1.9.100cvs69
10181
10182         * src/plugins/clamav/clamav_plugin_gtk.c
10183                 add another tooltip
10184         * src/plugins/spamassassin/spamassassin_gtk.c
10185                 rework spamassassin_create_widget_func()
10186
10187 2005-12-05 [colin]      1.9.100cvs68
10188
10189         * po/POTFILES.in
10190                 Fix make release ;-)
10191
10192 2005-12-05 [colin]      1.9.100cvs67
10193
10194         * src/compose.c
10195         * src/compose.h
10196                 Fix cursor positioning (not obeying %X)
10197
10198 2005-12-05 [paul]       1.9.100cvs66
10199
10200         * src/plugins/dillo_viewer/dillo_prefs.c
10201                 fix compilation warning
10202
10203 2005-12-05 [paul]       1.9.100cvs65
10204
10205         * src/prefs_spelling.c
10206         * src/plugins/trayicon/trayicon.c
10207                 cleanups - remove unused stuff
10208
10209 2005-12-05 [paul]       1.9.100cvs64
10210
10211         * README
10212         * manual/plugins.xml
10213                 remove info about removed mathml_viewer plugin
10214
10215 2005-12-05 [paul]       1.9.100cvs63
10216
10217         * configure.ac
10218         * src/plugins/Makefile.am
10219         * src/plugins/mathml_viewer/.cvsignore
10220         * src/plugins/mathml_viewer/Makefile.am
10221         * src/plugins/mathml_viewer/mathml_viewer.c
10222                 remove unmaintained mathml_viewer plugin
10223
10224 2005-12-05 [paul]       1.9.100cvs62
10225
10226         * src/summaryview.c
10227                 obey prefs_common.always_show_msg when
10228                 moving a msg
10229                 Thanks to Colin
10230
10231 2005-12-05 [paul]       1.9.100cvs61
10232
10233         * src/compose.c
10234         * src/prefs_account.c
10235         * src/prefs_filtering.c
10236         * src/prefs_quote.c
10237         * src/prefs_spelling.c
10238         * src/prefs_toolbar.c
10239         * src/summaryview.c
10240         * src/gtk/gtkutils.c
10241         * src/gtk/quicksearch.c
10242         * src/plugins/dillo_viewer/dillo_prefs.c
10243                 dialog cleanups
10244
10245 2005-12-04 [paul]       1.9.100cvs60
10246
10247         * src/inc.c
10248         * src/prefs_account.c
10249         * src/prefs_account.h
10250                 allow a Local account to specify a
10251                 default inbox
10252                 (closes bug 843 'Inbox cannot be changed for local
10253                  mailboxes')
10254
10255 2005-12-04 [colin]      1.9.100cvs59
10256
10257         * src/plugins/trayicon/trayicon.c
10258                 Remove Get, rename Get All to Get Mail in order to
10259                 be consistent with the default main toolbar
10260
10261 2005-12-03 [colin]      1.9.100cvs58
10262
10263         * manual/gpl.xml
10264         * manual/sylpheed-claws-manual.xml
10265                 Add GPL appendix
10266
10267 2005-12-03 [paul]       1.9.100cvs57
10268
10269         * AUTHORS
10270         * po/sv.po
10271         * src/gtk/authors.h
10272                 new (partially complete) Swedish translation
10273                 by Anders Troback <sylpheed@troback.com>
10274
10275 2005-12-02 [paul]       1.9.100cvs56
10276
10277         * configure.ac
10278                 libetpan 0.41 required
10279
10280 2005-12-02 [paul]       1.9.100cvs55
10281
10282         * src/plugins/clamav/clamav_plugin.c
10283         * src/plugins/clamav/clamav_plugin.h
10284         * src/plugins/clamav/clamav_plugin_gtk.c
10285         * src/plugins/spamassassin/spamassassin.c
10286         * src/plugins/spamassassin/spamassassin.h
10287         * src/plugins/spamassassin/spamassassin_gtk.c
10288                 unregister prefs pages on unloading, thus
10289                 preventing a crash
10290                 (thanks to Colin for the hint)
10291
10292 2005-12-02 [wwp]        1.9.100cvs54
10293
10294         * src/quote_fmt.h
10295         * src/quote_fmt_parse.y
10296                 fix misuse of gboolean*, use gboolean instead
10297                 (thanks to Paul, Colin, for pointing out that scaring one)
10298
10299 2005-12-02 [paul]       1.9.100cvs53
10300
10301         * src/plugins/clamav/clamav_plugin.c
10302                 int no --> unsigned int no
10303         * src/plugins/clamav/clamav_plugin_gtk.c
10304                 rework config page
10305
10306 2005-12-02 [wwp]        1.9.100cvs52
10307
10308         * src/compose.c
10309         * src/prefs_template.c
10310         * src/quote_fmt.h
10311         * src/quote_fmt_parse.y
10312                 prevent from executing |f and |p templates commands when
10313                 adding or replacing templates in prefs (avoids annoying and
10314                 potentially dangerous behaviours)
10315
10316 2005-12-02 [paul]       1.9.100cvs51
10317
10318         * src/prefs_common.c
10319                 allow translation of some default values
10320                 Patch by Fabien Vantard
10321
10322 2005-12-02 [paul]       1.9.100cvs50
10323
10324         * src/codeconv.c
10325         * src/codeconv.h
10326         * src/prefs_common.c
10327         * src/prefs_common.h
10328         * src/prefs_message.c
10329         * src/textview.c
10330                 remove obsolete 'convert_mb_alnum' option
10331                 and related stuff
10332         * src/gtk/about.c
10333                 remove unused 'about_textview_visibility_notify'
10334
10335 2005-12-02 [paul]       1.9.100cvs49
10336
10337         * src/prefs_account.c
10338         * src/prefs_compose_writing.c
10339         * src/prefs_fonts.c
10340         * src/prefs_gtk.h
10341         * src/prefs_image_viewer.c
10342         * src/prefs_message.c
10343         * src/prefs_other.c
10344         * src/prefs_receive.c
10345         * src/prefs_send.c
10346         * src/prefs_spelling.c
10347         * src/prefs_summaries.c
10348         * src/prefs_wrapping.c
10349         * src/plugins/dillo_viewer/dillo_prefs.c
10350         * src/plugins/pgpcore/prefs_gpg.c
10351                 several cleanups to the prefs dialogs
10352                 (slightly modified) patch by Fabien Vantard
10353
10354 2005-12-02 [paul]       1.9.100cvs48
10355
10356         * src/main.c
10357                 --exit means exit
10358         * src/send_message.c
10359                 fix crash on send when connection fails
10360
10361         Thanks to Colin
10362
10363 2005-12-01 [colin]      1.9.100cvs47
10364
10365         * src/html.c
10366                 Translate &hellip; to "..."
10367
10368 2005-11-30 [colin]      1.9.100cvs46
10369
10370         * src/matcher.c
10371         * src/matcher.h
10372                 Optimize back yesterday's fix.
10373
10374 2005-11-30 [paul]       1.9.100cvs45
10375
10376         * manual/faq.xml
10377                 standardised
10378         * manual/intro.xml
10379                 written by Colin, edited by me
10380
10381 2005-11-29 [colin]      1.9.100cvs44
10382
10383         * src/matcher.c
10384                 Skip headers unconditionnaly in match_body if the
10385                 rule is not message or ~message
10386
10387 2005-11-29 [colin]      1.9.100cvs43
10388
10389         * src/matcher.c
10390                 Fix body_part and such, not skipping headers 
10391                 if the matchcriteria wasn't the first in the rule
10392
10393 2005-11-29 [colin]      1.9.100cvs42
10394
10395         * src/compose.c
10396                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10397                 option missing from message view window)
10398                 Fix double text D'n'D with gtk-2.8
10399         * src/matcher.c
10400                 Fix ~message, ~headers_part, ~body_part rules
10401         * src/messageview.c
10402                 Add Windows-1252 (Closes bug #863)
10403                 Fix accels
10404         * src/gtk/gtkaspell.c
10405                 Properly destroy accels in all menus
10406
10407 2005-11-29 [mones]      1.9.100cvs41
10408
10409         * po/es.po
10410                 Updated.
10411
10412 2005-11-27 [colin]      1.9.100cvs40
10413
10414         * src/mh_gtk.c
10415                 "/Remove mailbox" -> "/Remove mailbox..."
10416
10417 2005-11-27 [paul]       1.9.100cvs39
10418
10419         * AUTHORS
10420         * po/de.po
10421         * src/gtk/authors.h
10422                 updated by new maintainer, Stephan Sachse
10423
10424 2005-11-27 [paul]       1.9.100cvs38
10425
10426         * manual/faq.xml
10427                 written by Colin, edited by me
10428
10429 2005-11-27 [paul]       1.9.100cvs37
10430
10431         * src/prefs_common.c
10432         * src/prefs_common.h
10433         * src/prefs_receive.c
10434         * src/prefs_summaries.c
10435                 move 'go to inbox after receiving new mail'
10436                 option from display/sumamaries to mail
10437                 handling/receive, and rework prefs_summaries
10438                 dialog a little
10439
10440 2005-11-25 [martin]     1.9.100cvs36
10441
10442         * po/de.po
10443             fixed windows-1252 translation;
10444             translated some new and fuzzy strings
10445
10446 2005-11-25 [paul]       1.9.100cvs35
10447
10448         * src/plugins/clamav/clamav_plugin.c
10449                 complete the update done in cvs34
10450
10451 2005-11-25 [paul]       1.9.100cvs34
10452
10453         * src/plugins/clamav/clamav_plugin.c
10454                 reflect upstream changes
10455
10456 2005-11-25 [paul]       1.9.100cvs33
10457
10458         * manual/ack.xml
10459         * manual/plugins.xml
10460         * manual/sylpheed-claws-manual.xml
10461                 written/updated by Colin, edited by me
10462         * tools/acroread2sylpheed.pl
10463                 update binary name
10464
10465 2005-11-24 [colin]      1.9.100cvs32
10466
10467         * src/compose.c
10468                 Fix bug #856 (reediting messages forgets Request
10469                 Return Receipt)
10470
10471 2005-11-24 [paul]       1.9.100cvs31
10472
10473         * manual/addrbook.xml
10474         * manual/starting.xml
10475                 written by Colin, proofread, edited, adapted by me
10476         * manual/advanced.xml
10477                 add some Actions examples
10478         * src/importldif.c
10479                 use a Save button instead of a Close button
10480         * src/wizard.c
10481                 indicate mandatory fields
10482                 fix page display
10483                 Thanks to Colin
10484
10485 2005-11-23 [colin]      1.9.100cvs30
10486
10487         * src/addressbook.c
10488                 Rename menu item, fix possible crash after
10489                 deletion of books
10490         * src/addrindex.c
10491                 Allow searching for '*' in ldap
10492         * src/browseldap.c
10493                 Fix "Browse Entry" (did anyone use it?)
10494         * src/wizard.c
10495                 Add guards for mandatory information
10496
10497 2005-11-23 [paul]       1.9.100cvs29
10498
10499         * manual/advanced.xml
10500                 corrections to the English
10501
10502 2005-11-23 [colin]      1.9.100cvs28
10503
10504         * src/mimeview.c
10505                 Fix possible crash at exit. After the call to
10506                 gtk_container_remove(), the Viewer's widget has no
10507                 more parent so gtk+ automatically frees it and its
10508                 sons. If destroy_viewer() then try to access it,
10509                 problems ensue.
10510
10511 2005-11-22 [colin]      1.9.100cvs27
10512
10513         * src/compose.c
10514         * src/gtk/gtkaspell.c
10515                 Fix right-clicking on a misspelled word
10516                 Fix More... in suggestions menu
10517
10518 2005-11-22 [wwp]        1.9.100cvs26
10519
10520         * src/prefs_template.c
10521                 templates works: re-sort templates list when adding or replacing,
10522                 prevent from adding or replacing when the template name is empty
10523
10524 2005-11-21 [colin]      1.9.100cvs25
10525
10526         * src/addressbook.c
10527                 Fix some addressbook suckage (dnd, select all)
10528         * src/compose.c
10529         * src/gtk/gtkaspell.c
10530         * src/gtk/gtkaspell.h
10531                 Make the spellchecker menu work with the 
10532                 GtkTextView one instead of overriding it
10533
10534 2005-11-20 [paul]       1.9.100cvs24
10535
10536         * manual/handling.xml
10537                 proofread and corrected
10538
10539 2005-11-20 [paul]       1.9.100cvs23
10540
10541         * manual/Makefile
10542                 generate html as one file
10543         * manual/advanced.xml
10544                 fix output generation
10545                 reformat hidden options list
10546         * manual/manual.xml     ** REMOVED **
10547         * manual/sylpheed-claws-manual.xml      ** ADDED **
10548                 renamed
10549
10550 2005-11-18 [colin]      1.9.100cvs22
10551
10552         * src/prefs_account.c
10553                 Fix layout in news and mbox accounts
10554         * manual/account.xml
10555         * manual/advanced.xml
10556                 New contents for Paul to check :)
10557
10558 2005-11-18 [wwp]        1.9.100cvs21
10559
10560         * src/gtk/quicksearch.c
10561                 don't update extended quicksearch buttons twice
10562
10563 2005-11-18 [paul]       1.9.100cvs20
10564
10565         * src/textview.c
10566                 complete 1.9.100cvs19
10567
10568 2005-11-18 [paul]       1.9.100cvs19
10569
10570         * src/compose.c
10571                 cosmetic improvements
10572         * src/textview.c
10573                 also list text/* attachments
10574
10575 2005-11-18 [colin]      1.9.100cvs18
10576
10577         * src/summaryview.c
10578                 Use column 0 instead of -1 in 
10579                 gtk_ctree_node_moveto, in a naive
10580                 hope it'll fix the gtk-related crashes
10581
10582 2005-11-18 [colin]      1.9.100cvs17
10583
10584         * src/gtk/inputdialog.c
10585                 Fix icon staying the first one
10586
10587 2005-11-17 [wwp]        1.9.100cvs16
10588                 fix possible problem showing some quicksearch buttons, and a bad
10589                 call to g_return_if_fail in a function that returns a value (both
10590                 fixes by Fabien Vantard)
10591
10592 2005-11-15 [wwp]        1.9.100cvs15
10593
10594         * src/gtk/quicksearch.c
10595                 added a tooltip to that obscure ... quicksearch button
10596
10597 2005-11-15 [wwp]        1.9.100cvs14
10598
10599         * src/gtk/quicksearch.c
10600                 add a quicksearch helper to filtering expression users: the ... button
10601                 raises the condition expr window. condition expressions set up w/ this
10602                 window are used by the quicksearch if the user closes it pressing OK.
10603
10604 2005-11-14 [paul]       1.9.100cvs13
10605
10606         * src/plugins/clamav/clamav_plugin.c
10607         * src/plugins/spamassassin/spamassassin.c
10608                 change plugin type following recent merging
10609
10610 2005-11-14 [wwp]        1.9.100cvs12
10611
10612         * src/folder.c
10613                 prevent from crashing when copying/moving message(s) from and
10614                 to the same folder
10615
10616 2005-11-14 [paul]       1.9.100cvs11
10617
10618         * src/plugins/clamav/Makefile.am
10619         * src/plugins/clamav/clamav_plugin.c
10620         * src/plugins/clamav/clamav_plugin.h
10621         * src/plugins/clamav/clamav_plugin_gtk.c
10622                 also merge clamav and clamav_gtk plugins
10623
10624 2005-11-13 [colin]      1.9.100cvs10
10625
10626         * configure.ac
10627         * src/plugins/spamassassin/Makefile.am
10628         * src/plugins/spamassassin/spamassassin.c
10629         * src/plugins/spamassassin/spamassassin.h
10630         * src/plugins/spamassassin/spamassassin_gtk.c
10631                 Merge spamassassin and spamassassin_gtk plugins,
10632                 and build it by default.
10633
10634 2005-11-12 [colin]      1.9.100cvs9
10635
10636         * src/etpan/imap-thread.c
10637                 Fix gcc warning
10638
10639 2005-11-12 [colin]      1.9.100cvs8
10640
10641         * src/procmime.c
10642                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10643
10644 2005-11-10 [colin]      1.9.100cvs7
10645
10646         * src/main.c
10647                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10648                 minimised state)
10649
10650 2005-11-10 [wwp]        1.9.100cvs6
10651
10652         * src/gtk/description_window.c
10653                 fix a crash when closing description windows using the WM's [X] button
10654
10655 2005-11-09 [colin]      1.9.100cvs5
10656
10657         * src/common/ssl.c
10658                 Update libetpan call to follow upstream
10659                 (yes, this requires libetpan-0.40cvs3)
10660
10661 2005-11-08 [colin]      1.9.100cvs4
10662
10663         * src/compose.c
10664         * src/textview.c
10665         * src/common/utils.c
10666         * src/common/utils.h
10667                 Enhance the email parser
10668
10669 2005-11-08 [colin]      1.9.100cvs3
10670
10671         * src/procmime.c
10672                 Fix what looks like an off-by-one (fixes 
10673                 attachments from the Bat)
10674
10675 2005-11-08 [wwp]        1.9.100cvs2
10676
10677         * src/main.c
10678                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10679
10680 2005-11-08 [wwp]        1.9.100cvs1
10681
10682         * src/main.c
10683                 allow exiting Sylpheed-Claws from command-line
10684
10685 2005-11-08 [paul]       1.9.100
10686
10687         1.9.100 released
10688
10689 2005-11-07 [colin]      1.9.99cvs17
10690
10691         * src/addritem.c
10692         * src/ldif.c
10693                 Fix import of base-64 encoded items
10694
10695 2005-11-07 [colin]      1.9.99cvs16
10696
10697         * src/send_message.c
10698                 Fix bug #314 (Queue does not empty under certain 
10699                 circumstances)
10700
10701 2005-11-07 [paul]       1.9.99cvs15
10702
10703         * src/mutt.c
10704         * src/pine.c
10705                 fix buffer overflows
10706                 Thanks to Colin
10707
10708 2005-11-07 [paul]       1.9.99cvs14
10709
10710         * doc/man/Makefile.am
10711         * doc/man/sylpheed-claws.1      ** ADDED **
10712         * doc/man/sylpheed.1            ** DELETED **
10713                 rename and update the man file
10714
10715 2005-11-06 [colin]      1.9.99cvs13
10716
10717         * src/ldif.c
10718                 Fix ldif_get_line() that returned empty strings
10719                 (Didn't understand why). Also fix a possible
10720                 buffer overflow.
10721
10722 2005-11-06 [wwp]        1.9.99cvs12
10723
10724         * src/textview.c
10725         * src/gtk/about.c
10726         * src/gtk/gtkutils.c
10727         * src/gtk/gtkutils.h
10728                 fix a compilation warning,
10729                 make links sensitive in the about dialog
10730
10731 2005-11-04 [wwp]        1.9.99cvs11
10732
10733         * src/gtk/about.c
10734                 don't wrap or translate URIs, and a bit text format cleanup
10735
10736 2005-11-04 [wwp]        1.9.99cvs10
10737
10738         * src/gtk/about.c
10739                 better textview tagging implementation (no more use of marks for
10740                 postponed tagging)
10741
10742 2005-11-02 [colin]      1.9.99cvs9
10743
10744         * src/common/ssl.c
10745                 Forgot an ifdef
10746
10747 2005-11-02 [colin]      1.9.99cvs8
10748
10749         * configure.ac
10750                 Require libetpan-0.40 due to upstream fix
10751         * src/common/ssl.c
10752                 Tell libetpan not to call SSL_Library_Init,
10753                 as we do it ourselves.
10754
10755 2005-11-02 [colin]      1.9.99cvs7
10756
10757         * po/POTFILES.in
10758                 Add missing files (thanks to Fabien Vantard)
10759
10760 2005-11-02 [colin]      1.9.99cvs6
10761
10762         * src/summaryview.c
10763                 Fix totals when read messages are hidden or quicksearch
10764                 is on
10765         * src/ssl_manager.c
10766         * src/ssl_manager.h
10767         * src/common/ssl_certificate.c
10768         * src/common/ssl_certificate.h
10769         * src/gtk/sslcertwindow.c
10770         * src/gtk/sslcertwindow.h
10771                 Fix copyright on my stuff
10772
10773 2005-11-02 [wwp]        1.9.99cvs5
10774
10775         * src/prefs_themes.c
10776                 fix directory name checking (theme installation/removal),
10777                 made related error a bit more verbose
10778
10779 2005-11-02 [colin]      1.9.99cvs4
10780
10781         * src/summaryview.c
10782                 Fix typo (probably fixes bug #841 (Sort by the From 
10783                 field doesn't work)
10784
10785 2005-11-02 [paul]       1.9.99cvs3
10786
10787         * po/ko.po
10788         * po/nb.po
10789                 updated by SungHyun Nam, Geir Helland
10790         * src/wizard.c
10791                 fix typo in welcome message. spotted by
10792                 Andrea Spadaccini
10793
10794 2005-11-01 [colin]      1.9.99cvs2
10795
10796         * src/compose.c
10797                 Fix replying to ml wen confirming subscription
10798         * src/messageview.c
10799         * src/mimeview.c
10800         * src/mimeview.h
10801         * src/privacy.h
10802         * src/summaryview.c
10803                 Make key check non blocking
10804
10805 2005-10-31 [paul]       1.9.99cvs1
10806
10807         * tools/claws.i18n.status.pl
10808                 updated for ChangeLog
10809
10810 2005-10-31 [paul]       1.9.99
10811
10812         1.9.99 released
10813
10814 2005-10-31 [paul]       1.9.15cvs131
10815
10816         * .cvsignore
10817         * ChangeLog
10818         * ChangeLog.claws       ** REMOVED **
10819         * ChangeLog-gtk2.claws  ** REMOVED **
10820         * ChangeLog.gtk1        ** ADDED **
10821         * INSTALL
10822         * Makefile.am
10823         * NEWS
10824         * README
10825         * README.claws          ** REMOVED **
10826         * README.jp             ** REMOVED **
10827         * RELEASE_NOTES         ** ADDED **
10828         * RELEASE_NOTES.claws   ** REMOVED **
10829         * commitHelper
10830         * configure.ac
10831         * sylpheed.spec.in      ** REMOVED **
10832                 tidy up and update the default docs:
10833                 ChangeLog.claws is renamed ChangeLog.gtk1
10834                 ChangeLog-gtk2.claws is renamed ChangeLog
10835                 README.claws is renamed README
10836                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10837
10838 2005-10-31 [paul]       1.9.15cvs130
10839
10840         * po/it.po
10841                 fix errors
10842
10843 2005-10-31 [paul]       1.9.15cvs129
10844
10845         * po/ca.po
10846         * po/de.po
10847         * po/en_GB.po
10848         * po/fr.po
10849         * po/it.po
10850         * po/pt_BR.po
10851         * po/sk.po
10852         * po/sr.po
10853         * po/zh_CN.po
10854                 updated by Miquel Oliete, Stephan Sachse and
10855                 Thomas Gilgin, me, Fabien Vantard, Andrea
10856                 Spadaccini, Frederico Goncalves Guimaraes,
10857                 Andrej Kacian, Aleksandar Urosevic, and
10858                 Ralgh Young.
10859
10860 2005-10-31 [mones]      1.9.15cvs128
10861
10862         * manual/faq.xml
10863                 More questions.
10864         
10865         * po/es.po
10866                 Updated for release.
10867
10868 2005-10-30 [colin]      1.9.15cvs127
10869
10870         * src/compose.c
10871                 Place cursor before rewrapping (fixes cursor
10872                 pos if quotation gets rewrapped)
10873
10874 2005-10-29 [paul]       1.9.15cvs126
10875
10876         * src/crash.c
10877         * src/foldersel.c
10878         * src/main.c
10879         * src/messageview.c
10880         * src/toolbar.c
10881         * src/gtk/authors.h
10882                 corrections to text items
10883
10884 2005-10-28 [colin]      1.9.15cvs125
10885
10886         * src/messageview.c
10887                 Make "hit 'C' to check sig" work from extern 
10888                 messageviews
10889
10890 2005-10-27 [colin]      1.9.15cvs124
10891
10892         * src/summaryview.c
10893                 Add a hack to avoid segfaulting when hammering 
10894                 on gtk's events
10895
10896 2005-10-27 [wwp]        1.9.15cvs123
10897
10898         * src/prefs_themes.c
10899                 sort list of themes names in themes prefs
10900
10901 2005-10-27 [paul]       1.9.15cvs122
10902
10903         * src/folder.c
10904         * src/prefs_account.c
10905                 fix building on Solaris
10906                 Patch by Alex Moore
10907
10908 2005-10-27 [wwp]        1.9.15cvs121
10909
10910         * src/summaryview.c
10911         * src/gtk/gtksctree.c
10912                 speed up unselecting messages in summary view (thanks to Colin)
10913
10914 2005-10-27 [paul]       1.9.15cvs120
10915
10916         * src/mainwindow.c
10917                 fix a compilation warning
10918         * src/summaryview.c
10919                 fix updating of 'n items selected' count
10920                 when deselecting
10921
10922 2005-10-27 [martin]     1.9.15cvs119
10923
10924         * src/action.c
10925                 ignore actions with a leading '/' in the action menu name
10926                 fixes a crash on menu creation
10927         * src/prefs_actions.c
10928                 do not allow a leading '/' in the action menu name
10929
10930 2005-10-27 [paul]       1.9.15cvs118
10931
10932         * src/main.c
10933                 fix compilation warning
10934
10935 2005-10-27 [paul]       1.9.15cvs117
10936
10937         * src/procmime.c
10938                 add #if HAVE_LOCALE_H
10939
10940 2005-10-27 [paul]       1.9.15cvs116
10941
10942         * src/plugins/clamav/clamav_plugin.c
10943         * src/plugins/dillo_viewer/dillo_viewer.c
10944         * src/plugins/mathml_viewer/mathml_viewer.c
10945         * src/plugins/pgpcore/plugin.c
10946         * src/plugins/pgpinline/plugin.c
10947         * src/plugins/pgpmime/plugin.c
10948         * src/plugins/spamassassin/spamassassin.c
10949         * src/plugins/trayicon/trayicon.c
10950                 plugin_init() : make error messages more
10951                 informative
10952
10953 2005-10-26 [wwp]        1.9.15cvs115
10954
10955         * src/prefs_matcher.c
10956                 enlarge boolean op widget width a bit (wasn't always showing text contents)
10957
10958 2005-10-26 [wwp]        1.9.15cvs114
10959
10960         * src/procmime.c
10961         * src/gtk/gtksctree.c
10962         * src/plugins/spamassassin/libspamc.c
10963         * src/plugins/spamassassin/spamassassin.c
10964                 fix some compilation warnings more
10965
10966 2005-10-26 [mones]      1.9.15cvs113
10967
10968         * po/es.po
10969                 Updated translation
10970
10971 2005-10-26 [paul]       1.9.15cvs112
10972
10973         * src/prefs_message.c
10974                 give all display_xface stuff the
10975                 #if HAVE_LIBCOMPFACE treatment, thus
10976                 preventing a crash
10977                 (Thanks to Wolfgang Enderlein)
10978
10979 2005-10-26 [colin]      1.9.15cvs111
10980
10981         * src/gedit-print.c
10982                 Fix date format
10983         * src/imap_gtk.c
10984         * src/news_gtk.c
10985                 Remove context menu items that should not be there
10986         * src/jpilot.c
10987                 Fix encoding
10988         * src/main.c
10989         * src/mainwindow.c
10990                 Don't show the mainwindow too soon
10991
10992 2005-10-26 [wwp]        1.9.15cvs110
10993
10994         * src/folder.c
10995         * src/manual.c
10996         * src/summaryview.c
10997                 fix uninitialized pointers in the folder updating hook
10998                 (thanks to Colin)
10999
11000 2005-10-25 [mones]      1.9.15cvs109
11001
11002         * manual/faq.xml
11003                 General information subsection completed. 
11004                 Removed archaic references.
11005                 
11006         * manual/Makefile
11007         * manual/dtd/manual.dsl
11008                 Added customization stylesheet for getting paragraphs
11009                 fully justified in PDF output (as suggested by Colin).
11010
11011 2005-10-25 [colin]      1.9.15cvs108
11012
11013         * src/compose.c
11014                 Fix a second leak
11015
11016 2005-10-25 [colin]      1.9.15cvs107
11017
11018         * src/addrbook.c
11019         * src/addrindex.c
11020                 Fix leak (xml_get_element() allocates memory)
11021         * src/compose.c
11022                 Fix leak + dead code (shame!)
11023         * src/procmime.c
11024                 Fix leak
11025
11026 2005-10-25 [colin]      1.9.15cvs106
11027
11028         * src/mimeview.c
11029                 Fix encoding issue in Save all and in 
11030                 overwrite-confirmation alertpanel
11031
11032 2005-10-25 [colin]      1.9.15cvs105
11033
11034         * src/common/socket.c
11035                 Fix a leak - Thanks to Christopher Aillon
11036                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11037
11038 2005-10-25 [paul]       1.9.15cvs104
11039
11040         * src/wizard.c
11041                 Always guess servers from the right-hand
11042                 email part and guess username from the
11043                 left-hand part. (Thanks to Colin)
11044                 add an X-Face to the welcome message
11045
11046 2005-10-25 [paul]       1.9.15cvs103
11047
11048         * manual/handling.xml
11049                 written by Colin, edited by me
11050
11051 2005-10-25 [wwp]        1.9.15cvs102
11052
11053         * src/folderview.c
11054         * src/grouplistdialog.c
11055         * src/imap.c
11056         * src/noticeview.c
11057                 fix some compilation warnings
11058
11059 2005-10-24 [paul]
11060
11061         1.9.99-rc3 released
11062
11063 2005-10-24 [paul]       1.9.15cvs101
11064
11065         * src/gtk/about.c
11066                 fix window sizing
11067
11068 2005-10-24 [paul]       1.9.15cvs100
11069
11070         * src/pixmaps/offline.xpm
11071         * src/pixmaps/online.xpm
11072                 replace with last default versions
11073
11074 2005-10-24 [colin]      1.9.15cvs99
11075
11076         * src/imap.c
11077                 Fix bug when moving a folder
11078         * src/imap_gtk.c
11079         * src/mh_gtk.c
11080                 "Delete folder" pops up a window, so it 
11081                 should be suffixed with "..."
11082         * src/plugins/pgpcore/sgpgme.c
11083                 Include locale.h
11084
11085 2005-10-24 [mones]      1.9.15cvs98
11086
11087         * manual/Makefile
11088         * manual/account.xml
11089         * manual/ack.xml
11090         * manual/addrbook.xml
11091         * manual/advanced.xml
11092         * manual/faq.xml
11093         * manual/glossary.xml
11094         * manual/gpl.xml
11095         * manual/handling.xml
11096         * manual/intro.xml
11097         * manual/keyboard.xml
11098         * manual/manual.xml
11099         * manual/plugins.xml
11100         * manual/starting.xml
11101         * manual/dtd/sdocbook.dtd
11102                 Initial manual structure and some content.
11103
11104 2005-10-23 [wwp]        1.9.15cvs97
11105
11106         * src/gtk/about.c
11107                 fix a typo
11108
11109 2005-10-23 [wwp]        1.9.15cvs96
11110
11111         * src/gtk/about.c
11112         * src/gtk/authors.h
11113                 rework of the about window (main work by Paul), also featuring a few
11114                 fixes for typos and duplicate names
11115
11116 2005-10-23 [wwp]        1.9.15cvs95
11117
11118         * src/.cvsignore
11119                 Ignore the right binary name (sylpheed-claws now)
11120
11121 2005-10-23 [paul]       1.9.15cvs94
11122
11123         * src/compose.c
11124                 when using Folder Pref 'Default To for
11125                 replies' make the entry in the Compose
11126                 window bold
11127                 Patch by Fabien Vantard
11128
11129 2005-10-22 [colin]      1.9.15cvs93
11130
11131         * src/codeconv.c
11132                 Fix leak
11133
11134 2005-10-22 [colin]      1.9.15cvs92
11135
11136         * src/codeconv.c
11137                 try to convert using locale (apart utf8) if necessary
11138
11139 2005-10-22 [colin]      1.9.15cvs91
11140
11141         * src/pixmaps/new.xpm
11142         * src/pixmaps/unread.xpm
11143                 Make the unread envelope blue again and
11144                 saturate the new one a bit more.
11145
11146 2005-10-22 [colin]      1.9.15cvs90
11147
11148         * src/compose.c
11149                 When replying to a mail sent by one of our accounts,
11150                 use the original list of recipients. Let 'Reply All'
11151                 and 'Reply to sender' work like previously.
11152
11153 2005-10-21 [colin]      1.9.15cvs89
11154
11155         * src/prefs_filtering.c
11156                 Clear fields after add and replace
11157         * src/textview.c
11158                 Display xface differently (better)
11159         * src/plugins/pgpinline/pgpinline.c
11160                 Fix crappy encodings/recodings
11161
11162 2005-10-21 [paul]       1.9.15cvs88
11163
11164         * src/compose.c
11165         * src/prefs_folder_item.c
11166         * src/toolbar.c
11167                 fix news folder Folder Properties
11168                 (thanks to Colin)
11169         * src/folderview.c
11170                 update folderview after Themes change
11171                 keep selected folder selected
11172                 (thanks to Colin)
11173
11174 2005-10-21 [paul]       1.9.15cvs87
11175
11176         * tools/Makefile.am
11177         * tools/OOo2sylpheed.pl
11178         * tools/README
11179         * tools/README.sylprint
11180         * tools/asus_mailled.sh         ** REMOVED **
11181         * tools/filter_conv.pl
11182         * tools/freshmeat_search.pl
11183         * tools/google_search.pl
11184         * tools/gpg-sign-syl            ** REMOVED **
11185         * tools/kmail2sylpheed.pl
11186         * tools/kmail2sylpheed_v2.pl
11187         * tools/multiwebsearch.pl
11188         * tools/nautilus2sylpheed.sh
11189         * tools/newscache_clean.pl
11190         * tools/outlook2sylpheed.pl
11191         * tools/sylpheed-switcher       ** REMOVED **
11192         * tools/sylprint.pl
11193         * tools/sylprint.rc
11194         * tools/tb2sylpheed
11195         * tools/vcard2xml.py
11196         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11197                 update default config dir
11198                 update binary name (thanks to Fabien Vantard)
11199                 remove obsolete scripts
11200
11201 2005-10-21 [colin]      1.9.15cvs86
11202
11203         * src/inc.c
11204                 Fix possible leak and units. Based on a patch by
11205                 Fabien Vantard.
11206
11207 2005-10-20 [colin]      1.9.15cvs85
11208
11209         * src/textview.c
11210                 Clear xface when clearing textview
11211
11212 2005-10-20 [colin]      1.9.15cvs84
11213
11214         * configure.ac
11215         * src/folderview.c
11216         * src/headerview.c
11217         * src/main.c
11218         * src/prefs_common.c
11219         * src/prefs_common.h
11220         * src/prefs_message.c
11221         * src/textview.c
11222         * src/textview.h
11223         * src/common/defs.h
11224         * src/common/utils.c
11225         * src/common/utils.h
11226         * src/gtk/gtkutils.c
11227         * src/gtk/gtkutils.h
11228                 Migrate config to .sylpheed-claws (Automatically)
11229                 Add a way to get the Xface in the TextView
11230
11231 2005-10-20 [colin]      1.9.15cvs83
11232
11233         * src/gtk/Makefile.am
11234         * src/gtk/about.c
11235         * src/gtk/authors.h
11236                 Make the about dialog *grooovy*
11237
11238 2005-10-20 [colin]      1.9.15cvs82
11239
11240         * src/mimeview.c
11241                 Use "Open with" on double click if no command
11242                 was found
11243
11244 2005-10-20 [colin]      1.9.15cvs81
11245
11246         * src/imap.c
11247         * src/etpan/imap-thread.c
11248                 Fix possible crash.
11249
11250 2005-10-20 [paul]       1.9.15cvs80
11251
11252         * src/folder.c
11253                 don't show clipkey icon if the only
11254                 attachment is the signature
11255                 Patch by Colin
11256
11257 2005-10-20 [paul]       1.9.15cvs79
11258
11259         * AUTHORS
11260         * src/plugins/pgpmime/pgpmime.c
11261                 name the PGP/MIME signature 'signature.asc'
11262                 Patch by Andrew Nelson <freeandy@gmail.com>
11263
11264 2005-10-19 [colin]      1.9.15cvs78
11265
11266         * src/plugins/pgpmime/pgpmime.c
11267                 Oops, no need to double-check though
11268
11269 2005-10-19 [colin]      1.9.15cvs77
11270
11271         * src/plugins/pgpinline/pgpinline.c
11272         * src/plugins/pgpmime/pgpmime.c
11273                 Check that my_tmpfile() doesn't 
11274                 return NULL
11275
11276 2005-10-19 [colin]      1.9.15cvs76
11277
11278         * src/common/utils.c
11279                 Use shorter mime boundaries to avoid having
11280                 MTAs rewrapping our headers, breaking the
11281                 PGP signature in the process 
11282         * src/compose.c
11283         * src/plugins/pgpmime/pgpmime.c
11284                 Check for boundary uniqueness to be sure
11285                 it won't happen, instead of hoping for the
11286                 best
11287
11288 2005-10-19 [colin]      1.9.15cvs75
11289
11290         * sylpheed-claws.desktop
11291         * src/Makefile.am
11292         * src/main.c
11293                 Ship a sylpheed-claws binary instead
11294                 of a sylpheed one. Change the socket
11295                 name, too
11296         * src/folderview.c
11297                 Update folder only if it changed
11298         * src/wizard.c
11299                 Fix i18n in welcome mail, patch by
11300                 Fabien Vantard
11301
11302 2005-10-19 [paul]
11303
11304         1.9.99-rc2 released
11305
11306 2005-10-19 [paul]       1.9.15cvs74
11307
11308         * src/folder.c
11309         * src/folderview.c
11310                 fix summaryview update
11311                 Patch by Colin
11312
11313 2005-10-18 [colin]      1.9.15cvs73
11314
11315         * src/plugins/pgpcore/passphrase.c
11316                 Don't XGrabServer, and try a bit more to 
11317                 sync everything before grabbing mouse/keyboard
11318
11319 2005-10-18 [colin]      1.9.15cvs72
11320
11321         * src/Makefile.am
11322         * src/addressadd.c
11323         * src/addressbook.c
11324         * src/folderview.c
11325         * src/grouplistdialog.c
11326         * src/mimeview.c
11327         * src/stock_pixmap.c
11328         * src/stock_pixmap.h
11329         * src/summaryview.c
11330         * src/gtk/gtksctree.c
11331         * src/gtk/gtksctree.h
11332         * src/pixmaps/empty.xpm
11333                 Implement a wrapper call for gtk_ctree_set_node_info
11334                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11335                 pixmap instead of a NULL one. This works around some
11336                 memory problems deep inside gtk, revealed by valgrind,
11337                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11338                 as locked crashes sylpheed.), as well as, probably, 
11339                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11340
11341 2005-10-17 [colin]      1.9.15cvs71
11342
11343         * src/mimeview.c
11344                 Provide visual feedback when checking
11345                 signature
11346
11347 2005-10-17 [colin]      1.9.15cvs70
11348
11349         * src/main.c
11350                 Keep the folder list frozen while checking caches...
11351
11352 2005-10-17 [colin]      1.9.15cvs69
11353
11354         * src/addr_compl.c
11355                 Fi bug #833 (Autocompleting from addressbook 
11356                 fails with extended chars)
11357         * src/imap.c
11358                 Fix 'adding messages' staying in statusbar
11359                 after an error
11360
11361 2005-10-17 [wwp]        1.9.15cvs68
11362
11363         * src/ssl_manager.c
11364                 Fix buttons' layout resizing when window size changes
11365
11366 2005-10-17 [wwp]        1.9.15cvs67
11367
11368         * src/account.c
11369         * src/prefs_account.c
11370         * src/prefs_common.c
11371         * src/prefs_common.h
11372         * src/prefs_folder_item.c
11373         * src/prefs_gtk.c
11374         * src/gtk/logwindow.c
11375         * src/gtk/pluginwindow.c
11376         * src/gtk/prefswindow.c
11377         * src/gtk/prefswindow.h
11378                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11379
11380 2005-10-17 [paul]       1.9.15cvs66
11381
11382         * configure.ac
11383                 fix missing libetpan message
11384         * po/en_GB.po
11385                 updated
11386         * src/crash.c
11387         * src/manual.c
11388         * src/prefs_themes.c
11389         * src/common/defs.h
11390                 add some new URI defines, change some
11391                 others
11392         * src/wizard.c
11393                 make welcome message translatable
11394                 small improvements to english
11395                 other tweaks
11396         * src/gtk/menu.c
11397                 fix warnings
11398
11399 2005-10-17 [paul]       1.9.15cvs65
11400
11401         * src/summaryview.c
11402                 fix column titles
11403
11404 2005-10-16 [mones]      1.9.15cvs64
11405
11406         * po/es.po
11407                 Updated translation
11408
11409 2005-10-16 [colin]
11410
11411         1.9.99-rc1 released
11412
11413 2005-10-16 [colin]      1.9.15cvs63
11414
11415         * src/wizard.c
11416                 Fix whitespace
11417
11418 2005-10-16 [colin]      1.9.15cvs62
11419
11420         * src/toolbar.c
11421                 s/Get All/Get Mail/
11422         * src/wizard.c
11423                 Real welcome mail text, thanks Paul
11424
11425 2005-10-16 [colin]      1.9.15cvs61
11426
11427         * src/editldap.c
11428         * src/exporthtml.c
11429         * src/main.c
11430         * src/mainwindow.c
11431         * src/prefs_themes.c
11432         * src/prefs_toolbar.c
11433         * src/plugins/demo/demo.c
11434         * src/plugins/trayicon/trayicon.c
11435                 s/Sylpheed/Sylpheed-Claws/
11436
11437 2005-10-16 [colin]      1.9.15cvs60
11438
11439         * src/wizard.c
11440                 Add a welcome email in the first empty mailbox
11441         * src/prefs_common.c
11442                 Change one more default
11443
11444 2005-10-16 [colin]      1.9.15cvs59
11445
11446         * src/wizard.c
11447                 Remove printf
11448
11449 2005-10-16 [colin]      1.9.15cvs58
11450
11451         * src/toolbar.c
11452         * src/prefs_common.c
11453                 Change some defaults
11454
11455 2005-10-16 [colin]      1.9.15cvs57
11456
11457         * src/toolbar.c
11458         * src/prefs_common.c
11459                 Change some defaults
11460
11461 2005-10-16 [colin]      1.9.15cvs56
11462
11463         * src/wizard.c
11464                 By default, initialize fonts to have
11465                 the same size as normal GtkWidgets
11466
11467 2005-10-16 [colin]      1.9.15cvs55
11468
11469         * src/mimeview.c
11470                 Fix message a bit more
11471
11472 2005-10-16 [colin]      1.9.15cvs54
11473
11474         * src/addressbook.c
11475                 Second attempt at flicker fixing
11476
11477 2005-10-16 [colin]      1.9.15cvs53
11478
11479         * src/addressbook.c
11480                 Fix flicker
11481
11482 2005-10-16 [wwp]        1.9.15cvs52
11483
11484         * src/addressbook.c
11485         * src/editaddress.c
11486         * src/prefs_common.c
11487         * src/prefs_common.h
11488                 Remember window sizes (address book)
11489
11490 2005-10-16 [wwp]        1.9.15cvs51
11491
11492         * src/plugins/clamav/clamav_plugin_gtk.c
11493         * src/plugins/spamassassin/spamassassin_gtk.c
11494                 Fix compilation warnings (missing #include).
11495
11496 2005-10-16 [colin]      1.9.15cvs50
11497
11498         * src/mimeview.c
11499         * src/summaryview.c
11500         * src/textview.c
11501                 Make 'c' check signature, and forward
11502                 c, l, y, t from summaryview to mimeview
11503
11504 2005-10-16 [colin]      1.9.15cvs49
11505
11506         * src/addressbook.c
11507                 Put border around buttons
11508         * src/mainwindow.c
11509         * src/summaryview.c
11510                 Rework menus (Patch based on a patch
11511                 by Paul)
11512
11513 2005-10-15 [wwp]        1.9.15cvs48
11514
11515         * src/editjpilot.c
11516         * src/editldap.c
11517         * src/editvcard.c
11518         * src/exphtmldlg.c
11519         * src/expldifdlg.c
11520         * src/export.c
11521         * src/import.c
11522         * src/importldif.c
11523         * src/importmutt.c
11524         * src/importpine.c
11525         * src/prefs_account.c
11526         * src/prefs_spelling.c
11527         * src/gtk/gtkutils.c
11528         * src/gtk/gtkutils.h
11529         * src/plugins/clamav/clamav_plugin_gtk.c
11530         * src/plugins/spamassassin/spamassassin_gtk.c
11531                 use nicer browse-for-file/dir buttons than the "..." ones,
11532                 code factorizing more.
11533
11534 2005-10-14 [colin]      1.9.15cvs47
11535
11536         * src/mainwindow.c
11537                 set relief on the account switcher so that people see it
11538                 grey out Create processing rules when no message is selected
11539         * src/prefs_filtering.c
11540                 ask before closing if the rule has not been modified, even if
11541                 it's not valid
11542         * src/prefs_matcher.c
11543                 fix sensitivity when entering the dialog
11544         * src/gtk/inputdialog.c
11545                 display a better icon on password ask
11546         * src/plugins/pgpcore/passphrase.c
11547                 make the dialog look better
11548
11549 2005-10-14 [paul]       1.9.15cvs46
11550
11551         * src/folderview.c
11552                 indicate presense of marked msgs in
11553                 unexpanded subfolders
11554
11555 2005-10-14 [paul]       1.9.15cvs45
11556
11557         * src/prefs_actions.c
11558         * src/prefs_common.c
11559         * src/prefs_common.h
11560         * src/prefs_filtering_action.c
11561         * src/prefs_matcher.c
11562         * src/prefs_template.c
11563                 remember window sizes
11564                 fix Info button size
11565
11566         Patches by wwp
11567
11568 2005-10-13 [colin]      1.9.15cvs44
11569
11570         * src/mimeview.c
11571         * src/noticeview.c
11572         * src/noticeview.h
11573                 Add a tooltip on the icon (optional) 
11574                 Get rid of the signature buttons and only
11575                 use the icon+tooltip
11576
11577 2005-10-13 [colin]      1.9.15cvs43
11578
11579         * src/noticeview.c
11580         * src/noticeview.h
11581                 Add hand cursor for hovering over icon
11582
11583 2005-10-13 [colin]      1.9.15cvs42
11584
11585         * src/summaryview.c
11586                 Fix crash when quicksearch's hidden 
11587                 at startup
11588
11589 2005-10-13 [colin]      1.9.15cvs41
11590
11591         * src/compose.c
11592                 Set subject when forwarding multiple mails
11593                 Check that other recipient than the default Cc or Bcc
11594                 have been set before sending.
11595
11596 2005-10-13 [colin]      1.9.15cvs40
11597
11598         * src/imap.c
11599                 Batch per-folder
11600                 Introduce locking, but don't use it yet
11601
11602 2005-10-13 [colin]      1.9.15cvs39
11603
11604         * src/gtk/quicksearch.c
11605                 Reset quicksearch when hiding it
11606                 Make sticky a real pref
11607
11608 2005-10-13 [colin]      1.9.15cvs38
11609
11610         * src/summaryview.c
11611                 Faster prefs apply
11612
11613 2005-10-13 [colin]      1.9.15cvs37
11614
11615         * src/mimeview.c
11616         * src/noticeview.c
11617         * src/noticeview.h
11618         * src/plugins/pgpcore/sgpgme.c
11619                 Make privacy icon clickable
11620                 Move Trust field in Full info
11621                 When trust is less than full, don't display
11622                 a warning icon
11623
11624 2005-10-13 [colin]      1.9.15cvs36
11625
11626         * src/folder.c
11627                 Batch on flags sync
11628         * src/folderview.c
11629                 Revert speed hack which is dangerous in fact
11630                 Apply prefs faster
11631
11632 2005-10-13 [colin]      1.9.15cvs35
11633
11634         * src/folder_item_prefs.c
11635                 Fix pref corruption on folder move. Patch
11636                 by wwp
11637
11638 2005-10-13 [paul]       1.9.15cvs34
11639
11640         * src/export.c
11641         * src/import.c
11642                 fix typos in g_warnings
11643         * src/prefs_account.c
11644                 add a file selector for Signature file
11645
11646         Patches by wwp
11647
11648 2005-10-12 [colin]      1.9.15cvs33
11649
11650         * src/mimeview.c
11651                 Provide a quick way to go back from a
11652                 signature's full info to the email part
11653
11654 2005-10-12 [colin]      1.9.15cvs32
11655
11656         * src/compose.c
11657                 Remove old hack of encoding signed mails with base64.
11658                 QP works equally well.
11659
11660 2005-10-12 [colin]      1.9.15cvs31
11661
11662         * src/crash.c
11663                 Replace deprecated GtkText with GtkTextView
11664         * src/imap.c
11665                 Fix a logic bug about counts in imap_select
11666                 (previously un-triggered)
11667         * src/mainwindow.c
11668         * src/summaryview.c
11669         * src/news.c
11670                 Allow local deletion of news posts
11671         * src/mimeview.c
11672                 Show GPG noticeview on the message/rfc822 part
11673                 in addition to the text/plain one
11674         * src/prefs_image_viewer.c
11675           src/plugins/pgpcore/prefs_gpg.c
11676                 Polish (set the label as part of the checkbox)
11677         * src/wizard.c
11678                 Don't sit there doing nothing after destroying
11679                 the window - return err
11680
11681 2005-10-11 [colin]      1.9.15cvs30
11682
11683         * src/folderview.c
11684                 Apply processing rules before showing folders.
11685                 Early folder show (before flags sync) will only
11686                 be done when there are no processing rules (nor
11687                 pre- or post- ones)
11688         * src/imap.c
11689                 Fix stuff related to mail subdir, creation and 
11690                 deletion of folders 
11691         * src/imap_gtk.c
11692                 Don't allow creation of folders in NoInferior
11693                 folders, as it won't work
11694
11695 2005-10-10 [colin]      1.9.15cvs29
11696
11697         * src/compose.c
11698                 Reselect "None" Privacy system when selecting an
11699                 account with no privacy system defined
11700
11701 2005-10-10 [colin]      1.9.15cvs28
11702
11703         * src/mainwindow.c
11704                 Add Windows-1252 encoding
11705         * src/prefs_common.c
11706                 Rework some defaults:
11707                 - autosave to draft by default
11708                 - don't show header pane (it's already in the textview)
11709                 - Select first new or unread mail on entry
11710                 - Assume 'Yes' to change folder when there's no more
11711                   unread message
11712         * src/prefs_matcher.c
11713                 Fix a gtk assertion failure
11714         * src/gtk/colorlabel.c
11715                 Workaround bad repainting on selection
11716         * src/main.c
11717                 Freeze/thaw (a bit faster on ssh -X)
11718         * src/msgcache.c
11719                 Get rid of StrdupConverter that just adds an
11720                 extra strdup/free 
11721         * src/etpan/imap_thread.c
11722                 memset buf to 0
11723
11724 2005-10-10 [colin]      1.9.15cvs27
11725
11726         * src/export.c
11727         * src/import.c
11728                 Fix compile on gtk 2.4. Patch by wwp
11729
11730 2005-10-09 [colin]      1.9.15cvs26
11731
11732         * src/mainwindow.c
11733         * src/messageview.c
11734         * src/summaryview.c
11735                 Clarify forward menus. Patch by wwp
11736
11737 2005-10-09 [colin]      1.9.15cvs25
11738
11739         * src/compose.c
11740         * src/compose.h
11741                 Fix bug #829 (Non-working "Encrypt message by 
11742                 default when replying to an encrypted message")
11743
11744 2005-10-08 [colin]      1.9.15cvs24
11745
11746         * src/wizard.c
11747                 Fix bug #827 ("Welcome" setup wizard after a 
11748                 permission error gives up & forgets itself.)
11749
11750 2005-10-08 [colin]      1.9.15cvs23
11751
11752         * src/procmime.c
11753                 Fix bug #828 (Ignoring headers with spaces around = sign)
11754
11755 2005-10-08 [colin]      1.9.15cvs22
11756
11757         * src/export.c
11758                 Warning fix by wwp
11759
11760 2005-10-08 [colin]      1.9.15cvs21
11761
11762         * src/folder.c
11763         * src/folder.h
11764                 Add a processing_pending indicator, set on 
11765                 folder_item_open and cleared after 
11766                 folder_item_process_open
11767         * src/folderview.c
11768         * src/summaryview.c
11769                 wrap procmsg_msginfo_*_flags, and in the
11770                 wrapper check that there's no folder processing 
11771                 pending. If there is, defer the flags change until 
11772                 processing is done to avoid stepping over each
11773                 other's toes.
11774                 Freeze during processing, but not during scanning.
11775
11776 2005-10-07 [colin]      1.9.15cvs20
11777
11778         * src/plugins/pgpcore/passphrase.c
11779                 Fix bug #826 (X-Server hangs when 
11780                 right-clicking a PGP encrypted message)
11781
11782 2005-10-07 [paul]       1.9.15cvs19
11783
11784         * src/compose.c
11785                 fix compose_entries[]
11786                 patch by Fabien Vantard
11787
11788 2005-10-06 [colin]      1.9.15cvs18
11789
11790         * src/pixmaps/address.xpm
11791         * src/pixmaps/address_book.xpm
11792         * src/pixmaps/book.xpm
11793         * src/pixmaps/check_spelling.xpm
11794         * src/pixmaps/checkbox_off.xpm
11795         * src/pixmaps/checkbox_on.xpm
11796         * src/pixmaps/close.xpm
11797         * src/pixmaps/complete.xpm
11798         * src/pixmaps/continue.xpm
11799         * src/pixmaps/deleted.xpm
11800         * src/pixmaps/down_arrow.xpm
11801         * src/pixmaps/exec.xpm
11802         * src/pixmaps/forwarded.xpm
11803         * src/pixmaps/group.xpm
11804         * src/pixmaps/ignorethread.xpm
11805         * src/pixmaps/interface.xpm
11806         * src/pixmaps/jpilot.xpm
11807         * src/pixmaps/ldap.xpm
11808         * src/pixmaps/linewrap.xpm
11809         * src/pixmaps/linewrapcurrent.xpm
11810         * src/pixmaps/mail.xpm
11811         * src/pixmaps/mail_attach.xpm
11812         * src/pixmaps/mail_compose.xpm
11813         * src/pixmaps/mail_forward.xpm
11814         * src/pixmaps/mail_receive.xpm
11815         * src/pixmaps/mail_receive_all.xpm
11816         * src/pixmaps/mail_reply.xpm
11817         * src/pixmaps/mail_reply_to_all.xpm
11818         * src/pixmaps/mail_reply_to_author.xpm
11819         * src/pixmaps/mail_send.xpm
11820         * src/pixmaps/mail_send_queue.xpm
11821         * src/pixmaps/mime_application.xpm
11822         * src/pixmaps/mime_audio.xpm
11823         * src/pixmaps/mime_image.xpm
11824         * src/pixmaps/mime_message.xpm
11825         * src/pixmaps/mime_text_enriched.xpm
11826         * src/pixmaps/mime_text_html.xpm
11827         * src/pixmaps/mime_text_plain.xpm
11828         * src/pixmaps/mime_unknown.xpm
11829         * src/pixmaps/new.xpm
11830         * src/pixmaps/news_compose.xpm
11831         * src/pixmaps/offline.xpm
11832         * src/pixmaps/online.xpm
11833         * src/pixmaps/paste.xpm
11834         * src/pixmaps/preferences.xpm
11835         * src/pixmaps/privacy_emblem_encrypted.xpm
11836         * src/pixmaps/privacy_expired.xpm
11837         * src/pixmaps/privacy_failed.xpm
11838         * src/pixmaps/privacy_passed.xpm
11839         * src/pixmaps/privacy_signed.xpm
11840         * src/pixmaps/privacy_unknown.xpm
11841         * src/pixmaps/privacy_warn.xpm
11842         * src/pixmaps/properties.xpm
11843         * src/pixmaps/replied.xpm
11844         * src/pixmaps/search.xpm
11845         * src/pixmaps/unread.xpm
11846         * src/pixmaps/up_arrow.xpm
11847         * src/pixmaps/vcard.xpm
11848                 Modernize internal theme, with icons from the 
11849                 Gnomaws theme. Keep some of the old ones where
11850                 they were better.
11851
11852 2005-10-06 [colin]      1.9.15cvs17
11853
11854         * src/summaryview.c
11855                 Little optimisations + bugfix
11856         * src/toolbar.c
11857                 Remove default useless items - useless being defined
11858                 by the default relevant prefs
11859         * src/wizard.c
11860                 include config.h to make gettext work
11861         * src/prefs_themes.c
11862                 Fix selection of current theme in prefs
11863
11864 2005-10-06 [colin]      1.9.15cvs16
11865
11866         * src/prefs_common.c
11867         * src/prefs_common.h
11868         * src/prefs_summaries.c
11869         * src/folderview.c
11870                 Add a warning dialog on Mark all read 
11871                 (with pref to get rid of it)
11872
11873 2005-10-06 [paul]       1.9.15cvs15
11874
11875         * po/nb.po
11876         * po/pt_BR.po
11877                 updated by Geir Helland and Frederico
11878                 Goncalves Guimaraes
11879
11880 2005-10-05 [colin]      1.9.15cvs14
11881
11882         * src/folder.c
11883         * src/folder.h
11884         * src/folderview.c
11885         * src/folderview.h
11886         * src/imap_gtk.c
11887         * src/mh_gtk.c
11888         * src/mainwindow.c
11889         * src/setup.c
11890                 add a way to rescan without rebuilding
11891                 make moving a bit faster (less folders changes)
11892                 don't lock the tree on Get 
11893         * src/imap.c
11894                 Don't re-delete deleted messages before expunging
11895         * src/summaryview.c
11896                 Set batch mode when deleting mails
11897
11898 2005-10-05 [paul]       1.9.15cvs13
11899
11900         * src/mainwindow.c
11901         * src/mainwindow.h
11902                 fix disabled Execute menu item
11903         * src/toolbar.c
11904                 match the change in 1.9.15cvs10: use Compose
11905                 instead of News by default
11906
11907 2005-10-04 [colin]      1.9.15cvs12
11908
11909         * src/compose.c
11910                 When replying to an ML post with Reply-To set
11911                 to the poster's email, honor it (as before),
11912                 but also honor our user's request to reply to
11913                 the mailing list: set the ML address in the To
11914                 field and the Reply-To address in the Cc: 
11915                 field.
11916
11917 2005-10-04 [colin]      1.9.15cvs11
11918
11919         * src/plugins/trayicon/trayicon.c
11920                 Finish cosmetic change - thanks to wwp
11921
11922 2005-10-04 [colin]      1.9.15cvs10
11923
11924         * src/toolbar.c
11925                 Use Compose instead of Email by default.
11926                 Spotted by wwp.
11927
11928 2005-10-04 [colin]      1.9.15cvs9
11929
11930         * src/folder.c
11931         * src/folder.h
11932         * src/folderview.c
11933         * src/imap.c
11934         * src/etpan/imap-thread.c
11935         * src/etpan/imap-thread.h
11936                 Try to make IMAP faster, by simplifying SEARCH
11937                 commands, avoiding sending two STATUS in a row,
11938                 and deferring flags sync and processing just
11939                 after displaying the folder. 
11940                 This will update the SummaryView in certain
11941                 cases (new mails not already fetched, flags
11942                 changed from another client) but in a non-
11943                 blocking manner.
11944
11945 2005-10-04 [colin]      1.9.15cvs8
11946
11947         * src/plugins/trayicon/trayicon.c
11948                 Relabel "Offline" to "Work offline"
11949
11950 2005-10-04 [colin]      1.9.15cvs7
11951
11952         * src/export.c
11953         * src/import.c
11954         * src/mbox.c
11955                 Fix mbox import/export buglets
11956                 Patch by wwp
11957         * src/plugins/trayicon/trayicon.c
11958                 Add offline swithc
11959                 Patch by wwp
11960
11961 2005-10-04 [colin]      1.9.15cvs6
11962
11963         * src/folder.c
11964         * src/folderview.c
11965         * src/summaryview.c
11966                 Better fix (don't break mark all read) for cvs2
11967
11968 2005-10-03 [colin]      1.9.15cvs5
11969
11970         * src/folder.c
11971                 Use a sane sort by default
11972
11973 2005-10-03 [colin]      1.9.15cvs4
11974
11975         * src/inc.c
11976                 Add a 'Only once' button for overriding offline mode
11977         * src/prefs_account.c
11978         * src/wizard.c
11979                 Add Local mbox to the wizard
11980                 Add IMAP subdir to the wizard (or the wizard is useless
11981                 for such accounts, or even worse than useless)
11982                 Move IMAP subdir from Advanced to Receive tab, as it's
11983                 not that uncommon
11984
11985 2005-10-03 [colin]      1.9.15cvs3
11986
11987         * src/send_message.c
11988                 Forgot this one in cvs1
11989
11990 2005-10-03 [colin]      1.9.15cvs2
11991
11992         * src/folder.c
11993                 Faster close when leaving a folder with lots
11994                 of new mails. Idea by David Relson.
11995
11996 2005-10-03 [colin]      1.9.15cvs1
11997
11998         * src/compose.c
11999         * src/imap.c
12000         * src/inc.c
12001         * src/main.c
12002         * src/messageview.c
12003         * src/news.c
12004         * src/summaryview.c
12005         * src/gtk/sslcertwindow.c
12006         * src/plugins/trayicon/trayicon.c
12007                 Add accels to every AlertPanel. Patch by Fabien 
12008                 Vantard
12009
12010 2005-10-03 [paul]       1.9.15
12011
12012         1.9.15 released
12013
12014 2005-10-03 [paul]       1.9.14cvs68
12015
12016         * po/ca.po
12017         * po/de.po
12018         * po/es.po
12019         * po/fi.po
12020         * po/fr.po
12021         * po/sk.po
12022         * po/sr.po
12023         * po/zh_CN.po
12024                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12025                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12026                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12027
12028 2005-10-03 [paul]       1.9.14cvs67
12029
12030         * src/send_message.c
12031                 prevent hang on Cancel
12032                 patch by Colin
12033
12034 2005-10-03 [paul]       1.9.14cvs66
12035
12036         * src/main.c
12037                 fix crash in IMAP caused by discrepancy
12038                 between check_at_startup and offline mode
12039                 Patch by Colin
12040
12041 2005-10-01 [paul]       1.9.14cvs65
12042
12043         * src/inc.c
12044                 fix engrish
12045
12046 2005-10-01 [paul]       1.9.14cvs64
12047         * src/export.c
12048         * src/import.c
12049                 synchronise import_mbox() and export_mbox()
12050         * src/mbox.c
12051                 proc_mbox(): add alert if file cannot be opened
12052                 export_list_to_mbox(): test if dest file exists,
12053                 prompt user to overwrite if it does. add alert
12054                 if file cannot be created
12055                                                                 
12056         Patch by wwp
12057                                                                                                                 
12058
12059 2005-09-30 [paul]       1.9.14cvs63
12060
12061         * src/addressbook.c
12062                 Fix sensitivity of a menu
12063         * src/codeconv.c
12064                 Respect hidden pref for mails with no encoding
12065         * src/common/xml.c
12066                 Fix memory corruption
12067         * src/plugins/pgpcore/sgpgme.c
12068                 Fix segfault on incomplete sigs, and display
12069                 of S/Mime UIDs
12070
12071         Patches by Colin
12072
12073 2005-09-30 [colin]      1.9.14cvs62
12074
12075         * src/partial_download.c
12076                 Little logic fix in almost-dead code
12077         * src/pop.c
12078                 Fix partial download when there's no new mail
12079
12080 2005-09-29 [paul]       1.9.14cvs61
12081
12082         * src/plugins/pgpinline/pgpinline.c
12083                 fix bug 819, 'crash accessing sign message'
12084                 Patch by Colin
12085
12086 2005-09-28 [martin]     1.9.14cvs60
12087
12088         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12089                 fix bug #790 (Crash when restarting window manager (fluxbox))
12090
12091 2005-09-28 [paul]       1.9.14cvs59
12092
12093         * src/gtk/gtkaspell.c
12094                 fix off-by-one typo
12095
12096 2005-09-27 [colin]      1.9.14cvs58
12097
12098         * src/plugins/pgpcore/sgpgme.c
12099                 Report error when there's one, instead of
12100                 "Signature unchecked" 
12101
12102 2005-09-27 [colin]      1.9.14cvs57
12103
12104         * src/prefs_quote.c
12105                 Fix bug #816 (Weird quotation with spaces)
12106
12107 2005-09-27 [colin]      1.9.14cvs56
12108
12109         * src/codeconv.c
12110         * src/compose.c
12111         * src/compose.h
12112                 Put subject in compose's title
12113                 Fix Automatic encoding so that it's really automatic:
12114                 first try default locale's charset, then charset of the replied mail, 
12115                 then utf-8
12116                 Fix encoding of headers (must be in strict mode too)
12117
12118 2005-09-26 [colin]      1.9.14cvs55
12119
12120         * src/gtk/gtkaspell.c
12121                 Fix previous patch - don't color the space,
12122                 just uncolor it :)
12123
12124 2005-09-26 [colin]      1.9.14cvs54
12125
12126         * src/gtk/gtkaspell.c
12127                 Unmark space if possible
12128
12129 2005-09-26 [colin]      1.9.14cvs53
12130
12131         * src/imap.c
12132                 log_error instead of alertpanel according to the pref
12133         * src/etpan/imap-thread.c
12134                 Print connect status, copy only necessary size to 
12135                 logger
12136         * src/plugins/pgpmime/pgpmime.c
12137                 Handle S/Mime signatures (verification only). Patch based
12138                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12139
12140 2005-09-26 [paul]       1.9.14cvs52
12141
12142         * src/common/passcrypt.c
12143                 this 'workaround' not necessary on NetBSD.
12144                 Thanks to Daniel Gustafson
12145
12146 2005-09-26 [paul]
12147
12148         1.9.15-rc4 released
12149
12150 2005-09-26 [paul]       1.9.14cvs51
12151
12152         * src/summaryview.c
12153                 Skip currently selected message when
12154                 looking for next new or unread message
12155                 in current folder. Patch by Colin
12156         * src/common/passcrypt.c
12157                 eliminate warnings on *BSD. Patch by
12158                 Daniel Gustafson
12159
12160 2005-09-26 [colin]      1.9.14cvs50
12161
12162         * src/procmsg.c
12163                 Call postfiltering hook anyway
12164
12165 2005-09-22 [colin]      1.9.14cvs49
12166
12167         * src/codeconv.c
12168         * src/codeconv.h
12169                 Add a strict mode that doesn't replace with _
12170         * src/compose.c
12171         * src/compose.h
12172                 Use strict conversion while sending
12173                 Fix race when drafting while sending (happens
12174                 on IMAP)
12175                 Fix d'n'd of messages from summaryview
12176         * src/prefs_common.c
12177         * src/prefs_common.h
12178                 add hidden utf8_instead_of_locale_for_broken_mail 
12179                 pref for people that preferred the default charset 
12180                 to be utf8 for broken mails
12181         * src/quote_fmt_parse.y
12182                 fix bug #815 (No quote insert if "From:" fied 
12183                 contained Russian letters)
12184         * src/summaryview.c
12185                 Fix d'n'd of messages to compose
12186
12187 2005-09-22 [paul]       1.9.14cvs48
12188
12189         * src/compose.c
12190                 fix bug where attachments Name entry
12191                 would display Path instead
12192
12193 2005-09-21 [paul]       1.9.14cvs47
12194
12195         * README
12196         * README.jp
12197         * configure.ac
12198         * config/config.rpath
12199         * doc/manual/en/sylpheed-20.html
12200         * doc/manual/es/sylpheed-20.html
12201         * po/bg.po
12202         * po/ca.po
12203         * po/de.po
12204         * po/es.po
12205         * po/fr.po
12206         * po/it.po
12207         * po/pt_BR.po
12208         * po/sk.po
12209         * po/zh_TW.po
12210         * src/account.c
12211         * src/account.h
12212         * src/action.c
12213         * src/action.h
12214         * src/adbookbase.h
12215         * src/addr_compl.c
12216         * src/addr_compl.h
12217         * src/addrbook.c
12218         * src/addrbook.h
12219         * src/addrcache.c
12220         * src/addrcache.h
12221         * src/addrcindex.c
12222         * src/addrcindex.h
12223         * src/addrclip.c
12224         * src/addrclip.h
12225         * src/addrdefs.h
12226         * src/addressadd.c
12227         * src/addressadd.h
12228         * src/addressbook.c
12229         * src/addressbook.h
12230         * src/addressitem.h
12231         * src/addrgather.c
12232         * src/addrgather.h
12233         * src/addrharvest.c
12234         * src/addrharvest.h
12235         * src/addrindex.c
12236         * src/addrindex.h
12237         * src/addritem.c
12238         * src/addritem.h
12239         * src/addrquery.c
12240         * src/addrquery.h
12241         * src/addrselect.c
12242         * src/addrselect.h
12243         * src/alertpanel.c
12244         * src/alertpanel.h
12245         * src/browseldap.c
12246         * src/browseldap.h
12247         * src/codeconv.c
12248         * src/codeconv.h
12249         * src/compose.c
12250         * src/compose.h
12251         * src/crash.c
12252         * src/crash.h
12253         * src/customheader.c
12254         * src/customheader.h
12255         * src/displayheader.c
12256         * src/displayheader.h
12257         * src/editaddress.c
12258         * src/editaddress.h
12259         * src/editbook.c
12260         * src/editbook.h
12261         * src/editgroup.c
12262         * src/editgroup.h
12263         * src/editjpilot.c
12264         * src/editjpilot.h
12265         * src/editldap.c
12266         * src/editldap.h
12267         * src/editldap_basedn.c
12268         * src/editldap_basedn.h
12269         * src/editvcard.c
12270         * src/editvcard.h
12271         * src/enriched.c
12272         * src/enriched.h
12273         * src/exphtmldlg.c
12274         * src/exphtmldlg.h
12275         * src/expldifdlg.c
12276         * src/expldifdlg.h
12277         * src/export.c
12278         * src/export.h
12279         * src/exporthtml.c
12280         * src/exporthtml.h
12281         * src/exportldif.c
12282         * src/exportldif.h
12283         * src/filtering.c
12284         * src/filtering.h
12285         * src/folder.c
12286         * src/folder.h
12287         * src/folder_item_prefs.c
12288         * src/folder_item_prefs.h
12289         * src/foldersel.c
12290         * src/foldersel.h
12291         * src/folderutils.c
12292         * src/folderutils.h
12293         * src/folderview.c
12294         * src/folderview.h
12295         * src/grouplistdialog.c
12296         * src/grouplistdialog.h
12297         * src/headerview.c
12298         * src/headerview.h
12299         * src/html.c
12300         * src/html.h
12301         * src/image_viewer.c
12302         * src/image_viewer.h
12303         * src/imap.c
12304         * src/imap.h
12305         * src/imap_gtk.c
12306         * src/imap_gtk.h
12307         * src/import.c
12308         * src/import.h
12309         * src/importldif.c
12310         * src/importldif.h
12311         * src/importmutt.c
12312         * src/importmutt.h
12313         * src/importpine.c
12314         * src/importpine.h
12315         * src/inc.c
12316         * src/inc.h
12317         * src/jpilot.c
12318         * src/jpilot.h
12319         * src/ldapctrl.c
12320         * src/ldapctrl.h
12321         * src/ldaplocate.c
12322         * src/ldaplocate.h
12323         * src/ldapquery.c
12324         * src/ldapquery.h
12325         * src/ldapserver.c
12326         * src/ldapserver.h
12327         * src/ldaputil.c
12328         * src/ldaputil.h
12329         * src/ldif.c
12330         * src/ldif.h
12331         * src/localfolder.c
12332         * src/localfolder.h
12333         * src/main.c
12334         * src/main.h
12335         * src/mainwindow.c
12336         * src/mainwindow.h
12337         * src/manual.c
12338         * src/manual.h
12339         * src/matcher.c
12340         * src/matcher.h
12341         * src/matcher_parser.h
12342         * src/matcher_parser_lex.l
12343         * src/matcher_parser_parse.y
12344         * src/mbox.c
12345         * src/mbox.h
12346         * src/message_search.c
12347         * src/message_search.h
12348         * src/messageview.c
12349         * src/messageview.h
12350         * src/mh.c
12351         * src/mh.h
12352         * src/mh_gtk.c
12353         * src/mh_gtk.h
12354         * src/mimeview.c
12355         * src/mimeview.h
12356         * src/msgcache.c
12357         * src/msgcache.h
12358         * src/mutt.c
12359         * src/mutt.h
12360         * src/news.c
12361         * src/news.h
12362         * src/news_gtk.c
12363         * src/news_gtk.h
12364         * src/noticeview.c
12365         * src/noticeview.h
12366         * src/partial_download.c
12367         * src/partial_download.h
12368         * src/pine.c
12369         * src/pine.h
12370         * src/pop.c
12371         * src/pop.h
12372         * src/prefs_account.c
12373         * src/prefs_account.h
12374         * src/prefs_actions.c
12375         * src/prefs_actions.h
12376         * src/prefs_common.c
12377         * src/prefs_common.h
12378         * src/prefs_compose_writing.c
12379         * src/prefs_compose_writing.h
12380         * src/prefs_customheader.c
12381         * src/prefs_customheader.h
12382         * src/prefs_display_header.c
12383         * src/prefs_display_header.h
12384         * src/prefs_ext_prog.c
12385         * src/prefs_ext_prog.h
12386         * src/prefs_filtering.c
12387         * src/prefs_filtering.h
12388         * src/prefs_filtering_action.c
12389         * src/prefs_filtering_action.h
12390         * src/prefs_folder_column.c
12391         * src/prefs_folder_column.h
12392         * src/prefs_folder_item.c
12393         * src/prefs_folder_item.h
12394         * src/prefs_fonts.c
12395         * src/prefs_fonts.h
12396         * src/prefs_gtk.c
12397         * src/prefs_gtk.h
12398         * src/prefs_image_viewer.c
12399         * src/prefs_image_viewer.h
12400         * src/prefs_matcher.c
12401         * src/prefs_matcher.h
12402         * src/prefs_message.c
12403         * src/prefs_message.h
12404         * src/prefs_msg_colors.c
12405         * src/prefs_msg_colors.h
12406         * src/prefs_other.c
12407         * src/prefs_other.h
12408         * src/prefs_quote.c
12409         * src/prefs_quote.h
12410         * src/prefs_receive.c
12411         * src/prefs_receive.h
12412         * src/prefs_send.c
12413         * src/prefs_send.h
12414         * src/prefs_spelling.c
12415         * src/prefs_spelling.h
12416         * src/prefs_summaries.c
12417         * src/prefs_summaries.h
12418         * src/prefs_summary_column.c
12419         * src/prefs_summary_column.h
12420         * src/prefs_template.c
12421         * src/prefs_template.h
12422         * src/prefs_themes.c
12423         * src/prefs_themes.h
12424         * src/prefs_toolbar.c
12425         * src/prefs_toolbar.h
12426         * src/prefs_wrapping.c
12427         * src/prefs_wrapping.h
12428         * src/privacy.c
12429         * src/privacy.h
12430         * src/procheader.c
12431         * src/procheader.h
12432         * src/procmime.c
12433         * src/procmime.h
12434         * src/procmsg.c
12435         * src/procmsg.h
12436         * src/quote_fmt.c
12437         * src/quote_fmt_parse.y
12438         * src/recv.c
12439         * src/recv.h
12440         * src/remotefolder.c
12441         * src/remotefolder.h
12442         * src/send_message.c
12443         * src/send_message.h
12444         * src/setup.c
12445         * src/setup.h
12446         * src/simple-gettext.c
12447         * src/sourcewindow.c
12448         * src/sourcewindow.h
12449         * src/ssl_manager.c
12450         * src/ssl_manager.h
12451         * src/statusbar.c
12452         * src/statusbar.h
12453         * src/stock_pixmap.c
12454         * src/stock_pixmap.h
12455         * src/summary_search.c
12456         * src/summary_search.h
12457         * src/summaryview.c
12458         * src/summaryview.h
12459         * src/syldap.c
12460         * src/syldap.h
12461         * src/textview.c
12462         * src/textview.h
12463         * src/toolbar.c
12464         * src/toolbar.h
12465         * src/undo.c
12466         * src/undo.h
12467         * src/unmime.c
12468         * src/unmime.h
12469         * src/vcard.c
12470         * src/vcard.h
12471         * src/wizard.c
12472         * src/wizard.h
12473         * src/common/base64.c
12474         * src/common/base64.h
12475         * src/common/defs.h
12476         * src/common/hooks.c
12477         * src/common/hooks.h
12478         * src/common/log.c
12479         * src/common/log.h
12480         * src/common/md5.c
12481         * src/common/md5.h
12482         * src/common/mgutils.c
12483         * src/common/mgutils.h
12484         * src/common/nntp.c
12485         * src/common/nntp.h
12486         * src/common/passcrypt.c
12487         * src/common/passcrypt.h.in
12488         * src/common/plugin.c
12489         * src/common/plugin.h
12490         * src/common/prefs.c
12491         * src/common/prefs.h
12492         * src/common/progressindicator.c
12493         * src/common/progressindicator.h
12494         * src/common/quoted-printable.c
12495         * src/common/quoted-printable.h
12496         * src/common/session.c
12497         * src/common/session.h
12498         * src/common/smtp.c
12499         * src/common/smtp.h
12500         * src/common/socket.c
12501         * src/common/socket.h
12502         * src/common/ssl.c
12503         * src/common/ssl.h
12504         * src/common/ssl_certificate.c
12505         * src/common/ssl_certificate.h
12506         * src/common/string_match.c
12507         * src/common/string_match.h
12508         * src/common/stringtable.c
12509         * src/common/sylpheed.c
12510         * src/common/sylpheed.h
12511         * src/common/template.c
12512         * src/common/template.h
12513         * src/common/timing.h
12514         * src/common/utils.c
12515         * src/common/utils.h
12516         * src/common/uuencode.c
12517         * src/common/uuencode.h
12518         * src/common/version.h.in
12519         * src/common/xml.c
12520         * src/common/xml.h
12521         * src/common/xmlprops.c
12522         * src/common/xmlprops.h
12523         * src/gtk/about.c
12524         * src/gtk/about.h
12525         * src/gtk/colorlabel.c
12526         * src/gtk/colorlabel.h
12527         * src/gtk/colorsel.c
12528         * src/gtk/colorsel.h
12529         * src/gtk/description_window.c
12530         * src/gtk/description_window.h
12531         * src/gtk/filesel.c
12532         * src/gtk/filesel.h
12533         * src/gtk/foldersort.c
12534         * src/gtk/foldersort.h
12535         * src/gtk/gtkutils.c
12536         * src/gtk/gtkutils.h
12537         * src/gtk/inputdialog.c
12538         * src/gtk/inputdialog.h
12539         * src/gtk/logwindow.c
12540         * src/gtk/logwindow.h
12541         * src/gtk/manage_window.c
12542         * src/gtk/manage_window.h
12543         * src/gtk/menu.c
12544         * src/gtk/menu.h
12545         * src/gtk/pluginwindow.c
12546         * src/gtk/pluginwindow.h
12547         * src/gtk/prefswindow.c
12548         * src/gtk/prefswindow.h
12549         * src/gtk/progressdialog.c
12550         * src/gtk/progressdialog.h
12551         * src/gtk/quicksearch.c
12552         * src/gtk/quicksearch.h
12553         * src/gtk/sslcertwindow.c
12554         * src/gtk/sslcertwindow.h
12555         * src/plugins/clamav/clamav_plugin.c
12556         * src/plugins/clamav/clamav_plugin.h
12557         * src/plugins/clamav/clamav_plugin_gtk.c
12558         * src/plugins/demo/demo.c
12559         * src/plugins/dillo_viewer/dillo_prefs.c
12560         * src/plugins/dillo_viewer/dillo_prefs.h
12561         * src/plugins/dillo_viewer/dillo_viewer.c
12562         * src/plugins/mathml_viewer/mathml_viewer.c
12563         * src/plugins/pgpcore/passphrase.c
12564         * src/plugins/pgpcore/passphrase.h
12565         * src/plugins/pgpcore/plugin.c
12566         * src/plugins/pgpcore/prefs_gpg.c
12567         * src/plugins/pgpcore/prefs_gpg.h
12568         * src/plugins/pgpcore/select-keys.c
12569         * src/plugins/pgpcore/select-keys.h
12570         * src/plugins/pgpcore/sgpgme.c
12571         * src/plugins/pgpcore/sgpgme.h
12572         * src/plugins/pgpinline/pgpinline.c
12573         * src/plugins/pgpinline/pgpinline.h
12574         * src/plugins/pgpinline/plugin.c
12575         * src/plugins/pgpmime/pgpmime.c
12576         * src/plugins/pgpmime/pgpmime.h
12577         * src/plugins/pgpmime/plugin.c
12578         * src/plugins/spamassassin/spamassassin.c
12579         * src/plugins/spamassassin/spamassassin.h
12580         * src/plugins/spamassassin/spamassassin_gtk.c
12581         * src/plugins/trayicon/trayicon.c
12582         * tools/OOo2sylpheed.pl
12583         * tools/acroread2sylpheed.pl
12584         * tools/asus_mailled.sh
12585         * tools/filter_conv.pl
12586         * tools/freshmeat_search.pl
12587         * tools/google_search.pl
12588         * tools/kmail2sylpheed.pl
12589         * tools/kmail2sylpheed_v2.pl
12590         * tools/maildir2sylpheed.pl
12591         * tools/multiwebsearch.pl
12592         * tools/newscache_clean.pl
12593         * tools/outlook2sylpheed.pl
12594         * tools/sylpheed-switcher
12595         * tools/update-po
12596         * tools/vcard2xml.py
12597         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12598                 update FSF address
12599
12600 2005-09-21 [colin]      1.9.14cvs46
12601
12602         * src/gedit-print.c
12603         * src/procmsg.c
12604         * src/procmsg.h
12605         * src/textview.c
12606         * src/summaryview.c
12607                 Remove some printing hacks (deselection/reselection),
12608                 which by the way fix printing the currently 
12609                 displayed mime part (still only text)
12610                 Plus a little optimisation of summary_show
12611
12612
12613 2005-09-20 [colin]      1.9.14cvs45
12614
12615         * src/mainwindow.c
12616         * src/messageview.c
12617                 GUI fixups: add accels, set message
12618                 view title to displayed mail's subject
12619         * src/prefs_spelling.c
12620         * src/gtk/gtkaspell.c
12621                 GUI fixups: allow underlining misspelled
12622                 words instead of coloring them (a11y!)
12623
12624 2005-09-19 [colin]
12625
12626         1.9.15rc3 released
12627
12628 2005-09-19 [colin]      1.9.14cvs44
12629
12630         * src/compose.c
12631                 Fix draft message
12632         * src/gtk/gtkaspell.c
12633                 Fix wrong test ;-)
12634
12635 2005-09-19 [colin]      1.9.14cvs43
12636
12637         * src/addressbook.c
12638                 Fix sensitivity of Delete button
12639         * src/compose.c
12640                 Warn if the requested Privacy system
12641                 is not available
12642         * src/exphtmldlg.c
12643         * src/expldifdlg.c
12644         * src/importldif.c
12645         * src/importmutt.c
12646         * src/importpine.c
12647                 Fix crappy UI
12648         * src/
12649         * src/ssl.h
12650         * src/prefs_account.h
12651         * src/prefs_account.c
12652                 Save SSL prefs even in builds that have
12653                 SSL support disable
12654         * src/imap.c
12655         * src/inc.c
12656         * src/news.c
12657         * src/send_message.c
12658                 Warn if connection should be secure, but
12659                 SSL support isn't compiled in
12660         * src/gtkaspell.c
12661                 Fix word separation on UTF-8 systems
12662                 Fixes bug #812 (Strange inline spellchecking)
12663         * src/compose.c
12664                 Warn if the requested Privacy system
12665                 is not available
12666                 Factorize offline warning
12667         * src/imap.c
12668         * src/imap_gtk.c
12669         * src/imap_gtk.h
12670         * src/inc.h
12671         * src/news_gtk.c
12672         * src/news_gtk.h
12673         * src/messageview.c
12674                 Factorize offline warning
12675
12676 2005-09-19 [paul]
12677
12678         1.9.15-rc2 released
12679
12680 2005-09-18 [colin]      1.9.14cvs42
12681
12682         * src/codeconv.c
12683         * src/codeconv.h
12684         * src/procmime.c
12685                 Add a way to get locale's charset ignoring utf-8,
12686                 and use that as default encoding for broken mails
12687
12688 2005-09-18 [colin]      1.9.14cvs41
12689
12690         * src/gtk/logwindow.c
12691                 Translate string. Patch by Fabien Vantard
12692
12693 2005-09-18 [colin]      1.9.14cvs40
12694
12695         * configure.ac
12696                 Fix bug #803 (IMAP/SSL support breaks with 
12697                 GnuTLS libetpan 0.38)
12698
12699 2005-09-18 [colin]      1.9.14cvs39
12700
12701         * src/codeconv.c
12702         * src/compose.c
12703         * src/procmime.c
12704                 More charsets fixes. Fixes bug #806 (non
12705                 ascii characters in subject line)
12706
12707 2005-09-17 [paul]       1.9.14cvs38
12708
12709         * src/folderview.c
12710         * src/mainwindow.c
12711                 fix gcc-2.95 issues
12712                 Patch by Pawel Pekala
12713
12714 2005-09-17 [colin]      1.9.14cvs37
12715
12716         * src/addrindex.c
12717                 bugfix for NO-USE LDAP compilation, patch 
12718                 by Fabien Vantard
12719
12720 2005-09-17 [colin]      1.9.14cvs36
12721
12722         * src/prefs_actions.c
12723         * src/prefs_customheader.c
12724         * src/prefs_display_header.c
12725         * src/prefs_filtering_action.c
12726         * src/prefs_matcher.c
12727         * src/prefs_toolbar.c
12728                 Fix strange casts (less elegant but
12729                 works better)
12730
12731 2005-09-16 [colin]      1.9.14cvs35
12732
12733         * src/jpilot.c
12734                 Missed that one
12735
12736 2005-09-16 [colin]      1.9.14cvs34
12737
12738         * configure.ac
12739         * src/Makefile.am
12740         * src/addr_compl.c
12741         * src/addrindex.c
12742         * src/browseldap.c
12743         * src/editldap.c
12744         * src/ldaplocate.c
12745         * src/ldapquery.c
12746         * src/ldapquery.h
12747         * src/ldapserver.c
12748         * src/ldapserver.h
12749         * src/main.c
12750         * src/matcher_parser_parse.y
12751         * src/prefs_themes.c
12752         * src/etpan/Makefile.am
12753         * src/gtk/description_window.c
12754         * src/plugins/clamav/Makefile.am
12755         * src/plugins/clamav/clamav_plugin.c
12756         * src/plugins/dillo_viewer/Makefile.am
12757         * src/plugins/pgpcore/Makefile.am
12758         * src/plugins/pgpinline/Makefile.am
12759         * src/plugins/pgpmime/Makefile.am
12760         * src/plugins/trayicon/Makefile.am
12761                 Fix 100% cpu usage in address completion list
12762                 Fix little bugs (return with no values etc)
12763                 Fix all warnings (with common CFLAGS)
12764
12765 2005-09-15 [colin]      1.9.14cvs33
12766
12767         * src/addressbook.c
12768                 Fix bug where sometimes a group's email list is empty,
12769                 force its refresh (probably fixes "Re: how to create a 
12770                 distribution list")
12771         * src/ldapquery.c
12772                 Don't return to the callback in the main thread from the
12773                 fetch thread (or face segs!)
12774
12775 2005-09-15 [paul]       1.9.14cvs32
12776
12777         * src/prefs_matcher.c
12778                 forgotten in last commit
12779
12780 2005-09-15 [paul]       1.9.14cvs31
12781
12782         * src/prefs_actions.c
12783         * src/prefs_filtering_action.c
12784         * src/prefs_quote.c
12785         * src/quote_fmt.c
12786         * src/summaryview.c
12787         * src/gtk/description_window.c
12788         * src/gtk/description_window.h
12789         * src/gtk/quicksearch.c
12790                 allow interaction with the called
12791                 description window
12792                 Patch by Anders Hammar
12793
12794 2005-09-14 [paul]       1.9.14cvs30
12795
12796         * src/compose.c
12797                 fix a little annoyance when pasting with 3rd button 
12798                 with wrap_pastes=0 and wrap_input=1
12799                 Patch by Colin
12800
12801 2005-09-14 [paul]       1.9.14cvs29
12802
12803         * src/prefs_account.c
12804                 disable 'Filter messages on receiving' for
12805                 SMTP-only accounts
12806                 Patch  by Anders Hammar
12807
12808 2005-09-14 [paul]       1.9.14cvs28
12809
12810         * po/sk.po
12811                 fix crash
12812                 updated by Andrej Kacian
12813
12814 2005-09-14 [paul]
12815
12816         1.9.15-rc1 released
12817
12818 2005-09-14 [paul]       1.9.14cvs27
12819
12820         * po/es.po
12821                 updated by Ricardo Mones Lastra
12822         * src/compose.c
12823         * src/compose.h
12824                 associate no_wrap_tags to Compose windows
12825                 instead of using a static one
12826                 Patch by Colin
12827         * src/mbox.c
12828                 fix proc_mbox()
12829                 Patch by wwp
12830         * src/textview.c
12831                 remove unneeded printf()
12832
12833 2005-09-14 [paul]       1.9.14cvs26
12834
12835         * src/addrcache.c
12836         * src/codeconv.h
12837         * src/folder.h
12838         * src/mainwindow.h
12839         * src/mh.c
12840         * src/mimeview.h
12841         * src/partial_download.c
12842         * src/pop.c
12843         * src/prefs_account.c
12844         * src/prefs_account.h
12845         * src/prefs_actions.c
12846         * src/prefs_customheader.c
12847         * src/prefs_display_header.c
12848         * src/prefs_filtering_action.c
12849         * src/prefs_matcher.c
12850         * src/prefs_toolbar.c
12851         * src/privacy.h
12852         * src/procmime.c
12853         * src/procmime.h
12854         * src/procmsg.h
12855         * src/textview.c
12856         * src/undo.h
12857         * src/common/plugin.c
12858         * src/common/session.h
12859         * src/common/socket.c
12860         * src/common/socket.h
12861         * src/common/template.c
12862         * src/gtk/gtkaspell.c
12863         * src/gtk/quicksearch.h
12864         * src/plugins/pgpcore/passphrase.c
12865         * src/plugins/pgpcore/prefs_gpg.h
12866         * src/plugins/pgpcore/select-keys.c
12867         * src/plugins/pgpcore/select-keys.h
12868         * src/plugins/pgpcore/sgpgme.c
12869         * src/plugins/pgpinline/pgpinline.c
12870         * src/plugins/pgpmime/pgpmime.c
12871         * src/plugins/trayicon/trayicon.c
12872                 fix compilation warnings
12873                 Patch by Daniel Gustafson
12874
12875 2005-09-14 [paul]       1.9.14cvs25
12876
12877         * src/addressbook.c
12878                 add missing column header, and other small
12879                 bug fixes
12880                 Patch by Anders Hammar
12881
12882 2005-09-13 [colin]      1.9.14cvs24
12883
12884         * src/gtk/gtkaspell.c
12885                 Fix non-utf8 in menu
12886                 Fix little leaks
12887                 Nullify struct members after free()s
12888
12889 2005-09-13 [colin]      1.9.14cvs23
12890
12891         * src/compose.c
12892                 Test utf8 compliance before inserting to 
12893                 buffer, and try to convert if necessary
12894         * src/procmime.c
12895                 If no charset is present, use the locale 
12896                 one instead of us-ascii
12897         * src/procmsg.c
12898                 Add Sender, List-Post and To in the checked 
12899                 headers for automatic rules creation 
12900                 (thanks to wwp)
12901         * src/prefs_themes.c
12902         * src/gtk/gtkaspell.c
12903                 Remove deprecated functions. 
12904                 patch by Daniel Gustafson
12905
12906 2005-09-12 [colin]      1.9.14cvs22
12907
12908         * src/compose.c
12909                 Fix bug #448 (Scrolling/Redraw issue with 
12910                 address-fields in Header)
12911         * src/mainwindow.c
12912         * src/summaryview.c
12913         * src/summaryview.h
12914                 Fix loss of MSG_MARKED on move/copy
12915                 Fix bug #804 (Quicksearch togglebutton doesn't 
12916                 get depressed after '/' key is pressed)
12917
12918 2005-09-12 [paul]       1.9.14cvs21
12919
12920         * AUTHORS
12921         * src/gtk/logwindow.c
12922                 add 'Clear Log' to popup menu
12923                 Patch by Anders Hammar <anders.hammar@telia.com>
12924
12925 2005-09-12 [paul]       1.9.14cvs20
12926
12927         * src/compose.c
12928                 set correct sensitivity on attachments
12929                 popup menu
12930         * src/folder.c
12931                 fix typo
12932         * src/prefs_spelling.c
12933                 fix crash when no LANG env is set
12934         * src/common/xml.c
12935                 fix crash in wizard
12936                 don't use memeory after free
12937
12938         All patches by Daniel Gustafson
12939
12940 2005-09-12 [paul]       1.9.14cvs19
12941
12942         * src/prefs_themes.c
12943                 make theme info selectable
12944         * src/gtk/description_window.c
12945                 make window non-modal
12946         * tools/README
12947                 add details of asus_mailed.sh
12948         * tools/claws.i18n.status.pl
12949                 update for new zh_TW translator
12950                 widen the output
12951                 create alternate coloured lines
12952                 improve readability
12953
12954 2005-09-10 [colin]      1.9.14cvs18
12955
12956         * src/plugins/pgpcore/select-keys.c
12957                 Better order for the buttons
12958
12959 2005-09-10 [colin]      1.9.14cvs17
12960
12961         * src/compose.c
12962         * src/plugins/pgpcore/select-keys.c
12963         * src/plugins/pgpcore/select-keys.h
12964         * src/plugins/pgpcore/sgpgme.c
12965                 Add a "Don't encrypt" button to the key
12966                 selection dialog. Fixes bug #177 (There should be a 
12967                 'Don't encrypt button in the Select Keys dialog)
12968
12969 2005-09-10 [colin]      1.9.14cvs16
12970
12971         * src/compose.c
12972                 Fix bug #572 (%X option does not work with templates)
12973
12974 2005-09-10 [colin]      1.9.14cvs15
12975
12976         * src/toolbar.c 
12977                 Remove g_print
12978
12979 2005-09-10 [colin]      1.9.14cvs14
12980
12981         * src/imap.c
12982                 Fix a possible crash
12983
12984 2005-09-09 [colin]      1.9.14cvs13
12985
12986         * src/imap.c
12987         * src/etpan/imap-thread.c
12988         * src/etpan/imap-thread.h
12989                 Fix moving from queue or drafts to normal folders
12990                 Fix bug #794 (No way to delete without expunging)
12991                 Take flags unset by other mailers into account
12992                 Take deleted flag set by other mailers into account
12993                 Fix unsetting REPLIED flag
12994                 Fix crash when capabilities can't be retrieved
12995         * src/mainwindow.c
12996         * src/mainwindow.h
12997                 Add M_DELAYED_FLAGS condition, and let the user use
12998                 Execute in order to be able to expunge deleted mails,
12999                 even if he's not in delayed execute mode
13000         * src/prefs_spelling.c
13001                 Use 'en' dictionary by default if LANG is POSIX or C
13002         * src/gtk/prefswindow.c
13003                 Fix bug #767 (Preferences windows expanding) by making
13004                 the window a bit larger when the resolution is greater
13005                 than 640x480, and by putting the prefs in a
13006                 GtkScrolledWindow.
13007
13008 2005-09-09 [paul]       1.9.14cvs12
13009
13010         * AUTHORS
13011         * configure.ac
13012         * po/zh_TW.Big5.po      ** REMOVED **
13013         * po/zh_TW.po           ** ADDED **
13014                 updated by Wei-Lun Chao
13015
13016 2005-09-09 [paul]       1.9.14cvs11
13017
13018         * src/mainwindow.c
13019                 fix asserts
13020         * src/common/xml.c
13021                 delay memory allocation until file is
13022                 opened successfully
13023                 Patch by Daniel Gustafson
13024
13025 2005-09-09 [colin]      1.9.14cvs10
13026
13027         * src/imap.c
13028                 Add guards
13029
13030 2005-09-08 [colin]      1.9.14cvs9
13031
13032         * src/compose.c
13033                 Alert when we can't save draft
13034                 Fix various wrap/color issues
13035                 Add mid-click pasting respecting wrap_paste option
13036         * src/folder.c
13037         * src/folder.h
13038         * src/folder_item_prefs.c
13039         * src/folder_item_prefs.h
13040         * src/imap.c
13041         * src/imap_gtk.c
13042         * src/imap_gtk.h
13043         * src/main.c
13044         * src/mainwindow.c
13045         * src/mainwindow.h
13046         * src/news.c
13047         * src/news_gtk.c
13048         * src/news_gtk.h
13049         * src/prefs_folder_item.c
13050                 Fix the impossibility to synchronise folders for
13051                 offline use (IMAP and NNTP are concerned)
13052
13053 2005-09-08 [colin]      1.9.14cvs8
13054
13055         * configure.ac
13056                 Build LDAP and JPilot by default if available
13057         * src/textview.c
13058                 Fix use after free
13059
13060 2005-09-08 [paul]       1.9.14cvs7
13061
13062         * doc/manual/en/sylpheed-1.html
13063         * doc/manual/en/sylpheed-18.html
13064         * doc/manual/en/sylpheed-19.html
13065         * doc/manual/en/sylpheed-4.html
13066         * doc/manual/en/sylpheed-6.html
13067         * doc/manual/en/sylpheed.html
13068                 a few minor updates, plus include some
13069                 details about plugins and their requirements
13070         * src/mainwindow.c
13071                 minor changes to English in /View/Sort
13072
13073 2005-09-07 [colin]      1.9.14cvs6
13074
13075         * doc/manual/en/sylpheed-1.html
13076         * doc/manual/en/sylpheed-10.html
13077         * doc/manual/en/sylpheed-11.html
13078         * doc/manual/en/sylpheed-12.html
13079         * doc/manual/en/sylpheed-13.html
13080         * doc/manual/en/sylpheed-14.html
13081         * doc/manual/en/sylpheed-15.html
13082         * doc/manual/en/sylpheed-16.html
13083         * doc/manual/en/sylpheed-17.html
13084         * doc/manual/en/sylpheed-18.html
13085         * doc/manual/en/sylpheed-19.html
13086         * doc/manual/en/sylpheed-2.html
13087         * doc/manual/en/sylpheed-20.html
13088         * doc/manual/en/sylpheed-21.html
13089         * doc/manual/en/sylpheed-22.html
13090         * doc/manual/en/sylpheed-3.html
13091         * doc/manual/en/sylpheed-4.html
13092         * doc/manual/en/sylpheed-5.html
13093         * doc/manual/en/sylpheed-6.html
13094         * doc/manual/en/sylpheed-7.html
13095         * doc/manual/en/sylpheed-8.html
13096         * doc/manual/en/sylpheed-9.html
13097         * doc/manual/en/sylpheed.html
13098                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13099
13100 2005-09-07 [colin]      1.9.14cvs5
13101
13102         * src/mainwindow.c
13103                 Make labels more to-the-point
13104
13105 2005-09-07 [colin]      1.9.14cvs4
13106
13107         * doc/manual/en/sylpheed-1.html
13108         * doc/manual/en/sylpheed-12.html
13109         * doc/manual/en/sylpheed-13.html
13110         * doc/manual/en/sylpheed-14.html
13111         * doc/manual/en/sylpheed-15.html
13112         * doc/manual/en/sylpheed-16.html
13113         * doc/manual/en/sylpheed-17.html
13114         * doc/manual/en/sylpheed-18.html
13115         * doc/manual/en/sylpheed-19.html
13116         * doc/manual/en/sylpheed-2.html
13117         * doc/manual/en/sylpheed-20.html
13118         * doc/manual/en/sylpheed-21.html
13119         * doc/manual/en/sylpheed-22.html
13120         * doc/manual/en/sylpheed-4.html
13121         * doc/manual/en/sylpheed-5.html
13122         * doc/manual/en/sylpheed-6.html
13123         * doc/manual/en/sylpheed-7.html
13124         * doc/manual/en/sylpheed-8.html
13125         * doc/manual/en/sylpheed-9.html
13126         * doc/manual/en/sylpheed.html
13127                 Update manual
13128
13129 2005-09-07 [colin]      1.9.14cvs3
13130
13131         * doc/faq/en/sylpheed-faq-1.html
13132         * doc/faq/en/sylpheed-faq-2.html
13133         * doc/faq/en/sylpheed-faq-3.html
13134         * doc/faq/en/sylpheed-faq.html
13135                 Update FAQ
13136
13137 2005-09-07 [colin]      1.9.14cvs2
13138
13139         * src/folderview.c
13140         * src/procmsg.c
13141         * src/summaryview.c
13142         * src/toolbar.c
13143                 Fix special subfolders:
13144                 - Inherit parent's icon
13145                 - sent contents of queues subfolders
13146                 - empty subfolders of trashes
13147         * src/mainwindow.c
13148                 Remove outdated manual and faq entries
13149         * src/common/utils.c
13150                 Add quotes around %s coming from mailcap
13151
13152 2005-09-07 [colin]      1.9.14cvs1
13153
13154         * src/compose.c
13155                 After saving draft, set modified to FALSE
13156         * src/mimeview.c
13157         * src/common/utils.c
13158         * src/common/utils.h
13159                 Try to open mime parts using what is 
13160                 indicated in ~/.mailcap or /etc/mailcap,
13161                 if possible.
13162
13163 2005-09-05 [paul]       1.9.14
13164
13165         1.9.14 released
13166
13167         * po/sk.po
13168                 updated by Andrej Kacian
13169
13170 2005-09-05 [paul]       1.9.13cvs83
13171
13172         * po/de.po
13173         * po/es.po
13174         * po/fi.po
13175         * po/fr.po
13176         * po/nb.po
13177         * po/pt_BR.po
13178         * po/sr.po
13179                 updated translations by Thomas Gilgin, Ricardo Mones
13180                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13181                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13182
13183 2005-09-04 [paul]       1.9.13cvs82
13184
13185         * src/compose.c
13186                 only warn about exceeded line length limit
13187                 on send
13188
13189 2005-09-04 [paul]       1.9.13cvs81
13190
13191         * src/compose.c
13192                 fix crash in 'line length exceeded' dialogue
13193
13194 2005-09-02 [paul]       1.9.13cvs80
13195
13196         * src/imap.c
13197                 fix bug 795, 'Connection lost IMAP'
13198                 and add statusbar prints
13199                 Patch by Colin
13200
13201 2005-09-02 [paul]       1.9.13cvs79
13202
13203         * src/compose.c
13204                 compose_wrap_paragraph() becomes
13205                 compose_beautify_paragraph()
13206                 Patch by Colin
13207
13208 2005-09-02 [colin]      1.9.13cvs78
13209
13210         * src/folderview.c
13211                 Micro-fix
13212
13213 2005-09-01 [colin]      1.9.13cvs77
13214
13215         * src/imap.c
13216                 Maybe fix bug #795 (Connection lost IMAP)
13217                 Don't try to send logout when we're disconnected.
13218         * src/summaryview.c
13219                 Include locked and marked emails in HRM
13220                 view. Fixes bug #800 (Locked messages no longer 
13221                 show up when hide read messages is used)
13222
13223 2005-09-01 [paul]       1.9.13cvs76
13224
13225         * src/prefs_common.c
13226                 fix bad cutting
13227
13228 2005-08-31 [colin]      1.9.13cvs75
13229
13230         * src/folderview.c
13231         * src/folderview.h
13232         * src/prefs_summaries.c
13233         * src/summaryview.c
13234                 Fix "go to next new", fix preference
13235                 (Open unread/next swapped)
13236
13237 2005-08-31 [paul]       1.9.13cvs74
13238
13239         * src/compose.c
13240         * src/folderview.c
13241         * src/headerview.c
13242         * src/headerview.h
13243         * src/mainwindow.c
13244         * src/prefs_common.c
13245         * src/prefs_common.h
13246         * src/prefs_fonts.c
13247         * src/summaryview.c
13248         * src/textview.c
13249         * src/common/defs.h
13250                 remove obsolete BOLD_FONT setting
13251                 fix font update in headerview and textview
13252                 headers after prefs change
13253                 Patch By Colin
13254
13255 2005-08-31 [paul]
13256
13257         1.9.14-rc4 released
13258
13259 2005-08-30 [colin]      1.9.13cvs73
13260
13261         * src/summaryview.c
13262                 When Hide read messages is selected and we
13263                 refresh the summaryview, don't remove the 
13264                 currently displayed message. Fixes bug #797
13265                 (Summary view reloads when new mail is 
13266                 downloaded in 1.9.14 rc)
13267
13268 2005-08-30 [colin]      1.9.13cvs72
13269
13270         * src/folderview.c
13271                 Fix flickering
13272         * src/mainwindow.c
13273                 Remove useless callback
13274         * src/mimeview.c
13275         * src/gtk/filesel.c
13276         * src/gtk/filesel.h
13277                 Add a filesel_select_file_save_folder() - used by Save All
13278
13279 2005-08-29 [paul]       1.9.13cvs71
13280
13281         * AUTHORS
13282         * src/matcher_parser_parse.y
13283         * src/etpan/imap-thread.c
13284                 fix building on FreeBSD
13285                 Patch by Daniel Gustafson <daniel@hobbit.se>
13286
13287 2005-08-29 [paul]       1.9.13cvs70
13288
13289         * src/plugins/pgpinline/pgpinline.c
13290                 only initialise sig result if it's been handled
13291                 Patch by Colin
13292
13293 2005-08-29 [paul]       1.9.13cvs69
13294         
13295         Patches by Colin:
13296
13297         * src/imap.c
13298         * src/common.utils.c
13299         * src/common/utils.h
13300                 optimisation
13301         * src/stock_pixmap.h
13302                 fix wrong icon reference
13303         * src/pixmaps/trash_btn.xpm
13304                 replace with nicer image
13305
13306 2005-08-28 [colin]      1.9.13cvs68
13307
13308         * src/Makefile.am
13309         * src/stock_pixmap.c
13310         * src/stock_pixmap.h
13311         * src/toolbar.c
13312         * src/pixmaps/trash_btn.xpm
13313                 Add a specific trash xpm for the button
13314
13315 2005-08-28 [colin]      1.9.13cvs67
13316
13317         * src/imap.c
13318                 Fix leak
13319
13320 2005-08-27 [colin]      1.9.13cvs66
13321
13322         * src/imap.c
13323         * src/procmime.c
13324                 Correctly fix "Problem with replies", fixes
13325                 pgpmime encryption too. 
13326
13327 2005-08-27 [colin]      1.9.13cvs65
13328
13329         * src/folder.c
13330         * src/procmsg.c
13331         * src/procmsg.h
13332         * src/summaryview.c
13333                 Fix bug #517 (messages removed from summaryview 
13334                 when moving fails)
13335
13336 2005-08-27 [colin]      1.9.13cvs64
13337
13338         * tools/Makefile.am
13339         * tools/asus_mailled.sh
13340                 Add a script to blink ASUS laptops' mail LED where there
13341                 is unread mail.
13342
13343 2005-08-27 [colin]      1.9.13cvs63
13344
13345         * src/imap.c
13346         * src/etpan/imap-thread.c
13347         * src/etpan/imap-thread.h
13348                 Implement automatic choosing of login method
13349                 Fixes bug #791
13350         * src/gtk/.cvsignore
13351                 Add sylpheed-marshal.[ch]
13352
13353 2005-08-27 [colin]      1.9.13cvs62
13354
13355         * src/common/utils.c
13356                 Fix confusing perror
13357
13358 2005-08-27 [colin]      1.9.13cvs61
13359
13360         * src/toolbar.c
13361         * src/toolbar.h
13362                 Remove A_DELETE, replace it with 
13363                 A_TRASH and A_DELETE_REAL. Automatically
13364                 rewrite config files to replace A_DELETE
13365                 with A_TRASH (no functionality change).
13366                 Fixes half of #794
13367
13368 2005-08-26 [colin]      1.9.13cvs60
13369
13370         * src/procmime.c
13371                 Previous "Problem with replies" fix brought other
13372                 problems, fixing them
13373
13374 2005-08-26 [colin]      1.9.13cvs59
13375
13376         * src/procmime.c
13377                 Fix "Problem with replies". This happened only
13378                 on IMAP...
13379         * src/procmsg.c
13380                 Factorize code a bit
13381         * src/compose.c
13382                 Speed improvement on very long messages (wrapping)
13383                 Fix signature color on Reedit and Redirect
13384                 On Reedit, don't attach pgp-signatures parts, but
13385                 set signing to On.
13386
13387 2005-08-24 [paul]       1.9.13cvs58
13388
13389         * src/compose.c
13390                 don't claim success when clicking
13391                 Cancel on the passphrase box.
13392                 Patch by Colin
13393
13394 2005-08-24 [paul]       1.9.13cvs57
13395
13396         * src/main.c
13397                 fix misplaced sylpheed.log
13398         * src/common/defs.h
13399                 define UIDL_DIR
13400
13401 2005-08-24 [paul]       1.9.13cvs56
13402
13403         * src/imap.c
13404         * src/etpan/imap-thread.c
13405         * src/etpan/imap-thread.h
13406                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13407                 Patch by Colin
13408         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13409         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13410                 remove autogenerated files
13411         * tools/kdeservicemenu/README
13412         * tools/kdeservicemenu/install.sh
13413         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13414         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13415                 use Claws icon, use 'Sylpheed-Claws' in menu,
13416                 use kdialog, and other cleanups
13417
13418 2005-08-23 [paul]       1.9.13cvs55
13419
13420         * src/compose.c
13421                 fix paste/wrap crash
13422                 Patch by Colin
13423
13424 2005-08-23 [paul]       1.9.13cvs54
13425
13426         * src/main.c
13427                 fix crash recovery
13428                 Patch by Colin
13429
13430 2005-08-23 [paul]       1.9.13cvs53
13431
13432         * src/addressbook.c
13433         * src/editaddress.c
13434                 view all data of LDAP contacts
13435                 Patch by Colin
13436
13437 2005-08-23 [paul]       1.9.13cvs52
13438
13439         * src/addressbook.c
13440                 fix issues with the Search field
13441                 Patch by Colin
13442
13443 2005-08-22 [paul]       1.9.13cvs51
13444
13445         * src/folderview.c
13446                 put name of folder in processing dialog
13447                 title
13448         * src/prefs_folder_item.c
13449                 improve english usage
13450
13451 2005-08-22 [paul]       1.9.13cvs50
13452
13453         * src/filtering.c
13454         * src/filtering.h
13455         * src/matcher.c
13456         * src/matcher_parser_lex.l
13457         * src/matcher_parser_parse.y
13458         * src/prefs_filtering.c
13459                 add Filtering/Processing rule names feature.
13460                 (the incompatible old matcherrc is saved as
13461                 matcherrc.pre_names).
13462                 Patch by Colin
13463
13464 2005-08-22 [paul]       1.9.13cvs49
13465
13466         * src/procmsg.c
13467                 fix colour labelling
13468                 Patch by Colin
13469
13470 2005-08-22 [paul]       1.9.13cvs48
13471
13472         * src/textview.c
13473                 fix open_image_cb()
13474
13475 2005-08-22 [paul]       1.9.13cvs47
13476
13477         * src/imap.c
13478                 fix bug 789, 'SC crashes with imap (CVS ver)'
13479                 Patch by Colin
13480
13481 2005-08-22 [paul]       1.9.13cvs46
13482
13483         * src/mimeview.c
13484         * src/prefs_common.c
13485         * src/common/defs.h
13486                 define reused defaults in defs.h
13487         * src/textview.c
13488                 add 'Open image' to image popup menu
13489
13490 2005-08-21 [colin]      1.9.13cvs45
13491
13492         * src/summaryview.c
13493                 Fix bug #788 (Bogus "From" address displayed)
13494
13495 2005-08-20 [colin]      1.9.13cvs44
13496
13497         * src/folder.c
13498                 Fix buf #787 (multilevel delete causes SIGSEGV)
13499
13500 2005-08-19 [colin]      1.9.13cvs43
13501
13502         * src/inc.c
13503         * src/prefs_common.c
13504         * src/prefs_common.h
13505                 Add an hidden pref to allow modifying the
13506                 update stepping in incorporation.
13507                 Patch by wwp.
13508
13509 2005-08-19 [colin]      1.9.13cvs42
13510
13511         * src/compose.c
13512         * src/procmime.c
13513                 Workaround for broken MUAs: encode 
13514                 Content-type: name: as ASCII and 
13515                 Content-Disposition: filename: as
13516                 per rfc2231
13517         * src/prefs_account.c
13518                 Fix invisible-ness of SMTP SSL prefs
13519                 in NNTP accounts
13520
13521 2005-08-19 [paul]       1.9.13cvs41
13522
13523         * src/compose.c
13524         * src/prefs_common.c
13525         * src/prefs_common.h
13526         * src/prefs_wrapping.c
13527                 paste with or without wrapping.
13528                 patch by Colin
13529
13530 2005-08-19 [paul]       1.9.13cvs40
13531
13532         * src/prefs_common.c
13533         * src/prefs_common.h
13534         * src/summaryview.c
13535                 reintroduce enable_swap_from as a
13536                 hidden pref. patch by Colin
13537         * src/quote_fmt_parse.y
13538         * src/plugins/clamav/clamav_plugin.c
13539         * src/plugins/dillo_viewer/dillo_viewer.c
13540         * src/plugins/mathml_viewer/mathml_viewer.c
13541         * src/plugins/pgpcore/sgpgme.c
13542         * src/plugins/pgpinline/pgpinline.c
13543         * src/plugins/pgpmime/pgpmime.c
13544                 tidy up. patch by Colin
13545
13546 2005-08-19 [paul]       1.9.13cvs39
13547
13548         * configure.ac
13549                 complete cvs38's sync
13550         * src/editaddress.c
13551         * src/gedit-print.c
13552         * src/mutt.c
13553         * src/etpan/etpan-log.c
13554         * src/etpan/imap-thread.c
13555         * src/gtk/gtksourceprintjob.c
13556                 fix compilation warnings
13557                 (patch by Colin)
13558
13559 2005-08-19 [paul]       1.9.13cvs38
13560
13561         sync with main:
13562
13563         * src/account.c
13564         * src/action.c
13565         * src/addrbook.c
13566         * src/addrcache.c
13567         * src/addrharvest.c
13568         * src/addrindex.c
13569         * src/codeconv.c
13570         * src/compose.c
13571         * src/crash.c
13572         * src/exporthtml.c
13573         * src/exportldif.c
13574         * src/folder.c
13575         * src/image_viewer.c
13576         * src/inc.c
13577         * src/inc.h
13578         * src/jpilot.c
13579         * src/ldif.c
13580         * src/main.c
13581         * src/matcher.c
13582         * src/mbox.c
13583         * src/messageview.c
13584         * src/mh.c
13585         * src/mimeview.c
13586         * src/msgcache.c
13587         * src/mutt.c
13588         * src/news.c
13589         * src/partial_download.c
13590         * src/pine.c
13591         * src/pop.c
13592         * src/prefs_actions.c
13593         * src/prefs_common.c
13594         * src/prefs_customheader.c
13595         * src/prefs_display_header.c
13596         * src/prefs_gtk.c
13597         * src/prefs_themes.c
13598         * src/procheader.c
13599         * src/procmime.c
13600         * src/procmsg.c
13601         * src/recv.c
13602         * src/send_message.c
13603         * src/simple-gettext.c
13604         * src/sourcewindow.c
13605         * src/textview.c
13606         * src/vcard.c
13607         * src/common/defs.h
13608         * src/common/log.c
13609         * src/common/plugin.c
13610         * src/common/prefs.c
13611         * src/common/session.c
13612         * src/common/session.h
13613         * src/common/socket.c
13614         * src/common/socket.h
13615         * src/common/ssl_certificate.c
13616         * src/common/template.c
13617         * src/common/utils.c
13618         * src/common/utils.h
13619         * src/common/xml.c
13620         * src/gtk/about.c
13621         added wrappers for C library function that
13622                 take pathname arguments.
13623                 enabled compilation with MinGW.
13624                 use GDir instead of directly using opendir().
13625                 added rename_force().
13626
13627 2005-08-19 [paul]       1.9.13cvs37
13628         
13629         patches by Colin:
13630         * src/compose.c
13631                 fix privacy settings on re-editing
13632                 a sent message
13633         * src/jpilot.c
13634                 fix encoding bug
13635         * src/folder.c
13636         * src/procmsg.c
13637         * src/procmsg.h
13638         * src/summaryview.c
13639                 flag changing optimisation
13640
13641 2005-08-18 [martin]     1.9.13cvs36
13642
13643         * commitHelper
13644             added my login
13645         * src/addrcache.c
13646         * src/addrharvest.c
13647         * src/addrindex.c
13648         * src/compose.c
13649         * src/grouplistdialog.c
13650         * src/main.c
13651         * src/mainwindow.c
13652         * src/msgcache.c
13653         * src/mutt.c
13654         * src/pine.c
13655         * src/prefs_account.c
13656         * src/prefs_themes.c
13657         * src/stock_pixmap.c
13658         * src/summaryview.c
13659         * src/gtk/about.c
13660         * src/gtk/logwindow.c
13661             removed deprecated glib and gdk stuff
13662         * src/plugins/pgpcore/select-keys.c
13663             convert attributes from locale to utf8
13664
13665 2005-08-17 [paul]       1.9.13cvs35
13666
13667         * src/account.c
13668         * src/addressbook.c
13669                 use new GTK_STOCK_ icons if available
13670         * src/summaryview.c
13671         * src/gtk/gtksctree.c
13672         * src/gtk/gtksctree.h
13673                 faster range select. patch by Colin
13674
13675 2005-08-17 [paul]       1.9.13cvs34
13676
13677         patches by colin:
13678         * src/addressbook.c
13679         * src/addressitem.h
13680                 Add an edit button for contacts, fix selections
13681                 of gtksctree items
13682         * src/editaddress.c
13683                 Change labels, let Save be always possible in the
13684                 email and user atributes tabs
13685         * src/folderview.c
13686                 fix sort issues
13687         * src/summaryview.c
13688                 select next item instead of the displayed one
13689                 after deletion
13690
13691         * src/gtk/progressdialog.c
13692                 use prefs_common.enable_rules_hint
13693
13694 2005-08-13 [hoa]        1.9.13cvs33
13695
13696         * src/etpan/imap-thread.c
13697                 fixed build on Solaris.
13698
13699 2005-08-10 [colin]      1.9.13cvs32
13700
13701         * src/procmsg.c
13702                 Fix cvs31 (missing fclose before reading
13703                 the file)
13704
13705 2005-08-10 [colin]      1.9.13cvs31
13706
13707         * src/procmsg.c
13708                 Fix procmsg_msginfo_new_from_mimeinfo() when
13709                 the MimeInfo isn't stored in memory. This fixes
13710                 replying to an attached message.
13711
13712 2005-08-10 [colin]      1.9.13cvs30
13713
13714         * src/mainwindow.c
13715                 Fix slowness in account changing
13716
13717 2005-08-10 [colin]      1.9.13cvs29
13718
13719         * src/folder.c
13720         * src/folderutils.c
13721         * src/folderview.c
13722         * src/imap_gtk.c
13723         * src/mainwindow.c
13724         * src/mh_gtk.c
13725         * src/procmsg.c
13726         * src/summaryview.c
13727                 Optimize folder_has_parent_of_type
13728                 Prevent moving special sub-folders from contextual menus
13729                 Rework message a bit ("Empty all messages" -> "Delete all
13730                 messages")
13731                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13732                 and "Deleted Items" folders)
13733
13734 2005-08-08 [colin]      1.9.13cvs28
13735
13736         * src/summaryview.c
13737         * src/prefs_summaries.c
13738                 Make "Select first unread|new" more flexible
13739                 (just prioritize new or unread)
13740
13741 2005-08-08 [colin]      1.9.13cvs27
13742
13743         * src/summaryview.c
13744                 If "select first new" is selected and there only
13745                 are unread messages, fallback to "select first
13746                 unread".
13747
13748 2005-08-08 [colin]      1.9.13cvs26
13749
13750         * src/folder.c
13751                 Fix shameful bugs (and bug #779)
13752
13753 2005-08-08 [colin]      1.9.13cvs25
13754
13755         * src/folder.c
13756         * src/folder.h
13757                 Cache parents' type to make folder_has_parent_of_type
13758                 faster
13759         * src/folderview.c
13760                 Forbid DnD of special sub-folders
13761         * src/procmsg.c
13762         * src/procmsg.h
13763                 Add MAIL_POSTFILTERING_HOOK
13764         * src/summaryview.c
13765                 Revert over-zealous deletion of the use_addr_book 
13766                 code
13767
13768 2005-08-07 [colin]      1.9.13cvs24
13769
13770         * src/folder.c
13771                 Fix big mistake (passing MsgInfo instead 
13772                 of FolderItem)
13773
13774 2005-08-07 [colin]      1.9.13cvs23
13775
13776         * src/compose.c
13777         * src/folder.c
13778         * src/folder.h
13779         * src/foldersel.c
13780         * src/folderutils.c
13781         * src/folderview.c
13782         * src/imap.c
13783         * src/mainwindow.c
13784         * src/messageview.c
13785         * src/mh.c
13786         * src/msgcache.c
13787         * src/procmime.c
13788         * src/summaryview.c
13789                 Make subfolders of Drafts, Queue, Outbox, Trash
13790                 work like their parents. 
13791                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13792
13793 2005-08-07 [colin]      1.9.13cvs22
13794
13795         * src/addressbook.c
13796                 Fix bug #771 (Dragged contacts not saved)
13797
13798 2005-08-07 [paul]       1.9.13cvs21
13799
13800         * src/summaryview.c
13801                 fix bug 32 'Search Doesn't display results
13802                 if "Hide Read Messages" is chosen'
13803                 be more literal in interpreting 'Hide read
13804                 messages'
13805
13806 2005-08-07 [colin]      1.9.13cvs20
13807
13808         * src/folderview.c
13809                 Add debug
13810         * src/summaryview.c
13811                 Faster 'unthread_for_execution'
13812
13813 2005-08-06 [paul]       1.9.13cvs19
13814
13815         * src/mainwindow.c
13816                 add mnemonics to Set displayed columns
13817                 fix bug where msgview_visible option was
13818                 overwritten as TRUE on startup
13819
13820 2005-08-06 [paul]       1.9.13cvs18
13821
13822         * src/mainwindow.c
13823                 refer to 'displayed columns in folder/message
13824                 list' not 'displayed items in summary/message view'
13825         * src/prefs_display_header.c
13826                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13827                 be consistent with similar dialogues
13828         * src/prefs_folder_column.c
13829         * src/prefs_summary_column.c
13830                 'columns' not 'items', and folder and message lists,
13831                 instead of folder and summary views;
13832                 Use 'Hidden columns' as list heading not 'Available
13833                 items';
13834                 move the 'Remove' button to the right hand side;
13835                 top-align the buttons;
13836                 remove unneeded vbox
13837         * src/prefs_summaries.c
13838                 put the 2 column prefs buttons in a frame to reduce
13839                 overall width; refer to columns not items &c.
13840
13841 2005-08-05 [colin]      1.9.13cvs17
13842
13843         * src/prefs_common.c
13844         * src/prefs_common.h
13845         * src/mainwindow.c
13846         * src/compose.c
13847         * src/messageview.c
13848                 Add an hidden toolbar_detachable pref, so
13849                 that I can get rid of these painful handles
13850                 in the toolbars. Defaults to TRUE to avoid
13851                 changing the GUI on unsuspecting people...
13852
13853 2005-08-05 [colin]      1.9.13cvs16
13854
13855         * src/Makefile.am
13856         * src/prefs_folder_column.c
13857         * src/prefs_folder_column.h
13858                 Add prefs for folder columns
13859         * src/folderview.c
13860         * src/folderview.h
13861         * src/mainwindow.c
13862         * src/mainwindow.h
13863         * src/prefs_common.c
13864         * src/prefs_common.h
13865         * src/prefs_summaries.c
13866                 Use them
13867         * src/prefs_summary_column.c
13868         * src/summaryview.c
13869         * src/summaryview.h
13870                 Add a To column
13871         * src/textview.c
13872         * src/common/utils.c
13873         * src/common/utils.h
13874                 Move uri colourisation functions
13875                 to utils
13876         * src/compose.c
13877                 Colourise URIs
13878         * src/imap.c
13879                 Fix bug with LIST where we'd try
13880                 to get Folder//////[...]/// 
13881
13882 2005-08-05 [paul]       1.9.13cvs15
13883
13884         * src/prefs_summaries.c
13885                 improve the English usage
13886         * src/summaryview.c
13887                 set font on column change
13888                 thanks to Colin
13889
13890 2005-08-05 [paul]       1.9.13cvs14
13891
13892         * src/prefs_common.c
13893         * src/prefs_common.h
13894         * src/prefs_summaries.c
13895         * src/summaryview.c
13896                 replace 'open_unread_on_enter' option with
13897                 'select_on_entry' option. opening/not opening
13898                 is now exclusively controlled by 'always_show_msg'
13899
13900 2005-08-04 [colin]      1.9.13cvs13
13901
13902         * src/compose.c
13903                 Remove dead code
13904                 Add colourisation of quotes and signatures
13905         * src/folderview.c
13906                 Fix possible crashes
13907         * src/messageview.c
13908                 Change an assert that is no problem
13909         * src/news.c
13910         * src/news_gtk.c
13911         * src/news_gtk.h
13912                 Fix offline mode
13913         * src/gtk/quicksearch.c
13914                 Fix a possible crash
13915
13916 2005-08-03 [colin]      1.9.13cvs12
13917
13918         * src/prefs_account.c
13919                 Fix bug #777 (Sylpheed crash in account configuration)
13920
13921 2005-08-03 [colin]      1.9.13cvs11
13922
13923         * src/addressbook.c
13924         * src/editaddress.c
13925         * src/editgroup.c
13926                 Fixing addressbook, round 2
13927         * src/textview.c
13928                 Fix emphasis color on rechecking 'Colorize messages'
13929
13930 2005-08-03 [paul]       1.9.13cvs10
13931
13932         sync with main
13933
13934         * src/addr_compl.c
13935         * src/compose.c
13936         * src/main.c
13937         * src/pop.c
13938         * src/prefs_account.c
13939         * src/procmime.c
13940         * src/procmsg.c
13941         * src/quote_fmt_parse.y
13942         * src/textview.c
13943         * src/common/quoted-printable.c
13944         * src/common/utils.c
13945         * src/common/utils.h
13946         * src/common/xml.c
13947                 replaced incorrect locale-independent
13948                 ctype functions with GLib's. Corrected
13949                 signedness mismatch.
13950         * src/headerview.c
13951                 headerview_create(): added spacing for vbox.
13952         * src/gtk/about.c
13953                 set focus to the OK button.
13954
13955 2005-08-03 [colin]      1.9.13cvs9
13956
13957         * src/folderview.c
13958                 Fix possible crash
13959
13960 2005-08-02 [colin]      1.9.13cvs8
13961
13962         * src/mainwindow.c
13963                 Fix cast
13964         * src/addressbook.c
13965         * src/addressitem.h
13966                 Fix a cast and more generally, try to make the
13967                 GUI more intuitive and consistent (round 1)
13968
13969 2005-08-02 [paul]       1.9.13cvs7
13970
13971         * src/folder.h
13972                 missing in 1.9.13cvs6
13973
13974 2005-08-02 [colin]      1.9.13cvs6
13975
13976         * src/folder.c
13977                 Fix one more leak
13978
13979 2005-08-02 [colin]      1.9.13cvs5
13980
13981         * src/folder.c
13982         * src/folderview.c
13983         * src/imap.c
13984         * src/main.c
13985         * src/mbox.c
13986         * src/procmsg.c
13987         * src/summaryview.c
13988                 Fix a number of folder_item_get_msg_list()-related
13989                 leaks (missing procmsg_msginfo_free()s)
13990
13991 2005-08-01 [colin]      1.9.13cvs4
13992
13993         * src/folderview.c
13994         * src/folderview.h
13995         * src/mainwindow.c
13996         * src/prefs_fonts.c
13997         * src/prefs_summaries.c
13998         * src/prefs_themes.c
13999         * src/summaryview.c
14000         * src/summaryview.h
14001         * src/textview.c
14002         * src/textview.h
14003                 Fix instant-apply of summary and folderview-related prefs
14004                 Fix erroneous g_free and alertpanels in prefs_theme
14005                 Add instant-apply for fonts
14006                 Defer applying of prefs a little bit so it's done only
14007                 once even if requested by multiples prefs pages
14008
14009 2005-08-01 [paul]       1.9.13cvs3
14010
14011         * src/main.c
14012                 fix bug 776 'S.C. crashes on close'
14013                 thanks to Colin
14014         * src/etpan/etpan-thread-manager-types.h
14015                 add missing include
14016                 thanks to Hoa
14017
14018 2005-07-25 [paul]       1.9.13cvs2
14019
14020         * src/summaryview.c
14021                 fix typos. spotted by Fabien Vantard
14022
14023 2005-07-24 [paul]       1.9.13cvs1
14024
14025         * doc/man/sylpheed.1
14026                 update man page, incorporating fix of
14027                 bug 769 'Typo in manpage'
14028         * src/etpan/imap-thread.c
14029                 fix NetBSD openssl dependencies. patch by
14030                 George Michaelson <ggm@apnic.net>
14031         * po/pt_BR.po
14032                 updated by Frederico Goncalves Guimaraes
14033
14034 2005-07-22 [paul]       1.9.13
14035
14036         1.9.13 release
14037
14038 2005-07-22 [paul]       1.9.12cvs91
14039
14040         * AUTHORS
14041         * INSTALL
14042         * README.claws
14043         * RELEASE_NOTES.claws
14044                 updated for release
14045         * configure.ac
14046         * po/nb.po
14047         * tools/claws.i18n.status.pl
14048                 add Norwegian translation. submiited by
14049                 Geir Helland <pjallabais@users.sourceforge.net>
14050         * po/ca.po
14051         * po/de.po
14052         * po/es.po
14053         * po/fi.po
14054         * po/fr.po
14055         * po/it.po
14056         * po/sk.po
14057         * po/sr.po
14058         * po/zh_CN.po
14059                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14060                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14061                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14062                 Yang Guilong
14063         * src/plugins/clamav/clamav_plugin_gtk.c
14064         * src/plugins/spamassassin/spamassassin_gtk.c
14065                 replace outdated description strings
14066
14067 2005-07-21 [colin]      1.9.12cvs90
14068
14069         * src/folder.c
14070                 Set folder to batch mode when scanning it. Makes deletion
14071                 of unread mails on IMAP much faster (due to the UNREAD 
14072                 flag unsetting)
14073
14074 2005-07-21 [darko]      1.9.12cvs89
14075
14076         * configure.ac
14077                 link against libresolv if necessary (patch by Paul)
14078         * src/msgcache.c
14079                 use glib's portable macros to determine endianness
14080
14081 2005-07-21 [paul]       1.9.12cvs88
14082
14083         * src/crash.c
14084         * src/gtk/about.c
14085                 update compiled-in features list
14086
14087 2005-07-20 [colin]      1.9.12cvs87
14088
14089         * src/folder.c
14090         * src/textview.c
14091                 Gcc 2.9x compilation fixes, thanks to Darko
14092         * src/plugins/clamav/clamav_plugin.c
14093                 Little optimisation: load virus database only once
14094         * src/plugins/spamassassin/spamassassin.c
14095                 Big optimisation: filtering one mail took at least 1 second,
14096                 now it takes at least 50ms. Doesn't speed up spamassassin 
14097                 itself, but should already be much more tolerable.
14098
14099 2005-07-20 [colin]      1.9.12cvs86
14100
14101         * src/summaryview.c
14102                 Fix performance issue
14103
14104 2005-07-19 [colin]      1.9.12cvs85
14105
14106         * src/plugins/pgpinline/plugin.c
14107                 Fix warning
14108
14109 2005-07-19 [colin]      1.9.12cvs84
14110
14111         * configure.ac
14112         * src/plugins/Makefile.am
14113         * src/plugins/pgpinline/.cvsignore
14114         * src/plugins/pgpinline/Makefile.am
14115         * src/plugins/pgpinline/pgpinline.c
14116         * src/plugins/pgpinline/pgpinline.deps
14117         * src/plugins/pgpinline/pgpinline.h
14118         * src/plugins/pgpinline/plugin.c
14119                 Put pgpinline in the main tree
14120
14121 2005-07-19 [paul]       1.9.12cvs83
14122
14123         * src/prefs_actions.c
14124                 prevent '//' in menu names, which cause a crash
14125                 thanks to Colin
14126
14127 2005-07-19 [paul]       1.9.12cvs82
14128
14129         * configure.ac
14130                 be generally more informative in configure output.
14131                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14132                 '[ --disable-openssl ...', as --enable-openssl is default
14133                 PGP/MIME: don't check for GPGME again, check for
14134                 pgpcore instead. Therefore prevent the possibility of
14135                 attempting to build pgpmime if pgpcore dependencies are
14136                 not met
14137                 ClamAV: use pkgconfig to check for lib
14138                 libgnomeprint: revert logic on inner test to match
14139                 everything else
14140         * src/plugins/pgpcore/sgpgme.c
14141                 add missing include
14142
14143 2005-07-19 [colin]      1.9.12cvs81
14144
14145         * src/summaryview.c
14146                 Fix slow thread rebuilding in particular
14147                 cases
14148
14149 2005-07-19 [paul]       1.9.12cvs80
14150
14151         * sylpheed-claws.desktop
14152                 fix typo, spotted by Stephan Sachse
14153         * src/account.c
14154                 replace GTK_STOCK_ADD with
14155                 GTK_STOCK_NEW button
14156
14157 2005-07-18 [colin]      1.9.12cvs79
14158
14159         * src/etpan/imap-thread.c
14160                 Fix return value (Thanks Hoa)
14161
14162 2005-07-18 [colin]      1.9.12cvs78
14163
14164         * src/imap.c
14165                 Allow empty passwords
14166                 Create drafts/queue/outbox if necessary
14167         * src/summaryview.c
14168                 Remove old code
14169         * src/etpan/imap-thread.c
14170                 Fix STARTTLS (Thanks to Hoa)
14171
14172 2005-07-18 [paul]       1.9.12cvs77
14173
14174         * ChangeLog-gtk2.jp
14175         * ChangeLog.jp
14176                 removed
14177         * Makefile.am
14178                 updated to reflect additions and removals
14179         * TODO
14180                 updated to be claws-specific
14181         * TODO-gtk2
14182         * TODO-gtk2.jp
14183         * TODO.jp
14184         * sylpheed-128x128.png
14185         * sylpheed-64x64.png
14186                 removed
14187         * sylpheed-claws-128x128.png
14188         * sylpheed-claws-64x64.png
14189         * sylpheed-claws.desktop
14190         * sylpheed-claws.png
14191                 added
14192         * sylpheed.desktop
14193         * sylpheed.png
14194                 removed
14195
14196 2005-07-17 [paul]       1.9.12cvs76
14197
14198         * src/account.c
14199         * src/addressbook.c
14200         * src/alertpanel.c
14201         * src/alertpanel.h
14202         * src/compose.c
14203         * src/exphtmldlg.c
14204         * src/expldifdlg.c
14205         * src/folderview.c
14206         * src/imap_gtk.c
14207         * src/inc.c
14208         * src/message_search.c
14209         * src/messageview.c
14210         * src/mh_gtk.c
14211         * src/news_gtk.c
14212         * src/prefs_actions.c
14213         * src/prefs_filtering.c
14214         * src/prefs_matcher.c
14215         * src/prefs_template.c
14216         * src/prefs_themes.c
14217         * src/ssl_manager.c
14218         * src/summary_search.c
14219         * src/textview.c
14220         * src/toolbar.c
14221         * src/gtk/sslcertwindow.c
14222         * src/plugins/pgpcore/sgpgme.c
14223                 rework alertpanels
14224
14225 2005-07-17 [colin]      1.9.12cvs75
14226
14227         * src/privacy.c
14228                 add a PrivacySystem accessor that checks that
14229                 the system cached in a MimeInfo's privacydata
14230                 is still registered. Use this accessor instead
14231                 of directly using data->system. Fixes crashes
14232                 after unloading pgp plugins.
14233
14234 2005-07-17 [colin]      1.9.12cvs74
14235
14236         * src/alertpanel.c
14237                 Change geometry hints to a simple default size.
14238                 Fixes the certs dialogs.
14239
14240 2005-07-17 [colin]      1.9.12cvs73
14241
14242         * src/gtk/sslcertwindow.c
14243                 Use a gtkExpander
14244
14245 2005-07-17 [colin]      1.9.12cvs72
14246
14247         * src/plugins/pgpcore/Makefile.am
14248         * src/plugins/pgpmime/Makefile.am
14249                 Add gpgme libs
14250
14251 2005-07-17 [paul]       1.9.12cvs71
14252
14253         * configure.ac
14254                 add --disable-gnomeprint option
14255                 modified version of patch by Marius Mauch
14256
14257 2005-07-17 [paul]       1.9.12cvs70
14258
14259         * src/common/defs.h
14260                 update urls
14261         * src/account.c
14262         * src/action.c
14263         * src/addressbook.c
14264         * src/compose.c
14265         * src/foldersel.c
14266         * src/folderview.c
14267         * src/html.c
14268         * src/imap_gtk.c
14269         * src/main.c
14270         * src/mainwindow.c
14271         * src/messageview.c
14272         * src/mh_gtk.c
14273         * src/mimeview.c
14274         * src/news_gtk.c
14275         * src/prefs_account.c
14276         * src/prefs_send.c
14277         * src/prefs_summaries.c
14278         * src/procmsg.c
14279         * src/summaryview.c
14280         * src/common/utils.c
14281         * src/common/xml.c
14282         * src/plugins/pgpcore/passphrase.c
14283         * src/plugins/pgpcore/select-keys.c
14284                 replace inappropriately used backticks
14285                 with single quotes
14286
14287 2005-07-16 [colin]      1.9.12cvs69
14288
14289         * src/image_viewer.c
14290                 Add extra paranoid checks
14291
14292 2005-07-16 [colin]      1.9.12cvs68
14293
14294         * src/plugins/pgpcore/prefs_gpg.c
14295                 Don't auto-check sigs by default, as it
14296                 can be really slow.
14297
14298 2005-07-16 [colin]      1.9.12cvs67
14299
14300         * src/plugins/pgpcore/sgpgme.c
14301                 Make messages a bit better.
14302
14303 2005-07-16 [colin]      1.9.12cvs66
14304
14305         * src/imap.c
14306                 Remove pseudo-log
14307         * src/etpan/imap-thread.c
14308                 Add real log
14309
14310 2005-07-16 [colin]      1.9.12cvs65
14311
14312         * src/main.c
14313         * src/prefs_other.c
14314                 And now, fix build with libetpan :-/
14315
14316 2005-07-15 [colin]      1.9.12cvs64
14317
14318         * src/prefs_other.c
14319                 Continue fixing build without libetpan.
14320
14321 2005-07-15 [colin]      1.9.12cvs63
14322
14323         * src/main.c
14324                 Fix build with --disable-libetpan
14325
14326 2005-07-15 [colin]      1.9.12cvs62
14327
14328         * configure.ac
14329                 Bump libetpan's version
14330
14331 2005-07-15 [colin]      1.9.12cvs61
14332
14333         * src/etpan/imap-thread.c
14334                 Actually stop logging :)
14335
14336 2005-07-15 [colin]      1.9.12cvs60
14337
14338         * src/addressbook.c
14339                 Fix dnd of multiple addresses.
14340
14341 2005-07-15 [hoa]        1.9.12cvs59
14342
14343         * src/etpan/imap-thread.c
14344             disable login of IMAP password in libetpan log file.
14345
14346 2005-07-15 [paul]       1.9.12cvs58
14347
14348         * src/account.c
14349                 don't automatically sort
14350                 do allow drag n drop
14351
14352 2005-07-15 [paul]       1.9.12cvs57
14353
14354         * src/account.c
14355         * src/ssl_manager.c
14356                 alphabetical listing
14357
14358 2005-07-15 [paul]       1.9.12cvs56
14359
14360         * src/gtk/pluginwindow.c
14361                 sort plugin list alphabetically
14362
14363 2005-07-15 [paul]       1.9.12cvs55
14364
14365         * src/prefs_spelling.c
14366         * src/prefs_wrapping.c
14367                 unify English usage
14368
14369 2005-07-15 [colin]      1.9.12cvs54
14370
14371         * src/wizard.c
14372                 Typo fix
14373
14374 2005-07-15 [paul]       1.9.12cvs53
14375
14376         * src/prefs_message.c
14377                 make 'show cursor' a hidden option
14378
14379 2005-07-14 [colin]      1.9.12cvs52
14380
14381         * src/plugins/spamassassin/Makefile.am
14382         * src/plugins/clamav/Makefile.am
14383                 Fix double EXTRA_DISTs
14384
14385 2005-07-14 [colin]      1.9.12cvs51
14386
14387         * src/plugins/clamav/Makefile.am
14388         * src/plugins/clamav/clamav_plugin_gtk.deps
14389         * src/plugins/spamassassin/Makefile.am
14390         * src/plugins/spamassassin/spamassassin_gtk.deps
14391                 Make $plugin_gtk depend on $plugin
14392
14393 2005-07-14 [hoa]        1.9.12cvs50
14394
14395         * src/etpan/imap-thread.c
14396                 enable debug log of libetpan when running with --debug
14397
14398 2005-07-14 [colin]      1.9.12cvs49
14399
14400         * configure.ac
14401         * src/common/Makefile.am
14402         * src/common/plugin.c
14403         * src/common/plugin.h
14404                 Add a little plugin dependancy system.
14405                 Plugins can ship a $plugin_name.deps file
14406                 (near them in PLUGINDIR) so that their
14407                 dependancies are loaded if possible.
14408         * src/plugins/Makefile.am
14409         * src/plugins/pgpcore/Makefile.am
14410         * src/plugins/pgpcore/passphrase.c
14411         * src/plugins/pgpcore/passphrase.h
14412         * src/plugins/pgpcore/plugin.c
14413         * src/plugins/pgpcore/prefs_gpg.c
14414         * src/plugins/pgpcore/prefs_gpg.h
14415         * src/plugins/pgpcore/select-keys.c
14416         * src/plugins/pgpcore/select-keys.h
14417         * src/plugins/pgpcore/sgpgme.c
14418         * src/plugins/pgpcore/sgpgme.h
14419                 Introduce pgpcore, used by pgpmime and
14420                 pgpinline
14421         * src/plugins/pgpmime/Makefile.am
14422         * src/plugins/pgpmime/passphrase.c
14423         * src/plugins/pgpmime/passphrase.h
14424         * src/plugins/pgpmime/pgpmime.c
14425         * src/plugins/pgpmime/pgpmime.deps
14426         * src/plugins/pgpmime/plugin.c
14427         * src/plugins/pgpmime/prefs_gpg.c
14428         * src/plugins/pgpmime/prefs_gpg.h
14429         * src/plugins/pgpmime/select-keys.c
14430         * src/plugins/pgpmime/select-keys.h
14431         * src/plugins/pgpmime/sgpgme.c
14432         * src/plugins/pgpmime/sgpgme.h
14433                 Remove the core from pgpmime and add the
14434                 dependancy to pgpcore.
14435
14436 2005-07-14 [paul]       1.9.12cvs48
14437
14438         * src/stock_pixmap.c
14439                 forgot this in last commit
14440
14441 2005-07-14 [paul]       1.9.12cvs47
14442
14443         * src/account.c
14444         * src/addressbook.c
14445                 add accelerators for the buttons (sync with main)
14446         * src/compose.c
14447         * src/compose.h
14448                 add accelerators for the buttons.
14449                 fix editing with external editor.
14450                 replace gdk_input_*() with GIOChannel;
14451                 (sync with main)
14452         * src/foldersel.c
14453                 display folder names with new/unread
14454                 representation (sync with main)
14455         * src/main.c
14456                 specify default window icon (sync with main)
14457         * src/prefs_common.c
14458                 use_addr_book default to FALSE
14459         * src/summaryview.c
14460         * src/textview.c
14461                 add accelerators for the buttons (sync with main)
14462         * src/gtk/menu.c
14463                 fix typos
14464         * src/pixmaps/sylpheed_icon.xpm
14465                 updated
14466
14467 2005-07-13 [paul]       1.9.12cvs46
14468
14469         * src/plugins/pgpmime/pgpmime.c
14470         * src/plugins/pgpmime/sgpgme.c
14471                 (temporarily) use deprecated gpgme_data_rewind()
14472                 while largefile support is not present
14473                 (as suggested by Colin)
14474
14475 2005-07-13 [paul]       1.9.12cvs45
14476
14477         * configure.ac
14478                 remove large file support (for now):
14479                 it breaks too many things
14480
14481 2005-07-13 [paul]       1.9.12cvs44
14482
14483         * configure.ac
14484                 add large file support
14485         * src/html.c
14486                 fix bug #763 where href attribute was not
14487                 the very first attribute of a link
14488                 patch by Thomas Gilgin
14489
14490 2005-07-13 [colin]      1.9.12cvs43
14491
14492         * src/gtk/pluginwindow.c
14493                 Little portability fix
14494
14495 2005-07-13 [colin]      1.9.12cvs42
14496
14497         * src/plugins/pgpmime/sgpgme.c
14498                 Fix crasher.
14499
14500 2005-07-13 [colin]      1.9.12cvs41
14501
14502         * src/plugins/pgpmime/pgpmime.c
14503         * src/plugins/pgpmime/sgpgme.c
14504                 Use gpgme_data_release_and_get_mem instead
14505                 of gpgme_data_read.
14506
14507 2005-07-13 [colin]      1.9.12cvs40
14508
14509         * configure.ac
14510         * src/plugins/pgpmime/passphrase.c
14511         * src/plugins/pgpmime/passphrase.h
14512         * src/plugins/pgpmime/pgpmime.c
14513         * src/plugins/pgpmime/plugin.c
14514         * src/plugins/pgpmime/select-keys.c
14515         * src/plugins/pgpmime/select-keys.h
14516         * src/plugins/pgpmime/sgpgme.c
14517         * src/plugins/pgpmime/sgpgme.h
14518                 Port pgpmime to gpgme-1.0.
14519
14520 2005-07-12 [paul]       1.9.12cvs39
14521
14522         * AUTHORS
14523         * src/toolbar.c
14524         * src/toolbar.h
14525                 add a 'Go to Prev' button to the toolbar.
14526                 correct tooltip text of go to buttons.
14527                 based on patch by Yang Guilong <bamanzi@gmail.com>
14528
14529 2005-07-12 [colin]      1.9.12cvs38
14530
14531         * src/statusbar.c
14532                 Fix progress bar showing stuff at startup.
14533
14534 2005-07-12 [paul]       1.9.12cvs37
14535
14536         * src/editjpilot.c
14537                 fix building with jpilot support
14538
14539 2005-07-11 [colin]      1.9.12cvs36
14540
14541         * src/inc.c
14542                 Add visual indication that filtering is running
14543         * src/textview.c
14544                 Make {}[] uri delimiters
14545         * src/summaryview.c
14546                 Remove useless (and slow) calls
14547
14548 2005-07-11 [paul]       1.9.12cvs35
14549
14550         * src/plugins/clamav/clamav_plugin_gtk.c
14551         * src/plugins/dillo_viewer/dillo_prefs.c
14552         * src/plugins/pgpmime/prefs_gpg.c
14553         * src/plugins/spamassassin/spamassassin_gtk.c
14554                 gather plugins prefs together under their
14555                 own 'Plugins' heading
14556
14557 2005-07-11 [paul]       1.9.12cvs34
14558
14559         sync with main
14560
14561         * src/account.c
14562                 account_delete(): modified alert dialog
14563         * src/editjpilot.c
14564         * src/editvcard.c
14565                 fixed a crash when cancelling file selection
14566                 dialog by Escape key. Made non-ascii filename
14567                 selectable.
14568         * src/prefs_template.c
14569                 prefs_template_window_create(): make scrolled
14570                 window policy AUTOMATIC
14571
14572 2005-07-10 [hoa]        1.9.12cvs33
14573
14574         * src/etpan/imap-thread.c
14575                 workaround for old Courier IMAP servers.
14576
14577 2005-07-10 [colin]      1.9.12cvs32
14578
14579         * src/folder.c
14580         * src/statusbar.c
14581         * src/statusbar.h
14582                 Add visual progress indicator on filtering/processing
14583                 Factorize the progress bar code
14584         * src/imap.c
14585         * src/imap.h
14586         * src/etpan/imap-thread.c
14587                 Add a reference counter to avoid destroying the Folder
14588                 while it's in use by another callback.
14589
14590 2005-07-09 [hoa]        1.9.12cvs31
14591
14592         * src/imap.c
14593         * src/etpan/imap-thread.c
14594                 fixed deadlock when removing IMAP account.
14595
14596 2005-07-08 [colin]      1.9.12cvs30
14597
14598         * src/textview.c
14599         * src/unmime.c
14600                 Fix again problems decoding broken headers
14601         * src/gtk/inputdialog.c
14602                 Fix local variable shadowing a global one
14603
14604 2005-07-08 [colin]      1.9.12cvs29
14605
14606         * src/msgcache.c
14607                 Make the cache/mark files platform-agnostic by writing
14608                 them in little-endian format. Reading them is also done
14609                 in little-endian format, of course; however, in order
14610                 to avoid trashing mark data on big-endian machines, the
14611                 files are, at first, read from the native format if the
14612                 little-endian one doesn't exist. This is easy to deter-
14613                 mine by trying to open a file with a swapped data_ver
14614                 and seeing if it's the wanted version.
14615                 Little-endian using users should see absolutely no
14616                 difference, Big-endian users may get a very little
14617                 performance drop due to byte-swapping.
14618                 Tested on i386 and ppc32. 
14619                 Fixes bug #159 (The index file, in the mailboxes, is 
14620                 hardware depending).
14621
14622                 To have the cache/mark files updated to the new little-
14623                 endian format, "Check for new messages" or even
14624                 "Rebuild folder tree" aren't enough. Files will be
14625                 updated as soon as a folder has been opened/closed.
14626                 To update everything, just select all folders by
14627                 selecting them one by one.
14628
14629 2005-07-07 [colin]      1.9.12cvs28
14630
14631         * src/imap.c
14632                 Remember the folder separator per IMAPFolder
14633                 instead of globally.
14634                 Revive the Session on noop; fixes bug #761
14635                 (mark a bunch of unread messages as read takes 
14636                 forever)
14637
14638 2005-07-07 [darko]      1.9.12cvs27
14639
14640         * src/common/template.c
14641                 Sort templates alphabetically
14642
14643 2005-07-06 [colin]      1.9.12cvs26
14644
14645         * src/imap.c
14646                 Try to use the correct separator in
14647                 most cases. Possibly fixes bug #759
14648                 (only creates the INBOX folder when 
14649                 setting up new IMAP account) and 
14650                 bug #760 (Can't retrieve messages)
14651
14652 2005-07-06 [colin]      1.9.12cvs25
14653
14654         * src/imap.c
14655                 Use real_path in status command. This will
14656                 help later, when namespaces will be used.
14657
14658 2005-07-06 [colin]      1.9.12cvs24
14659
14660         * configure.ac
14661         * src/account.c
14662         * src/folder.c
14663         * src/imap.c
14664         * src/etpan/etpan-log.c
14665         * src/etpan/etpan-thread-manager.c
14666         * src/etpan/imap-thread.c
14667                 Add a --disable-libetpan parameter. With this,
14668                 users that don't want IMAP4 support can avoid
14669                 the new dependancy (and have no IMAP support).
14670                 Users that have IMAP4 accounts and use this
14671                 parameter won't lose their configuration, their
14672                 IMAP accounts will just be invisible and not
14673                 used.
14674         * src/textview.c
14675                 Make the "Copy ..." contextual menu items 
14676                 copy to both the X clipboard and the gtk 
14677                 clipboard - as most other apps do.
14678         * src/gtk/about.c
14679                 Add a notice about OpenSSL usage, in order to
14680                 comply with OpenSSL's license (point 6):
14681                 http://www.openssl.org/source/license.html
14682
14683 2005-07-06 [colin]      1.9.12cvs23
14684
14685         * src/alertpanel.c
14686                 Fix a minimum size for alertpanels
14687         * src/compose.c
14688                 Show 'No space left on device' type errors
14689                 when queuing/sending
14690         * src/imap_gtk.c
14691         * src/mh_gtk.c
14692                 Rework folder's deletion message (remove 
14693                 extra \n)
14694
14695 2005-07-05 [colin]      1.9.12cvs22
14696
14697         * src/imap.c
14698                 Add an alertpanel on auth error
14699                 Add pseudo-log
14700                 Remove pthread-related stuff
14701
14702 2005-07-05 [colin]      1.9.12cvs21
14703
14704         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14705                 Fix crash on plugin reloading (with a hack)
14706
14707 2005-07-05 [colin]      1.9.12cvs20
14708
14709         * src/prefs_account.c
14710         * src/prefs_account.h
14711                 Fix typo
14712         * src/gtk/filesel.c
14713         * src/gtk/filesel.h
14714                 Add a way to filter the view
14715         * src/gtk/pluginwindow.c
14716                 Filter loadable stuff
14717         * src/plugins/pgpmime/prefs_gpg.c
14718                 Fix missing unregistration
14719         * .cvsignore
14720         * src/etpan/.cvsignore
14721         * src/plugins/spamassassin/.cvsignore
14722                 Add more stuff to cvs ignored files
14723
14724 2005-07-04 [colin]      1.9.12cvs19
14725
14726         * src/imap.c
14727                 Fix scan_required returning FALSE when it
14728                 shouldn't. Maybe fix #760 (Can't retrieve
14729                 messages)
14730
14731 2005-07-04 [colin]      1.9.12cvs18
14732
14733         * src/summaryview.c
14734                 Fix always_show_msg pref
14735
14736 2005-07-04 [paul]       1.9.12cvs17
14737
14738         sync with main (forgotten in last commit)
14739         
14740         * src/common/utils.c
14741         * src/common/utils.h
14742                 check_line_length(): new.
14743                 is_dir_exist()
14744                 is_file_entry_exist()
14745                 dirent_is_regular_file()
14746                 dirent_is_directory(): use g_file_test() instead of stat().
14747
14748 2005-07-04 [paul]       1.9.12cvs16
14749
14750         sync with main:
14751
14752         * src/compose.c
14753                 compose_write_to_file(): check for line
14754                 length limit and display warning if exceeds
14755         * src/jpilot.c
14756                 use get_home_dir() instead of g_get_home_dir()
14757         * src/procheader.c
14758                 removed warning about invalid date
14759         * src/vcard.c
14760                 use get_home_dir() instead of g_get_home_dir()
14761
14762 2005-07-04 [paul]       1.9.12cvs15
14763
14764         * src/stock_pixmap.c
14765                 fix new pixmap naming errors
14766                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14767
14768 2005-07-04 [colin]      1.9.12cvs14
14769
14770         * src/imap.c
14771                 Fix debugging string with a warning
14772
14773 2005-07-04 [colin]      1.9.12cvs13
14774
14775         * configure.ac
14776                 Add a check for libetpan's version (>= 0.37)
14777
14778 2005-07-04 [hoa]        1.9.12cvs12
14779
14780         * commitHelper
14781         * src/imap.c
14782         * src/etpan/imap-thread.c
14783         * src/etpan/imap-thread.h
14784                 fixed IMAP implementation of check of mails.
14785
14786 2005-07-03 [hoa]        1.9.12cvs11
14787
14788         * src/etpan/Makefile.am
14789         * src/etpan/etpan-errors.h
14790         * src/etpan/etpan-log.[ch]
14791         * src/etpan/etpan-thread-manager-types.h
14792         * src/etpan/etpan-thread-manager.[ch]
14793         * src/etpan/imap-thread.[ch]
14794         * src/Makefile.am
14795         * src/imap.c
14796         * src/main.c
14797         * src/prefs_other.c
14798         * configure.ac
14799             merged imap branch.
14800             dependency on libetpan 0.37 is now added.
14801
14802 2005-07-01 [colin]      1.9.12cvs10
14803
14804         * src/Makefile.am
14805         * src/folder.c
14806         * src/folder.h
14807         * src/folderview.c
14808         * src/stock_pixmap.c
14809         * src/stock_pixmap.h
14810         * src/plugins/trayicon/trayicon.c
14811                 Add marked symbol on folders containing
14812                 marked messages
14813         * src/procmsg.c
14814         * src/procmsg.h
14815         * src/toolbar.c
14816         * src/prefs_common.c
14817         * src/prefs_common.h
14818         * src/prefs_send.c
14819                 Add an optional confirmation dialog on queue
14820                 sending. Patch by wwp.
14821         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14822         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14823         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14824         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14825         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14826         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14827         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14828         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14829         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14830         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14831         * src/pixmaps/trash_mark.xpm            ** ADDED **
14832                 New pixmaps
14833
14834 2005-07-01 [colin]      1.9.12cvs9
14835
14836         * src/summaryview.c
14837                 Fix a little threading bug
14838         * src/addrgather.c
14839         * src/mainwindow.c
14840                 A little bit of HIG normality never hurts
14841
14842 2005-07-01 [colin]      1.9.12cvs8
14843
14844         * src/compose.c
14845         * src/msgcache.c
14846         * src/pop.c
14847         * src/procmime.c
14848         * src/recv.c
14849         * src/common/log.c
14850         * src/common/template.c
14851         * src/common/utils.c
14852         * src/common/utils.h
14853                 Reverted the fwrite_atomic stuff. In fact
14854                 it is already atomic.
14855
14856 2005-06-30 [colin]      1.9.12cvs7
14857
14858         * src/common/utils.c
14859         * src/common/utils.h
14860                 Add an fwrite_atomic() function to make
14861                 sure we write everything: fwrite can make
14862                 short writes.
14863         * src/compose.c
14864         * src/msgcache.c
14865         * src/pop.c
14866         * src/procmime.c
14867         * src/recv.c
14868         * src/common/log.c
14869         * src/common/template.c
14870                 Use that (and fix swapping of size and nmemb).
14871                 Thanks to Rich Coe for the heads up.
14872
14873 2005-06-30 [colin]      1.9.12cvs6
14874
14875         * src/addressbook.c
14876                 Optimize addressbook opening 
14877
14878 2005-06-30 [colin]      1.9.12cvs5
14879
14880         * src/summaryview.c
14881                 Remove calls to summary_step after move/copy
14882
14883 2005-06-28 [paul]       1.9.12cvs4
14884
14885         * src/alertpanel.c
14886                 wrap and make the error msg selectable
14887
14888 2005-06-28 [paul]       1.9.12cvs3
14889
14890         * src/ssl_manager.c
14891                 replace the OK button with a Close button
14892         * src/gtk/foldersort.c
14893                 use GTK_STOCK_ icons/buttons
14894
14895 2005-06-28 [colin]      1.9.12cvs2
14896
14897         * src/gedit-print.c             ** ADDED **
14898         * src/gedit-print.h             ** ADDED **
14899         * src/gtk/gtksourceprintjob.c   ** ADDED **
14900         * src/gtk/gtksourceprintjob.h   ** ADDED **
14901                 I can't believe no one had enough time to tell
14902                 me I forgot the `cvs add`
14903
14904 2005-06-27 [colin]      1.9.12cvs1
14905
14906         * src/Makefile.am
14907         * src/gtk/Makefile.am
14908         * src/messageview.c
14909         * src/procmsg.c
14910         * src/summaryview.c
14911         * configure.ac
14912                 Add optional libgnomeprint-based printing
14913         * src/mainwindow.c
14914         * src/gtk/quicksearch.c
14915                 Add an Edit/Quick search menu item to show
14916                 and focus the quicksearch
14917
14918 2005-06-27 [paul]       1.9.12
14919
14920         1.9.12 release
14921
14922         * po/ca.po
14923         * po/de.po
14924         * po/es.po
14925         * po/fr.po
14926         * po/it.po
14927         * po/ko.po
14928         * po/pt_BR.po
14929         * po/sk.po
14930         * po/zh_CN.po
14931                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14932                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
14933                 SungHyun Nam, Frederico Goncalves Guimaraes,
14934                 Andrej Kacian, and Yang Guilong
14935 2005-06-26 [colin]      1.9.11cvs106
14936
14937         * src/imap_gtk.c
14938                 Forgot one file for previous fix
14939
14940 2005-06-26 [colin]      1.9.11cvs105
14941
14942         * src/folder.c
14943         * src/imap.c
14944                 Fix problems with folder operations in no_select
14945                 imap folders. it applies only to mails, and 
14946                 creation/deletion/move/renaming of folders 
14947                 should be possible
14948
14949 2005-06-26 [paul]       1.9.11cvs104
14950
14951         * src/prefs_filtering.c
14952                 replace one more GTK_STOCK_REMOVE
14953                 with GTK_STOCK_DELETE
14954
14955 2005-06-25 [colin]      1.9.11cvs103
14956
14957         * src/imap.c
14958                 Optimize get_seq_set_from_seq_list
14959                 (Patch by Ricardo) 
14960
14961 2005-06-25 [colin]      1.9.11cvs102
14962
14963         * src/mh.c
14964                 If the directory exists, but not in the
14965                 correct encoding, rename it. This should
14966                 handle old-versions-induced bugs.
14967
14968 2005-06-25 [colin]      1.9.11cvs101
14969
14970         * src/mh.c
14971                 Fix path access with extended dir names
14972                 Fixes bug #589 (SC segfaults with wrong locale
14973                 settings)
14974
14975 2005-06-25 [colin]      1.9.11cvs100
14976
14977         * src/prefs_account.c
14978         * src/prefs_account.h
14979         * src/compose.c
14980                 Add an option to encrypt replies to
14981                 encrypted messages
14982
14983 2005-06-25 [colin]      1.9.11cvs99
14984
14985         * src/compose.c
14986         * src/quote_fmt_parse.y
14987                 ... And make it work with pgpinline.
14988
14989 2005-06-25 [colin]      1.9.11cvs98
14990
14991         * src/compose.c
14992         * src/procmime.c
14993         * src/procmime.h
14994         * src/quote_fmt_parse.y
14995                 o Make reedition of encrypted messages possible
14996                   (as long as it is encrypted to self too, no
14997                    magic there)
14998                 o Make replying with quote (and without selecting
14999                   text) possible for encrypted messages.
15000                 Closes bug #550 (Not possible to "reply with quote"
15001                 to gnupg encrypted messages)
15002
15003 2005-06-24 [paul]       1.9.11cvs97
15004
15005         * src/imap.c
15006                 add missing include
15007
15008 2005-06-24 [paul]       1.9.11cvs96
15009
15010         * src/editldap.c
15011                 made bind password entry invisible
15012                 (sync with main)
15013         * src/send_message.c
15014                 send_message_local(): check exit status
15015                 to detect errors (sync with main)
15016         * src/textview.c
15017                 use main's less ambiguous popup menu
15018                 wording
15019
15020 2005-06-24 [paul]       1.9.11cvs95
15021
15022         * src/prefs_actions.c
15023         * src/prefs_customheader.c
15024         * src/prefs_display_header.c
15025         * src/prefs_filtering_action.c
15026         * src/prefs_matcher.c
15027         * src/prefs_template.c
15028         * src/prefs_toolbar.c
15029                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15030         * src/gtk/description_window.c
15031                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15032
15033 2005-06-23 [colin]      1.9.11cvs94
15034
15035         * src/summaryview.c
15036                 Fix rough edges (be sure to call status_show whenever
15037                 necessary).
15038
15039 2005-06-23 [colin]      1.9.11cvs93
15040
15041         * src/summaryview.c
15042                 Optimize Select All
15043                 Before, in a 5K mails folder: 11s
15044                 After, in the same folder: 58000µs
15045                 The joys of locking... gtk_clist_select_all() fires a 
15046                 tree-select-row event for each selected row, which in 
15047                 summaryview, callbacks summary_selected which in turn,
15048                 calls summary_status_show, which walks the selected
15049                 rows. Hence, calling gtk_clist_select_all was 
15050                 exponential. Locking the summaryview makes 
15051                 summary_selected return early.
15052
15053 2005-06-23 [colin]      1.9.11cvs92
15054
15055         * src/imap.c
15056                 Move mutex at the important place to avoid
15057                 deadlocks
15058         * src/summaryview.c
15059                 Fix Del key deleting directly instead of
15060                 moving to trash
15061
15062 2005-06-22 [colin]      1.9.11cvs91
15063
15064         * src/plugins/spamassassin/libspamc.c
15065                 As we do spagetti code with assignations in multiple
15066                 places (see _message_read_raw where out = msg = raw),
15067                 let's be sure we don't free the same pointer twice.
15068                 Should fix bug #683 (Crash in libpam at 
15069                 message_cleanup).
15070
15071 2005-06-22 [colin]      1.9.11cvs90
15072
15073         * src/compose.c
15074         * src/messageview.c
15075         * src/toolbar.c
15076                 Make toolbar's delete use the move to trash stuff;
15077                 Add gtk_widget_realize to be sure pixmaps can get
15078                 created (that may fix an old worksforme bug which
15079                 I can't find back...)
15080
15081 2005-06-22 [colin]      1.9.11cvs89
15082
15083         * src/summaryview.c
15084         * src/summaryview.h
15085         * src/mainwindow.c
15086                 Rename "Message/Delete" to "Message/Move to trash"
15087                 Add "Message/Delete..." that directly destroys the
15088                 selected messages after asking for a confirmation.
15089
15090 2005-06-22 [colin]      1.9.11cvs88
15091
15092         * src/imap.c
15093                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15094                 o Fix a deadlock (thanks Darko)
15095
15096 2005-06-22 [colin]      1.9.11cvs87
15097
15098         * src/gtk/foldersort.c
15099                 Add missing include for the i18n;
15100                 patch by Fabien Vantard
15101
15102 2005-06-21 [colin]      1.9.11cvs86
15103
15104         * src/folder.c
15105         * src/folderview.c
15106                 Respect the no_select flag
15107         * src/imap.c
15108                 Fix recursive deletion
15109         * src/imap_gtk.c
15110         * src/mh_gtk.c
15111                 Make the folder deletion's warning
15112                 more explicit
15113
15114 2005-06-21 [colin]      1.9.11cvs85
15115
15116         * src/textview.c
15117                 Prevent email addresses from spanning accross
15118                 lines - fixes bug # 646 (newline-chars in 
15119                 email addresses)
15120
15121 2005-06-20 [colin]      1.9.11cvs84
15122
15123         * src/folder.c
15124                 Be sure not to remove source if copy failed
15125
15126 2005-06-20 [colin]      1.9.11cvs83
15127
15128         * src/folderview.c
15129         * src/imap_gtk.c
15130                 remove summaryview's lock
15131         * src/imap.c
15132                 introduce threads to avoid problems when foreground tasks
15133                 interfere with background tasks
15134         * src/mh.c
15135                 prevent moving to drafts/queue
15136         * src/mimeview.c
15137                 fix leak
15138
15139 2005-06-19 [colin]      1.9.11cvs82
15140
15141         * src/imap_gtk.c
15142                 Remember that the user doesn't want to override
15143                 offline mode, for 3 seconds. It avoid presenting
15144                 him with N popups in a really short time.
15145
15146 2005-06-17 [colin]      1.9.11cvs81
15147
15148         * src/imap.c
15149                 Fix IMAP breaking on folders containing '('
15150                 (Probably won't be enough)
15151
15152 2005-06-17 [colin]      1.9.11cvs80
15153
15154         Forgotten files on 1.9.11cvs79
15155         * src/summaryview.c
15156                 Fix stepping when not immediately executing
15157         * src/imap.c
15158                 Really prevent UID FETCH 0
15159         * src/codeconv.c
15160                 Fix outgoing charset never set to utf-8
15161         * src/mh.c
15162                 Fix leak
15163
15164 2005-06-16 [colin]      1.9.11cvs79
15165
15166         * src/compose.c
15167                 Fix bug #707 (Dash splits rows)
15168                 Only wrap if we're on a line break position and
15169                 the previous one was a "white" (space) char.
15170                 Pango stuff is weird.
15171
15172 2005-06-16 [colin]      1.9.11cvs78
15173
15174         * src/imap_gtk.c
15175                 Lock summaryview while downloading messages
15176                 on user demand
15177         * src/procheader.c
15178         * src/unmime.c
15179         * src/common/utils.c
15180         * src/common/utils.h
15181                 Replace \r and \n with spaces in From and
15182                 Subject headers
15183
15184 2005-06-16 [paul]       1.9.11cvs77
15185
15186         * src/procmime.c
15187                 liberalise the mime parser
15188         * src/gtk/about.c
15189                 add text wrapping
15190
15191 2005-06-16 [paul]       1.9.11cvs76
15192
15193         * src/gtk/about.c
15194                 reworked
15195
15196 2005-06-15 [colin]      1.9.11cvs75
15197
15198         * src/compose.c
15199                 Finish header encoding fix
15200         * src/summaryview.c
15201                 Fix segfault
15202         * src/headerview.c
15203                 Fix compilation (Thanks Stephan
15204                 Sachse)
15205
15206 2005-06-15 [colin]      1.9.11cvs74
15207
15208         * Makefile.am
15209                 Install gnome2 stuff rather than gnome1, 
15210                 if both are present
15211         * src/codeconv.c
15212         * src/codeconv.h
15213         * src/compose.c
15214                 Fix headers encoding
15215         * src/folder.c
15216                 Visual progress when fetching all messages
15217         * src/folderview.c
15218         * src/summaryview.c
15219         * src/summaryview.h
15220                 Prevent changing current message while
15221                 incorporating
15222
15223 2005-06-15 [paul]       1.9.11cvs73
15224
15225         * src/gtk/gtkaspell.c
15226         * src/gtk/gtkaspell.h
15227                 fix build warnings
15228
15229 2005-06-15 [paul]       1.9.11cvs72
15230
15231         * src/prefs_filtering.c
15232                 allow reordering of filter rules by
15233                 drag n drop
15234
15235 2005-06-15 [paul]       1.9.11cvs71
15236
15237         * COPYING
15238                 updated
15239         * src/codeconv.c
15240                 replace deprecated function
15241         * src/inc.c
15242         * src/send_message.c
15243         * src/gtk/progressdialog.c
15244         * src/gtk/progressdialog.h
15245                 salvage and reuse parts of reverted sync
15246
15247 2005-06-15 [paul]       1.9.11cvs70
15248
15249         * src/inc.c
15250         * src/send_message.c
15251         * src/gtk/progressdialog.c
15252         * src/gtk/progressdialog.h
15253                 revert yesterday's sync with main
15254                 it contains deprecated functions
15255
15256 2005-06-15 [colin]      1.9.11cvs69
15257
15258         * src/headerview.c
15259                 Fix bug #670 (multi user to: will corrupt message 
15260                 headers display)
15261
15262 2005-06-15 [colin]      1.9.11cvs68
15263
15264         * src/compose.c
15265                 Fix bug #421 (Fix undo on wrapping)
15266
15267 2005-06-15 [colin]      1.9.11cvs67
15268
15269         * src/folder.c
15270                 Provide visual feedback while processing
15271                 folder's rules.
15272         * src/imap.c
15273                 Provide visual feedback while getting
15274                 short headers (for uncached messages)
15275
15276
15277 2005-06-14 [paul]       1.9.11cvs66
15278
15279         * src/account.c
15280                 change a couple stock icons
15281         * src/inc.c
15282         * src/send_message.c
15283         * src/gtk/progressdialog.c
15284         * src/gtk/progressdialog.h
15285                 sync main's GtkTreeView implementation
15286
15287 2005-06-14 [colin]      1.9.11cvs65
15288
15289         * src/imap.c
15290                 Various little fixes, mainly on error paths
15291
15292 2005-06-13 [colin]      1.9.11cvs64
15293
15294         * matcher.c
15295         * procmsg.c
15296         * procmsg.h
15297                 Add a way to fetch only headers. This speeds
15298                 up filtering on headers for IMAP. Fixes:
15299                 bug #481 extraneous imap commands slow down 
15300                         imap filtering
15301                 bug #522 Sylpheed downloads all messages 
15302                         when opening mailbox (IMAP)
15303                 bug #677 IMAP fetch is soooooooooooooo slow
15304         * src/folder.c
15305         * src/folder.h
15306                 Add a folder set_batch method so that
15307                 implementations can speed up flags changes
15308         * src/folderutils.c
15309         * src/summaryview.c
15310                 Use that in mark as (un)read and mark all read
15311                 Refix bug #679
15312         * src/imap.c
15313                 Implement set_batch - brings back deferred
15314                 flags in a less buggy manner. Fixes:
15315                 bug #729 IMAP immediate expunge of deleted messages
15316                 bug #191 remove list of messages with one command
15317                 Fix login with strange chars
15318                 Implement fetch_msg_full
15319                 Fix copy (wrong counts)
15320
15321 2005-06-12 [colin]      1.9.11cvs63
15322
15323         * src/folder.c
15324                 lock incorporation during long operations.
15325                 Avoids fucking up the IMAP socket.
15326
15327 2005-06-12 [colin]      1.9.11cvs62
15328
15329         * src/imap.c
15330                 Fix harmful typo
15331                 Factorize remove_all_msg
15332                 Thread-ize expunge
15333         * src/summaryview.c
15334                 Don't update partial-download status if unnecessary
15335         * src/folder.c
15336                 Use remove_msgs everywhere possible
15337
15338 2005-06-12 [colin]      1.9.11cvs61
15339
15340         * src/folder.c
15341         * src/folder.h
15342                 Add a remove_msgs function to remove a 
15343                 list of messages
15344         * src/imap.c
15345                 Implement that.
15346
15347 2005-06-12 [colin]      1.9.11cvs60
15348
15349         * src/imap.c
15350                 Remove flags-processing deferring... Too hard
15351                 to get it to work in all cases.
15352
15353 2005-06-11 [colin]      1.9.11cvs59
15354
15355         * src/imap.c
15356                 printf -> debug_print
15357
15358 2005-06-11 [colin]      1.9.11cvs58
15359
15360         * src/imap.c
15361                 o Fix build without USE_PTHREAD
15362                 o Factorize imap_open
15363                 o Alertpanel in case of impossible connection
15364                 o Alertpanel in case of impossible login
15365                 o Fix deferred flags processing to force a 
15366                   flush before adding some more flags to process,
15367                   but in another folder.
15368
15369 2005-06-10 [colin]      1.9.11cvs57
15370
15371         * src/imap.c
15372                 o Fix a format string error
15373                 o init ssl socket outside of the thread 
15374                   (it possibly invokes gtk calls)
15375         * src/procmime.c
15376                 o Put back the buffer to its necessary size
15377                 o Fix changing a file pointer without keeping
15378                   track of it (thanks Valgrind)
15379         * src/common/smtp.c
15380                 o Fix automatic STARTTLS if login should be done
15381                   and the server only allows it after starting TLS
15382         * src/gtk/gtkinputdialog.c
15383                 o Eat GDK_Return so that the combo popup doesn't 
15384                   appear when we press Enter to validate the combo
15385                   input dialog (as seen in the Open with... dialog)
15386
15387 2005-06-10 [colin]      1.9.11cvs56
15388
15389         * src/imap.c
15390                 o A bit less debug
15391                 o Fix a crash on deletion
15392                 o Threadize imap_select (it's called outside of 
15393                   threads)
15394                 o Defer treatment of DELETED flags
15395
15396
15397 2005-06-09 [colin]      1.9.11cvs55
15398
15399         * src/imap.c
15400                 Make sure we check imap_gtk_should_override(), which
15401                 potentially calls gtk stuff, before creating thread.
15402                 That way it should't be called via imap_get_session()
15403                 inside a thread.
15404
15405 2005-06-09 [colin]      1.9.11cvs54
15406
15407         * src/imap.c
15408                 o add a bit of status output
15409                 o remove some dead code
15410                 o threadize get_list_of_uids
15411                 o threadize imap_get_flags
15412                 o defer flag changing by 500ms so that they
15413                   can be batched
15414
15415
15416 2005-06-08 [colin]      1.9.11cvs53
15417
15418         * src/imap.c
15419                 Thread-ize imap_cmd_fetch
15420
15421 2005-06-08 [colin]      1.9.11cvs52
15422
15423         * src/main.c
15424                 Mmh, that broke POP3...
15425
15426 2005-06-08 [colin]      1.9.11cvs51
15427
15428         * src/main.c
15429                 Stabilize IMAP patch (thanks to Hoa)
15430
15431 2005-06-08 [colin]      1.9.11cvs50
15432
15433         * src/imap.c
15434                 Test patch to speed up imap. 
15435
15436 2005-06-08 [colin]      1.9.11cvs49
15437
15438         * src/imap_gtk.c
15439                 Warning fix
15440         * src/procmime.c
15441                 Apply patch from gentoo to use /usr/share/mime/globs if 
15442                 available, after un-breaking it
15443         * src/common/log.c
15444         * src/common/log.h
15445                 Use g_timeout for invoking hooks that possibly use gtk
15446                 calls. This should leave gtk calls in the main thread.
15447
15448 2005-06-08 [paul]       1.9.11cvs48
15449
15450         * src/codeconv.c
15451                 conv_get_outgoing_charset_str(): don't
15452                 use prefs_common setting
15453         * src/compose.c
15454         * src/compose.h
15455                 add /Options/Character encoding/... to
15456                 temporarily change the outgoing encoding
15457
15458         (belated sync with main)
15459
15460 2005-06-08 [paul]       1.9.11cvs47
15461
15462         * src/compose.c
15463                 correction to/completion of last
15464                 sync with main
15465
15466 2005-06-08 [paul]       1.9.11cvs46
15467
15468         sync with main:
15469         
15470         * src/codeconv.c
15471         * src/codeconv.h
15472                 always enabled Japanese auto-detection
15473                 if the first letters of locale string
15474                 is "ja"
15475         * src/compose.c
15476                 don't use "destroy" signal to destroy
15477                 Compose object (fix rare crashes on discard?)
15478         * src/mainwindow.c
15479         * src/messageview.c
15480         * src/prefs_send.c
15481                 added Hebrew encodings
15482         * src/sourcewindow.c
15483                 don't use "destroy" signal to destroy
15484                 objects
15485
15486 2005-06-07 [colin]      1.9.11cvs45
15487
15488         * src/summaryview.c
15489                 Add missing unlocks/locks
15490
15491 2005-06-07 [paul]       1.9.11cvs44
15492
15493         * src/summaryview.c
15494                 restore bug #749 fix
15495
15496 2005-06-06 [colin]      1.9.11cvs43
15497
15498         * src/summaryview.c
15499                 Fix selection bug when prefs_common.open_unread 
15500                 is FALSE
15501
15502 2005-06-06 [colin]      1.9.11cvs42
15503
15504         * src/common/md5.c
15505                 Fix a warning
15506         * src/summaryview.c
15507         * src/folderview.c
15508                 Factorize long operations beginning and end
15509                 (locking, freezing/thawing, cursor, ...)
15510                 Check selection->data member in selection-
15511                 related loops; this avoids dying an awful
15512                 death if the selection changes on us while
15513                 we're marking a whole IMAP folder unread, 
15514                 for example.
15515
15516 2005-06-06 [paul]       1.9.11cvs41
15517
15518         * src/textview.c
15519                 don't g_free() a static gchar buffer
15520
15521 2005-06-05 [colin]      1.9.11cvs40
15522
15523         * src/mainwindow.c
15524         * src/messageview.c
15525         * src/summaryview.c
15526                 Fix bug #749 (Show all headers should be
15527                 sticky as the GUI suggests)
15528
15529 2005-06-03 [paul]       1.9.11cvs39
15530
15531         * src/compose.c
15532                 don't allow editing of mail while sending.
15533                 patch by Colin
15534
15535 2005-06-03 [paul]       1.9.11cvs38
15536
15537         * src/folderview.c
15538                 add a freeze/thaw to speed up 'mark all read'
15539
15540 2005-06-03 [paul]       1.9.11cvs37
15541
15542         * src/prefs_message.c
15543                 reflect changes immediately
15544
15545 2005-06-02 [colin]      1.9.11cvs36
15546
15547         * po/POTFILES.in
15548                 Patch by Fabien Vantard.
15549
15550 2005-06-02 [colin]      1.9.11cvs35
15551
15552         * src/imap.c
15553                 Use a non-blocking imap_getline() if possible.
15554                 This should completely prevent the interface
15555                 from freezin on imap operations, although it
15556                 may do strange stuff in case of folder switching
15557                 while a big imap operation is taking place...
15558
15559                 In addition, fix a leak in the case thread
15560                 creation fails on connection.
15561
15562 2005-06-02 [colin]      1.9.11cvs34
15563
15564         * src/crash.c
15565         * src/prefs_common.h
15566                 Fix build (prefs_common_init() doesn't exist
15567                 anymore)
15568
15569 2005-06-02 [colin]      1.9.11cvs33
15570
15571         * src/prefs_account.c
15572                 Fix bug #245 (filtering rules broken when
15573                 renaming a remote account (imap4 or nntp)
15574
15575 2005-06-02 [colin]      1.9.11cvs32
15576
15577         * src/imap.c
15578                 Try to fix IMAP shortcomings: 
15579                 o Multithread imap_open()
15580                 o allow offline-mode overriding instead of
15581                   just returning NULL
15582         * src/imap_gtk.c
15583         * src/imap_gtk.h
15584                 Add a function to ask whether we want to
15585                 override offline-mode for 10 minutes (one-shot
15586                 asking was painful)
15587         * src/procheader.c
15588                 Fix segfault when imap parser isn't happy about
15589                 a missing {
15590
15591 2005-06-01 [colin]      1.9.11cvs31
15592
15593         * src/addrharvest.c
15594         * src/compose.c
15595         * src/mbox.c
15596         * src/mbox.h
15597         * src/mh.c
15598         * src/msgcache.c
15599         * src/send_message.c
15600         * src/setup.c
15601         * src/undo.c
15602         * src/common/hooks.c
15603         * src/common/prefs.c
15604         * src/common/template.c
15605         * src/common/utils.c
15606         * src/gtk/gtkutils.c
15607         * src/gtk/inputdialog.c
15608         * src/gtk/menu.c
15609         * src/gtk/pluginwindow.c
15610         * src/gtk/prefswindow.c
15611         * src/plugins/pgpmime/passphrase.c
15612         * src/plugins/pgpmime/prefs_gpg.c
15613                 More -Wall fixes
15614
15615         * src/common/Makefile.am
15616         * src/common/timing.h
15617                 Add basic timing code
15618
15619         * src/summaryview.c
15620                 Fix a bug with unread messages when 
15621                 re-sorting folders, and by the way
15622                 fix a big performance hit when 
15623                 re-sorting (10k mails: before 5s,
15624                 after .5s)
15625
15626         * src/prefs_compose_writing.c
15627         * src/prefs_compose_writing.h
15628         * src/prefs_message.c
15629         * src/prefs_message.h
15630         * src/prefs_other.c
15631         * src/prefs_other.h
15632         * src/prefs_quote.c
15633         * src/prefs_quote.h
15634         * src/prefs_receive.c
15635         * src/prefs_receive.h
15636         * src/prefs_send.c
15637         * src/prefs_send.h
15638         * src/prefs_summaries.c
15639         * src/prefs_summaries.h
15640                 Fix copyright banner
15641
15642 2005-06-01 [paul]       1.9.11cvs30
15643
15644         * po/fi.po
15645                 updated by Flammie Pirinen
15646         * src/procmime.c
15647                 fix 'Bad BASE64 content' output
15648
15649 2005-05-31 [colin]      1.9.11cvs29
15650
15651         * src/procmime.c
15652                 Oops, where did my hunk go.
15653
15654 2005-05-31 [colin]      1.9.11cvs28
15655
15656         * src/Makefile.am
15657         * src/account.c
15658         * src/action.c
15659         * src/addr_compl.c
15660         * src/addressbook.c
15661         * src/codeconv.c
15662         * src/compose.c
15663         * src/export.c
15664         * src/folder.c
15665         * src/folderview.c
15666         * src/image_viewer.c
15667         * src/main.c
15668         * src/mainwindow.c
15669         * src/messageview.c
15670         * src/mimeview.c
15671         * src/msgcache.c
15672         * src/prefs_account.c
15673         * src/prefs_actions.c
15674         * src/prefs_common.c
15675         * src/prefs_compose_writing.c
15676         * src/prefs_customheader.c
15677         * src/prefs_ext_prog.c
15678         * src/prefs_filtering.c
15679         * src/prefs_filtering_action.c
15680         * src/prefs_fonts.c
15681         * src/prefs_image_viewer.c
15682         * src/prefs_message.c
15683         * src/prefs_message.h
15684         * src/prefs_msg_colors.c
15685         * src/prefs_other.c
15686         * src/prefs_other.h
15687         * src/prefs_quote.c
15688         * src/prefs_receive.c
15689         * src/prefs_receive.h
15690         * src/prefs_send.c
15691         * src/prefs_send.h
15692         * src/prefs_spelling.c
15693         * src/prefs_summaries.c
15694         * src/prefs_summary_column.c
15695         * src/prefs_template.c
15696         * src/prefs_themes.c
15697         * src/prefs_toolbar.c
15698         * src/prefs_wrapping.c
15699         * src/procmime.c
15700         * src/procmsg.c
15701         * src/send_message.h
15702         * src/ssl_manager.c
15703         * src/summary_search.c
15704         * src/summaryview.c
15705         * src/textview.c
15706         * src/wizard.c
15707         * src/common/smtp.c
15708         * src/common/smtp.h
15709         * src/gtk/gtkutils.h
15710                 o Move the rest of Common prefs to new style
15711                 o Lots of -Wall warning fixes
15712                 o fix FIXME in cache memusage calculation
15713                 o Let return receipts be sent from any account
15714                 o Little cache optimisation (read)
15715                 o Fix bug #746 (don't treat commas as separators
15716                   when inside a quoted string)
15717
15718 2005-05-31 [paul]       1.9.11cvs27
15719
15720         * src/prefs_common.c
15721                 fix 'off-by-one' typo
15722
15723 2005-05-31 [paul]       1.9.11cvs26
15724
15725         * src/account.c
15726         * src/addr_compl.c
15727         * src/compose.c
15728         * src/foldersel.c
15729         * src/prefs_actions.c
15730         * src/prefs_common.c
15731         * src/prefs_common.h
15732         * src/prefs_customheader.c
15733         * src/prefs_display_header.c
15734         * src/prefs_filtering.c
15735         * src/prefs_filtering_action.c
15736         * src/prefs_matcher.c
15737         * src/prefs_summaries.c
15738         * src/prefs_summary_column.c
15739         * src/prefs_template.c
15740         * src/prefs_toolbar.c
15741         * src/ssl_manager.c
15742         * src/gtk/pluginwindow.c
15743         * src/gtk/prefswindow.c
15744         * src/gtk/progressdialog.c
15745                 add hidden prefs 'enable_rules_hint'
15746                 for gtk_tree_view_set_rules_hint()
15747                 (sync with main)
15748                 
15749
15750 2005-05-31 [colin]      1.9.11cvs25
15751
15752         * src/Makefile.am
15753         * src/main.c
15754         * src/prefs_common.c
15755         * src/prefs_summaries.c ** ADDED **
15756         * src/prefs_summaries.h ** ADDED **
15757                 Common/Display -> Display/Summaries
15758
15759 2005-05-31 [colin]      1.9.11cvs24
15760
15761         * src/Makefile.am
15762         * src/main.c
15763         * src/prefs_quote.c ** ADDED **
15764         * src/prefs_quote.h ** ADDED **
15765                 Move Common/Quote to Compose/Quoting
15766         * src/prefs_common.c
15767         * src/prefs_common.h
15768                 Remove old quote stuff, add
15769                 convenience functions for GtkTextView prefs
15770         * src/gtk/prefswindow.c
15771                 Set default height higher
15772
15773 2005-05-30 [colin]      1.9.11cvs23
15774
15775         * src/Makefile.am
15776         * src/main.c
15777         * src/prefs_common.c
15778         * src/prefs_compose_writing.c ** ADDED **
15779         * src/prefs_compose_writing.h ** ADDED **
15780                 Move Common/Compose prefs to Compose/Writing
15781
15782 2005-05-30 [colin]      1.9.11cvs22
15783
15784         * src/common/utils.c
15785                 Fix bug #651 (Confused Attract by Subject)
15786                 Patch by M. Benkmann <haferfrost@web.de>
15787         * AUTHORS
15788
15789 2005-05-30 [colin]      1.9.11cvs21
15790
15791         * src/compose.c
15792                 Fix concatenation of different headers of
15793                 the same type (bug #645)
15794         * src/prefs_folder_item.c
15795                 Fix bug #699 (setting color to black doesn't
15796                 work immediately)
15797         * src/procmime.c
15798                 Print out decoding error only once per
15799                 block
15800
15801 2005-05-30 [paul]       1.9.11cvs20
15802
15803         * src/common/template.c
15804                 fix Bcc
15805
15806 2005-05-30 [paul]       1.9.11cvs19
15807
15808         * doc/src/rfc2368.txt   **NEW FILE**
15809         * src/compose.c
15810                 compose_entries_set(): don't interpret Bcc
15811                 header field (conform to RFC 2368)
15812                 (sync with main)
15813
15814 2005-05-29 [colin]      1.9.11cvs18
15815
15816         * src/prefs_common.c
15817                 Let the default reply format respect
15818                 netiquette by cutting the signature.
15819
15820 2005-05-29 [colin]      1.9.11cvs17
15821
15822         * src/summaryview.c
15823                 Don't let always_show_msg override
15824                 open_unread_on_enter when opening a new
15825                 directory.
15826
15827 2005-05-27 [paul]       1.9.11cvs16
15828
15829         sync with main:
15830
15831         * src/main.c
15832                 app_will_exit(): cleanup tmp directory when exit
15833         * src/message_search.c
15834                 improved the interface and made code cleanup.
15835                 removed Clear button
15836         * src/send_message.c
15837                 send_message_local(): use GSpawn, and detect errors
15838         * src/summary_search.c
15839                 improved the interface and made code cleanup
15840         * src/textview.c
15841                 textview_write_link(): also skip non-ascii space
15842                  at the head of link strings (phishing check
15843                  didn't work at the case)
15844         * src/common/utils.c
15845                 get_command_output(): use g_spawn_command_line_sync()
15846                 instead of popen()
15847
15848 2005-05-26 [colin]      1.9.11cvs15
15849
15850         * src/folder.c
15851                 remove printf
15852
15853 2005-05-26 [colin]      1.9.11cvs14
15854
15855         * src/common/nntp.c
15856                 Fix nntp mode reader (bug #611)
15857                 Patch by Florian Mickler <florian@mickler.org>
15858
15859 2005-05-26 [colin]      1.9.11cvs13
15860
15861         * src/plugins/pgpmime/passphrase.c
15862                 Fix mouse grabbing (bug #557)
15863
15864 2005-05-26 [colin]      1.9.11cvs12
15865
15866         * src/prefs_themes.c
15867                 Fix g_warning (bug #541)
15868
15869 2005-05-26 [colin]      1.9.11cvs11
15870
15871         * src/prefs_actions.c
15872         * src/prefs_template.c
15873                 Fix bug #506 (no warning if action/template
15874                 is not saved)
15875         * src/common/template.c
15876                 Fix a possible crash
15877
15878 2005-05-26 [colin]      1.9.11cvs10
15879
15880         * src/folder.c
15881         * src/folderview.c
15882         * src/procmsg.c
15883         * src/summaryview.c
15884                 Forbid locked messages to be moved or
15885                 deleted. Locked messages in trashes 
15886                 still get deleted, for performance
15887                 reason (mh.c::mh_remove_all_msgs)
15888
15889 2005-05-25 [colin]      1.9.11cvs9
15890
15891         * src/procmime.c
15892                 Use correct encoding when sending mails
15893                 with attachments that have accentued 
15894                 chars in their name
15895
15896 2005-05-24 [colin]      1.9.11cvs8
15897
15898         * src/summaryview.c
15899                 Fix bug #688 f) read/unread marker not
15900                 changed on first click
15901                 Also, optimize summary_status_show()
15902                 calls
15903         * src/folder.c
15904         * src/inc.c
15905         * src/procmime.c
15906                 Fix bug #688 b) and c) wrt message
15907                 attachments and signature
15908         * src/stock_pixmap.c
15909         * src/stock_pixmap.h
15910         * src/stock_pixmap.c
15911         * src/stock_pixmap.h
15912         * src/Makefile.am
15913         * src/pixmaps/clip_gpg_signed.xpm
15914                 Add clip/signed icon
15915
15916 2005-05-24 [colin]      1.9.11cvs7
15917
15918         * src/folder_item_prefs.c
15919                 whitespace fix
15920
15921 2005-05-24 [colin]      1.9.11cvs6
15922
15923         * src/folderview.c
15924         * src/prefs_common.c
15925         * src/prefs_common.h
15926                 Add a confirmation to folder drag and drop
15927                 fixes bug #156
15928         * src/alertpanel.c
15929         * src/alertpanel.h
15930                 fix _with_disable parameters so that
15931                 the buttons labels are specifiable too
15932         * src/plugins/pgpmime/sgpgme.c
15933                 reflect said change
15934                 
15935
15936 2005-05-24 [colin]      1.9.11cvs5
15937
15938         * src/folderview.c
15939                 Uncollapse/collapse folders on double-click
15940                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
15941                 closes bug #108
15942
15943 2005-05-23 [colin]      1.9.11cvs4
15944
15945         * src/common/socket.c
15946                 Check another special SSL_peek() error.
15947                 Should help wrt bug #728
15948
15949 2005-05-23 [colin]      1.9.11cvs3
15950
15951         * src/plugins/pgpmime/pgpmime.c
15952                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
15953                 breaking menu accelerators and stuff. Users will have to
15954                 reselect "PGP MIME" instead of "PGP/MIME" in their 
15955                 account's privacy preferences if needed.
15956
15957 2005-05-22 [paul]
15958
15959         * tools/kdeservicemenu/install.sh
15960                 use kdesu to prompt for root password if doing
15961                 global install/uninstall
15962
15963 2005-05-20 [colin]      1.9.11cvs2
15964
15965         * src/procmsg.c
15966                 Fix another compilation error with gcc-2.9x
15967                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
15968         * src/send_message.c
15969                 Don't send QUIT if we aren't connected
15970
15971 2005-05-19 [colin]      1.9.11cvs1
15972
15973         * src/procmsg.c
15974                 Fix compilation with gcc 2.9x
15975
15976 2005-05-19 [paul]       1.9.11
15977
15978         1.9.11 released
15979
15980 2005-05-19 [paul]       1.9.9cvs14
15981
15982         * src/gtk/inputdialog.c
15983                 prevent gettext warning
15984
15985 2005-05-19 [paul]       1.9.9cvs13
15986
15987         * src/mainwindow.c
15988         * src/prefs_common.c
15989         * src/prefs_common.h
15990         * src/textview.c
15991         * src/textview.h
15992                 add an option to toggle cursor in message
15993                 view (sync with main)
15994
15995 2005-05-18 [colin]      1.9.9cvs12
15996
15997         * src/compose.c
15998                 Dereference freed pointer
15999         * src/gtk/gtkaspell.c
16000                 Fix duplication of dictionaries (is it an aspell issue?)
16001
16002 2005-05-18 [colin]      1.9.9cvs11
16003
16004         * src/gtk/inputdialog.c
16005         * src/gtk/gtkaspell.c
16006                 HIGuify dialogs
16007         * src/alertpanel.c
16008                 Remove a double call
16009
16010 2005-05-17 [colin]      1.9.9cvs10
16011
16012         * src/gtk/gtkaspell.c
16013                 Fix dialogs, Ctrl-Enter accel
16014
16015 2005-05-17 [colin]      1.9.9cvs9
16016
16017         * src/gtk/gtkaspell.c
16018                 Fix some accelerators, escape in replace-window
16019
16020 2005-05-16 [colin]      1.9.9cvs8
16021
16022         * src/gtk/gtkaspell.c
16023                 Revert last commit, it was a mistake.
16024
16025 2005-05-16 [colin]      1.9.9cvs7
16026
16027         * src/gtk/gtkaspell.c
16028                 Remove buggy code while we're at it. It's a 
16029                 dead code path anyway.
16030
16031 2005-05-16 [colin]      1.9.9cvs6
16032
16033         * src/gtk/gtkaspell.c
16034                 Missed some gtk_menu_popup where deactivate
16035                 signal should be handled. Should fix bug
16036                 #629 a bit more.
16037
16038 2005-05-16 [colin]      1.9.9cvs5
16039
16040         * src/gtk/gtkaspell.c
16041                 Remove debug printf()s
16042
16043 2005-05-16 [colin]      1.9.9cvs4
16044
16045         * src/gtk/gtkaspell.c
16046                 Fix a bit aspell problems
16047                 (see bug #629)
16048
16049 2005-05-13 [colin]      1.9.9cvs3
16050
16051         * src/folderview.c
16052                 Fix the + appearing even when no subfolders
16053                 have unread messages. Thanks to wwp for the
16054                 bug report.
16055
16056 2005-05-11 [paul]       1.9.9cvs2
16057
16058         * src/folderview.c
16059                 correction to 1.9.9cvs1, only colour folders that
16060                 have new msgs (not unread msgs)
16061
16062 2005-05-10 [colin]      1.9.9cvs1
16063
16064         * src/folderview.c
16065         * src/summaryview.c
16066                 Try to fix bolding bugs again.
16067
16068 2005-05-09 [paul]
16069
16070         * tools/claws.i18n.status.pl
16071                 add Ricardo Mones Lastra's script that has been providing
16072                 the i18n status page for many months
16073
16074 2005-05-09 [paul]       1.9.9
16075
16076         1.9.9 release
16077
16078 2005-05-09 [paul]       1.9.6cvs58
16079
16080         * AUTHORS
16081         * INSTALL
16082         * README.claws
16083                 updated
16084         * Makefile.am 
16085         * RELEASE_NOTES.claws
16086                 add release notes to cvs to simplify release
16087                 procedure
16088         * configure.ac
16089                 add ca and fi to ALL_LINGUAS
16090         * po/Makefile.in.in
16091                 workaround for missing Makevars
16092         * po/ca.po
16093         * po/fi.po
16094                 add new Catalan and Finnish translations
16095                 submitted by Miquel Oliete and Flammie Pirinen
16096         * po/de.po
16097         * po/es.po
16098         * po/fr.po
16099         * po/it.po
16100         * po/pl.po
16101         * po/ru.po
16102         * po/sk.po
16103         * po/sr.po
16104         * po/zh_CN.po
16105                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16106                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16107                 Urke MMI, and Hansom Young
16108         * src/main.c
16109                 Fix drafting when quitting. compose_draft() closes the
16110                 compose windows, which modifies the compose_list GSList.
16111                 We have to refresh this list after echo drafting to avoid a
16112                 segfault
16113         * src/partial_download.c
16114                 fix segfault on exit
16115
16116 2005-05-06 [paul]       1.9.6cvs57
16117
16118         * src/grouplistdialog.c
16119                 quick fix/workaround for unresizeable newsgroup
16120                 name column 
16121
16122 2005-05-06 [paul]       1.9.6cvs56
16123
16124         * src/inc.c
16125         * src/mainwindow.c
16126                 use gettext plural forms
16127         * src/imap_gtk.c
16128         * src/mh_gtk.c
16129         * src/toolbar.c
16130                 small improvement to english usage
16131
16132 2005-05-05 [thorsten]   1.9.6cvs55
16133
16134         * src/folder.c
16135                 fix possible crash
16136
16137 2005-05-05 [paul]       1.9.6cvs54
16138         
16139         sync with HEAD
16140
16141         * AUTHORS
16142         * src/compose.c
16143                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16144                 patch by Tim Mann
16145
16146 2005-05-05 [paul]       1.9.6cvs53
16147
16148         * src/mainwindow.c
16149                 fix resizing of separate message and
16150                 folder views
16151
16152 2005-05-05 [paul]       1.9.6cvs52
16153
16154         * src/account.c
16155         * src/addrgather.c
16156         * src/browseldap.c
16157         * src/exphtmldlg.c
16158         * src/expldifdlg.c
16159         * src/importmutt.c
16160         * src/importpine.c
16161         * src/main.c
16162         * src/mainwindow.c
16163         * src/noticeview.c
16164         * src/prefs_filtering.c
16165         * src/prefs_filtering_action.c
16166         * src/prefs_matcher.c
16167         * src/prefs_spelling.c
16168         * src/prefs_toolbar.c
16169         * src/toolbar.c
16170         * src/wizard.c
16171         * src/gtk/description_window.c
16172         * src/gtk/gtkvscrollbutton.c
16173         * src/gtk/progressdialog.c
16174         * src/gtk/quicksearch.c
16175         * src/plugins/pgpmime/prefs_gpg.c
16176         * src/plugins/spamassassin/spamassassin_gtk.c
16177                 replace deprecated gtk_widget_set_usize
16178
16179 2005-05-04 [colin]      1.9.6cvs51
16180
16181         * src/common/utils.c
16182                 Fix crash when subst_for_filename is called
16183                 with a NULL parameter
16184
16185 2005-05-04 [colin]      1.9.6cvs50
16186
16187         * src/partial_download.c
16188         * src/pop.c
16189                 Escape login when writing uidl file
16190                 fixes bug #736
16191
16192 2005-05-03 [colin]      1.9.6cvs49
16193
16194         * src/procmime.c
16195                 Fix possible DOS in mime parser
16196                 (see bug #634)
16197
16198 2005-05-02 [colin]      1.9.6cvs48
16199
16200         * src/compose.c
16201                 Try to fix the copy/paste mess once again.
16202
16203
16204 2005-04-30 [colin]      1.9.6cvs47
16205
16206         * src/prefs_account.h
16207         * src/procmsg.c
16208         * src/send_message.c
16209         * src/common/smtp.c
16210         * src/common/smtp.h
16211                 Try to batch sending mails (per account) instead of
16212                 reconnecting to server every time.
16213
16214 2005-04-29 [colin]      1.9.6cvs46
16215
16216         * src/messageview.c
16217                 Fix window resizing that refused to size down
16218         * src/prefs_common.c
16219         * src/prefs_common.h
16220         * src/prefs_filtering.c
16221                 Save Filtering's window size
16222
16223 2005-04-21 [paul]       1.9.6cvs45
16224
16225         * ChangeLog-gtk2.claws
16226         * src/setup.c
16227                 correction to sync
16228
16229 2005-04-21 [paul]       1.9.6cvs44
16230
16231         sync with main:
16232
16233         * src/setup.c
16234         * src/statusbar.c
16235         * src/statusbar.h
16236                 use gtkut_widget_draw_now(). Improved performance
16237                 of the update of statusbar
16238         * src/textview.c
16239                 textview_smooth_scroll_do(): redraw it after scroll
16240                 is done (fixed incorrect display when a part of the
16241                 view is hidden).
16242         * src/gtk/gtkutils.c
16243         * src/gtk/gtkutils.h
16244                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16245                 to force update of widgets.
16246                 Removed gtkut_widget_wait_for_draw() which had a big
16247                 overhead  because of waiting for all events processed 
16248
16249 2005-04-20 [paul]       1.9.6cvs43
16250
16251         * src/codeconv.c
16252                 complete 1.9.6cvs42's sync:
16253                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16254
16255 2005-04-19 [paul]       1.9.6cvs42
16256
16257         sync with main:
16258
16259         * src/action.c
16260                 catch_output(): correctly select the insert text
16261                 (fix invalid iterator warnings).
16262         * src/codeconv.c
16263         * src/codeconv.h
16264         * src/mainwindow.c
16265         * src/messageview.c
16266         * src/prefs_common.c
16267                 support GBK encoding.
16268         * src/common/session.c
16269         * src/common/session.h
16270                 use separate buffer for large data to be sent,
16271                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16272
16273 2005-04-18 [paul]       1.9.6cvs41
16274
16275         * src/jpilot.c
16276                 convert unsigned long into guint32
16277                 patch by Paul LeoNerd Evans 
16278
16279 2005-04-17 [colin]      1.9.6cvs40
16280
16281         * src/compose.c
16282                 Fix 'Request return receipt' from folder
16283                 properties (bug #708)
16284
16285 2005-04-17 [colin]      1.9.6cvs39
16286
16287         * src/mainwindow.c
16288                 Fix duplicate hotkeys in Mainwindow's menu
16289
16290 2005-04-17 [colin]      1.9.6cvs38
16291
16292         * src/folderview.c
16293                 Fix duplicate hotkeys in Folderview's contextual
16294                 menu
16295
16296 2005-04-15 [colin]      1.9.6cvs37
16297
16298         * src/summaryview.c
16299                 Fix 'Save as...' with non-ascii filenames
16300
16301 2005-04-15 [colin]      1.9.6cvs36
16302
16303         * src/plugins/pgpmime/pgpmime.c
16304                 Fix bus error on 64bit. Spotted by 
16305                 macallan1888@gmail.com
16306
16307 2005-04-15 [colin]      1.9.6cvs35
16308
16309         * src/prefs_account.c
16310                 Fix cvs34.
16311
16312 2005-04-12 [colin]      1.9.6cvs34
16313
16314         * src/prefs_account.c
16315                 Fix smtp auth type off-by-one. We forgot to
16316                 add PLAIN in the prefs-to-gui setter func and
16317                 as a result, the selected auth when opening
16318                 account prefs was not the correct one.
16319
16320 2005-04-12 [paul]       1.9.6cvs33
16321
16322         * src/inc.c
16323                 if the recv dialog is visible, Cancel only
16324                 cancels the current account
16325
16326
16327 2005-04-10 [colin]      1.9.6cvs32
16328
16329         * src/filtering.c
16330                 Copy score when copying FilteringActions
16331                 Fix bug #674
16332
16333 2005-04-10 [colin]      1.9.6cvs31
16334
16335         * src/inc.c
16336                 Make Message -> Receive -> Cancel cancel 
16337                 incorporation on all accounts. Fixes
16338                 bug #693
16339
16340 2005-04-10 [colin]      1.9.6cvs30
16341
16342         * src/prefs_account.c
16343                 Update Privacy checkbuttons status based
16344                 on the selected privacy system
16345         * src/compose.c
16346                 Always connect the "None" privacy system; the
16347                 static boolean was probably there to avoid
16348                 reconnecting twice in the same compose window,
16349                 but as the parent function is only called once
16350                 per compose, it's only a bug - as a static is
16351                 initialized once per application instance.
16352                 Also, don't uncheck Sign and Encrypt when
16353                 selecting None as privacy system; just ignore
16354                 them when sending/queuing.
16355                 Should fix bug #695
16356
16357 2005-04-08 [colin]      1.9.6cvs29
16358
16359         * src/account.c
16360         * src/prefs_account.c
16361         * src/prefs_account.h
16362                 Add account preference to queue message in a certain
16363                 folder.
16364
16365 2005-04-06 [colin]      1.9.6cvs28
16366
16367         * src/prefs_account.c
16368                 Update old inbox path syntax
16369
16370 2005-04-06 [paul]       1.9.6cvs27
16371
16372         sync with main:
16373
16374         * configure.ac
16375                 changed -traditional-cpp to -no-cpp-precomp for newer
16376                 Mac OS X support
16377         * src/foldersel.c
16378                 made column resize automatically
16379         * src/send_message.c
16380                 send_message_smtp(): consider EOF right after QUIT
16381                 successful (workaround for Gmail SMTP server)
16382         * src/common/socket.c
16383                 ssl_read(), ssl_peek(): check EOF which violates the
16384                 SSL protocol
16385         * src/gtk/colorlabel.c
16386                 removed warnings when displaying colorlabel menu
16387                 (don't use GtkAlignment)
16388
16389 2005-04-05 [paul]       1.9.6cvs26
16390
16391         * src/plugins/trayicon/trayicon.c
16392                 fix clipping of icon under KDE3 
16393
16394 2005-04-05 [paul]       1.9.6cvs25
16395
16396         * src/summaryview.c
16397                 hide display of threading
16398                 patch by Alfons
16399
16400 2005-04-04 [thorsten]   1.9.6cvs24
16401
16402         * src/mh.c
16403                 marks lost on filesystems with different stat() results on
16404                 summer-/wintertime
16405
16406 2005-04-03 [colin]      1.9.6cvs23
16407
16408         * src/summaryview.c
16409                 Don't handle up/down. Patch by Alfons
16410
16411 2005-04-02 [colin]      1.9.6cvs22
16412
16413         * src/summaryview.c
16414                 Make scrolling faster. Patch by Alfons.
16415
16416 2005-04-01 [colin]      1.9.6cvs21
16417
16418         * src/Makefile.am
16419         * src/stock_pixmap.c
16420         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16421         * src/pixmaps/dir_noselect.xpm ** ADDED **
16422                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16423
16424 2005-04-01 [colin]      1.9.6cvs20
16425
16426         * src/image_viewer.c
16427         * src/image_viewer.h
16428         * src/procmime.c
16429         * src/procmime.h
16430         * src/textview.c
16431         * src/textview.h
16432                 Implement inline image resizing and right-clicking
16433
16434 2005-04-01 [paul]       1.9.6cvs19
16435
16436         * AUTHORS
16437         * Makefile.am
16438         * configure.ac
16439                 check for gnome2
16440                 patch by Luca Cavalli <loopback<AT>slackit.org>
16441         * po/ru.po
16442                 updated by Pavlo Bohmat
16443
16444 2005-03-31 [colin]      1.9.6cvs18
16445
16446         * src/news.c
16447                 Fix parsing references
16448         * src/msgcache.c
16449                 don't put nulls in the references list
16450         * src/procheader.c
16451                 commit that forgotten file in 1.9.6cvs14
16452
16453 2005-03-31 [colin]      1.9.6cvs17
16454
16455         * src/compose.c
16456                 Fix joining of signature separator again. 
16457                 Maybe Hiro could put it in main too...
16458
16459 2005-03-31 [colin]      1.9.6cvs16
16460
16461         * src/Makefile.am
16462         * src/foldersel.c
16463         * src/stock_pixmap.c
16464         * src/stock_pixmap.h
16465         * src/pixmaps/dir-noselect.xpm
16466                 Update foldersel.c (sync from main, patch by Alfons)
16467
16468 2005-03-30 [colin]      1.9.6cvs15
16469
16470         * src/imap.c
16471                 Fix handling of imap folders containing [] in 
16472                 their name. Thanks to Nahuel Angelinetti for
16473                 the detailed bugreport.
16474
16475 2005-03-30 [colin]      1.9.6cvs14
16476
16477         * src/common/utils.h
16478         * src/common/utils.c
16479         * src/common/defs.h
16480         * src/matcher.c
16481         * src/msgcache.c
16482         * src/news.c
16483         * src/procmsg.c
16484         * src/procmsg.h
16485         * src/quote_fmt_parse.y
16486         * src/summaryview.c
16487                 Update references system. Patch by Alfons
16488
16489 2005-03-30 [colin]      1.9.6cvs13
16490
16491         * src/common/socket.c
16492                 Force the glibc to read resolv.conf again when 
16493                 it has changed. Should fix issues when changing
16494                 networks on a laptop and not restarting sylpheed. 
16495
16496 2005-03-30 [paul]       1.9.6cvs12
16497
16498         partial sync with main:
16499
16500         * src/action.c
16501                 create_io_dialog(): use user-defined text font
16502                 (thanks to Alfons), and modified its appearance.
16503         * src/addrgather.c
16504         * src/addrharvest.c
16505         * src/browseldap.c
16506                 replace old code
16507         * src/compose.c
16508                 don't join (presumably) itemized lines on line-wrapping
16509                 fixed wrapping of quote when auto-wrapping is enabled
16510                 compose_destroy(): destroy paned only if it's not
16511                 attached to window. Fixed memory leak of popup menu.
16512         * src/exphtmldlg.c
16513         * src/expldifdlg.c
16514                 replace old code
16515         * src/html.c
16516         * src/html.h
16517         * src/importmutt.c
16518         * src/importpine.c
16519                 replace old code
16520         * src/main.c
16521                 removed redundant code
16522         * src/mainwindow.c
16523                 changed 'Code set' (which is rather incorrect)
16524                 in the menu to 'Character encoding'
16525                 main_window_set_widgets(): request size first
16526                 to prevent window size becoming wrong
16527                 fixed remembering of the state of the visibility
16528                 of MessageView
16529         * src/messageview.c
16530                 changed 'Code set' (which is rather incorrect)
16531                 in the menu to 'Character encoding'
16532         * src/prefs_common.c
16533         * src/prefs_common.h
16534                 added an option whether to render HTML as text or not
16535                 added separators to outgoing encoding menu
16536         * src/procheader.c
16537                 procheader_scan_date_string(): support header
16538                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16539         * src/summaryview.c
16540         * src/summaryview.h
16541                 minor code cleanup
16542         * src/textview.c
16543                 textview_show_html(): force output of newline
16544                 added an option whether to render HTML as text or not
16545         * src/common/utils.c
16546                 strncpy2(): optimized based on Alfons' code
16547         * src/gtk/gtkutils.c
16548         * src/gtk/gtkutils.h
16549                 removed non-used code
16550         * src/plugins/pgpmime/passphrase.c
16551                 partially fixed grab input of passphrase dialog
16552                 Confine pointer to window
16553
16554 2005-03-30 [colin]      1.9.6cvs11
16555
16556         * src/msgcache.c
16557         * src/msgcache.h
16558                 Read/write 32bit ints from cache & marks
16559                 From main.
16560
16561 2005-03-29 [paul]       1.9.6cvs10
16562
16563         * AUTHORS
16564         * ChangeLog.claws
16565         * src/compose.c
16566         * src/gtk/gtkaspell.c
16567                 sync with HEAD (don't pass NULL pointers) 
16568
16569 2005-03-24 [paul]
16570
16571         * tools/Makefile.am
16572         * tools/README
16573         * tools/acroread2sylpheed.pl
16574                 sync with HEAD (add script to send pdfs as
16575                 attachments from Adobe Reader 7)
16576
16577 2005-03-21 [paul]       1.9.6cvs9
16578
16579         * configure.ac
16580         * po/POTFILES.in
16581         * src/Makefile.am
16582         * src/crash.c
16583         * src/image_viewer.c ** ADDED **
16584         * src/image_viewer.h ** ADDED **
16585         * src/main.c
16586         * src/prefs_common.c
16587         * src/prefs_common.h
16588         * src/prefs_image_viewer.c ** ADDED **
16589         * src/prefs_image_viewer.h ** ADDED **
16590         * src/textview.c
16591         * src/gtk/about.c
16592         * src/pixmaps/sylpheed_logo.xpm
16593         * src/plugins/Makefile.am
16594         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16595         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16596         * src/plugins/image_viewer/plugin.c ** REMOVED **
16597         * src/plugins/image_viewer/viewer.c ** REMOVED **
16598         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16599         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16600         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16601         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16602         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16603                 as gdk-pixbuf is now built-in
16604                 remove image_viewer plugin and put code back into
16605                 main codebase
16606                 implement inline image display (sync with main)
16607
16608                 replace logo with newer, nicer, larger version  
16609
16610 2005-03-21 [paul]       1.9.6cvs8
16611
16612         * src/gtk/about.c
16613                 cosmetic improvement
16614
16615 2005-03-21 [holger]     1.9.6cvs7
16616
16617         * src/plugins/spamassassin/spamassassin.c
16618                 Sync with HEAD
16619                 (unregister hook on failed plugin init)
16620
16621 2005-03-20 [colin]      1.9.6cvs6
16622
16623         * src/common/plugin.c
16624                 Check that plugin isn't already loaded
16625                 Patch by Alfons
16626
16627 2005-03-20 [thorsten]   1.9.6cvs5
16628
16629         * src/compose.c
16630                 use a more compatible syntax
16631
16632 2005-03-20 [thorsten]   1.9.6cvs4
16633
16634         * src/prefs_toolbar.c
16635                 fix crash when selecting toolbar item (uninitialized pointer)
16636
16637 2005-03-20 [thorsten]   1.9.6cvs3
16638
16639         * src/procmime.c
16640                 fix mimetype detection (referenced free()d string)
16641
16642 2005-03-20 [paul]       1.9.6cvs2
16643
16644         * src/compose.c
16645                 sync with HEAD (1.0.3cvs5)
16646                 neglect Reply-To header if empty
16647                 Patch by Alfons 
16648
16649 2005-03-19 [holger]     1.9.6cvs1
16650
16651         * src/summaryview.c
16652         * src/summaryview.h
16653                 Sync with HEAD
16654
16655 2005-03-18 [paul]       1.9.6
16656
16657         initial GTK2 release
16658
16659 2005-03-18 [paul]       1.0.3cvs3.1
16660
16661         * AUTHORS
16662         * ChangeLog.claws
16663         * configure.ac
16664         * src/gtk/about.c
16665         * src/pixmaps/sylpheed_logo.xpm
16666                 sync with HEAD
16667
16668 2005-03-18 [colin]      1.0.3cvs2.6
16669
16670         * src/summaryview.c
16671                 Remove call to summary_step in summary_copy_selected_to
16672                 Can't see its purpose, and this causes bug when copying
16673                 a message if the next one is unread: it reads it.
16674
16675 2005-03-18 [paul]       1.0.3cvs2.5
16676
16677         * src/foldersel.c
16678                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16679
16680 2005-03-18 [paul]       1.0.3cvs2.4
16681
16682         * src/addrharvest.c
16683         * src/codeconv.c
16684         * src/codeconv.h
16685         * src/compose.c
16686         * src/news.c
16687         * src/procheader.c
16688         * src/procmime.c
16689         * src/unmime.c
16690         * src/unmime.h
16691                 fix buffer overflow, CAN-2005-0667, see
16692                 http://secunia.com/advisories/14491/
16693                 Patch by Alfons
16694
16695 2005-03-17 [colin]      1.0.3cvs2.3
16696
16697         * src/prefs_fonts.c
16698         * src/summaryview.c
16699                 Fix font bugs (both lists now officialy share 
16700                 the same font)
16701                 
16702
16703 2005-03-17 [paul]       1.0.3cvs2.2
16704
16705         * src/gtk/pluginwindow.c
16706                 make plugin descriptions uneditable
16707
16708 2005-03-11 [paul]       1.0.3cvs2.1
16709
16710         * ChangeLog.claws
16711         * configure.ac
16712         * po/POTFILES.in
16713         * src/plugins/trayicon/trayicon.c
16714                 sync with HEAD
16715                 add src/wizard.c to POTFILES.in
16716
16717 2005-03-11 [paul]       1.0.3cvs1.1
16718
16719         * ChangeLog
16720         * ChangeLog.claws
16721         * configure.ac
16722         * po/de.po
16723         * po/es.po
16724         * po/fr.po
16725         * po/it.po
16726         * po/pt_BR.po
16727         * po/ru.po
16728         * po/sk.po
16729         * po/sr.po
16730         * po/zh_CN.po
16731                 sync with HEAD
16732
16733 2005-03-04 [colin]      1.0.1cvs22.2
16734
16735         * src/compose.c
16736                 Fix signatures with accentued chars in it
16737
16738 2005-03-04 [colin]      1.0.1cvs22.1
16739
16740         * src/common/smtp.c
16741         * src/common/smtp.h
16742                 Don't use SIZE param in MAIL FROM: if server 
16743                 doesn't support it. Patch by Eugen Freiter
16744                 <eugen_f@users.sf.net>
16745
16746 2005-02-27 [paul]       1.0.1cvs20.1
16747
16748         * ChangeLog.claws
16749         * configure.ac
16750         * src/messageview.c
16751                 sync with HEAD
16752
16753 2005-02-27 [colin]      1.0.1cvs19.4
16754
16755         * src/procheader.c
16756         * src/procheader.h
16757                 Fix prototypes. Patch by Alfons
16758
16759 2005-02-27 [colin]      1.0.1cvs19.3
16760
16761         * src/compose.c
16762                 Don't auto-join the signature separator.
16763
16764 2005-02-26 [colin]      1.0.1cvs19.2
16765
16766         * src/summaryview.c
16767                 Fix 'mark all read' with collapsed threads.
16768                 Patch by Alfons.
16769
16770 2005-02-25 [paul]       1.0.1cvs19.1
16771
16772         * ChangeLog.claws
16773         * configure.ac
16774         * src/prefs_account.c
16775         * src/prefs_folder_item.c
16776         * src/gtk/prefswindow.c
16777         * src/gtk/prefswindow.h
16778                 sync with HEAD
16779
16780 2005-02-25 [paul]       1.0.1cvs15.12
16781
16782         * src/alertpanel.c
16783         * src/codeconv.c
16784         * src/compose.c
16785         * src/textview.c
16786         * src/gtk/gtkutils.c
16787         * src/gtk/gtkutils.h
16788         * src/gtk/logwindow.c
16789         * src/gtk/progressdialog.c
16790                 sync with main (revision 127)
16791                 and fix logwindow clipping
16792
16793 2005-02-24 [colin]      1.0.1cvs15.11
16794
16795         * src/plugins/pgpmime/passphrase.c
16796                 Disable input grabbing; it doesn't work yet.
16797
16798 2005-02-24 [colin]      1.0.1cvs15.10
16799
16800         * src/messageview.c
16801                 Don't send out receipts if offline. Ask.
16802
16803 2005-02-23 [colin]      1.0.1cvs15.9
16804
16805         * src/summaryview.c     
16806                 Fix expanding
16807
16808 2005-02-23 [colin]      1.0.1cvs15.8
16809
16810         * src/summaryview.c
16811                 Really fix Bug 568 by removing useless
16812                 calls. summary_thread_init() now called
16813                 in summary_sort(). This should please
16814                 Alfons as it should be faster than 
16815                 previously.
16816
16817 2005-02-23 [colin]      1.0.1cvs15.7
16818
16819         * src/compose.c
16820                 Encode parts as QP or B64 if signing
16821
16822 2005-02-23 [colin]      1.0.1cvs15.6
16823
16824         * src/compose.c
16825                 Fix Mimeinfo leakage (including tmp files)
16826         * src/procmsg.c
16827                 Fix tmp file leakage (spotted by Ivan Rayner)
16828
16829 2005-02-22 [colin]      1.0.1cvs15.5
16830
16831         * src/expldifdlg.c
16832                 Fix keyboard input. Patch by Alfons.
16833
16834 2005-02-21 [colin]      1.0.1cvs15.4
16835
16836         * src/compose.c
16837                 Fix Sign/Encrypt when unselecting privacy
16838                 system
16839         * src/prefs_common.c
16840                 Change default message font to Monospace
16841         * src/summaryview.c
16842                 More freezing during potentially large operations
16843
16844 2005-02-21 [paul]       1.0.1cvs15.3
16845
16846         * src/main.c
16847                 fix --help output
16848
16849 2005-02-21 [paul]       1.0.1cvs15.2
16850
16851         * po/Makefile.in.in
16852         * src/compose.c
16853         * src/summaryview.c
16854         * src/textview.c
16855         * src/common/utils.c
16856         * src/common/utils.h
16857                 sync with main (revision 117)
16858
16859 2005-02-20 [colin]      1.0.1cvs15.1
16860
16861         * src/common/defs.h
16862                 Change cache file to .sylpheed_claws_cache, as
16863                 suggested by Alfons. Allows people to switch
16864                 between Sylpheed and Sylpheed-Claws. it is
16865                 a good idea to "Check for new messages" at next
16866                 startup.
16867
16868
16869 2005-02-18 [colin]      1.0.1cvs14.1
16870
16871         * src/quote_fmt_lex.l
16872         * src/quote_fmt_parse.y
16873                 Fix parser initialisation. Patch by Ivan.
16874
16875 2005-02-18 [colin]      1.0.1cvs11.6
16876
16877         * src/folderview.c
16878                 Fix scrolldown (bug 662)
16879
16880 2005-02-17 [colin]      1.0.1cvs11.5
16881
16882         * src/codeconv.c
16883                 conv_filename_to_utf8: return clean 7bit instead
16884                 of broken utf8 if needed
16885         * src/mimeview.c
16886                 Fix display of parts with unclean 8bit names
16887
16888 2005-02-17 [paul]       1.0.1cvs11.4
16889
16890         * src/compose.c
16891         * src/exportldif.c
16892         * src/matcher_parser_parse.y
16893         * src/procmime.c
16894         * src/sourcewindow.c
16895         * src/common/Makefile.am
16896         * src/common/intl.h             ** REMOVED **
16897         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16898                 sync with main (revision 109)
16899                 and clean up
16900
16901 2005-02-16 [colin]      1.0.1cvs11.3
16902
16903         * src/summaryview.c
16904                 Fix collapsed thread not highlighting when new
16905                 messages in it (Bug 568) Patch by Stephan Sachse.
16906                 Fix messed up selection when reaching bounds (Bug 632)
16907         * src/prefs_themes.c
16908                 Fix theme installing (Bug 684)
16909
16910 2005-02-16 [colin]      1.0.1cvs11.2
16911
16912         * src/messageview.c
16913                 Fix messageview_select_all
16914
16915 2005-02-16 [colin]      1.0.1cvs11.1
16916
16917         * src/mh.c
16918                 Sync with HEAD (MH scan required function)
16919
16920 2005-02-15 [colin]      1.0.1cvs8.1
16921
16922         * src/mimeview.c
16923         * src/common/utils.c
16924                 Sync with HEAD (filename chars substitution)
16925
16926 2005-02-15 [colin]      1.0.1cvs7.3
16927
16928         * src/gtk/pluginwindow.c
16929                 Fix button spacing
16930
16931 2005-02-15 [colin]      1.0.1cvs7.2
16932
16933         * src/mimeview.c
16934                 Fix mime icons not reset across message when
16935                 scrolled down
16936
16937 2005-02-15 [colin]      1.0.1cvs7.1
16938
16939         * src/compose.c
16940         * src/procmime.c
16941                 Sync with HEAD (optimisation of cvs6)
16942
16943 2005-02-14 [colin]      1.0.1cvs6.1
16944
16945         * src/compose.c
16946         * src/procmime.c
16947                 Sync with HEAD (encode "From " at line beginning)
16948
16949 2005-02-14 [colin]      1.0.1cvs5.3
16950
16951         * src/compose.c
16952                 Fix wrapping with accentued chars.
16953
16954 2005-02-13 [colin]      1.0.1cvs5.2
16955
16956         * src/textview.c
16957                 Fix email informative part parsing with
16958                 accentued chars in it. ispunct() returns
16959                 true for them in utf8...
16960
16961 2005-02-12 [colin]      1.0.1cvs5.1
16962
16963         * src/filtering.c
16964                 Sync with HEAD (remove wrong use of compose after send)
16965
16966 2005-02-12 [paul]       1.0.1cvs4.5
16967
16968         * src/textview.c
16969                 remove unnecessary code (thanks to Alfons)
16970
16971 2005-02-12 [paul]       1.0.1cvs4.4
16972
16973         * src/textview.c
16974                 add 'Copy' to contextual menu on emails
16975
16976 2005-02-11 [colin]      1.0.1cvs4.3
16977
16978         * src/compose.c
16979                 revert 1.0.0cvs28.2, it doesn't work that well.
16980
16981 2005-02-11 [paul]       1.0.1cvs4.2
16982
16983         * po/Makefile.in.in
16984                 fix 'make release'
16985
16986 2005-02-10 [paul]       1.0.1cvs4.1
16987
16988         * ChangeLog
16989         * ChangeLog.claws
16990         * ChangeLog.jp
16991         * configure.ac
16992         * src/compose.c
16993                 sync with HEAD (sync with main)
16994
16995 2005-02-10 [paul]       1.0.1cvs3.2
16996
16997         * AUTHORS
16998         * Makefile.am
16999         * autogen.sh
17000         * configure.ac
17001         * config/mkinstalldirs
17002         * intl/.cvsignore
17003         * intl/ChangeLog
17004         * intl/VERSION
17005         * intl/bindtextdom.c
17006         * intl/config.charset
17007         * intl/dcgettext.c
17008         * intl/dcigettext.c
17009         * intl/dcngettext.c
17010         * intl/dgettext.c
17011         * intl/dngettext.c
17012         * intl/eval-plural.h
17013         * intl/explodename.c
17014         * intl/finddomain.c
17015         * intl/gettext.c
17016         * intl/gettextP.h
17017         * intl/gmo.h
17018         * intl/hash-string.h
17019         * intl/intl-compat.c
17020         * intl/l10nflist.c
17021         * intl/libgnuintl.h.in
17022         * intl/loadinfo.h
17023         * intl/loadmsgcat.c
17024         * intl/localcharset.c
17025         * intl/localcharset.h
17026         * intl/locale.alias
17027         * intl/localealias.c
17028         * intl/localename.c
17029         * intl/log.c
17030         * intl/ngettext.c
17031         * intl/os2compat.c
17032         * intl/os2compat.h
17033         * intl/osdep.c
17034         * intl/plural-exp.c
17035         * intl/plural-exp.h
17036         * intl/plural.c
17037         * intl/plural.y
17038         * intl/ref-add.sin
17039         * intl/ref-del.sin
17040         * intl/relocatable.c
17041         * intl/relocatable.h
17042         * intl/textdomain.c
17043         * m4/Makefile.am
17044         * po/Makefile.in.in
17045         * src/Makefile.am
17046         * src/account.c
17047         * src/action.c
17048         * src/addr_compl.c
17049         * src/addressadd.c
17050         * src/addressbook.c
17051         * src/addrgather.c
17052         * src/addrindex.c
17053         * src/alertpanel.c
17054         * src/browseldap.c
17055         * src/codeconv.c
17056         * src/codeconv.h
17057         * src/compose.c
17058         * src/compose.h
17059         * src/crash.c
17060         * src/editaddress.c
17061         * src/editbook.c
17062         * src/editgroup.c
17063         * src/editjpilot.c
17064         * src/editldap.c
17065         * src/editldap_basedn.c
17066         * src/editvcard.c
17067         * src/exphtmldlg.c
17068         * src/expldifdlg.c
17069         * src/export.c
17070         * src/exporthtml.c
17071         * src/filtering.c
17072         * src/folder.c
17073         * src/folder_item_prefs.c
17074         * src/foldersel.c
17075         * src/folderview.c
17076         * src/grouplistdialog.c
17077         * src/headerview.c
17078         * src/imap.c
17079         * src/imap_gtk.c
17080         * src/import.c
17081         * src/importldif.c
17082         * src/importmutt.c
17083         * src/importpine.c
17084         * src/inc.c
17085         * src/ldif.c
17086         * src/main.c
17087         * src/mainwindow.c
17088         * src/matcher.c
17089         * src/mbox.c
17090         * src/message_search.c
17091         * src/messageview.c
17092         * src/mh.c
17093         * src/mh_gtk.c
17094         * src/mimeview.c
17095         * src/msgcache.c
17096         * src/news.c
17097         * src/news_gtk.c
17098         * src/noticeview.c
17099         * src/partial_download.c
17100         * src/pop.c
17101         * src/prefs_account.c
17102         * src/prefs_actions.c
17103         * src/prefs_common.c
17104         * src/prefs_customheader.c
17105         * src/prefs_display_header.c
17106         * src/prefs_ext_prog.c
17107         * src/prefs_filtering.c
17108         * src/prefs_filtering_action.c
17109         * src/prefs_folder_item.c
17110         * src/prefs_fonts.c
17111         * src/prefs_gtk.c
17112         * src/prefs_matcher.c
17113         * src/prefs_msg_colors.c
17114         * src/prefs_spelling.c
17115         * src/prefs_summary_column.c
17116         * src/prefs_template.c
17117         * src/prefs_themes.c
17118         * src/prefs_toolbar.c
17119         * src/prefs_wrapping.c
17120         * src/privacy.c
17121         * src/procheader.c
17122         * src/procmime.c
17123         * src/procmsg.c
17124         * src/quote_fmt.c
17125         * src/recv.c
17126         * src/send_message.c
17127         * src/setup.c
17128         * src/sourcewindow.c
17129         * src/ssl_manager.c
17130         * src/statusbar.c
17131         * src/summary_search.c
17132         * src/summaryview.c
17133         * src/textview.c
17134         * src/toolbar.c
17135         * src/wizard.c
17136         * src/common/nntp.c
17137         * src/common/plugin.c
17138         * src/common/smtp.c
17139         * src/common/ssl.c
17140         * src/common/ssl_certificate.c
17141         * src/common/string_match.c
17142         * src/common/sylpheed.c
17143         * src/common/template.c
17144         * src/common/utils.c
17145         * src/gtk/about.c
17146         * src/gtk/colorlabel.c
17147         * src/gtk/description_window.c
17148         * src/gtk/filesel.c
17149         * src/gtk/foldersort.c
17150         * src/gtk/gtkaspell.c
17151         * src/gtk/gtkutils.c
17152         * src/gtk/inputdialog.c
17153         * src/gtk/logwindow.c
17154         * src/gtk/menu.c
17155         * src/gtk/pluginwindow.c
17156         * src/gtk/prefswindow.c
17157         * src/gtk/progressdialog.c
17158         * src/gtk/quicksearch.c
17159         * src/gtk/sslcertwindow.c
17160         * src/plugins/clamav/clamav_plugin.c
17161         * src/plugins/clamav/clamav_plugin_gtk.c
17162         * src/plugins/demo/demo.c
17163         * src/plugins/dillo_viewer/dillo_prefs.c
17164         * src/plugins/dillo_viewer/dillo_viewer.c
17165         * src/plugins/image_viewer/plugin.c
17166         * src/plugins/image_viewer/viewer.c
17167         * src/plugins/image_viewer/viewerprefs.c
17168         * src/plugins/mathml_viewer/mathml_viewer.c
17169         * src/plugins/pgpmime/passphrase.c
17170         * src/plugins/pgpmime/plugin.c
17171         * src/plugins/pgpmime/prefs_gpg.c
17172         * src/plugins/pgpmime/select-keys.c
17173         * src/plugins/pgpmime/sgpgme.c
17174         * src/plugins/spamassassin/spamassassin.c
17175         * src/plugins/spamassassin/spamassassin_gtk.c
17176         * src/plugins/trayicon/trayicon.c
17177                 sync with main (revision 104)
17178
17179 2005-02-10 [colin]      1.0.1cvs3.1
17180
17181         * src/mainwindow.c
17182                 Sync with HEAD (fix occasional crasher)
17183
17184 2005-02-10 [colin]      1.0.1cvs2.1
17185
17186         * src/messageview.c
17187                 Synw with HEAD (don't automatically display html)
17188
17189 2005-02-09 [colin]      1.0.1cvs1.3
17190
17191         * src/textview.c
17192         * src/textview.h
17193                 Add contextual menu on emails
17194
17195 2005-02-09 [colin]      1.0.1cvs1.2
17196
17197         * src/codeconv.c
17198                 Fix converting from broken headers and 
17199                 put back the _ in missing places
17200                 (feature broke with cvs24.2 sync, main 
17201                  possibly affected?)
17202
17203 2005-02-09 [colin]      1.0.1cvs1.1
17204
17205         * src/messageview.c
17206         * src/mimeview.c
17207         * src/mimeview.h
17208                 Sync with HEAD (display non text/plain mails with plugin)
17209
17210 2005-02-08 [colin]      1.0.1.1
17211
17212         * ChangeLog.claws
17213         * po/pt_BR.po
17214                 Sync with HEAD
17215         * configure.ac
17216                 Make default configuration directory 
17217                 be .sylpheed-gtk2
17218
17219 2005-02-08 [colin]      1.0.0cvs29.1
17220
17221         * po/de.po
17222         * po/es.po
17223         * po/fr.po
17224         * po/it.po
17225         * po/sk.po
17226         * po/sr.po
17227                 Sync translations with HEAD
17228
17229 2005-02-06 [colin]      1.0.0cvs28.3
17230
17231         * src/compose.c
17232                 Make compose a bit faster - patch by Alfons.
17233
17234 2005-02-06 [colin]      1.0.0cvs28.2
17235
17236         * src/compose.c
17237                 Make pasting via middle-click more reliable
17238
17239 2005-02-05 [paul]       1.0.0cvs28.1
17240
17241         * ChangeLog
17242         * ChangeLog.claws
17243         * ChangeLog.jp
17244         * configure.ac
17245         * src/compose.c
17246                 sync with HEAD
17247                 (fix bug 682 'redirect is broken'
17248
17249 2005-02-05 [torte]      1.0.0cvs27.1
17250
17251         * ChangeLog.claws
17252         * configure.ac
17253         * src/partial_download.c
17254                 Sync with HEAD (fix buf overflow)
17255
17256 2005-02-03 [colin]      1.0.0cvs26.1
17257
17258         * src/common/plugin.c
17259                 Sync with HEAD (avoid plugin mismatches)
17260
17261 2005-02-03 [paul]       1.0.0cvs25.3
17262
17263         * src/folderview.c
17264         * src/headerview.c
17265         * src/summaryview.c
17266         * src/textview.c
17267         * src/gtk/colorlabel.c
17268                 third and final part of initial sync with main-gtk2
17269
17270 2005-02-03 [paul]       1.0.0cvs25.2
17271
17272         * src/jpilot.c
17273                 fix building with jpilot support
17274
17275 2005-02-02 [colin]      1.0.0cvs25.1
17276
17277         * src/messageview.c
17278                 Sync with HEAD (fix dangerous typo)
17279
17280 2005-02-01 [colin]      1.0.0cvs24.3
17281
17282         * src/common/xml.c
17283                 Write file as advertised (UTF-8)
17284
17285 2005-02-01 [paul]       1.0.0cvs24.2
17286
17287         * src/addrbook.c
17288         * src/addrindex.c
17289         * src/alertpanel.h
17290         * src/codeconv.c
17291         * src/codeconv.h
17292         * src/compose.c
17293         * src/export.c
17294         * src/folder_item_prefs.c
17295         * src/html.c
17296         * src/imap.c
17297         * src/import.c
17298         * src/jpilot.c
17299         * src/mainwindow.c
17300         * src/matcher_parser_lex.l
17301         * src/messageview.c
17302         * src/mh.c
17303         * src/prefs_account.c
17304         * src/prefs_actions.c
17305         * src/prefs_common.c
17306         * src/prefs_gtk.c
17307         * src/prefs_gtk.h
17308         * src/prefs_themes.c
17309         * src/procheader.c
17310         * src/procmime.c
17311         * src/sourcewindow.c
17312         * src/statusbar.c
17313         * src/summaryview.c
17314         * src/textview.c
17315         * src/toolbar.c
17316         * src/unmime.c
17317         * src/common/template.c
17318         * src/common/utils.c
17319         * src/common/xml.c
17320         * src/common/xml.h
17321         * src/gtk/gtkaspell.c
17322         * src/plugins/clamav/clamav_plugin.c
17323         * src/plugins/dillo_viewer/dillo_prefs.c
17324         * src/plugins/image_viewer/viewerprefs.c
17325         * src/plugins/pgpmime/passphrase.c
17326         * src/plugins/pgpmime/prefs_gpg.c
17327         * src/plugins/pgpmime/select-keys.c
17328         * src/plugins/spamassassin/spamassassin.c
17329                 second part of initial sync with main-gtk2
17330                 (more to follow)
17331
17332 2005-01-31 [colin]      1.0.0cvs24.1
17333
17334         * src/compose.c
17335                 Sync with HEAD
17336
17337 2005-01-29 [paul]       1.0.0cvs23.2
17338
17339         * src/account.c
17340         * src/action.c
17341         * src/addressadd.c
17342         * src/addressbook.c
17343         * src/alertpanel.c
17344         * src/compose.c
17345         * src/editaddress.c
17346         * src/editbook.c
17347         * src/editgroup.c
17348         * src/editjpilot.c
17349         * src/editldap.c
17350         * src/editldap_basedn.c
17351         * src/editvcard.c
17352         * src/export.c
17353         * src/foldersel.c
17354         * src/grouplistdialog.c
17355         * src/import.c
17356         * src/importldif.c
17357         * src/inc.c
17358         * src/main.c
17359         * src/mainwindow.c
17360         * src/message_search.c
17361         * src/messageview.c
17362         * src/mimeview.c
17363         * src/prefs_actions.c
17364         * src/prefs_common.c
17365         * src/prefs_common.h
17366         * src/prefs_customheader.c
17367         * src/prefs_display_header.c
17368         * src/prefs_filtering.c
17369         * src/prefs_filtering_action.c
17370         * src/prefs_gtk.c
17371         * src/prefs_matcher.c
17372         * src/prefs_summary_column.c
17373         * src/prefs_template.c
17374         * src/sourcewindow.c
17375         * src/summary_search.c
17376         * src/summaryview.c
17377         * src/textview.c
17378         * src/gtk/about.c
17379         * src/gtk/description_window.c
17380         * src/gtk/gtkshruler.c
17381         * src/gtk/gtkutils.c
17382         * src/gtk/gtkutils.h
17383         * src/gtk/inputdialog.c
17384         * src/gtk/logwindow.c
17385         * src/gtk/prefswindow.c
17386         * src/gtk/progressdialog.c
17387         * src/gtk/progressdialog.h
17388                 first part of initial sync with main-gtk2
17389                 (more to follow)
17390
17391 2005-01-28 [colin]      1.0.0cvs23.1
17392
17393         * src/folderview.c
17394                 Sync with HEAD
17395
17396 2005-01-27 [colin]      1.0.0cvs21.1
17397
17398         * src/folder.c
17399         * src/folderview.c
17400                 Sync with HEAD
17401
17402 2005-01-27 [colin]      1.0.0cvs19.1
17403
17404         * src/procmime.c
17405                 Sync with HEAD
17406
17407 2005-01-27 [colin]      1.0.0cvs18.1
17408
17409         * src/messageview.c
17410         * src/summaryview.c
17411         * src/mainwindow.c
17412         * src/compose.c
17413         * src/compose.h
17414         * src/procmsg.c
17415         * src/procmsg.h
17416         * src/toolbar.c
17417                 Sync with HEAD
17418
17419 2005-01-26 [paul]       1.0.0cvs15.2
17420
17421         * src/compose.c
17422                 compose_entries_set(): convert subject and body to
17423                 utf8 if necessary. patch by Felix Eckhofer
17424
17425 2005-01-26 [paul]       1.0.0cvs15.1
17426
17427         * configure.ac
17428         * src/common/template.c
17429                 sync with HEAD (fix memory leak)
17430
17431 2005-01-25 [paul]       1.0.0cvs14.1
17432
17433         * configure.ac
17434         * src/compose.c
17435                 sync with HEAD
17436
17437 2005-01-24 [colin]      1.0.0cvs13.1
17438
17439         * src/summaryview.c
17440                 Sync with HEAD
17441
17442 2005-01-24 [paul]       1.0.0cvs12.1
17443
17444         * configure.ac
17445         * src/messageview.c
17446         * src/mh.c
17447         * src/common/utils.c
17448                 sync with HEAD
17449
17450 2005-01-24 [colin]      1.0.0cvs11.1
17451
17452         * src/procheader.c
17453                 Sync with HEAD
17454
17455 2005-01-24 [colin]      1.0.0cvs10.1
17456
17457         * src/folderview.c
17458                 Sync with HEAD
17459
17460 2005-01-23 [colin]      1.0.0cvs9.1
17461
17462         * src/crash.c
17463                 Sync with HEAD
17464
17465 2005-01-22 [colin]      1.0.0cvs8.1
17466
17467         * src/summaryview.c
17468         * src/gtk/quicksearch.c
17469                 Sync with HEAD
17470
17471 2005-01-21 [colin]      1.0.0cvs7.1
17472
17473         * src/summaryview.c
17474                 Sync with HEAD
17475
17476 2005-01-21 [colin]      1.0.0cvs6.1
17477
17478         * src/summaryview.c
17479                 Sync with HEAD
17480
17481 2005-01-21 [colin]      1.0.0cvs5.1
17482
17483         * src/gtk/quicksearch.c
17484         * src/prefs_common.c
17485         * src/prefs_common.h
17486                 Sync with HEAD (recurse option)
17487
17488 2005-01-21 [colin]      1.0.0cvs4.1
17489
17490         * src/folder.h
17491         * src/folderview.c
17492         * src/folderview.h
17493         * src/summaryview.c
17494         * src/gtk/quicksearch.c
17495         * src/gtk/quicksearch.h
17496                 Sync with HEAD (recursive quicksearch)
17497
17498 2005-01-20 [colin]      1.0.0cvs3.4
17499
17500         * src/ssl_manager.c
17501                 Remove useless code
17502
17503 2005-01-20 [colin]      1.0.0cvs3.3
17504
17505         * src/ssl_manager.c
17506                 Fix leak, thanks to Alfons.
17507
17508 2005-01-20 [colin]      1.0.0cvs3.2
17509
17510         * src/ssl_manager.c
17511                 Port SSL certificate window to GTK2.
17512
17513 2005-01-20 [paul]       1.0.0cvs3.1
17514
17515         * ChangeLog.claws
17516         * configure.ac
17517         * src/addrindex.c
17518         * src/addrindex.h
17519                 sync with HEAD
17520
17521 2005-01-19 [colin]      1.0.0cvs2.2
17522
17523         * src/plugins/trayicon/trayicon.c
17524                 Fix freeze with gtk-2.6, the easy way
17525                 (signal blocking helpless there...)
17526                 Closes bug #668.
17527
17528 2005-01-19 [colin]      1.0.0cvs2.1
17529
17530         * src/mbox.c
17531         * src/mbox.h
17532         * src/mainwindow.c
17533         * src/summaryview.c
17534         * src/summaryview.h
17535                 Sync with HEAD
17536
17537 2005-01-19 [paul]       1.0.0cvs1.1
17538
17539         * configure.ac
17540         * po/de.po
17541         * po/es.po
17542         * po/fr.po
17543         * po/hr.po
17544         * po/it.po
17545         * po/ja.po
17546         * po/ko.po
17547         * po/pt_BR.po
17548         * po/ru.po
17549         * po/sk.po
17550         * po/sr.po
17551                 sync with HEAD (update translations)
17552
17553 2005-01-18 [colin]      1.0.0cvs0.1
17554
17555         * src/foldersel.c
17556                 Specify search column - patch by Alfons
17557
17558 2005-01-18 [colin]      0.9.13cvs36.3
17559
17560         * src/prefs_toolbar.c
17561                 Change Delete to Remove
17562         * src/prefs_fonts.c
17563                 GTK2 version and leak fixes
17564         * src/prefs_actions.c
17565                 Add stock buttons.
17566                 All patches by Alfons
17567
17568 2005-01-17 [colin]      0.9.13cvs36.2
17569
17570         * src/compose.c
17571                 Fix DnD inserting twice. While at it,
17572                 add DnD support for text/plain in the
17573                 body, and add support in the headers.
17574
17575 2005-01-16 [colin]      0.9.13cvs36.1
17576
17577         * ChangeLog
17578         * ChangeLog.jp
17579         * ChangeLog.claws
17580                 Sync with HEAD (nothing applicable)
17581
17582 2005-01-16 [colin]      0.9.13cvs33.2
17583
17584         * src/prefs_toolbar.c
17585                 GTK2ize prefs_toolbar, by Alfons.
17586
17587 2005-01-14 [colin]      0.9.13cvs33.1
17588
17589         * src/html.c
17590         * src/msgcache.c
17591                 Sync with HEAD
17592
17593 2005-01-14 [colin]      0.9.13cvs32.1
17594
17595         * src/html.c
17596         * src/html.h
17597         * src/msgcache.c
17598         * AUTHORS
17599         * tools/calypso_convert.pl
17600                 Sync with HEAD
17601
17602 2005-01-08 [colin]      0.9.13cvs29.2
17603
17604         * src/prefs_filtering_action.c
17605         * src/prefs_filtering.c
17606                 2 more gtk2 patches by Alfons
17607
17608 2005-01-07 [paul]       0.9.13cvs29.1
17609
17610         * ChangeLog
17611         * ChangeLog.claws
17612         * ChangeLog.jp
17613         * configure.ac
17614         * src/pop.c
17615         * src/pop.h
17616                 sync with HEAD
17617
17618 2005-01-07 [colin]      0.9.13cvs28.3
17619
17620         * src/gtk/progressdialog.c
17621         * src/gtk/progressdialog.h
17622         * src/inc.c
17623         * src/send_message.c
17624                 GTK2 for the incorporation dialog. The CList isn't dead
17625                 yet, for a more smooth migration. Patch by Alfons.
17626
17627 2005-01-06 [colin]      0.9.13cvs28.2
17628
17629         * src/prefs_display_header.c
17630                 GTK2 conversion by Alfons
17631         * src/prefs_actions.c
17632         * src/prefs_matcher.c
17633                 Fix 2 leaks - patch by Alfons
17634
17635 2005-01-06 [colin]      0.9.13cvs28.1
17636
17637         * src/prefs_matcher.c
17638                 Sync with HEAD
17639
17640 2005-01-06 [colin]      0.9.13cvs27.4
17641
17642         * src/prefs_matcher.c
17643                 Fix double-free. Patch by Alfons
17644
17645 2005-01-06 [colin]      0.9.13cvs27.3
17646
17647         * src/prefs_matcher.c
17648                 GTK2 widgets + memleak
17649                 Patch by Alfons
17650
17651 2005-01-05 [colin]      0.9.13cvs27.2
17652
17653         * src/account.c
17654         * src/addr_compl.c
17655         * src/foldersel.c
17656         * src/stock_pixmap.c
17657         * src/stock_pixmap.h
17658                 3 more GTK2 patches by Alfons.
17659
17660 2005-01-04 [colin]      0.9.13cvs27.1
17661
17662         * src/folderview.c
17663         * src/imap_gtk.c
17664         * src/news_gtk.c
17665                 Sync with HEAD
17666
17667 2005-01-04 [colin]      0.9.13cvs25.9
17668
17669         * src/compose.c
17670                 Fix Show Ruler menuitem
17671         * src/prefs_template.c
17672                 Convert to GTK2
17673         * src/common/utils.c
17674                 Make auto pointer stuff handles NULLs
17675                 Patches by Alfons.
17676
17677 2005-01-04 [colin]      0.9.13cvs25.8
17678
17679         * src/compose.c
17680                 Move the attachment list to gtk2
17681                 Patch by Alfons.
17682
17683 2005-01-04 [colin]      0.9.13cvs25.7
17684
17685         * src/textview.c
17686                 Make some keys work again
17687                 Patch by SungHyun Nam <namsh@kldp.org>
17688
17689 2005-01-04 [colin]      0.9.13cvs25.6
17690
17691         * src/gtk/gtkshruler.c
17692                 Move the ruler to GTK2
17693                 Patch by Alfons
17694
17695 2005-01-03 [colin]      0.9.13cvs25.5
17696
17697         * src/compose.c
17698                 Fix my broken patch apply 
17699
17700 2005-01-03 [colin]      0.9.13cvs25.4
17701
17702         * src/common/utils.c
17703         * src/common/utils.h
17704         * src/gtk/prefswindow.c
17705                 Move auto pointer stuff to utils.c
17706                 Patch by Alfons again :)
17707
17708 2005-01-03 [colin]      0.9.13cvs25.3
17709
17710         * src/compose.c
17711         * src/prefs_gtk.c
17712         * src/prefs_template.c
17713         * src/textview.c
17714                 Empty text widgets with empty strings, not NULL char
17715                 Patch by SungHyun Nam <namsh@kldp_org>
17716
17717 2005-01-03 [colin]      0.9.13cvs25.2
17718
17719         * src/main.c
17720         * AUTHORS
17721                 Sync with HEAD
17722
17723 2005-01-03 [colin]      0.9.13cvs25.1
17724
17725         * src/pop.c
17726         * src/pop.h
17727                 Sync with HEAD
17728
17729 2005-01-03 [colin]      0.9.13cvs24.3
17730
17731         * src/account.c
17732                 Two patches from Alfons and Alex S Moore:
17733                 fix images, fix return value.
17734
17735 2005-01-01 [colin]      0.9.13cvs24.2
17736
17737         * src/prefs_actions.c
17738                 Fix over-zealous assertion. Patch by Alfons
17739
17740 2005-01-01 [colin]      0.9.13cvs24.1
17741
17742         * src/procmime.c
17743                 Sync with HEAD (leak fix)
17744
17745 2004-12-31 [colin]      0.9.13cvs23.2
17746
17747         * src/prefs_common.c
17748                 GTK2 widgets + stock buttons - patch by Alfons
17749
17750 2004-12-31 [paul]       0.9.13cvs23.1
17751
17752         * configure.ac
17753                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17754         * src/gtk/pluginwindow.c
17755                 use GTK2 widgets and plug memory leaks,
17756                 patches by Alfons
17757
17758 2004-12-30 [colin]      0.9.13cvs22.4
17759
17760         * src/account.c
17761         * src/action.c
17762         * src/export.c
17763         * src/foldersel.c
17764         * src/import.c
17765         * src/message_search.c
17766         * src/prefs_actions.c
17767         * src/prefs_common.c
17768         * src/prefs_customheader.c
17769         * src/prefs_filtering.c
17770         * src/prefs_summary_column.c
17771         * src/summary_search.c
17772         * src/gtk/about.c
17773         * src/gtk/description_window.c
17774         * src/gtk/gtkutils.c
17775         * src/gtk/gtkutils.h
17776         * src/gtk/inputdialog.c
17777         * src/gtk/prefswindow.c
17778                 Use GTK2 stock buttons. Patches by Alfons.
17779
17780 2004-12-30 [colin]      0.9.13cvs22.3
17781
17782         * src/account.c
17783                 Sync with HEAD
17784         * src/prefs_actions.c
17785         * src/prefs_customheader.c
17786         * src/prefs_filtering.c
17787         * src/prefs_msg_colors.c
17788         * src/prefs_summary_column.c
17789         * src/gtk/prefswindow.c
17790                 Use GtkTreeView instead of deprecated 
17791                 widgets. Patches by Alfons.
17792
17793 2004-12-30 [paul]       0.9.13cvs22.2
17794
17795         * src/foldersel.c
17796                 use GTK 2 Tree View
17797                 patch by Alfons, with root folder sorting fix
17798                 by Stephan Sachse
17799
17800 2004-12-30 [paul]       0.9.13cvs22.1
17801
17802         * ChangeLog
17803         * ChangeLog.claws
17804         * ChangeLog.jp
17805         * NEWS
17806         * configure.ac
17807         * src/account.c
17808                 sync with HEAD
17809
17810 2004-12-22 [martin]     0.9.13cvs21.2
17811
17812         * src/action.c
17813                 free the command line after its use
17814
17815 2004-12-18 [paul]       0.9.13cvs21.1
17816
17817         * AUTHORS
17818         * ChangeLog
17819         * ChangeLog.claws
17820         * ChangeLog.jp
17821         * NEWS
17822         * configure.ac
17823         * src/action.c
17824         * src/compose.c
17825         * src/syldap.c
17826                 sync with HEAD
17827
17828 2004-12-17 [martin]     0.9.13cvs17.2
17829
17830         * src/action.c
17831                 convert actions input to locale
17832         * src/inc.c
17833                 convert notification command to locale
17834         * src/plugins/pgpmime/select-keys.c
17835                 convert attributes to utf8
17836
17837 2004-12-14 [colin]      0.9.13cvs17.1
17838
17839         * ChangeLog
17840         * ChangeLog.jp
17841         * ChangeLog.claws
17842         * src/action.c
17843         * src/common/utils.c
17844         * src/gtk/prefswindow.c
17845         * src/gtk/gtkutils.c
17846         * src/gtk/gtkutils.h
17847         * src/plugins/spamassassin/libspamc.c
17848                 Sync with HEAD
17849
17850 2004-12-13 [colin]      0.9.13cvs14.1
17851
17852         * src/quote_fmt_parse.y
17853                 Sync with HEAD
17854
17855 2004-12-10 [colin]      0.9.13cvs12.1
17856
17857         * src/prefs_themes.c
17858         * src/mainwindow.c
17859         * src/messageview.c
17860                 Sync with HEAD
17861
17862 2004-12-09 [colin]      0.9.13cvs10.1
17863
17864         * src/procmime.c
17865                 Sync with HEAD (fix B64 encoding from memory)
17866
17867 2004-12-08 [colin]      0.9.13cvs9.1
17868
17869         * src/gtk/colorlabel.c
17870                 Sync with HEAD
17871
17872 2004-12-08 [paul]       0.9.13cvs8.2
17873
17874         * src/gtk/pluginwindow.c
17875                 fix window resizing oddities
17876
17877 2004-12-08 [colin]      0.9.13cvs8.1
17878
17879         * src/quote_fmt_parse.y
17880                 Sync with HEAD
17881
17882 2004-12-08 [colin]      0.9.13cvs7.1
17883
17884         * src/matcher_parser_parse.y
17885         * src/msgcache.c
17886         * src/prefs_matcher.c
17887         * src/procheader.c
17888         * src/matcher.c
17889         * src/common/defs.h
17890         * po/sr.po
17891                 Sync with HEAD
17892
17893 2004-12-08 [colin]      0.9.13cvs6.1
17894
17895         * src/quote_fmt_parse.y
17896         * src/textview.c
17897                 Sync with HEAD
17898         * src/gtk/prefswindow.c
17899         * src/gtk/pluginwindow.c
17900                 Fix G_CALLBACKS protos (thanks to Alfons)
17901
17902 2004-12-07 [torte]      0.9.13cvs2.2
17903
17904         * src/procmime.c
17905                 [Bug 650] reply button causes crash
17906                 Thanks to David Relson and Christoph
17907
17908 2004-12-07 [colin]      0.9.13cvs2.1
17909
17910         * ChangeLog.claws
17911         * AUTHORS
17912         * po/sk.po
17913         * src/procmime.c
17914         * src/prefs_account.c
17915         * src/common/smtp.c
17916         * src/common/smtp.h
17917                 Sync with HEAD
17918
17919 2004-12-06 [colin]      0.9.12cvs187.1
17920
17921         * ChangeLog.claws
17922         * INSTALL
17923         * Makefile.am
17924         * README.claws
17925         * TODO.claws
17926         * configure.ac
17927         * po/bg.po
17928         * po/cs.po
17929         * po/el.po
17930         * po/en_GB.po
17931         * po/es.po
17932         * po/fr.po
17933         * po/hr.po
17934         * po/hu.po
17935         * po/it.po
17936         * po/ja.po
17937         * po/ko.po
17938         * po/nl.po
17939         * po/pl.po
17940         * po/pt_BR.po
17941         * po/ru.po
17942         * po/sk.po
17943         * po/sr.po
17944         * po/sv.po
17945         * po/zh_CN.po
17946         * po/zh_TW.Big5.po
17947         * src/compose.c
17948         * tools/Makefile.am
17949         * tools/README
17950         * tools/filter_conv.pl
17951         * tools/kdeservicemenu/README
17952         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17953         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17954                 Sync with HEAD
17955
17956 2004-12-04 [colin]      0.9.12cvs183.1
17957
17958         * src/compose.c
17959                 Sync with HEAD (compose window position saving)
17960
17961 2004-12-04 [paul]       0.9.12cvs182.3
17962
17963         * src/messageview.c
17964         * src/mimeview.c
17965         * src/prefs_customheader.c
17966         * src/gtk/quicksearch.c
17967                 replace some forgotten GTK_SIGNAL_FUNCs
17968
17969 2004-12-04 [paul]       0.9.12cvs182.2
17970
17971         * src/Makefile.am
17972                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
17973                 committed in error      
17974
17975 2004-12-04 [paul]       0.9.12cvs182.1
17976
17977         * ChangeLog
17978         * ChangeLog.claws
17979         * ChangeLog.jp
17980         * INSTALL
17981         * NEWS
17982         * README
17983         * README.jp
17984         * configure.ac
17985         * doc/manual/ja/Makefile.am
17986         * doc/manual/ja/sylpheed-1.html
17987         * doc/manual/ja/sylpheed-10.html
17988         * doc/manual/ja/sylpheed-11.html
17989         * doc/manual/ja/sylpheed-12.html
17990         * doc/manual/ja/sylpheed-13.html
17991         * doc/manual/ja/sylpheed-14.html
17992         * doc/manual/ja/sylpheed-15.html
17993         * doc/manual/ja/sylpheed-16.html
17994         * doc/manual/ja/sylpheed-17.html
17995         * doc/manual/ja/sylpheed-18.html
17996         * doc/manual/ja/sylpheed-19.html
17997         * doc/manual/ja/sylpheed-2.html
17998         * doc/manual/ja/sylpheed-20.html
17999         * doc/manual/ja/sylpheed-3.html
18000         * doc/manual/ja/sylpheed-4.html
18001         * doc/manual/ja/sylpheed-5.html
18002         * doc/manual/ja/sylpheed-6.html
18003         * doc/manual/ja/sylpheed-7.html
18004         * doc/manual/ja/sylpheed-8.html
18005         * doc/manual/ja/sylpheed-9.html
18006         * doc/manual/ja/sylpheed.html
18007         * doc/manual/ja/sylpheed.sgml
18008         * po/de.po
18009         * src/Makefile.am
18010         * src/compose.c
18011         * src/procmime.c
18012         * src/pixmaps/regular.xpm **REMOVED**
18013         * src/plugins/pgpmime/pgpmime.c
18014         * src/plugins/pgpmime/plugin.c
18015         * src/plugins/pgpmime/prefs_gpg.c
18016                 sync with HEAD
18017
18018 2004-12-03 [paul]       0.9.12cvs180.1
18019
18020         * ChangeLog
18021         * ChangeLog.claws
18022         * ChangeLog.jp
18023         * configure.ac
18024         * src/Makefile.am
18025         * src/pop.c
18026         * src/common/utils.c
18027         * src/common/utils.h
18028         * src/pixmaps/continue.xpm
18029         * src/pixmaps/dir_close.xpm
18030         * src/pixmaps/dir_open.xpm
18031         * src/pixmaps/drafts_close.xpm
18032         * src/pixmaps/drafts_open.xpm
18033         * src/pixmaps/folder.xpm **REMOVED**
18034         * src/pixmaps/group.xpm
18035         * src/pixmaps/unread.xpm
18036                 sync with HEAD
18037
18038 2004-12-02 [colin]      0.9.12cvs179.1
18039
18040         * src/compose.c
18041                 Sync with HEAD (non-duplicated reedition)
18042
18043 2004-12-02 [colin]      0.9.12cvs178.1
18044
18045         * src/compose.c
18046                 Sync with HEAD (linewrap_quote fix)
18047
18048 2004-12-01 [colin]      0.9.12cvs177.3
18049
18050         * src/addrharvest.c
18051                 Replace sizeof with strlen
18052
18053 2004-12-01 [paul]       0.9.12cvs177.2
18054
18055         * src/addrharvest.c
18056                 fix 'harvest addresses'
18057
18058 2004-11-30 [colin]      0.9.12cvs177.1
18059
18060         * src/gtk/prefswindow.c
18061         * src/gtk/pluginwindow.c
18062                 Sync with HEAD
18063
18064 2004-11-29 [colin]      0.9.12cvs176.1
18065
18066         * src/folderview.c
18067                 sync with HEAD (Fix disappearing separators in folderview's popup)
18068
18069 2004-11-29 [colin]      0.9.12cvs175.1
18070
18071         * src/procmime.c
18072                 Sync with head (another format fix)
18073
18074 2004-11-29 [colin]      0.9.12cvs174.1
18075
18076         * src/pop.c
18077                 Sync with HEAD (format string fix)
18078
18079 2004-11-26 [colin]      0.9.12cvs173.1
18080
18081         * src/common/smtp.c
18082         * src/common/smtp.h
18083                 Sync with HEAD
18084
18085 2004-11-24 [colin]      0.9.12cvs172.1
18086
18087         * src/plugins/pgpmime/pgpmime.c
18088                 Sync with HEAD
18089
18090 2004-11-24 [colin]      0.9.12cvs171.1
18091
18092         * src/plugins/pgpmime/pgpmime.c
18093                 Sync with head (gpgmectx leaks)
18094
18095 2004-11-24 [colin]      0.9.12cvs169.1
18096
18097         * src/plugins/pgpmime/plugin.c
18098         * src/plugins/trayicon/Makefile.am
18099         * src/plugins/trayicon/newmarkedmail.xpm
18100         * src/plugins/trayicon/trayicon.c
18101         * src/plugins/trayicon/unreadmarkedmail.xpm
18102                 Sync with HEAD
18103
18104 2004-11-23 [colin]      0.9.12cvs168.1
18105
18106         * src/partial_download.c
18107         * src/partial_download.h
18108         * src/plugins/pgpmime/plugin.c
18109                 Sync with HEAD
18110
18111 2004-11-23 [colin]      0.9.12cvs166.1
18112
18113         * src/Makefile.am
18114         * src/codeconv.c
18115         * src/compose.c
18116         * src/folderview.c
18117         * src/main.c
18118         * src/partial_download.c
18119         * src/partial_download.h
18120         * src/prefs_account.c
18121         * src/prefs_account.h
18122         * src/privacy.c
18123         * src/privacy.h
18124         * src/procmime.c
18125         * src/common/Makefile.am
18126         * src/common/base64.h
18127         * src/common/partial_download.c
18128         * src/common/partial_download.h
18129         * src/gtk/prefswindow.c
18130         * src/gtk/prefswindow.h
18131         * src/plugins/pgpmime/pgpmime.c
18132         * src/plugins/pgpmime/prefs_gpg.c
18133         * src/plugins/pgpmime/prefs_gpg.h
18134         * src/plugins/pgpmime/sgpgme.c
18135         * src/plugins/pgpmime/sgpgme.h
18136                 Sync with HEAD
18137
18138 2004-11-23 [colin]      0.9.12cvs163.1
18139
18140         * src/main.c
18141                 Sync with HEAD (cursor optimization)
18142
18143 2004-11-23 [colin]      0.9.12cvs162.1
18144
18145         * src/prefs_common.c
18146         * src/prefs_themes.c
18147         * src/procmsg.c
18148                 Sync with HEAD
18149
18150 2004-11-23 [colin]      0.9.12cvs158.9
18151
18152         * src/compose.c
18153                 Fix double-free when forwarding
18154         * src/msgcache.c
18155                 Fix leak on error path
18156                 
18157
18158 2004-11-23 [colin]      0.9.12cvs158.8
18159
18160         * src/compose.c
18161                 Fix possible double-free
18162                 Spotted by Alfons
18163
18164 2004-11-23 [colin]      0.9.12cvs158.7
18165
18166         * src/compose.c
18167                 Fix some signal handlers' prototypes
18168                 Spotted by Alfons
18169
18170 2004-11-22 [colin]      0.9.12cvs158.6
18171
18172         * src/compose.c
18173                 Remove unneeded code and duplicated
18174                 wrapping - patch by Alfons
18175
18176 2004-11-22 [colin]      0.9.12cvs158.5
18177
18178         * src/prefs_themes.c
18179                 Fix oversized selector
18180
18181 2004-11-22 [colin]      0.9.12cvs158.4
18182
18183         * src/compose.c
18184                 fix dump_text()
18185                 patch by Alfons
18186
18187 2004-11-19 [colin]      0.9.12cvs158.3
18188
18189         * src/textview.c
18190                 Add a context menu on links (open, copy)
18191
18192 2004-11-18 [paul]       0.9.12cvs158.2
18193
18194         * src/addrgather.c
18195         * src/exphtmldlg.c
18196         * src/expldifdlg.c
18197         * src/mimeview.c
18198         * src/prefs_common.c
18199         * src/plugins/image_viewer/viewer.c
18200         * src/plugins/spamassassin/spamassassin_gtk.c
18201                 replace deprecated gtk_notebook_set_page
18202                 and gtk_notebook_current_page
18203
18204 2004-11-18 [paul]       0.9.12cvs158.1
18205
18206         * configure.ac
18207         * src/compose.c
18208         * src/mainwindow.c
18209         * src/messageview.c
18210         * src/prefs_common.c
18211         * src/common/utils.c
18212         * src/common/utils.h
18213                 sync with HEAD
18214
18215 2004-11-17 [colin]      0.9.12cvs156.1
18216
18217         * src/prefs_account.c
18218         * src/prefs_account.h
18219         * src/procmsg.c
18220                 Sync with HEAD (add pref to store encrypted mails encrypted)
18221
18222 2004-11-17 [paul]       0.9.12cvs155.1
18223
18224         * ChangeLog
18225         * ChangeLog.claws
18226         * ChangeLog.jp
18227         * NEWS
18228         * configure.ac
18229         * src/compose.c
18230         * src/jpilot.c
18231         * src/privacy.c
18232         * src/procmime.c
18233         * src/procmime.h
18234         * src/procmsg.c
18235         * src/toolbar.c
18236         * src/pixmaps/error.xpm
18237                 sync with HEAD
18238
18239 2004-11-17 [colin]      0.9.12cvs151.1
18240
18241         * src/plugins/pgpmime/pgpmime.c
18242                 Sync with HEAD (remove debug printf)
18243
18244 2004-11-17 [colin]      0.9.12cvs150.1
18245
18246         * src/plugins/pgpmime/pgpmime.c
18247                 Sync with HEAD (off-by-one fix)
18248
18249 2004-11-17 [colin]      0.9.12cvs149.1
18250
18251         * src/procmsg.c
18252                 Sync with HEAD (coding style fixes)
18253
18254 2004-11-16 [colin]      0.9.12cvs148.1
18255
18256         * src/procmsg.c
18257                 Sync with head (Fix the fix)
18258
18259 2004-11-16 [colin]      0.9.12cvs147.1
18260
18261         * src/procmsg.c
18262                 Sync with Main (leak fix)
18263
18264 2004-11-16 [colin]      0.9.12cvs146.14
18265
18266         * src/compose.c
18267                 Remove useless chunk of code
18268                 Patch by Alfons
18269
18270 2004-11-15 [colin]      0.9.12cvs146.13
18271
18272         * src/compose.c
18273                 Fix drafting after insertion
18274                 Patch by Alfons
18275
18276 2004-11-15 [colin]      0.9.12cvs146.12
18277
18278         * src/compose.c
18279         * src/prefs_filtering.c
18280         * src/prefs_filtering_action.c
18281         * src/prefs_toolbar.c
18282                 Fix some const-correctness
18283
18284 2004-11-15 [colin]      0.9.12cvs146.11
18285
18286         * src/summaryview.c
18287         * src/prefs_themes.c
18288         * src/messageview.c
18289                 Fix some leaks
18290
18291 2004-11-15 [colin]      0.9.12cvs146.10
18292
18293         * src/codeconv.c
18294                 More unreadable locale fixes
18295
18296 2004-11-14 [colin]      0.9.12cvs146.9
18297
18298         * src/textview.c
18299                 Fix uri_security_check
18300                 Patch by Alfons
18301
18302 2004-11-13 [paul]       0.9.12cvs146.8
18303
18304         * src/folder.c
18305         * src/procmime.c
18306                 fix 2 bugs introduced in last commit
18307
18308 2004-11-13 [paul]       0.9.12cvs146.7
18309
18310         * src/compose.c
18311         * src/exporthtml.c
18312         * src/exportldif.c
18313         * src/folder.c
18314         * src/imap.c
18315         * src/imap_gtk.c
18316         * src/main.c
18317         * src/mainwindow.c
18318         * src/messageview.c
18319         * src/mh_gtk.c
18320         * src/prefs_themes.c
18321         * src/procmime.c
18322         * src/setup.c
18323         * src/summaryview.c
18324                 replace deprecated g_basename
18325
18326 2004-11-13 [paul]       0.9.12cvs146.6
18327
18328         * src/compose.c
18329         * src/imap.c
18330         * src/matcher_parser.h
18331         * src/matcher_parser_parse.y
18332         * src/prefs_filtering.c
18333         * src/prefs_filtering_action.c
18334         * src/prefs_themes.c
18335         * src/prefs_toolbar.c
18336         * src/common/utils.c
18337                 various small fixes/cleanups
18338
18339 2004-11-12 [colin]      0.9.12cvs146.5
18340
18341         * src/textview.c
18342                 Validate event's origin on visibility notify
18343                 Patch by Alfons.
18344
18345 2004-11-12 [paul]       0.9.12cvs146.4
18346
18347         * src/exporthtml.c
18348         * src/exportldif.c
18349         * src/imap.c
18350         * src/mh.c
18351         * src/mimeview.c
18352         * src/prefs_spelling.c
18353         * src/prefs_themes.c
18354                 replace deprecated g_dirname    
18355
18356 2004-11-12 [colin]      0.9.12cvs146.3
18357
18358         * src/textview.c
18359                 Some coding style fixes
18360
18361 2004-11-12 [colin]      0.9.12cvs146.2
18362
18363         * src/codeconv.c
18364                 We want to replace _all_ extended chars in
18365                 conv_unreadable_*, because any string containing
18366                 extended chars not parsing as UTF8 is 
18367                 undisplayed on gtk2.
18368
18369 2004-11-12 [paul]       0.9.12cvs146.1
18370
18371         * ChangeLog
18372         * ChangeLog.claws
18373         * ChangeLog.jp
18374         * NEWS
18375         * configure.ac
18376         * src/account.c
18377         * src/folderview.c
18378         * src/folderview.h
18379         * src/imap.c
18380         * src/imap_gtk.c
18381         * src/inc.c
18382         * src/mainwindow.c
18383         * src/mh_gtk.c
18384         * src/news_gtk.c
18385         * src/pop.c
18386         * src/prefs_account.c
18387         * src/prefs_account.h
18388         * src/prefs_ext_prog.c
18389         * src/procmime.c
18390         * src/procmime.h
18391         * src/procmsg.c
18392         * src/procmsg.h
18393         * src/summary_search.c
18394         * src/summaryview.c
18395         * src/textview.c
18396         * src/common/defs.h
18397         * src/common/utils.c
18398         * src/common/utils.h
18399         * src/gtk/menu.c
18400         * src/gtk/menu.h
18401                 sync with HEAD
18402
18403 2004-11-11 [colin]      0.9.12cvs144.2
18404
18405         * src/textview.c
18406                 Fix URI range selection (patch by Alfons)
18407
18408 2004-11-09 [colin]      0.9.12cvs144.1
18409
18410         * ChangeLog.claws
18411         * src/compose.c
18412         * src/folder.c
18413         * src/folder_item_prefs.c
18414         * src/prefs_account.c
18415         * src/prefs_account.h
18416         * src/plugins/pgpmime/pgpmime.c
18417                 Sync with HEAD
18418
18419 2004-11-08 [colin]      0.9.12cvs143.1
18420
18421         * src/summaryview.c
18422                 Sync with HEAD (optimize quicksearch)
18423
18424 2004-11-08 [colin]      0.9.12cvs142.2
18425
18426         * src/compose.c
18427                 Don't wrap when Edit/Auto wrapping is disabled
18428
18429 2004-11-08 [colin]      0.9.12cvs142.1
18430
18431         * src/textview.c
18432                 Sync with HEAD
18433
18434 2004-11-08 [colin]      0.9.12cvs141.1
18435
18436         * src/textview.c
18437                 Sync with HEAD (fix some mail URIs)
18438
18439 2004-11-08 [colin]      0.9.12cvs140.3
18440
18441         * src/textview.c
18442                 o Use text cursor instead of arrow when
18443                   not on a link
18444                 o Fix handling of contiguous links (as in
18445                   "colin@colino.net" <colin@colino.net>)
18446                   This one unveils a bug in get_email_part()
18447
18448 2004-11-07 [colin]      0.9.12cvs140.2
18449
18450         * src/textview.c
18451                 Fix memleak. Patch by Alfons.
18452
18453 2004-11-06 [colin]      0.9.12cvs140.1
18454
18455         * src/compose.c
18456                 Sync with HEAD (don't ask passphrase
18457                 when drafting)
18458
18459 2004-11-06 [paul]       0.9.12cvs139.2
18460
18461         * AUTHORS
18462         * src/textview.c
18463         * src/textview.h
18464                 textview URI handling. hovering over a 
18465                 link displays it in the status bar,
18466                 and changes the mouse pointer to a hand 
18467                 cursor. a link is activated with a single 
18468                 click. (Modified from the) patch by Jean-Yves 
18469                 Lefort <jylefort@users.sourceforge.net>
18470                 
18471
18472 2004-11-05 [colin]      0.9.12cvs139.1
18473
18474         * src/compose.c
18475         * src/procmime.c
18476                 Sync with HEAD again ^^
18477
18478 2004-11-05 [colin]      0.9.12cvs139.1
18479
18480         * src/compose.c
18481         * src/procmime.c
18482                 Sync with HEAD
18483
18484 2004-11-03 [paul]       0.9.12cvs138.1
18485
18486         * ChangeLog.claws
18487         * configure.ac
18488         * po/POTFILES.in
18489         * src/prefs_ext_prog.c
18490         * src/procmime.c
18491         * tools/kdeservicemenu/README
18492         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18493         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18494                 sync with HEAD
18495
18496 2004-11-01 [christoph]  0.9.12cvs136.2
18497
18498         * src/procmime.c
18499                 convert MIME parameters to UTF-8
18500
18501 2004-10-29 [colin]      0.9.12cvs136.1
18502
18503         * src/common/utils.c
18504                 Sync with HEAD (don't use '=' in mime boundary)
18505
18506 2004-10-29 [paul]       0.9.12cvs135.1
18507
18508         * configure.ac
18509         * doc/src/rfc2231.txt
18510         * src/procmime.c
18511         * src/common/quoted-printable.c
18512         * src/common/utils.c
18513         * src/common/utils.h
18514                 sync with HEAD
18515
18516 2004-10-27 [paul]       0.9.12cvs134.1
18517
18518         * configure.ac
18519         * src/main.c
18520         * src/procmime.c
18521         * src/plugins/pgpmime/pgpmime.c
18522                 sync with HEAD
18523
18524 2004-10-26 [paul]       0.9.12cvs132.3
18525
18526         * src/account.c
18527         * src/addressbook.c
18528         * src/addrgather.c
18529         * src/addrharvest.c
18530         * src/codeconv.c
18531         * src/compose.c
18532         * src/customheader.c
18533         * src/editaddress.c
18534         * src/editgroup.c
18535         * src/enriched.c
18536         * src/expldifdlg.c
18537         * src/exporthtml.c
18538         * src/exportldif.c
18539         * src/folder.c
18540         * src/foldersel.c
18541         * src/folderview.c
18542         * src/grouplistdialog.c
18543         * src/html.c
18544         * src/imap.c
18545         * src/jpilot.c
18546         * src/ldapserver.c
18547         * src/ldif.c
18548         * src/mimeview.c
18549         * src/news.c
18550         * src/news_gtk.c
18551         * src/pop.c
18552         * src/prefs_display_header.c
18553         * src/prefs_gtk.c
18554         * src/prefs_msg_colors.c
18555         * src/prefs_toolbar.c
18556         * src/procheader.c
18557         * src/procmime.c
18558         * src/summaryview.c
18559         * src/textview.c
18560         * src/toolbar.c
18561         * src/vcard.c
18562         * src/common/mgutils.c
18563         * src/common/nntp.c
18564         * src/common/smtp.c
18565         * src/common/template.c
18566         * src/common/utils.c
18567         * src/common/xmlprops.c
18568         * src/plugins/pgpmime/pgpmime.c
18569         * src/plugins/pgpmime/select-keys.c
18570         * src/plugins/pgpmime/sgpgme.c
18571                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18572                 g_string_sprintfa(), gtk_notebook_current_page()
18573
18574 2004-10-26 [colin]      0.9.12cvs132.2
18575
18576         * src/prefs_folder_item.c
18577                 Fix default-account selection
18578
18579 2004-10-21 [colin]      0.9.12cvs133
18580
18581         * src/compose.c
18582                 Sync with HEAD (Remove extra separator in compose's Options)
18583         * src/textview.c
18584                 Set wrapping to char
18585
18586 2004-10-21 [paul]       0.9.12cvs131.2
18587
18588         * src/compose.c
18589         * src/sourcewindow.c
18590                 fix wrapping
18591                 fix window shrinking 
18592
18593 2004-10-21 [colin]      0.9.12cvs131.1
18594
18595         * ChangeLog.claws
18596         * src/compose.c
18597                 Sync with HEAD
18598
18599 2004-10-21 [paul]       0.9.12cvs130.2
18600
18601         * src/prefs_folder_item.c
18602                 sync with HEAD (Apply to subfolders)
18603
18604 2004-10-19 [colin]      0.9.12cvs130.1
18605
18606         * ChangeLog.claws
18607         * src/compose.c
18608         * src/common/utils.c
18609         * src/gtk/menu.c
18610                 Sync with HEAD
18611
18612 2004-10-19 [colin]      0.9.12cvs128.1
18613
18614         * src/addrbook.c
18615         * src/addrcache.c
18616         * src/addressbook.c
18617         * src/codeconv.c
18618         * src/compose.c
18619         * src/customheader.c
18620         * src/editaddress.c
18621         * src/editgroup.c
18622         * src/exporthtml.c
18623         * src/folder.c
18624         * src/folderview.c
18625         * src/imap.c
18626         * src/jpilot.c
18627         * src/main.c
18628         * src/matcher_parser_parse.y
18629         * src/mbox.c
18630         * src/pop.c
18631         * src/prefs_account.c
18632         * src/prefs_gtk.c
18633         * src/prefs_msg_colors.c
18634         * src/procheader.c
18635         * src/procmime.c
18636         * src/procmime.h
18637         * src/procmsg.c
18638         * src/summaryview.c
18639         * src/textview.c
18640         * src/common/base64.c
18641         * src/common/partial_download.c
18642         * src/common/socket.c
18643         * src/common/sylpheed.c
18644         * src/common/utils.c
18645         * src/common/utils.h
18646         * src/gtk/pluginwindow.c
18647         * src/gtk/quicksearch.c
18648         * src/plugins/clamav/clamav_plugin.c
18649         * src/plugins/clamav/clamav_plugin.h
18650         * src/plugins/clamav/clamav_plugin_gtk.c
18651         * src/plugins/pgpmime/passphrase.c
18652         * src/plugins/pgpmime/pgpmime.c
18653         * src/plugins/pgpmime/plugin.c
18654         * src/plugins/pgpmime/prefs_gpg.c
18655         * src/plugins/pgpmime/prefs_gpg.h
18656         * src/plugins/pgpmime/select-keys.c
18657         * src/plugins/pgpmime/sgpgme.c
18658         * src/plugins/spamassassin/libspamc.c
18659         * src/plugins/spamassassin/spamassassin.c
18660         * src/plugins/spamassassin/spamassassin.h
18661         * src/plugins/spamassassin/spamassassin_gtk.c
18662         * src/plugins/trayicon/trayicon.c
18663         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18664                 Sync with HEAD
18665
18666 2004-10-14 [colin]      0.9.12cvs126.2
18667
18668         * src/codeconv.c
18669         * src/textview.c
18670                 Fix conv_unreadable_locale
18671
18672 2004-10-13 [colin]      0.9.12cvs126.1
18673
18674         * src/compose.c
18675                 Sync with HEAD (don't convert charset for 
18676                 drafted messages, minor cleanup)
18677
18678 2004-10-13 [colin]      0.9.12cvs125.1
18679
18680         * po/POTFILES.in
18681                 Sync with HEAD (POTFILES fix)
18682
18683 2004-10-12 [colin]      0.9.12cvs124.3
18684
18685         * src/compose.c
18686                 Fix encoding bug from latest sync
18687
18688 2004-10-12 [paul]       0.9.12cvs124.2
18689
18690         * src/plugins/pgpmime/prefs_gpg.c
18691         * src/plugins/pgpmime/prefs_gpg.h
18692                 forgotten in last commit        
18693
18694 2004-10-12 [paul]       0.9.12cvs124.1
18695
18696         * ChangeLog.claws
18697         * configure.ac
18698         * m4/spamassassin.m4
18699         * src/Makefile.am
18700         * src/account.c
18701         * src/compose.c
18702         * src/compose.h
18703         * src/crash.c
18704         * src/main.c
18705         * src/mimeview.c
18706         * src/passphrase.c
18707         * src/passphrase.h
18708         * src/prefs_account.c
18709         * src/prefs_account.h
18710         * src/prefs_common.c
18711         * src/privacy.c
18712         * src/privacy.h
18713         * src/procmime.c
18714         * src/procmime.h
18715         * src/procmsg.c
18716         * src/rfc2015.c
18717         * src/rfc2015.h
18718         * src/select-keys.c
18719         * src/select-keys.h
18720         * src/textview.c
18721         * src/common/utils.c
18722         * src/common/utils.h
18723         * src/gtk/about.c
18724         * src/plugins/pgpmime/Makefile.am
18725         * src/plugins/pgpmime/passphrase.c
18726         * src/plugins/pgpmime/passphrase.h
18727         * src/plugins/pgpmime/pgpmime.c
18728         * src/plugins/pgpmime/plugin.c
18729         * src/plugins/pgpmime/select-keys.c
18730         * src/plugins/pgpmime/select-keys.h
18731         * src/plugins/pgpmime/sgpgme.c
18732         * src/plugins/pgpmime/sgpgme.h
18733                 sync with HEAD
18734
18735 2004-10-04 [colin]      0.9.12cvs122.1
18736
18737         * src/mainwindow.c
18738         * src/messageview.c
18739         * src/messageview.h
18740         * src/textview.c
18741                 Sync with HEAD
18742
18743 2004-10-04 [colin]      0.9.12cvs121.1
18744
18745         * src/summaryview.c
18746                 Sync with HEAD
18747
18748 2004-10-04 [paul]       0.9.12cvs120.1
18749
18750         * configure.ac
18751                 sync with HEAD [don't try to build 
18752                 pgpmime plugin when gpgme is disabled]
18753
18754 2004-10-03 [colin]      0.9.12cvs119.3
18755
18756         * src/gtk/gtksctree.c
18757                 Lots of side effects. Put back as before 117.2.
18758         * src/summaryview.c
18759                 Fix bug #602
18760
18761 2004-10-03 [colin]      0.9.12cvs119.2
18762
18763         * src/gtk/gtksctree.c
18764                 Revert 608 fix that doesn't work that good
18765
18766 2004-10-02 [colin]      0.9.12cvs119.1
18767
18768         * src/mainwindow.c
18769         * src/messageview.c
18770         * src/prefs_common.h
18771         * src/procmime.c
18772         * src/procmime.h
18773         * src/textview.c
18774                 Sync with HEAD
18775         * src/gtk/gtksctree.c
18776                 Close bug #608
18777
18778 2004-10-01 [colin]      0.9.12cvs118.1
18779
18780         * src/mimeview.c
18781                 Sync with HEAD (better Save All fix)
18782
18783 2004-10-01 [colin]      0.9.12cvs117.2
18784
18785         * src/gtk/gtksctree.c
18786                 Faster on selection
18787
18788 2004-10-01 [colin]      0.9.12cvs117.1
18789
18790         * src/mimeview.c
18791                 Sync with HEAD (Save All: only attachments)
18792
18793 2004-10-01 [paul]       0.9.12cvs116.1
18794
18795         * ChangeLog.claws
18796         * configure.ac
18797         * src/account.c
18798         * src/prefs_common.c
18799         * src/gtk/colorlabel.c
18800                 sync with HEAD
18801
18802 2004-09-30 [colin]      0.9.12cvs115.1
18803
18804         * src/stock_pixmap.c
18805         * src/stock_pixmap.h
18806         * src/folderview.c
18807         * src/Makefile.am
18808         * src/pixmaps/read.xpm
18809                 Sync with HEAD (new pixmap)
18810
18811 2004-09-29 [colin]      0.9.12cvs114.1
18812
18813         * src/compose.c
18814                 Sync with HEAD
18815                 Fix focus handling in headers
18816
18817 2004-09-29 [paul]       0.9.12cvs113.1
18818
18819         * src/quote_fmt_parse.y
18820                 sync with HEAD
18821  
18822
18823 2004-09-28 [colin]      0.9.12cvs112.1
18824
18825         * src/folderview.c
18826         * src/mainwindow.c
18827                 Sync with HEAD
18828
18829 2004-09-28 [colin]      0.9.12cvs110.1
18830
18831         * src/folderview.c
18832                 Sync with HEAD (Contextual Empty trash menu)
18833
18834 2004-09-28 [colin]      0.9.12cvs108.1
18835
18836         * src/addressbook.c
18837                 Sync with HEAD (addressbook edit on double-click)
18838
18839 2004-09-28 [colin]      0.9.12cvs106.1
18840
18841         * src/inc.c
18842                 Sync with HEAD (folder_item freeze on inc)
18843
18844 2004-09-27 [colin]      0.9.12cvs105.1
18845
18846         * src/folderview.c
18847                 Sync with HEAD (right-align new and unread column)
18848
18849 2004-09-27 [colin]      0.9.12cvs104.1
18850
18851         * src/main.c
18852                 Sync with HEAD (revert 0.9.12cvs101)
18853
18854 2004-09-24 [colin]      0.9.12cvs103.2
18855
18856         * src/wizard.c
18857                 Fix gtk warnings and use domain part of the email address 
18858                 when domain detection fails (no dot in domain name)
18859
18860 2004-09-23 [colin]      0.9.12cvs103.1
18861
18862         * src/plugins/spamassassin/libspamc.c
18863         * src/plugins/spamassassin/libspamc.h
18864         * src/plugins/spamassassin/utils.c
18865         * src/plugins/spamassassin/utils.h
18866                 Sync with HEAD (Update spamassassin to 3.0)
18867
18868 2004-09-21 [colin]      0.9.12cvs102.3
18869
18870         * src/action.c
18871                 Add horizontal scrollbar in action io dialog as needed
18872                 Patch by Alfons.
18873
18874 2004-09-20 [colin]      0.9.12cvs102.2
18875
18876         * src/plugins/image_viewer/viewer.c
18877                 Remove imlib stuff
18878                 use gtk_pixmap_set when clearing
18879                 (would be better to use gtkImages, but causes size-allocate 
18880                 signals storm)
18881
18882 2004-09-17 [paul]       0.9.12cvs102.1
18883
18884         * ChangeLog
18885         * ChangeLog.claws
18886         * ChangeLog.jp
18887         * configure.ac
18888         * src/inc.c
18889                 sync with HEAD
18890
18891
18892 2004-09-17 [colin]      0.9.12cvs101.1
18893
18894         * ChangeLog.claws
18895         * src/main.c
18896                 Sync with HEAD (fix segs at exit)
18897
18898 2004-09-14 [colin]      0.9.12cvs99.5
18899
18900         * src/common/socket.c
18901         * AUTHORS
18902                 Fix send error on 64bit platforms
18903                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
18904
18905 2004-09-14 [colin]      0.9.12cvs99.4
18906
18907         * src/action.c
18908                 Fix action output with utf8 
18909                 Patch by Alfons.
18910
18911 2004-09-14 [colin]      0.9.12cvs99.3
18912
18913         * ChangeLog.claws
18914         * src/folder.c
18915                 Sync with HEAD
18916
18917 2004-09-09 [colin]      0.9.12cvs99.2
18918
18919         * src/action.c
18920                 Fix progress bar (displaying "Completed %v/%u")
18921                 Patch by Alfons.
18922
18923 2004-09-08 [colin]      0.9.12cvs99.1
18924
18925         * src/account.c
18926         * src/folder.c
18927         * src/procmsg.c
18928         * src/procmsg.h
18929         * src/plugins/pgpmime/pgpmime.c
18930                 Sync with HEAD
18931
18932 2004-09-08 [colin]      0.9.12cvs97.2
18933
18934         * src/summaryview.c
18935                 Don't select mails in collapsed threads 
18936                 when navigating with up/down
18937
18938 2004-09-07 [colin]      0.9.12cvs97.1
18939
18940         * src/inc.c
18941                 Sync with HEAD (meaningful error messages)
18942
18943 2004-09-06 [colin]      0.9.12cvs96.1
18944
18945         * src/toolbar.c
18946                 Sync with HEAD (fix Redirect graying out)
18947
18948 2004-09-06 [colin]      0.9.12cvs95.1
18949
18950         * src/summaryview.c
18951         * src/mimeview.c
18952                 Sync with HEAD (fix dropped URIs)
18953
18954 2004-09-06 [colin]      0.9.12cvs94.1
18955
18956         * src/addressbook.c
18957         * src/addressitem.h
18958         * src/addritem.c
18959         * src/addritem.h
18960                 Sync with HEAD (addressbook DnD)
18961
18962 2004-09-03 [colin]      0.9.12cvs93.1
18963
18964         * src/summaryview.c
18965                 Sync with HEAD (next/prev unread)
18966
18967 2004-09-03 [colin]      0.9.12cvs92.1
18968
18969         * src/prefs_common.c
18970         * src/prefs_common.h
18971         * src/summaryview.c
18972                 Sync with HEAD ('mark_as_read_delay' pref)
18973
18974 2004-09-02 [colin]      0.9.12cvs91.2
18975
18976         * src/common/xml.c
18977                 Fix leak
18978
18979 2004-09-02 [colin]      0.9.12cvs91.1
18980
18981         * src/gtk/menu.c
18982                 Sync with HEAD (menu accel don't work, but whatever)
18983
18984 2004-09-02 [colin]      0.9.12cvs90.1
18985
18986         * src/account.c
18987                 Sync with HEAD (fix bug 582)
18988
18989 2004-09-02 [colin]      0.9.12cvs89.1
18990
18991         * src/addrindex.c
18992                 Sync with HEAD (free deleted queries)
18993
18994 2004-09-02 [colin]      0.9.12cvs88.1
18995
18996         * src/ldapquery.c
18997                 Sync with HEAD (fix LDAP freezes)
18998
18999 2004-09-02 [colin]      0.9.12cvs87.1
19000
19001         * src/prefs_spelling.c
19002                 Sync with HEAD (add default dictionary)
19003
19004 2004-09-01 [colin]      0.9.12cvs86.1
19005
19006         * src/filtering.c
19007         * src/folderview.c
19008         * src/imap.c
19009         * src/prefs_matcher.c
19010         * src/stock_pixmap.c
19011         * src/summary_search.c
19012         * src/summaryview.c
19013         * src/wizard.c
19014         * src/wizard.h
19015                 Sync with HEAD (uninitialized vars fixes)
19016                 + gtk2 specific warning fixes
19017
19018 2004-08-31 [colin]      0.9.12cvs85.1
19019
19020         * src/folder.c
19021                 Sync with HEAD (Fix memory corruption due to 
19022                 uninitialized var)
19023
19024 2004-08-31 [colin]      0.9.12cvs84.4
19025
19026         * src/summary_search.c
19027                 Fix segfaults when searching in folders with broken headers
19028
19029 2004-08-31 [colin]      0.9.12cvs84.3
19030
19031         * src/compose.c
19032         * src/textview.c
19033                 Fix some more encoding/decoding issues
19034
19035 2004-08-30 [colin]      0.9.12cvs84.2
19036
19037         * src/mimeview.c
19038         * src/prefs_themes.c
19039         * src/gtk/filesel.c
19040         * src/gtk/filesel.h
19041                 Add a folder-mode selection (fixes mimeview's "Save all")
19042
19043 2004-08-29 [colin]      0.9.12cvs84.1
19044
19045         * src/mimeview.c
19046                 Sync with HEAD (don't escape saved filenames)
19047
19048 2004-08-27 [colin]      0.9.12cvs83.1
19049
19050         * ChangeLog
19051         * ChangeLog.claws
19052         * ChangeLog.jp
19053         * src/mh.c
19054         * src/procheader.c
19055         * src/procmsg.c
19056         * src/procmsg.h
19057         * src/common/utils.c
19058         * src/gtk/menu.h
19059         * po/
19060                 Sync with HEAD 0.9.12cvs83 (sync with main)
19061
19062 2004-08-26 [colin]      0.9.12cvs82.4
19063
19064         * src/codeconv.c
19065                 Fix strange stack corruption
19066                 Convert to utf8 after unmime, not before
19067
19068 2004-08-26 [colin]      0.9.12cvs82.3
19069
19070         * src/main.c
19071         * src/wizard.c
19072                 Fix account folders duplication
19073
19074 2004-08-25 [colin]      0.9.12cvs82.2
19075
19076         * src/wizard.c
19077                 Remove ports
19078                 Add SSL selection
19079                 Use login@server as account name
19080
19081 2004-08-25 [colin]      0.9.12cvs82.1
19082
19083         * src/plugins/pgpmime/pgpmime.c
19084                 Sync with HEAD (leak fix).
19085
19086 2004-08-25 [colin]      0.9.12cvs81.1
19087
19088         * src/plugins/pgpmime/pgpmime.c
19089         * src/plugins/pgpmime/sgpgme.c
19090         * src/plugins/pgpmime/sgpgme.h
19091                 Sync with HEAD (Handle combined messages).
19092
19093 2004-08-24 [colin]      0.9.12cvs80.3
19094
19095         * src/wizard.c
19096                 Fix full name, ports, and imap
19097
19098 2004-08-24 [colin]      0.9.12cvs80.2
19099
19100         * src/Makefile.am
19101         * src/main.c
19102         * src/setup.c
19103         * src/setup.h
19104         * src/stock_pixmap.c
19105         * src/stock_pixmap.h
19106         * src/wizard.c ** ADDED **
19107         * src/wizard.h ** ADDED ** 
19108         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19109                 Add a setup wizard 
19110
19111 2004-08-24 [colin]      0.9.12cvs80.1
19112
19113         * src/folder.c
19114                 Sync with HEAD (set mimeflags on all messages)
19115
19116 2004-08-24 [colin]      0.9.12cvs79.3
19117
19118         * src/matcher_parser_lex.l
19119                 Fix 8bits strings not in utf8
19120
19121 2004-08-24 [colin]      0.9.12cvs79.2
19122
19123         * src/compose.c
19124                 Check conversion result before replacing buffer
19125
19126 2004-08-23 [colin]      0.9.12cvs79.1
19127
19128         * src/compose.c
19129                 Sync with HEAD (create message header in memory)
19130
19131 2004-08-23 [colin]      0.9.12cvs78.1
19132
19133         * src/rfc2015.c
19134         * src/rfc2015.h
19135                 Sync with HEAD (fix bug 197 again)
19136
19137 2004-08-23 [colin]      0.9.12cvs77.3
19138
19139         * src/compose.c
19140                 Fix again inline gpg signing (which outputs utf8
19141                 in gtk2). Not syncing this fix to HEAD as this 
19142                 code is meant to die.
19143
19144 2004-08-23 [colin]      0.9.12cvs77.2
19145
19146         * src/prefs_account.h
19147                 Remove useless include
19148
19149 2004-08-23 [colin]      0.9.12cvs77.1
19150
19151         * src/imap.c
19152         * po/es.po
19153         * po/fr.po
19154         * po/it.po
19155         * po/pl.po
19156         * po/pt_BR.po
19157         * po/sk.po
19158         * po/sr.po
19159                 Sync with HEAD (fix bug 577)
19160
19161 2004-08-22 [colin]      0.9.12cvs76.1
19162
19163         * src/plugins/trayicon/trayicon.c
19164                 Sync with HEAD (fix formatting bug)
19165
19166 2004-08-21 [colin]      0.9.12cvs74.2
19167
19168         * src/gtk/colorsel.c
19169                 Fix bug 564 (Folder color selection window exits on any
19170                 keypress)
19171
19172 2004-08-21 [colin]      0.9.12cvs74.1
19173
19174         * ChangeLog.claws
19175         * src/compose.c
19176         * src/summaryview.c
19177         * src/toolbar.c
19178                 Sync with HEAD (fix bug 576)
19179
19180 2004-08-21 [colin]      0.9.12cvs70.1
19181
19182         * src/compose.c
19183         * src/mainwindow.c
19184                 Sync with HEAD
19185                 
19186
19187 2004-08-21 [paul]       0.9.12cvs66.4
19188
19189         * src/mainwindow.c
19190         * src/messageview.c
19191         * src/gtk/menu.c
19192         * src/plugins/spamassassin/spamassassin_gtk.c
19193                 remove some deprecated gtk1 functions
19194
19195
19196 2004-08-21 [colin]      0.9.12cvs66.3
19197
19198         * src/compose.c
19199         * src/codeconv.c
19200                 Fix warnings
19201                 Remove encoding hacks
19202                 Fix bug 575 (Strange character messes up message)
19203                 Don't display conversion error when drafting
19204
19205 2004-08-21 [paul]       0.9.12cvs66.2
19206
19207         * src/prefs_account.c
19208                 fix GnuPG mode bugs
19209
19210
19211 2004-08-20 [colin]      0.9.12cvs66.1
19212
19213         * src/codeconv.c
19214                 Sync with HEAD 0.9.12cvs66
19215
19216 2004-08-20 [paul]
19217
19218         * src/plugins/pgpmime/plugin.c
19219                 modify PGP/MIME plugin's description
19220
19221 2004-08-17 [colin]      0.9.12cvs65.1
19222
19223         * src/common/ssl.c
19224         * src/plugins/pgpmime/plugin.c
19225                 Sync with HEAD
19226
19227 2004-08-14 [colin]      0.9.12cvs60.3
19228
19229         * src/plugins/trayicon/trayicon.c
19230                 Put back resize callback, on size-request signal
19231                 rather than size-allocate to avoid infinite 
19232                 callback loop
19233
19234 2004-08-13 [colin]      0.9.12cvs60.2
19235
19236         * src/common/defs.h
19237                 Cache versions have been fixed
19238
19239 2004-08-13 [colin]      0.9.12cvs60.1
19240
19241         * src/folderutils.c
19242                 Sync with HEAD
19243
19244 2004-08-12 [colin]      0.9.12cvs59.1
19245
19246         * src/plugins/trayicon/trayicon.c
19247                 Sync with HEAD
19248
19249 2004-08-12 [colin]      0.9.12cvs57.5
19250
19251         * sylpheed.desktop
19252         * configure.ac
19253         * src/Makefile.am
19254         * src/main.c
19255                 Add support for Freedesktop.org's startup notification
19256
19257 2004-08-11 [colin]      0.9.12cvs57.4
19258
19259         * src/textview.c
19260                 Fix off-by-one
19261
19262 2004-08-11 [colin]      0.9.12cvs57.3
19263
19264         * src/message_search.c
19265         * src/summary_search.c
19266                 Make searches case insensitive by default
19267         * src/textview.c
19268                 Fix case-insensitive search in message
19269
19270 2004-08-11 [colin]      0.9.12cvs57.2
19271
19272         * src/summary_search.c
19273                 Let case-sensitive be specified
19274
19275 2004-08-10 [colin]      0.9.12cvs55.4
19276
19277         * src/common/socket.c
19278                 Fix the possible race condition
19279
19280 2004-08-09 [paul]       0.9.12cvs55.3
19281
19282         * configure.ac
19283         * src/Makefile.am
19284         * src/common/Makefile.am
19285                 sync with HEAD
19286
19287
19288 2004-08-09 [paul]       0.9.12cvs55.2
19289
19290         * autogen.sh
19291         * po/poconv.sh
19292                 remove unneeded script
19293
19294         * configure.ac
19295                 add forgotten USE_LDAP_TLS (sync with HEAD)
19296
19297
19298 2004-08-09 [colin]      0.9.12cvs55.1
19299
19300         * src/main.c
19301         * src/common/ssl.c
19302         * src/common/sylpheed.c
19303         * src/common/sylpheed.h
19304                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19305
19306 2004-08-09 [paul]       0.9.12cvs54.1
19307
19308         * ChangeLog
19309         * ChangeLog.claws
19310         * ChangeLog.jp
19311         * configure.ac
19312         * po/POTFILES.in
19313         * src/Makefile.am
19314         * src/folderutils.c
19315         * src/main.c
19316         * src/pgpmime.c
19317         * src/pgpmime.h
19318         * src/sgpgme.c
19319         * src/sgpgme.h
19320         * src/plugins/Makefile.am
19321         * src/plugins/pgpmime/.cvsignore
19322         * src/plugins/pgpmime/Makefile.am
19323         * src/plugins/pgpmime/pgpmime.c
19324         * src/plugins/pgpmime/pgpmime.h
19325         * src/plugins/pgpmime/plugin.c
19326         * src/plugins/pgpmime/sgpgme.c
19327         * src/plugins/pgpmime/sgpgme.h
19328                 sync with HEAD
19329
19330 2004-08-08 [paul]       0.9.12cvs51.1
19331
19332         * configure.ac
19333         * src/folder.c
19334                 sync with HEAD
19335
19336 2004-08-07 [colin]      0.9.12cvs50.1
19337
19338         * src/pop.c
19339         * src/common/partial_download.c
19340                 fix warnings (sync from HEAD)
19341
19342 2004-08-07 [colin]      0.9.12cvs48.1
19343
19344         * src/prefs_folder_item.c
19345                 sync with HEAD 0.9.12cvs48
19346
19347 2004-08-06 [colin]      0.9.12cvs47.1
19348
19349         * src/compose.c
19350                 Sync with HEAD
19351
19352 2004-08-06 [christoph]  0.9.12cvs46.2
19353
19354         * src/main.c
19355         * src/plugins/clamav/clamav_plugin_gtk.c
19356         * src/plugins/dillo_viewer/dillo_viewer.c
19357         * src/plugins/image_viewer/plugin.c
19358         * src/plugins/mathml_viewer/mathml_viewer.c
19359         * src/plugins/spamassassin/spamassassin_gtk.c
19360         * src/plugins/trayicon/trayicon.c
19361                 don't mix GTK1.2 plugin with GTK2 plugins
19362
19363 2004-08-06 [colin]      0.9.12cvs46.1
19364
19365         * ChangeLog
19366         * ChangeLog.claws
19367         * ChangeLog.jp
19368         * configure.ac
19369         * sylpheed-claws.pc.in
19370         * src/folder.c
19371         * src/imap.c
19372         * src/localfolder.c
19373         * src/messageview.c
19374         * src/mimeview.c
19375         * src/mimeview.h
19376         * src/msgcache.c
19377         * src/news.c
19378         * src/prefs_ext_prog.c
19379         * src/prefs_folder_item.c
19380         * src/prefs_fonts.c
19381         * src/prefs_msg_colors.c
19382         * src/prefs_spelling.c
19383         * src/prefs_themes.c
19384         * src/prefs_toolbar.c
19385         * src/prefs_wrapping.c
19386         * src/procmime.h
19387         * src/common/defs.h
19388         * src/common/nntp.c
19389         * src/common/session.c
19390         * src/common/session.h
19391         * src/common/socket.c
19392         * src/common/utils.h
19393         * src/common/xml.c
19394         * src/common/xml.h
19395         * src/gtk/prefswindow.c
19396         * src/gtk/prefswindow.h
19397         * src/plugins/clamav/clamav_plugin_gtk.c
19398         * src/plugins/dillo_viewer/dillo_prefs.c
19399         * src/plugins/image_viewer/viewerprefs.c
19400         * src/plugins/spamassassin/spamassassin_gtk.c
19401         * m4/openssl.m4 *** REMOVED ***
19402                 Sync with HEAD 0.9.12cvs46
19403
19404 2004-08-03 [paul]       0.9.12cvs40.2
19405
19406         * src/action.c
19407         * src/addressadd.c
19408         * src/addressbook.c
19409         * src/addrgather.c
19410         * src/browseldap.c
19411         * src/compose.c
19412         * src/crash.c
19413         * src/editaddress.c
19414         * src/editgroup.c
19415         * src/editldap_basedn.c
19416         * src/foldersel.c
19417         * src/importldif.c
19418         * src/mimeview.c
19419         * src/prefs_common.c
19420         * src/prefs_template.c
19421         * src/sourcewindow.c
19422         * src/summaryview.c
19423         * src/gtk/about.c
19424         * src/gtk/foldersort.c
19425         * src/gtk/logwindow.c
19426         * src/gtk/pluginwindow.c
19427         * src/gtk/prefswindow.c
19428                 change all gtk_scrolled_window_set_policy from 
19429                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19430
19431 2004-08-02 [paul]       0.9.12cvs40.1
19432
19433         * AUTHORS
19434                 update translation team section
19435         * po/pt_BR.po
19436                 updated by Frederico Goncalves Guimaraes
19437                 <fggdebian@yahoo.com.br>
19438
19439 2004-07-31 [colin]      0.9.12cvs39.9
19440
19441         * src/exphtmldlg.c
19442                 Fix compilation
19443
19444 2004-07-31 [colin]      0.9.12cvs39.8
19445
19446         * src/exphtmldlg.c
19447                 Fix an alertpanel type
19448
19449 2004-07-30 [colin]      0.9.12cvs39.7
19450
19451         * src/alertpanel.c
19452                 Fix alertpanel_error_log's icon
19453
19454 2004-07-30 [colin]      0.9.12cvs39.6
19455
19456         * src/pop.c
19457                 Two of them should still be warnings
19458
19459 2004-07-30 [colin]      0.9.12cvs39.5
19460
19461         * src/pop.c
19462                 More warning -> error
19463 2004-07-29 [colin]      0.9.12cvs39.4
19464
19465         * src/pop.c
19466                 Warning -> error
19467
19468 2004-07-29 [colin]      0.9.12cvs39.3
19469
19470         * src/prefs_matcher.c
19471                 Fix segfault
19472
19473 2004-07-29 [colin]      0.9.12cvs39.2
19474
19475         * src/alertpanel.c
19476                 More nice-looking alertpanels
19477
19478 2004-07-29 [colin]      0.9.12cvs39.1
19479
19480         * src/messageview.c
19481                 sync with head
19482                 (inform user when partial mail is deleted on server)
19483
19484 2004-07-29 [colin]      0.9.12cvs38.1
19485
19486         * src/messageview.c
19487                 sync with head
19488
19489 2004-07-28 [paul]       0.9.12cvs37.7
19490
19491         * src/mainwindow.c
19492                 complete the replacement of deprecated gtk_progress_*
19493
19494 2004-07-28 [paul]       0.9.12cvs37.6
19495
19496         * src/action.c
19497         * src/inc.c
19498         * src/mainwindow.c
19499         * src/send_message.c
19500         * src/gtk/progressdialog.c
19501         * src/gtk/progressdialog.h
19502                 replace deprecated gtk_progress_*
19503
19504 2004-07-28 [paul]       0.9.12cvs37.5
19505
19506         * src/gtk/filesel.c
19507                 remove gtk_window_set_wmclass()
19508 2004-07-28 [paul]       0.9.12cvs37.4
19509
19510         * src/addressbook.c
19511         * src/compose.c
19512         * src/foldersel.c
19513         * src/mainwindow.c
19514         * src/messageview.c
19515         * src/sourcewindow.c
19516         * src/gtk/logwindow.c
19517                 remove gtk_window_set_wmclass()
19518                 
19519         * src/prefs_filtering.c
19520         * src/prefs_filtering_action.c
19521         * src/prefs_fonts.c
19522         * src/prefs_gtk.c
19523         * src/prefs_matcher.c
19524         * src/ssl_manager.c
19525         * src/gtk/prefswindow.c
19526                 replace gtk_window_position()
19527
19528 2004-07-28 [colin]      0.9.12cvs37.3
19529
19530         * src/alertpanel.c
19531         * src/alertpanel.h
19532                 Add a way to specify panel type for specific
19533                 panels (alertpanel())
19534         * src/account.c
19535         * src/addressbook.c
19536         * src/compose.c
19537         * src/expldifdlg.c
19538         * src/main.c
19539         * src/messageview.c
19540         * src/summaryview.c
19541         * src/textview.c
19542         * src/gtk/sslcertwindow.c
19543                 Fix alertpanel()s so that their icon match
19544                 their real type
19545
19546 2004-07-28 [paul]       0.9.12cvs37.2
19547
19548         * src/addr_compl.c
19549         * src/addressbook.c
19550         * src/alertpanel.c
19551         * src/compose.c
19552         * src/export.c
19553         * src/foldersel.c
19554         * src/folderview.c
19555         * src/grouplistdialog.c
19556         * src/import.c
19557         * src/mainwindow.c
19558         * src/message_search.c
19559         * src/messageview.c
19560         * src/passphrase.c
19561         * src/prefs_actions.c
19562         * src/prefs_common.c
19563         * src/prefs_customheader.c
19564         * src/prefs_display_header.c
19565         * src/prefs_filtering.c
19566         * src/prefs_filtering_action.c
19567         * src/prefs_gtk.c
19568         * src/prefs_matcher.c
19569         * src/prefs_msg_colors.c
19570         * src/prefs_summary_column.c
19571         * src/prefs_template.c
19572         * src/sourcewindow.c
19573         * src/ssl_manager.c
19574         * src/summary_search.c
19575         * src/gtk/colorsel.c
19576         * src/gtk/description_window.c
19577         * src/gtk/gtkaspell.c
19578         * src/gtk/inputdialog.c
19579         * src/gtk/logwindow.c
19580         * src/gtk/prefswindow.c
19581         * src/gtk/progressdialog.c
19582                 replace deprecated gtk_window_set_policy
19583
19584 2004-07-27 [colin]      0.9.12cvs37.1
19585
19586         * src/msgcache.c
19587                 More fixes (synced for head again)
19588
19589 2004-07-27 [colin]      0.9.12cvs35.3
19590
19591         * src/msgcache.c
19592                 Fix wrong test
19593
19594 2004-07-27 [colin]      0.9.12cvs35.2
19595
19596         * src/mimeview.c
19597                 Fix width a bit (by Paul)
19598         * src/alertpanel.c
19599         * src/alertpanel.h
19600                 Specialize icons, make alertpanel_message()
19601                 private
19602         * src/message_search.c
19603         * src/sgpgme.c
19604         * src/summary_search.c
19605                 Suit alertpanel changes
19606
19607 2004-07-27 [colin]      0.9.12cvs35.1
19608
19609         * src/alertpanel.c
19610                 Add an icon
19611         * src/passphrase.c
19612                 Add debug output - maybe someone will
19613                 want to look at the problem with Grab
19614                 Input :)
19615         Bump version as we're synced with HEAD
19616
19617 2004-07-26 [colin]      0.9.12cvs33.26
19618
19619         * src/pop.c
19620                 Fix uidl-file parsing when not in new
19621                 format
19622
19623 2004-07-26 [colin]      0.9.12cvs33.25
19624
19625         * src/gtk/menu.c
19626                 Move popup menu up if necessary (fixes 
19627                 account selector)
19628         * src/mainwindow.c
19629                 Set account selector's button height to
19630                 minimum
19631
19632 2004-07-26 [colin]      0.9.12cvs33.24
19633
19634         * src/alertpanel.c
19635                 Maybe fix 551 (Truncated font in alert window)
19636
19637 2004-07-26 [colin]      0.9.12cvs33.23
19638
19639         * po/de.po
19640         * po/es.po
19641         * po/fr.po
19642         * po/it.po
19643         * po/ja.po
19644         * po/pl.po
19645         * po/ru.po
19646         * po/sk.po
19647         * po/sr.po
19648         * po/zh_CN.po
19649                 Sync po files with HEAD
19650
19651 2004-07-26 [paul]       0.9.12cvs33.22
19652
19653         * src/compose.c
19654                 fix Bug 556 'Organisation-header is sent even if empty'
19655
19656 2004-07-24 [colin]      0.9.12cvs33.21
19657
19658         * src/compose.c
19659         * src/gtk/gtkaspell.c
19660         * src/gtk/gtkaspell.h
19661                 Fix speller accelerators (require hack)
19662
19663 2004-07-24 [colin]      0.9.12cvs33.20
19664
19665         * src/gtk/gtkaspell.c
19666                 Fix over-eager code deletion breaking
19667                 Check while typing
19668
19669 2004-07-24 [colin]      0.9.12cvs33.19
19670
19671         * src/browseldap.c
19672         * src/ldapctrl.c
19673         * src/ldapctrl.h
19674         * src/ldapserver.h
19675                 Sync ldap with HEAD
19676         (Fixes 546 LDAP completely broken)
19677
19678 2004-07-24 [colin]      0.9.12cvs33.18
19679
19680         * src/prefs_msg_colors.c
19681                 Fix prototype mismatch
19682         (Fixes 547 void function cannot return value)
19683
19684 2004-07-24 [colin]      0.9.12cvs33.17
19685
19686         * src/mainwindow.c
19687                 Fix sort going back to previous sort key
19688                 when changing sort direction
19689
19690 2004-07-24 [colin]      0.9.12cvs33.16
19691
19692         * src/compose.c
19693                 Fix space insertion when re-wrapping at 
19694                 cursor point
19695
19696 2004-07-24 [colin]      0.9.12cvs33.15
19697
19698         * src/gtk/gtkaspell.c
19699                 Don't change cursor position in insert-text
19700                 callback
19701         (Fixes 539 Word wrapping on input transposes letters)
19702
19703 2004-07-24 [colin]      0.9.12cvs33.14
19704
19705         * src/gtk/gtkaspell.c
19706                 Reencode non-ascii chars to dictionary's
19707                 encoding
19708         (Fixes 544 Spell check broken non english locale)
19709
19710 2004-07-24 [colin]      0.9.12cvs33.13
19711
19712         * src/summaryview.c
19713                 Fix Shift+Down, add Home/End/PgUp/PgDown
19714
19715 2004-07-21 [colin]      0.9.12cvs33.12
19716
19717         * src/prefs_common.c
19718                 Fix a gtk warning (Patch by Andrej Kacian)
19719
19720 2004-07-21 [colin]      0.9.12cvs33.11
19721
19722         * src/gtk/filesel.c
19723                 More check
19724
19725 2004-07-21 [colin]      0.9.12cvs33.10
19726
19727         * src/compose.c
19728         * src/crash.c
19729         * src/export.c
19730         * src/import.c
19731         * src/messageview.c
19732         * src/mimeview.c
19733         * src/prefs_spelling.c
19734         * src/prefs_themes.c
19735         * src/summaryview.c
19736         * src/gtk/filesel.c
19737         * src/gtk/filesel.h
19738         * src/gtk/pluginwindow.c
19739                 Untwist open/save mode guessing logic, make
19740                 it explicit
19741
19742 2004-07-20 [colin]      0.9.12cvs33.9
19743
19744         * src/codeconv.c
19745                 conv_encode_header: src_charset is UTF-8 on
19746                 gtk2
19747         * src/compose.c
19748                 Remove double encoding of the headers
19749
19750 2004-07-20 [colin]      0.9.12cvs33.8
19751
19752         * src/codeconv.c
19753                 Fix typo
19754
19755 2004-07-20 [colin]      0.9.12cvs33.7
19756
19757         * src/mainwindow.c
19758                 Set the separated messageview to the saved
19759                 size of Claws' messageview (Patch by Alfons)
19760                 Fix a callback prototype (me)
19761
19762 2004-07-20 [colin]      0.9.12cvs33.6
19763
19764         * src/codeconv.h
19765                 Forgot one hunk in 0.9.12cvs33.4
19766
19767 2004-07-19 [colin]      0.9.12cvs33.5
19768
19769         * src/action.c
19770                 Action output fix
19771                 Patch by Alfons
19772
19773 2004-07-19 [colin]      0.9.12cvs33.4
19774
19775         * src/compose.c
19776                 Fix outgoing charset bug in headers
19777         * src/codeconv.c
19778                 Clean for glib2 - Patch by Alfons
19779
19780 2004-07-19 [colin]      0.9.12cvs33.3
19781
19782         * src/statusbar.c
19783                 Remove grip from the statusbar
19784                 Patch by Alfons
19785
19786 2004-07-19 [colin]      0.9.12cvs33.2
19787
19788         * src/messageview.c
19789         * src/textview.c
19790                 Fix messageview remembering the previous
19791                 scroll position when loading a new message
19792                 Patch by Alfons
19793
19794 2004-07-19 [colin]      0.9.12cvs33.1
19795
19796         * src/folder.h
19797         * src/folderview.c
19798         * src/summaryview.c
19799                 Sync with HEAD
19800
19801 2004-07-18 [colin]      0.9.12cvs32.7
19802
19803         * configure.ac
19804                 Remove useless check for XIM - noticed
19805                 by Alfons
19806
19807 2004-07-18 [colin]      0.9.12cvs32.6
19808
19809         * src/summaryview.c
19810                 Remove non-modified and shift-modified
19811                 accelerators in summaryview's popup
19812                 menu, as that doesn't get catched by
19813                 the accel-activate signal catcher...
19814
19815 2004-07-18 [colin]      0.9.12cvs32.5
19816
19817         * src/prefs_common.c
19818                 Define sensible default prefs for 
19819                 wrapping
19820
19821 2004-07-18 [colin]      0.9.12cvs32.4
19822
19823         * src/compose.c
19824         * src/prefs_common.c
19825         * src/prefs_common.h
19826         * src/prefs_wrapping.c
19827                 Remove Smart Wrapping pref, which does
19828                 nothing on gtk2 branch
19829
19830 2004-07-18 [colin]      0.9.12cvs32.3
19831
19832         * src/sourcewindow.c
19833                 Proper utf8
19834
19835 2004-07-18 [colin]      0.9.12cvs32.2
19836
19837         * src/compose.c
19838                 Save attachment status when drafting
19839
19840 2004-07-18 [colin]      0.9.12cvs32.1
19841
19842         * src/gtk/filesel.c
19843                 Fix erratic folder selection in open mode
19844
19845 2004-07-18 [colin]      0.9.12cvs31.11
19846
19847         * src/pop.c
19848                 Don't let partial messages get deleted
19849                 even with "dowload all"
19850                 (0.9.12cvs31.8 fix extension)
19851 2004-07-18 [colin]      0.9.12cvs31.10
19852
19853         * src/gtk/logwindow.c
19854                 Fix log scrolling
19855
19856 2004-07-18 [colin]      0.9.12cvs31.9
19857
19858         * src/common/utils.c
19859                 Fix non-utf8 strings coming from commands
19860                 and files
19861
19862 2004-07-18 [colin]      0.9.12cvs31.8
19863
19864         * src/pop.c
19865                 Fix partial download bug with Download all
19866                 messages option
19867
19868 2004-07-18 [colin]      0.9.12cvs31.7
19869
19870         * src/textview.c
19871                 Fix bug introduced in 0.9.12cvs31.2
19872                 (blocked in select mode after double click)
19873
19874 2004-07-18 [colin]      0.9.12cvs31.6
19875
19876         * src/compose.c
19877         * src/gtk/menu.c
19878                 More glib-warning fixes
19879
19880 2004-07-18 [colin]      0.9.12cvs31.5
19881
19882         * src/compose.c
19883                 Fix trashing the primary clipboard when moving 
19884                 around with tab
19885         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
19886
19887 2004-07-18 [colin]      0.9.12cvs31.4
19888
19889         * src/codeconv.c
19890                 convert unencoded iso headers to utf8
19891         (Fix Bug 538 Unencoded local characters in subject make it 
19892          disappear)
19893
19894 2004-07-18 [colin]      0.9.12cvs31.3
19895
19896         * src/compose.c
19897                 Fix tab char handling in wrapping
19898         (Fix Bug 537 Line wrap problem - TAB character treated as 
19899          one character instead of 8)
19900
19901 2004-07-18 [colin]      0.9.12cvs31.2
19902
19903         * src/textview.c
19904                 return FALSE on GDK_MOTION_NOTIFY
19905         (Fix Bug 535 Hyperlinks/addresses are not selectable 
19906          (unable to highlight))
19907
19908 2004-07-18 [colin]      0.9.12cvs31.1
19909
19910         * src/folderview.c
19911                 Sync with 0.9.12cvs31
19912
19913 2004-07-18 [colin]      0.9.12cvs30.4
19914
19915         * src/compose.c
19916                 Also block text_inserted when inserting a file
19917
19918 2004-07-18 [colin]      0.9.12cvs30.3
19919
19920         * src/compose.c
19921                 Fix smart wrapping (block text_inserted handler
19922                 while putting quotation to avoid wrap on input,
19923                 don't join lines if next is sig separator)
19924
19925 2004-07-17 [colin]      0.9.12cvs30.2
19926
19927         * src/folderview.c
19928         * src/mainwindow.c
19929         * src/mimeview.c
19930         * src/summaryview.c
19931         * src/gtk/quicksearch.c
19932         * src/gtk/quicksearch.h
19933                 Block key events handlers *and* accels while
19934                 quicksearch is focused
19935         (Fixes Bug 534 quick-search bar not accepting certain letters)
19936
19937 2004-07-17 [colin]      0.9.12cvs30.1
19938
19939         * src/folder.h
19940         * src/folderview.c
19941         * src/summaryview.c
19942                 Sync with 0.9.12cvs30
19943
19944 2004-07-17 [colin]      0.9.12cvs28.2
19945
19946         * src/mimeview.c
19947         * src/procmime.c
19948         * src/summaryview.c
19949         * src/gtk/menu.c
19950                 Squash some compile and glib warnings
19951
19952 2004-07-17 [paul]       0.9.12cvs28.1
19953
19954         * src/mimeview.c
19955                 sync with 0.9.12cvs28 HEAD
19956
19957 2004-07-16 [paul]       0.9.12cvs26.1
19958         
19959         * src/gtk/quicksearch.c
19960         * src/account.c
19961         * src/account.h
19962         * src/compose.c
19963         * src/customheader.c
19964         * src/folder_item_prefs.c
19965         * src/main.c
19966         * src/mainwindow.c
19967         * src/messageview.c
19968         * src/mimeview.c
19969         * src/news.c
19970         * src/pgpmime.c
19971         * src/pop.c
19972         * src/pop.h
19973         * src/prefs_account.c
19974         * src/prefs_account.h
19975         * src/prefs_common.c
19976         * src/prefs_common.h
19977         * src/prefs_display_header.c
19978         * src/prefs_gtk.c
19979         * src/prefs_gtk.h
19980         * src/procheader.c
19981         * src/procmime.c
19982                 sync with 0.9.12cvs26 HEAD      
19983
19984 2004-07-15 [colin]      0.9.12cvs18.14
19985
19986         * src/folder.c
19987                 Disable GPG signature check during
19988                 folder move and scan
19989         (Closes Bug 521 Signature checking slows down Folder-Move)
19990
19991 2004-07-14 [colin]      0.9.12cvs18.13
19992
19993         * src/common/partial_download.c
19994                 update includes
19995
19996 2004-07-14 [colin]      0.9.12cvs18.12
19997
19998         * src/common/partial_download.c
19999         * src/common/partial_download.h
20000                 Move doc at top, add correct copyright
20001
20002 2004-07-14 [colin]      0.9.12cvs18.11
20003
20004         * src/folder.c
20005         * src/messageview.c
20006         * src/pop.c
20007         * src/pop.h
20008         * src/procmsg.c
20009         * src/summaryview.c
20010         * src/common/Makefile.am
20011         * src/common/partial_download.c ** NEW FILES **
20012         * src/common/partial_download.h ** NEW FILES **
20013                 Move partial-download related stuff to its
20014                 own file
20015
20016 2004-07-14 [colin]      0.9.12cvs18.10
20017
20018         * src/send_message.c
20019                 Fix smtp auth when user is null or empty
20020
20021 2004-07-13 [colin]      0.9.12cvs18.9
20022
20023         * src/gtk/quicksearch.c
20024                 Use alphabetic order
20025
20026 2004-07-13 [colin]      0.9.12cvs18.8
20027
20028         * src/pop.c
20029                 Be paranoid on the checks
20030
20031 2004-07-13 [colin]      0.9.12cvs18.7
20032
20033         * src/gtk/quicksearch.c
20034                 Fix Engrish once again
20035
20036 2004-07-13 [colin]      0.9.12cvs18.6
20037
20038         * src/procmsg.c
20039         * src/summaryview.c
20040                 Mark messages for deletion when they are about to
20041                 be removed from trash
20042
20043 2004-07-13 [colin]      0.9.12cvs18.5
20044
20045         * src/matcher.c
20046         * src/matcher.h
20047         * src/matcher_parser_parse.y
20048         * src/prefs_matcher.c
20049         * src/gtk/quicksearch.c
20050                 Add 'partial' ('p') match string to find partially
20051                 downloaded messages
20052
20053 2004-07-13 [colin]      0.9.12cvs18.4
20054
20055         * src/pop.c
20056                 Fix misplaced block
20057
20058 2004-07-13 [colin]      0.9.12cvs18.3
20059
20060         * src/pop.c
20061         * src/pop.h
20062         * src/messageview.c
20063                 Refactor API (to avoid passing 5+ params and code
20064                 duplication)
20065         * src/folder.c
20066         * src/msgcache.c
20067         * src/procheader.c
20068         * src/common/defs.h
20069                 Add planned_download to cache
20070                 Don't mess uidl file when moving partially downloaded
20071                 mails (they change folder, we should change it in the
20072                 uidl list too or we'll remove an incorrect message)
20073                 (this also helps removing hacks when changing 
20074                 planned_download in messageview.c)
20075
20076 2004-07-12 [colin]      0.9.12cvs18.2
20077
20078         * src/gtk/quicksearch.c
20079                 Fix missing status update in quicksearch
20080
20081 2004-07-12 [paul]       0.9.12cvs18.1
20082
20083         * po/POTFILES.in
20084         * src/Makefile.am
20085         * src/account.c
20086         * src/codeconv.c
20087         * src/compose.c
20088         * src/inc.c
20089         * src/main.c
20090         * src/prefs_common.c
20091         * src/procmsg.h
20092         * src/toolbar.c
20093         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20094         * src/prefs_wrapping.[ch]       ** NEW FILES **
20095         * src/common/intl.h
20096         * src/common/utils.[ch]
20097         * src/gtk/quicksearch.[ch]
20098                 sync with 0.9.12cvs18 HEAD
20099
20100 2004-07-12 [colin]      0.9.11cvs17.25
20101
20102         * src/folder.c
20103         * src/folder.h
20104                 Remove unused function added by me in 0.9.11cvs17.10
20105
20106 2004-07-11 [colin]      0.9.11cvs17.24
20107
20108         * src/inc.c
20109         * src/messageview.c
20110         * src/pop.c
20111         * src/pop.h
20112                 Use folderitem and msgnum instead of filename to
20113                 know which mail to delete
20114                 Move old partial mail deletion to pop.c
20115
20116 2004-07-10 [colin]      0.9.11cvs17.23
20117
20118         * src/inc.c
20119                 Add debug
20120         * src/pop.c
20121         * src/pop.h
20122                 Don't re-use same enums for unrelated stuff: it's 
20123                 completely misleading !
20124                 Document a bit
20125
20126 2004-07-09 [colin]      0.9.11cvs17.22
20127
20128         * src/inc.c
20129                 Remove folder-type check and do
20130                 more tests to be sure everything's
20131                 ok
20132         * src/messageview.c
20133                 Punctuation update, remove useless
20134                 code, fix two warnings
20135         * src/noticeview.c
20136                 Layout cleaning, reset 2nd button
20137                 when specifying one
20138
20139 2004-07-09 [colin]      0.9.11cvs17.21
20140
20141         * src/messageview.c
20142         * src/pop.c
20143         * src/pop.h
20144                 Allow user to change his mind
20145                 and postpone decision (by
20146                 unmarking the mail)
20147
20148 2004-07-09 [colin]      0.9.11cvs17.20
20149
20150         * src/messageview.c
20151                 Fix bug with delete state
20152         * src/pop.c
20153         * src/pop.h
20154                 Fix buffer leak (fread doesn't 
20155                 terminate buffers with \0)
20156                 Refactoring (remove magic 
20157                 numbers)
20158
20159 2004-07-09 [colin]      0.9.11cvs17.19
20160
20161         * src/pop.c
20162                 Don't log "Skipping message" if 
20163                 we're going to TOP it two lines
20164                 later
20165
20166 2004-07-09 [colin]      0.9.11cvs17.18
20167
20168         * src/messageview.c
20169                 Fix Engrish
20170
20171 2004-07-09 [colin]      0.9.11cvs17.17
20172
20173         * src/pop.c
20174                 strlen checking...
20175         * src/messageview.c
20176                 refactoring a bit
20177
20178 2004-07-08 [colin]      0.9.11cvs17.16
20179
20180         * src/noticeview.c
20181         * src/noticeview.h
20182                 Add an optional second button
20183         * src/messageview.c
20184         * src/pop.c
20185         * src/pop.h
20186                 Don't delete partially received mails after a certain
20187                 time; rather, let the user decide.
20188
20189 2004-07-08 [colin]      0.9.11cvs17.15
20190
20191         * src/common/smtp.h
20192                 Sync with HEAD
20193
20194 2004-07-08 [colin]      0.9.11cvs17.14
20195
20196         * src/messageview.c
20197         * src/common/smtp.c
20198                 Use to_human_readable() for sizes
20199
20200 2004-07-08 [colin]      0.9.11cvs17.13
20201
20202         * src/inc.c
20203         * src/messageview.c
20204         * src/pop.c
20205         * src/pop.h
20206         * src/procmsg.c
20207                 Fix partial-downloading issues:
20208                         catch unsupported TOP
20209                         don't delete partially downloaded mails before 5 days
20210                         don't update existing with non-MH folders; that'll
20211                         make dups, but it's better than trashing the folder
20212                         free new msginfo parts
20213                 Fix indentation ;-)
20214
20215 2004-07-08 [colin]      0.9.11cvs17.12
20216
20217         * src/common/smtp.c
20218         * src/common/smtp.h
20219                 Sync smtp size verification with HEAD
20220
20221 2004-07-08 [colin]      0.9.11cvs17.11
20222
20223         * src/summaryview.c
20224         * src/prefs_common.c
20225         * src/prefs_common.h
20226         * src/gtk/quicksearch.c
20227         * src/gtk/quicksearch.h
20228                 Sync sticky pref with HEAD
20229
20230 2004-07-08 [colin]      0.9.11cvs17.10
20231
20232         * src/folder.c [1.213.2.6]
20233         * src/folder.h [1.87.2.6]
20234         * src/inc.c [1.149.2.7]
20235         * src/messageview.c [1.94.2.8]
20236         * src/procheader.c [1.47.2.6]
20237         * src/procmsg.c [1.150.2.4]
20238         * src/procmsg.h [1.60.2.5]
20239         * src/pop.c [1.56.2.4]
20240         * src/pop.h [1.17.2.3]
20241                 Let too big messages get downloaded, but truncated
20242                 Add a button to download them completely
20243                 
20244 2004-07-06 [colin]      0.9.11cvs17.9
20245
20246         * src/gtk/quicksearch.c [1.1.2.3]
20247                 Add a Clear button
20248         * commitHelper
20249         * PATCHSETS
20250                 Add a script to help with cvs
20251
20252 2004-07-03 [colin]      0.9.11cvs17.8
20253
20254         * src/plugins/imageviewer/viewer.c
20255                 fix imageviewer (which was staying on the first
20256                 displayed image)
20257
20258 2004-07-03 [colin]      0.9.11cvs17.7
20259
20260         Removed FIXME_GTK2 warnings
20261         * src/gtk/gtkutils.c
20262                 useless #warnings
20263         * src/gtk/menu.c
20264                 useless #warnings (no need to mess with menu rc)
20265         * src/gtk/menu.h
20266                 unused functions
20267         
20268
20269 2004-07-03 [colin]      0.9.11cvs17.6
20270
20271         Removed FIXME_GTK2 warnings
20272         * src/codeconv.c
20273                 useless #warnings (rewrite needed)
20274         * src/compose.c
20275                 useless #warnings (rewrite needed)
20276                 useless #warnings (gtk2 is like that)
20277                 useless #warnings (previously fixed)
20278         * src/main.c
20279                 useless #warnings (previously fixed)
20280         * src/message_search.c
20281                 useless #warnings (gtk2 is like that)
20282                 Made apparent that search is case-sensitive
20283         * src/mimeview.c
20284                 useless #warnings (rewrite needed)
20285                 useless #warnings (gtk2 is like that)
20286                 reimplemented real warnings
20287         * src/prefs_common.c
20288                 Removed block cursor option (not it gtk2)
20289         * src/prefs_gtk.c
20290                 useless #warnings (rewrite needed)
20291         * src/procheader.c
20292                 useless #warnings (rewrite needed)
20293         * src/sourcewindow.c
20294                 useless #warnings (incorrect placing)
20295         * src/summary_search.c
20296                 useless #warnings (gtk2 is like that)
20297                 Made apparent that search is case-sensitive
20298         * src/action.c
20299                 useless #warnings (gtk2 is like that)
20300         * src/textview.c
20301                 useless #warnings (rewrite needed)
20302         * src/toolbar.c
20303                 useless #warnings (rewrite needed)
20304
20305 2004-07-03 [colin]      0.9.11cvs17.5
20306
20307         * src/textview.c
20308                 Fix mismerge which broke URI opening
20309                 
20310 2004-07-01 [colin]      0.9.11cvs17.4
20311
20312         * src/gtk/filesel.c
20313                 Fill filename when saving
20314                 
20315 2004-06-27 [colin]      0.9.11cvs17.3
20316
20317         * src/gtk/filesel.[ch]
20318                 Use the new GTK file selector
20319                 Update prototype to match the reality: multiple file
20320                 selection is open-only          
20321         * src/compose.c
20322                 Match the new prototypes        
20323         * configure.ac
20324                 Match the new requirements (gtk 2.4.0)
20325                         
20326 2004-06-26 [colin]      0.9.11cvs17.2
20327
20328         * src/plugins/trayicon/trayicon.c
20329                 Remove useless signal handler on resize, which causes
20330                 an infinite "loop"
20331         
20332 2004-06-26 [colin]      0.9.11cvs17.1
20333         
20334         * tools/Makefile.am
20335                 remove launch_firebird and add nautilus2sylpheed.sh
20336         * src/quicksearch.c
20337           src/summaryview.c
20338                 Fix show/hide "Extended symbols" button problem
20339                 Fix apparition at startup
20340                 Fix const warnings
20341         * src/plugins/image_viewer/Makefile.am
20342                 Fix configure 
20343         * common/ssl.c
20344                 Re-enable certificate check, as it doesn't seem to
20345                 cause Xlib errors anymore
20346
20347 2004-06-25 [paul]       0.9.11cvs17
20348
20349         * sync with 0.9.11cvs17 HEAD
20350         
20351         NOTE: QuickSearch is broken
20352
20353 2004-06-07 [colin]      0.9.10claws67.10
20354         * src/plugins/trayicon/trayicon.c
20355           src/plugins/trayicon/libeggtrayicon/Makefile.am
20356           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20357                 Fix gettextization in trayicon plugin
20358
20359 2004-06-07 [colin]      0.9.10claws67.9
20360         
20361         * src/summaryview.c
20362           src/gtk/gtksctree.[ch]
20363                 Let Shift+{Up,Down} work in summaryview
20364                 (well, Down "works" and Up works)
20365                 Let the list scroll when using these keys
20366
20367 2004-06-06 [colin]      0.9.10claws67.8
20368
20369         * src/plugins/trayicon/trayicon.c
20370                 Fix pixmap update
20371
20372 2004-06-06 [colin]      0.9.10claws67.7
20373
20374         * src/addressbook.c
20375                 Fix signal handling causing system-wide focus grab
20376
20377 2004-05-25 [paul]       0.9.10claws67.6
20378
20379         * Makefile.am
20380           src/Makefile.am
20381                 clean up
20382
20383 2004-05-25 [paul]       0.9.10claws67.5
20384
20385         * replace deprecated gtk_signal... functions
20386
20387 2004-05-23 [colin]      0.9.10claws67.4
20388
20389         * src/compose.c
20390                 Fix wrapping
20391
20392 2004-05-22 [colin]      0.9.10claws67.3
20393
20394         * src/compose.c
20395                 Re-fix [Edited] in compose.c::compose_reedit()
20396
20397 2004-05-22 [colin]      0.9.10claws67.2
20398
20399         * src/procmime.c
20400                 Fix parsing of multiparts mails
20401
20402 2004-05-22 [colin]      0.9.10claws67.1
20403
20404         * src/summaryview.c
20405                 Fix quicksearch
20406
20407 2004-05-22 [paul]       0.9.10claws67
20408
20409         * sync with 0.9.10claws67 HEAD
20410
20411 2004-05-14 [alfons]
20412
20413         * src/procmime.h
20414                 add forgotton prototype
20415
20416 2004-05-10 [paul]       0.9.10claws57
20417
20418         * sync with 0.9.10claws57 HEAD
20419
20420 2004-05-05 [paul]       0.9.9.claws1
20421
20422         * ChangeLog-gtk2        ** REMOVED **
20423           ChangeLog-gtk2.claws  ** ADDED **
20424                 rename and adopt the normal claws format
20425                 
20426         * configure.ac
20427                 require gtkmathview >= 0.5
20428
20429         * ac/*                          ** REMOVED **
20430           ac/                           ** REMOVED **
20431           intl/Makefile.in              ** REMOVED **
20432           m4/                           ** ADDED **
20433           m4/missing                    ** ADDED **
20434           m4/missing/gdk-pixbuf.m4      ** ADDED **
20435           m4/missing/gettext.m4         ** ADDED **
20436           m4/missing/gpgme.m4           ** ADDED **
20437           m4/missing/imlib.m4           ** ADDED **
20438           m4/.cvsignore                 ** ADDED **
20439           m4/Makefile.am                ** ADDED **
20440           m4/README                     ** ADDED **
20441           m4/aclocal-include.m4         ** ADDED **
20442           m4/aspell.m4                  ** ADDED **
20443           m4/check-type.m4              ** ADDED **
20444           m4/gnupg-check-typedef.m4     ** ADDED **
20445           m4/openssl.m4                 ** ADDED **
20446           m4/spamassassin.m4            ** ADDED **
20447           po/ChangeLog                  ** REMOVED **
20448           po/Makefile.in.in             ** REMOVED **
20449           po/Rules-quot                 ** REMOVED **
20450           po/boldquot.sed               ** REMOVED **
20451           po/en@boldquot.header         ** REMOVED **
20452           po/en@quot.header             ** REMOVED **
20453           po/insert-header.sin          ** REMOVED **
20454           po/quot.sed                   ** REMOVED **
20455           po/remove-potcdate.sed        ** REMOVED **
20456           po/remove-potcdate.sin        ** REMOVED **
20457           po/stamp-po                   ** REMOVED **
20458           Makefile.am
20459           autogen.sh
20460           configure.ac
20461                 enable building with automake 1.8.x
20462                 add 'autopoint --force' to autogen.sh and remove all
20463                 auto-generated files, remove ac/ directory and use
20464                 m4/ directory instead
20465                 
20466         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20467                 fix gettextization
20468
20469 2004-02-28 Colin Leroy <colin@colino.net>
20470         * src/prefs_matcher.c
20471           src/prefs_filtering.c
20472           src/prefs_filtering_action.c
20473                 Fix non-editable GtkEntries
20474
20475 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20476         * src/prefs_themes.c
20477                 utf8 conversion for theme info
20478
20479 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20480         * sync 0.9.9claws
20481
20482 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20483         * src/grouplistdialog.c
20484                 allow multiple selections without ctrl key
20485
20486 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20487         * src/main.c
20488                 enable customizable accelerators
20489
20490 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20491         * src/prefs_common.c
20492                 re-enable different font settings for gtk1/2
20493         * src/prefs_folder_item.c
20494                 fix folder prefs displayed wrong
20495         * src/textview.c
20496                 set 'sunken' shadow type
20497
20498 2004-02-07 Colin Leroy <colin@colino.net>
20499         * src/compose.c
20500                 Fix message being always [Edited]
20501                 Encode headers correctly (utf8 buf)
20502
20503 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20504         * src/socket.c
20505                 remove double g_source_attach()
20506                 (Thanks to Colin Leroy)
20507
20508 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20509         * src/gtk/gtksctree.c
20510                 Fix SSL certificate list not shown
20511         * src/mimeview.c
20512                 Fix clicks in mime tree
20513
20514 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20515         * src/common/socket.c
20516                 Fix SSL receive
20517         * src/compose.c
20518                 Fix clipboard menu hotkeys
20519
20520 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20521         * src/gtk/gtkaspell.[ch]
20522           src/compose.c
20523                 reimplement spellchecker
20524
20525 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20526         * src/gtk/filesel.c
20527                 crash when inserting file in compose window
20528                 (TODO: keep old selection on clicks)
20529         * src/main.c
20530                 use gtkrc-2.0 instead of gtkrc
20531
20532 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20533         * src/messageview.c
20534                 remove orphaned mimeview unref()
20535
20536 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20537         * src/grouplistdialog.c
20538                 expand nodes containing subscribed groups
20539
20540 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20541         * src/textview.c
20542                 textview: hide cursor, restore old click behaviour
20543
20544 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20545         * src/textview.c
20546                 variable names messed up
20547
20548 2004-01-17 Colin Leroy <colin@colino.net>
20549         * src/addr_compl.c
20550                 Fix completion address too thin
20551         * src/compose.c
20552                 Fix tab-to-subject behaviour
20553         * src/summaryview.c
20554                 Implement key up & down in summaryview
20555
20556 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20557
20558         * sync 098claws
20559
20560 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20561         * configure.ac
20562           Makefile.am
20563           doc/.cvsignore
20564           doc/Makefile.am
20565                 faq, man, manual moved to doc/
20566         * ac/aspell.m4
20567           ac/check-type.m4
20568           ac/gnupg-check-typedef.m4
20569           ac/openssl.m4
20570           ac/spamassassin.m4
20571           ac/missing/gdk-pixbuf.m4
20572           ac/missing/gpgme.m4
20573           ac/missing/imlib.m4
20574                 fix automake warnings
20575
20576 2003-12-06 Colin Leroy <colin@colino.net>
20577         * src/summaryview.c
20578                 Fix quicksearch
20579
20580 2003-12-05 Colin Leroy <colin@colino.net>
20581         * src/summaryview.c
20582                 Fix going to next unread folder
20583
20584 2003-12-05 Colin Leroy <colin@colino.net>
20585         * src/crash.c
20586                 Fix gtk2 compilation
20587         * src/session.c
20588                 Remove iotag source handler at disconnection
20589         * src/socket.[ch] 
20590                 Remove source handler when closing socket 
20591                 (fixes another seg)
20592
20593 2003-12-04 Colin Leroy <colin@colino.net>
20594         * src/compose.c
20595           src/prefs_account.c
20596           src/prefs_common.c
20597                 Fix some dropdown menus
20598
20599 2003-12-04 Colin Leroy <colin@colino.net>
20600         * src/compose.c
20601                 Fix event handlers on header fields
20602         * src/common/socket.c
20603           src/common/session.c
20604                 Fix segfault with callback (SSL)
20605                 Fix end of session 
20606
20607 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20608
20609         * Fix compile bug in src/compose.c
20610         * removed src/gtk/gtkstext.[ch]
20611
20612 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20613
20614         * Convert character set and escape "text" attributes in toolbar setting
20615         files.
20616         * Fixed bug in button-press-event handling.
20617
20618 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20619
20620         * Fixed bug in key-press-event handling.
20621
20622 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20623
20624         * Enabled to compile tray-icon plugin (Ad-hoc).
20625         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20626
20627 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20628
20629         * Enabled to compile on sylpheed-claws.
20630         (tray-icon plugin still cannot compile yet.)
20631
20632 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20633
20634         * Updated to 0.9.5.
20635
20636 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20637
20638         * Updated to 0.9.4.
20639         * Ported monitoring SSL mechanism to GSource of GLib2
20640         (I don't confirm it)
20641         * Added _gtk2 suffix to key name of font preference to avoid
20642         ovverwriting preference of Gtk+-1.2 version.
20643
20644 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20645
20646         * Updated to 0.9.2.
20647
20648 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20649
20650         * Updated to 0.9.1.
20651         * Translate po files into UTF-8 when execute autogen.sh.
20652
20653 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20654
20655         * Updated to 0.9.0.
20656
20657 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20658
20659         * Plugged GError related memory leaks.
20660
20661 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20662
20663         * Changed default size of fonts.
20664         * Enabled to set titile font size of warning dialog.
20665
20666 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20667
20668         * Embed a sylpheed icon into executable binary on Windows.
20669
20670 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20671
20672         * I forgot to traslate character set of element string in src/xml.c.
20673
20674 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20675
20676         * Fixed detecting bind_textdomain_codeset in configure.in.
20677         * The bug in which "Example" of "Date fromat" preference isn't displayed
20678         correctly has been fixed.
20679
20680 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20681
20682         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20683           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20684           glib-gettextize
20685           Removed intl directory.
20686           Translated po files into UTF-8.
20687           (Thanks! Ryuji Abe)
20688
20689 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20690
20691         * The bug which doesn't unscape string in xml.c has been fixed.
20692
20693 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20694
20695         * The bug which is failed to translate encoding of file name thorough
20696         file dialog has been fixed.
20697
20698 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20699
20700         * Modified to translate file names which is used in inporting/expoting
20701         mbox feature and "Save as" feature into locale encoding.
20702         * Translate file names into locale encoding when "Attache file" and
20703         "Insert file".
20704         * Force set G_BROKEN_FILENAMES environment variable.
20705         * Other minor fixes.
20706
20707 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20708
20709         * Modified to treat MH folder's name as locale encoding.
20710
20711 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20712
20713         * The bug which clash on switching candidates of auto completion of
20714         addresses, cannot use auto completion in Japanesse is fixed
20715         (Thanks! Tokunaga-san)¡¥
20716
20717 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20718
20719         * The bug which cannot switch key accelerator preference has been fixed
20720         (Thanks! smbd-san)¡¥
20721
20722 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20723
20724         * version 0.8.11-gtk2-20030314
20725
20726 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20727
20728         * The bug in which character set conversion of filtering messages has
20729         been fixed.(Thanks! COCOA-san).
20730
20731 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20732
20733         * Revived "Leave space on head" preference in "Message" category.
20734         * A bug which clash when put the cursor to end of buffer and execute
20735         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20736
20737 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20738
20739         * version 0.8.11-gtk2-20030312
20740
20741 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20742
20743         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20744         * Modified to use Pango's API directly for font preference.
20745         * Integrated GtkTextView of textview to one widget.
20746         * Set fonts of header title in textview by "header_title" tag.
20747         * Removed some deprecated codes.
20748
20749 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20750
20751         * Updated to 0.8.11.
20752         * Merged cygwin patch(Thanks! Sakai-san).
20753
20754 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20755
20756         * version 0.8.10-gtk2-20030309